/*начало сброса стилей*/
*,
*::before,
*::after{
    box-sizing: border-box;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;     /* диапазон весов, который покрывает файл */
  font-style: normal;
  font-display: swap;
}


/*убрали везде margin*/
body,p,h1,h2,h3,h4,h5,ul{
    margin: 0;
}

body{
    overflow-x: hidden;
}

a{
    margin: 0;
    padding: 0;
    text-decoration: none;
}

/*сброс стилей для списков*/
ul{
    list-style: none;
    padding: 0;/*отступ внутри - padding, отступ снаружи - margin*/
}

/*конец сброса стилей*/

span{
    color: #277624;
}

.container-fluid{
    width: 93vw;
}

/*HEADER НАЧАЛО*/

header{
    padding: 0.83vw 0px;
    border-bottom: 0.208vw solid #D7D7D7;
    position: fixed;
    width: 100vw;
    z-index: 999;
    background-color: #FFF;
}

.header__logo-img{
    width: 11.8055556vw;
    height: auto;
}

.header__logo{
    width: 11.8055556vw;
    height: 6.66666667vw;
    display: block;
}

.header__wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    @media(max-width: 576px){
        display: none;
    }
}

.header_nav{
    width: 59.1%;
}

.header_nav__list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5.1%;
}

.header_nav__list-item-btn{
    font-family: "Montserrat",sans-serif;
    font-size: 1.1vw;
    text-transform: uppercase;
    font-weight: 700;
    color: #22332D;
    position: relative;
}

.header-btn{
    font-family: "Montserrat",sans-serif;
    background-color: transparent;
    color: #277624;
    border: 0.227vw solid #277624;
    border-radius: 0.694444444vw;
    width: 15.207%;
    height: 3.473vw;
    font-size: 1.25vw;
    font-weight: 600;
    transition: background-color 0.5s ease;
    transition: color 0.5s ease;
}

.header-btn:hover{
    background-color: #277624;
    color: #FFF;
    border: none;
}

.header_nav__list-item-btn::after{
    content: '';
    position: absolute;
    width: 0%; /* Длина подчёркивания */
    height: 0.277777778vw; /* Толщина подчёркивания */
    bottom: -1.38888889vw; /* Расположение подчёркивания -0.694444444vw*/
    left: 15%; /* Позиция начала подчёркивания */
    background-color: #277624; /* Цвет подчёркивания */
    transition: width 0.3s ease; /* Плавное изменение длины */
}

.header_nav__list-item-btn:hover{
    color: #277624;
}

.first_page{
    color: #277624;
}

.header_nav__list-item-btn.active_page::after{
    width: 70%;
}

/*HEADER КОНЕЦ*/

/*HOMEPAGE НАЧАЛО*/

.promo_homepage{
    padding-top: 18.9722222vw;
    padding-bottom: 9.94vw;
    background-color: #FFF;
    @media(max-width: 576px){
        padding-top: 27.90697674418605vw;
        padding-bottom: 9.302325581395349vw;
    }
}

.wrapper_for_border{
    padding-bottom: 4.16666667vw;
    padding-top: 4.16666667vw;
    border: 0.694444444vw solid #F1F8E9;
    border-radius: 1.38888889vw;
}

.promo_homepage__text{
    @media(max-width: 576px){
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.promo_homepage-h1{
    font-size: 2.5vw;
    max-width: 38.712vw;
    text-transform: uppercase;
    font-family: "Montserrat",sans-serif;
    line-height: 140%;
    font-weight: 600;
    margin-bottom: 0.834vw;
    @media(max-width: 576px){
        max-width: 79.30232558139535vw;
        width: 79.30232558139535vw;
        text-align: center;
        font-size: 5.581395348837209vw;
        margin-bottom: 3.488372093023256vw;
    }
}

.promo_homepage-p{
    font-family: "Montserrat",sans-serif;
    font-size: 1.666666vw;
    margin-bottom: 2.5vw;
    color: #22332D;
    line-height: 140%;
    font-weight: 500;
    max-width: 45.3472222vw;
    @media(max-width: 576px){
        font-size: 3.72093023255814vw;
        margin-bottom: 9.302325581395349vw;
        max-width: 90.69767441860465vw;
        text-align: center;
    }
}

.promo_homepage-a{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.52777778vw;
    font-family: "Montserrat",sans-serif;
    color: #277624;
    font-weight: 600;
    width: 18.0555556vw;
    height: 4.16666667vw;
    border: 0.227vw solid #277624;
    border-radius: 0.694444444vw;
    transition: background-color 0.5s ease;
    transition: color 0.5s ease;
    @media(max-width: 576px){
        width: 51.16279069767442vw;
        height: 11.62790697674419vw;
        font-size: 4.186046511627907vw;
        border: 0.6976744186046512vw solid #277624;
        border-radius: 1.86046511627907vw;
    }
}

.promo_homepage-a:hover{
    @media(min-width: 577px){
        background-color: #277624;
        color: #FFF;
        border: none;
    }
}

.promo_homepage .col-7{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.promo_homepage-img{
    width: calc(61000vw/1440);
    /*width: 32.2222222vw;*/
    height: auto;
}

/*HOMEPAGE КОНЕЦ*/

/*ABOUT НАЧАЛО*/
.promo_about{
    background-color: #EEE;
    padding: 5.55555556vw 0px;
    @media(max-width: 576px){
        padding: 9.302325581395349vw 0px;
    }
}

.promo_homepage__cards{
    gap: 0.972222222vw;
    @media(max-width: 576px){
        gap: 4.651162790697674vw;
        display: flex;
        justify-content: center;
    }
}

.type_card1{
    border-radius: 2.77777778vw 0.692520776vw;
}

.type_card2{
    border-radius: 0.692520776vw 2.77777778vw;
}

.promo_homepage__cards-card{
    height: 13.8888889vw;
    width: 22.1527778vw;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding-top: 2.08333333vw;
    padding-bottom: 1.38888889vw;
    -webkit-box-shadow: -6px -11px 64px -34px rgba(34, 60, 80, 0.32);
-moz-box-shadow: -6px -11px 64px -34px rgba(34, 60, 80, 0.32);
box-shadow: -6px -11px 64px -34px rgba(34, 60, 80, 0.32);
    @media(max-width: 576px){
        height: 46.51162790697674vw;
        width: 81.3953488372093vw;
        padding-top: 6.976744186046512vw;
        padding-bottom: 6.976744186046512vw;
        border-radius: 1.86046511627907vw;
    }
}

.promo_homepage__cards-card img{
    width: 6.94444444vw;
    height: 6.94444444vw;
    @media(max-width: 576px){
        width: 23.25581395348837vw;
        height: 23.25581395348837vw;
    }
}

.promo_homepage__cards-text{
    font-family: "Montserrat",sans-serif;
    color: #2E2E2E;
    font-weight: 700;
    font-size: 1.38889vw;
    text-transform: uppercase;
    @media(max-width: 576px){
        font-size: 4.186046511627907vw;
    }
}

.promo_about__text-h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.94444444vw;
    text-transform: uppercase;
    max-width: 40.625vw;
    color: #2E2E2E;
    @media(max-width: 576px){
        font-size: 5.581395348837209vw;
        max-width: 90.69767441860465vw;
        text-align: center;
    }
}

.promo_about__text-p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    max-width: 38.0555556vw;
    color: #2E2E2E;
    @media(max-width: 576px){
        font-size: 3.72093023255814vw;
        max-width: 90.69767441860465vw;
        text-align: center;
    }
}

.promo_about__text{
    display: flex;
    flex-direction: column;
    gap: 0.833333333vw;
    @media(max-width: 576px){
        gap: 4.651162790697674vw;
    }
}

.promo_about .row{
    align-items: center;
}

.promo_about__wrapper_second{
    display: flex;
    justify-content: center;
}

.promo_about__wrapper{
    display: flex;
    justify-content: end;
    @media(max-width: 576px){
        justify-content: center;
        margin-bottom: 9.302325581395349vw;
    }
}
/*ABOUT КОНЕЦ*/

/*CATALOG_SLIDER НАЧАЛО*/
.promo_catalog_slider{
    background-color: #FFF;
    padding: 1.388888888888889vw 0px;
    @media(max-width: 576px){
        padding: 2.325581395348837vw 0px;
    }
}

.border__wrapper{
    padding: 4.16666667vw 0vw;
    border-top: 0.694444444vw solid #EEE;
    border-bottom: 0.694444444vw solid #EEE;
    @media(max-width: 576px){
        padding: 5.813953488372093vw 0px;
        border-top: 1.162790697674419vw solid #EEE;
        border-bottom: 1.162790697674419vw solid #EEE;
    }
}

.promo_catalog_slder-h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: #2E2E2E;
    font-size: 1.94444444vw;
    margin-bottom: 2.5vw;
    text-transform: uppercase;
    @media(max-width: 576px){
        font-size: 5.581395348837209vw;
        margin-bottom: 4.651162790697674vw;
        text-align: center;
    }
}

.name_type{
    font-family: "Montserrat",sans-serif;
    font-size: 1.25vw;
    font-weight: 600;
    color: #2E2E2E;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;/* Устанавливаем позиционирование */
    @media(max-width: 576px){
        font-size: 3.72093023255814vw;
    }
}

.name_type2{
    font-family: "Montserrat",sans-serif;
    font-size: 1.25vw;
    font-weight: 600;
    color: #2E2E2E;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;/* Устанавливаем позиционирование */
    @media(max-width: 576px){
        font-size: 3.72093023255814vw;
    }
}

.name_type::after{
    content: '';
    position: absolute;
    width: 0%; /* Длина подчёркивания */
    height: 0.416666667vw; /* Толщина подчёркивания */
    bottom: -1.8vw; /* Расположение подчёркивания */
    left: 0%; /* Позиция начала подчёркивания */
    background-color: #277624; /* Цвет подчёркивания */
    transition: width 0.3s ease; /* Плавное изменение длины */
    z-index: 99;
    @media(max-width: 576px){
        bottom: -5.33953488372093vw; /* Расположение подчёркивания */
        height: 0.6976744186046512vw;
    }
}

.name_type2::after{
    content: '';
    position: absolute;
    width: 0%; /* Длина подчёркивания */
    height: 0.416666667vw; /* Толщина подчёркивания */
    bottom: -1.8vw; /* Расположение подчёркивания */
    left: 0%; /* Позиция начала подчёркивания */
    background-color: #277624; /* Цвет подчёркивания */
    transition: width 0.3s ease; /* Плавное изменение длины */
    z-index: 99;
    @media(max-width: 576px){
        bottom: -5.33953488372093vw; /* Расположение подчёркивания */
        height: 0.6976744186046512vw;
    }
}

.name_type:hover{
    color: #277624;
}

.name_type2:hover{
    color: #277624;
}

.desktop_main{
    overflow: hidden;
}

.name_type.active::after{
    width: 100%;
}

.name_type2.active::after{
    width: 100%;
}

.slider_homepage__switch_type{
    display: flex;

    @media(max-width: 576px){
        display: none;
    }
}

.cat-slider {
    display: flex;
    align-items: center;
    width: 90.69767441860465vw;
    margin-bottom: 9.302325581395349vw;
    border-bottom: 0.6976744186046512vw solid #ddd;
    padding-bottom: 4.651162790697674vw;
    @media(min-width: 577px){
        display: none;
    }
}

.arrow-right{
    transform: rotate(180deg);
}

.arrow {
    cursor: pointer;
    user-select: none;
    width: 4.651162790697674vw;
    height: 4.651162790697674vw;
    display: flex;
    align-items: center;
    justify-content: center;
    @media(min-width: 577px){
        display: none;
    }
}

.arrow img{
    width: 4.651162790697674vw;
    height: 4.651162790697674vw;
}

.categorySwiper {
    width: 69.30232558139535vw;
    text-align: center;
    overflow: visible;
}

.slider_homepage__switch_type-text{
    display: flex;
    gap: 4.16666667vw;
    align-items: center;
    padding-bottom: 1.38888889vw;
    border-bottom: 0.486111111vw solid #CECECE;;
    @media(max-width: 576px){
        display: flex;
        overflow: hidden;
        scroll-behavior: smooth;
        width: 100%;
        border-bottom: 3px solid #ccc;
        position: relative;
    }
}

.btn__prev_homepage svg, .btn__next_homepage svg{
    width: calc(2000vw/1440);
    height: calc(1600vw/1440);
    @media(max-width: 576px){
        width: 3.488372093023256vw;
        height: 3.488372093023256vw;
    }
}

.btn__prev_homepage, .btn__next_homepage{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 3.47222222vw;
    height: 3.47222222vw;
    border: 0.227vw solid #1E5C2C;
    border-radius: 0.694444444vw;
    cursor: pointer;
    transition: background-color 0.5s ease;
    @media(max-width: 576px){
        width: 6.976744186046512vw;
        height: 6.976744186046512vw;
        border: 0.6976744186046512vw solid #1E5C2C;
        border-radius: 1.86046511627907vw;
    }
}

.btn__prev_homepage svg path{
    transition: fill 0.5s ease;
}

.btn__next_homepage{
    transform: rotate(180deg);
}

