@font-face {
    font-family: 'AA Stetica';
    src: local('AA Stetica Regular'), local('AAStetica-Regular'),
    url('AAStetica-Regular.woff2') format('woff2'),
    url('AAStetica-Regular.woff') format('woff'),
    url('AAStetica-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    -webkit-font-smoothing: antialiased;
}
body {
    color: #181818;
    font-size: 16px;
    font-weight: 400;
    font-family: "AA Stetica", sans-serif;
    line-height: 1.4;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}
a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
}
*, *:hover, *:focus {
    outline: none !important;
}
h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 24px;
}
h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 14px;
}
.font-10 {
    font-size: 10px;
}
.font-12 {
    font-size: 12px;
}
.font-14 {
    font-size: 14px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-22 {
    font-size: 22px;
}
.font-32 {
    font-size: 32px;
}
.font-36 {
    font-size: 36px;
}
.font-40 {
    font-size: 40px;
}
.font-50 {
    font-size: 50px;
}
.font-60 {
    font-size: 60px;
}
.weight-500 {
    font-weight: 600;
}
.lineheight-1 {
    line-height: 1;
}
.lineheight-12 {
    line-height: 1.2;
}
.gold {
    color: #FEDF04;
}
.green {
    color: #00A650;
}
.gray {
    color: #9CA9A2;
}
.white {
    color: #ffffff;
}
.btn {
    min-height: 48px;
    font-size: 16px;
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    --bs-btn-padding-x: 1.5rem;
}
.btn-group-lg>.btn, .btn-lg {
    min-height: 59px;
    --bs-btn-padding-x: 20px;
    font-weight: bold;
}
.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00A650;
    --bs-btn-border-color: #00A650;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00A650;
    --bs-btn-hover-border-color: #00A650;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00A650;
    --bs-btn-active-border-color: #00A650;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00A650;
    --bs-btn-disabled-border-color: #00A650;
}
.btn-outline-primary {
    --bs-btn-color: #00A650;
    --bs-btn-border-color: #00A650;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00A650;
    --bs-btn-hover-border-color: #00A650;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00A650;
    --bs-btn-active-border-color: #00A650;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #00A650;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #00A650;
    --bs-gradient: none;
}
.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #181818;
    --bs-btn-border-color: #181818;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #181818;
    --bs-btn-hover-border-color: #181818;
    --bs-btn-focus-shadow-rgb: 130,138,145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #181818;
    --bs-btn-active-border-color: #181818;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #181818;
    --bs-btn-disabled-border-color: #181818;
}
.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: #00A650;
    --bs-btn-border-color: #00A650;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00A650;
    --bs-btn-hover-border-color: #00A650;
    --bs-btn-focus-shadow-rgb: 60,153,110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00A650;
    --bs-btn-active-border-color: #00A650;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #00A650;
    --bs-btn-disabled-border-color: #00A650;
}
.btn-outline-success {
    --bs-btn-color: #00A650;
    --bs-btn-border-color: #00A650;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #00A650;
    --bs-btn-hover-border-color: #00A650;
    --bs-btn-focus-shadow-rgb: 25,135,84;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #00A650;
    --bs-btn-active-border-color: #00A650;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #00A650;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #00A650;
    --bs-gradient: none;
}
/**********************************************************/
header {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    color: #ffffff;
    padding: 12px 0;
    -webkit-transition: all 0.2s ease-out ;
    -moz-transition: all 0.2s ease-out ;
    -o-transition: all 0.2s ease-out ;
    transition: all 0.2s ease-out ;
}
header.mobile {
    position: fixed;
    border-bottom: 1px solid #8F9F77;
}
body.is-scroll header.mobile {
    background: #181818;
    border-bottom: none;
}
.header-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    font-size: 14px;
    gap: 40px;
}

.mmenu {
    position: fixed;
    left: -101%;
    top: 0;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    width: 390px;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid #E6E6E688;
    -webkit-transition: all 0.2s ease-out ;
    -moz-transition: all 0.2s ease-out ;
    -o-transition: all 0.2s ease-out ;
    transition: all 0.2s ease-out ;
}
body.mmenu-open .mmenu {
    left: 0;
}

