/*
Theme Name: Aero
Theme URI: https://example.com/aero
Author: Valeriy
Description: Легкая кастомная тема WordPress Aero.
Version: 1.0
Text Domain: aero
*/

body.admin-bar .header{
    top:32px;
}

@media (max-width:782px){
    body.admin-bar .header{
        top:46px;
    }
}

#aioseo-admin-bar-noindex-warning .wrapper, #aioseo-admin-bar-noindex-warning {
    height: 39px !important;
    line-height: 15px;
    width: 250px;
    display: contents;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
body {
    line-height:1;
}
* {
    -webkit-tap-highlight-color: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ol, ul {
    list-style:none;
}

input, select {
    vertical-align:middle;
}
*,
*::after,
*::before{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
a{
    color: inherit;
    text-decoration: none;
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
html,body{
    color: #242324;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    scroll-behavior: smooth;
    background: #EAEAEA;
}
#neve_body{
    min-width: 320px;
}
#neve_body.no-scroll{
    overflow: hidden;
}
.container{
    max-width: 1232px;
    padding: 0 16px;
    margin: 0 auto;
}
.btn,
.btn-2,
.btn-3,
button{
    background-color: transparent;
    cursor: pointer;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all .2s ease;
    width: 100%;
    max-width: max-content;
}
textarea,
textarea::placeholder,
input,
input::placeholder{
    color: #8B8B8B;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
textarea,
input{
    border: none;
    color: #242324;
    outline: none;
    background-color: transparent;
    width: 100%;
    border-radius: 4px;
    background: #F6F6F6;
    padding: 19px 30px;
}
textarea{
    resize: none;
    height: 150px;
}
.btn{
    padding: 16px 38px;
    gap: 8px;
    border-radius: 4px;
    background: #6B8C64;
}
.btn-2{
    padding: 16px 36px;
    gap: 8px;
    border-radius: 4px;
    border: 1px solid #6B8C64;
}
.btn-2:hover{
    color: #fff;
    background-color: #6B8C64;
}
.btn-3{
    color: #242324;
    font-size: 14px;
    border-radius: 4px;
    background: #FFF;
    backdrop-filter: blur(10px);
    padding: 10px 18px;
}
.btn-3:hover{
    background-color: #6B8C64;
    color: #fff;
}
.btn-icon::after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    min-width: 20px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cg clip-path='url(%23clip0_1_1720)'%3E%3Cpath d='M0 0V4.92795H11.5946L0 16.5226L3.48703 20L15.072 8.42459V8.41499H15.0817L20 3.48703V0H0Z' fill='white'/%3E%3Cpath d='M15.0817 20H20V13.3525L15.0817 8.42459V20Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_1720'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.header{
    background-color: #242324;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    transition: all .2s ease;
}
.header__inner{
    display: flex;
    align-items: center;
    padding: 15px 0;
    gap: 67px;
}
.header__logo{
    width: 100%;
    max-width: 141px;
    display: flex;
    align-items: center;
}
.header__logo img{
    width: 100%;
}
.header__menu > ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}
.header__menu > ul > li > a{
    display: flex;
    align-items: center;
    padding: 4px 0;
    color: #FFF;
    font-size: 14px;
    transition: all .2s ease;
}

.header__menu-content{
    border-radius: 0 0 12px 12px;
    border-top: 1px solid #8B8B8B;
    background: #242324;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow: auto;
    display: none;
}
.header__menu-sub{
    margin: 0 auto;
    width: 100%;
    max-width: 1232px;
    padding: 40px 16px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: stretch;
    gap: 20px;
}
.header__menu-sub li{
    height: auto;
}
.header__menu-sub li a{
    display: flex;
    align-items: start;
    gap: 10px;
    justify-content: space-between;
    border-radius: 8px;
    background-color: #EAEAEA;
    height: 100%;
    transition: all .2s ease;
    position: relative;
}
.header__menu-sub li a:hover{
    background-color: #8B8B8B;
}
.header__menu-sub li a:hover .header__menu-title{
    color: #fff;
}
.header__menu-image{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 157px;
    width: 157px;
    margin: auto 0;
}
.header__menu-image img{
    width: 100%;
}
.header__menu-title{
    font-family: 'Unbounded', sans-serif;
    font-size: 16px;
    font-weight: 400;
    transition: all .2s ease;
    padding: 20px;
}
.menu-item-children > a{
    gap: 4px;
    position: relative;
}
.menu-item-children > a > span{
    content: '';
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6' fill='none'%3E%3Cpath d='M0.373718 0.332184L4.37372 4.83218L8.37372 0.332184' stroke='white'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 8px;
    height: 5px;
    min-width: 8px;
    transition: all .2s ease;
}
.menu-item-children > a::before{
    position: absolute;
    content: '';
    top: -10px;
    right: -20px;
    left: -20px;
    bottom: -50px;
    pointer-events: none;
}
.menu-item-children:hover > a::before{
    pointer-events: all;
}
.header-transparent{
    background-color: transparent;
}
.header-transparent + main.main{
    margin: 0;
}
.header__content{
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: auto;
}
.header__lang{
    display: flex;
    align-items: center;
}
.header__lang-item{
    border-radius: 4px;
    border: 1px solid #FFF;
    padding: 9px;
    color: #FFF;
    font-size: 14px;
}
.header__lang-item:not(.active){
    border-color: transparent;
}
.header.header-scrolled{
    background-color: #242324;
}

main.main{
    overflow: hidden;
    margin-top: 86px;
}
mark{
    color: #6B8C64;
}
.color-black{
    color: #242324;
}
p > a:not(:hover){
    text-decoration: underline;
}
.title,
h2{
    color: #6B8C64;
    font-family: 'Unbounded', sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.title-small{
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}

.hero {
    position: relative;
    overflow: hidden;
}
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #242324;
    filter: url(#noise);
    pointer-events: none;
    z-index: 0;
}
.hero__bg:nth-of-type(1){
    position: absolute;
    z-index: 1;
    width: 922px;
    height: 417px;
    border-radius: 922px;
    background: #6B8C64;
    filter: blur(150px);
    top: -308px;
    left: -338px;
}
.hero__bg:nth-of-type(2){
    position: absolute;
    z-index: 1;
    width: 710px;
    height: 710px;
    border-radius: 710px;
    background: #6B8C64;
    filter: blur(150px);
    bottom: -492px;
    left: 50%;
    transform: translateX(-50%);
}
.hero__inner{
    height: calc(var(--vh, 1vh) * 100);;
    min-height: max-content;
    max-height: 1000px;
    padding: 186px 0;
    position: relative;
    z-index: 5;
    max-width: 542px;
    width: 100%;
    max-width: 50%;
    pointer-events: none;
}
.hero__info-btn{
    pointer-events: all;
}
.hero__info-title{
    color: #fff;
    font-family: 'Unbounded', sans-serif;
    font-size: 64px;
    font-weight: 400;
    text-transform: uppercase;
}
.hero__info-name{
    color: #FFF;
    font-size: 24px;
    margin-top: 24px;
    max-width: 305px;
}
.hero__info-buttons{
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 12px;
}
.hero__content{
    position: absolute;
    z-index: 5;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50%;
    overflow: hidden;
}
.hero__slider{
    width: 100%;
    height: 100%;
}
.hero__slide{
    display: flex;
    align-items: center;
}
.hero__slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.hero__slider-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.swiper-pagination-clickable.swiper-pagination-bullets{
    display: flex;
    align-items: center;
    gap: 12px;
    z-index: 10;
    justify-content: center;
}
.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0;
    opacity: 1;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Ccircle cx='4' cy='4' r='3.5' fill='white' stroke='%236B8C64'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    width: 8px;
    height: 8px;
    min-width: 8px;
}
.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8' fill='none'%3E%3Ccircle cx='4' cy='4' r='3' stroke='%236B8C64' stroke-width='2'/%3E%3C/svg%3E");
}