.slider_homepage{
    @media(max-width: 576px){
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.slider_homepage__switch_product{
    display: flex;
    align-items: center;
    gap: 1.38888889vw;
    @media(max-width: 576px){
        display: none;
    }
}

.slider_homepage__switch_product2{
    display: flex;
    align-items: center;
    gap: 1.38888889vw;
    @media(min-width: 577px){
        display: none;
    }
}

.slider_homepage__switches{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2.77777778vw;
    @media(max-width: 576px){
        margin-bottom: 0vw;
        justify-content: center;
    }
}

.slide_homepage{
    background-color: #FFF;
    border-radius: 0.694444444vw;
    padding: 2.77777778vw;
    @media(max-width: 576px){
        padding: 4.651162790697674vw;
        border-radius: 1.86046511627907vw;
    }
}

.slide_homepage__wrapper{
    @media(max-width: 576px){
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.slide_homepage-img{
    width: 40.7638889vw;
    height: 33.05555555555556vw;
    border-radius: 0.694444444vw;
    @media(max-width: 576px){
        width: 81.3953488372093vw;
        height: 51.16279069767442vw;
        border-radius: 2.325581395348837vw;
        margin-bottom: 4.651162790697674vw;
    }
}

.product-type{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.38888889vw;
    color: #277624;
    margin-bottom: 0.833333333vw;
    text-transform: uppercase;
    @media(max-width: 576px){
        font-size: 3.72093023255814vw;
        margin-bottom: 2.325581395348837vw;
    }
}

.product-name{
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    font-size: 2.5vw;
    color: #22332D;
    margin-bottom: 1.66666667vw;
    @media(max-width: 576px){
        font-size: 6.511627906976744vw;
        margin-bottom: 4.651162790697674vw;
    }
}

.product__packaging{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.138888889vw solid #CECECE;
    margin-bottom: 1.66666667vw;
    @media(max-width: 576px){
        margin-bottom: 2.325581395348837vw;
        border-bottom: 0.4651162790697674vw solid #CECECE;
        width: 76.3953488372093vw;
    }
}

.packaging-text{
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    font-size: 1.25vw;
    color: #22332D;
    @media(max-width: 576px){
        font-size: 3.255813953488372vw;
    }
}

.packaging__number{
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    font-size: 1.52777778vw;
    color: #22332D;
    @media(max-width: 576px){
        font-size: 4.186046511627907vw;
    }
}

.product__consumption{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.138888889vw solid #CECECE;
    @media(max-width: 576px){
        margin-bottom: 4.651162790697674vw;
        border-bottom: 0.4651162790697674vw solid #CECECE;
        width: 76.3953488372093vw;
    }
}

.consumption-text{
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    font-size: 1.25vw;
    color: #22332D;
    @media(max-width: 576px){
        font-size: 3.255813953488372vw;
    }
}

.consumption__number{
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    font-size: 1.52777778vw;
    color: #22332D;
    @media(max-width: 576px){
        font-size: 4.186046511627907vw;
    }
}

.wrapper_for_mobile_slide{
    @media(max-width: 576px){
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.product__descr{
    display: flex;
    gap: 0.833333333vw;
    flex-direction: column;
    @media(max-width: 576px){
        gap: 2.325581395348837vw;
        margin-bottom: 6.976744186046512vw;
        height: 21.3953488372093vw;
    }
}

.product__descr_wrapper{
    display: flex;
    align-items: center;
    gap: 0.347222222vw;
    @media(max-width: 576px){
        gap: 2.325581395348837vw;
    }
}

.product__descr_wrapper3{
   display: flex;
    align-items: center;
    gap: 0.347222222vw;
    @media(max-width: 576px) {
        gap: 5px;
    }
}

.product__descr_wrapper3 img{
    width: 1.73611111vw;
    height: 1.73611111vw;
    @media(max-width: 576px){
        width: 5.116279069767442vw;
        height: 5.116279069767442vw;
    }
}

.product__descr_wrapper3 p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 0.85vw;
    color: #1F9923;
    @media(max-width: 576px){
        font-size: 3.255813953488372vw;
    }
}

.product__descr_wrapper img{
    width: 1.73611111vw;
    height: 1.73611111vw;
    @media(max-width: 576px){
        width: 5.581395348837209vw;
        height: 5.581395348837209vw;
    }
}

.product__descr_wrapper p{
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    font-size: 1.25vw;
    color: #1F9923;
    @media(max-width: 576px){
        font-size: 3.255813953488372vw;
        text-align: start;
    }
}

.slide_homepage__description{
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.product__btns_homepage{
    display: flex;
    align-items: center;
    justify-content: space-between;
    @media(max-width: 576px){
        justify-content: center;
        flex-direction: column;
        gap: 2.325581395348837vw;
    }
}

.product__btns_homepage a{
    font-family: "Montserrat",sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.47222222vw;
    font-weight: 600;
    font-size: 1.25vw;
    color: #277624;
    border: 0.227vw solid #277624;
    text-align: center;
    border-radius: 0.694444444vw;
    @media(max-width: 576px){
        height: 10.46511627906977vw;
        font-size: 3.72093023255814vw;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 46.51162790697674vw;
        border: 0.6976744186046512vw solid #277624;
        border-radius: 1.86046511627907vw;
    }
}

.pereti_v_katalog_homepage{
    width: 15.2777778vw;
    transition: background-color 0.5s ease;
    transition: color 0.5s ease;
}

.yznat_bolshe_homepage{
    width: 13.8888889vw;
    transition: background-color 0.5s ease;
    transition: color 0.5s ease;
    @media(max-width: 576px){
        display: none;
    }
}

.yznat_bolshe_homepage:hover{
    color: #FFF;
    background-color: #277624;
    border: none;
    @media(max-width: 576px){
        color: #277624;
        background-color: #FFF;
        border: 0.6976744186046512vw solid #277624;
    }
}

.pereti_v_katalog_homepage:hover{
    color: #FFF;
    background-color: #277624;
    border: none;
    @media(max-width: 576px){
        color: #277624;
        background-color: #FFF;
        border: 0.6976744186046512vw solid #277624;
    }
}

.priming_slider, .putty_slider, .plaster_slider, .dye_slider, .varnish_slider{
    display: none;
    overflow: hidden;
    width: 100%;

    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    @media(max-width: 576px){
        margin-bottom: 2.325581395348837vw;
    }
}

.slides_homepage{
    display: flex;
    height: 38.61111111111111vw;
    transition: transform 0.5s ease-in-out;
    @media(max-width: 576px){
        height: 158.6046511627907vw;
    }
}

.slide_homepage{
    min-width: 100%;
}

.first_type{
    color: #277624;
}

/*CATALOG_SLIDER КОНЕЦ*/

/*GALARY НАЧАЛО*/

.galary{
    background-color: #EEE;
    padding: 5.55555556vw 0px;
    @media(max-width: 576px){
        padding: 9.302325581395349vw 0px;
    }
}

.galary__zag{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1.66666667vw;
    @media(max-width: 576px){
        justify-content: center;
        margin-bottom: 4.651162790697674vw;
    }
}

.galary__zag h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.94444444vw;
    color: #2E2E2E;
    text-transform: uppercase;
    @media(max-width: 576px){
        font-size: 5.581395348837209vw;
        text-align: center;
    }
}

.galary__zag a{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.25vw;
    color: #277624;
    border: 0.227vw solid #277624;
    border-radius: 0.694444444vw;
    width: 19.4444444vw;
    height: 3.47222222vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.5s ease;
    transition: color 0.5s ease;
    @media(max-width: 576px){
        display: none;
    }
}

.watch_gal_mobile{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 4.186046511627907vw;
    color: #277624;
    border: 0.6976744186046512vw solid #277624;
    border-radius: 1.86046511627907vw;
    width: 51.16279069767442vw;
    height: 11.62790697674419vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    transition: background-color 0.5s ease;
    transition: color 0.5s ease;
    @media(min-width: 577px){
        display: none;
    }
}

.galary__zag a:hover{
    background-color: #277624;
    color: #FFF;
    border: none;
}

.galary_homepage__cards{
    gap: 1.38888889vw;
    justify-content: center;
    @media(max-width: 576px){
        gap: 4.651162790697674vw;
        margin-bottom: 9.302325581395349vw;
    }
}

.galary_homepage__card{
    width: 21.5277778vw;
    height: 16.3194444vw;
    position: relative;
    border-radius: 0.694444444vw;
    @media(max-width: 576px){
        width: 90.69767441860465vw;
        height: 54.65116279069767vw;
        border-radius: 1.86046511627907vw;
    }
}

.galary_homepage__card p{
    font-size: 1.944444444444444vw;
    position: absolute;
    bottom: 10%;
    right: 10%;
    color: #FFF;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    @media(max-width: 576px){
        font-size: 7.441860465116279vw;

        /* Центрирование */
        bottom: 10%;        /* если нужно оставить снизу; можно заменить на 50% для полного центра */
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        text-align: center;
        white-space: nowrap; /* чтобы не переносилось (по желанию) */
    }
}

.card_galary1{
    background: url('../../media/images/homepage/galary/art-beton.png');
    background-position: center; /* Выравнивание по центру */
    background-size: cover; /* Растянуть на весь экран */
    background-repeat: no-repeat; /* Не повторять */
}

.card_galary2{
    background: url('../../media/images/homepage/galary/amerikanka.png');
    background-position: center; /* Выравнивание по центру */
    background-size: cover; /* Растянуть на весь экран */
    background-repeat: no-repeat; /* Не повторять */
}

.card_galary3{
    background: url('../../media/images/homepage/galary/splash.png');
    background-position: center; /* Выравнивание по центру */
    background-size: cover; /* Растянуть на весь экран */
    background-repeat: no-repeat; /* Не повторять */
}

.card_galary4{
    background: url('../../media/images/homepage/galary/derevo.png');
    background-position: center; /* Выравнивание по центру */
    background-size: cover; /* Растянуть на весь экран */
    background-repeat: no-repeat; /* Не повторять */
}

.card_galary5{
    background: url('../../media/images/homepage/galary/zamsha.png');
    background-position: center; /* Выравнивание по центру */
    background-size: cover; /* Растянуть на весь экран */
    background-repeat: no-repeat; /* Не повторять */
}

.card_galary6{
    background: url('../../media/images/homepage/galary/peschanik.png');
    background-position: center; /* Выравнивание по центру */
    background-size: cover; /* Растянуть на весь экран */
    background-repeat: no-repeat; /* Не повторять */
}

.card_galary7{
    background: url('../../media/images/homepage/galary/barhat.png');
    background-position: center; /* Выравнивание по центру */
    background-size: cover; /* Растянуть на весь экран */
    background-repeat: no-repeat; /* Не повторять */
}

.card_galary8{
    background: url('../../media/images/homepage/galary/tkan.png');
    background-position: center; /* Выравнивание по центру */
    background-size: cover; /* Растянуть на весь экран */
    background-repeat: no-repeat; /* Не повторять */
}

/*GALARY КОНЕЦ*/

/*FEEDBACK НАЧАЛО*/

.feedback_homepage{
    background-color: #FFF;
    padding: 1.388888888888889vw 0px;
    @media(max-width: 576px){
        padding: 2.325581395348837vw 0px;
    }
}

.feedback_homepage__text{
    display: flex;
    flex-direction: column;
    gap: 0.833333333vw;
    @media(max-width: 576px){
        align-items: center;
        gap: 4.651162790697674vw;
        margin-bottom: 9.302325581395349vw;
    }
}

.feedback_homepage__text-h2{
    font-size: 1.94444444vw;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    max-width: 34.2361111vw;
    text-transform: uppercase;
    color: #2E2E2E;
    @media(max-width: 576px){
        font-size: 5.116279069767442vw;
        max-width: 90.69767441860465vw;
        text-align: center;
    }
}

.feedback_homepage__text-p{
    font-size: 1.25vw;
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    max-width: 42.5vw;
    color: #2E2E2E;
    @media(max-width: 576px){
        font-size: 3.72093023255814vw;
        max-width: 90.69767441860465vw;
        text-align: center;
    }
}

.feedback_homepage__list{
    display: flex;
    flex-direction: column;
    gap: 0.833333333vw;
    @media(max-width: 576px){
        gap: 2.325581395348837vw;
    }
}

.feedback_homepage__list-item{
    display: flex;
    align-items: center;
    gap: 0.694444444vw;
    transform: translateX(-13.8888889vw);
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
    opacity:0;
    @media(max-width: 576px){
        gap: 1.162790697674419vw;
        transform: translateX(-26vw);
    }
}

.feedback_homepage__list-item img{
    width: 2.77777778vw;
    height: 2.77777778vw;
    @media(max-width: 576px){
        width: 6.976744186046512vw;
        height: 6.976744186046512vw;
    }
}

.feedback_homepage__list-item p{
    font-size: 1.25vw;
    font-weight: 500;
    font-family: "Montserrat",sans-serif;
    line-height: 160%;
    color: #2E2E2E;
    @media(max-width: 576px){
        font-size: 3.255813953488372vw;
    }
}

.feedback_homepage .col-sm-6{
    display: flex;
    justify-content: end;
}



.feedback_homepage .row{
    align-items: center;
}

/*FEEDBACK КОНЕЦ*/

/*WORK НАЧАЛО*/

.work_homepage{
    background-color: #EEE;
    padding: 5.55555556vw 0px;
    @media(max-width: 576px){
        padding: 9.302325581395349vw 0px;
    }
}

.work_homepage-img_par{
    text-align: center;
    @media(max-width: 576px){
        display: flex;
        justify-content: center;
    }
}

.work_homepage-img{
    width: 25.69444444444444vw;
    height: 25.41666666666667vw;
    @media(max-width: 576px){
        width: 63.02325581395349vw;
        height: 62.32558139534884vw;
    }
}

.work_homepage__text{
    display: flex;
    flex-direction: column;
    gap: 0.833333333vw;
    @media(max-width: 576px){
        align-items: center;
        gap: 4.651162790697674vw;
        margin-bottom: 9.302325581395349vw;
    }
}

.work_homepage__text-h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.94444444vw;
    line-height: 140%;
    color: #2E2E2E;
    text-transform: uppercase;
    max-width: 48.1527778vw;
    @media(max-width: 576px){
        font-size: 5.581395348837209vw;
        max-width: 90.69767441860465vw;
        text-align: center;
    }
}

.work_homepage__list{
    display: flex;
    flex-direction: column;
    gap: 0.833333333vw;
    @media(max-width: 576px){
        gap: 2.325581395348837vw;
    }
}

.work_homepage__list-item{
    display: flex;
    align-items: center;
    gap: 0.694444444vw;
    max-width: 45.6944444vw;
    transform: translateX(13.8888889vw);
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
    opacity:0;
    @media(max-width: 576px) {
        gap: 2.325581395348837vw;
        max-width: 83.72093023255814vw;
        transform: translateX(-26vw);
    }
}

.work_homepage__list-item img{
    width: 2.77777778vw;
    height: 2.77777778vw;
    @media(max-width: 576px){
        width: 5.813953488372093vw;
        height: 5.813953488372093vw;
    }
}

.work_homepage__list-item p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    color: #2E2E2E;
    @media(max-width: 576px){
        font-size: 3.255813953488372vw;
    }
}

.work_homepage .row{
    align-items: center;
}

.work_homepage .col-sm-7{
    display: flex;
    flex-direction: column;
    align-items: end;
}

/*WORK КОНЕЦ*/

/*USE НАЧАЛО*/

.use_homepage{
    background-color: #FFF;
    padding: 1.388888888888889vw 0px;
    @media(max-width: 576px){
        padding: 2.325581395348837vw 0px;
    }
}

.use_homepage-h2 br{
    @media(min-width: 577px){
        display: none;
    }
}

.use_homepage-h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.94444444vw;
    color: #22332D;
    text-transform: uppercase;
    margin-bottom: 2.22222222vw;
    @media(max-width: 576px){
        font-size: 5.4vw;
        margin-bottom: 9.302325581395349vw;
        text-align: center;
        max-width: 89.76744186046512vw;
    }
}

.use_card1{
    background: url('../../media/images/homepage/use/use1.svg');
    background-position: center; /* Выравнивание по центру */
    background-size: cover; /* Растянуть на весь экран */
    background-repeat: no-repeat; /* Не повторять */
    border-radius: 2.08333333vw 0.694444444vw;
}

.use_card2{
    background: url('../../media/images/homepage/use/use2.svg');
    background-position: center; /* Выравнивание по центру */
    background-size: cover; /* Растянуть на весь экран */
    background-repeat: no-repeat; /* Не повторять */
    border-radius: 0.694444444vw 0.694444444vw 2.08333333vw 2.08333333vw;
}

.use_card3{
    background: url('../../media/images/homepage/use/use3.svg');
    background-position: center; /* Выравнивание по центру */
    background-size: cover; /* Растянуть на весь экран */
    background-repeat: no-repeat; /* Не повторять */
    border-radius: 0.694444444vw 2.08333333vw ;
}

.use_card4{
    background: url('../../media/images/homepage/use/use4.svg');
    background-position: center; /* Выравнивание по центру */
    background-size: cover; /* Растянуть на весь экран */
    background-repeat: no-repeat; /* Не повторять */
    border-radius: 0.694444444vw 2.08333333vw ;
}

.use_card5{
    background: url('../../media/images/homepage/use/use5.svg');
    background-position: center; /* Выравнивание по центру */
    background-size: cover; /* Растянуть на весь экран */
    background-repeat: no-repeat; /* Не повторять */
    border-radius: 2.08333333vw 2.08333333vw 0.694444444vw 0.694444444vw;
}

.use_card6{
    background: url('../../media/images/homepage/use/use6.svg');
    background-position: center; /* Выравнивание по центру */
    background-size: cover; /* Растянуть на весь экран */
    background-repeat: no-repeat; /* Не повторять */
    border-radius:  2.08333333vw 0.694444444vw;
}

.use_homepage__cards-card{
    width: 29.1666667vw;
    height: 19.4444444vw;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 2.08333333vw;
    @media(max-width: 576px){
        width: 90.69767441860465vw;
        height: 65.11627906976744vw;
        padding-bottom: 4.651162790697674vw;
        border-radius: 2.325581395348837vw;
    }
}

.use_homepage__cards-card p{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.38888889vw;
    color: #FFFFFF;
    text-transform: uppercase;
    @media(max-width: 576px){
        font-size: 5.581395348837209vw;
        max-width: 69.76744186046512vw;
        text-align: center;
    }
}

.use_homepage__cards{
    justify-content: center;
    gap: 1.38888889vw;
    @media(max-width: 576px){
        gap: 4.651162790697674vw;
    }
}

/*USE КОНЕЦ*/

/*CONTACT НАЧАЛО*/

.contact_homepage{
    background-color: #FFF;
    padding: 1.388888888888889vw 0px;
    @media(max-width: 576px){
        padding: 2.325581395348837vw 0px;
    }
}

.wrapper_for_mobile{
    display: flex;
    gap: 2.77777778vw;
}

.contacts_homepage__text{
    display: flex;
    flex-direction: column;
    gap: 1.66666667vw;
    @media(max-width: 576px){
        align-items: center;
        gap: 4.651162790697674vw;
        margin-bottom: 9.302325581395349vw;
    }
}

.contacts_homepage__text-h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.94444444vw;
    color: #22332D;
    text-transform: uppercase;
    @media(max-width: 576px){
        font-size: 5.581395348837209vw;
    }
}

