/*
font-family: 'Cuprum', sans-serif;
font-family: 'Great Vibes', cursive;
font-family: 'Pacifico', cursive;
font-family: 'Roboto Slab', serif;
*/

body {
    font-family: 'Helios Cond', sans-serif;
    color: #fff;
    font-size: 16px;
    margin: 0;
    /*font-family: 'Cuprum', sans-serif;
    font-size: 16px;
    color: #455255;*/
}

.body-container {
    max-width: 1920px;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    /* box-shadow: 0 1.6rem 2.4rem 0.2rem rgba(0, 0, 0, .14), 0 0.6rem 3rem 0.5rem rgba(0, 0, 0, .12), 0 0.8rem 1rem -0.5rem rgba(0, 0, 0, .3); */
}

.section-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1170px;
    margin: 0 auto;
}

.top-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
    position: relative;
}


/*header begin*/

.top {
    background: url('../img/top-bg.jpg') 50% 80% no-repeat;
    background-size: cover;
    min-height: 600px;
    height: 100vh;
}

.top-header {
    position: relative;
    top: 0;
    width: 100%;
    position: absolute;
}

.top-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 30px;
    box-sizing: content-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin-bottom: 20px;
}

.top__order {
    color: #fafafa;
    font-size: 15px;
    line-height: 1.6;
    /*cursor: pointer;*/
}

.order-status::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('../img/icons/order-status_icon.svg')no-repeat;
    background-size: 8px 8px;
    width: 8px;
    height: 10px;
    margin-right: 8px;
}


/*.order-time {
    margin-left: 30px;
}

.order-time::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('../img/icons/order-time_icon.svg')no-repeat;
    background-size: 10px 10px;
    width: 10px;
    height: 12px;
    margin-right: 8px;
}*/

.top__account {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.top__account-enter-btn {
    background: transparent;
    border: none;
    color: #fbfbfb;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.7;
    font-family: 'Helios Cond', sans-serif;
}

.top__account-enter-btn::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('../img/icons/top__account-enter-btn_icon.svg')no-repeat;
    background-size: 12px 14px;
    width: 12px;
    height: 16px;
    margin-right: 10px;
}

.top__account-line {
    width: 1px;
    height: 20px;
    background: #6e6e6e;
    margin: 0 18px;
}

.top__account-cart-icon-btn {
    display: inline-block;
    vertical-align: middle;
    background: url('../img/icons/top__account-cart-icon-btn_icon.svg')no-repeat;
    background-size: 18px 15px;
    width: 18px;
    height: 15px;
    border: none;
    cursor: pointer;
    padding: 0;
    margin: 0 6px;
}

.navbar-toggleable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


/*
.header-logo {
    width: 136px;
    height: 59px;
    color: #fff;
    font-family: 'Great Vibes', cursive;
    font-size: 48px;
    font-weight: bold;
    user-select: none;
    cursor: default;
    padding: 0;
}*/

.header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style-type: none;
    background: transparent;
    width: 75%;
    min-width: 600px;
    padding: 0;
    margin: 1em auto;
}


/*.header__search-btn {
    width: auto;
    height: auto;
    border: none;
    fill: #f6f9fa;
    background: transparent;
    padding: 0;
}

.header__search-btn--svg {
    width: 17px;
    height: 17px;
    background: rgba(0, 0, 0, 0);
    vertical-align: middle;
    cursor: pointer;
    fill: #f6f9fa;
    transition: all .2s ease-in-out;
}

.header__search-btn--svg:hover {
    fill: #86bc42;
}*/