/* categories */
.categories{
    padding: 100px 0;
    background-color: #F9FAFF;
}
.categories__block{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 300px;
    gap: 20px;
}
.categories__item{
    padding: 20px;
    border-radius: 8px;
    background: #EAEAEA;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
.categories__item-title{
    font-family: 'Unbounded', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%; /* 23.4px */
    text-transform: uppercase;
}
.categories__item-btn{
    padding: 12px 20px;
}
.categories__item-btn.btn-icon::after {
    width: 16px;
    height: 16px;
}
.categories__item-image{
    position: absolute;
    display: flex;
    align-items: center;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 347px;
    pointer-events: none;
}
.categories__item-image img{
    width: 100%;
}



/* complex */
.complex{
    padding: 60px 0 0;
    background-color: #242324;
    min-height: 950px;
}
.complex__title{
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.complex__content{
    margin-top: 60px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-left: 72px;
}
.complex__info{
    width: 100%;
    max-width: 503px;
    position: relative;
}
.complex__info-bg{
    display: flex;
    align-items: center;
}
.complex__info-bg,
.complex__info-bg img{
    width: 100%;
}
.complex__info-num{
    color: #fff;
    padding: 4px 8px;
    border-radius: 4px;
    background: #6B8C64;
    font-weight: 700;
    cursor: pointer;
}
.complex__block{
    width: 100%;
    max-width: 414px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.complex__item{
    border-radius: 4px;
    background: #EAEAEA;
    padding: 16px 20px;
}
.complex__item-top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.complex__item-title{
    font-family: 'Unbounded', sans-serif;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.complex__item-num{
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.complex__item-num::after{
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='9' viewBox='0 0 16 9' fill='none'%3E%3Cpath d='M14.8718 1.2207L7.87183 6.2207L0.871826 1.2207' stroke='%236B8C64' stroke-width='3'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 5px;
    min-width: 14px;
    display: inline-block;
}
.complex__item-content{
    margin-top: 8px;
    display: none;
}
.complex__item-bottom{
    margin-top: 8px;
    display: flex;
    align-items: end;
    gap: 10px;
    justify-content: space-between;
}
.complex__item-image{
    border-radius: 4px;
    background: #FFF;
    max-width: 113px;
    width: 100%;
    height: 75px;
    padding: 3px 6px 0 4px;
}
.complex__item-image img{
    width: 100%;
}
.complex__item-btn{
    font-size: 16px;
    padding: 8px 20px;
    max-width: 182px;
    justify-content: space-between;
}
.complex__item-btn.btn-icon::after {
    width: 16px;
    height: 16px;
}
.complex__item.active .complex__item-num::after{
    transform: rotate(180deg);
}
.complex__item.active .complex__item-content{
    display: inline-block;
}
.complex__info-item{
    position: absolute;
}
.complex__info-num::before{
    position: absolute;
    content: '';
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='28' viewBox='0 0 44 28' fill='none'%3E%3Cpath d='M0 0.5H10.776C13.9318 0.5 16.9606 1.74312 19.2064 3.96015L39 23.5' stroke='%236B8C64'/%3E%3Crect x='36' y='19.5' width='8' height='8' fill='%236B8C64'/%3E%3C/svg%3E");
    width: 44px;
    height: 27px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -23px;
    right: -37px;
    pointer-events: none;
}
.complex__info-item:nth-of-type(1) .complex__info-num::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='46' viewBox='0 0 44 46' fill='none'%3E%3Cpath d='M0 0.5H8.71823C13.0348 0.5 17.0187 2.81834 19.1514 6.57126L39 41.5' stroke='%236B8C64'/%3E%3Crect x='36.5' y='38' width='7' height='7' fill='%236B8C64' stroke='%236B8C64'/%3E%3C/svg%3E");
    width: 44px;
    height: 45px;
    bottom: -41px;
}
.complex__info-item:nth-of-type(5) .complex__info-num::before{
    transform: scaleX(-1);
    bottom: -23px;
    left: -38px;
    right: initial;
}
.complex__info-item:nth-of-type(7) .complex__info-num::before{
    transform: scaleX(-1);
    bottom: -23px;
    left: -38px;
    right: initial;
}
.complex__info-item:nth-of-type(1){
    top: 151px;
    left: -43px;
}
.complex__info-item:nth-of-type(2){
    top: 262px;
    left: -4px;
}
.complex__info-item:nth-of-type(3){
    top: 470px;
    left: -8px;
}
.complex__info-item:nth-of-type(4){
    top: 520px;
    left: 7px;
}
.complex__info-item:nth-of-type(5){
    top: 275px;
    right: 8px;
}
.complex__info-item:nth-of-type(6){
    top: 382px;
    left: -72px;
}
.complex__info-item:nth-of-type(7){
    top: 584px;
    right: -21px;
}
.complex__info-item.active .complex__info-num{
    color: #6B8C64;
    background-color: #fff;
}
.complex__info-item.active .complex__info-num::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='28' viewBox='0 0 44 28' fill='none'%3E%3Cpath d='M0 0.5H10.776C13.9318 0.5 16.9606 1.74312 19.2064 3.96015L39 23.5' stroke='white'/%3E%3Crect x='36.5' y='20' width='7' height='7' fill='white' stroke='white'/%3E%3C/svg%3E");
}
.complex__info-item.active:nth-of-type(1) .complex__info-num::before{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='44' height='46' viewBox='0 0 44 46' fill='none'%3E%3Cpath d='M0 0.5H8.71823C13.0348 0.5 17.0187 2.81834 19.1514 6.57126L39 41.5' stroke='white'/%3E%3Crect x='36.5' y='38' width='7' height='7' fill='white' stroke='white'/%3E%3C/svg%3E");
}


/* about */
.about{
    margin-top: 100px;
}
.about__inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.about__image{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 590px;
}
.about__image img{
    width: 100%;
}
.about__content{
    width: 100%;
    max-width: 590px;
}
.aboutus__list,
.about__list{
    margin-top: 38px;
}
.aboutus__list li,
.about__list li{
    position: relative;
    padding-left: 50px;
}
.aboutus__list li + li,
.about__list li + li{
    margin-top: 20px;
}
.aboutus__list li::before,
.about__list li::before{
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    min-width: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cpath d='M0 0V7.39193H17.3919L0 24.7839L5.23055 30L22.6081 12.6369V12.6225H22.6225L30 5.23055V0H0Z' fill='%236B8C64'/%3E%3Cpath d='M22.6225 30H30V20.0288L22.6225 12.6369V30Z' fill='%236B8C64'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.aboutus__code,
.about__code{
    max-width: max-content;
    margin-top: 40px;
    font-size: 20px;
    font-weight: 700;
    padding: 14px 30px;
    position: relative;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='353' height='52' viewBox='0 0 353 52' fill='none'%3E%3Cmask id='path-1-inside-1_1_1607' fill='white'%3E%3Cpath d='M351.828 20.2982C352.579 21.0483 353 22.0657 353 23.1266V48C353 50.2091 351.209 52 349 52H22.8942C21.8333 52 20.8159 51.5786 20.0657 50.8284L1.17157 31.9343C0.421429 31.1841 0 30.1667 0 29.1058V4C0 1.79086 1.79086 0 4 0H329.873C330.934 0 331.952 0.421427 332.702 1.17157L351.828 20.2982Z'/%3E%3C/mask%3E%3Cpath d='M332.702 1.17157L331.995 1.87868L332.702 1.17157ZM1.17157 31.9343L0.464468 32.6414L1.17157 31.9343ZM20.0657 50.8284L19.3586 51.5355L20.0657 50.8284ZM351.828 20.2982L351.121 21.0053L351.828 20.2982ZM353 23.1266H352V48H353H354V23.1266H353ZM349 52V51H22.8942V52V53H349V52ZM20.0657 50.8284L20.7728 50.1213L1.87868 31.2272L1.17157 31.9343L0.464468 32.6414L19.3586 51.5355L20.0657 50.8284ZM0 29.1058H1V4H0H-1V29.1058H0ZM4 0V1H329.873V0V-1H4V0ZM332.702 1.17157L331.995 1.87868L351.121 21.0053L351.828 20.2982L352.536 19.591L333.409 0.464466L332.702 1.17157ZM329.873 0V1C330.669 1 331.432 1.31607 331.995 1.87868L332.702 1.17157L333.409 0.464466C332.471 -0.473217 331.199 -1 329.873 -1V0ZM0 4H1C1 2.34315 2.34315 1 4 1V0V-1C1.23858 -1 -1 1.23858 -1 4H0ZM1.17157 31.9343L1.87868 31.2272C1.31607 30.6646 1 29.9015 1 29.1058H0H-1C-1 30.4319 -0.473213 31.7037 0.464468 32.6414L1.17157 31.9343ZM22.8942 52V51C22.0985 51 21.3354 50.6839 20.7728 50.1213L20.0657 50.8284L19.3586 51.5355C20.2963 52.4732 21.5681 53 22.8942 53V52ZM353 48H352C352 49.6569 350.657 51 349 51V52V53C351.761 53 354 50.7614 354 48H353ZM353 23.1266H354C354 21.8005 353.473 20.5287 352.536 19.591L351.828 20.2982L351.121 21.0053C351.684 21.5679 352 22.3309 352 23.1266H353Z' fill='%236B8C64' mask='url(%23path-1-inside-1_1_1607)'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.about__info{
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.about__info-descr{
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #575757;
    font-weight: 400;
}
.about__info-descr span{
    color: #6B8C64;
    font-family: 'Unbounded', sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-transform: capitalize;
}
.about__btn{
    margin-top: 38px;
}


/* advantages */
.advantages{
    padding: 100px 0;
    overflow: hidden;
    position: relative;
}
.advantages__bg{
    display: flex;
    align-items: center;
    position: absolute;
    bottom: -200px;
    left: 60%;
    width: 1094px;
    height: 619px;
    transform: rotate(-19.156deg) translateX(-50%);
}
.advantages__bg img{
    width: 100%;
}
.advantages__name{
    margin-top: 40px;
    font-family: 'Unbounded', sans-serif;
    font-size: 20px;
    max-width: 305px;
    font-weight: 400;
    text-transform: uppercase;
}
.advantages__slider{
    margin-top: 40px;
}
.advantages__slider-info{
    position: relative;
    z-index: 10;
    margin-top: 20px;
}
.advantages__slide{
    display: flex;
    flex-direction: column;
    min-height: 346px;
    border-radius: 8px;
    background: rgba(198, 198, 198, 0.60);
    backdrop-filter: blur(16.5px);
    padding: 20px;
}
.advantages__slide-image{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 120px;
}
.advantages__slide-image img{
    width: 100%;
}
.advantages__slide-title{
    font-family: 'Unbounded', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: auto;
}
.advantages__slide-title::after,
.advantages__slide-title::before{
    content: '[ ';
    color: #6B8C64;
    font-family: 'Unbounded', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.advantages__slide-title::after{
    content: ' ]';
}
.advantages__slide-descr{
    margin-top: 20px;
}





/* banner */
.banner{
    padding: 100px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.banner__bg{
    position: absolute;
    inset: 0;
    display: flex;
    z-index: -1;
    align-items: center;
}
.banner__bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.banner__inner{
    max-width: 488px;
    width: 100%;
}
.banner__title{
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #F6F6F6;
}
.banner__title span:nth-of-type(2){
    margin-left: 46px;
}
.banner__descr{
    margin-top: 40px;
    max-width: 474px;
    color: #fff;
    font-size: 18px;
}



/* feedback */
.feedback{
    margin: 100px 0;
}
.feedback__inner{
    display: flex;
    overflow: hidden;
    border-radius: 8px;
    background: #FFF;
}
.feedback__content{
    width: 100%;
    padding: 80px 60px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background: #242324;
}
.feedback__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #242324;
    filter: url(#noise);
    pointer-events: none;
    z-index: -2;
}
.feedback__content::after{
    content: '';
    position: absolute;
    right: -355px;
    bottom: -640px;
    display: inline-block;
    width: 710px;
    height: 710px;
    border-radius: 710px;
    background: #6B8C64;
    filter: blur(150px);
    z-index: -1;
}
.feedback__bg{
    display: flex;
    align-items: center;
    position: absolute;
    width: 693px;
    height: 461.676px;
    mix-blend-mode: multiply;
    z-index: -1;
    pointer-events: none;
    top: 108px;
    left: 178px;
}
.feedback__bg img{
    width: 100%;
}
.feedback__descr{
    margin-top: 20px;
    color: #fff;
}
.feedback__info{
    margin-top: auto;
}
.feedback__info-title{
    margin-bottom: 20px;
    color: #6B8C64;
    font-family: 'Unbounded', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.feedback__info-block{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.feedback__info-item{
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.feedback__info-name{
    color: #8B8B8B;
    font-family: 'Unbounded', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.feedback__info-link{
    color: #FFF;
    font-family: 'Unbounded', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all .2s ease;
}
.feedback__info-link:hover{
    color: #6B8C64;
}


.feedback__form{
    width: 100%;
    padding: 80px 90px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.feedback__form-btn{
    max-width: 100%;
}
.feedback__form-agreed{
    color: #8B8B8B;
    font-size: 14px;
}




/* footer */
.footer{
    background: #242324;
}
.footer__top{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.footer__start{
    padding: 40px 0 0 0;
}
.footer__logo{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 140px;
}
.footer__logo img{
    width: 100%;
}
.footer__info,
.footer__block{
    padding: 40px 12px 26px;
    border-left: 1px solid #575757;
}
.footer__info-name,
.footer__name{
    color: #6B8C64;
    font-size: 14px;
    font-weight: 400;
}
.footer__menu{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.footer__menu li{
    display: flex;
    align-items: center;
}
.footer__info-link,
.footer__menu li a{
    color: #fff;
    font-size: 14px;
    transition: all .2s ease;
}
.footer__info-link:hover,
.footer__menu li a:hover{
    color: #6B8C64;
}
.footer__menu li a::after,
.footer__menu li a::before{
    content: '[ ';
    color: #6B8C64;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.footer__menu li a::after{
    content: ' ]';
}
.footer__info-block,
.footer__info{
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer__info-block{
    gap: 4px;
}



.footer__bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 0 40px;
    border-top: 1px solid #575757;
}
.footer__copy{
    color: #C6C6C6;
    font-size: 14px;
}
.footer__btn{
    padding: 10px 18px;
    font-size: 14px;
}






/* product */
.product{
    margin-top: 40px;
    padding-bottom: 100px;
}
.breadcrumps{
    display: flex;
    align-items: center;
    gap: 8px;
}
.breadcrumps li{
    display: flex;
    align-items: center;
    gap: 8px;
}
.breadcrumps li a{
    display: flex;
    align-items: center;
    color: #8B8B8B;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all .2s ease;
}
/*.breadcrumps li + li::before{
    content: '/';
    display: inline-block;
    color: #8B8B8B;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}*/
.breadcrumps li a:hover,
.breadcrumps li a.active{
    color: #242324;
}
.breadcrumps.breadcrumps-white li a,
.breadcrumps.breadcrumps-white li + li::before{
    color: #D5D5D5;
}
.breadcrumps.breadcrumps-white li a:hover,
.breadcrumps.breadcrumps-white li a.active{
    color: #F9F9F9;
}
.product__inner{
    margin-top: 40px;
}
.product__top{
    display: flex;
    gap: 30px;
    align-items: start;
    justify-content: space-between;
}
.product__left{
    width: 100%;
    max-width: 580px;
}
.product__left-top{
    border-radius: 8px;
    background: #F9F9F9;
    overflow: hidden;
    position: relative;
}
.product__left-info{
    padding: 6px 15px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    border-radius: 152.222px;
    background: #EAEAEA;
}
.product__slider{

}
.product__slide{
    display: flex;
    align-items: center;
    width: 100%;
    display: flex;
    padding: 20px;
    align-items: center;
}
.product__slide img{
    width: 100%;
}
.product__slider-next,
.product__slider-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    z-index: 10;
}
.product__slider-next{
    right: 20px;
    left: initial;
    transform: scaleX(-1) translateY(-50%) !important;
}
.product__slider-bottom{
    margin-top: 16px;
    width: 100%;
    overflow: hidden;
}
.product__slider-bottom .swiper-slide{
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 8px;
    background: #F9F9F9;
    border: 1px solid transparent;
    cursor: pointer;
}
.product__slider-bottom .swiper-slide.swiper-slide-thumb-active{
    border-color: #6B8C64;
}
.product__slider-bottom .swiper-slide img{
    width: 100%;
}
.product__slider-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    display: none;
}
.slider-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    gap: 0;
    width: 100%;
}
.slider-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet{
    background: #8B8B8B;
    border-radius: 0;
    width: 100%;
    height: 1px;
}
.slider-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    height: 2px;
    background: #6B8C64;
}
.slider-info,
.slider-buttons{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
.slider-info{
    align-items: end;
}
.slider-next,
.slider-prev{
    border-radius: 4px;
    border: 1px solid #6B8C64;
    width: 32px;
    height: 32px;
    min-width: 32px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18' viewBox='0 0 10 18' fill='none'%3E%3Cpath d='M7.875 16.9L1.875 8.89999L7.875 0.899994' stroke='%238B8B8B' stroke-width='3'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 9px;
}
.slider-next{
    transform: scaleX(-1);
}
.slider-next:hover,
.slider-prev:hover{
    background-color: #6B8C64;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='18' viewBox='0 0 10 18' fill='none'%3E%3Cg clip-path='url(%23clip0_36_1485)'%3E%3Cpath d='M7.875 16.9L1.875 8.89999L7.875 0.899994' stroke='white' stroke-width='3'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_36_1485'%3E%3Crect width='10' height='18' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.slider-buttons .slider-next,
.slider-buttons .slider-prev{
    width: 60px;
    height: 60px;
    min-width: 60px;
    background-size: 12px;
    background-color: #6B8C64;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='22' viewBox='0 0 12 22' fill='none'%3E%3Cpath d='M9.9209 20.937L1.9209 10.937L9.9209 0.937012' stroke='%23EAEAEA' stroke-width='3'/%3E%3C/svg%3E");
}
.slider-buttons .slider-next.swiper-button-disabled,
.slider-buttons .slider-prev.swiper-button-disabled{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='22' viewBox='0 0 12 22' fill='none'%3E%3Cpath d='M9.9209 20.937L1.9209 10.937L9.9209 0.937012' stroke='%236B8C64' stroke-width='3'/%3E%3C/svg%3E");
    background-color: transparent;
}
.slider-info-white .slider-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet{
    background-color: #EAEAEA;
}
.slider-info-white .slider-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #6B8C64;
}
.slider-info-white .slider-buttons .slider-next,
.slider-info-white .slider-buttons .slider-prev {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='22' viewBox='0 0 12 22' fill='none'%3E%3Cpath d='M9.9209 20.937L1.9209 10.937L9.9209 0.937012' stroke='%23EAEAEA' stroke-width='3'/%3E%3C/svg%3E");
}
.slider-info-white .slider-buttons .slider-next[aria-disabled="true"],
.slider-info-white .slider-buttons .slider-prev[aria-disabled="true"]{
    border-color: #EAEAEA;
}
.product__right{
    width: 100%;
    max-width: 590px;
}
.title-4{
    font-family: 'Unbounded', sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
}
.title-3{
    font-family: 'Unbounded', sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-transform: capitalize;
}
.product__info{
    margin-top: 19px;
    padding-top: 20px;
    border-top: 1px solid #8B8B8B;
}
.product__info-block{
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product__info-item{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
.product__info-descr{
    color: #8B8B8B;
    text-align: right;
}
.product__right-bottom{
    margin-top: 67px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.product__right-name{
    font-weight: 700;
    width: 100%;
    max-width: 250px;
}
.product__bottom{
    margin-top: 40px;
}
.product__select{
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 12px;
}
.product__select-btn{
    font-weight: 700;
    color: #242324;
    font-size: 16px;
    position: relative;
}
.product__select-btn::after{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    background: #6B8C64;
    height: 2px;
}
.product__select-btn.active{
    color: #6B8C64;
}
.product__select-btn:not(.active)::after{
    content: none;
}
.product__about{
    margin-top: 40px;
    position: relative;
}
.product__about-top{
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
}
.product__about-slider{
    margin-top: 40px;
}
.product__about-bottom{
    position: absolute;
    top: -11px;
    right: 0;
}
.product__about-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
    display: none;
}
.product__item{
    padding: 20px;
    border-radius: 8px;
    background: #F9F9F9;
    position: relative;
    min-height: 311px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    user-select: none;
}
.product__item-image{
    display: flex;
    align-items: center;
}
.product__item-image img{
    width: 100%;
}
.product__item-info{
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 100px;
    background: #EAEAEA;
    font-size: 12px;
    padding: 4px 10px;
}
.product__item-title h3{
    font-size: 20px;
    font-weight: 700;
}
.product__item-bottom{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-top: 12px;
}
.product__item-count{
    color: #575757;
}
.product__item-btn {
    padding: 12px 20px;
    border-radius: 4px;
    background: #6B8C64;
    background-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product__item-btn.btn-icon::after {
    width: 16px;
    height: 16px;
    min-width: 16px;
}
.product__about-banner{
    margin-top: 100px;
    display: flex;
    align-items: start;
    justify-content: space-between;
    border-radius: 8px;
    background: #D5D5D5;
}
.product__about-descr{
    margin-top: 20px;
}
.product__about-block{
    margin-top: 40px;
    display: flex;
    gap: 12px;
    align-items: stretch;
    width: 100%;
    max-width: 394px;
}
.product__about-line{
    height: auto;
    width: 1px;
    background-color: #8B8B8B;
}
.product__about-item{
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}
.product__about-name{
    color: #575757;
}
.product__about-to{
    color: #6B8C64;
    font-family: 'Unbounded', sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.product__about-image{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 611px;
}
.product__about-image img{
    width: 100%;
}
.product__about-content{
    padding: 40px 40px 40px 60px;
}
.product__characteristic{
    margin-top: 100px;
}
.product__characteristic-title{
    text-align: center;
}
.product__characteristic-block{
    display: flex;
    flex-direction: column;
    margin: 40px auto 0;
    width: 100%;
    max-width: 794px;
}
.product__characteristic-item{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-bottom: 24px;
    border-bottom: 1px solid #C6C6C6;
}
.product__characteristic-item + .product__characteristic-item{
    padding-top: 24px;
}
.product__features{
    margin-top: 100px;
}
.product__features-title{
    text-align: center;
}
.product__features-block{
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.product__features-item{
    padding: 20px;
    background-color: #F9F9F9;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.product__features-name{
    font-family: 'Unbounded', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
}
.product__features-name::after,
.product__features-name::before{
    content: '[ ';
    color: #6B8C64;
    font-family: 'Unbounded', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
}
.product__features-name::after{
    content: ' ]';
}
.product__features-descr{
    color: #575757;
}
.product__features-image{
    margin-top: auto;
    display: flex;
    align-items: center;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    height: 175px;
}
.product__features-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.product__features-btn{
    margin: 40px auto 0;
}



/* whywe */
.whywe{
    background-color: #F9F9F9;
    padding: 100px 0;
}
.whywe__title{
    text-align: center;
    color: #242324;
}
.whywe__content{
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.whywe__block{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    max-width: 546px;
    margin-left: 43px;
}
.whywe__item{
    display: flex;
    align-items: start;
    gap: 20px;
}
.whywe__item-content{
    border-bottom: 1px solid #C6C6C6;
    padding-bottom: 20px;
}
.whywe__item:last-of-type .whywe__item-content{
    border: none;
    padding: 0;
}
.whywe__item-icon{
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    min-width: 40px;
}
.whywe__item-icon img{
    width: 100%;
}
.whywe__item-title{
    font-family: 'Unbounded', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
}
.whywe__item-title::after,
.whywe__item-title::before{
    content: '[ ';
    color: #6B8C64;
    font-family: 'Unbounded', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    text-transform: uppercase;
}
.whywe__item-title::after{
    content: ' ]';
}
.whywe__item-descr{
    margin-top: 12px;
    color: #575757;
}
.whywe__image{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 590px;
    height: 460px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}
.gallery__image span,
.whywe__image span{
    position: absolute;
    width: 18px;
    height: 18px;
    min-width: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M1.5 17.5V1.5H17.5' stroke='white' stroke-width='3'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.gallery__image img,
.whywe__image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gallery__image span:nth-of-type(1),
.whywe__image span:nth-of-type(1){
    top: 10px;
    left: 10px;
}
.gallery__image span:nth-of-type(2),
.whywe__image span:nth-of-type(2){
    top: 10px;
    right: 10px;
    transform: rotate(90deg);
}
.gallery__image span:nth-of-type(3),
.whywe__image span:nth-of-type(3){
    right: 10px;
    bottom: 10px;
    transform: rotate(180deg);
}
.gallery__image span:nth-of-type(4),
.whywe__image span:nth-of-type(4){
    left: 10px;
    bottom: 10px;
    transform: rotate(270deg);
}



/* interested */
.interested{
    padding: 100px 0;
}
.interested__inner{
    position: relative;
}
.interested__title{
    color: #242324;
}
.interested__slider{
    margin-top: 40px;
}
.interested__slider-pagination{
    margin-top: 20px;
}
.interested__buttons{
    position: absolute;
    top: -11px;
    right: 0;
}
.interested__slider-message{
    margin-top: 80px;
    color: #8B8B8B;
}
.interested__top{
    margin-top: 20px;
}


/* aboutus */
.aboutus{
    position: relative;
    padding-top: 40px;
    padding-bottom: 100px;
    z-index: 1;
    overflow: hidden;
}
.aboutus__bg{
    position: absolute;
    inset: 0;
    z-index: -1;
    display: flex;
    align-items: center;
}
.aboutus__bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.aboutus__inner{
    max-width: 794px;
    width: 100%;
    margin: 43px auto 0;
    position: relative;
    z-index: 2;
    padding: 40px 100px;
}
.aboutus__inner::before{
    position: absolute;
    content: '';
    inset: 0;
    z-index: -1;
    clip-path: polygon(90% 0, 100% 20%, 100% 100%, 0 100%, 0 0%);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(2px);
}


/* infoblock */
.infoblock{
    padding: 100px 0;
}
.infoblock__inner{
    display: flex;
    align-items: start;
    gap: 20px;
    justify-content: space-between;
}
.infoblock__title{
    color: #242324;
    max-width: 587px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.infoblock__title::before{
    content: '';
    position: absolute;
    top: -20px;
    left: -66px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='89' viewBox='0 0 120 89' fill='none'%3E%3Cpath d='M0 0V53.7277H23.8717L3.4748 74.0218L18.539 89L53.99 53.7277H54V0H0Z' fill='%236B8C64' fill-opacity='0.3'/%3E%3Cpath d='M66 0V53.7277H89.8717L69.4748 74.0218L84.539 89L119.99 53.7277H120V0H66Z' fill='%236B8C64' fill-opacity='0.3'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px;
    height: 89px;
    z-index: -1;

}
.infoblock__content{
    width: 100%;
    max-width: 590px;
    margin-top: 69px;
}
.infoblock__info-block{
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.infoblock__info-descr{
    display: flex;
    flex-direction: column;
    gap: 12px;
    color: #575757;
}
.infoblock__info-descr span{
    color: #6B8C64;
    font-family: 'Unbounded', sans-serif;
    font-size: 36px;
    font-weight: 400;
    text-transform: capitalize;
}




/* values */
.values{
    padding: 100px 0;
    background-color: #242324;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.values__bg{
    position: absolute;
    inset: 0;
    z-index: -1;
    width: 1440px;
    height: 783px;
}
.values__bg img{
    width: 100%;
}
.values__title{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.values__title .title-small{
    color: #EAEAEA;
}
.values__slider{
    margin-top: 92px;
}
.values__slider .swiper-wrapper{
    align-items: stretch;
}
.values__item{
    display: flex;
    flex-direction: column;
    min-height: 346px;
    border-radius: 8px;
    height: auto;
    position: relative;
    overflow: hidden;
}
.values__item::before{
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(62deg, rgba(145, 145, 145, 0.00) 67.2%, #919191 93.48%);
}
.values__item::after{
    position: absolute;
    inset: 0;
    content: '';
    background: linear-gradient(72deg, #919191 4.26%, rgba(145, 145, 145, 0.00) 28.23%);
}
.values__item-image{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 120px;
}
.values__item-image img{
    width: 100%;
}
.values__item-inner{
    padding: 20px;
    margin: 1px;
    position: relative;
    z-index: 2;
    background: rgba(48, 48, 48, 0.40);
    backdrop-filter: blur(20px);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.values__item-title{
    font-family: 'Unbounded', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    color: #EAEAEA;
}
.values__item-title::after,
.values__item-title::before{
    content: '[ ';
    color: #6B8C64;
    font-family: 'Unbounded', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}
.values__item-title::after{
    content: ' ]';
}
.values__item-descr{
    margin-top: 20px;
    color: #D5D5D5;
}
.values__slider-info{
    margin-top: 20px;
}


/* faq */
.faq{
    padding: 100px 0;
}
.faq__inner{
    display: flex;
    align-items: start;
    gap: 40px;
    justify-content: space-between;
}
.faq__title{
    width: 100%;
    max-width: 360px;
}
.faq__block{
    width: 100%;
    max-width: 590px;
}
.faq__item{
    padding: 40px 0;
    border-bottom: 1px solid #C6C6C6;
}
.faq__item:first-of-type{
    padding-top: 0;
}
.faq__item-title{
    color: #6B8C64;
    font-family: 'Unbounded', sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    cursor: pointer;
}
.faq__item-title::after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    min-width: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cg clip-path='url(%23clip0_1_226)'%3E%3Cpath d='M30 1.31134e-06L22.6081 9.8823e-07L22.6081 17.3919L5.21614 2.28005e-07L1.08271e-06 5.23055L17.3631 22.6081L17.3775 22.6081L17.3775 22.6225L24.7695 30L30 30L30 1.31134e-06Z' fill='%236B8C64'/%3E%3Cpath d='M3.22482e-07 22.6225L0 30L9.97118 30L17.3631 22.6225L3.22482e-07 22.6225Z' fill='%236B8C64'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_226'%3E%3Crect width='30' height='30' fill='white' transform='translate(30 1.31134e-06) rotate(90)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.faq__item-descr{
    margin-top: 20px;
    display: none;
}
.faq__item.active .faq__item-title::after{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30' fill='none'%3E%3Cg clip-path='url(%23clip0_1_215)'%3E%3Cpath d='M0 0L0 7.39193L17.3919 7.39193L0 24.7839L5.23055 30L22.6081 12.6369V12.6225H22.6225L30 5.23055V0L0 0Z' fill='%238B8B8B'/%3E%3Cpath d='M22.6225 30H30V20.0288L22.6225 12.6369V30Z' fill='%238B8B8B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1_215'%3E%3Crect width='30' height='30' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
}
.faq__item.active .faq__item-descr{
    display: inline-block;
}




/* gallery */
.gallery{
    padding: 100px 0;
    background-color: #F6F6F6;
}
.gallery__bottom{
    margin-top: 40px;
    display: flex;
    gap: 20px;
    align-items: stretch;
    justify-content: space-between;
}
.gallery__image{
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 589px;
    overflow: hidden;
    border-radius: 8px;
    height: 364px;
    position: relative;
    z-index: 5;
}
.gallery__content{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    max-width: 590px;
}
.gallery__slide{
    display: flex;
    align-items: center;
    height: 176px;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    position: relative;
}
.gallery__slide::before{
    content: '';
    background-image: url("data:image/svg+xml,%0A%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' fill='%236B8C64' fill-opacity='0.6'/%3E%3Cpath d='M3 9V3H9' stroke='white' stroke-width='2'/%3E%3Cpath d='M15 3L21 3L21 9' stroke='white' stroke-width='2'/%3E%3Cpath d='M9 21L3 21L3 15' stroke='white' stroke-width='2'/%3E%3Cpath d='M21 15L21 21L15 21' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    min-width: 24px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: 10px;
    bottom: 10px;
}
.gallery__slide img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.gallery__descr{
    margin-top: 40px;
    font-size: 18px;
    margin-bottom: 20px;
    max-width: 366px;
}
.gallery__slider-info{
    margin-top: auto;
}
.gallery__slider{
    position: relative;
    z-index: 1;
}
.gallery__slider::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #F6F6F6;
    left: -100vw;
    width: 100vw;
    z-index: 2;
}

.header__burger{
    display: none;
}

.rarog-catalog {
    background: #e9e9e9;
    padding: 34px 0 60px;
    min-height: 100vh;
}

.rarog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 30px;
}

.rarog-breadcrumbs,
.rarog-breadcrumbs a {
    color: #8b8b8b;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
}

.rarog-catalog-title {
    margin: 36px 0 36px;
    color: #2b2d33;
    font-size: 36px;
    line-height: 1.1;
    font-weight: 700;
    text-transform: uppercase;
}

.rarog-category-row {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 18px;
    margin-bottom: 38px;
}

.rarog-category-card {
    height: 192px;
    padding: 18px 14px 16px;
    border: 1px solid #6f9869;
    border-radius: 6px;
    background: #ededed;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    transition: .2s ease;
}

.rarog-category-card:hover {
    background: #f5f5f5;
    transform: translateY(-2px);
}

.rarog-category-card img {
    width: 100%;
    height: 120px;
    object-fit: contain;
}

.rarog-category-card span {
    color: #1f2228;
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
}

.woocommerce ul.products {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce ul.products li.product.rarog-product-card {
    width: auto !important;
    margin: 0 !important;
    float: none !important;
}

.rarog-product-card {
    list-style: none;
    background: #f8f8f8;
    border-radius: 7px;
    overflow: hidden;
    position: relative;
    min-height: 356px;
}

.rarog-product-link {
    display: block;
    position: relative;
    height: 100%;
    min-height: 356px;
    padding: 24px 20px 22px;
    color: inherit;
    text-decoration: none !important;
}

.rarog-product-badge {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
    padding: 5px 10px;
    border-radius: 10px;
    background: #fff;
    color: #4b4b4b;
    font-size: 11px;
    line-height: 1;
}

.rarog-product-image {
    height: 210px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rarog-product-image img {
    max-width: 100%;
    max-height: 210px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.rarog-product-title {
    margin: 0 52px 10px 0;
    color: #2b2d33;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 700;
}

.rarog-product-desc {
    margin-right: 52px;
    color: #777;
    font-size: 14px;
    line-height: 1.25;
}

.rarog-product-arrow {
    position: absolute;
    right: 20px;
    bottom: 22px;
    width: 44px;
    height: 38px;
    border-radius: 4px;
    background: #71966c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
}

.rarog-catalog-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-top: 38px;
}

.rarog-load-more {
    border: 0;
    background: #71966c;
    color: #fff;
    border-radius: 4px;
    padding: 15px 34px;
    font-size: 14px;
    cursor: pointer;
}

.rarog-load-more span {
    margin-left: 12px;
    font-size: 18px;
}

.rarog-pagination {
    position: absolute;
    right: 0;
}

.rarog-pagination .page-numbers {
    display: flex;
    margin: 0;
    padding: 0;
}

.rarog-pagination .page-numbers li {
    list-style: none;
}

.rarog-pagination .page-numbers a,
.rarog-pagination .page-numbers span {
    width: 44px;
    height: 44px;
    border: 1px solid #71966c;
    background: #e9e9e9;
    color: #2b2d33;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.rarog-pagination .page-numbers .current {
    background: #71966c;
    color: #fff;
}

.catalog-products__grid .product {
    margin-top: 0px;
}

/* =========================
   ОБЩИЙ КОНТЕЙНЕР КАТАЛОГА
========================= */

.catalog-page {
    background: #ededed;
    padding: 135px 0 50px;
}

.catalog-page__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 0px;
    padding-right: 0px;
    box-sizing: border-box;
}


/* =========================
   ХЛЕБНЫЕ КРОШКИ
========================= */

.catalog-page__breadcrumps,
.breadcrumps {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 35px;
    padding: 0;
    list-style: none;
}

.catalog-page__breadcrumps li,
.breadcrumps li {
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    font-size: 14px;
}

.catalog-page__breadcrumps li:not(:last-child)::after,
.breadcrumps li:not(:last-child)::after {
    content: "/";
    color: #777;
}

.catalog-page__breadcrumps a,
.catalog-page__breadcrumps span,
.breadcrumps a,
.breadcrumps span {
    color: #727272;
    font-size: 12px;
    line-height: 1.3;
    text-decoration: none;
    text-transform: uppercase;
}

.catalog-page__breadcrumps li:last-child a,
.catalog-page__breadcrumps li:last-child span,
.breadcrumps li:last-child a,
.breadcrumps li:last-child span {
    color: #202020;
}




/* =========================
   ЗАГОЛОВОК
========================= */

.catalog-page__heading {
    margin-bottom: 40px;
}

.catalog-page__title {
    margin: 0;
    color: #242324;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.15;
    text-transform: uppercase;
    font-family: 'Unbounded', sans-serif;
}

.catalog-page__description {
    max-width: 800px;
    margin-top: 18px;
    color: #666;
    font-size: 15px;
    line-height: 1.6;
}


/* =========================
   КАТЕГОРИИ ТОВАРОВ
========================= */

.catalog-categories {
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 40px;
}

.catalog-category {
    display: flex;
    min-width: 0;
    min-height: 190px;
    padding: 12px;
    border: 1px solid #6f946d;
    border-radius: 6px;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color: #222;
    text-decoration: none;
    transition:
        background-color 0.25s ease,
        border-color 0.25s ease,
        transform 0.25s ease;
}

.catalog-category:hover {
    background: #fff;
    border-color: #4f754e;
    transform: translateY(-2px);
}

.catalog-category__image {
    display: flex;
    width: 100%;
    height: 135px;
    align-items: center;
    justify-content: center;
}

.catalog-category__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog-category__title {
    display: block;
    width: 100%;
    margin-top: 8px;
    color: #252525;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}


/* =========================
   СЕТКА ТОВАРОВ
========================= */

.catalog-products__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

.catalog-product-card {
    position: relative;
    display: flex;
    min-width: 0;
    min-height: 365px;
    padding: 18px;
    border-radius: 8px;
    background: #fff;
    box-sizing: border-box;
    flex-direction: column;
    overflow: hidden;
}

.catalog-product-card__top {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.catalog-product-card__label {
    display: inline-flex;
    min-height: 22px;
    padding: 3px 9px;
    border-radius: 20px;
    background: #eeeeee;
    align-items: center;
    justify-content: center;
    color: #575757;
    font-size: 10px;
    line-height: 1;
}

.catalog-product-card__image {
    display: flex;
    width: 100%;
    height: 235px;
    margin-bottom: 18px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.catalog-product-card__image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.catalog-product-card:hover .catalog-product-card__image img {
    transform: scale(1.03);
}

.catalog-product-card__content {
    display: flex;
    min-height: 0;
    flex: 1;
    flex-direction: column;
}

.catalog-product-card__title {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.catalog-product-card__title a {
    color: #202020;
    text-decoration: none;
}

.catalog-product-card__description {
    max-width: calc(100% - 55px);
    color: #6b6b6b;
    font-size: 14px;
    line-height: 1.25;
}

.catalog-product-card__bottom {
    display: flex;
    margin-top: auto;
    padding-top: 14px;
    align-items: flex-end;
    justify-content: space-between;
    gap: 15px;
}

.catalog-product-card__price {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: 600;
}

.catalog-product-card__button {
    display: flex;
    width: 46px;
    min-width: 46px;
    height: 38px;
    border-radius: 4px;
    background: #658d62;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 26px;
    line-height: 1;
    text-decoration: none;
    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}

.catalog-product-card__button:hover {
    background: #4e764c;
    color: #fff;
    transform: translateY(-2px);
}


/* =========================
   НИЖНЯЯ ЧАСТЬ КАТАЛОГА
========================= */

.catalog-products__footer {
    position: relative;
    display: flex;
    min-height: 55px;
    margin-top: 38px;
    align-items: center;
    justify-content: center;
}

.catalog-load-more {
    display: inline-flex;
    min-width: 225px;
    height: 46px;
    padding: 0 22px;
    border: 0;
    border-radius: 4px;
    background: #658d62;
    align-items: center;
    justify-content: center;
    gap: 20px;
    color: #fff;
    font: inherit;
    font-size: 14px;
    cursor: pointer;
    transition:
        background-color 0.25s ease,
        transform 0.25s ease;
}

.catalog-load-more:hover {
    background: #4e764c;
    transform: translateY(-2px);
}

.catalog-load-more__icon {
    font-size: 22px;
    line-height: 1;
}

.catalog-pagination {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}


/* =========================
   ПАГИНАЦИЯ WOOCOMMERCE
========================= */

.catalog-pagination .woocommerce-pagination {
    margin: 0;
}

.catalog-pagination .woocommerce-pagination ul.page-numbers {
    display: flex;
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
}

.catalog-pagination .woocommerce-pagination ul.page-numbers li {
    margin: 0;
    border: 0;
}

.catalog-pagination .woocommerce-pagination .page-numbers a,
.catalog-pagination .woocommerce-pagination .page-numbers span {
    display: flex;
    width: 44px;
    height: 44px;
    border: 1px solid #789475;
    background: transparent;
    align-items: center;
    justify-content: center;
    color: #222;
    font-size: 14px;
    text-decoration: none;
}

.catalog-pagination .woocommerce-pagination .page-numbers li:first-child a,
.catalog-pagination .woocommerce-pagination .page-numbers li:first-child span {
    border-radius: 4px 0 0 4px;
}

.catalog-pagination .woocommerce-pagination .page-numbers li:last-child a,
.catalog-pagination .woocommerce-pagination .page-numbers li:last-child span {
    border-radius: 0 4px 4px 0;
}

.catalog-pagination .woocommerce-pagination .page-numbers .current {
    background: #658d62;
    color: #fff;
}

.catalog-pagination .woocommerce-pagination .page-numbers a:hover {
    background: #658d62;
    color: #fff;
}


/* =========================
   СТАНДАРТНЫЕ ЭЛЕМЕНТЫ WC
========================= */

.catalog-products .woocommerce-result-count,
.catalog-products .woocommerce-ordering {
    margin-bottom: 25px;
}

.catalog-products .woocommerce-notices-wrapper:empty {
    display: none;
}


/* =========================
   АДАПТИВ
========================= */

@media (max-width: 1100px) {
    .catalog-categories {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .catalog-products__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    .catalog-page {
        padding-top: 25px;
    }

    .catalog-page__container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .catalog-page__heading {
        margin-bottom: 25px;
    }

    .catalog-page__title {
        font-size: 27px;
    }

    .catalog-categories {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 30px;
    }

    .catalog-category {
        min-height: 155px;
        padding: 10px;
    }

    .catalog-category__image {
        height: 105px;
    }

    .catalog-category__title {
        font-size: 10px;
    }

    .catalog-products__grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .catalog-product-card {
        min-height: 0;
    }

    .catalog-product-card__image {
        height: 240px;
    }

    .catalog-products__footer {
        flex-direction: column;
        gap: 25px;
    }

    .catalog-pagination {
        position: static;
        transform: none;
    }
}

@media (max-width: 420px) {
    .catalog-categories {
        grid-template-columns: 1fr 1fr;
    }

    .catalog-category {
        min-height: 145px;
    }

    .catalog-category__image {
        height: 95px;
    }

    .catalog-product-card {
        padding: 14px;
    }

    .catalog-product-card__image {
        height: 210px;
    }

    .catalog-product-card__title {
        font-size: 17px;
    }

    .catalog-product-card__description {
        font-size: 13px;
    }

    .catalog-load-more {
        width: 100%;
        max-width: 280px;
    }
}

@media (max-width: 991px) {
    .rarog-category-row {
        grid-template-columns: repeat(3, 1fr);
    }

    .woocommerce ul.products {
        grid-template-columns: repeat(2, 1fr);
    }

    .rarog-catalog-title {
        font-size: 30px;
    }
}

@media (max-width: 575px) {
    .rarog-container {
        padding: 0 16px;
    }

    .rarog-category-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .rarog-category-card {
        height: 150px;
    }

    .rarog-category-card img {
        height: 90px;
    }

    .woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .rarog-catalog-bottom {
        flex-direction: column;
        gap: 20px;
    }

    .rarog-pagination {
        position: static;
    }
}
@media (max-width: 1280px) {
    .container{
        max-width: 992px;
        padding: 0 16px;
    }
    .hero__inner {
        max-width: 750px;
        position: relative;
        z-index: 20;
    }
    .complex__block{
        max-width: 344px;
    }
    .gallery__content{
        max-width: 440px;
    }
    .product__left{
        max-width: 520px;
    }
}

@media (max-width: 1024px) {
    .container{
        max-width: 768px;
    }
    .header__inner{
        gap: 20px;
    }
    .hero__inner{
        max-width: 360px;
    }
    .hero__info-title{
        font-size: 45px;
    }
    .hero__info-buttons {
        flex-direction: column;
        align-items: start;
    }


    .categories__item-image{
        max-width: 200px;
    }

    .complex{
        padding-bottom: 100px;
    }
    .complex__content{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .complex__block{
        max-width: 100%;
    }

    .gallery__content {
        max-width: 360px;
    }

    .feedback__inner{
        flex-direction: column;
    }

    .footer__logo{
        max-width: 120px;
    }
    .footer__top {
        grid-template-columns: 0.7fr 1fr 1fr 1fr;
    }

    .product__top{
        flex-direction: column;
        align-items: center;
    }
    .product__right{
        max-width: 100%;
    }
    .product__about-banner{
        align-items: center;
    }
    .product__about-image{
        max-width: 300px;
    }


    .header__menu-image {
        max-width: 97px;
        width: 117px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }
    .header__menu-sub li a {
        position: relative;
        min-height: 100px;
        padding-right: 50px;
    }
    .feedback__info{
        margin-top: 60px;
    }
}

/* =========================
   CONTACTS PAGE
========================= */

.contacts-page {
    min-height: 100vh;
    padding: 130px 0 45px;
    background: #ededed;
}

.contacts-page__container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0px;
    box-sizing: border-box;
}


/* =========================
   BREADCRUMBS
========================= */

.contacts-page__breadcrumps {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 40px;
    padding: 0;
    list-style: none;
}

.contacts-page__breadcrumps li {
    display: flex;
    align-items: center;
    gap: 8px;
}

.contacts-page__breadcrumps li:not(:last-child)::after {
    content: "/";
    color: #8d8d8d;
}

.contacts-page__breadcrumps a,
.contacts-page__breadcrumps span {
    color: #8d8d8d;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif;
}

.contacts-page__breadcrumps .active {
    color: #242424;
}


/* =========================
   MAIN CARD
========================= */

.contacts-card {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
    min-height: 570px;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
}

.contacts-card__left,
.contacts-card__right {
    min-width: 0;
}

.contacts-card__left {
    display: flex;
    padding: 82px 60px 76px;
    flex-direction: column;
    justify-content: space-between;
}

.contacts-card__right {
    display: flex;
    padding: 78px 60px;
    align-items: flex-start;
    justify-content: center;
}


/* =========================
   LEFT SIDE
========================= */

.contacts-card__title {
    margin: 0 0 24px;
    color: #6d9169;
    font-size: 55px;
    font-weight: 400;
    line-height: 0.98;
    letter-spacing: -2px;
    text-transform: uppercase;
    font-family: 'Unbounded', sans-serif;
}

.contacts-card__text {
    color: #222;
    font-size: 17px;
    line-height: 1.25;
}

.contacts-card__info {
    margin-top: 70px;
}

.contacts-card__info-title {
    margin: 0 0 24px;
    color: #6d9169;
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

.contacts-card__info-item + .contacts-card__info-item {
    margin-top: 20px;
}

.contacts-card__label {
    margin-bottom: 5px;
    color: #8b8b8b;
    font-size: 13px;
    line-height: 1.2;
    text-transform: uppercase;
}

.contacts-card__value {
    color: #222;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    word-break: break-word;
}

.contacts-card__value:hover {
    color: #6d9169;
}


/* =========================
   SEPARATOR
========================= */

.contacts-card__separator {
    position: relative;
    width: 1px;
    height: 100%;
    background: #dedede;
}

.contacts-card__separator-mark {
    position: absolute;
    left: 50%;
    width: 19px;
    height: 19px;
    transform: translateX(-50%);
}

.contacts-card__separator-mark::before,
.contacts-card__separator-mark::after {
    position: absolute;
    content: "";
    background: #6d9169;
}

.contacts-card__separator-mark::before {
    top: 9px;
    left: 0;
    width: 19px;
    height: 1px;
}

.contacts-card__separator-mark::after {
    top: 0;
    left: 9px;
    width: 1px;
    height: 19px;
}

.contacts-card__separator-mark--top {
    top: -9px;
}

.contacts-card__separator-mark--middle {
    top: 50%;
    transform: translate(-50%, -50%);
}

.contacts-card__separator-mark--bottom {
    bottom: -9px;
}


/* =========================
   FORM
========================= */

.contacts-form {
    width: 100%;
    max-width: 430px;
}

.contacts-form__field {
    margin-bottom: 12px;
}

.contacts-form input,
.contacts-form textarea {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 5px;
    outline: none;
    background: #f4f4f4;
    box-sizing: border-box;
    color: #222;
    font: inherit;
    font-size: 16px;
    transition:
        background-color 0.2s ease,
        box-shadow 0.2s ease;
}

.contacts-form input {
    height: 55px;
    padding: 0 30px;
}

.contacts-form textarea {
    min-height: 118px;
    padding: 17px 30px;
    resize: vertical;
}

.contacts-form input::placeholder,
.contacts-form textarea::placeholder {
    color: #929292;
    opacity: 1;
}

.contacts-form input:focus,
.contacts-form textarea:focus {
    background: #fff;
    box-shadow: 0 0 0 1px #6d9169;
}

.contacts-form__submit {
    display: flex;
    width: 100%;
    height: 55px;
    margin-top: 5px;
    padding: 0 25px;
    border: 0;
    border-radius: 4px;
    background: #6d9169;
    align-items: center;
    justify-content: center;
    gap: 13px;
    color: #fff;
    font: inherit;
    font-size: 17px;
    cursor: pointer;
    transition:
        background-color 0.2s ease,
        transform 0.2s ease;
}

.contacts-form__submit:hover {
    background: #577c54;
    transform: translateY(-1px);
}

.contacts-form__submit-icon {
    font-size: 27px;
    line-height: 1;
}

.contacts-form__policy {
    margin-top: 15px;
    color: #909090;
    font-size: 13px;
    line-height: 1.25;
}

.contacts-form__policy a {
    color: inherit;
    text-decoration: underline;
}

.contacts-form__policy a:hover {
    color: #6d9169;
}


/* =========================
   TABLET
========================= */

@media (max-width: 991px) {
    .contacts-card__left {
        padding: 60px 40px;
    }

    .contacts-card__right {
        padding: 60px 40px;
    }

    .contacts-card__title {
        font-size: 44px;
    }

    .contacts-card__text {
        font-size: 15px;
    }

    .contacts-card__value {
        font-size: 17px;
    }
}


/* =========================
   MOBILE
========================= */

@media (max-width: 767px) {
    .contacts-page {
        padding: 22px 0 30px;
    }

    .contacts-page__container {
        padding: 0 12px;
    }

    .contacts-page__breadcrumps {
        margin-bottom: 25px;
    }

    .contacts-card {
        display: flex;
        min-height: 0;
        flex-direction: column;
    }

    .contacts-card__left {
        padding: 38px 22px 35px;
    }

    .contacts-card__right {
        padding: 35px 22px 40px;
    }

    .contacts-card__title {
        margin-bottom: 20px;
        font-size: 40px;
        line-height: 1;
        letter-spacing: -1px;
    }

    .contacts-card__text br {
        display: none;
    }

    .contacts-card__info {
        margin-top: 48px;
    }

    .contacts-card__info-title {
        margin-bottom: 20px;
        font-size: 19px;
    }

    .contacts-card__value {
        font-size: 17px;
    }

    .contacts-card__separator {
        width: calc(100% - 44px);
        height: 1px;
        margin: 0 auto;
    }

    .contacts-card__separator-mark {
        top: 50%;
    }

    .contacts-card__separator-mark--top {
        left: 0;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .contacts-card__separator-mark--middle {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .contacts-card__separator-mark--bottom {
        left: 100%;
        top: 50%;
        bottom: auto;
        transform: translate(-50%, -50%);
    }

    .contacts-form {
        max-width: none;
    }

    .contacts-form input {
        height: 53px;
        padding: 0 20px;
    }

    .contacts-form textarea {
        min-height: 125px;
        padding: 16px 20px;
    }

    .contacts-form__submit {
        height: 53px;
    }
}


/* =========================
   SMALL MOBILE
========================= */

@media (max-width: 420px) {
    .contacts-card__left,
    .contacts-card__right {
        padding-left: 18px;
        padding-right: 18px;
    }

    .contacts-card__title {
        font-size: 35px;
    }

    .contacts-card__text {
        font-size: 14px;
    }

    .contacts-card__info {
        margin-top: 40px;
    }

    .contacts-card__info-title {
        font-size: 17px;
    }

    .contacts-card__value {
        font-size: 15px;
    }

    .contacts-card__separator {
        width: calc(100% - 36px);
    }

    .contacts-form input,
    .contacts-form textarea {
        font-size: 15px;
    }
}

/* =========================
   DEFAULT PAGE
========================= */

.page-default {
    padding: 140px 0 60px;
    background: #ededed;
}

.page-default__breadcrumps {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 0 0 35px;
    padding: 0;
    list-style: none;
}

.page-default__breadcrumps li {
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
    font-family: 'Inter', sans-serif; 
}

.page-default__breadcrumps li:not(:last-child)::after {
    content: "/";
    color: #8d8d8d;
}

.page-default__breadcrumps a,
.page-default__breadcrumps span {
    color: #8d8d8d;
    font-size: 13px;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.page-default__breadcrumps li:last-child a,
.page-default__breadcrumps li:last-child span {
    color: #202020;
}

.page-title {
    margin: 0 0 35px;
    color: #1f1f1f;
    font-size: 35px;
    font-weight: 500;
    line-height: 1.1;
    text-transform: uppercase;
    font-family: 'Unbounded', sans-serif;
}

.page-content__body {
    color: #2b2b2b;
    font-size: 17px;
    line-height: 1.7;
}

@media (max-width: 767px) {
    .page-default {
        padding: 110px 0 40px;
    }

    .page-title {
        font-size: 22px;
        margin-bottom: 25px;
    }

    .page-content__body {
        font-size: 16px;
    }
}

@media (min-width: 769px) {
    .header__menu > ul > li > a:hover{
        color: #6B8C64;
    }
    .menu-item-children > a:hover > span{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9' height='6' viewBox='0 0 9 6' fill='none'%3E%3Cpath d='M0.373718 0.332184L4.37372 4.83218L8.37372 0.332184' stroke='%236B8C64'/%3E%3C/svg%3E");
    }
    .menu-item-children:hover .header__menu-content{
        display: flex;
    }
    .header__menu .header__btn{
        display: none;
    }
    .footer__bottom-line{
        display: none;
    }
    .show-mobile{
        display: none !important;
    }
}
@media (max-width: 768px) {
    .container{
        max-width: 480px;
    }
    html,body{
        font-size: 14px;
    }
    .title, h2{
        font-size: 24px;
    }
    .title-small{
        font-size: 16px;
    }
    .title-4,
    .title-3{
        font-size: 20px;
    }
    .btn,
    .btn-2,
    .btn-3,
    button{
        font-size: 16px;
    }
    textarea,
    textarea::placeholder,
    input,
    input::placeholder{
        font-size: 16px;
    }
    textarea,
    input{
        border-radius: 4px;
        padding: 14px 16px;
        height: 48px;
    }
    textarea{
        height: 116px;
    }
    .btn{
        padding: 14px 38px;
        gap: 8px;
        border-radius: 4px;
    }

    .btn-2{
        padding: 14px 36px;
        gap: 8px;
        border-radius: 4px;
        border: 1px solid #6B8C64;
    }

    .btn-3{
        font-size: 14px;
        border-radius: 4px;
        padding: 10px 18px;
    }

    .btn-icon::after{
        width: 20px;
        height: 20px;
        min-width: 20px;
    }
    .header{
        background: rgba(36, 35, 36, 0.90);
        backdrop-filter: blur(4px);
    }
    .header__inner{
        padding: 12px 0;
        gap: 8px;
    }
    .header__logo{
        max-width: 90px;
    }
    .header__menu {
        padding: 20px 16px;
        position: fixed;
        background-color: #242324;
        overflow-y: auto;
        overflow-x: hidden;
        max-width: 100%;
        transform: translateX(100%);
        z-index: -1;
        transition: all .3s ease;
        top: 61px;
        left: 0;
        right: 0;
        height: calc(var(--vh, 1vh) * 100 - 61px);
    }
    .menu-item-children:hover > a::before{
        content: none;
    }
    .header__menu.active{
        transform: translateX(0%);
    }
    .header__menu::before{
        content: '';
        z-index: -1;
        position: absolute;
        top: -130px;
        left: 82px;
        border-radius: 922px;
        background: #6B8C64;
        filter: blur(150px);
        width: 922px;
        height: 417px;
    }
    .header__menu ul{
        flex-direction: column;
        padding: 0;
        align-items: start;
    }
    .header__menu > ul > li > a{
        padding: 0;
        color: #FFF;
        font-family: 'Unbounded', sans-serif;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: uppercase;
    }
    .header__btn{
        display: none;
    }
    .header__burger{
        display: flex;
        background-position: center;
        background-repeat: no-repeat;
        transition: none;
        background-size: contain;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M28 5V8H0V5H28Z' fill='%236B8C64'/%3E%3Cpath d='M28 13V16H0V13H28Z' fill='%236B8C64'/%3E%3Cpath d='M28 21V24H0V21H28Z' fill='%236B8C64'/%3E%3C/svg%3E");
        width: 28px;
        height: 28px;
        min-width: 28px;
    }
    .header__lang{
        position: relative;
    }
    .header__lang-item{
        display: none;
    }
    .header__lang-item:not(.active){
        position: absolute;
        top: 100%;
        border-radius: 4px;
        border: 1px solid #6B8C64;
        background: rgba(36, 35, 36, 0.90);
        backdrop-filter: blur(4px);
    }
    .header__lang-item.active{
        border-color: transparent;
    }
    .header__lang.active .header__lang-item.active{
        border-radius: 4px;
        background: rgba(36, 35, 36, 0.90);
        backdrop-filter: blur(2px);
    }
    .header__lang.active .header__lang-item{
        display: inline-block;
    }
    .header__lang-item.active{
        display: inline-block;
    }
    .menu-item{
        width: 100%;
    }
    .header__menu > ul > li > a{
        justify-content: space-between;
    }
    .menu-item-children > a > span{
        background-image: url("data:image/svg+xml,%0A%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='39.5' y='39.5' width='39' height='39' rx='3.5' transform='rotate(180 39.5 39.5)' stroke='white'/%3E%3Cpath d='M27 17L20 23L13 17' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
        width: 40px;
        height: 40px;
        min-width: 40px;
        transition: none;
    }
    .menu-item-children.active > .header__menu-content{
        display: flex;
    }
    .menu-item-children.active > a > span{
        transform: rotate(180deg);
    }
    .header__menu-sub li a {
        position: relative;
        min-height: 44px;
        background: transparent;
        display: flex;
        align-items: center;
        justify-content: start;
        padding: 10px 34px;
    }
    .header__menu ul{
        gap: 0;
        grid-template-columns: 1fr;
        max-width: 100%;
        background-color: transparent;
    }
    .header__menu-content{
        position: initial;
        background-color: transparent;
        border: none;
    }
    .header__menu-title{
        padding: 0;
        color: #FFF;
        font-size: 12px;
    }
    .header__menu-image{
        display: none;
    }
    .menu-item > a{
        min-height: 44px;
    }
    .header__menu .header__btn{
        display: flex;
        margin-top: 10px;
        max-width: 100%;
    }
    .header__menu.active + .header__content .header__burger{
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28' fill='none'%3E%3Cpath d='M24.799 23.799L22.6777 25.9203L2.87868 6.12131L5 3.99999L24.799 23.799Z' fill='%236B8C64'/%3E%3Cpath d='M22.7995 4.20101L24.9208 6.32233L5.12181 26.1213L3.00049 24L22.7995 4.20101Z' fill='%236B8C64'/%3E%3C/svg%3E");
    }

    .footer{
        padding: 40px 0;
    }
    .footer__top {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .footer__info, .footer__block {
        padding: 0;
        border-left: none;
    }
    .footer__start{
        padding: 0;
    }
    .footer__logo {
        max-width: 90px;
    }
    .footer__start{
        order: 1;
    }
    .footer__top .footer__bottom-line:nth-of-type(1){
        order: 3;
    }
    .footer__top .footer__bottom-line:nth-of-type(2){
        order: 4;
    }
    .footer__block:nth-of-type(2){
        order: 3;
    }
    .footer__block:nth-of-type(3){
        order: 2;
    }
    .footer__info{
        order: 5;
    }
    .footer__bottom{
        border: none;
        padding: 0;
        margin-top: 20px;
        flex-direction: column-reverse;
        gap: 20px;
        align-items: start;
    }
    .footer__btn {
        padding: 10px 18px;
        font-size: 14px;
    }
    .footer__copy{
        font-size: 12px;
    }

    .footer__bottom-line{
        display: inline-block;
        position: relative;
        height: 1px;
        width: 100%;
        background-color: #575757;
    }
    .footer__bottom-line::after,
    .footer__bottom-line::before{
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        height: 12px;
        width: 1px;
        left: 0;
        background-color: #575757;
    }
    .footer__bottom-line::after{
        right: 0;
        left: initial;
    }

    .hero .container{
        display: flex;
        flex-direction: column-reverse;
        padding: 0;
    }
    .hero__content{
        position: relative;
        width: 100%;
        height: 345px;
    }
    .hero__slider-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
        gap: 4px;
        bottom: 8px;
    }
    .hero__inner {
        height: auto;
        max-width: 480px;
        margin: 0 auto;
        padding: 20px 16px 40px;
    }
    .hero__bg:nth-of-type(2) {
        bottom: -561px;
        left: 245px;
        transform: none;
    }
    .hero__info-title {
        font-size: 36px;
    }
    .hero__info-name {
        color: #FFF;
        font-size: 16px;
        margin-top: 12px;
        max-width: 210px;
    }
    .hero__info-buttons{
        margin-top: 20px;
    }
    .hero__info-btn{
        max-width: 100%;
    }

    .categories{
        padding: 40px 0;
    }
    .categories__block {
        margin-top: 20px;
        grid-template-columns: 1fr;
        grid-auto-rows: 128px;
        gap: 12px;
    }
    .categories__item{
        padding: 16px;
    }
    .categories__item-title{
        font-size: 16px;
    }
    .categories__item-btn {
        padding: 12px 20px;
    }
    .categories__item-image {
        max-width: 158px;
    }
    .complex{
        padding: 40px 0;
    }
    .complex__title{
        gap: 12px;
    }
    .complex__content {
        margin-top: 20px;
        margin-left: 0;
    }
    .complex__info-num {
        padding: 2px 5px;
        font-size: 12px;
    }
    .complex__info-num::before {
        width: 28px;
        height: 19px;
        bottom: -15px;
        right: -26px;
    }
    .complex__info-item:nth-of-type(7) .complex__info-num::before,
    .complex__info-item:nth-of-type(5) .complex__info-num::before {
        transform: scaleX(-1);
        bottom: -16px;
        left: -26px;
    }
    .complex__info-item:nth-of-type(1) {
        top: 56px;
        left: -37px;
    }
    .complex__info-item:nth-of-type(2) {
        top: 138px;
        left: -21px;
    }
    .complex__info-item:nth-of-type(3) {
        top: 240px;
        left: -8px;
    }
    .complex__info-item:nth-of-type(4) {
        top: 262px;
        left: -13px;
    }
    .complex__info-item:nth-of-type(5) {
        top: 153px;
        right: -20px;
    }
    .complex__info-item:nth-of-type(6) {
        top: 187px;
        left: -42px;
    }
    .complex__info-item:nth-of-type(7) {
        top: 274px;
        right: -25px;
    }
    .complex__info{
        margin-left: 50px;
        max-width: 260px;
    }
    .complex__item-title{
        font-size: 16px;
    }
    .complex__item-num{
        font-size: 14px;
    }
    .complex__item-btn {
        font-size: 16px;
        padding: 8px 20px;
        max-width: 169px;
        justify-content: space-between;
    }
    .complex__block{
        gap: 8px;
    }

    .about{
        margin: 40px 0;
    }
    .about__inner{
        gap: 20px;
        flex-direction: column-reverse;
    }
    .aboutus__list, .about__list {
        margin-top: 20px;
    }
    .aboutus__list li, .about__list li {
        padding-left: 36px;
    }
    .aboutus__list li::before, .about__list li::before {
        width: 24px;
        height: 24px;
        min-width: 24px;
    }
    .aboutus__code, .about__code {
        margin-top: 20px;
        font-size: 16px;
        padding: 12px;
        text-align: center;
        max-width: 100%;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='343' height='42' viewBox='0 0 343 42' fill='none'%3E%3Cmask id='path-1-inside-1_1_1335' fill='white'%3E%3Cpath d='M342.962 16.9328C342.967 16.9376 342.975 16.9376 342.979 16.9328C342.987 16.9252 343 16.9306 343 16.9414V38C343 40.2091 341.209 42 339 42H16.9414C16.9306 42 16.9252 41.9869 16.9328 41.9793C16.9376 41.9745 16.9376 41.9669 16.9328 41.9621L1.17157 26.2009C0.421429 25.4507 0 24.4333 0 23.3724V4C0 1.79086 1.79086 0 4 0H324.372C325.433 0 326.451 0.421427 327.201 1.17157L342.962 16.9328Z'/%3E%3C/mask%3E%3Cpath d='M327.201 1.17157L327.908 0.464466L327.201 1.17157ZM1.17157 26.2009L1.87868 25.4938L1.17157 26.2009ZM16.9328 41.9793L17.6399 42.6864L16.9328 41.9793ZM16.9328 41.9621L17.6399 41.255L16.9328 41.9621ZM342.979 16.9328L342.272 16.2257L342.979 16.9328ZM342.962 16.9328L343.669 16.2257L342.962 16.9328ZM343 16.9414H342V38H343H344V16.9414H343ZM339 42V41H16.9414V42V43H339V42ZM16.9328 41.9621L17.6399 41.255L1.87868 25.4938L1.17157 26.2009L0.464468 26.908L16.2257 42.6692L16.9328 41.9621ZM0 23.3724H1V4H0H-1V23.3724H0ZM4 0V1H324.372V0V-1H4V0ZM327.201 1.17157L326.494 1.87868L342.255 17.6399L342.962 16.9328L343.669 16.2257L327.908 0.464466L327.201 1.17157ZM324.372 0V1C325.168 1 325.931 1.31607 326.494 1.87868L327.201 1.17157L327.908 0.464466C326.97 -0.473218 325.699 -1 324.372 -1V0ZM0 4H1C1 2.34315 2.34315 1 4 1V0V-1C1.23858 -1 -1 1.23858 -1 4H0ZM1.17157 26.2009L1.87868 25.4938C1.31607 24.9312 1 24.1681 1 23.3724H0H-1C-1 24.6985 -0.473214 25.9703 0.464468 26.908L1.17157 26.2009ZM16.9328 41.9793L17.6399 42.6864C18.0352 42.2911 18.0352 41.6503 17.6399 41.255L16.9328 41.9621L16.2257 42.6692C15.8399 42.2834 15.8399 41.658 16.2257 41.2722L16.9328 41.9793ZM16.9414 42V41C17.8226 41 18.2615 42.0649 17.6399 42.6864L16.9328 41.9793L16.2257 41.2722C15.5889 41.909 16.0386 43 16.9414 43V42ZM343 38H342C342 39.6569 340.657 41 339 41V42V43C341.761 43 344 40.7614 344 38H343ZM342.979 16.9328L343.686 17.6399C343.064 18.2623 342 17.8215 342 16.9414H343H344C344 16.0397 342.91 15.5881 342.272 16.2257L342.979 16.9328ZM342.979 16.9328L342.272 16.2257C342.658 15.84 343.283 15.8399 343.669 16.2257L342.962 16.9328L342.255 17.6399C342.65 18.0353 343.291 18.0351 343.686 17.6399L342.979 16.9328Z' fill='%236B8C64' mask='url(%23path-1-inside-1_1_1335)'/%3E%3C/svg%3E");
    }
    .about__info {
        margin-top: 40px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .product__about-item,
    .infoblock__info-descr,
    .about__info-descr{
        align-items: center;
        flex-direction: row;
        margin-bottom: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #C6C6C6;
    }
    .product__about-item:last-of-type,
    .infoblock__info-descr:last-of-type,
    .about__info-descr:last-of-type{
        border: none;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .about__btn{
        order: -1;
        max-width: 100%;
        margin-top: 20px;
        display: none;
    }
    .show-mobile{
        display: flex !important;
    }
    .hide-mobile{
        display: none !important;
    }

    .advantages{
        padding: 40px 0;
    }
    .advantages__name {
        margin-top: 12px;
        font-size: 16px;
        max-width: 250px;
    }
    .advantages__slide {
        min-height: 280px;
        padding: 16px;
    }
    .advantages__slide-title{
        font-size: 18px;
    }
    .slider-buttons .slider-next, .slider-buttons .slider-prev {
        width: 40px;
        height: 40px;
        min-width: 40px;
    }

    .gallery {
        padding: 40px 0;
    }
    .gallery__bottom{
        flex-direction: column;
        margin-top: 20px;
    }
    .gallery__image {
        max-width: 100%;
        height: 212px;
    }
    .gallery__slide{
        height: 67px;
    }
    .gallery__slide::before {
        width: 15px;
        height: 15px;
        min-width: 15px;
        background-size: contain;
        right: 6px;
        bottom: 6px;
    }
    .gallery__slider-info{
        margin-top: 20px;
    }

    .banner {
        padding: 40px 0;
        min-height: 511px;
    }
    .banner__title span:nth-of-type(2) {
        margin-left: auto;
    }
    .banner__descr {
        margin-top: 20px;
        max-width: 100%;
        color: #fff;
        font-size: 14px;
    }

    .feedback {
        margin: 40px 0;
    }
    .feedback__content {
        padding: 40px 16px;
    }
    .feedback__info-title{
        font-size: 18px;
    }
    .feedback__form {
        padding: 40px 16px;
        gap: 8px;
    }
    .feedback__form-agreed{
        font-size: 12px;
    }

    main.main{
        margin-top: 62px;
    }
    .aboutus {
        padding-top: 12px;
        padding-bottom: 60px;
    }
    .aboutus__inner {
        max-width: 100%;
        width: 100%;
        margin: 40px auto 0;
        padding: 40px 16px;
    }
    .aboutus__inner::before {
        clip-path: polygon(77% 0, 100% 19%, 100% 100%, 0 100%, 0 0%);
    }

    .infoblock {
        padding: 60px 0 40px;
    }
    .infoblock__inner{
        flex-direction: column;
    }
    .infoblock__title::before {
        top: -20px;
        left: -4px;
        width: 79.818px;
        height: 59.333px;
    }
    .infoblock__content{
        margin-top: 0;
    }
    .infoblock__info-block {
        margin-top: 40px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
    }

    .values{
        padding: 40px 0;
    }
    .values__slider {
        margin-top: 40px;
    }
    .values__item{
        min-height: 280px;
    }

    .faq {
        padding: 40px 0;
    }
    .faq__inner{
        flex-direction: column;
        gap: 40px;
    }
    .faq__item {
        padding: 20px 0;
    }
    .faq__item-title{
        font-size: 16px;
    }
    .faq__item-title::after {
        width: 24px;
        height: 24px;
        min-width: 24px;
    }

    .breadcrumps li a{
        font-size: 12px;
    }
    .breadcrumps li + li::before{
        font-size: 12px;
    }
    .product {
        margin-top: 12px;
        padding-bottom: 40px;
    }
    .product__slide {
        padding: 16px;
        height: 276px;
    }
    .product__slider-prev,
    .product__slider-next{
        display: none;
    }
    .product__left-info {
        padding: 4px 10px;
        position: absolute;
        top: 16px;
        left: 16px;
        font-size: 12px;
    }
    .product__slider-bottom{
        display: none;
    }
    .product__info-block{
        margin-top: 12px;
    }
    .product__right-bottom{
        margin-top: 20px;
        flex-direction: column;
        align-items: start;
    }
    .product__right-btn{
        max-width: 100%;
    }
    .product__bottom{
        margin-top: 60px;
    }
    .product__select{
        padding-bottom: 8px;
    }
    .product__select-btn{
        font-size: 12px;
    }
    .product__select-btn::after{
        bottom: -8px;
    }
    .product__about-slider{
        margin-top: 20px;
    }
    .product__about-bottom {
        position: initial;
        margin-top: 20px;
    }
    .product__about-pagination.swiper-pagination-clickable.swiper-pagination-bullets{
        display: flex;
    }
    .product__item {
        padding: 12px;
        border-radius: 8px;
        min-height: 250px;
    }
    .product__item-title h3 {
        font-size: 14px;
    }
    .product__item-count{
        font-size: 12px;
    }
    .product__item-btn {
        padding: 9px 20px;
    }
    .product__item-info {
        top: 12px;
        left: 12px;
    }

    .product__about-banner{
        margin-top: 40px;
        flex-direction: column;
    }
    .product__about-image {
        max-width: 100%;
        padding: 12px 0 40px;
    }
    .product__about-content {
        padding: 40px 16px 0;
    }
    .product__about-block {
        margin-top: 20px;
        max-width: 100%;
        flex-direction: column;
    }
    .product__about-item{
        flex-direction: row-reverse;
        align-items: center;
        justify-content: start;
    }
    .product__about-to{
        min-width: 105px;
    }
    .product__characteristic {
        margin-top: 40px;
    }
    .product__characteristic-title {
        text-align: left;
    }
    .product__characteristic-item{
        gap: 20px;
        padding-bottom: 12px;
    }
    .product__characteristic-item + .product__characteristic-item {
        padding-top: 12px;
    }
    .product__features {
        margin-top: 60px;
    }
    .product__features-title {
        text-align: left;
    }
    .product__features-block{
        gap: 16px;
        margin-top: 20px;
        grid-template-columns: 1fr;
    }
    .product__features-item {
        padding: 12px;
        gap: 20px;
    }
    .product__features-name{
        font-size: 14px;
    }
    .product__features-name::after,
    .product__features-name::before{
        font-size: 14px;
    }
    .product__features-btn{
        margin-top: 20px;
        max-width: 100%;
    }

    .whywe{
        padding: 40px 0;
    }
    .whywe__title{
        text-align: left;
    }
    .whywe__content {
        margin-top: 20px;
        gap: 40px;
        flex-direction: column;
    }
    .whywe__block {
        flex-direction: column;
        gap: 20px;
        max-width: 100%;
        margin-left: 0;
    }
    .whywe__item-icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
        margin-top: 4px;
    }
    .whywe__item-title{
        font-size: 14px;
    }
    .whywe__item-title::after,
    .whywe__item-title::before{
        font-size: 14px;
    }
    .whywe__image{
        height: 212px;
        max-width: 100%;
    }

    .interested {
        padding: 40px 0;
    }
    .interested__buttons {
        position: initial;
    }
    .interested__slider-message{
        margin-top: 40px;
    }
}