.contacts_homepage__address-zag{
    display: flex;
    gap: 0.347222222vw;
    align-items: center;
    @media(max-width: 576px){
        justify-content: center;
        gap: 1.162790697674419vw;
    }
}

.contacts_homepage__address-zag img{
    width: 1.66666667vw;
    height: 1.66666667vw;
    @media(max-width: 576px){
        width: 5.116279069767442vw;
        height: 5.116279069767442vw;
    }
}

.contacts_homepage__address-zag p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    @media(max-width: 576px){
        font-size: 3.720930232558144vw;
        text-align: center;
    }
}

.contacts_homepage__address-text{
    display: block;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: #22332D;
    font-size: 1.66666667vw;
    @media(max-width: 576px){
        font-size: 4.651162790697674vw;
        text-align: center;
    }
}

.contacts_homepage__wrapper{
    display: flex;
    align-items: start;
    gap: 6.94444444vw;
}

.contacts_homepage-map{
    width: 48.6111111vw;
    height: 20.8333333vw;
    @media(max-width: 576px){
        width: 90.69767441860465vw;
        height: 46.51162790697674vw;
    }
}

.contact_homepage .row{
    align-items: center;
}

/*CONTACT КОНЕЦ*/

/*HOMEPAGE КОНЕЦ*/


/*TEXTURES НАЧАЛО*/

/*promo Начало*/

.promo_textures{
    padding-top: 15.9722222vw;
    padding-bottom: 6.94vw;
    @media(max-width: 576px){
        padding-top: 27.90697674418605vw;
        padding-bottom: 9.302325581395349vw;
        text-align: center;
    }
}

.promo_textures-h1{
    font-size: 2.5vw;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    margin-bottom: 0.833333333vw;
    text-transform: uppercase;
    @media(max-width: 576px){
        font-size: 5.581395348837209vw;
        margin-bottom: 2.325581395348837vw;
        text-align: center;
    }
}

.promo_textures-p{
    font-family: "Montserrat",sans-serif;
    font-size: 1.66666667vw;
    font-weight: 500;
    line-height: 140%;
    color: #2E2E2E;
    max-width: 49.1666667vw;
    @media(max-width: 576px){
        font-size: 3.72093023255814vw;
        text-align: center;
        max-width: 100vw;
    }
}

/*promo конец*/

/*galary начало*/

.galary_textures{
    background-color: #EEE;
    padding: 5.55555556vw 0px;
    @media(max-width: 576px){
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.galary_textures-h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.94444444vw;
    color: #2E2E2E;
    text-transform: uppercase;
    margin-bottom: 2.5vw;
    @media(max-width: 576px) {
        font-size: 5.581395348837209vw;
        text-align: center;
        margin-bottom: 9.302325581395349vw;
    }
}

.wrapper_for_galary{
    gap: 1.388888888888889vw;
    justify-content: center;
    @media(max-width: 576px){
        gap: 20px;
    }
}

.wrapper_for_card{
    width: 45vw;
    @media(max-width: 576px) {
        width: 90.69767441860465vw;
    }
}

.card_textures{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1.38888889vw;
    min-width: 0;
    background-color: #FFF;
    border-radius: 1.38888889vw;
    width: 45vw;
    height: 28.3333333vw;
    gap: 1.38888889vw;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    @media(max-width: 576px){
        width: 90.69767441860465vw;
        height: 122.093023255814vw;
        padding: 4.651162790697674vw;
        border-radius: 2.325581395348837vw;
    }
}

.app_method_gal{
    width: 1.38888889vw;
    height: 1.38888889vw;
    border: 0.138888889vw solid #277624;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.138888889vw;
    @media(max-width: 576px) {
        width: 3.72093023255814vw;
        height: 3.72093023255814vw;
        border: 0.4651162790697674vw solid #277624;
        border-radius: 0.6976744186046512vw;
    }
}

.app_method_gal img{
    width: 0.7638888888888889vw;
    height: auto;
    @media(max-width: 576px){
        width: 2.558139534883721vw;
        height: auto;
    }
}

.card_textures__wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    @media(max-width: 576px) {
        flex-direction: column;
        gap: 4.651162790697674vw;
    }
}

.card_textures__info{
    display: flex;
    flex-direction: column;
    justify-content: start;
    padding-right: 0.694444444vw;
    @media(max-width: 576px){
        padding-right: 0px;
    }
}

.card_textures__img{
    width: 22.2222222vw;
    height: 15.2777778vw;
    border-radius: 0.694444444vw;
    @media(max-width: 576px){
        width: 81.3953488372093vw;
        height: 37.2093023255814vw;
        border-radius: 2.325581395348837vw;
    }
}

.card_textures-slider {
    max-width: 22.2222222vw; /* или любое другое значение, которое вам нужно */
    overflow: hidden; /* чтобы скрыть лишние слайды */
    position: relative;
    @media(max-width: 576px){
        max-width: 81.3953488372093vw;
        max-height: 37.2093023255814vw;
    }
}

.button-next_textures,
.button-prev_textures {
    position: absolute;
    bottom: 43%;
    z-index: 1;
    @media(max-width: 576px){
        bottom: 40%;
    }
}

.button-next_textures{
    right: 0%;
}

.button-prev_textures{
    left: 0%;
}

.button-next_textures img{
    transform: rotate(180deg);
}

.button-next_textures img, .button-prev_textures img{
    width: 2.08333333vw;
    height: 2.08333333vw;
    @media(max-width: 576px){
        width: 6.976744186046512vw;
        height: 6.976744186046512vw;
    }
}

.card_textures__name{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 2.22222222vw;
    color: #2E2E2E;
    margin-bottom: 1.04166667vw;
    @media(max-width: 576px) {
        font-size: 6.511627906976744vw;
        margin-bottom: 4.651162790697674vw;
    }
}

.card_textures__line{
	border: none;
	border-top: 0.208333333vw solid #333;
    margin-bottom: 1.04166667vw;
    margin-top: 0px;
    width: 17.3611111vw;
    @media(max-width: 576px) {
        width: 76.74418604651163vw;
        margin-bottom: 4.651162790697674vw;
        border-top: 0.6976744186046512vw solid #333;
    }
}

.application_methods{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.38888889vw;
    color: #2E2E2E;
    margin-bottom: 0.694444444vw;
    @media(max-width: 576px) {
        font-size: 4.186046511627907vw;
        margin-bottom: 2.325581395348837vw;
    }
}

.application_twice{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 0.694444444vw;
    height: 5.07vw;
    @media(max-width: 576px) {
        height: auto;
        gap: 2.325581395348837vw;
        margin-bottom: 4.651162790697674vw;
    }
}

.app_method{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.25vw;
    @media(max-width: 576px) {
        font-size: 3.255813953488372vw;
    }
}

.app_method_wrapper{
    display: flex;
    align-items: center;
    gap: 0.694444444vw;
    @media(max-width: 576px){
        gap: 2.325581395348837vw;
    }
}

.card_textures__description{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 1.38888889vw;
    color: #2E2E2E;
    max-width: 40.9722222vw;
    @media(max-width: 576px){
        font-size: 3.255813953488372vw;
        max-width: 76.74418604651163vw;
    }
}

/*galary конец*/



/*contact начало*/

.contact_textures{
    background-color: #EEE;
    padding: 5.555555555555556vw 0px;
    @media(max-width: 576px){
        padding: 40px 0px;
    }
}

.contact_textures .col-12{
    @media(max-width: 576px){
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.wrapper3{
    padding: 0px;
    padding-bottom: 5.55555556vw;
    padding-top: 5.55555556vw;
}

.contact_textures__text{
    display: flex;
    flex-direction: column;
    gap: 1.66666667vw;
    @media(max-width: 576px){
        gap: 4.651162790697674vw;
        margin-bottom: 9.302325581395349vw;
    }
}

.contact_textures .col-sm-7{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.contact_textures__text-h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
    font-size: 1.94444444vw;
    max-width: 37.8472222vw;
    color: #2E2E2E;
    @media(max-width: 576px){
        font-size: 5.116279069767442vw;
        max-width: 100vw;
        text-align: center;
    }
}

.contact_textures__list{
    display: flex;
    flex-direction: column;
    gap: 0.833333333vw;
    @media(max-width: 576px) {
        gap: 10px;
    }
}

.contact_textures__list-item{
    display: flex;
    align-items: center;
    gap: 0.694444444vw;
    transform: translateX(-13.8888889vw);
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
    opacity:0;
    @media(max-width: 576px){
        gap: 5px;
        transform: translateX(-150px);
    }
}

.contact_textures__list-item img{
    width: 2.5vw;
    height: 2.5vw;
    @media(max-width: 576px) {
        width: 6.976744186046512vw;
        height: 6.976744186046512vw;
    }
}

.contact_textures__list-item p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    color: #2E2E2E;
    @media(max-width: 576px) {
        font-size: 3.255813953488372vw;
    }
}

/*contact конец*/

/*TEXTURES КОНЕЦ*/

/*CLIENTS НАЧАЛО*/

/*promo начало*/

.promo_clients{
    padding-top: 15.9722222vw;
    padding-bottom: 6.94vw;
    @media(max-width: 576px){
        padding-top: 27.90697674418605vw;
        padding-bottom: 9.302325581395349vw;
    }
}

.wrapper_promo_clients{
    @media(max-width: 576px){
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}

.promo_clients-h1{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 2.5vw;
    text-transform: uppercase;
    @media(max-width: 576px){
        font-size: 5.58139535vw;
        text-align: center;
    }
}

/*promo конец*/

/*about1 Начало*/

.about1_clients{
    background-color: #EEE;
    padding: 5.55555556vw 0px;
    @media(max-width: 576px){
        padding: 40px 0px;
    }
}

.about1_clients__text{
    display: flex;
    flex-direction: column;
    gap: 0.833333333vw;
    @media(max-width: 576px){
        text-align: center;
        gap: 4.651162790697674vw;
        align-items: center;
        margin-bottom: 6.976744186046512vw;
    }
}

.about1_clients__clients-h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    line-height: 140%;
    color: #2E2E2E;
    font-size: 1.94444444vw;
    text-transform: uppercase;
    @media(max-width: 576px){
        font-size: 5.58139535vw;
    }
}

.about1_clients__clients-p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    line-height: 160%;
    color: #2E2E2E;
    font-size: 1.25vw;
    max-width: 49.2361111vw;
    @media(max-width: 576px){
        font-size: 3.72093023255814vw;
        max-width: 390px;
    }
}

.about1_clients .col-sm-5{
    text-align: center;
}

.about1_clients-img{
    width: 26.66666666666667vw;
    height: 24.09722222222222vw;
    @media(max-width: 576px){
        width: 77.67441860465116vw;
        height: 70.23255813953488vw;
        border-radius: 0px;
    }
}

.about1_clients .col-12{
    @media(max-width: 576px){
        text-align: center;
    }
}

.about1_clients .row{
    align-items: center;
}

/*about1 конец*/

/*about2 начало*/

.about2_clients{
    background-color: #FFF;
    padding: 1.388888888888889vw 0px;
    @media(max-width: 576px){
        padding: 20px 0px;
    }
}

.about2__cards{
    gap:1.388888888888889vw;
    @media(max-width: 576px){
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4.651162790697674vw;
    }
}

.about2__cards-card{
    background-color: #FFF;
    width: 20.83333333333333vw;
    height: 13.88888888888889vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 1.388888888888889vw 0px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    @media(max-width: 576px){
        width: 81.3953488372093vw;
        height: 46.51162790697674vw;
        padding: 6.976744186046512vw;
    }
}

.about2__cards-card img{
    width: 6.944444444444444vw;
    height: 6.944444444444444vw;
    @media(max-width: 576px){
        width: 23.25581395348837vw;
        height: 23.25581395348837vw;
    }
}

.about2__cards-text{
    text-align: center;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    color: #2E2E2E;
    font-size: 1.25vw;
    text-transform: uppercase;
    line-height: 120%;
    @media(max-width: 576px){
        font-size: 4.186046511627907vw;
    }
}

.first_about2_card, .fourth_about2_card{
    border-radius: 2.325581395348837vw;
}

.second_about2_card, .third_about2_card{
    border-radius: 2.325581395348837vw;
}

.about2_clients__text{
    display: flex;
    flex-direction: column;
    gap: 0.8333333333333333vw;
    @media(max-width: 576px){
        gap: 4.651162790697674vw;
        margin-bottom: 9.302325581395349vw;
    }
}

