body {
    margin: 0;
    box-sizing: border-box;
    background: #e9ebe3;
    overflow-x: hidden;
}
.d-none {
    display: none;
}
#page-preloader a {
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    color: #90a65a;
    cursor: pointer;
}
#page-preloader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: intro-ani 4.7s forwards;
    z-index: 100;
}
@keyframes intro-ani {
    0% {
        opacity: 1;
        z-index: -10;
    }
    50% {
        opacity: 1;
    }
    99% {
        z-index: 10;
    }
    100% {
        opacity: 0;
        z-index: -100;
    }
}
#yi_logo_stroke {
    position: fixed;
    width: 26%;
    height: 23%;
    top: 30%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: stroke-ani 5s forwards;
}
@keyframes stroke-ani {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 0;
        z-index: -10;
    }
}
#animate_image {
    position: fixed;
    width: 26%;
    height: 23%;
    top: 30%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: photo-ani 4s forwards;
}
@keyframes photo-ani {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0;
    }
    60% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

header,
main,
footer {
    animation: main-ani 7.7s forwards;
}
@keyframes main-ani {
    0% {
        opacity: 0;
        z-index: 999;
    }
    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
        z-index: -10;
    }
}
header {
    height: 950px;
}
.header-top {
    background: #3f4e3a;
}
.header-phone {
    color: #90a65a;
    font-size: 1.2vw;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    padding: 0.7% 0;
}
.header-phone b {
    color: #ffffff;
    font-weight: 700;
}
.logo_section {
    position: absolute;
    left: 0;
    top: 6vh;
}
.logo_img {
    width: 66%;
    margin: 5% 0 0 23%;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.wrapper {
    display: none;
    width: 100%;
    margin: 0 auto;
    background: #d9dccf;
    position: relative;
    font-family: "Montserrat", sans-serif;
    z-index: 1000;
}
.check-menu {
    display: none;
}
.top_mobile_menu {
    height: 110px;
    border-bottom: 1px solid white;
}
.top_mobile_menu img {
    width: 155px;
    left: 4.5%;
    top: 20.5px;
    position: absolute;
}
label {
    display: block;
    position: absolute;
    top: 46%;
    width: 52%;
    left: 45%;
    color: #ffffff;
    cursor: pointer;
    z-index: 2;
    margin: 0 0 0 -2.5%;
}
.phone-wrapper {
    width: 120px;
    padding: 0;
    text-align: left;
    color: #657749;
    text-align: center;
    text-decoration: none;
}
.phone-wrapper b {
    color: #3f4e3a;
}
.burger-line {
    position: absolute;
    top: 47px;
    right: 33px;
    width: 35px;
    height: 2px;
    background-color: #3f4e3a;
    transition: 0.5s all;
}
.language_m {
    display: flex;
    width: 100%;
    margin: -5% 0 0 0;
}
.language_m a {
    width: 25% !important;
}
#check-menu {
    display: none;
}
.second,
.third {
    top: 57px;
}
.fourth {
    top: 67px;
}
.main-menu {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    max-height: 0;
    font-size: 0;
    overflow: hidden;
    transition: 0.5s all;
    background: linear-gradient(rgba(217, 220, 207, 0.1), rgba(217, 220, 207, 0.1)), url("../img/header_bg.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0;
    background-color: #d9dccf;
}
.menu-option {
    margin-top: 8%;
}
.main-menu a {
    display: block;
    width: 100%;
    padding: 14.5px;
    color: #3f4e3a;
    text-align: center;
    text-decoration: none;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-weight: 1000;
}
#check-menu:checked ~ .main-menu {
    max-height: 1000px;
    font-size: 16px;
}
#check-menu:checked ~ .first {
    display: none;
}

#check-menu:checked ~ .second {
    transform: rotate(45deg);
    transition: 0.5s all;
}

#check-menu:checked ~ .third {
    transform: rotate(-45deg);
    transition: 0.5s all;
}

