.about_page_container,
.about_page .container {
    padding: 0;
    max-width: 1240px;
    margin: 0 auto;
}
.rate_no_index{
    max-width: 100%;
    margin: 0;
}
.image_mob{
    display: none;
}
.image_desc{
    display: block;
}
.main_section{
    background:#f7f1ec;
    padding: 20px 20px 40px;
}
.main_wrapper_video{
    display: flex;
    justify-content: center;
    padding-top: 30px;
    cursor: pointer;
}
.main_wrapper_item_text{
    margin: 0;
    font-size: 22px;
    line-height: 1.4090909091;
    font-weight: 200;
    color: #000;
}
.main_wrapper_item, .manifesto_wrapper{
    text-align: center;
    width: 1095px;
    max-width: calc(100vw - 40px);
    margin: 0 auto;
}
.main_wrapper_item_text strong {
    font-weight: 700;
}
.main_wrapper_item_btn{
    margin-top: 20px;
    display: inline-block;
    color: #000;
    font-family: Source Sans Pro,sans-serif;
    font-size: 18px;
    font-weight: 200;
    font-style: italic;
    line-height: 1.7222222222;
    text-decoration: underline;
}
.manifesto_wrapper_img1 img{
    width: 198px;
}
.manifesto_wrapper_img2 img{
    width: 189px;
}
.manifesto{
    padding: 40px 0;
}
.manifesto_wrapper_text{
    padding: 40px;
    max-width: 980px;
    margin: 0 auto;
}
.manifesto_wrapper_text p{
    font-size: 22px;
    line-height: 1.0909090909;
    margin: 0;
    color: #000;
    font-family: Source Sans Pro,sans-serif;
    font-weight: 200;
    font-style: italic;
}
.manifesto_wrapper_text p + p {
    margin-top: 10px;
}

.grey_icon{
    /* background-color: hsla(0,0%,72.9%,.1423); */
    /* padding: 40px 0; */
}
.grey_icon_wrapper{
    width: 1200px;
    max-width: calc(100vw - 20px);
    margin: 0 auto;
}
.grey_icon_wrapper_padding{
     display: flex;
    padding: 40px 0;
 }

.grey_icon_wrapper_item{
    padding: 0 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.grey_icon_wrapper_item_img{
    display: flex;
    justify-content: center;
}
.grey_icon_wrapper_item_img img{
    display: block;
    height: 45px;
    width: auto !important;
}
.grey_icon_wrapper_item_text{
    font-family: Source Sans Pro,sans-serif;
    font-weight: 600;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.15;
    text-align: center;
}
.equivalenza{
    /* padding: 40px 0; */
}
.equivalenza_wrapper{
    padding: 20px 0;
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    /* overflow-x: hidden; */
}
.equivalenza_swiper {
    overflow: hidden;
}
.equivalenza_wrapper_slide{
    display: flex;
    position: relative;
    /*background-color: #f2f7f9;*/
    flex-flow: row nowrap;
}
.equivalenza_wrapper_title{
    font-size: 36px;
    line-height: 1.1111111111;
    margin: 0 auto 40px;
    font-weight: 600;
    /* text-align: center; */
    letter-spacing: -.04em;
}
.equivalenza_item{
    width: 69%;
    padding: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    text-align: center;
}
.equivalenza_title{
    font-size: 27px;
    line-height: 1.037037037;
    margin: 0 auto 30px;
    cursor: pointer;
}
.equivalenza_text{
    font-size: 19px;
    line-height: 1.2631578947;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    font-weight: 200;
}
.equivalenza_img{
    width: 31%;
}
.equivalenza_img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.equivalenza_pagination{
    bottom: auto;
    margin-top: 20px;
    text-align: center;
    display: block;
}
.swiper-pagination-bullet {
     margin: 0px 5px;
     width: 10px;
     height: 10px;
     border: 1px solid #000;
     background: white;
    opacity: 1;
 }
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #000;
}

.equivalenza_prev::after, .equivalenza_next::after{
    display: flex;
    font-size: 24px;
    color: #000;
}