.about2_clients__text-h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    line-height: 140%;
    font-size: 1.944444444444444vw;
    color: #2E2E2E;
    text-transform: uppercase;
    max-width: 36.18055555555556vw;
    @media(max-width: 576px){
        font-size: 5.581395348837209vw;
        max-width: 100vw;
        text-align: center;
    }
}

.about2_clients__list{
    display: flex;
    flex-direction: column;
    gap: 0.8333333333333333vw;
    @media(max-width: 576px){
        gap: 2.325581395348837vw;
        align-items: center;
    }
}

.about2_clients__list-item{
    display: flex;
    align-items: center;
    gap: 0.6944444444444444vw;
    transform: translateX(13.8888889vw);
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
    opacity:0;
    @media(max-width: 576px){
        gap: 2.325581395348837vw;
        transform: translateX(25vw);
    }
}

.about2_clients__list-item img{
    width: 2.083333333333333vw;
    height: 2.083333333333333vw;
    @media(max-width: 576px){
        width: 6.976744186046512vw;
        height: 6.976744186046512vw;
    }
}

.about2_clients__list-item p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    color: #2E2E2E;
    font-size: 1.25vw;
    max-width: 37.8472228vw;
    @media(max-width: 576px){
        font-size: 3.255813953488372vw;
        max-width: 72.32558139534884vw;
    }
}

.about2_clients .row{
    align-items: center;
}

.about2_clients__wrapper{
    display: flex;
    justify-content: end;
    @media(max-width: 576px){
        justify-content: center;
    }
}

/*about2 конец*/

/*about3 начало*/

.about3_clients{
    background-color: #EEE;
    padding: 5.55555556vw 0px;
    @media(max-width: 576px){
        padding: 40px 0px;
    }
}

.about3_clients-h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    line-height: 140%;
    color: #2E2E2E;
    font-size: 1.94444444vw;
    margin-bottom: 0.833333333vw;
    max-width: 44.0972222vw;
    text-transform: uppercase;
    @media(max-width: 576px){
        font-size: 5.581395348837209vw;
        max-width: 90.69767441860465vw;
        text-align: center;
        margin-bottom: 4.651162790697674vw;
    }
}

.about3_clients-p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    line-height: 160%;
    color: #2E2E2E;
    font-size: 1.25vw;
    max-width: 45.3472222vw;
    @media(max-width: 576px){
        font-size: 3.72093023255814vw;
        max-width: 90.69767441860465vw;
        text-align: center;
        margin-bottom: 4.651162790697674vw;
    }
}

.about3_clients__list{
    display: flex;
    flex-direction: column;
    gap: 0.8333333333333333vw;
}

.about3_clients__list-item{
    display: flex;
    align-items: center;
    gap: 0.694444444vw;
    transform: translateX(13.8888889vw);
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
    opacity:0;
    @media(max-width: 576px){
        gap: 1.162790697674419vw;
        transform: translateX(27vw);
    }
}

.about3_clients__list-item img{
    width: 2.08333333vw;
    height: 2.08333333vw;
    @media(max-width: 576px){
        width: 6.976744186046512vw;
        height: 6.976744186046512vw;
    }
}

.about3_clients__list-item p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    color: #22332D;
    @media(max-width: 576px){
        font-size: 3.255813953488372vw;
    }
}

.about3_clients .row{
    align-items: center;
}

.about3_clients__wrapper_for_list{
    display: flex;
    justify-content: end;
    @media(max-width: 576px){
        justify-content: center;
    }
}

/*about3 конец*/

/*start начало*/

.start{
    background-color: #FFF;
    padding: 1.388888888888889vw 0px;
    @media(max-width: 576px){
        padding: 20px 0px;
    }
}

.trust_clients_slider-img{
    width: 15.27777777777778vw;
    height: 11.45833333333333vw;
    @media(max-width: 576px){
        width: 56.74418604651163vw;
        height: auto;
    }
}

.start .col-12{
    @media(max-width: 576px){
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.start-h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.94444444vw;
    color: #22332D;
    text-transform: uppercase;
    line-height: 140%;
    max-width: 29.0972222vw;
    margin-bottom: 1.66666667vw;
    @media(max-width: 576px){
        max-width: 90.69767441860465vw;
        margin-bottom: 4.651162790697674vw;
        font-size: 5.581395348837209vw;
        text-align: center;
    }
}

.start__list{
    display: flex;
    flex-direction: column;
    gap: 0.833333333vw;
    @media(max-width: 576px) {
        gap: 2.325581395348837vw;
        justify-content: center;
        align-items: center;
        margin-bottom: 9.302325581395349vw;
    }
}

.start__list-item{
    display: flex;
    align-items: center;
    gap: 0.694444444vw;
    @media(max-width: 576px){
        gap: 2.325581395348837vw;
        width: 83.72093023255814vw;
    }
}

.start__list-item div{
    font-size: 1.94444444vw;
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
    border: 0.208333333vw solid #1F9923;
    width: 2.77777778vw;
    height: 2.77777778vw;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.347222222vw;
    @media(max-width: 576px){
        font-size: 6.511627906976744vw;
        border: 0.6976744186046512vw solid #1F9923;
        width: 9.302325581395349vw;
        height: 9.302325581395349vw;
        border-radius: 0.9302325581395349vw;
    }
}

.start__list-item p{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.25vw;
    color: #22332D;
    @media(max-width: 576px){
        font-size: 3.255813953488372vw;
        max-width: 72.09302325581395vw;
    }
}

.start .row{
    align-items: center;
}

/*start конец*/

/*trust начало*/

.trust_clients{
    background-color: #FFF;
    padding: 1.388888888888889vw 0px;
    @media(max-width: 576px){
        padding: 20px 0px;
    }
}

.border__wrapper2{
    padding: 5.16666667vw 0vw;
    border-top: 0.694444444vw solid #EEE;
    border-bottom: 0.694444444vw solid #EEE;
    @media(max-width: 576px){
        padding: 25px 0px 80px 0px;
        border-top: 5px solid #EEE;
        border-bottom: 5px solid #EEE;
    }
}

.trust_clients-h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    line-height: 140%;
    color: #2E2E2E;
    font-size: 1.94444444vw;
    text-transform: uppercase;
    margin-bottom: 0.833333333vw;
    @media(max-width: 576px){
        font-size: 5.581395348837209vw;
        margin-bottom: 4.651162790697674vw;
        text-align: center;
    }
}

.trust_clients-p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    line-height: 160%;
    color: #2E2E2E;
    font-size: 1.25vw;
    max-width: 44.8611111vw;
    @media(max-width: 576px){
        font-size: 4.186046511627907vw;
        max-width: 90.69767441860465vw;
        text-align: center;
        margin-bottom: 9.302325581395349vw;
    }
}

.trust_clients_slider {
    max-width: 27.0833333vw;
    overflow: hidden; /* чтобы скрыть лишние слайды */
    @media (max-width: 576px) {
        max-width: 58.13953488372093vw; /*69,76744186046512*/
    }
}

.cards_trust_clients{
    background-color: #FFF;
    margin: 0 auto;
    width: 34.7222222vw;
    height: 20.8333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 1.38888889vw;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    @media(max-width: 576px){
        width: 90.69767441860465vw;
        height: 54.41860465116279vw;
        border-radius: 1.162790697674419vw;
    }
}

.swiper-slide {
    width: 100%;
    height: auto;
    text-align: center;
}

.button-next_clients,
.button-prev_clients {
    position: absolute;
    top: 107%;
    z-index: 1;
    width: 2.77777778vw;
    height: 2.77777778vw;
    border: 0.208333333vw solid #277624;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.694444444vw;
    transition: background-color 0.5s ease;
    @media(max-width: 576px){
        width: 9.302325581395349vw;
        height: 9.302325581395349vw;
        border: 0.6976744186046512vw solid #277624;
        border-radius: 1.162790697674419vw;
    }
}

.button-next_clients svg path{
    transition: color 0.5s ease;
}

.button-prev_clients svg path{
    transition: color 0.5s ease;
}

.button-next_clients{
    right: 3%;
    @media(max-width: 576px){
        right: 38%;
    }
}

.button-prev_clients{
    right: 12%;
    @media(max-width: 576px){
        right: 53%;
    }
}

.button-next_clients svg{
    transform: rotate(180deg);
    width: 1.38888889vw;
    height: 1.11111111vw;
    @media(max-width: 576px){
        width: calc(2000vw / 430);
        height: calc(1600vw / 430);
    }
}

.button-prev_clients svg{
    width: 1.38888889vw;
    height: 1.11111111vw;
    @media(max-width: 576px){
        width: calc(2000vw / 430);
        height: calc(1600vw / 430);
    }
}

.button-prev_clients:hover{
    @media(min-width: 577px){
        background-color: #277624;
        border: none;
        #SvgPath{
            fill: #FFF;
        }
    }
}

.btn__prev_homepage:hover{
    @media(min-width: 577px){
        background-color: #277624;
        border: none;
        #SvgPath{
            fill: #FFF;
        }
    }
}

.btn__next_homepage:hover{
    @media(min-width: 577px){
        background-color: #277624;
        border: none;
        #SvgPath{
            fill: #FFF;
        }
    }
}

.button-next_clients:hover{
    @media(min-width: 577px){
        background-color: #277624;
        border: none;
        #SvgPath{
            fill: #FFF;
        }
    }
}

.trust_clients .col-7{
    display: flex;
    justify-content: center;
}

.trust_clients .col-5{
    display: flex;
    justify-content: center;
}

.trust_clients .row{
    align-items: center;
}

.trust_clients .col-12{
    @media(max-width: 576px){
        display: flex;
        align-items: center;
    }
}

/*trust конец*/

/*CLIENTS КОНЕЦ*/

/*GOODS НАЧАЛО*/

/*promo начало*/

.promo_goods-p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    line-height: 140%;
    font-size: 1.66666667vw;
    max-width: 55.5555556vw;
    margin-top: 0.833333333vw;
    @media(max-width: 576px){
        text-align: center;
        font-size: 3.72093023255814vw;
        max-width: 81.3953488372093vw;
        margin-top: 2.325581395348837vw;
    }
}

/*promo конец*/

/*catalog_goods_list начало*/

.catalog_goods_list{
    background-color: #EEE;
    padding: 5.55555556vw 0px;
    @media(max-width: 576px){
        padding: 40px 0px;
    }
}

.list_catalog_goods_list{
    row-gap: 1.5vw;
    @media(max-width: 576px){
        display: flex;
        align-items: center;
        row-gap: calc(3000vw/1440);
    }
}

.list_catalog_goods_list .col-12{
    @media(max-width: 576px){
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.list_catalog_goods_list__card{
    width: 45.13888888888889vw;
    height: 24.79166666666667vw;
    background-color: #FFF;
    border-radius: 1.041666666666667vw;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    padding: 1.388888888888889vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    @media(max-width: 576px){
        width: 90.69767441860465vw;
        height: 162.7906976744186vw;
        border-radius: 1.86046511627907vw;
        padding: 4.651162790697674vw;
    }
}

.list_catalog_goods_list__card__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
    @media(max-width: 576px){
        flex-direction: column;
        gap: 6.976744186046512vw;
    }
}

.list_catalog_goods_list__card__wrapper img{
    width: 20.83333333333333vw;
    height: 13.88888888888889vw;
    border-radius: 0.694444444vw;
    @media(max-width: 576px){
        width: 81.3953488372093vw;
        height: 46.51162790697674vw;
        border-radius: 1.162790697674419vw;
    }
}

.list_catalog_goods_list__card__wrapper-text{
    display: flex;
    flex-direction: column;
    font-weight: 600;
    justify-content: space-between;
    height: 13.88888888888889vw;
    @media(max-width: 576px) {
        height: 53.48837209302326vw;
        width: 76.74418604651163vw;
    }
}

.product_descr{
    font-weight: 600;
}

.wrapper_for_fas_and_cons{
    display: flex;
    flex-direction: column;
    gap: 1.041666666666667vw;
    @media(max-width: 576px){
        gap: 10px;
    }
}

.list_catalog_goods_list__card__wrapper-text h3{
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    color: #277624;
    font-size: 1.25vw;
    text-transform: uppercase;
    width: 18.05555555555556vw;
    @media(max-width: 576px){
        font-size: 4.651162790697674vw;
        width: auto;
    }
}

.list_catalog_goods_list__card__wrapper-text h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    color: #2E2E2E;
    font-size: 1.4vw;
    text-transform: uppercase;
    width: 18.40277777777778vw;
    @media(max-width: 576px){
        font-size: 5.581395348837209vw;
        width: auto;
    }
}

.list_catalog_goods_list__card__wrapper-text p{
    font-family: "Montserrat",sans-serif;
    color: #2E2E2E;
    font-size: 0.9722222222222222vw;
    width: 18.75vw;
    height: 3.472222222222222vw;
    line-height: 100%;
    @media(max-width: 576px){
        font-size: 3.72093023255814vw;
        width: auto;
        height: 13.95348837209302vw;
    }
}

.list_catalog_goods_list__card__wrapper_second{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.6944444444444444vw;
    border-bottom: 0.1388888888888889vw solid #CECECE;
    @media(max-width: 576px){
        padding-bottom: 2.325581395348837vw;
        border-bottom: 0.4651162790697674vw solid #CECECE;
    }
}

.list_catalog_goods_list__card__wrapper_second p{
    font-family: "Montserrat",sans-serif;
    color: #2E2E2E;
    font-size: 0.9722222222222222vw;
    width: auto;
    height: auto;
    margin-bottom: 0px;
    @media(max-width: 576px){
        font-size: 3.488372093023256vw;
    }
}

.fasovka_or_cons{
    font-weight: 600;
}

.fasovka_or_cons2{
    font-weight: 700;
}

.list_catalog_goods_list__card-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.88888888888889vw;
    height: 3.472222222222222vw;
    color: #277624;
    border: 0.227vw solid #277624;
    border-radius: 0.6944444444444444vw;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.25vw;
    transition: background-color 0.5s ease;
    transition: color 0.5s ease;
    @media(max-width: 576px){
        width: 46.51162790697674vw;
        height: 11.62790697674419vw;
        border: 0.6976744186046512vw solid #277624;
        border-radius: 1.86046511627907vw;
        font-size: 4.186046511627907vw;
    }
}

.list_catalog_goods_list__card-btn:hover{
    background-color: #277624;
    color: #FFF;
    border: none;
    @media(max-width: 576px){
        background-color: #FFF;
        color: #277624;
        border: 3px solid #277624;
    }
}

.list_catalog_goods_list__card__wrapper_third{
    display: flex;
    justify-content: space-between;
    align-items: end;
    @media(max-width: 576px){
        flex-direction: column;
        align-items: center;
        gap: 6.976744186046512vw;
    }
}