.header__menu-item {
    line-height: 1.5;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.nav-link {
    color: #f6f9fa;
    text-decoration: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.nav-link:last-child {
    padding-right: 0;
}

.nav-link:hover,
.nav-link:focus {
    color: #93bc5f;
}


/*header end*/

.top-main-block {
    -ms-flex-item-align: center;
        align-self: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.top-main-block__logo {
    margin: 0 auto;
}

.top-main-block__logo-name {
    height: 36px;
    color: #fff;
    font-size: 18px;
    line-height: 1.33;
    text-transform: uppercase;
    margin: 0 auto;
}

.top-main-block__title {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    color: #fff;
    /*font-size: 100px;*/
    font-size: 0;
    /* background: url('../img/top-main-block__title.png') no-repeat; */
    background-size: contain;
    width: 100%;
    max-width: 380px;
    height: 135px;
    margin: 0 auto;
    margin-bottom: 15px;
}

.top-main-block__title-caption {
    color: #fff;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 38px;
}

.body-btn {
    border-radius: 20px;
    font-size: 15px;
    background-color: #76bd3f;
    border: none;
    color: #fff;
    cursor: pointer;
    line-height: 1.5;
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
    padding: 0;
    margin: 0 auto;
}

.body-btn--shop-now {
    width: 180px;
    height: 40px;
}


/*top END*/


/*slider BEGIN*/

.slider-wrapper {
    background: url('../img/slider-bg.png') 50% no-repeat;
    background-size: cover;
    height: 501px;
    box-sizing: border-box;
    margin: 70px auto;
}

.slider-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

.slider-text-block {
    width: 625px;
    max-width: 625px;
    width: 100%;
    color: #ffffff;
    font-size: 24px;
    line-height: 1.5;
    text-align: left;
    margin-right: 2%;
    font-weight: 300;
}

.slider-text-block__name {
    color: #86bc42;
    font-family: 'House Casual';
    font-size: 60px;
    line-height: 1;
}


/*slider END*/


/*welcome BEGIN*/


.welcome-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1170px;
    width: 100%;
    padding: 68px 0 48px 0;
    margin: 0 auto;
}
.welcome-wrapper{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        padding: 68px 0 48px 0;
        margin: 0 auto;
}

.welcome-title {
    color: #a8cf77;
    font-family: 'House Casual';
    font-size: 100px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
    width: 100%;
    margin: 0 auto 40px;
}

.body-title {
    color: #26363a;
    font-size: 60px;
    text-align: center;
    margin: 0 auto 70px;
    width: 100%;
}

.welcome-plus,
.welcome-plus_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
}

.welcome-plus {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.welcome-plus_item {
    max-height: 350px;
    height: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 70px;
    margin-bottom: 35px;
}

.welcome-plus_item+.welcome-plus_item {
    /*margin-top: 70px;*/
}

.welcome-img {
    /* background: url('../img/welcome-img_bg.jpg') 50% no-repeat; */
    /* -webkit-background-size: contain; */
    /* background-size: contain; */
    text-align: center;
}

.welcome-plus_item-icon {
    background: url('../img/welcome-plus_item-icon.png')no-repeat;
    width: 90px;
    height: 85px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
}

.welcome-plus__name {
    color: #26363a;
    font-size: 22px;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 300;
}

.welcome-plus__text {
    width: 100%;
    max-width: 300px;
    line-height: 1.6;
    text-align: center;
    color: #455255;
    font-weight: 400;
}


/*welcome end*/


/*banner-begin*/

.banner {
    background: url('../img/banner-bg.jpg') 50% no-repeat;
    background-size: cover;
    text-align: center;
    padding: 15px;
    min-height: 598px;
}

.banner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 77px 0 83px;
}

.banner-title-top {
    color: #86bc42;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    line-height: 0.1;
    padding-top: 100px;
}

.banner-title {
    color: #fff;
    font-family: 'House Casual';
    font-size: 135px;
    font-weight: 400;
    letter-spacing: 6px;
    margin-top: 0;
    margin-bottom: 0;
}

.banner-text {
    color: #d4dfd1;
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: .05em;
    margin-top: 0;
    margin-bottom: 25px;
}


/*banner END*/


/*beneficial-features BEGIN*/

.beneficial-features {
    background: url('../img/beneficial-features-bg.jpg') 50% no-repeat;
    background-size: contain;
}

.beneficial-features-container {
    background-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    padding: 120px 0;
}

.beneficial-features__title {
    text-align: center;
    color: #86bc42;
    font-family: 'Uni Sans', sans-serif;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 70px;
    width: 100%;
    background: url(../img/ornament.png) center center repeat-x;
}

.beneficial-features__title > span {
   padding: 0 20px;
   background-color: #fff;
}

.beneficial-features__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    margin-bottom: 30px;
    max-width: 100%;
    box-sizing: border-box;
}

.beneficial-features__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.beneficial-features__item:first-child {
    position: relative;
    top: 172px;
}

.beneficial-features__item:last-child {
    position: relative;
    top: 232px;
}