.top-wrap {
    background: no-repeat url("/images/top-bg.jpg") #ae774e;
    background-size: 100% 152%;
    background-position: center 57%;
    height: 650px;
    color: #fff;
    position: relative;
    overflow: hidden;
}
.top-title {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 16px;
}
.top-text {
    font-size: 20px;
    margin-bottom: 40px;
}
.top-basket {
    position: absolute;
    left: 0;
    bottom: 0;
    max-height: 554px;
}
.top-bottle {
    position: absolute;
    right: 0;
    bottom: 0;
}
.about-wrap {
    padding: 60px 0 100px;
}
.advantages-wrap {
    background: #00A650;
    color: #ffffff;
    padding: 50px 0;
}
.advantages-item {
    background: #ffffff;
    color: #181818;
    border-radius: 16px;
    height: 280px;
    background-repeat: no-repeat;
}
.col-6 > .advantages-item {
    padding: 49px 36px 36px 50%;
    background-position: left center;
}
.col-4 > .advantages-item {
    padding: 32px 28px;
    background-position: right bottom;
}
.advantages-item > .btn {
    margin-top: 32px;
}
.advantages-slider {
    display: flex;
    margin: 0 -8px;
}
.advantages-slider-item {
    background: #ffffff;
    color: #181818;
    border-radius: 16px;
    height: 320px;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 28px 60px 28px 28px;
    margin: 0 8px;
}
.advantages-slider-item > .btn {
    margin-top: 16px;
}

.understanding-wrap {
    background: #F5F5F5;
    padding: 50px 0;
}
.understanding-circle {
    width: 330px;
    height: 330px;
    border: 1px dashed #00A650;
    padding: 20px;
    border-radius: 165px;
    flex-shrink: 0;
    margin: 20px 0;
}
.understanding-circle > img {
    width: 290px;
    height: 290px;
    border-radius: 165px;
    position: relative;
}
.understanding-labels {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: center;
    flex-shrink: 0;
}
.understanding-label-item {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 600;
    color: #9CA9A2;
    display: flex;
    align-items: center;
    position: relative;
}
.understanding-label-item.active {
    color: #181818;
}
.understanding-label-item:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #9CA9A2;
    border-radius: 6px;
    margin-left: 40px;
}
.understanding-label-item:nth-child(1) {
    right: -70px;
}
.understanding-label-item:nth-child(2) {
    right: -19px;
}
.understanding-label-item:nth-child(3) {
    right: -5px;
}
.understanding-label-item:nth-child(4) {
    right: -19px;
}
.understanding-label-item:nth-child(5) {
    right: -70px;
}
.understanding-label-item:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    background: no-repeat center / 56% #00A650;
    border-radius: 20px;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: all 0.2s ease-out ;
    -moz-transition: all 0.2s ease-out ;
    -o-transition: all 0.2s ease-out ;
    transition: all 0.2s ease-out ;
}
.understanding-label-item.active:before {
    width: 32px;
    height: 32px;
    right: -11px;
    top: calc( 50% - 16px );
}
.understanding-label-item:nth-child(1):before {
    background-image: url("/images/ico-sport-cup.svg");
}
.understanding-label-item:nth-child(2):before {
    background-image: url("/images/ico-delivery-car.svg");
}
.understanding-label-item:nth-child(3):before {
    background-image: url("/images/ico-documents-file.svg");
}
.understanding-label-item:nth-child(4):before {
    background-image: url("/images/ico-message-chat.svg");
}
.understanding-label-item:nth-child(5):before {
    background-image: url("/images/ico-blackboard-chart.svg");
}
.understanding-data {
    background: #00A650;
    border-radius: 16px;
    padding: 40px 40px 40px 133px;
    margin-left: -126px;
}
.understanding-data-item {
    height: 100%;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    flex-direction: column;
}

