@font-face {
    font-family: "Manrope";
    src: url("../../assets/fonts/Manrope-Light.ttf") format("truetype");
    font-style: normal;
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: "Ubuntu";
    src: url("../../assets/fonts/Ubuntu-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Manrope";
    src: url("../../assets/fonts/Manrope-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Manrope";
    src: url("../../assets/fonts/Manrope-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
    font-display: swap
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*, *::after, *::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

ul[class], ol[class] {
    padding: 0
}

body, h1, h2, h3, h4, h5, h6, p, ul, ol, li, figure, figcaption, blockquote, dl, dd {
    margin: 0
}

ul[class] {
    list-style: none
}

img {
    max-width: 100%;
    display: block
}

input, button, textarea, select {
    font: inherit
}

a {
    text-decoration: none
}

html, body {
    height: 100%;
    font-family: "Manrope", sans-serif;
    overflow-x: hidden
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container {
    max-width: 985px;
    margin: 0 auto;
    padding: 0 15px
}

.container-fluid {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 15px
}

.btn {
    padding: 8px 17px 11px;
    border: none;
    background: #fff;
    border: 1px solid #007b51;
    border-radius: 40px;
    font-weight: 400;
    font-size: 14.22px;
    line-height: 120%;
    cursor: pointer;
    transition: all .3s ease-in-out;
    color: #007B51;
}

.btn:hover {
    transition: all .3s ease-in-out;
    background: #007B51;
    border: 1px solid #007B51;
    color: #fff;
}


.btn_preparation {
    position: absolute;
    right: 17%;
    bottom: 18%;
    width: 100px;
    height: 100px;
    background: #00784f;
    -webkit-box-shadow: -3.55556px 0px 17.7778px rgba(0, 123, 81, .17);
    box-shadow: -3.55556px 0px 17.7778px rgba(0, 123, 81, .17);
    border-radius: 142.222px;
    color: #fff;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.btn_preparation:hover {
    transition: all .3s ease-in-out;
    border: 2px solid #007B51;
    box-shadow: -4px 0px 30px rgba(0, 123, 81, 0.27);
    border-radius: 160px;
    background: #fff;
    color: #007B51;
}

.btn-blue {
    background: #005991;
    border: 2px solid #005991;
}

.btn-blue:hover {
    transition: all .3s ease-in-out;
    background: #fff;
    border: 2px solid #005991;
    color: #005991;
}

.header_mod {
    background: #fff
}

.header__wrapper {
    position: relative;
    width: 100%;
    height: 95px;
}

.header__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 40;
    min-height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}

.header__inner_mod {
    position: static;
    min-height: 106px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.logo__photo {
    max-width: 130px
}

@media (max-width: 900px) {
    .logo {
        width: 112px;
        height: 50px;
    }
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.menu__list {
    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
}

.menu__list_mod {
    margin-bottom: 0
}

.menu__list__sub-menu {
    display: none;
    padding: 29px 13px 13px 13px !important;
    position: absolute;
    left: 0;
    width: 191px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border-radius: 8px
}


.menu__list__sub-menu__item {
    display: none;
    margin-bottom: 9px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #516068
}

.menu__list__sub-menu__item :last-child {
    margin-bottom: 0
}

.menu__list-modallink {
    display: none;
    margin-bottom: 9px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #516068
}

.menu__list-modallink:last-child {
    margin-bottom: 0
}

.menu__list__item {
    margin-right: 50px
}

.menu__list__sub-menu__link {
    margin-bottom: 9px;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    color: #516068;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

@media (max-width: 768px) {
    .menu__list__sub-menu__link {
        font-weight: 400;
        font-size: 15px;
    }
}

.menu__list__sub-menu__link:hover {
    transition: all .3s ease-in-out;
    color: #007B51;
}


.menu__list__item:last-child {
    margin-right: 0
}

@media (max-width: 768px) {
    .menu__list__item:last-child {
        margin-right: auto;
    }
}

.menu__list__item--parent {
    padding-right: 17px;
    position: relative
}

.menu__list__item--parent:hover .menu__list__sub-menu__item {
    display: block
}


.menu__list__item--parent:hover .menu__list__sub-menu {
    display: block;
    -webkit-box-shadow: 0 4px 30px rgba(68, 64, 64, .775);
    box-shadow: 0 4px 30px rgba(68, 64, 64, .775);
    background-color: #fff;
}

.link__photo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0
}

.menu__list__link {
    font-weight: 400;
    font-size: 14.2222px;
    line-height: 28px;
    color: #516068;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
}

.menu__list__link:hover {
    transition: all .3s ease-in-out;
    color: #007B51;
}

.language {
    margin-left: 73px;
    margin-top: 5px;
    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
}

.language__item {
    margin-right: 32px;
    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
}

.language__item:last-child {
    margin-right: 0
}

.language__item-photo {
    margin-right: 9px;
    max-width: 18px
}

.language__item-photo:last-child {
    margin-right: 0
}

/* lang btn */
.lang-btn {
    display: flex;
    gap: 0 20px;
    margin-right: 20px;
}

.lang-item {
    list-style: none;
    position: relative;
    padding-left: 25px;
}

.lang-item-2 a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background-image: url(../images/ua_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.lang-item-5 a:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    background-image: url(../images/de_icon.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.header__burger {
    border: none;
    background-color: inherit;
    cursor: pointer;
    display: none
}

.intro {

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background: linear-gradient(180deg, #FFFFFF 0%, #CBE4DB 100%);
    position: relative;
}

.swiper-slide {
    padding: 10px 0 19px;
    position: relative;
    text-align: center
}


.slider__top-title {
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4;
    max-width: 250px;
    font-weight: 400;
    font-size: 15.316px;
    line-height: 140%;
    color: #fff;
    text-shadow: 0px 3.06319px 3.06319px rgba(0, 0, 0, .25);
    font-family: "Ubuntu";
    text-align: center
}

@media (max-width: 1355px) {
    .slider__top-title {
        font-size: 13.316px;
    }
}

@media (max-width: 1170px) {
    .slider__top-title {
        font-size: 13.316px;
    }
}

.slider__top-photo {
    margin: 0 auto;
    max-width: 345px;
    margin-bottom: 40px
}

.slider__top-photo:nth-child(3) {
    max-width: 333px;
    position: absolute;
    top: 34%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4
}

.slider__top-photo:nth-child(4) {
    max-width: 360px;
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 4
}

.arrow-left {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 35%;
    z-index: 4;
    background: none;
    border: none
}

.arrow-left:nth-child(4) {
    color: #f04c10
}

.arrow-right {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 35%;
    z-index: 4;
    background: none;
    border: none
}

.slider__bottom {
    border-top: 1px solid rgba(0, 123, 81, .3);
    border-bottom: 1px solid rgba(0, 123, 81, .3);
    padding: 5px 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(150px) [ 7 ];
    grid-template-columns:repeat(7, 150px);
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.slider__bottom-item {
    text-align: center
}

.slider__bottom-item:last-child {
    margin-right: 0
}

.slider__bottom-item.active {
    position: relative
}

.slider__bottom-title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 14.2222px;
    line-height: 130%;
    color: #516068
}

.slider__bottom-text {
    font-size: 10.6667px;
    line-height: 130%;
    color: #516068
}

.advantages {
    padding: 118px 0 0
}

.advantages__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(226px) [ 4 ];
    grid-template-columns:repeat(4, 226px);
    -ms-grid-rows: 146px;
    grid-template-rows:146px;
    grid-column-gap: 26px
}

.advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    background: #e5f2ee;
    border-radius: 17.7778px;
    text-align: center
}

.advantages__photo {
    position: absolute;
    top: -45%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.advantages__text {
    margin-bottom: 23px;
    max-width: 160px;
    font-weight: 700;
    font-size: 17.7778px;
    line-height: 160%;
    color: #516068;
    text-transform: uppercase
}

.details__inner {
    padding: 150px 0 116px
}

.details__top {
    padding: 0 55px;
    margin-bottom: 105px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.details__top-photo {
    width: 50%;
    margin-right: 113px
}

.details__top-photo img {
    width: 100%
}

.details__top-info {
    width: 50%
}

.details__text {
    margin-bottom: 15px;
}

.details__top-title {
    margin-bottom: 22px;
    font-weight: 700;
    font-size: 17.7778px;
    line-height: 28px;
    color: #007b51
}

.details__top-text {
    font-weight: 400;
    font-size: 35.5556px;
    line-height: 130%;
    color: #516068
}

.standarts {
    width: 100%;
    background: #e5f2ee;
    border-radius: 26.6667px
}

.statdarts__text {
    padding: 44px 75px;
    font-weight: 700;
    font-size: 21.3333px;
    line-height: 190%;
    color: #516068;
    text-align: center;
    text-transform: uppercase
}

.details__bottom {
    padding: 73px 0 80px 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.details__bottom-info {
    margin-right: 47px;
    width: 60%
}

.details__bottom-title {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 17.7778px;
    line-height: 28px;
    text-transform: uppercase;
    color: #007b51
}

.details__bottom-text {
    max-width: 310px;
    margin-bottom: 21px;
    font-weight: 400;
    font-size: 21.3333px;
    line-height: 140%;
    color: #516068;
}

.details__bottom-text span {
    font-weight: 700
}

.details__bottom-photo {
    position: relative;
    width: 100%
}

.details__bottom-photo img:last-child {
    position: absolute;
    top: 0;
    right: 0
}

.advantages_mod {
    padding-top: 61px;
    padding-bottom: 116px
}

.advantages__inner_mod {
    -ms-grid-columns:(226px) [ 3 ];
    grid-template-columns:repeat(3, 226px);
    -ms-grid-rows: 186px;
    grid-template-rows:186px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 90px
}

.advantages__item_mod {
    position: relative
}

.advantages__item_mod:nth-child(1):after {
    content: '';
    position: absolute;
    right: -28%;
    top: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../images/advantages/plus.svg");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

@media (max-width: 1200px) {
    .advantages__item_mod:nth-child(1):after {
        top: auto;
        bottom: -20%;
        right: 44%;
    }
}

.advantages__item_mod:nth-child(2):after {
    content: '';
    position: absolute;
    right: -28%;
    top: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url("../images/advantages/ravno.svg");
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
}

@media (max-width: 1200px) {
    .advantages__item_mod:nth-child(2):after {
        top: auto;
        bottom: -25%;
        right: 44%;
    }
}

.advantages__photo_mod {
    top: 5%
}

.advantages__figure {
    position: absolute;
    right: -28%;
    top: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.production {
    padding: 71px 0 89px;
    background: #e5f2ee;
}

@media (max-width: 826px) {
    .production {
        padding: 30px 0;
    }
}

.production__inner {
    position: relative;
}

.production__tite {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 28.4444px;
    line-height: 140%;
    color: #00784f;
    text-align: center
}

.production__slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.production__slider-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;
    position: relative;
    margin-right: 21px;
    min-width: 300px;
    width: 300px;
    min-height: 370px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    border: .888889px solid #fff;
    border-radius: 10.6667px;
    text-align: center;
    min-height: 390px;
}

.card-inner {
    padding-top: 240px;
}

.production__slider-item:last-child {
    margin-right: 0
}

.production__slider-photo {
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform: scale(.9);
    transition: all .3s ease-in-out;
}

.production__slider-title {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 17.7778px;
    line-height: 28px;
    color: #007b51
}

.production__slider-text {
    max-width: 250px;
    margin: 0 auto;
    padding-bottom: 38px;
    font-weight: 400;
    font-size: 14.2222px;
    line-height: 140%;
    color: #516068
}

.btn_product {
    position: absolute;
    bottom: -5%
}

.road {
    padding: 90px 0 110px;
    position: relative;
}

.road__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: url("../images/bg-about.svg");
    background-repeat: no-repeat;
    justify-content: space-between;
    background-position: 50% -3%;
}

@media (max-width: 910px) {
    .road__inner {
        -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;
        /*background: url("../images/about-bg-mob.svg");*/
        background: none;
        gap: 98px;
        position: relative;
    }

    .road__inner:after {
        content: '';
        position: absolute;
        background: url(../images/about-bg-mob.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        top: 16%;
    }
}

.road__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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.road__item:last-child {
    margin-right: 0
}

.road__photo {
    margin-bottom: 14px
}

.road__item:nth-child(2) .road__photo {
    margin-bottom: 0;
    margin-top: 40px
}

@media (max-width: 910px) {
    .road__item:nth-child(2) .road__photo {
        margin: 0;
    }
}

.road__title {
    font-weight: 700;
    font-size: 21.3333px;
    line-height: 29px;
    color: #00784f
}

.details__inner {
    padding: 57px 0 0
}

.details__top_mod {
    margin-bottom: 117px;
    padding: 0
}

.details__top-photo_mod {
    margin-right: 52px
}

.details__top-text_mod {
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 14.2222px;
    line-height: 140%
}

.details__top-text_mod:last-child {
    margin-bottom: 0
}

.story {
    padding: 62px 0 71px
}

.story__top {
    padding-bottom: 142px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.story__top-photo-wrapper {
    margin-right: 76px;
    background: #e5f2ee;
    border-radius: 28px
}

.story__top-photo {
    width: 100%
}

.story__top-text {
    padding: 14px 16px;
    font-weight: 400;
    font-size: 14.2222px;
    line-height: 140%;
    color: #516068
}

.story__top-info-text {
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 14.2222px;
    line-height: 140%;
    color: #516068
}

.story__top-info-text:last-child {
    margin-bottom: 0
}

.story__top-info-title {
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 35.5556px;
    line-height: 130%;
    color: #00784f
}

.story__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.story__bottom-info {
    margin-right: 65px
}

.story__bottom-text {
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 14.2222px;
    line-height: 140%;
    color: #516068
}

.story__bottom-text:last-child {
    margin-bottom: 0
}

.brends__title {
    margin-bottom: 37px;
    font-weight: 700;
    font-size: 17.7778px;
    line-height: 140%;
    text-align: center;
    color: #00784f;
    text-transform: uppercase
}

.brends__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.brends__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 74px;
    width: 100%;
    height: 112px;
    padding: 42px 12px;
    -webkit-box-shadow: 0px 3.55556px 13.3333px rgba(81, 96, 104, .25);
    box-shadow: 0px 3.55556px 13.3333px rgba(81, 96, 104, .25);
    border-radius: 17.7778px
}

.brends__item:last-child {
    margin-right: 0
}

.brends__photo {
    margin: 0 auto
}

.details__bottom_mod {
    padding: 124px 0 54px
}

.details__bottom-info_mod {
    margin-right: 92px
}

.details__bottom-text_mod {
    max-width: 350px;
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 15.1111px;
    line-height: 140%;
    color: #516068
}

.details__bottom-text_mod:last-child {
    margin-bottom: 0
}

.details__bottom-photo_mod {
    max-width: 477px;
    margin-right: -70px
}

.board {
    margin-bottom: 56px;
    height: 665px;
    background: url(../images/about/board-bg.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

@media (max-width: 462px) {
    .board {
        background: url(../images/bg-about-mob.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }
}

.board__inner {
    text-align: center
}

.board__title {
    padding-top: 41px;
    margin-bottom: 36px;
    font-weight: 700;
    font-size: 28.4444px;
    line-height: 140%;
    color: #00784f
}

.board__text {
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 17.7778px;
    line-height: 140%;
    color: #516068
}

.board__text:last-child {
    font-size: 14px;
    line-height: 140%;
    margin: 0 auto;
    max-width: 681px;
}

@media (max-width: 462px) {
    .board__text:last-child {
        max-width: 343px;
        text-align: center;
    }
}

.about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.about__info {
    max-width: 376px;
    margin-right: 98px;
    width: 50%
}

.about__info-text {
    margin-bottom: 14px;
    font-weight: 400;
    font-size: 14.2222px;
    line-height: 140%;
    color: #516068
}

.about__info-text:last-child {
    margin-bottom: 0
}

.about__photo {
    width: 100%
}

.advantages_ab {
    padding: 103px 0 80px
}

.preparation {
    padding: 50px 0 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
}

@media (max-width: 900px) {
    .preparation {
        height: 100%;
    }
}

.green-bg {
    background: linear-gradient(180deg, #FFFFFF 0%, #CBE4DB 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.blue-bg {
    background: linear-gradient(180deg, #FFFFFF 0%, #CCDEE9 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.yellow-bg {
    background: linear-gradient(180deg, #FFFFFF 0%, #FDEDD1 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.light-green-bg {
    background: linear-gradient(180deg, #FFFFFF 0%, #E4F2D9 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.brown-bg {
    background: linear-gradient(180deg, #FFFFFF 0%, #EBE0D5 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.light-yellow-bg {
    background: linear-gradient(180deg, #FFFFFF 0%, #FDEDD1 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.light-green2-bg {
    background: linear-gradient(180deg, #FFFFFF 0%, #CCE3E1 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}


.preparation__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.preparation__photo-wrapper {
    position: relative;
    width: 50%
}

.preparation__photo {
    position: absolute;
    top: 8%;
    left: 17%;
    width: 281px;
    height: 391px;

}

.preparation__details {
    position: relative;
    width: 50%
}

.preparation__details-photo {
    position: absolute;
    top: 4%;
    right: 9%
}

.preparation__details-title {
    margin-bottom: 7px;
    font-weight: 700;
    font-size: 36px;
    line-height: 44px;
    color: #00784f
}

@media (max-width: 900px) {
    .preparation__details-title {
        font-size: 25px;
    }
}

.preparation__details-subtitle {
    margin-bottom: 15px;
    max-width: 300px;
    font-weight: 400;
    font-size: 17.7778px;
    line-height: 140%;
    color: #516068
}

.preparation__details-text-wrapper {
    max-width: 325px;
    margin-bottom: 14px;
    padding-left: 42px;
    position: relative;

}

.preparation__details-text-wrapper:last-child {
    margin-bottom: 0
}

.preparation__details-text-photo {
    max-width: 32px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.preparation__details-text {
    font-weight: 400;
    font-size: 12.4444px;
    line-height: 140%;
    color: #516068
}

.ingredients {
    padding: 73px 0 68px
}

.ingredients__title {
    margin-bottom: 28px;
    font-weight: 700;
    font-size: 28.4444px;
    line-height: 140%;
    color: #00784f;
    text-align: center
}

.ingredients__photo-wrapper {
    margin-bottom: 45px
}

.ingredients__photo {
    margin: 0 auto
}

.ingredients__subtitle {
    width: max-content;
    margin-bottom: 13px;
    font-weight: 700;
    font-size: 17.7778px;
    line-height: 28px;
    color: #00784f;
    text-align: center
}

.ingredients__text {
    width: max-content;
    max-width: 366px;
    font-weight: 400;
    font-size: 17.7778px;
    line-height: 140%;
    color: #516068;
    text-align: center
}

.shop {
    padding: 87px 0 100px;
    background-color: #e5f2ee
}

.shop__title {
    margin-bottom: 70px;
    font-weight: 700;
    font-size: 28.4444px;
    line-height: 140%;
    color: #007b51;
    text-align: center
}

.shop__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 4 ];
    grid-template-columns:repeat(4, 1fr);
    -ms-grid-rows:(1fr) [ 4 ];
    grid-template-rows:repeat(4, 1fr);
    grid-gap: 27px
}

.shop__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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    -webkit-box-shadow: -3.55556px 0px 17.7778px rgba(0, 123, 81, .17);
    box-shadow: -3.55556px 0px 17.7778px rgba(0, 123, 81, .17);
    border-radius: 17.7778px;
    transition: all .3s ease-in-out;
    position: relative;
}

.shop__item:before {
    content: '';
    top: 67%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 174px;
    height: 1px;
    background: #E5F2EE;
}

.shop__item:hover {
    transition: all .3s ease-in-out;
    box-shadow: -4px 0px 20px rgb(0 123 81 / 66%);
}

.shop__item a {
    text-align: center;
}

.shop__item-photo {
    margin: 33px 0
}

.shop__item-title {
    padding-bottom: 17px;
    font-weight: 400;
    font-size: 14.2222px;
    line-height: 140%;
    color: #516068
}

.footer {
    background-color: #fff
}

.footer__inner {
    padding: 76px 0 35px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 195px 1fr 1fr 1fr;
    grid-template-columns:195px 1fr 1fr 1fr;
    grid-column-gap: 106px;
    border-bottom: 1px solid rgba(0, 120, 79, .1)
}

.logo__text {
    margin-top: 26px;
    font-weight: 400;
    font-size: 14.2222px;
    line-height: 19px;
    color: #516068;
}

.footer__menu-title {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #516068;
    text-transform: uppercase;
}

.footer__menu-title:hover {
    transition: all .3s ease-in-out;
    color: #007B51;
}

.footer__menu-item {
    margin-bottom: 4px
}

.footer__menu-item:last-child {
    margin-bottom: 0
}

.footer__menu-list__link {
    font-weight: 400;
    font-size: 14.2222px;
    line-height: 19px;
    color: #516068
}

.footer__menu-list__link:hover {
    transition: all .3s ease-in-out;
    color: #007B51;
}

.footer__contact-title {
    margin-bottom: 18px;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #516068;
    text-transform: uppercase
}

.footer__contact-info {
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 14.2222px;
    line-height: 19px;
    color: #516068;
    width: 184px;
}

.footer__contact-tel {
    margin-bottom: 7px;
    font-size: 14.2222px;
    line-height: 19px;
    color: #516068
}

.footer__contact-tel:hover, .footer__contact-mail:hover {
    transition: all .3s ease-in-out;
    color: #007B51;
}


.footer__contact-mail {
    font-weight: 400;
    font-size: 14.2222px;
    line-height: 19px;
    color: #516068
}

.footer__copy-text {
    padding: 15px 0;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    text-align: center;
}

.footer__copy-text a {
    color: #516068;
}

@media (max-width: 1200px) {
    .advantages__inner {
        -ms-grid-columns:(226px) [ 2 ];
        grid-template-columns:repeat(2, 226px);
        -ms-grid-rows: 146px 146px;
        grid-template-rows:146px 146px;
        grid-row-gap: 50px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .advantages__photo {
        max-width: 72px;
        top: -25%
    }

    .advantages__inner_mod {
        -ms-grid-columns:(343px) [ 1 ];
        grid-template-columns:repeat(1, 343px);
        -ms-grid-rows: 157px 157px 157px;
        grid-template-rows:157px 157px 157px;
        grid-row-gap: 60px
    }

    .advantages__photo_mod {
        max-width: 80px;
        top: 5%
    }

    .advantages__text_mod {
        margin-bottom: 20px;
        max-width: 100%
    }

    .advantages__figure {
        top: auto;
        right: 0;
        left: 50%;
        bottom: -23%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .advantages_mod {
        padding-top: 0
    }

    .details__bottom-info_ab {
        width: 40%;
        margin-right: 20px
    }
}

@media (max-width: 1040px) {
    .footer__inner {
        grid-column-gap: 80px
    }
}

@media (max-width: 900px) {
    .language {
        margin-left: 10px
    }

    .details__top {
        -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
    }

    .details__top-photo {
        width: 70%;
        margin-right: 0;
        margin-bottom: 32px
    }

    .details__top-info {
        width: 70%;
        text-align: center
    }

    .statdarts__text {
        padding: 24px 15px;
        font-size: 18px
    }

    .details__bottom {
        padding: 48px 0 54px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .details__bottom-info {
        width: 100%;
        margin-right: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .details__bottom-photo img {
        margin-bottom: 38px;
        width: 100%
    }

    .details__bottom-photo img:last-child {
        width: 35px;
        margin-bottom: 0
    }

    .footer__inner {
        grid-column-gap: 40px
    }

    .story {
        padding: 48px 0 40px
    }

    .story__top {
        padding-bottom: 55px;
        -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
    }

    .story__top-photo-wrapper {
        margin-right: 0;
        margin-bottom: 48px
    }

    .story__top-info-title {
        font-size: 30px
    }

    .story__bottom {
        -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
    }

    .story__bottom-info {
        margin-right: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .story__bottom-photo {
        margin-bottom: 32px;
        width: 70%
    }

    .details__bottom-info_ab {
        margin-bottom: 40px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .details__bottom-photo_ab {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .details__bottom_ab {
        padding-top: 108px;
        padding-bottom: 10px
    }

    .board {
        margin-bottom: 62px
    }

    .about__inner {
        -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
    }

    .about__info {
        width: 70%;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 32px
    }

    .preparation {
        padding: 40px 0 40px
    }

    .preparation__inner {
        -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
    }

    .preparation__details {
        width: 100%;
        margin: 0 auto
    }

    .preparation__photo-wrapper {
        width: 100%
    }

    .preparation__details-text-wrapper {
        margin: 0 auto;
        margin-bottom: 12px
    }

    .preparation__details-title {
        text-align: center
    }

    .preparation__details-subtitle {
        margin-right: 0;
        padding-bottom: 420px;
        margin: 0 auto;
        text-align: center
    }

    .preparation__details-photo {
        display: none
    }

    .btn_preparation {
        display: none
    }

    .preparation__photo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 150px
    }

    .shop__inner {
        -ms-grid-columns:(1fr) [ 3 ];
        grid-template-columns:repeat(3, 1fr)
    }
}

@media (max-width: 768px) {
    .header__inner {
        min-height: 82px;
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 10;
        background: inherit;
        background-color: #fff
    }

    .header__inner.active {
        background-color: #e5f2ed;
        transition: all .3s ease-in-out;
    }

    .menu__list {
        margin-right: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: fixed;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        top: 82px;
        right: -100%;
        width: 100%;
        height: 100%;
        overflow: auto;
        background: #e5f2ee;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s
    }

    .menu__list.active {
        right: 0
    }

    .menu__list__item {
        margin: 0 auto
    }

    .menu__list__item:first-child {
        margin-top: 29px;
        margin-bottom: 42px
    }

    .menu__list__item:nth-child(2) {
        margin-bottom: 18px
    }

    menu__list__item--parent {
        padding-right: 0;
        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
    }

    menu__list__item--parent:hover .menu__list__sub-menu__item {
        display: none
    }

    menu__list__item--parent:hover .menu__list__sub-menu {
        display: none
    }

    .menu__list__link {
        font-weight: 700;
        font-size: 20px;
        line-height: 27px
    }

    .menu__list__link:first-child {
        margin-bottom: 17px
    }

    .link__photo {
        display: none
    }

    .menu__list-modallink {
        display: block;
        margin-bottom: 8px;
        font-weight: 400;
        font-size: 14.2222px;
        line-height: 19px;
        color: #516068
    }

    .menu__list__sub-menu {
        display: none
    }

    .language {
        margin-left: 0;
        position: absolute;
        bottom: 20%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .language__item {
        margin-right: 64px
    }

    .header__burger {
        display: block;
        position: absolute;
        right: 16px;
        top: 90%;
        z-index: 10;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .logo_header {
        padding-left: 16px
    }

    .footer__menu {
        display: none
    }

    .footer__inner {
        padding: 50px 0 38px;
        -ms-grid-columns: 200px;
        grid-template-columns:200px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-grid-rows: 1fr 1fr;
        grid-template-rows:1fr 1fr;
        text-align: center
    }

    .logo__photo_footer {
        margin: 0 auto
    }

    .footer__copy-text {
        padding: 22px 0
    }

    .brends__inner {
        -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
    }

    .brends__item {
        width: 70%;
        margin-right: 0;
        margin-bottom: 16px
    }

    .brends__title {
        margin-bottom: 32px
    }

    .board {
        height: 500px
    }

    .board__title {
        margin-bottom: 24px
    }

    .shop__inner {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }

    .shop {
        padding-top: 122px
    }

    .shop__title {
        margin-bottom: 34px
    }
}

@media (max-width: 640px) {
    .details__inner {
        padding: 76px 0 64px
    }

    .details__top-photo {
        width: 100%
    }

    .details__top-info {
        width: 100%
    }

    .details__top {
        padding: 0;
        margin-bottom: 48px
    }

    .details__top-title {
        margin-bottom: 16px
    }

    .details__top-text {
        font-size: 30px
    }

    .road {
        padding-top: 40px;
        padding-bottom: 40px
    }


    .road__item {
        margin-right: 0;
    }

    .road__item:last-child {
        margin-bottom: 0
    }

    .road__photo:nth-child(2) {
        margin-top: 0;
        margin-bottom: 14px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .road__title_mod {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .details__top-text_ab {
        font-weight: 400;
        font-size: 14.2222px;
        line-height: 140%
    }

    .details__inner_ab {
        padding-bottom: 10px
    }
}

@media (max-width: 575px) {
    .advantages {
        padding-top: 75px
    }

    .advantages__inner {
        -ms-grid-columns:(163px) [ 2 ];
        grid-template-columns:repeat(2, 163px);
        -ms-grid-rows: 105px 105px;
        grid-template-rows:105px 105px;
        grid-column-gap: 17px
    }

    .advantages__photo {
        max-width: 72px;
        top: -35%
    }

    .advantages__text {
        padding: 0 15px;
        font-size: 12.7843px;
        line-height: 160%
    }

    .advantages__inner_mod {
        -ms-grid-columns:(343px) [ 1 ];
        grid-template-columns:repeat(1, 343px);
        -ms-grid-rows: 157px 157px 157px;
        grid-template-rows:157px 157px 157px;
        grid-row-gap: 60px
    }

    .advantages__photo_mod {
        max-width: 80px;
        top: 5%
    }

    .advantages__text_mod {
        font-size: 17px;
        margin-bottom: 20px;
        max-width: 100%
    }

    .advantages__figure {
        top: auto;
        right: 0;
        left: 50%;
        bottom: -23%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .advantages_mod {
        padding-top: 0;
        padding-bottom: 0
    }

    .details__top_ab {
        margin-bottom: 85px
    }

    .story__bottom-info {
        width: 100%
    }

    .story__bottom-photo {
        width: 100%
    }

    .about__info {
        width: 100%
    }

    .preparation__photo {
        height: 350px
    }

    .preparation__details-subtitle {
        padding-bottom: 365px
    }

    .shop__inner {
        -ms-grid-columns:(1fr) [ 1 ];
        grid-template-columns:repeat(1, 1fr)
    }
}

.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before, .slick-track:after {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}

.swiper {
    height: auto;
}

.swiper-slide-active .ingredients__photo {
    transform: scale(1);
    transition: all .3s ease-in-out;
    opacity: 1;

}

.swiper-slide-active .ingredients__desc {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out;
}

.ingredients__desc {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;


}

.ingredients__photo {
    transition: all .3s ease-in-out;
    transform: scale(.6);
    opacity: .5;
}

.swiper2:after {
    content: '';
    background: #00784F;
    opacity: 0.1;
    width: 150px;
    height: 150px;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.blue-ring:after {
    background: #CCDEE9;
    opacity: 1;
}

.yellow-ring:after {
    background: #FDEDD1;
    opacity: 1;
}

.light-green2-ring:after {
    background: #CCE3E1;
    opacity: 1;
}

.light-green-ring:after {
    background: #E4F2D9;
    opacity: 1;
}

.brown-ring:after {
    background: #EBE0D5;
    opacity: 1;
}

.light-yellow-ring:after {
    background: #FDEDD1;
    opacity: 1;
}

.swiper2:before {
    content: '';
    background: radial-gradient(50% 50% at 50% 50%, rgba(107, 96, 94, 0.2) 0%, rgba(107, 96, 94, 0) 100%);
    filter: blur(1.77778px);
    position: absolute;
    width: 140px;
    height: 26px;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.swiper2 .swiper-button-next, .swiper-button-prev {
    top: 35%;
}

.swiper-button-prev {
    left: 36%;
}

@media (max-width: 700px) {
    .swiper-button-prev {
        left: 5%;
    }
}

.swiper-button-next {
    right: 36%;
}

@media (max-width: 700px) {
    .swiper-button-next {
        right: 5%;
    }
}

.green-arrow-prev:after {
    content: '';
    position: absolute;
    background: url("../images/prev-green.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
}

.green-arrow-next:after {
    content: '';
    position: absolute;
    background: url("../images/next-green.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
}

.blue-arrow-prev:after {
    content: '';
    position: absolute;
    background: url("../images/prev-blue.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
}

.blue-arrow-next:after {
    content: '';
    position: absolute;
    background: url("../images/next-blue.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
}

.yellow-arrow-prev:after {
    content: '';
    position: absolute;
    background: url("../images/prev-yellow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
}

.yellow-arrow-next:after {
    content: '';
    position: absolute;
    background: url("../images/next-yellow.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
}

.light-green-arrow-prev:after {
    content: '';
    position: absolute;
    background: url("../images/light-green-prev.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
}

.light-green-arrow-next:after {
    content: '';
    position: absolute;
    background: url("../images/light-green-next.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
}

.brown-arrow-prev:after {
    content: '';
    position: absolute;
    background: url("../images/brown-prev.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
}

.brown-arrow-next:after {
    content: '';
    position: absolute;
    background: url("../images/brown-next.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
}

.light-yellow-arrow-prev:after {
    content: '';
    position: absolute;
    background: url("../images/light-yellow-prev.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
}

.light-yellow-arrow-next:after {
    content: '';
    position: absolute;
    background: url("../images/light-yellow-next.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
}

.light-green2-arrow-prev:after {
    content: '';
    position: absolute;
    background: url("../images/light-green2-prev.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
}

.light-green2-arrow-next:after {
    content: '';
    position: absolute;
    background: url("../images/light-green2-next.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 38px;
    height: 38px;
}

.logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.logo-footer {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 900px) {
    .logo-footer {
        width: 195px;
        height: 50px;
        margin: 0 auto;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .menu__list__sub-menu {
        display: flex;
        position: relative;
    }

    .menu__list__sub-menu__item {
        display: block;
    }

    .menu__list__item {
        text-align: center;
    }
}

@media (max-width: 768px) {
    .menu__list__item--parent:hover .menu__list__sub-menu {
        background: transparent;
        box-shadow: none;
    }
}

.swiper-slide {
    margin: 70px 0;
}

.swiper1 .swiper-slide {
    margin: 0;
}

.swiper1 .swiper-slide {
    opacity: .5;
}

.swiper1 .swiper-slide-active {
    opacity: 1;
}

.production__inner .swiper-button-next {
    top: 60%;
}

.production__inner .swiper-button-prev {
    top: 60%;
}

.production__inner .swiper-button-next {
    right: -7%;
}

.production__inner .swiper-button-prev {
    left: -7%;
}

@media (max-width: 830px) {
    .production__inner .swiper-button-prev {
        left: -1%;
    }

    .production__inner .swiper-button-next {
        right: -1%;
    }
}

.production__slider-circle {
    position: absolute;
    top: 0;
    z-index: -1;
    width: 212px;
    height: 212px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    left: 50%;
    transform: translateX(-50%);

}

.production__slider-item:hover {
    transition: all .3s ease-in-out;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 74.48%);
    border: 1px solid #FFFFFF;
    filter: drop-shadow(0px 24px 14px rgba(0, 123, 81, 0.2));
}

.production__slider-item:hover .btn_product {
    transition: all .3s ease-in-out;
    background: #007B51;
    border: 1px solid #007B51;
    color: #fff;

}

.production__slider-item:hover {
    transition: all .3s ease-in-out;
}

.production__slider-item:hover .production__slider-circle {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out;
}

.production__slider-item:hover .production__slider-photo {
    transform: scale(1);
    transition: all .3s ease-in-out;
}

.production__slider-container-photo {
    width: 170px;
    height: 259px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: 0 auto;
}

@media (max-width: 700px) {
    .swiper-slide-active .production__slider-photo {
        transform: scale(1);
    }

    .swiper-slide-active .production__slider-circle {
        opacity: 1;
        visibility: visible;
    }
}

.slider__top-photo {
    transition: all .3s ease-in-out;
}


.slider__top-title {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.swiper1 .swiper-slide {
    transform: scale(.6);
    transition: all .3s ease-in-out;
}

.swiper1 .swiper-slide.swiper-slide-active {
    transform: scale(1);
    transition: all .3s ease-in-out;
}

.swiper1 .btn {
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
}

.swiper1 .swiper-slide-active .btn {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out;
}

.swiper-slide-active .slider__top-title {
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-in-out;
}

.intro .swiper-button-prev {
    top: 33%;
    z-index: 2;
}

.intro .swiper-button-next {
    right: 30%;
    top: 33%;
    z-index: 2;
}

.intro .swiper-button-prev {
    left: 30%;
}

.intro-bg-green {
    background: linear-gradient(180deg, #FFFFFF 0%, #CBE4DB 100%);
}

.intro-bg-blue {
    background: linear-gradient(180deg, #FFFFFF 0%, #CCDEE9 100%);
}

.intro-bg-yellow {
    background: linear-gradient(180deg, #FFFFFF 0%, #FDEDD1 100%);
}

.intro-bg-light-green {
    background: linear-gradient(180deg, #FFFFFF 0%, #E4F2D9 100%);
}

.intro-bg-light-brown {
    background: linear-gradient(180deg, #FFFFFF 0%, #EBE0D5 100%);
}

.intro-bg-light-blue {
    background: linear-gradient(180deg, #FFFFFF 0%, #CCE3E1 100%);
}

.blue {
    color: #005991;
}

.blue-card {
    background: #CCDEE9;
}

.yellow {
    color: #D05C00;
}

.yellow-card {
    background: #FDEDD1;
}

.brown-card {
    background: #EBE0D5;
}

.light-yellow-card {
    background: #FDEDD1;
}

.btn-yellow {
    background: #D05C00;
    box-shadow: -3.55556px 0px 17.7778px rgba(0, 123, 81, 0.17);
    border: 2px solid #D05C00;
}

.btn-yellow:hover {
    color: #D05C00;
    background: #fff;
    transition: all .3s ease-in-out;
    border: 2px solid #D05C00;
}

.btn-light-green {
    background: #7ABC3F;
    box-shadow: -3.55556px 0px 17.7778px rgba(0, 123, 81, 0.17);
    border: 2px solid #7ABC3F;
}

.btn-light-green:hover {
    color: #7ABC3F;
    background: #fff;
    transition: all .3s ease-in-out;
    border: 2px solid #7ABC3F;
}

.btn-brown {
    background: #9C642D;
    border: 2px solid #9C642D;
}

.btn-brown:hover {
    color: #9C642D;
    background: #fff;
    transition: all .3s ease-in-out;
    border: 2px solid #9C642D;
}

.btn-light-yellow {
    background: #F3A418;
    box-shadow: -3.55556px 0px 17.7778px rgba(0, 123, 81, 0.17);
    border: 2px solid #F3A418;
}

.btn-light-yellow:hover {
    color: #F3A418;
    background: #fff;
    transition: all .3s ease-in-out;
    border: 2px solid #F3A418;
}

.btn-light-green2 {
    background: #007569;
    box-shadow: -3.55556px 0px 17.7778px rgba(0, 123, 81, 0.17);
    border: 2px solid #007569;
}

.btn-light-green2:hover {
    color: #007569;
    background: #fff;
    transition: all .3s ease-in-out;
    border: 2px solid #007569;
}

.light-yellow {
    color: #F3A418;
}

.light-green {
    color: #7ABC3F;
}

.light-green-card {
    background: #E4F2D9;
}

.light-green2-card {
    background: #CCE3E1;
}

.brown {
    color: #9C642D;
}

.light-green2 {
    color: #007569;
}

.swiper4 .swiper-slide {
    margin: 0;
    padding: 20px 0;
}

.swiper4 .swiper-wrapper {
    display: flex;
    align-items: center;
}

.line {
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 15px;
}

.line:before {
    content: '';
    position: absolute;
    top: 0;
    background: rgba(0, 123, 81, 0.3);
    width: 100%;
    height: 1px;
}

.line:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #007B51;
    height: 3px;
    width: 170px;
}

.swiper4 .swiper-slide.swiper-slide-active .slider__bottom-title {
    color: #007B51;
}

@media (max-width: 1170px) {
    .intro .swiper-button-prev {
        top: auto;
        bottom: 4%;
        left: 5%;
    }

    .intro .swiper-button-next {
        top: auto;
        bottom: 4%;
        right: 5%;
    }
}

.menu__list__item--parent {
    position: relative;
}

@media (min-width: 768px) {
    .menu__list__item--parent:before {
        content: '';
        position: absolute;
        background: url("../images/header/figure.svg");
        background-repeat: no-repeat;
        width: 8px;
        height: 8px;
        right: -3%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

.btn-buy {
    position: fixed;
    bottom: 20%;
    right: 0;
    padding: 15px 30px;
    z-index: 9;
    width: 100px;
    height: 100px;
    background: #00784f;
    box-shadow: -3.55556px 0px 17.7778px rgb(0 123 81 / 17%);
    border-radius: 142.222px;
    color: #fff;
    transition: all .3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 8px 17px 11px;

}

.btn-buy:hover {
    transition: all .3s ease-in-out;
    border: 2px solid #007B51;
    box-shadow: -4px 0px 30px rgb(0 123 81 / 27%);
    border-radius: 160px;
    background: #fff;
    color: #007B51;
}

.slider__bottom-title, .slider__bottom-text {
    max-width: 150px;
    margin: 0 auto;
}

.bg-calcium {
    background: linear-gradient(180deg, #FFFFFF 0%, #DCEAEC 100%);
}

.bio-calcium_card {
    background: #DCEAEC;
}

.btn-bio-calcium {
    background: #0087A9;
    box-shadow: -3.55556px 0px 17.7778px rgba(0, 135, 169, 0.17);
}

.btn-bio-calcium:hover {
    transition: all .3s ease-in-out;
    background: #fff;
    border: 2px solid #0087A9;
    color: #0087A9;
}

.btn-bio-eucalipt {
    background: #00ABA7;
    box-shadow: -3.55556px 0px 17.7778px rgba(0, 171, 167, 0.17);
    border: 2px solid #00ABA7;
}

.btn-bio-eucalipt:hover {
    transition: all .3s ease-in-out;
    background: #fff;
    border: 2px solid #00ABA7;
    color: #00ABA7;
}

.bio-calcium-title {
    color: #0087A9;
}

.bio-eucalipt {
    background: linear-gradient(180deg, #FFFFFF 0%, #CEE7E6 99.98%, #CEE7E5 99.99%, #CDE7E5 100%);
}

.bio-eucalipt-title {
    color: #00ABA7;
}

.bio-eucalipt_card {
    background: #CEE7E6;
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

.preloader_wrap {
    position: relative;
    top: 50%;
    left: 50%;
    width: fit-content;
    transform: translate(-50%, -50%);
}

.preloader {
    background: #007B51;
    position: fixed;
    inset: 0;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    z-index: 999;

}

.loader {
    display: block;
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    z-index: 11;
}

.loader::before {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    animation: spin-reverse 2s linear infinite;
}

.loader::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    right: 2px;
    bottom: 2px;
    border-radius: 50%;
    border: 6px solid transparent;
    border-top-color: #fff;
    border-left-color: #fff;
    border-right-color: #fff;
    animation: spin 2s linear infinite;
}

.logo_preloader {

    position: absolute;
    top: -30%;
    left: 9%;
    transform: rotate(5deg);
    z-index: 12;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin-reverse {
    from {
        transform: rotate(0deg);
    }

    to {

        transform: rotate(-360deg);
    }
}