.beneficial-features__item-circle {
    background-image: url('../img/welcome-plus_item-icon.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0;
}

.beneficial-features__item-circle::before {
    content: '';
    opacity: 0;
    position: absolute;
    width: 86%;
    height: 86%;
    background-color: #85b35b;
    border-radius: 50%;
    top: 5%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.beneficial-features__item-circle-icon {
    position: relative;
    z-index: 99;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.beneficial-features__item:hover .beneficial-features__item-circle::before,
.beneficial-features__item:focus .beneficial-features__item-circle::before {
    opacity: 1;
    box-shadow: 0 7px 29px rgba(133, 179, 91, 0.6);
}

.beneficial-features__item:hover .beneficial-features__item-circle-icon,
.beneficial-features__item:focus .beneficial-features__item-circle-icon {
    fill: #fff;
}

.beneficial-features__text {
    max-width: 200px;
    color: #25312a;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 5px;
}

.beneficial-features__text--xs {
    /*line-height: 1;*/
    max-width: 200px;
    color: #25312a;
    font-size: 10px;
    text-align: center;
}

.beneficial-features__center-block {
    background: url('../img/beneficial-features__center-block.png') 50% no-repeat;
    background-size: contain;
    max-width: 618px;
    width: 100%;
    height: 556px;
}


/*beneficial-features END*/


/*using BEGIN*/

.using-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    max-width: 1140px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
}

.using__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    box-sizing: border-box;
    text-align: center;
    color: #242d29;
    margin: 15px 15px 0;
}

.using__item-img {
    margin-bottom: 33px;
    max-width: 100%;
    border-radius: 8px;
}
@media only screen and (max-width: 1300px){
    width: 300px;
}

.using__item-title {
    font-family: 'Uni Sans', sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

.using__item-text {
    width: 314px;
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 0;
}


/*using END*/


/*portion BEGIN*/
.portion {
    margin-top: 100px;
    background-image: url(../img/portion-content_img.png);
    background-repeat: no-repeat;
    padding-bottom: 100px;
    background-size: 52.9%;
    background-position: left center;
}
.portion-row{
    /* margin-left: -15px; */
    /* margin-right: -15px; */
    max-width: 100%;
}
.portion-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 1170px;
    width: 100%;
    margin:auto;
}

.portion-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    background-color: #fff;
    width: 45%;
    padding-left: 30px;
    box-sizing: content-box;
    padding: 0;
    margin-left: auto;
}

.portion-content__img {
    background: url('../img/portion-content_img.png') 50% no-repeat;
    background-size: contain;
    width: 60vw;
    height: 100%;
    /*temp*/
    max-width: 1005px;
    height: 595px;
}

.portion-title {
    opacity: 0.99;
    color: #26363a;
    font-family: 'Uni Sans', sans-serif;
    font-size: 43px;
    font-weight: 300;
    -ms-flex-item-align: end;
        align-self: flex-end;
    position: relative;
    text-transform: uppercase;
    width: 100%;
    text-align: right;
    margin-top: 22px;
    margin-bottom: 60px;
}

.portion-content__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
    padding: 0;
}

.portion-content__item {
    color: #242d29;
    font-size: 17px;
    line-height: 1.35;
    margin-bottom: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.portion-content__item:before {
    margin-right: 24px;
}

.spinach:before {
    content: url(../img/spinach.png);
}

.plums:before {
    content: url(../img/plums.png);
}

.berry:before {
    content: url(../img/berry.png);
}

.sesame:before {
    content: url(../img/sesame.png);
}

.onion:before {
    content: url(../img/onions.png);
}

.pepper:before {
    content: url(../img/peppers.png);
}

/*portion END*/


/*testimonials BEGIN*/

.testimonials {
    background: url('../img/testimonials-bg.jpg') 50% no-repeat;
    background-size: cover;
    text-align: center;
}

.testimonials-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 80px 15px 100px;
    position: relative;
}

.h2-title {
    font-family: 'House Casual';
    font-size: 100px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    width: 100%;
}

.testimonials__title {
    color: #fff;
    line-height: 0.5;
    margin-bottom: 100px;
    margin-top: 10px;
}

.testimonials__slide-item {
    background: url('../img/testimonials__slide-item--bg.png')50% no-repeat;
    background-size: contain;
    text-align: center;
    width: 300px;
    height: 300px;
    text-align: center;
}

.testimonials__slide-author {
    color: #fff;
    font-family: 'Helios Cond', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.44;
    text-transform: uppercase;
}

.testimonials__slide-author::before {
    content: '';
    background: url('../img/testimonials__slide-quotes.png')50% no-repeat;
    display: block;
    width: 35px;
    height: 35px;
    margin: 15px auto 20px;
}