.understanding-slider {
    margin: 0 -8px;
    display: flex;
}
.understanding-slider-item {
    margin: 0 8px;
    background: #00A650;
    color: #ffffff;
    border-radius: 16px;
    padding: 32px;
    display: flex !important;
    flex-direction: column;
    align-items: stretch;
    height: 300px;
}
.cooperation-wrap {
    padding: 100px 0;
}
.cooperation-item {
    border: 1px solid #B3B3B3;
    border-radius: 16px;
    padding: 16px;
    font-size: 14px;
    flex-grow: 2;
    -webkit-transition: all 0.2s ease-out ;
    -moz-transition: all 0.2s ease-out ;
    -o-transition: all 0.2s ease-out ;
    transition: all 0.2s ease-out ;
    opacity: 0.3;
}
.cooperation-item-label {
    margin-bottom: 28px;
    font-size: 18px;
    color: #B3B3B3;
    padding-bottom: 9px;
    position: relative;
    border-bottom: 1px solid rgba(179, 179, 179, 0.2);
    margin-right: -24px;
    -webkit-transition: all 0.2s ease-out ;
    -moz-transition: all 0.2s ease-out ;
    -o-transition: all 0.2s ease-out ;
    transition: all 0.2s ease-out ;
}
.cooperation-item-label:before {
    content: '';
    display: block;
    background: #B3B3B3;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    position: absolute;
    left: 0;
    bottom: -5px;
    -webkit-transition: all 0.2s ease-out ;
    -moz-transition: all 0.2s ease-out ;
    -o-transition: all 0.2s ease-out ;
    transition: all 0.2s ease-out ;
}
div:hover > .cooperation-item {
    border-color: #00A650;
    opacity: 1;
}
div:hover > .cooperation-item-label {
    color: #00A650;
}
div:hover > .cooperation-item-label:before {
    background: #00A650;
}

.banner-wrap {
    border-radius: 16px;
    background: no-repeat url(/images/banner.jpg) right center / cover #e8d5b6;
    height: 300px;
    padding: 43px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 32%;
}
.banner-title {
    font-size: 40px;
    line-height: 1.2;
    font-weight: 600;
}
.partners-wrap {
    background: #F5F5F5;
}
.partners-list {
    display: flex;
    gap: 40px;
}
.partners-item,
.partners-btn {
    height: 85px;
    border-radius: 12px;
}
.partners-item {

}
.partners-btn {
    background: #056E38;
    color: #ffffff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding: 16px;
    flex-grow: 1;
}
.contacts-form-wrap {
    background: #00A650;
    border-radius: 16px;
    padding: 24px;
}

footer {
    background: #181818;
    color: #ffffff;
    padding: 64px 0;
}
.footer-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #979AA0;
}
.footer-menu > li {
    margin-bottom: 24px;
}
footer .form-control {
    color: #ffffff !important;
    background: #252525 !important;
    border-color: #323539 !important;
}
footer input::-webkit-placeholder { color: #979AA0 !important; }
footer input::-moz-placeholder { color: #979AA0 !important; }
footer input:-ms-placeholder { color: #979AA0 !important; }
footer input::placeholder { color: #979AA0 !important; }
footer .border-top {
    border-color: #323539!important;
}

.catalog-item {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
}
.catalog-item[data-src] {
    cursor: pointer;
}
.catalog-item > img {
    max-width: 100%;
    border-radius: 16px 16px 0 0;
}
.catalog-item-bottom {
    border: 1px solid #EAEAEA;
    border-top: none;
    border-radius: 0 0 16px 16px;
    flex-grow: 1;
    padding: 16px 24px;
    display: flex;
    flex-direction: column;
}
.catalog-item-name {
    font-size: 14px;
    flex-grow: 1;
}
.catalog-item-link {
    font-size: 12px;
    color: #B3B3B3;
    margin-top: 8px;
}
.popup {
    max-width: 550px;
    border-radius: 16px;
    padding: 24px;
}
.catalog-item-popup {
    max-width: 608px;
}
.catalog-item-param {
    background: #00A650;
    color: #ffffff;
    border-radius: 16px;
    line-height: 1.6;
    padding: 16px;
}
.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    border-bottom: 1px solid #E6E6E688;
}
.mmenu-body {
    flex-grow: 1;
    padding: 10px 16px 0 16px;
    overflow: auto;
}
.mmenu-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mmenu-menu a {
    color: #979AA0;
    font-size: 14px;
    display: block;
    padding: 6px 0;
}
.offcanvas-bottom {
    border-top: 1px solid #E6E6E688;
    margin: 16px;
    padding-top: 16px;
}