.product__descr_wrapper_second{
    display: flex;
    flex-direction: column;
    gap: 0.6944444444444444vw;
    @media(max-width: 576px){
        width: 81.3953488372093vw;
        gap: 1.162790697674419vw;
    }
}

.product__descr_wrapper2 p{
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    font-size: 0.694444444vw;
    color: #2E2E2E;
    text-transform: uppercase;
}

.product__descr_wrapper2 img{
    width: 1.527777777777778vw;
    height: 1.527777777777778vw;
}

.catalog_goods_list-h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: #2E2E2E;
    text-transform: uppercase;
    font-size: 1.94444444vw;
    margin-bottom: 1.66666667vw;
    @media(max-width: 576px) {
        text-align: center;
        font-size: 5.581395348837209vw;
        margin-bottom: 9.302325581395349vw;
    }
}

.filter-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 2.77777778vw;
    @media(max-width: 576px) {
        flex-direction: column;
        margin-bottom: 13.95348837209302vw;
        gap: 9.302325581395349vw;
        align-items: center;
        width: 90.69767441860465vw;
    }
}

.catalog_goods_list .container-fluid{
    @media(max-width: 576px){
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.dropdown__wrapper{
    display: flex;
    gap: 1.38888889vw;
    @media(max-width: 576px){
        flex-direction: column;
        gap: 4.651162790697674vw;
    }
}

.dropdown {
    position: relative;
    width: 14.0972222vw;
    @media(max-width: 576px){
        width: 90.69767441860465vw;
    }
}

.dropdown-btn {
    background: white;
    width: 14.0972222vw;
    height: 3.47222222vw;
    border-radius: 0.347222222vw;
    padding: 0.694444444vw;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    @media(max-width: 576px) {
        width: 90.69767441860465vw;
        height: 11.62790697674419vw;
        border-radius: 1.86046511627907vw;
        padding: 3.255813953488372vw 4.651162790697674vw;
    }
}

.dropdown-btn p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    color: #2E2E2E;
    font-size: 1vw;
    @media(max-width: 576px){
        font-size: 4.186046511627907vw;
    }
}

.dropdown-btn img{
    width: 1.38888889vw;
    height: 1.38888889vw;
    @media(max-width: 576px){
        width: 4.651162790697674vw;
        height: 4.651162790697674vw;
    }
}

/*
.dropdown-btn:after {
      content: "▼";
      font-size: 12px;
      color: #555;
    }
*/

.dropdown-img {
    transition: transform 0.3s ease;
}

.dropdown-btn{
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
}

.dropdown.active .dropdown-img {
    transform: rotate(180deg);
}
.dropdown-content {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
    background: white;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    border-radius: 0.347222222vw;
    max-height: 0px;
    z-index: 10;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
    @media(max-width: 576px){
        border-radius: 1.86046511627907vw;
    }
}

.dropdown-content div {
    padding: 0.694444444vw;
    cursor: pointer;
    font-family: "Montserrat",sans-serif;
    color: #2E2E2E;
    font-size: 1vw;
    font-weight: 500;
    @media(max-width: 576px){
        padding: 3.255813953488372vw;
        font-size: 4.186046511627907vw;
    }
}

.dropdown-content div:hover {
  background: #277624;
  color: white;
}

.dropdown.active .dropdown-content {
  max-height: 38.1944444vw;
}

.reset-btn {
    width: 13.8888889vw;
    height: 3.47222222vw;
    border: 0.227vw solid #277624;
    border-radius: 0.555555556vw;
    background: transparent;
    color: #277624;
    font-weight: 600;
    cursor: pointer;
    transition: 0.5s;
    font-family: "Montserrat",sans-serif;
    font-size: 1.25vw;
    @media(max-width: 576px){
        width: 46.51162790697674vw;
        height: 11.62790697674419vw;
        border: 0.6976744186046512vw solid #277624;
        border-radius: 1.86046511627907vw;
        font-size: 4.186046511627907vw;
    }
}

.reset-btn:hover {
    background: #277624;
    border: none;
    color: white;
    @media(max-width: 576px){
        background: transparent;
        color: #277624;
        border: 0.6976744186046512vw solid #277624;
    }
}

/*catalog_goods_list конец*/

.contact_goods{
    background-color: #FFF;
    padding: 1.388888888888889vw 0px;
}

.contact_goods .row{
    align-items: center;
}

.contact_goods .col-12{
    @media(max-width: 576px){
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/*goods_item начало*/

.element_type__gl{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.944444444444444vw;
    text-transform: uppercase;
    @media(max-width: 576px){
        font-size: 4.651162790697674vw;
        text-align: center;
        margin-bottom: 2.325581395348837vw;
    }
}

.element_name__gl{
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    color: #2E2E2E;
    font-size: 3.611111111111111vw;
    @media(max-width: 576px){
        font-size: 6.511627906976744vw;
        text-align: center;
        margin-bottom: 6.976744186046512vw;
    }
}

.element-charac{
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.388888888888889vw;
    padding: 0.6944444444444444vw;
    background-color: #277624;
    color: #FFF;
    border-radius: 0.3472222222222222vw;
    margin-bottom: 1.041666666666667vw;
    width: auto;
    @media(max-width: 576px){
        font-size: 2.895813953488372vw;
        padding: 2.325581395348837vw 4.651162790697674vw;
        border-radius: 1.162790697674419vw;
        margin-bottom: 2.325581395348837vw;
        width: 85.69767441860465vw;
        text-align: center;
    }
}

.element-charac_second{
    @media(max-width: 576px){
        margin-bottom: 6.976744186046512vw;
    }
}



.promo_goods_item_card_info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.promo_goods_item_card_info div{
    @media(max-width: 576px){
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.element-img{
    width: 100%;
    height: 38.7vw;
    border-radius: 0.694444444vw;
    @media(max-width: 576px){
        width: 90.69767441860465vw;
        height: 78.83720930232558vw;
        border-radius: 2.325581395348837vw;
        margin-bottom: 9.302325581395349vw;
    }
}

.element-descr_first{
    max-width: 41.59722222222222vw;
    font-family: "Montserrat",sans-serif;
    color: #2E2E2E;
    font-weight: 600;
    font-size: 1.2vw;
    @media(max-width: 576px){
        font-size: 3.255813953488372vw;
        max-width: 90.69767441860465vw;
        text-align: center;
        margin-bottom: 6.976744186046512vw;
    }
}

.descr_for_good_item{
    display: flex;
    flex-direction: column;
    gap: 1.041666666666667vw;
    @media(max-width: 576px){
        gap: 2.325581395348837vw;
    }
}

.descr_for_good_item-item{
    display: flex;
    gap: 0.3472222222222222vw;
    align-items: center;
    @media(max-width: 576px){
        gap: 1.162790697674419vw;
    }
}

.descr_for_good_item-item img{
    width: 2.083333333333333vw;
    height: 2.083333333333333vw;
    @media(max-width: 576px){
        width: 5.116279069767442vw;
        height: 5.116279069767442vw;
    }
}

.descr_for_good_item-item p{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: #2E2E2E;
    font-size: 1.111111111111111vw;
    @media(max-width: 576px){
        font-size: 2.790697674418605vw;
    }
}

.promo_goods_item__wrapper{
    margin-bottom: 4.166666666666667vw;
    @media(max-width: 576px){
        margin-bottom: 6.976744186046512vw;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.promo_goods_item__wrapper .col-12{
    display: flex;
    align-items: center;
    justify-content: center;
}

.promo_goods_item__charac__container{
    width: 27.77777777777778vw;
    height: 9.305555555555556vw;
    background-color: #FFF;
    border-radius: 0.6944444444444444vw;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.111111111111111vw;
    @media(max-width: 576px){
        width: 90.69767441860465vw;
        height: 27.90697674418605vw;
        border-radius: 2.325581395348837vw;
        gap: 4.651162790697674vw;
    }
}

.promo_goods_item__charac-zag{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.666666666666667vw;
    @media(max-width: 576px){
        font-size: 4.651162790697674vw;
    }
}

.promo_goods_item__charac-info{
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    font-size: 1.666666666666667vw;
    color: #2E2E2E;
    @media(max-width: 576px){
        font-size: 4.651162790697674vw;
    }
}

.promo_goods_item__charac{
    display: flex;
    align-items: center;
    justify-content: space-between;
    @media(max-width: 576px){
        flex-direction: column;
        justify-content: center;
        gap: 4.651162790697674vw;
    }
}

/*goods_item конец*/

/*GOODS КОНЕЦ*/

/*CONTACTS начало*/

/*promo начало*/
.promo_contacts{
    padding-top: 15.9722222vw;
    padding-bottom: 6.94vw;
    background-color: #FFF;
    @media(max-width: 576px) {
        padding-top: 27.90697674418605vw;
        padding-bottom: 9.302325581395349vw;
    }
}

.promo_contacts h1{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 2.5vw;
    color: #277624;
    text-transform: uppercase;
    margin-bottom: 2.5vw;
    @media(max-width: 576px) {
        font-size: 5.581395348837209vw;
        text-align: center;
        margin-bottom: 9.302325581395349vw;
    }
}

.promo_contacts__list{
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 6.944444444444444vw;
    @media(max-width: 576px) {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 60px;
    }
}

.adres{
    width: 26.80555555555556vw;
    @media(max-width: 576px){
        width: 100vw;
        margin-bottom: 40px;
    }
}

.promo_contacts__list-item-text br{
    @media(min-width: 576px){
        display: none;
    }
}

.telephon{
    width: 24.86111111111111vw;
    @media(max-width: 576px){
        width: 100vw;
        margin-bottom: 40px;
    }
}

.poshta{
    width: 24.44444444444444vw;
}

.promo_contacts__list-item{
    @media(max-width: 576px){
        text-align: center;
        width: 100vw;
    }
}

.promo_contacts__list-item__wrapper{
    display: flex;
    align-items: center;
    gap: 0.6944444444444444vw;
    margin-bottom: 1.666666666666667vw;
    @media(max-width: 576px) {
        justify-content: center;
        gap: 5px;
        margin-bottom: 10px;
    }
}

.promo_contacts__list-item__wrapper img{
    width: 2.083333333333333vw;
    height: 2.083333333333333vw;
    @media(max-width: 576px){
        width: 5.581395348837209vw;
        height: 5.581395348837209vw;
    }
}

.promo_contacts__list-item__wrapper p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    color: #277624;
    font-size: 1.944444444444444vw;
    @media(max-width: 576px){
        font-size: 4.186046511627907vw;
    }
}

.promo_contacts__list-item-text{
    display: block;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: #22332D;
    font-size: 1.944444444444444vw;
    max-width: 29.79166666666667vw;
    padding-left: 2.77777778vw;
    @media(max-width: 576px){
        font-size: 4.651162790697674vw;
        max-width: 100vw;
        padding: 0px;
        text-align: center;
    }
}

.contacts_homepage-map_contacts{
    width: 100vw;
    height: 34.72222222222222vw;
    @media(max-width: 576px){
        height: 81.3953488372093vw;
    }
}
/*promo конец*/

/*feedback начало*/

.feedback_contacts{
    background-color: #EEE;
    padding: 5.55555556vw 0px;
    @media(max-width: 576px){
        padding: 40px 0px;
    }
}

.feedback_contacts .row{
    @media(max-width: 576px){
        flex-direction: column;
    }
}

.feedback_contacts-h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    line-height: 140%;
    color: #22332D;
    font-size: 1.944444444444444vw;
    margin-bottom: 1.666666666666667vw;
    @media(max-width: 576px){
        font-size: 5.581395348837209vw;
        margin-bottom: 4.651162790697674vw;
        text-align: center;
    }
}

.second_br{
    @media(min-width: 577px) {
        display: none;
    }
}

.feedback_contacts-p{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    line-height: 160%;
    color: #22332D;
    font-size: 1.25vw;
    margin-bottom: 4.166666666666667vw;
    @media(max-width: 576px){
        font-size: 3.72093023255814vw;
        margin-bottom: 9.302325581395349vw;
        text-align: center;
    }
}

.feedback_contacts-h3{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    line-height: 140%;
    color: #22332D;
    font-size: 1.944444444444444vw;
    margin-bottom: 2.5vw;
    @media(max-width: 576px){
        font-size: 5.116279069767442vw;
        margin-bottom: 4.651162790697674vw;
        text-align: center;
    }
}

.feedback_contacts__btns{
    display: flex;
    align-items: center;
    gap: 2.777777777777778vw;
    @media(max-width: 576px){
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
        margin-bottom: 60px;
    }
}

.feedback_contacts__btns-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3472222222222222vw;
    width: 16.66666666666667vw;
    height: 4.166666666666667vw;
    border: 0.23vw solid #277624;
    border-radius: 0.6944444444444444vw;
    @media(max-width: 576px){
        gap: 1.162790697674419vw;
        width: 55.81395348837209vw;
        height: 13.95348837209302vw;
        border: 0.6976744186046512vw solid #277624;
        border-radius: 1.86046511627907vw;
    }
}

.feedback_contacts__btns-btn svg{
    width: 1.736111111111111vw;
    height: 1.736111111111111vw;
    transition: background-color 0.5s ease;
    transition: color 0.5s ease;
    @media(max-width: 576px){
        width: 5.813953488372093vw;
        height: 5.813953488372093vw;
    }
}

.feedback_contacts__btns-btn p{
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    font-size: 1.666666666666667vw;
    color: #277624;
    transition: background-color 0.5s ease;
    transition: color 0.5s ease;
    @media(max-width: 576px){
        font-size: 4.651162790697674vw;
    }
}

.feedback_contacts__btns-btn:hover{
    @media(min-width: 577px){
        background-color: #277624;
        border: none;
        p{
            color: #FFF;
        }
        #SvgPath{
            fill: #FFF;
        }
    }
}

.feedback_contacts_wrapper{
    display: flex;
    justify-content: end;
    @media(max-width: 576px){
        justify-content: center;
    }
}

.feedback_contacts .row{
    align-items: center;
}

/*feedback конец*/

.faq__social__wrapper_works{
    position: absolute;
    top: 0vw; /* Фиксирует блок вверху контейнера */
    align-self: flex-start; /* Выравнивает по верху */
}

.partner{
    background-color: #EEEEEE;
    padding: 5.55555556vw 0px;
    @media(max-width: 576px){
        padding: 9.302325581395349vw 0px;
    }
}

.partner__card{
    width: 20.875vw;
    height: 10.97222222222222vw;
    position: relative;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    @media(max-width: 758px){
        width: 19.875vw;
    }
    @media(max-width: 576px){
        width: 39.2093023255814vw;
        height: 23.25581395348837vw;
    }
}

.partner__card__wrapper{
    gap: 1.25vw;
    align-items: center;
    justify-content: start;
    @media(max-width: 576px){
        justify-content: center;
        gap: 4.651162790697674vw;
    }
}

.partner__card p{
    position: absolute;
    font-size: 1.111111111111111vw;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    bottom: 18%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    text-align: center;
    white-space: nowrap;
    @media(max-width: 576px){
        font-size: 2.790697674418605vw;
    }
}

.partner__card-card1{
    background: url("../../media/images/works/гибкая_доска.png");
    background-size: cover;        /* картинка обрезается, но полностью заполняет блок */
    background-position: center;   /* центрируем */
    background-repeat: no-repeat;  /* не повторяем */
    border-radius: 2.083333333333333vw 0.6944444444444444vw 0.6944444444444444vw 0.6944444444444444vw;
    @media(max-width: 576px){
        border-radius: 6.976744186046512vw 2.325581395348837vw 2.325581395348837vw 2.325581395348837vw;
    }
}

.partner__card-card2{
    background: url("../../media/images/works/гибкий_кирпич.png");
    background-size: cover;        /* картинка обрезается, но полностью заполняет блок */
    background-position: center;   /* центрируем */
    background-repeat: no-repeat;  /* не повторяем */
    border-radius: 0.6944444444444444vw 2.083333333333333vw 0.6944444444444444vw 0.6944444444444444vw;
    @media(max-width: 576px){
        border-radius: 2.325581395348837vw 6.976744186046512vw 2.325581395348837vw 2.325581395348837vw;
    }
}

.partner__card-card3{
    background: url("../../media/images/works/гибкий_камень.png");
    background-size: cover;        /* картинка обрезается, но полностью заполняет блок */
    background-position: center;   /* центрируем */
    background-repeat: no-repeat;  /* не повторяем */
    border-radius: 0.6944444444444444vw 0.6944444444444444vw 0.6944444444444444vw 2.083333333333333vw;
    @media(max-width: 576px){
        border-radius: 2.325581395348837vw 2.325581395348837vw 2.325581395348837vw 6.976744186046512vw;
    }
}

.partner__card-card4{
    background: url("../../media/images/works/каменный_скол.png");
    background-size: cover;        /* картинка обрезается, но полностью заполняет блок */
    background-position: center;   /* центрируем */
    background-repeat: no-repeat;  /* не повторяем */
    border-radius: 0.6944444444444444vw 0.6944444444444444vw 2.083333333333333vw 0.6944444444444444vw;
    @media(max-width: 576px){
        border-radius: 2.325581395348837vw 2.325581395348837vw 6.976744186046512vw 2.325581395348837vw;
    }
}

.partner__text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    @media(max-width: 576px){
        align-items: center;
    }
}

.partner__text div{
    @media(max-width: 576px){
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.partner__text-h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.944444444444444vw;
    text-transform: uppercase;
    margin-bottom: 0.6944444444444444vw;
    max-width: 41.54166666666667vw;
    @media(max-width: 576px){
        font-size: 5.116279069767442vw;
        margin-bottom: 4.651162790697674vw;
        max-width: 63.72093023255814vw;
        text-align: center;
    }
}

.partner__wrapper{
    display: flex;
    justify-content: center;
}

.partner__text-p1{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    margin-bottom: 1.388888888888889vw;
    max-width: 41.54166666666667vw;
    @media(max-width: 576px){
        font-size: 3.72093023255814vw;
        margin-bottom: 4.651162790697674vw;
        max-width: 90.69767441860465vw;
        text-align: center;
    }
}

.partner__text-p2{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    max-width: 41.54166666666667vw;
    @media(max-width: 576px){
        font-size: 3.72093023255814vw;
        margin-bottom: 9.302325581395349vw;
        max-width: 90.69767441860465vw;
        text-align: center;
    }
}

.promo_works{
    padding-top: 15.9722222vw;
    padding-bottom: 6.94vw;
    background-color: #FFF;
    @media(max-width: 576px){
        padding-top: 27.90697674418605vw;
        padding-bottom: 9.302325581395349vw;
    }
}

.promo_works-h1{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 2.5vw;
    margin-bottom: 0.8333333333333333vw;
    @media(max-width: 576px){
        text-align: center;
        font-size: 5.581395348837209vw;
        margin-bottom: 4.651162790697674vw;
    }
}

.promo_works-p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 1.666666666666667vw;
    max-width: 50.90277777777778vw;
    @media(max-width: 576px){
        text-align: center;
        font-size: 3.72093023255814vw;
        max-width: 90.69767441860465vw;
    }
}

.about_works{
    background-color: #EEEEEE;
    padding: 5.55555556vw 0px;
    @media(max-width: 576px){
        padding: 9.302325581395349vw 0px;
    }
}

.about_works-h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: #2E2E2E;
    line-height: 140%;
    font-size: 1.944444444444444vw;
    margin-bottom: 0.8333333333333333vw;
    text-transform: uppercase;
    @media(max-width: 576px){
        font-size: 5.081395348837209vw;
        margin-bottom: 4.651162790697674vw;
        text-align: center;
    }
}

.mobile_br{
    @media(min-width: 577px){
        display: none;
    }
}

.about_works-p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    line-height: 160%;
    color: #2E2E2E;
    font-size: 1.25vw;
    margin-bottom: 1.428571428571429vw;
    max-width: 45.13888888888889vw;
    @media(max-width: 576px){
        font-size: 3.72093023255814vw;
        margin-bottom: 4.651162790697674vw;
        max-width: 90.69767441860465vw;
        text-align: center;
    }
}