.testimonials__slide-text {
    width: 219px;
    color: #fff;
    font-family: 'Helios Cond', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    margin: 10px auto 0;
}
.testimonials .swiper-button-prev{
    left: -27px;
}
.testimonials .swiper-button-next{
    right: -27px;
}


/*testimonials BEGIN*/


/*packaging BEGIN*/

.packaging-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 0;
    max-width: none;
}

.packaging__title {
    color: #76bd3f;
    margin-bottom: 50px;
    margin-top: 30px;
}

.packaging__products {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    max-width: 100%;
    overflow-x: hidden;
    padding: 40px 0 24px;
}

.packaging__products-item {
    height: auto;
    width: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #474744;
    font-family: 'Helios Cond', sans-serif;
    font-weight: 400;
    line-height: 1.33;
    padding: 30px 15px;
    margin: 0 15px 0;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    box-shadow: 0 3px 27px rgba(0, 0, 0, 0.22);
    position: relative;
    border-radius: 8PX;
    margin-bottom: 32px;
}

.packaging__products-item:hover,
.packaging__products-item:focus {
    box-shadow: 0 4px 77px rgba(134, 188, 66, 0.52);
}

.packaging__products-item img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  max-height: 230px;
}

.packaging__products-item:hover img,
.packaging__products-item:focus img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
}

.packaging__products-name {
    font-size: 18px;
    margin-bottom: 12px;
    position: relative;
    z-index: 2;
}

.packaging__products-text {
    font-size: 16px;
    width: 80%;
}

.packaging__btn--buy {
    width: 180px;
    height: 40px;
    font-family: 'Uni Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
}


/*packaging END*/


/*contacts BEGIN*/
/*
.contacts-container {
    display: flex;
    justify-content: space-between;
    padding: 50px 15px;
}

.contacts__item {
    width: 370px;
    height: 300px;
    box-shadow: 0 3px 27px rgba(0, 0, 0, 0.22);
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.contacts__icon {
    height: 40px;
    margin-bottom: 45px;
}

.contacts__title {
    color: #25363a;
    font-family: 'Uni Sans', sans-serif;
    font-size: 18px;
    line-height: 1.33;
    text-transform: uppercase;
    margin-bottom: 38px;
    font-weight: 700;
}

.contacts__info {
    color: #455255;
    line-height: 1.6;
}

*/
/*contacts END*/


/*form BEGIN*/

.form-section {
    /*test*/
    /*background: darkcyan;*/
    position: relative;
    height: 630px;
}

.form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 25px;
    -webkit-transition: all .3s;
    transition: all .3s;
    padding: 30px;
    box-sizing: border-box;
}

.form-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    /*margin: 0 -15px;*/
}

.form-block__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 48%;
    margin: 0 0 30px;
}

.form__label {
    font-family: 'Uni Sans', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    padding: 0;
    width: 100%;
    margin: 20px 0 8px;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.form__label--green {
    color: #86bc42;
}

.form__input, .chosen-container-multi .chosen-choices {
    max-width: 570px;
    width: 100%;
    height: 50px;
    background-color: #fafafa;
    border: none;
    box-shadow: none;
    text-align: left;
    color: #455255;
    line-height: 1.5;
    padding: 5px 20px;
    outline: none;
    border: 3px solid transparent;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 3px 27px rgba(0, 0, 0, 0.22);
    border-radius: 8px;
    background-image: none;
    display: flex;
    align-items: center;
    font-family: inherit;
    font-size: 16px;
}

.form__input:focus {
    border-color: #86bc42;
}

.form__textarea {
    height: 190px;
    background-color: #fafafa;
    resize: none;
    max-width: 100%;
    margin-bottom: 40px;
    padding-top: 16px;
}

.form-btn {
    margin-bottom: 100px;
}


/*form END*/


/*footer BEGIN*/

.footer-bg {
    background-size: cover;
    background: url(../img/footer-bg.png) center bottom no-repeat;
}

.footer {
    background: #0f191b;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    min-height: 224px;
}

.footer-container {
    background: #76bd3f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 159px;
    box-shadow: 0 7px 29px rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 135px;
    box-sizing: border-box;
    padding: 30px 45px;
    margin: auto;
    border-radius: 8px;
}

.footer__address {
    color: #ffffff;
    font-family: Tahoma, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-style: normal;
}

.footer__social-bnts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    list-style: none;
    height: 30px;
}

.footer__social-btns-item+.footer__social-btns-item {
    padding-left: 6px;
}