#check-menu:checked ~ .fourth {
    display: none;
}
.menu {
    position: absolute;
    left: 52.35%;
    top: 14.7vh;
    width: 38.2%;
    z-index: 10;
}
.header-bottom-nav {
    list-style: none;
}
.header-bottom-nav li a {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 1vw;
    font-weight: 1000;
    color: #3f4e3a;
    text-shadow: -0.5px -0.5px 0px #3f4e3a;
}
.header-bottom-nav li a:hover {
    color: #90a65a;
}
.header-slider {
    margin: 11.5% 0 0 0;
    background: linear-gradient(rgba(233, 235, 227, 0.9), rgba(233, 235, 227, 0.9)), url("../img/drops.png");

    height: 300px;
}
.header_bg {
    position: absolute;
    width: 32%;
    right: 25.5%;
    top: 5%;
}
.carousel-item img {
    margin: -2.8% 0 0 39.5%;
    width: 52.1%;
}
.carousel-caption {
    width: 32.5%;
    top: 21.3%;
    left: 10%;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 0 -0.1%;
    z-index: 0;
}
.carousel-caption h3 {
    font-size: 2.4vw;
    color: #3f4e3a;
    font-weight: 200;
    margin: -0.2% 0 2.9% 0.5%;
    word-spacing: -2px;
}
.carousel-caption h3 b {
    font-weight: 700;
}
.carousel-caption p {
    font-size: 0.9vw;
    color: #3f4e3a;
    font-weight: 200;
    margin: 0.25% 0 0% 0%;
    word-spacing: 5.5px;
    line-height: 24.5px;
    z-index: 3;
}
.carousel-caption p b {
    font-weight: 600;
}
.carousel-control-next {
    top: 68%;
    left: 24%;
    opacity: 1;
    width: 48px;
    height: 40px;
    z-index: 2;
}
.carousel-control-next-icon {
    width: 100%;
    height: 11%;
    z-index: 2;
}
.hover-effect:after,
.hover-effect:before {
    content: "";
    position: absolute;
    top: 30%;
    right: 40%;
    left: 30%;
    bottom: 40%;
    width: 5%;
    height: 5%;
    border-radius: 50%;
    border: 4px solid #fff;
    opacity: 1;
    visibility: hidden;
    margin: 10% 0 0 10%;
    z-index: -2;
}
.hover-effect:hover {
    cursor: pointer;
}
.hover-effect:hover:after,
.hover-effect:hover:before {
    animation: expandAndFade 2s infinite;
    visibility: visible;
}
.hover-effect:after {
    animation: expandAndFade 2s 0.7s infinite;
}
@keyframes expandAndFade {
    100% {
        transform: scale(18);
        opacity: 0;
    }
}
.eco {
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("../img/about_bg.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-family: "Montserrat", sans-serif;
    z-index: 9999;
}
.eco h3 {
    color: #ffffff;
    width: 52.8%;
    margin: 0 auto;
    font-weight: 700;
    font-size: 2.5vw;
    padding: 4.74% 0 2.5% 0;
}
.eco h3 span {
    color: #90a65a;
}
.eco h3 span:after {
    content: "TM";
    color: #90a65a;
    vertical-align: middle;
    font-variant: small-caps;
    font-size: 0.8vw;
    padding: 1.5% 0 0 1.3%;
}
.eco p,
.eco ul {
    width: 52.8%;
    margin: 0 auto;
    color: #ffffff;
    font-size: 0.9vw;
    line-height: 1.45vw;
    text-align: justify;
    text-indent: 20px;
    padding: 0 0 1.6% 0;
    list-style: none;
}
.eco li {
    position: relative;
    padding: 20px 0 20px 40px;
    margin: 0 0 0 10px;
}
.eco li:first-child {
    margin: 2% 0 0 10px;
}
.eco li::before {
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    content: "";
    left: 0;
    transition: 0.3s ease-in-out;
    top: 27px;
}
.eco li::after {
    position: absolute;
    border-left: 1px dotted #fff;
    width: 1px;
    bottom: -12px;
    content: "";
    left: 3px;
    top: 48px;
}
.eco li:hover:before {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5);
}
.eco li:last-child:after {
    content: none;
}
.eco .last-parag {
    padding: 0 0 4.6% 0;
}
#assortments {
    position: relative;
    padding: 0 0 5.8% 0;
    overflow: hidden;
}
.block_title {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: #3f4e3a;
    font-weight: bolder;
    text-align: center;
    font-size: 1.95vw;
    margin: 2.9% 0% 0 0;
    letter-spacing: -1px;
    text-shadow: -0.5px -0.5px 0px #3f4e3a;
}
.slick-track {
    display: flex;
}
.flex-column {
    min-width: 0;
}
.slider {
    min-width: 0;
    padding: 5.9% 10.5%;
    overflow: hidden;
}
.slick-list {
    overflow: hidden;
}
.slick-arrow {
    position: absolute;
    top: 42.4%;
    z-index: 10;
    font-size: 0;
    width: 48px;
    height: 40px;
    border: 0;
}
.slick-arrow.prev {
    left: 4.15%;
}
.slick-arrow.next {
    right: 3.8%;
}
.t_cucumbers {
    margin: 0.31% 0 0 0.22%;
}
.t_salad {
    margin: 0.13% 0 0 0.4%;
}
.t_rukola {
    margin: 0.2% 0 0 0.4%;
}
.slider__item p {
    font-family: "Montserrat", sans-serif;
    text-align: center;
    font-size: 1.3vw;
    font-weight: 300;
}
.slider__item img {
    width: 100%;
}
.tomato_title {
    margin: 9% 5% 0 0;
}
.cucumbers_title {
    margin: 2.5% 0 0 4%;
}
.salad_title {
    margin: 6.4% 0 0 2%;
}
.rukola_title {
    margin: 4.8% 0 0 2.5%;
}
.slick-slide:focus {
    outline: none;
}
#contacts {
    overflow: hidden;
}
.contacts_title {
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    font-size: 1vw;
    text-transform: uppercase;
    margin: -1.6% 0 7.9% -0.5%;
    text-shadow: -0.5px -0.5px 0px #3f4e3a;
}
.form {
    padding: 0 0 30px 0;
}
.contact_form {
    margin: 4.59% 0 0 10%;
    font-family: "Montserrat", sans-serif;
    position: relative;
}
input {
    border-style: solid;
    border-width: 1px;
    border-color: #cccfc4;
    margin: -0.5% 0 3% 0;
    width: 39.1vw;
    height: 60px;
    font-size: 1em;
    padding: 0.5% 0 0 0;
    text-indent: 15px;
    font-family: "Montserrat", sans-serif;
    color: #3f4e3a;
    text-overflow: ellipsis;
}
textarea {
    resize: none;
    width: 39.1vw;
    height: 175px;
    border-color: #cccfc4;
    border-width: 1px;
    margin: 0% 0 7% 0;
    font-size: 1em;
    padding: 1.8% 0 0 0;
    text-indent: 15px;
    color: #3f4e3a;
}
#button {
    border: none;
    font-weight: 1000;
    width: 50%;
    margin: 0.5% 0 0 50%;
    font-size: 1vw;
    background: rgba(255, 255, 255, 0);
    z-index: -3;
}
.button-img {
    position: absolute;
    bottom: 1.5%;
    left: 95.4%;
}
.contacts_col {
    font-family: "Montserrat", sans-serif;
    margin: 4.855% 16.6% 0 0;
    position: relative;
}
.contacts_phone {
    font-family: "Montserrat", sans-serif;
    font-size: 2.5vw;
    font-weight: 300;
    text-decoration: none;
    color: #90a65a;
    position: absolute;
    top: 37.5%;
    right: 7%;
}
.contacts_phone b {
    color: #3f4e3a;
    font-weight: 700;
}
.footer_logo {
    position: relative;
    margin: 0 43.8% 2%;
    width: 13%;
    flex: auto;
}
.footer_logo > a > img {
    width: 95%;
}
.copyright {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 0 20px;
}
.copyright__item, .copyright__item a {
    font-size: 13.4px; 
    color: #3f4e3a; 
    font-weight: 400;
    text-align: center;
}
::-webkit-scrollbar {
    width: 15px;
}
::-webkit-scrollbar-thumb {
    background: #3f4e3a;
}