.works__list{
    display: flex;
    flex-direction: column;
    gap: 0.8333333333333333vw;
    @media(max-width: 576px){
        gap: 4.651162790697674vw;
        text-align: center;
        align-items: center;
        margin-bottom: 9.302325581395349vw;
    }
}

.works_list-item{
    display: flex;
    align-items: center;
    gap: 0.6944444444444444vw;
    transform: translateX(-13.8888889vw);
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
    opacity:0;
    @media(max-width: 576px){
        gap: 2.325581395348837vw;
        transform: translateX(-26vw);
        width: 62.32558139534884vw;
    }
}

.works_list-item img{
    width: 2.083333333333333vw;
    height: 2.083333333333333vw;
    @media(max-width: 576px){
        width: 5.581395348837209vw;
        height: 5.581395348837209vw;
    }
}

.works_list-item p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    color: #2E2E2E;
    font-size: 1.25vw;
    @media(max-width: 576px){
        font-size: 3.255813953488372vw;
        text-align: start;
    }
}

.about_works-img{
    width: 30.69444444444444vw;
    height: 26.38888888888889vw;
    @media(max-width: 576px){
        width: 69.76744186046512vw;
        height: 60vw;
    }
}

.about_works__wrapper{
    display: flex;
    justify-content: end;
    @media(max-width: 576px){
        justify-content: center;
    }
}

.about_works .row{
    align-items: center;
}

.logistic_works{
    background-color: #FFF;
    padding: 1.388888888888889vw 0px;
    @media(max-width: 576px){
        padding: 2.325581395348837vw 0px;
    }
}

.logistic_works .col-sm-5{
    display: flex;
    justify-content: center;
    @media(max-width: 576px){
        justify-content: center;
    }
}

.logistic_works-h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    line-height: 140%;
    color: #2E2E2E;
    text-transform: uppercase;
    font-size: 1.944444444444444vw;
    max-width: 41.11111111111111vw;
    margin-bottom: 0.8333333333333333vw;
    @media(max-width: 576px){
        font-size: 5.581395348837209vw;
        max-width: 90.69767441860465vw;
        margin-bottom: 4.651162790697674vw;
        text-align: center;
    }
}

.logistic_works-img{
    width: 34.02777777777778vw;
    height: 20.90277777777778vw;
    @media(max-width: 576px){
        width: 90.69767441860465vw;
        height: 55.81395348837209vw;
    }
}

.logistic_works-p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    line-height: 160%;
    color: #2E2E2E;
    font-size: 1.25vw;
    max-width: 45.76388888888889vw;
    @media(max-width: 576px){
        font-size: 3.72093023255814vw;
        max-width: 90.69767441860465vw;
        text-align: center;
        margin-bottom: 9.302325581395349vw;
    }
}

.logistic_works .col-sm-7{
    display: flex;
    justify-content: end;
    @media(max-width: 576px){
        justify-content: center;
    }
}

.logistic_works .row{
    align-items: center;
}

.feedback_works{
    background-color: #EEEEEE;
    padding: 5.55555556vw 0px;
    @media(max-width: 576px){
        padding: 9.302325581395349vw 0px;
    }
}

.feedback_works-h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    line-height: 140%;
    color: #2E2E2E;
    font-size: 1.944444444444444vw;
    margin-bottom: 0.8333333333333333vw;
    text-transform: uppercase;
    @media(max-width: 576px){
        font-size: 5.581395348837209vw;
        margin-bottom: 4.651162790697674vw;
        text-align: center;
    }
}

.feedback_works-p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    line-height: 160%;
    color: #2E2E2E;
    font-size: 1.25vw;
    margin-bottom: 0.8333333333333333vw;
    max-width: 39.51388888888889vw;
    @media(max-width: 576px){
        font-size: 3.72093023255814vw;
        margin-bottom: 4.651162790697674vw;
        max-width: 90.69767441860465vw;
        text-align: center;
    }
}

.feedback_works__list{
    display: flex;
    flex-direction: column;
    gap: 0.8333333333333333vw;
    @media(max-width: 576px){
        align-items: center;
        gap: 2.325581395348837vw;
        margin-bottom: 13.95348837209302vw;
    }
}

.feedback_works__list-item{
    display: flex;
    align-items: center;
    gap: 0.6944444444444444vw;
    transform: translateX(-13.8888889vw);
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
    opacity:0;
    @media(max-width: 576px){
        gap: 1.162790697674419vw;
        transform: translateX(-26vw);
        width: 83.02325581395349vw;
    }
}

.feedback_works__list-item img{
    width: 2.08333333vw;
    height: 2.08333333vw;
    @media(max-width: 576px){
        width: 6.976744186046512vw;
        height: 6.976744186046512vw;
    }
}

.feedback_works__list-item p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    color: #2E2E2E;
    font-size: 1.25vw;
    @media(max-width: 576px){
        font-size: 3.72093023255814vw;
    }
}

.feedback_works .row{
    align-items: center;
}

.feedback_works .col-sm-6{
    display: flex;
    justify-content: end;
}

.teach_works{
    padding: 1.388888888888889vw 0px;
    @media(max-width: 576px){
        padding: 2.325581395348837vw 0px;
    }
}

.teach_works__text{
    @media(max-width: 576px){
        text-align: center;
    }
}

.teach_works__text-h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    line-height: 140%;
    color: #2E2E2E;
    font-size: 1.944444444444444vw;
    text-transform: uppercase;
    margin-bottom: 0.8333333333333333vw;
    max-width: 46.52777777777778vw;
    @media(max-width: 576px){
        font-size: 5.581395348837209vw;
        margin-bottom: 4.651162790697674vw;
        max-width: 90.69767441860465vw;
    }
}

.teach_works__text-p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    line-height: 160%;
    color: #2E2E2E;
    font-size: 1.25vw;
    @media(max-width: 576px){
        font-size: 3.72093023255814vw;
    }
}

.first_teach_works__text-p{
    margin-bottom: 0.8333333333333333vw;
    max-width: 37.77777777777778vw;
    @media(max-width: 576px){
        margin-bottom: 2.325581395348837vw;
        max-width: 90.69767441860465vw;
    }
}

.second_teach_works__text-p{
    max-width: 42.5vw;
    @media(max-width: 576px){
        max-width: 90.69767441860465vw;
    }
}

.teach_works__wrapper{
    display: flex;
    align-items: center;
    gap: 8.333333333333333vw;
    justify-content: center;
    @media(max-width: 576px){
        flex-direction: column;
        gap: 9.302325581395349vw;
    }
}

.teach_works__img{
    text-align: center;
}

.teach_works__img img{
    width: 26.11111111111111vw;
    height: 26.11111111111111vw;
    @media(max-width: 576px){
        width: 60vw;
        height: 60vw;
    }
}

/*CONTACTS конец*/

/*GOODS ITEM начало*/

.back_to_catalog{
    padding-top: 9.722222222222222vw;
    padding-bottom: 1.111111111111111vw;
    @media(max-width: 576px){
        padding-top: 24.65116279069767vw;
        padding-bottom: 6.046511627906977vw;
    }
}

.back_to_catalog__btn{
    display: flex;
    align-items: center;
    width: 5.069444444444444vw;
    gap: 0.6944444444444444vw;
    padding-bottom: 0.6944444444444444vw;
    border-bottom: 0.2083333333333333vw solid #2E2E2E;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    font-size: 1.111111111111111vw;
    transition: color 0.5s;
    color: #2E2E2E;
    @media(max-width: 576px){
        width: 16.97674418604651vw;
        gap: 2.325581395348837vw;
        padding-bottom: 2.325581395348837vw;
        border-bottom: 0.6976744186046512vw solid #2E2E2E;
        font-size: 3.72093023255814vw;
    }
}

.back_to_catalog__btn:hover{
    color: #277624; /* цвет при наведении */
    border-bottom: 0.2083333333333333vw solid #277624;
    @media(max-width: 576px){
        border-bottom: 0.6976744186046512vw solid #2E2E2E;
        color: #2E2E2E;
    }
}


.back_to_catalog__btn svg{
    width: 0.6944444444444444vw;
    height: 1.111111111111111vw;
    @media(max-width: 576px){
        width: 2.325581395348837vw;
        height: 3.72093023255814vw;
    }
}

.back_to_catalog__btn svg {
    color: #2E2E2E; /* исходный цвет */
    transition: color 0.5s;
}

.back_to_catalog__btn:hover{

}

.back_to_catalog__btn:hover svg {
    color: #277624; /* цвет при наведении */
    @media(max-width: 576px){
        color: #2E2E2E; /* цвет при наведении */
    }
}

.promo_goods_item{
    padding-bottom: 6.25vw;
    @media(max-width: 576px){
        padding-bottom: 13.95348837209302vw;
    }
}

.list_catalog_goods_list__card2{
    width: 45.13888888888889vw;
    height: 24.79166666666667vw;
    background-color: #FFF;
    border-radius: 1.041666666666667vw;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    padding: 1.388888888888889vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.list_catalog_goods_list__card2__wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.list_catalog_goods_list__card2__wrapper img{
    width: 20.83333333333333vw;
    height: 13.88888888888889vw;
    border-radius: 0.694444444vw;
}

.list_catalog_goods_list__card2__wrapper-text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 13.88888888888889vw;
}

.wrapper_for_fas_and_cons2{
    display: flex;
    flex-direction: column;
    gap: 1.041666666666667vw;
}

.list_catalog_goods_list__card2__wrapper-text h3{
    text-align: left;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    color: #277624;
    font-size: 1.25vw;
    text-transform: uppercase;
    width: 18.05555555555556vw;
}

.list_catalog_goods_list__card2__wrapper-text h2{
    text-align: left;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    color: #2E2E2E;
    font-size: 1.52777778vw;
    text-transform: uppercase;
    width: 18.40277777777778vw;
}

.list_catalog_goods_list__card2__wrapper-text p{
    text-align: left;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: #2E2E2E;
    font-size: 0.9722222222222222vw;
    width: 18.75vw;
    height: 3.472222222222222vw;
    line-height: 100%;
}