.footer__social-btns-item--icon {
    cursor: pointer;
    width: 30px;
    height: 30px;
}

.footer__name {
    font-family: 'House Casual';
    color: #fff;
    font-size: 36px;
    -ms-flex-item-align: end;
        align-self: flex-end;
    background: #0f191b;
    padding: 3px 29px;
    position: relative;
    z-index: 3;
    margin: 0 auto 30px;
}

.footer__line {
    border: 0;
    z-index: 2;
    bottom: 40px;
    width: 100%;
    position: absolute;
    border-top: 1px solid #fff;
}


/*footer END*/

.message {
    background-color: #76bd3f;
    padding: 30px 45px;
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 100px;
    left: 0;
    right: 0;
    max-width: 400px;
    max-height: 320px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: auto;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: center;
    font-size: 1.3em;
    font-weight: 300;
    border-radius: 8px;
}

.message.visible {
    opacity: 1;
    z-index: 1;
}

#form.hidden {
    opacity: 0;
}

.swiper-button-prev, .swiper-button-next {
    width: 16px;
    height: 27px;
    background-size: cover;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0.4;
    top: 61%;
}

.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 1;
}

.swiper-button-prev {
    background-image: url(../img/left.png);
    left: -67px;
}

.swiper-button-next {
    background-image: url(../img/right.png);
    right: -67px;
}

.swiper-container {
    position: static;
}

button.body-btn {
    box-shadow: 0 3px 8px 0 rgba(51, 51, 51, 0.5), inset 0 1px 0px 1px rgba(255, 255, 255, 0.1), inset 0 -2px 1px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    letter-spacing: 2px;
    will-change: transform;
}

button.body-btn:hover {
    box-shadow: 0 4px 10px 0 rgba(51, 51, 51, 0.42), inset 0 1px 0px 1px rgba(255, 255, 255, 0.1), inset 0 -2px 1px 0px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
}

::-webkit-input-placeholder  {    
    font-family: 'Helios Cond', sans-serif;
    opacity: 0.6;
}

#btt {
    background-color: #76bd3f;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    border: none;
    border-radius: 100%;
    box-shadow: 0 3px 8px 0 rgba(51, 51, 51, 0.5), inset 0 1px 0px 1px rgba(255, 255, 255, 0.1), inset 0 -2px 1px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    text-align: center;
    z-index: 2;
}

#btt:before {
    content: url(../img/right.png);
    display: inline-block;
    -webkit-transform: rotate(-90deg) translate(-8px, 3px);
            transform: rotate(-90deg) translate(-8px, 3px);
    max-width: 100%;
}

#btt:hover {
    box-shadow: 0 4px 10px 0 rgba(51, 51, 51, 0.42), inset 0 1px 0px 1px rgba(255, 255, 255, 0.1), inset 0 -2px 1px 0px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
}

section.contacts {
    display: none;
}

a.quamarine {
    color: aquamarine;
}

section#order {
    margin-bottom: 2em;
}


span#vport {
    position: fixed;
    z-index: 2;
    left: 1em;
    bottom: 1em;
    color: aqua;
    visibility: hidden;
}


.wrong {
    border: 2px solid orangered;
}


img {
    max-width: 100%;
}

select, input, input:matches([type="password"], [type="search"]), textarea, input[type="range"], isindex {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

a#insta {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}

.deli-badge {
    background-color: #76bd3f;
    color: #fff;
    border-radius: 6px;
    padding: 6px 12px;
    position: absolute;
    top: -14px;
    right: -10px;
    transform: rotate(9deg);
    z-index: 2;
}

span.packaging__price {
    color: #75bd3f;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 1em;
}


.chosen-container-multi .chosen-choices li.search-choice {
    background: #75bd3f;
    color: #fff;
    border: none;
    height: 32px;
    border-radius: 4px;
    text-align: center;
    padding: 4px 18px 4px 8px;
    line-height: 2;
}

.chosen-container-multi .chosen-choices {
    padding: 6px 6px;
    font-family: 'Helios Cond', sans-serif;
}

.chosen-container:after {
    content: url(/img/arrow-down.svg);
    display: inline-block;
    width: 9px;
    position: absolute;
    right: 16px;
    bottom: 0;
    top: 0;
    margin: auto 0;
    height: 17px;
}

span.packaging__accent {
    color: #75bd3f;
    text-transform: uppercase;
}

.search-choice span {
    vertical-align: 3px;
    line-height: 0;
    margin-right: 2px;
}