.equivalenza_next{
    right: -20px;
    /* display: none; */
}
.equivalenza_prev{
    left: -20px;
    /* display: none; */
}
.equivalenza_next,
.equivalenza_prev {
    display: block;
    height: 25px;
    width: 14px;
}

.equivalenza:hover .equivalenza_next, .equivalenza:hover .equivalenza_prev{
    display: block;
}
.slide_1{
    display: flex;
}
.slide_1_item{
    display: flex;
    flex: 1 1;
    /*position: relative;*/
    /*flex-flow: column nowrap;*/
    /*flex-direction: column;*/
    /*padding: 0px 24px;*/
    /*background: azure;*/
    /*max-width: 240px;*/
}
.slide_1_item_wrapper{
    padding: 30px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.slide_1_item_btn{
    /*margin-top: 420px;*/
    /*margin-left: 179px;*/
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 15px;
}
.slide_1_item_img{
    position: relative;
}
.slide_1_item_img img{
    /*max-width: 240px;*/
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
    top: 0;
    height: 100%;
    /*max-height: 478px;*/
}
.slide_1_item_img img{
    background-color: unset;
}
.slide_1_item_title{
    margin: 0 auto 30px;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    font-weight: 400;
}
.slide_1_item_text{
    margin-bottom: 30px;
    font-weight: 200;
    font-size: 16px;
    line-height: 1.125;
}

.button {
    display: inline-block;
    transform: rotate(0);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #000000;
    position: relative;
    cursor: pointer;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: linear;
}

.arrow {
    fill: #fff;
    position: absolute;
    top: 55%;
    left: 50%;
    width: 20px;
    height: 15px;
    margin-top: -0.6rem;
    margin-left: -0.6rem;
    transition-property: transform, fill;
    transition-duration: 0.15s;
    transition-timing-function: linear;
}

.lambiente{
    /* padding: 40px 0; */
    background-color: #e5f3ec;
}
.lambiente_wrapper{
    width: 100%;
    max-width: calc(100vw - 20px);
    margin: 0 auto;
}

.lambiente_wrapper__box{
    padding: 20px 0;
}
.lambiente_wrapper_title{
    margin: 0;
    font-family: Source Sans Pro,sans-serif;
    font-weight: 600;
    font-size: 46px;
    line-height: .8;
    text-align: center;
    color: #37a980;
}
.lambiente_wrapper_del{
    font-size: 22px;
    text-transform: uppercase;
    margin: 0 auto 10px;
    line-height: 1.125;
    font-weight: 400;
    display: inline-block;
}
.lambiente_wrapper_subtitle{
    margin: 0 auto 20px;
    font-size: 32px;
    line-height: 1.125;
    font-weight: 600;
    letter-spacing: -.04em;
}
.lambiente_wrapper_text{
    /* padding: 40px 0; */
    text-align: center;
}
.lambiente_wrapper_text_text{
    font-size: 20px;
    max-width: 1100px;
    line-height: 1.4545454545;
    font-weight: 200;
    margin: 0 auto;
}
.lambiente_wrapper_text_text b,
.lambiente_wrapper_text_text strong {
    font-weight: 600;
}
.lambiente_wrapper_img{
    text-align: center;
}
.lambiente_wrapper_item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}
.lambiente_wrapper_item_wrapper{
    padding: 0 40px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1 1;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.lambiente_wrapper_item_wrapper_img{
    padding: 0 40px;
    text-align: center;
}
.lambiente_wrapper_item_wrapper_img img{
    max-width: 80px;
    max-height: 102px;
    width: auto !important;
}
.lambiente_wrapper_item_wrapper_text{
    font-weight: 200;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.15;
    text-align: center;
    padding: 0px 30px;
}
.lambiente_wrapper_item_wrapper_text strong{
    border-bottom: 6px solid #b6f4b3;
    font-weight: 700;
}

.care_wrapper{
    width: 100%;
    max-width: calc(100vw - 20px);
    margin: 0 auto;
    padding-bottom: 40px;
}
.cate_wrapper_title{
    font-size: 22px;
    line-height: 1.4545454545;
    /* padding: 40px 0; */
    font-weight: 600;
    color: inherit;
    text-align: center;
}
.care_wrapper_icon{
    display: flex;
    padding: 40px 0px;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.care_wrapper_icon_item{
    padding: 0 40px;
    width: 50%;
    max-width: 400px;
}
.care_wrapper_icon_item_img img{
    max-width: 80px;
}
.care_wrapper_icon_item_text{
    font-weight: 400;
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.15;
    text-align: center;
    /* padding: 0px 25px; */
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
}
.care_swiper{
    padding: 40px 0;
    overflow: hidden;
}
.swiper-slide{
    width: 235px;
    /*margin-right: 7px;*/
}
.care_wrapper_slide{
    padding: 0px 10px;
    overflow: hidden;
}
.care_title{
    text-align: center;
    transition: opacity .3s;
}
.care_img img{
    /*max-width: 225px;*/
    height: auto;
    margin: 0 auto 20px;
}
.care_img{
    max-width: 225px;
}
.care_pagination{
    text-align: center;
}
.care_title{
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    color: #000;
    text-transform: uppercase;
}

.pop_wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    opacity: 0;
    visibility: hidden;
}

.pop_wrapper.show {
    opacity: 1;
    visibility: visible;
}

.pop_wrapper,
.pop_wrapper.show {
    transition: opacity .25s ease, visibility .25s ease;
}

.pop {
    width: 40%;
    height: 45%;
    margin-left: auto;
    margin-right: auto;
    background-color: #fff;
    top: 200px;
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px;
}
.iframe_video iframe{
    display: block;
    width: 100%;
    height: 100%;
}
.iframe_video{
    margin-top: 10px;
    width: 100%;
    height: 100%;
}
.pop_title {
    font-weight: 700;
    border-bottom: 1px solid #e0e0e0;
    font-size: 16px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.pop button {
    border: 0;
}

.pop_close {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0;
    z-index: 1;
}

.pop_close .bar {
    display: block;
    width: 45%;
    height: 1px;
    background-color: black;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.pop_close .left_bar {
    transform: rotate(-45deg) translate(-9px, 10px);
}

.pop_close .right_bar {
    transform: rotate(45deg) translate(9px, 9px);
}

.pop_close:hover {
    cursor: pointer;
}
.rate_about_us {
    background: none;
    padding: 30px 0;
}
.about_page_container .benefits_footer_box {

}
.benefits_footer_about {
    padding-top: 0;
    padding-bottom: 125px;
}
@media(max-width: 1280px){
    .about_page_container,
    .about_page .container {
        padding-left: 20px;
        padding-right: 20px;
    }
    .equivalenza_wrapper {
        padding: 20px;
    }
    .equivalenza_prev {
        left: 20px;
    }
    .equivalenza_next {
        right: 20px;
    }
}
@media(max-width: 1020px) {
    .pop {
        width: 50%;
        height: 45%;
    }
}
@media(max-width: 830px) {
    .pop {
        width: 60%;
        height: 40%;
    }
    .care_wrapper_icon{
        flex-direction: column;
        justify-content: center;
        padding: 40px 0px;
    }
    .care_wrapper_icon_item {
        padding: 0 10px;
        padding-bottom: 20px;
        max-width: 320px;
    }
    .lambiente_wrapper_item{
        flex-direction: column;
        justify-content: center;
    }
    .lambiente_wrapper_item_wrapper{max-width: 382px;
    padding-top: 30px}
    .grey_icon_wrapper_padding{
        flex-direction: column;
    }
    .grey_icon_wrapper_item{
        margin-top: 30px;
    }
}
.care_pagination {
    display: none;
}
@media(max-width: 767px) {
    .main_wrapper_item_text {
        font-size: 20px;
        line-height: 1.25;
    }
    .manifesto_wrapper_text p {
        font-size: 20px;
        line-height: 1.1;
    }
    .lambiente_wrapper_del {
        font-weight: 400;
        font-size: 20px;
        line-height: 1.5;
    }
    .lambiente_wrapper_subtitle {
        font-size: 23px;
        line-height: 1.1111111111;
    }
    .lambiente_wrapper_text_text {
        padding: 0 10px;
        line-height: 1.375;
    }
    .cate_wrapper_title {
        font-size: 16px;
        line-height: 1.375;
    }
    .care_wrapper_icon_item_img img {
        height: 65px;
        width: auto !important;
        max-width: none;
    }
    .care_wrapper_icon_item {
        padding-bottom: 0;
    }
    .care_wrapper_icon_item:last-child {
        margin-top: 60px;
    }
    .care_wrapper_icon {
        padding: 30px 0px;
    }
    .care_img,
    .care_img img {
        max-width: 100%;
        width: 100%;
    }
    .care_pagination {
        display: block;
        margin-top: -20px;
    }
    .benefits_footer_box {

    }
    .benefits_footer_img {
        width: 64px !important;
    }
    .benefits_footer_img img {
        width: auto;
        margin: 0 auto;
    }
    .benefits_footer_box:nth-child(1) .benefits_footer_img img {
        max-width: 18px;
    }
    .benefits_footer_box:nth-child(2) .benefits_footer_img img {
        max-width: 36px;
    }
    .benefits_footer_box:nth-child(3) .benefits_footer_img img {
        max-width: 17px;
    }
}
.mob_slide{
    display: none;
}
@media(max-width: 767px){
    .pop {
        width: 70%;
        height: 40%;
    }
    .image_mob{
        display: block;
    }
    .image_desc{
        display: none;
    }
    .equivalenza{
        padding: 0px;
    }
    .mob_slide .equivalenza_wrapper_title{
        padding-top: 40px;
    }
    .equivalenza_wrapper{
        display: none;
    }
    .mob_slide{
        padding: 0 20px;
        display: block;
    }
    .mob_slide_wrapper_item_image{
        width: 100%; /* Ширина контейнера */
        overflow: hidden;
        position: relative;
    }
    .mob_slide_wrapper_item_image img{
        margin-top: -320px;
        width: 100%;
        height: auto;
        -o-object-fit: cover;
        object-fit: cover;
        display: block;
    }
    .mob_slide_wrapper_item_wrapper{
        position: absolute;
        z-index: 1;
        padding: 40px 35px;
    }
    .mob_slide_wrapper_item_title{
        margin: 0 auto 10px;
        font-size: 22px;
        line-height: 1.0909090909;
        font-weight: 400;
    }
    .mob_slide_wrapper_item_subtitle, .mob_slide_wrapper_item_text{
        font-weight: 200;
        font-size: 16px;
        line-height: 1.125;
    }
    .mob_slide_wrapper_item_text{
        padding: 20px 20px 50px;
    }
    .mob_btn{
        position: absolute;
        right: 0;
        bottom: 0;
        padding: 20px;
    }
    .text_wripper_hiden{
        transition: all 0.5s ease;
        max-height: 0;
    }
    .text_visible {
        max-height: 200px; /* Замените 200px на желаемую максимальную высоту */
    }
    .ico-btn{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 24px;
        height: 24px;
        cursor: pointer;
        background: black;
        border-radius: 15px;
        transition: all .20s cubic-bezier(0.4, 0.0, 0.2, 1);
        /*   border: 2px solid; */
    }

    .ico-btn__plus{
        width: 16px;
        height: 2px;
        background: white;
        border-radius: 2px;
        transition: all .25s cubic-bezier(0.4, 0.0, 0.2, 1);;
    }

    .ico-btn__plus::after{
        content: '';
        position: absolute;
        width: 16px;
        height: 2px;
        background: white;
        border-radius: 2px;
        transition: all .25s cubic-bezier(0.4, 0.0, 0.2, 1);

        transform: rotate(90deg);
    }

    .ico-btn.is-active .ico-btn__plus{
        transform: rotate(225deg);
    }
    .text_hidden{
        display: none;
    }

}
@media(max-width: 480px){
    .pop {
        width: 90%;
        height: 40%;
    }
    .mob_slide_wrapper_item_image img{
        margin-top: -220px;
    }
}
@media(max-width: 390px){
    .pop {
        width: 90%;
        height: 40%;
    }
    .mob_slide_wrapper_item_image img{
        margin-top: -120px;
    }
}