.list_catalog_goods_list__card2__wrapper_second{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.6944444444444444vw;
    border-bottom: 0.1388888888888889vw solid #CECECE;
}

.list_catalog_goods_list__card2__wrapper_second p{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: #2E2E2E;
    font-size: 0.9722222222222222vw;
    width: auto;
    height: auto;
    margin-bottom: 0vw;
}

.list_catalog_goods_list__card2-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 13.88888888888889vw;
    height: 3.472222222222222vw;
    color: #277624;
    border: 0.2083333333333333vw solid #277624;
    border-radius: 0.6944444444444444vw;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.25vw;
    transition: background-color 0.5s ease;
    transition: color 0.5s ease;
}

.list_catalog_goods_list__card2-btn:hover{
    background-color: #277624;
    color: #FFF;
    border: none;
}

.list_catalog_goods_list__card2__wrapper_third{
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.product__descr_wrapper_second2{
    display: flex;
    flex-direction: column;
    gap: 0.6944444444444444vw;
}

.product__descr_wrapper2{
    display: flex;
    align-items: center;
    gap: 0.347222222vw
}

.other_goods{
    padding: 5.55555556vw 0px;
    @media(max-width: 576px){
        padding: 9.302325581395349vw 0vw;
    }
}


.other_goods-h2{
    font-family: "Montserrat",sans-serif;
    color: #2E2E2E;
    text-transform: uppercase;
    font-size: 1.94444444vw;
    font-weight: 600;
    margin-bottom: 2.77777778vw;
    @media(max-width: 576px){
        font-size: 5.581395348837209vw;
        margin-bottom: 9.302325581395349vw;
        text-align: center;
    }
}

.card_goods_item-slider{
    position: relative;
    @media(max-width: 576px){
        display: none;
    }
}

.slider_homepage_slider_og_mobile{
    display: none;
    @media(max-width: 576px){
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

.descr_for_element{
    background-color: #EEE;
    padding: 5.55555556vw 0px;
}

/*GOODS ITEM конец*/

/*ОБЩИЕ СТИЛИ*/

.faq{
    background-color: #EEE;
    padding: 5.55555556vw 0px;
    position: relative;
}

.faq-h2{
    color: #2E2E2E;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    line-height: 140%;
    font-size: 1.94444444vw;
    text-transform: uppercase;
    margin-bottom: 2.5vw;
    @media(max-width: 576px){
        font-size: 5.581395348837209vw;
        text-align: center;
        margin-bottom: 9.302325581395349vw;
    }
}

.faq__popular{
    display: flex;
    flex-direction: column;
    gap: 1.38888889vw;
    @media(max-width: 576px){
        gap: 2.325581395348837vw;
        margin-bottom: 13.95348837209302vw;
    }

}

.faq__popular-item{
    background-color: #FFF;
    padding: 1.38888889vw 1.73611111vw;
    border-radius: 0.694444444vw;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    @media(max-width: 576px){
        padding: 4.651162790697674vw 2.325581395348837vw;
        border-radius: 1.162790697674419vw;
    }
}

.faq__popular-zag{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.faq__popular-zag p{
    color: #2E2E2E;
    font-family: "Montserrat",sans-serif;
    font-size: 1.11111111vw;
    font-weight: 600;
    @media(max-width: 576px){
        font-size: 2.790697674418605vw;
    }
}

.faq__popular-zag img{
    width: 1.66666667vw;
    height: 1.66666667vw;
    @media(max-width: 576px){
        width: 3.72093023255814vw;
        height: 3.72093023255814vw;
    }
}

.faq__popular-dn{
    color: #2E2E2E;
    font-family: "Montserrat",sans-serif;
    font-size: 1.11111111vw;
    font-weight: 400;
    overflow: hidden;
    transform: rotate(0deg);
    max-height: 0;
    @media(max-width: 576px){
        font-size: 2.790697674418605vw;
    }
}

.faq__popular-item:hover{
    cursor: pointer;
}

.faq__social__wrapper{
    position: absolute;
    top: 352.5vw; /* Фиксирует блок вверху контейнера */
    align-self: flex-start; /* Выравнивает по верху */
    @media(max-width: 576px){
        position: static !important; /* возвращаем нормальный поток */
            top: auto !important;        /* убираем смещение */
            align-self: auto !important; /* если нужно вернуть стандартное поведение flex */
    }
}

.faq__social__wrapper_clients{
    position: absolute;
    top: 180vw; /* Фиксирует блок вверху контейнера */
    align-self: flex-start; /* Выравнивает по верху */
}

.faq__social__wrapper{
    position: absolute;
    top: 24.5vw; /* Фиксирует блок вверху контейнера */
    align-self: flex-start; /* Выравнивает по верху */
    right: 9%;
}

.faq__social__wrapper_textures{
    position: absolute;
    top: 254vw; /* Фиксирует блок вверху контейнера */
    align-self: flex-start; /* Выравнивает по верху */
}

.faq__social{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2.5vw;
    @media(max-width: 576px){
        gap: 20px;
    }
}

.faq__social-h3{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.94444444vw;
    color: #2E2E2E;
    max-width: 31.5972222vw;
    text-align: center;
    text-transform: uppercase;
    @media(max-width: 576px){
        font-size: 5.116279069767442vw;
        max-width: 83.25581395348837vw;
    }
}

.faq__social_seti{
    display: flex;
    flex-direction: column;
    gap: 1.66666667vw;
    @media(max-width: 576px){
        gap: 20px;
    }
}

.faq__social_seti-tg_ws{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.347222222vw;
    width: 16.6666667vw;
    height: 4.16666667vw;
    border: 0.23vw solid #277624;
    border-radius: 0.694444444vw;
    @media(max-width: 576px){
        gap: 1.162790697674419vw;
        width: 55.81395348837209vw;
        height: 13.95348837209302vw;
        border: 0.6976744186046512vw solid #277624;
        border-radius: 1.86046511627907vw
    }
}

.faq__social_seti-tg_ws svg{
    width: 1.7361111vw;
    height: 1.7361111vw;
    transition: background-color 0.5s ease;
    transition: color 0.5s ease;
    @media(max-width: 576px) {
        width: 25px;
        height: 25px;
    }
}

.faq__social_seti-tg_ws p{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: #277624;
    font-size: 1.66666667vw;
    transition: background-color 0.5s ease;
    transition: color 0.5s ease;
    @media(max-width: 576px) {
        font-size: 4.651162790697674vw;
    }
}

.faq__social_seti-tg_ws:hover{
    @media(min-width: 577px){
        background-color: #277624;
        border: none;
        p{
            color: #FFF;
        }
        #SvgPath{
            fill: #FFF;
        }
    }
}

.faq .row{
    align-items: center;
    justify-content: space-between;
}

.faq .col-6{
    display: flex;
    justify-content: end;
}

.contacts_form2_popup{
    background-color: #FFF;
    text-align: center;
    width: 30.55555555555556vw;
    @media(max-width: 576px){
        width: 90.69767441860465vw;
    }
}

.contacts_form2{
    padding: 2.77777778vw;
    background-color: #FFF;
    border-radius: 0.694444444vw;
    text-align: center;
    width: 37.5vw;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    @media(max-width: 576px){
        padding: 4.651162790697674vw;
        width: 90.69767441860465vw;
        border-radius: 1.162790697674419vw;
    }
}

.wrapper_for_mobile_form2{
    @media(max-width: 576px) {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.contacts_form2_popup h4{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: #22332D;
    font-size: 1.527777777777778vw;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2.77777778vw;
    @media(max-width: 576px){
        font-size: 5.116279069767442vw;
        margin-bottom: 4.651162790697674vw;
    }
}

.contacts_form2 h4{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: #22332D;
    font-size: 1.94444444vw;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 2.77777778vw;
    @media(max-width: 576px) {
        font-size: 5.116279069767442vw;
        margin-bottom: 4.651162790697674vw;
    }
}

.contacts_form2_popup__name, .contacts_form2_popup__phone{
    margin-bottom: 1.38888889vw;
    width: 27.77777777777778vw;
    @media(max-width: 576px){
        margin-bottom: 2.325581395348837vw;
        width: 81.3953488372093vw;
    }
}

.contacts_form2__name, .contacts_form2__phone{
    margin-bottom: 1.38888889vw;
    @media(max-width: 576px){
        margin-bottom: 2.325581395348837vw;
    }
}

.contacts_form2_popup__mail{
    margin-bottom: 2.77777778vw;
    width: 27.77777777777778vw;
    @media(max-width: 576px) {
        margin-bottom: 4.651162790697674vw;
        width: 81.3953488372093vw;
    }
}

.contacts_form2__mail{
    margin-bottom: 2.77777778vw;
    @media(max-width: 576px) {
        margin-bottom: 4.651162790697674vw;
    }
}

.contacts_form2__name-input, .contacts_form2__phone-input, .contacts_form2__mail-input{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    color: #CECECE;
    border: 0.138888889vw solid #CECECE;
    border-radius: 0.694444444vw;
    display: block;
    width: 100%;
    padding: 1.38888880vw;
    background-color: transparent;
    @media(max-width: 576px){
        font-size: 3.255813953488372vw;
        padding: 3.488372093023256vw 4.651162790697674vw;
    }
}

.contacts_form2__name-input::placeholder, .contacts_form2__phone-input::placeholder, .contacts_form2__mail-input::placeholder{
    color: #22332D;
    font-size: 1.25vw;
}

.contacts_form2__name-input:focus, .contacts_form2__phone-input:focus, .contacts_form2__mail-input:focus{
    outline: none;
}

.contacts_form2_popup-btn{
    border: 0.23vw solid #277624;
    font-family: "Montserrat",sans-serif;
    font-size: 1.66666667vw;
    font-weight: 600;
    color: #277624;
    background-color: transparent;
    width: 18.0555556vw;
    height: 4.16666667vw;
    border-radius: 0.694444444vw;
    transition: background-color 0.5s ease;
    transition: color 0.5s ease;
    @media(max-width: 576px){
        font-size: 5.116279069767442vw;
        border: 0.6976744186046512vw solid #277624;
        width: 51.16279069767442vw;
        height: 11.62790697674419vw;
        border-radius: 1.86046511627907vw;
    }
}

.contacts_form2-btn{
    border: 0.23vw solid #277624;
    font-family: "Montserrat",sans-serif;
    font-size: 1.66666667vw;
    font-weight: 600;
    color: #277624;
    background-color: transparent;
    width: 18.0555556vw;
    height: 4.16666667vw;
    border-radius: 0.694444444vw;
    transition: background-color 0.5s ease;
    transition: color 0.5s ease;
    @media(max-width: 576px){
        font-size: 5.116279069767442vw;
        border: 0.6976744186046512vw solid #277624;
        width: 51.16279069767442vw;
        height: 11.62790697674419vw;
        border-radius: 1.86046511627907vw;
    }
}

.contacts_form2_popup-btn:hover{
    @media(min-width: 577px){
        color: #FFF;
        background-color: #277624;
        border: none;
        transition: background-color 0.3s ease-in-out;
    }
}

.contacts_form2-btn:hover{
    color: #FFF;
    background-color: #277624;
    border: none;
    transition: background-color 0.3s ease-in-out;
    @media(min-width: 577px){
        color: #FFF;
        background-color: #277624;
        border: none;
        transition: background-color 0.3s ease-in-out;
    }
}

.contacts_form{
    padding: 2.77777778vw;
    background-color: #FFF;
    border-radius: 0.694444444vw;
    text-align: center;
    width: 37.5vw;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
-moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.2);
    @media(max-width: 576px){
        padding: 4.651162790697674vw;
        width: 90.69767441860465vw;
        border-radius: 1.162790697674419vw;
    }
}

.contacts_mobile_form_h4{
    margin-bottom: 4.651162790697674vw;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 5.116279069767442vw;
    color: #2E2E2E;
    @media(min-width: 577px){
        display: none;
    }
}

.contacts_form__name, .contacts_form__phone, .contacts_form__mail{
    margin-bottom: 1.38888889vw;
    @media(max-width: 576px){
        margin-bottom: 2.325581395348837vw;
    }
}

.contacts_form__mail{
    @media(max-width: 576px){
        margin-bottom: 2.325581395348837vw;
        /*margin-bottom: 4.651162790697674vw;*/
    }
}

.contacts_form__name-input, .contacts_form__phone-input, .contacts_form__mail-input, .contacts_form__comment-input{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    color: #2E2E2E;
    border: 0.138888889vw solid #CECECE;
    border-radius: 0.347222222vw;
    display: block;
    width: 100%;
    padding: 1.38888880vw;
    background-color: transparent;
    @media(max-width: 576px){
        font-size: 3.255813953488372vw;
        padding: 4.651162790697674vw;
        border: 0.4651162790697674vw solid #CECECE;
        border-radius: 1.162790697674419vw;
    }
}

.contacts_form__comment{
    margin-bottom: 2.77777778vw;
    @media(max-width: 576px){
        margin-bottom: 4.651162790697674vw;
    }
}

.contacts_form__name-input::placeholder, .contacts_form__phone-input::placeholder, .contacts_form__mail-input::placeholder, .contacts_form__comment-input::placeholder{
    color: #2E2E2E;
    font-size: 1.25vw;
    @media(max-width: 576px){
        font-size: 3.255813953488372vw;
    }
}

.contacts_form__name-input:focus, .contacts_form__phone-input:focus, .contacts_form__mail-input:focus, .contacts_form__comment-input:focus{
    outline: none;
}

.contacts_form-btn{
    border: 0.227vw solid #277624;
    font-family: "Montserrat",sans-serif;
    font-size: 1.66666667vw;
    font-weight: 600;
    color: #277624;
    background-color: transparent;
    width: 18.0555556vw;
    height: 4.16666667vw;
    border-radius: 0.694444444vw;
    transition: background-color 0.5s ease;
    transition: color 0.5s ease;
    @media(max-width: 576px){
        font-size: 4.651162790697674vw;
        width: 51.16279069767442vw;
        height: 11.62790697674419vw;
        border: 0.6976744186046512vw solid #277624;
        border-radius: 1.86046511627907vw;
    }
}

.contacts_form-btn:hover{
    @media(min-width: 577px){
        color: #FFF;
        background-color: #277624;
        border: none;
        transition: background-color 0.3s ease-in-out;
    }
}

/*начало footer*/
footer{
    background-color: #262626;
    padding: 5.55555556vw 0px;
    @media(max-width: 576px){
        padding-top: 20px;
        padding-bottom: 40px;
    }
}

footer .row{
    align-items: start;
}

.footer__list{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 1.38888889vw;
    @media(max-width: 576px){
        gap: 4.651162790697674vw;
        margin-bottom: 9.302325581395349vw;
    }
}

.footer__list-item a{
    color: #FFF;
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.11111111vw;
    text-transform: uppercase;
    @media(max-width: 576px){
        font-size: 3.255813953488372vw;
    }
}

.footer__list-zag{
    color: #FFF;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    font-size: 1.94444444vw;
    text-transform: uppercase;
    margin-bottom: 2.777777777777778vw;
    @media(max-width: 576px){
        font-size: 5.581395348837209vw;
        margin-bottom: 4.651162790697674vw;
    }
}

.footer__list__wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer__list_contacts-zag{
    font-family: "Montserrat",sans-serif;
    font-size: 32px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    @media(max-width: 576px){
        font-size: 18px;
    }
}

.footer__list_contacts-item-zag{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 10px;
}

.footer__list_contacts-item-zag p{
    font-family: "Montserrat",sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #FFF;
    @media(max-width: 576px){
        font-size: 14px;
    }
}

.footer__list_contacts-item-tel {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 32px;
    color: #FFF;
    @media(max-width: 576px){
        font-size: 20px;
    }
}

.footer__list_contacts-item-mail{
    font-family: "Montserrat",sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #FFF;
    @media(max-width: 576px){
        font-size: 20px;
    }
}

.footer__list_contacts-item-social{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

.footer__list_contacts-item-social-img{
    @media(max-width: 576px){
        max-width: 60px;
        max-height: 60px;
    }
}

.footer__list_contacts{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    @media(max-width: 576px){
        gap: 30px;
        margin-bottom: 60px;
    }
}

.footer__logo-img{
    width: 27.5694444vw;
    height: auto;
    object-fit: cover;
    padding-bottom: 2.22222222vw;
    border-bottom: 0.208333333vw solid #FFF;
    margin-bottom: 1.52777778vw;
    @media(max-width: 576px){
        width: 56.51162790697674vw;
        height: auto;
        border-bottom: none;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
}

.footer__logo__wrapper-img{
    @media(max-width: 576px){
        width: 81.3953488372093vw;
        border-bottom: 0.6976744186046512vw solid #FFF;
        padding-bottom: 9.302325581395349vw;
        margin-bottom: 4.651162790697674vw;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

.zakon1, .zakon2{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 0.972222222vw;
    color: #FFF;
    @media(max-width: 576px) {
        font-size: 2.790697674418605vw;
        text-align: center;
    }
}

.zakon1{
    margin-bottom: 0.555555556vw;
    @media(max-width: 576px) {
        margin-bottom: 60px;
    }
}

.footer__logo__wrapper{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 27.2222222vw;
    @media(max-width: 576px){
        align-items: center;
        height: auto;
        margin-bottom: 13.95348837209302vw;
    }
}

.copyright_par{
    display: flex;
    align-items: center;
    gap: 0.694444444vw;
    @media(max-width: 576px) {
        gap: 2.941176470588235vw;
    }
}

.footer__logo p{
    font-family: "Montserrat",sans-serif;
    font-size: 0.972222222vw;
    font-weight: 500;
    color: #FFF;
    @media(max-width: 576px){
        font-size: 2.790697674418605vw;
    }
}



.copyright_par img{
    width: 1.66666667vw;
    height: 1.66666667vw;
    @media(max-width: 576px) {
        width: 4.186046511627907vw;
        height: 4.186046511627907vw;
    }
}

.footer__logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    @media(max-width: 576px){
        margin-bottom: 9.302325581395349vw;
    }
}

.footer__list_second{
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2.77777778vw;
    @media(max-width: 576px) {
        gap: 4.651162790697674vw;
    }
}

.footer__list_second-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.833333333vw;
}

.contact_number__zag{
    display: flex;
    align-items: center;
    gap: 0.694444444vw;
    @media(max-width: 576px) {
        gap: 2.325581395348837vw;
    }
}

.contact_number__zag img{
    width: 1.42857143vw;
    height: 1.42857143vw;
    @media(max-width: 576px){
        width: 4.651162790697674vw;
        height: 4.651162790697674vw;
    }
}

.contact_number__zag p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 1.25vw;
    color: #FFF;
    @media(max-width: 576px){
        font-size: 3.72093023255814vw;
    }
}

.footer__list_second-item a{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.94444444vw;
    color: #FFF;
    @media(max-width: 576px) {
        font-size: 5.581395348837209vw;
    }
}

.footer__list_second-item_second{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.77777778vw;
}

.footer_social_seti_btns{
    width: calc(24000vw/1440);
    height: calc(6000vw/1440);
    border: 0.227vw solid #FFF;
    border-radius: 0.694444444vw;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: calc(500vw/1440);
    @media(max-width: 576px){
        width: 13.95348837209302vw;
        height: 13.95348837209302vw;
        border-radius: 2.325581395348837vw;
        border: 0.6976744186046512vw solid #FFF;
    }
}

.footer_social_seti_btns:hover{
    @media(min-width: 576px){
        background-color: #FFF;
    transition: background-color 0.3s ease-in-out;
    p{
        color: #000;
    }
    .SvgPath3{
        fill: #000;;
    }
    }
}

.footer__list_second-item_second img{
    width: 2.77777778vw;
    height: 2.77777778vw;
}

.footer_social_seti_btns svg{
    transition: color 0.3s ease-in-out;
    width: 2.77777778vw;
    height: 2.77777778vw;
    @media(max-width: 576px){
        width: 9.302325581395349vw;
        height: 9.302325581395349vw;
    }
}

/*конец footer*/

.visible{
    opacity: 1;
    transform: translateX(0px);
}

.faq__wrapper{
    background-color: #FFF;
    padding: 1.388888888888889vw 0px;
    @media(max-width: 576px) {
        padding: 10px 0px;
    }
}

.razrabotka{
    display: flex;
    gap: 2.77777778vw;
    align-items: center;
    padding-top: 18vw;
    padding-bottom: 18vw;
    justify-content: center;
}

.razrabotka img{
    width: 15vw;
    height: 15vw;
}

.razrabotka h1{
    font-family: "Montserrat",sans-serif;
    font-size: 5vw;
    font-weight: 900;
    color: #2E2E2E;
}

.mobile_logo_wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    @media(min-width: 577px) {
        display: none;
    }
}

.mobile_logo{
    width: 29.76744186046512vw;
    height: auto;
    @media(min-width: 577px) {
        display: none;
    }
}

.mobile_main{
    @media(min-width: 576px) {
        display: none;
    }
}

.mobile_razrabotka{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top: 35vw;
    @media(min-width: 576px) {
        display: none;
    }
}

.mobile_razrabotka img{
    width: 27.9069769vw;
    height: 27.9069769vw;
}

.mobile_razrabotka h1{
    font-family: "Montserrat",sans-serif;
    font-weight: 900;
    font-size: 7.44186047vw;
}

.wrapper_char{
    margin-bottom: 4.16666667vw;
    @media(max-width: 576px){
        margin-bottom: 0vw;
    }
}

.name_characteristic{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    font-size: 1.94444444vw;
    color: #277624;
    margin-bottom: 1.38888889vw;
    @media(max-width: 576px){
        font-size: 5.581395348837209vw;
        margin-bottom: 4.651162790697674vw;
    }
}

.characteristic{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 1.11111111vw;
    color: #2E2E2E;
    @media(max-width: 576px){
        font-size: 3.255813953488372vw;
        text-align: center;
        margin-bottom: 9.302325581395349vw;
    }
}

.wrapper_charac{
    max-width: 25.4166667vw;
    @media(max-width: 576px){
        max-width: 90.69767441860465vw;
        text-align: center;
    }
}

.wrapper_charac_row{
    display: flex;
    justify-content: space-between;
    padding-bottom: calc(6000vw/1440);
    margin-bottom: calc(6000vw/1440);
    border-bottom: calc(300vw/1440) solid #277624;
    @media(max-width: 1024px){
        border-bottom: calc(300vw/1024) solid #277624;
    }
    @media(max-width: 576px){
        padding-bottom: 0px;
        margin-bottom: calc(2000vw/430);
        border-bottom: calc(300vw/430) solid #277624;
    }
}

.promo_homepage_row_wrapper{
    display: flex;
    align-items: center;
}

.promo_homepage_row_wrapper .col-5{
    display: flex;
    justify-content: end;
}

.mobile_nav-open{
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
}

.header__wrapper_mobile{
    @media(min-width: 577px) {
        display: none;
    }
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile_nav-open img{
    @media(min-width: 577px){
        display: none;
    }
    width: 6.976744186046512vw;
    height: 4.651162790697674vw;
}

.zakazat_zvonok_mobile{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 11.62790697674419vw;
    height: 11.62790697674419vw;
    border: 0.6976744186046512vw solid #277624;
    border-radius: 1.86046511627907vw;
    @media(min-width: 577px) {
        display: none;
    }
}

.zakazat_zvonok_mobile img{
    width: 5.581395348837209vw;
    height: 5.581395348837209vw;
}



/**/
/* затемнение */
.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    display: none;
    z-index: 1000;
}

/* окно */
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    border-radius: 1.388888888888889vw;
    width: 65.27777777777778vw;
    height: 36.11111111111111vw;
    display: none;
    z-index: 1001;
    @media(max-width: 758px){
        height: 40vw;
    }
    @media(max-width: 576px){
        width: 90.69767441860465vw;
        height: 107.906976744186vw;
        top: 67.97853309481216vw;
    }
}

/* крестик */
.popup-close {
    display: none;
    position: fixed;
    top: 2.083333333333333vw;
    right: 2.083333333333333vw;
    background: none;
    border: none;
    font-size: 2.5vw;
    cursor: pointer;
    color: #FFF;
    z-index: 2000;
    @media(max-width: 576px){
        font-size: 7vw;
    }
}

/* контент */
.popup-content {
    display: flex;
    gap: 3.472222222222222vw;
    align-items: center;
    justify-content: space-between;
    @media(max-width: 576px){
        gap: 0px;
    }
}

.popup{
    display: none;
    align-items: center;
    justify-content: center;
}

.popup-left {
    width: 23.47222222222222vw;
    @media(max-width: 576px){
        display: none;
    }
}

.popup-left h3{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    max-width: 23.47222222222222vw;
    font-size: 1.527777777777778vw;
    color: #2E2E2E;
    margin-bottom: 1.388888888888889vw;
}

.popup-left ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.388888888888889vw;
}

.popup__list-item{
    display: flex;
    align-items: center;
    gap: 0.6944444444444444vw;
}

.popup__list-item img{
    width: 2.083333333333333vw;
    height: 2.083333333333333vw;
}

.popup__list-item p{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    max-width: 20.13888888888889vw;
    font-size: 1.25vw;
    color: #2E2E2E;
}

.popup-right {
    width: 30.55555555555556vw;
    @media(max-width: 576px){
        width: 90.69767441860465vw;
    }
}

.popup-right form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.body-no-scroll {
    overflow: hidden;
}

.messages{
    position: fixed;
    width: 41.66666666666667vw;
    height: 12.5vw;
    background-color: #FFF;
    border-radius: 1.388888888888889vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
    transform: translate(-50%, -50%);
    top: 50%;
    left: -100%;
    transition: all 0.5s ease;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
    @media(max-width: 576px){
        width: 88.37209302325581vw;
        height: 37.2093023255814vw;
        border-radius: 4.651162790697674vw;
    }
}

/* Показываем */
.messages.show {
    left: 50%;
}

/* Скрываем */
.messages.hide {
    left: 150%;
}

.popup-overlay.show {
    opacity: 1;
}

.messages h2{
    font-family: "Montserrat",sans-serif;
    font-weight: 600;
    color: #2E2E2E;
    font-size: 1.527777777777778vw;
    text-align: center;
    max-width: 28.19444444444444vw;
    @media(max-width: 576px){
        font-size: 4.186046511627907vw;
        max-width: 74.18604651162791vw;
    }
}

.popup-overlay2 {
    position: fixed;      /* фиксируем относительно окна браузера */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2); /* полупрозрачное затемнение */
    z-index: 1000;        /* меньше, чем у .messages */
    opacity: 0;
    transition: opacity 0.5s ease;
}

.popup-overlay2.show {
    opacity: 1;           /* при добавлении класса становится видимым */
}

.popup-menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transition: top 0.4s ease;
    z-index: 999;
    padding-top: 4.651162790697674vw;
}

.popup-menu.open {
    top: 0;
}

.popup-menu nav {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100vw;
    gap: 4.651162790697674vw;
    padding: 4.651162790697674vw;
}

.mobile__nav-item{
    width: 81.3953488372093vw;
    font-family: "Montserrat",sans-serif;
    padding-bottom: 2.325581395348837vw;
    font-size: 4.186046511627907vw;
    text-align: center;
    border-bottom: 0.6976744186046512vw solid #CECECE;
}

.close-btn2 {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    font-size: 24px;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

/*навигация моб*/
.popup-menu_mobile_nav {
    position: fixed;
    top: 16.97674418604651vw; /* высота мобильного хедера */
    left: 0;
    width: 100%;
    height: calc(100% - 70px);
    background: white;
    display: none;
    flex-direction: column;
    align-items: center;
    padding-top: calc(2000vw / 430);
    z-index: 1200;
    overflow-y: auto;
}
.popup-menu_mobile_nav.open {
    display: flex;
}
.popup-menu_mobile_nav a {
    margin: calc(1500vw / 430) 0px;
    font-size: calc(2000vw / 430);
    color: black;
    text-decoration: none;
}

.footer_social_seti_btns-p{
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    font-size: calc(2400vw/1440);
    color: #FFFFFF;
    @media(max-width: 576px){
        display: none;
    }
}

.dil__list{
    display: flex;
    flex-direction: column;
    gap: calc(500vw/1440);
    @media(max-width: 576px){
        gap: calc(500vw/430);
        margin-bottom: 9.302325581395349vw;
    }
}

.dil__list-item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(42400vw/1440);
    padding-bottom: calc(500vw/1440);
    border-bottom: calc(100vw/1440) solid #2E2E2E;
    @media(max-width: 576px){
        width: 100%;
        padding-bottom: calc(500vw/430);
    }
}

.characteristic2{
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    font-size: 1.11111111vw;
    color: #2E2E2E;
    @media(max-width: 576px){
        font-size: 3.255813953488372vw;
        text-align: center;
    }
}

.btns__wrapper{
    justify-content: center;
    display: flex;
    align-items: center;
    gap: calc(2000vw/1440);
    position: absolute;
    top: -20%;
    right: 0%;
    @media(max-width: 576px){
        display: none;
    }
}

.descr_for_element__logo{
    display: flex;
    gap: calc(5000vw/1440);
    align-items: center;
    justify-content: center;
    @media(max-width: 576px){
        flex-direction: column;
    }
}

.descr_for_element__logo-p{
    font-family: "Montserrat",sans-serif;
    font-size: calc(3600vw/1440);
    font-weight: 600;
    color: #277624;
    @media(max-width: 576px){
        font-size: calc(2000vw/430);
    }
}

.descr_for_element__logo-img{
    width: calc(25000vw/1440);
    height: calc(7500vw/1440);
    @media(max-width: 576px){
        width: calc(15000vw/430);
        height: calc(5000vw/430);
    }
}