@import url(reset.css);
@import url(fonts.css);
@import url(swiper.min.css);


html{
    scroll-behavior: smooth;
}
header{
    display: flex;
}


.header_container{
    background-image: url(../image/Group-274.webp);
    background-position:  center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
}
.container {
    max-width: 1150px;
    padding: 0 15px;
    margin: 0 auto;
}
.header_main {
    padding: 21px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.header_info {
    display: flex;
    justify-content: center;
    margin-bottom: 134px;
    position: relative;
    width: fit-content;
    margin: 0 auto 168px;
}
.header_info svg {
    position: absolute;
    overflow: visible;
    top: -41px;
}
.wrap_header_mk .header_info svg {
    top: -71px;
}
.wrap_header_es .header_info svg {
    top: -62px;
}
.header_info textPath {
    font-family: 'RubikBubbles';
    text-transform: uppercase;
    fill: #fff;
    font-size: 41px;
}
.header_main_nav li{
    text-align: center;
}

.header_main_nav{
    max-width: 900px;
    width: 100%;
}
.header_main_nav ul li{
    font-weight: 700;
    
}
.header_main_nav ul a{
    color: #fff;
    font-weight: 700;
}
.header_main_nav ul a:hover{
    color: #f6dc6d;
}
.header_main_nav ul{
    display: flex;
    color: #fff;
    text-transform: uppercase;
    justify-content: space-between;
    font-size: 18px;
    letter-spacing: -0.02em; 
    gap: 20px;
}
.header_main_contacts {
    display: flex;
    gap: 15px;
    align-items: center;
}
.header_main_contacts_mail {
    width: 50px;
    height: 46px;
    background-image: url(../image/mail.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.header_main_contacts_mail:hover {
    background-image: url(../image/mail\ hover.png);
}
.header_main_contacts_tel {
    width: 50px;
    height: 50px;
    background-image: url(../image/tel.png);
    background-repeat: no-repeat;
    background-size: cover;
}
.header_main_contacts_tel:hover {
    background-image: url(../image/tel\ hover.png);
}
.header_main_lang {
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}
.header_main_lang li{
    display: flex;
    align-items: center;
    background: rgba(255, 255, 255, 0.34);
    border-radius: 8px;
    width: 33px;
    height: 26px;
    font-family: "RubikBubbles";
    justify-content: center
}
.header_subtitle {
    font-size: 48px;
    line-height: 110%;
    text-transform: uppercase;
    text-align: center;
    color: #f6dc6d;
    text-shadow: -3px -3px 4px  rgba(165, 235, 255, 0.64), 2px 2px 3px  rgba(0, 0, 0, 0.4);
    font-family: "RubikBubbles";
    margin-bottom: 91px;
}
.header_info img{
    width: 468px;
    height: 483px;
}
.header_main_mobile{
    display: none;
}
.header_info_mobile{
    display: none;
}
.header_main_lang {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: "RubikBubbles";
    background: rgba(255, 255, 255, 0.34);
    border-radius: 8px;
    padding: 6px;
    cursor: default;
}

.header_main_lang_cart {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: "RubikBubbles";
    background: rgba(255, 255, 255, 0.34);
    border-radius: 8px;
    padding: 6px;
}
.header_main_lang_cart:hover{
    background: #4ad2e8;
}
.header_main_lang_wrap {
    position: relative;
}
.header_main_lang_carts {
    position: absolute;
    padding-top: 10px;
    gap: 10px;
    display: flex;
    flex-direction: column;
    transform-origin: top;
    transform: rotateX(90deg);
    opacity: 0;
    overflow: visible;
    transition: 0.4s;
}
.header_main_lang_wrap:hover .header_main_lang_carts{
    transform: rotateX(0deg);
    opacity: 1;
}
@media (max-width:1000px) {
    .header_container{
        background-image: url(../image/fon_header_mobile.png);
        height: 640px;
    }
    .header_main {
        display: none;
    }
    .header_subtitle{
        font-size: 20px;
        position: absolute;
        top: 26px;
        width: 100%;
        left: 0px;
    }
    .header_info img{
        display: none;
    }
    .header_main_mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
        width: 100%;
        position: fixed;
        z-index: 9998;
        left: 0;
        top: 0;
    }
    .header_main_nav li {
        text-align: left;
    }
    .header_main.active {
        display: block;
        position: fixed;
        width: 252px;
        background: #fff;
        top: 0;
        left: 0;
        border-radius: 0 0 32px;
        box-shadow: 4px 4px 21px 0 rgba(0, 0, 0, 0.25);
        padding-left: 22px;
        z-index: 99999999999;
    }
    .header_main.active .header_main_nav ul {
        gap: 32px;
        flex-direction: column;
        font-weight: 700;
        font-size: 19px;
    }
    .header_main.active .header_main_nav ul a{
        color: #4ad2e8;
    }
    .header_main.active .header_main_contacts{
        display: none;
    }
    .header_main.active .header_main_lang li {
        width: 55px;
        height: 42px;
        font-size: 24px;
        color: #4ad2e8;
        background: rgba(74, 210, 232, 0.35);
        border-radius: 14px;
    }
    .header_main.active .header_main.active.header_main_lang > ul{
        display: flex;
        margin-top: 32px;
        gap: 10px;
    }
    .header_info {
        width: auto;
    }
    .header_info{
        display: none;
    }
    .header_info_mobile{
        display: block;
    }
    .svg_icon_header{
        overflow: visible;
    }
    .svg_icon_header textPath {
        font-size: 34px;
        font-family: 'RubikBubbles';
        fill: #fff;
        text-transform: uppercase;
    }
    .svg_icon_header {
        overflow: visible;
        position: absolute;
        left: calc(50% - 200px / 2);
        top: 132px;
    }
    .text_down{
        letter-spacing: 2px;
    }
    .header_main_lang {
        display: none;
    }

    .header_main_lang_carts {
        transform: rotateX(0deg);
        opacity: 1;
        position: static;
    }

    .header_main_lang_cart {
        background: #4ad2e8;
        width: max-content;
    }
}
@media (max-width: 492px) {
    .header_subtitle {
        font-size: 20px;
        position: absolute;
        top: 26px;
        left: calc(50% - 134px / 2);
        width: 134px;
    }
}





/* Продукты------------------------------------------------------------------------------------------------------------------------------------*/
h2 {
    font-family: "RubikBubbles";
    font-size: 64px;
    line-height: 110%;
    text-transform: uppercase;
    color: #4ad2e8;
}
.product_flex {
    position: relative;
}
.product_flex_img {
    width: 1489px;
    position: absolute;
    top: -226px;
    left: -255px;
    z-index: -1;

}
.product_flex_carts {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: flex-end;
}
.product_flex_cart {
    display: flex;
    gap: 12px;
    align-items: center;
}
.product_flex_cart img{
    max-width: 88px;
    height: 88px;
}
.product_flex_cart_info {
    max-width: 333px;
    padding: 20px 12px;
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.13);
    background: rgba(255, 255, 255, 0.8);
    border-radius: 20px;
}
.product_flex_cart_info_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 107%;
    text-transform: uppercase;
    
}
.product_flex_cart_info_subtitle {
    font-size: 19px;
}
.product_flex_cart_info_title_1 {
    color: #a28ceb;
}
.product_flex_cart_info_title_2 {
    color: #4ad2e8;
}
.product_flex_cart_info_title_3 {
    color: #c0e441;
}
.product_flex_cart_info_title_4 {
    color: #f6dc6d;
}
.product_flex_img_mobile{
    display: none;
}
.wrap_product {
    overflow-x: clip;
}
@media (max-width: 1070px) {
    .product_flex_img {
        width: 1338px;
    }    
}
@media (max-width: 1000px) {
    h2{
        font-size: 24px;
        text-align: center;
    }
    .product_flex_img{
        display: none;
    }
    .product_flex_img_mobile{
        display: block;
        position: absolute;
        left: calc(50% - 493px / 2);
        width: max-content;
    }
    .product_flex_carts {
        align-items: flex-start;
        z-index: 999;
        position: relative;
        top: 278px;
        gap: 11px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        max-width: 600px;
        margin: 0 auto;
        column-gap: 30px;
        padding-bottom: 18px;
    }
    .product_flex_cart_info_subtitle, .product_flex_cart_info_title{
        font-size: 14px;
    }
    .product_flex_cart img {
        max-width: 42px;
        height: 42px;
    }
    .product_flex_cart_info {
        padding: 7px 16px;
        border-radius: 13px;
        max-width: 216px;
    }
    .wrap_product {
        margin-bottom: 291px;
    }
    
}




/*Преимущества--------------------------------------------------------------------------------------------------------------------------------------------------------------*/

.wrap_compare {
    width: 100%;
    background-image: url(../image/compare/fon.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: cover;
    position: relative;
    padding-bottom: 90px;
}
.compare_flex {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 54px;
}
.compare_flex_left {
    width: 50%;
    flex-shrink: 0;
}
.compare_flex_left_mushroom_title {
    margin-left: 15px;
    margin-top: 170px;
    background-image: url(../image/compare/Эллипс\ 2\ копия\ 22\ 2.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 418px;
    height: 200px;
    font-size: 48px;
    line-height: 102%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "RubikBubbles";
    text-align: center;
}
.compare_flex_left_mushroom_advantages_top {
    font-size: 20px;
    line-height: 107%;
    text-align: center;
    color: #fff;
    max-width: 240px;
    margin: 20px auto 20px;
    position: relative;
    right: 70px;
}
.compare_flex_left_mushroom_advantages_img {
    max-width: 488px;
}
.compare_flex_left_mushroom_advantages_img img{
    max-height: 363px;
}
.compare_flex_img_mobile{
    display: none;
}
.compare_flex_left_mushroom_advantages_text {
    display: flex;
    font-size: 20px;
    line-height: 107%;
    text-align: center;
    color: #fff;
}
.compare_flex_left_mushroom_advantages_text_left {
    width: 154px;
    overflow-wrap: break-word;
    position: relative;
    right: 63px;
    bottom: 75px;
}
.compare_flex_left_mushroom_advantages_text_center {
    width: 232px;
    overflow-wrap: break-word;
    margin-bottom: 27px;
    position: relative;
    right: 57px;
    top: 14px;
}
.compare_flex_left_mushroom_advantages_text_right {
    width: 182px;
    overflow-wrap: break-word;
    position: relative;
    bottom: 184px;
    right: 60px;

}
.compare_flex_img {
    position: absolute;
    top: 128px;
    width: 279px;
    right: calc(50% - 140px);
}
.compare_flex_right {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.compare_flex_right_mushroom_title {
    margin-top: 186px;
    background-image: url(../image/compare/ellipse2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 386px;
    height: 178px;
    font-size: 48px;
    line-height: 102%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "RubikBubbles";
    text-align: center;
    
}
.compare_flex_right_mushroom_advantages_top {
    font-size: 20px;
    line-height: 107%;
    text-align: center;
    color: #fff;
    max-width: 200px;
    left: 22px;
    position: relative;
    margin: 25px auto 20px;
}
.compare_flex_right_mushroom_advantages_img {
    max-width: 463px;
}
.compare_flex_right_mushroom_advantages_img img{
    max-height: 363px;
}
.compare_flex_right_mushroom_advantages_text {
    display: flex;
    font-size: 20px;
    line-height: 107%;
    text-align: center;
    color: #fff;
}
.compare_flex_right_mushroom_advantages_text_left {
    width: 190px;
    overflow-wrap: break-word;
    position: relative;
    bottom: 80px;
    left: 28px;
}
.compare_flex_right_mushroom_advantages_text_center {
    width: 228px;
    overflow-wrap: break-word;
    position: relative;
    left: 25px;
    top: 16px;
}
.compare_flex_right_mushroom_advantages_text_right {
    width: 208px;
    overflow-wrap: break-word;
    position: relative;
    bottom: 119px;
    right: 15px;
}
.compare_flex_left_mushroom_advantages_img_mobile{
    display: none;
}
.compare_flex_right_mushroom_advantages_img_mobile{
    display: none;
}
.compare_flex_right_mushroom_advantages_top span, .compare_flex_right_mushroom_advantages_text_left span, .compare_flex_right_mushroom_advantages_text_center span, .compare_flex_right_mushroom_advantages_text_right span,     .compare_flex_left_mushroom_advantages_top span, .compare_flex_left_mushroom_advantages_text_left span, .compare_flex_left_mushroom_advantages_text_center span, .compare_flex_left_mushroom_advantages_text_right span{
    display: none;
}
@media (max-width:1280px) {
    .compare_flex_left {
        width: 46%;
        flex-shrink: 0;
        position: relative;
    }
    .compare_flex_left_mushroom_advantages_top {
        left: 129px;
        right: auto;
        margin: 20px 0;
    }
    .compare_flex_right {
        width: 527px;
    }
    .compare_flex_right_mushroom_advantages_img img {
        max-height: 300px;
    }
    .compare_flex_left_mushroom_advantages_img img {
        max-height: 300px;
    }
    .compare_flex_left_mushroom_advantages_img {
        max-width: 361px;
        position: relative;
        left: 86px;
    }
    .compare_flex_right_mushroom_advantages_text{
        position: relative;
    }
    .compare_flex_right_mushroom_advantages_text_left {
        position: absolute;
        bottom: 31px;
        left: -246px;
    }
    .compare_flex_right_mushroom_advantages_text_right {
        position: absolute;
        bottom: 59px;
        right: -260px;
    }
    .compare_flex_right_mushroom_advantages_text_center {
        position: absolute;
        left: -94px;
        top: 6px;
    }
    .compare_flex_left_mushroom_advantages_text_left {
        right: auto;
        bottom: 28px;
        left: 22px;
        position: absolute;
    }
    .wrap_compare_mk .compare_flex_left_mushroom_advantages_text_left {
        top: -70px;
        bottom: auto;
    }
    .wrap_compare_sr .compare_flex_left_mushroom_advantages_text_left {
        top: -71px;
        left: -1px;
        bottom: auto;
    }
    .compare_flex_left_mushroom_advantages_text_center {
        position: absolute;
        right: auto;
        top: 1px;
        left: 137px;
    }
    .compare_flex_left_mushroom_advantages_text_right {
        position: absolute;
        bottom: 112px;
        right: auto;
        left: 340px;
    }
    .compare_flex_left_mushroom_advantages_text{
        position: relative;
    }
}
@media (max-width: 1080px) {
    .compare_flex_left_mushroom_advantages_text_right {
        left: 303px;
    }
    .compare_flex_right_mushroom_advantages_text_left {
        left: -208px;
    }
}
@media (max-width: 1000px) {
    .compare_flex_img_mobile{
        display: block;
        margin-top: -48px;
    }
    .compare_flex_img{
        display: none;
    }
    .compare_flex{
        flex-direction: column;
        align-items: center;
    }
    .compare_flex_left_mushroom_advantages_img{
        display: none;
    }
    .compare_flex_left_mushroom_advantages_img_mobile{
        display: block;
        position: absolute;
        top: 140px;
        left: calc(28% - 147px / 2);
    }
    .compare_flex_left_mushroom_advantages_text > div, .compare_flex_left_mushroom_advantages_top{
        position: static;
        text-align: left;
    }
    .compare_flex_left_mushroom_advantages_text_center{
        margin-bottom: 0;
    }
    .compare_flex_left_mushroom_advantages_top, .compare_flex_left_mushroom_advantages_text_left, .compare_flex_left_mushroom_advantages_text_center, .compare_flex_left_mushroom_advantages_text_right{
        display: flex;
        align-items: center;
        gap: 2px;
        font-size: 15px;
        width: fit-content;
        max-width: fit-content;
        line-height: 107%;
    }
    .compare_flex_left_mushroom_advantages_top span, .compare_flex_left_mushroom_advantages_text_left span, .compare_flex_left_mushroom_advantages_text_center span,  .compare_flex_left_mushroom_advantages_text_right span{
        font-family: 'RubikBubbles';
        display: block;
        width: 57px;
        flex-shrink: 0;
        font-size: 24px;
    }
    .compare_flex_left_mushroom_advantages_text{
        flex-direction: column;
        gap: 5px;
    }
    .compare_flex_left_mushroom_advantages_top, .compare_flex_left_mushroom_advantages_text{
        margin-left: 226px;
    }
    .compare_flex_left {
        width: auto;
    }
    .compare_flex_left_mushroom_advantages_top{
        margin-bottom: 5px;
    }
    .compare_flex_left_mushroom {
        width: fit-content;
        margin: 0 auto;
    }
    .compare_flex_left_mushroom_title {
        font-size: 24px;
        width: 191px;
        height: 91px;
        background-size: contain;
        margin-top: 40px;
        margin-left: 0px;
    }
    .compare_flex_right_mushroom_title {
        margin-top: -50px;
        font-size: 24px;
        width: 194px;
        height: 90px;
        margin: -50px auto 0;
    }
    .compare_flex_right_mushroom_advantages_img{
        display: none;
    }
    .compare_flex_right_mushroom_advantages_img_mobile{
        display: block;
        position: absolute;
        top: 65px;
        left: calc(25% - 147px / 2);
    }
    .compare_flex_right_mushroom_advantages_top, .compare_flex_right_mushroom_advantages_text_left, .compare_flex_right_mushroom_advantages_text_center, .compare_flex_right_mushroom_advantages_text_right{
        display: flex;
        align-items: center;
        gap: 2px;
        font-size: 15px;
        width: fit-content;
        max-width: fit-content;
        line-height: 107%;
    }
    .compare_flex_right_mushroom_advantages_top span, .compare_flex_right_mushroom_advantages_text_left span, .compare_flex_right_mushroom_advantages_text_center span,  .compare_flex_right_mushroom_advantages_text_right span{
        font-family: 'RubikBubbles';
        display: block;
        width: 57px;
        flex-shrink: 0;
        font-size: 24px;
    }
    .compare_flex_right_mushroom_advantages_text{
        flex-direction: column;
        gap: 5px;
    }
    .compare_flex_right_mushroom_advantages_text > div{
        position: static;
        
    }
    .compare_flex_right_mushroom_advantages_top{
        margin-bottom: 5px;
    }
    .compare_flex_right{
        align-items: start;
        position: relative;
    }
    .compare_flex_right_mushroom_advantages_top, .compare_flex_right_mushroom_advantages_text{
        margin-left: 226px;
        left: 0;
        text-align: left;
    }
    .compare_flex_right_mushroom {
        margin: 0 auto;
    }
    .compare_flex_right_mushroom_advantages_top{
        margin-top: 15px;
    }
    .wrap_compare{
        padding-bottom: 42px;
        padding-top: 54px;
    }
    .compare_flex{
        padding-bottom: 0;
    }
}
@media (max-width:560px) {
    .compare_flex_left_mushroom_advantages_top, .compare_flex_left_mushroom_advantages_text_left, .compare_flex_left_mushroom_advantages_text_center, .compare_flex_left_mushroom_advantages_text_right, .compare_flex_right_mushroom_advantages_top, .compare_flex_right_mushroom_advantages_text_left, .compare_flex_right_mushroom_advantages_text_center, .compare_flex_right_mushroom_advantages_text_right {
        width: 190px;
    }
    .compare_flex_left, .compare_flex_right {
        max-width: 320px;
        width: 320px;
    }
    .compare_flex_left_mushroom_advantages_top, .compare_flex_left_mushroom_advantages_text,.compare_flex_right_mushroom_advantages_top, .compare_flex_right_mushroom_advantages_text {
        margin-left: 131px;
    }
    .compare_flex_left_mushroom_advantages_img_mobile {
        left: calc(18% - 147px / 2);
    }
    .compare_flex_right_mushroom_advantages_img_mobile {
        display: block;
        position: absolute;
        top: 65px;
        left: calc(16% - 147px / 2);
    }
    .wrap_compare {
        background-image: url(../image/compare/fon_mobile.png);
    }
}
/*----Слайдер---------------------------------------------------------------------------------*/

.swiper-slider_1 {
    background-image: url(../image/slider/fon-slider.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.swiper_block_description {
    position: absolute;
    left: 0;
    top: 42px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 434px;
}
.swiper_block_description_flex {
    display: flex;
    align-items: center;
    gap: 19px;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 107%;
    color: #fff;
    background: #4ad2e8;
    border-radius: 0 20px 20px 0;

}
.swiper-slide {
    overflow: hidden;
}
.swiper_block_description_flex_img img{
    width: 44px;
}
.swiper_block_description_flex_img {
    flex-shrink: 0;
}
.container_swiper {
    max-width: 1297px;
    padding: 0 15px;
    margin: 0 auto;
}
.swiper_slide_description {
    display: flex;
    gap: 15px;
    background: rgba(255, 255, 255, 0.32);
    border-radius: 26px;
    padding: 23px 32px;
    align-items: center;
    position: relative;
}
.container_swiper_img{
    margin-bottom: 41px;
    border-radius: 26px;
}
.swiper_slide_description_text {
    font-size: 16px;
    line-height: 110%;
    color: #fff;
    
}
.swiper_slide_description_text_title {
    font-size: 52px;
    line-height: 110%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    font-family: "RubikBubbles";
    margin-bottom: 11px;
}
.swiper_slide_description_text_subtitle {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.swiper_slide_description_info {
    margin-right: -120px;
}
.swiper_slide_description_pop_left {
    position: absolute;
    max-width: 139px;
    left: -166px;
}
.swiper_slide_description_pop_right {
    position: absolute;
    right: -143px;
    top: -150px;
}
.swiper-slider_1-pagination {
    position: absolute;
    top: 598px !important;
    left: calc(50% - 16px) !important;
    width: auto !important;
    height: fit-content;
    z-index: 99;
}
span.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: #fff;
}

.swiper-slider_1-button-next {
    transform: rotate(180deg);
}
.swiper-slider_1-button-prev {
    position: absolute;
    top: 335px;
    z-index: 99;
    left: calc(50% - 691px);
}
.swiper-slider_1-button-next {
    position: absolute;
    top: 335px;
    z-index: 99;
    right: calc(50% - 703px);
}
.swiper_block_description_mobile{
    display: none;
}
@media (max-width: 1400px) {
    .container_swiper {
        padding: 0 80px;
    }
    .swiper-slider_1-button-next {
        right: calc(50% - 633px);
        top: 240px;
    }
    .swiper-slider_1-button-prev {
        left: calc(50% - 619px);
        top: 240px;
    }
    .swiper-slider_1-pagination{
        top: 539px !important;
    }
}
@media (max-width:1250px) {
    .swiper-slider_1-button-prev {
        left: 30px;
    }
    .swiper-slider_1-button-next {
        right: 24px;
    }
    .container_swiper_img {
        height: 524px;
        object-fit: cover;
    }

}
@media(max-width:1000px){
    .swiper_slide_description_info{
        display: none;
    }
    .swiper_block_description{
        display: none;
    }
    .swiper_block_description_mobile{
        display: block;
    }
    .swiper_slide_description_advantages{
        display: none;
    }
    .swiper_slide_description_text_title {
        font-size: 24px;
        text-align: center;
    }
    .swiper_slide_description{
        padding: 12px;
    }
    .swiper_block_description_flex_img img {
        width: 32px;
    }
    .swiper_block_description_flex {
        background: none;
        color: #281c13;
        font-size: 14px;
        padding: 0;
    }
    .swiper_block_description_mobile {
        gap: 8px;
        display: flex;
        flex-direction: column;
        border-bottom: 2px #fff solid;
        padding-bottom: 10px;
        margin-bottom: 13px;
    }
}
@media (max-width:700px) {
        .container_swiper_img {
        height: 168px;
        object-fit: cover;
        width: 100%;
    }
        .swiper-slider_1-pagination {
        top: 170px !important;
    }
    span.swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }
    .swiper-slider_1-button-prev, .swiper-slider_1-button-next {
        width: 45px;
        top: 59px;
    }
    .swiper-slider_1-button-prev {
        left: 70px;
    }
    .swiper-slider_1-button-next {
        right: 50px;
    }
    .swiper_slide_description_pop_right {
        width: 90px;
        top: -50px;
        right: -50px;
    }
    .container_swiper_img {
        margin-bottom: 20px;
        border-radius: 26px;
    }
    .swiper_slide_description_pop_left {
        left: -46px;
        width: 60px;
    }
}
@media (max-width:450px) {
    .container_swiper {
        padding: 0 15px;
    }
    .swiper-slider_1-button-prev {
        left: -3px;
    }
    .swiper-slider_1-button-next {
        right: 0px;
    }
    .swiper-button-disabled{
        display: none;
    }
}


/*Страница: Бренд-----------------------------------------------------------------------------------------------------------------------------------------------------*/

.wrap_brand {
    background-image: url(../image/Brand/fon.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 0;
    overflow-x: clip;
}
.brand_title {
    color: #fff;
    text-align: center;
    margin-bottom: 68px;
}
.brand_flex_carts {
    position: relative;
    color: #4ad2e8;
    font-size: 20px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    gap: 96px;
    justify-content: space-between;
    margin-bottom: 70px;
}
.brand_flex_cart_1 {
    background-image: url(../image/Brand/fon1.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    max-width: 319px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 17px;
    min-height: 254px;
    line-height: 107%;
}
.brand_flex_cart_img {
    margin-bottom: 5px;
}
.brand_flex_cart_title_1 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: #f6dc6d;
    width: auto;
}
.brand_flex_cart_subtitle {
    max-width: 270px;
}
.brand_flex_cart_subtitle_3 {
    max-width: 298px;
}
.brand_flex_cart_2 {
    background-image: url(../image/Brand/fon2.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    width: fit-content;
}
.brand_flex_cart_title_2 {
    color: #d24c4e;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    max-width: 270px;
}
.brand_flex_cart_3 {
    background-image: url(../image/Brand/fon3.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    width: fit-content;
    position: relative;
    z-index: 9;
}
.brand_flex_cart_title_3 {
    color: #d24c4e;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    max-width: 270px;
}
.brand_flex_cart_4 {
    background-image: url(../image/Brand/fon4.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px;
    width: fit-content;
}
.brand_flex_cart_title_4 {
    color: #f6dc6d;
    font-size: 20px;
    text-transform: uppercase;
}
.brand_flex_image {
    position: absolute;
    max-width: 594px;
    left: calc(50% - 297px);
    top: 0px;
}
.brand_flex_image_1 {
    position: absolute;
    max-width: 139px;
    top: -67px;
    left: -15px;
}
.brand_flex_image_2 {
    position: absolute;
    max-width: 173px;
    right: -40px;
    top: -182px;
}
@media (max-width:1080px) {
    .brand_flex_cart_1, .brand_flex_cart_2, .brand_flex_cart_3, .brand_flex_cart_4 {
        position: relative;
        z-index: 99;
    }
}
@media (max-width:1000px) {
    .brand_title {
        margin-bottom: 6px;
    }
    .brand_flex_image {
        position: static;
        order: -1;
        margin: 0 auto;
    }
    .brand_flex_carts{
        flex-direction: column;
        max-width: 600px;
        margin: 0 auto;
        gap: 0;
    }
    .brand_flex_cart_img {
        width: 40px;
    }
    .brand_flex_cart_title{
        font-size: 11px;
    }
    .brand_flex_cart_subtitle {
        font-size: 11px;
    }
    .brand_flex_cart {
        min-height: auto;
        max-width: 178px;
        line-height: 1.1;
        padding: 31px;
        box-sizing: content-box;
    }
    .brand_flex_cart_2, .brand_flex_cart_4{
        margin-left: auto;
    }
    .brand_flex_cart_1 {
        margin-top: -156px;
    }
    .brand_flex_cart_2 {
        margin-top: -76px;
    }
    .brand_flex_cart_3 {
        margin-top: -50px;
    }
    .brand_flex_cart_4 {
        margin-top: -50px;
    }
}
@media (max-width:450px) {
    .brand_flex_cart_2 {
        margin-top: -29px;
    }
    .brand_flex_cart_3 {
        margin-top: -39px;
    }
    .brand_flex_cart_4 {
        margin-top: -27px;
    }
    .brand_flex_cart.brand_flex_cart_3::before {
        content: "";
        width: 176px;
        content: "";
        position: absolute;
        height: 143px;
        background-image: url(../image/Brand/fon3.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        z-index: -1;
        top: -13px;
    }
    .brand_flex_cart.brand_flex_cart_3 {
        background-image: none;
        position: relative;
    }
    .brand_flex_cart_3 .brand_flex_cart_img {
        width: 34px;
    }
    .brand_flex_cart_subtitle.brand_flex_cart_subtitle_3, .brand_flex_cart_title_3.brand_flex_cart_title {
        max-width: 160px;
    }
    .brand_flex_cart.brand_flex_cart_1::before {
        content: "";
        width: 172px;
        position: absolute;
        height: 137px;
        background-image: url(../image/Brand/fon1.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        z-index: -1;
        top: -5px;
    }
    .brand_flex_cart.brand_flex_cart_1 {
        background-image: none;
        position: relative;
    }
    .brand_flex_cart_1 .brand_flex_cart_img {
        width: 38px;
    }
    .brand_flex_cart_subtitle.brand_flex_cart_subtitle_1, .brand_flex_cart_title_1.brand_flex_cart_title {
        max-width: 145px;
    }
    .brand_flex_cart.brand_flex_cart_2::before {
        content: "";
        width: 167px;
        position: absolute;
        height: 137px;
        background-image: url(../image/Brand/fon2.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        z-index: -1;
        top: -6px;
    }
    .brand_flex_cart.brand_flex_cart_2 {
        background-image: none;
        position: relative;
    }
    .brand_flex_cart_2 .brand_flex_cart_img {
        width: 40px;
    }
    .brand_flex_cart_subtitle.brand_flex_cart_subtitle_2, .brand_flex_cart_title_2.brand_flex_cart_title {
        max-width: 145px;
    }
    .brand_flex_cart.brand_flex_cart_4::before {
        content: "";
        width: 172px;
        position: absolute;
        height: 139px;
        background-image: url(../image/Brand/fon4.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
        z-index: -1;
        top: -4px;
    }
    .brand_flex_cart.brand_flex_cart_4 {
        background-image: none;
        position: relative;
    }
    .brand_flex_cart_4 .brand_flex_cart_img {
        width: 48px;
    }
    .brand_flex_cart_subtitle.brand_flex_cart_subtitle_4, .brand_flex_cart_title_4.brand_flex_cart_title {
        max-width: 146px;
    }
    .brand_flex_cart_title{
        font-weight: 700;
    }
    .brand_flex_cart{
        padding: 0;
    }
        .brand_flex_cart_1 {
        margin-top: -118px;
    }
    .brand_flex_image_1 {
        position: absolute;
        max-width: 61px;
        top: 547px;
        left: 5px;
    }
    .wrap_brand_sr .brand_flex_cart.brand_flex_cart_1::before{
        width: 202px;
        height: 156px;
    }
    .wrap_brand_sr .brand_flex_cart.brand_flex_cart_2::before{
        width: 173px;
        height: 148px;
    }
    .wrap_brand_sr .brand_flex_cart.brand_flex_cart_3::before{
        width: 185px;
        height: 151px;
    }
    .wrap_brand_sr .brand_flex_cart.brand_flex_cart_4::before{
        width: 172px;
        height: 139px;
    }
    .wrap_brand_mk .brand_flex_cart.brand_flex_cart_1::before {
        width: 189px;
        height: 152px;
    }
    .wrap_brand_mk .brand_flex_cart.brand_flex_cart_2::before {
        width: 174px;
        height: 145px;
    }
    .wrap_brand_mk .brand_flex_cart.brand_flex_cart_3::before {
        width: 183px;
        height: 156px;
    }
    .wrap_brand_es .brand_flex_cart.brand_flex_cart_1::before {
        width: 181px;
        height: 148px;
    }
    .wrap_brand_es .brand_flex_cart.brand_flex_cart_2::before {
        width: 172px;
        height: 142px;
    }
    .wrap_brand_es .brand_flex_cart.brand_flex_cart_3::before {
        width: 176px;
        height: 154px;
    }

}
/*Блок Target--------------------------------------------------------------------*/

.wrap_target {
    padding: 40px 0;
    background-image: url(../image/Target/fon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;

}
.wrap_target .container{
    position: relative;
}
.target_title {
    text-align: center;
    color: #f6dc6d;
}
.target_top_left {
    max-width: 94px;
    position: absolute;
    top: 200px;
    left: 42px;
}
.target_down_left {
    position: absolute;
    bottom: -60px;
    left: 98px;
}
.target_top_right {
    max-width: 127px;
    position: absolute;
    top: 21px;
    right: 31px;
    z-index: 9;
}
.target_down_right {
    position: absolute;
    right: 15px;
    top: 492px;
}
.target_carts {
    font-size: 19px;
    color: #fff;
    line-height: 107%;
}
.target_carts strong{
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    color: #f6dc6d;
}
.target_cart {
    display: flex;
    align-items: center;
    position: relative;
}
.target_cart_2 {
    margin-top: -81px;
}
.target_cart_3 {
    margin-top: -80px;
}
.target_cart_4 {
    margin-top: -75px;
}
.target_cart_5 {
    top: -83px;
}
.target_cart_1, .target_cart_3, .target_cart_5{
    flex-direction: row-reverse;
}
.target_cart_1 .target_cart_title{
    max-width: 608px;
    text-align: right;
}
.target_cart_2 .target_cart_title{
    max-width: 381px;
}
.target_cart_3 .target_cart_title{
    max-width: 340px;
    text-align: right;
}
.target_cart_4 .target_cart_title{
    max-width: 484px;
}
.target_cart_5 .target_cart_title{
    max-width: 375px;
    text-align: right;
}
.target_cart_img {
    position: relative;
    z-index: 2;
}
.target_cart_line {
    position: absolute;
}
.target_cart_line_1 {
    right: 349px;
    z-index: 1;
}
.target_cart_line_2 {
    left: 336px;
}
.target_cart_line_3 {
    right: 325px;
}
.target_cart_line_4 {
    left: 326px;
}
.target_cart_line_5 {
    right: 325px;
}

@media (max-width:1000px) {
    .target_carts > *{
        margin-top: 0;
        flex-direction: row;
        top: 0;
        gap: 18px;
    }
    .target_cart_line{
        display: none;
    }
    .target_cart_title{
        text-align: left !important;
        max-width: fit-content !important;
    }
    .target_cart_title, .target_carts strong{
        font-size: 16px;
    }
    .wrap_target {
        background-image: url(../image/Target/fon_mobile.png);
        padding: 40px 0 73px;
    }
    .target_top_left, .target_down_left, .target_top_right, .target_down_right{
        display: none;
    }
}
@media (max-width:750px) {
    .target_cart_img {
        height: 95px;
        margin-left: -63px;
    }
    .target_title{
        margin-bottom: 23px;
    }
    .target_carts {
    display: flex;
        flex-direction: column;
        gap: 10px;
    }
}


/*Блок Target-----------------------------------------------------------------------------------------------------*/

.wrap_about {
    padding: 34px 0;
    overflow-x: clip;
}
.wrap_about .container {
    position: relative;
}
.about_title {
    text-align: center;
    margin-bottom: 14px;
}
.about_img_center {
    margin: 0 auto;
    display: block;
}
.about_img_left {
    position: absolute;
    left: -190px;
    top: 420px;
}
.about_img_right {
    position: absolute;
    right: -180px;
    top: 420px;
    z-index: -1;
}
.about_carts {
    padding: 35px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    justify-content: space-between;
    max-width: 1021px;
    margin: 0 auto;
}
.about_cart {
    display: flex;
    gap: 9px;
    align-items: center;
    line-height: 107%;
    font-size: 19px;
    color: #24160f;
    max-width: 48%;
}
.about_cart_1 .about_cart_description_title{
    color: #a28ceb;
}
.about_cart_2 .about_cart_description_title{
    color: #f6dc6d;
}
.about_cart_3 .about_cart_description_title{
    color: #c0e441;
}
.about_cart_4 .about_cart_description_title{
    color: #4ad2e8;
}

.about_cart_description_title {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;

}
.about_certified {
    line-height: 130%;
    text-align: center;
    color: #4ad2e8;
}
.about_certified_title {
    font-weight: 700;
    font-size: 32px;
    margin-bottom: 10px;
}
.about_certified_subtitle {
    font-weight: 400;
    font-size: 20px;
}
.about_cart_img_box{
    width: 125px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about_img_center_mobile{
    display: none;
}
@media (max-width:1000px) {
    .about_cart_description_title, .about_cart{
        font-size: 14px;
    }
    .about_cart_img_box{
        width: 69px;
    }
    .about_carts{
        flex-direction: column;
        gap: 10px;
    }
    .about_cart{
        max-width: fit-content;
    }
    .about_img_center_mobile{
        display: block;
        margin: 0 auto;
    }
    .about_img_center{
        display: none;
    }
    .about_img_left {
        position: absolute;
        left: 0px;
        top: 29px;
        width: 87px;
    }
    img.about_img_right {
        width: 90px;
        right: 0;
        top: 26px;
    }
    .about_cart{
        gap: 12px;
    }
    .about_certified_title {
        font-size: 16px;
        margin: 0;
    }
    .about_certified_subtitle {
        font-size: 12px;
        line-height: 100%;
    }
}


/*Страница more about-----------------------------------------------------------------------------------------------------------*/


.wrap_company {
    padding: 32px 0;
    margin-bottom: 166px;
    overflow-x: clip;
}
.wrap_company .container {
    position: relative;
}
.company_title {
    margin-bottom: 62px;
    text-align: center;
    color: #c0e540;
}
.company_img_top_left {
    position: absolute;
    left: -153px;
    top: 30px;
}
.company_img_center_left {
    position: absolute;
    top: 309px;
    left: -40px;
    z-index: -1;
}
.company_img_down_right {
    position: absolute;
    right: -227px;
    top: 320px;
}
.company_img_down_left{
    position: absolute;
        top: 829px;
    left: -130px;
}
.company_img_top_right {
    position: absolute;
    right: -12px;
    top: -41px;
}
.company_carts {
    display: flex;
    flex-wrap: wrap;
    row-gap: 25px;
    column-gap: 2%;
}
.company_cart {
    display: flex;
    width: 49%;
    align-items: center;
    gap: 13px;
}
.company_cart_image{
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.company_cart_description {
    font-size: 20px;
    line-height: 110%;
    color: #4ad2e8;
}
.company_cart_description strong{
    font-weight: 700;
    display: block;
}
.company_cart_old{
    width: 100%;
}
.company_cart_old .company_cart_description{
    max-width: 279px;
}
.company_img_top_left, .company_img_down_left, .company_img_top_right{
    z-index: -1;
}
@media (max-width:1000px) {
    .company_cart_description{
        font-size: 14px;
    }
    .company_cart_image {
        width: 69px;
    }
    .wrap_company .container {
        display: flex;
        flex-direction: column;
    }
    .company_title{
        order: 1;
        margin-bottom: 20px;
    }
    .company_carts{
        order: 2;
    }
    .company_img_down_right{
        order: 3;
        position: static;
    }
    .company_cart{
        width: 48%;
    }
    .wrap_company{
        margin: 0;
        padding: 0;
    }
    .company_img_top_left {
        left: 23px;
        top: 2px;
        width: 40px;
    }
    .company_img_top_right {
        right: 23px;
        top: 66px;
        width: 52px;
    }
    .company_img_down_left {
        top: 328px;
        left: -32px;
        width: 85px;
        z-index: -1;
    }
    .company_img_center_left {
        top: 274px;
        left: auto;
        width: 50px;
        right: -18px;
    }
}
@media (max-width:600px) {
    .company_carts{
        flex-direction: column;
    }
    .company_cart{
        width: 100%;
    }
}



/*Блок Coperation--------------------------------------------------------------------------------*/

.wrap_cooperation {
    background-image: url(../image/Cooperation/fon.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 172px 0;
    z-index: 9;
    position: relative;
}
.cooperation_img{
    display: none;
}
.cooperation_title {
    color: #fff;
    text-align: center;
    margin-bottom: 67px;
}

.cooperation_carts {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 50px;
    /*max-width: 991px;*/
    margin: 0 auto;
    justify-content: space-between;

    background-image: url(../image/Cooperation/oblac.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 119px;
}
.cooperation_cart {
    display: flex;
    align-items: center;
    gap: 20px;
    font-size: 23px;
    line-height: 107%;
    color: #fff;
    width: 48%;
}
.cooperation_cart_img {
    flex-shrink: 0;
}

.cooperation_cart_description {
    max-width: 300px;
}
@media (min-width: 2500px) {
    .wrap_cooperation{
        background-position: bottom center;

    }
}
@media (max-width:1000px) {
    .cooperation_carts {
        background-image: none;
        max-width: fit-content;
        padding: 0;
        gap: 36px;
    }
    .cooperation_cart{
        gap: 15px;
    }
    .cooperation_cart_img {
        max-width: 58px;
    }
    .cooperation_cart_description {
        font-size: 15px;
        padding: 17px 13px;
        box-shadow: 0 0 35px 0 rgba(0, 0, 0, 0.13);
        background: #00b3ce;
        max-width: 100%;
        width: 100%;
        border-radius: 13px;
    }
    .wrap_cooperation {
        background-image: url(../image/Cooperation/fon_mobile.png);
        padding: 116px 0 72px;
        margin-top: -351px;
    }
    .cooperation_title{
        margin-bottom: 40px;

    }
    .cooperation_carts{
        column-gap: 2%;
    }
    .cooperation_img{
        display: block;
    }
    .cooperation_img_left_top {
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
    }
    .cooperation_img_left_down {
        position: absolute;
        top: 306px;
        left: 61px;
        z-index: -1;
    }
    .cooperation_img_right_top {
        position: absolute;
        top: 81px;
        right: 17px;
        z-index: -1;
    }
    .cooperation_img_right_down {
        position: absolute;
        top: 250px;
        right: 0;
        z-index: -1;
    }
}
@media (max-width:800px) {
    .cooperation_carts{
        flex-direction: column;
    }
    .cooperation_img_right_down {
        top: 478px;
    }
    .cooperation_cart{
        width: 100%;
    }
    .wrap_cooperation {
        background-image: url(../image/Cooperation/fon_mobile.png);
        padding: 83px 0 72px;
        margin-top: -259px;
    }
}
@media (max-width:650px) {
    .wrap_cooperation {
        margin-top: -190px;
    }
}
@media (max-width:650px) {
    .wrap_cooperation {
        margin-top: -190px;
    }
}
@media (max-width:450px) {
    .wrap_cooperation {
        margin-top: -120px;
        padding-top: 70px;
    }
}

/*Блок Monternergo-------------------------------------------------------------------------------------------------------------------*/
.wrap_montenegro{
    overflow-x: clip;
}
.montenegro_image_fon {
    position: absolute;
    z-index: -1;
    left: -238px;
    width: 1523px;
}
.wrap_montenegro .container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding-right: 114px;
}
.montenegro_image_bottom {
    position: absolute;
    bottom: 0;
    left: 327px;
}
.montenegro_image_top {
    position: absolute;
    right: -140px;
    top: 17px;
}
.montenegro_image_left img {
    width: 100%;
}
.montenegro_image_left {
    position: absolute;
    left: -330px;
    top: 520px;
    width: 280px;
}
.montenegro_image_right img {
    width: 100%;
}
.montenegro_image_right {
    position: absolute;
    right: -194px;
    top: 487px;
    width: 130px;
}
.montenegro_carts_description {
    max-width: 467px;
}
.montenegro_subtitle {
    max-width: 467px;
    font-size: 28px;
    line-height: 107%;
    color: #24160f;
    margin-bottom: 122px;
    position: relative;
}
.wrap_montenegro_mk .montenegro_subtitle::before {
    top: -62px;
}
.wrap_montenegro_es .montenegro_subtitle::before {
    top: -87px;
}
h2.montenegro_carts_description_title {
    margin: 62px 0 23px;
}
.montenegro_carts_description_subtitle {
    font-size: 22px;
    line-height: 110%;
    letter-spacing: 0.02em;
    color: #4ad2e8;
    margin-bottom: 129px;
}
.montenegro_subtitle::before {
    content: "";
    width: 606px;
    height: 289px;
    position: absolute;
    display: block;
    background-image: url(../image/!Montenegro/obl.png);
    z-index: -1;
    top: -99px;
    left: -85px;
}
.montenergo_brand {
    margin-bottom: 49px;
}
.montenegro_image_fon_mobile{
    display: none;
}
@media (max-width:1000px) {
    .montenegro_image_fon_mobile{
        display: block;
        margin: 0 -15px;
    }
    .montenegro_image_fon, .montenegro_image_left, .montenegro_image_right{
        display: none;
    }
    .wrap_montenegro .container {
        align-items: center;
        padding-right: 15px;
    }  
    h2.montenegro_carts_description_title {
        margin: 20px 0 11px;
    }
    .montenegro_carts_description_subtitle {
        font-size: 14px;
        margin-bottom: 112px;
        max-width: 100%;
    }
    .montenegro_carts_description{
        max-width: 100%;
    }
    .montenegro_subtitle{
        font-size: 14px;
    }
    .montenegro_subtitle::before {
        width: 480px;
        height: 229px;
        top: -101px !important;
        left: -14px;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .wrap_montenegro_mk .montenegro_subtitle::before {
        width: 117%;
        left: -15px;
    }
    .montenergo_brand{
        margin-bottom: 0;
    }
    .montenegro_image_top {
        width: 135px;
        right: -85px;
        top: 253px;
    }
    .montenegro_image_bottom {
        width: 72px;
        top: 175px;
        z-index: -1;
        left: -5px;
    }
}
@media (max-width:500px) {
    .montenegro_subtitle::before {
        width: 100%;
        top: -25px !important;
        left: 0px;
        background-repeat: no-repeat;
    }
    .montenegro_carts_description_subtitle{
        margin-bottom: 42px;
    }
    .montenegro_subtitle {
        text-align: center;
        width: 242px;
        padding: 0 11px;
        margin-bottom: 36px;
    }
    .montenergo_brand {
        width: 199px;
    }
}
/*Блок Road Map------------------------------------------------------------------------------------------------------------------*/

.wrap_roadMap {
    background-image: url(../image/3.RoadMap/fon.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
    overflow-x: clip;
}
.wrap_roadMap .container {
    position: relative;
    padding-bottom: 221px;

}
.roadMap_title {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    margin-bottom: 200px;
}
.roadMap_title::after{
    content:"";
    display: block;
    width: 458px;
    height: 223px;
    background-image: url(../image/3.RoadMap/oblako.png);
    z-index: 0;
    position: absolute;
    top: -86px;
    left: calc(50% - 229px);
}
.roadMap_title_{
    position: relative;
    z-index: 2;
    color: #fff;

}
.roadMap_top_left {
    position: absolute;
    top: 100px;
    left: -81px;
}
.roadMap_top_right {
    position: absolute;
    top: 19px;
    left: 713px;
}
.roadMap_bottom_left {
    position: absolute;
    bottom: 0;
    left: 262px;
}
.roadMap_bottom_center {
    position: absolute;
    top: 635px;
    left: 614px;
}
.roadMap_bottom_right {
    position: absolute;
    top: 621px;
    right: -28px;
}
.roadMap_carts {
    position: relative;
}
.roadMap_cart_img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.roadMap_cart_title {
    font-size: 20px;
    line-height: 107%;
    letter-spacing: -0.03em;
    text-align: center;
    color: #fff;
    position: absolute;
}
.roadMap_cart_title strong{
    font-weight: 700;
    text-transform: uppercase;
    display: block;
}
.roadMap_cart_title_1 {
    max-width: 216px;
    top: 250px;
    left: 6px;
}
.roadMap_cart_title_2 {
    max-width: 214px;
    bottom: 260px;
    left: 185px;
}
.roadMap_cart_title_3 {
    max-width: 202px;
    top: 250px;
    left: 367px;
}
.roadMap_cart_title_4 {
    max-width: 212px;
    bottom: 260px;
    left: 539px;
}
.roadMap_cart_title_5 {
    max-width: 186px;
    top: 250px;
    left: 732px;
}
.roadMap_cart_title_6 {
    max-width: 208px;
    bottom: 260px;
    left: 889px;
}
.roadMap_cart_img_mobile{
    display: none;
}
.roadMap_cart_title span{
    display: none;
}
@media (max-width:1160px) {
    .roadMap_carts {
        max-width: 970px;
        margin: 0 auto;
    }
    .roadMap_cart_title_1 {
        max-width: 185px;
        left: -19px;
    }
    .roadMap_cart_title_2 {
        left: 120px;
    }
    .roadMap_cart_title_3 {
        left: 297px;
    }
    .roadMap_cart_title_4 {
        left: 461px;
    }
    .roadMap_cart_title_5 {
        left: 643px;
    }
    .roadMap_cart_title_6 {
        left: 816px;
    }
}
@media (max-width:1000px) {
    .roadMap_title::after{
        display: none;
    }
    .wrap_roadMap{
        background-image: url(../image/3.RoadMap/fon_mobile.png);
    }
    .roadMap_title {
        margin-bottom: 19px;
    }
    .roadMap_cart_title {
        position: static !important;
        margin-bottom: 13px;
    }
    .roadMap_cart_img_mobile{
        display: block;
    }
    .roadMap_cart_img{
        margin-bottom: 30px;
    }
    .roadMap_cart_img_pc{
        display: none;
    }
    .roadMap_cart_title span{
        display: flex;
        flex-shrink: 0;
        font-family: 'RubikBubbles';
        font-size: 32px;
        gap: 8px;
        align-items: center;
    }
    .roadMap_cart_title{
        text-align: left;
        display: flex;
        max-width: fit-content !important;
        align-items: center;
        gap: 8px;
        font-size: 14px !important;
    }
    .roadMap_cart_title.roadMap_cart_title_1 span {
        gap: 12px;
    }
    .roadMap_carts{
        gap: 13px;
    }
    .roadMap_cart_title.roadMap_cart_title_6{
        margin-bottom: 0;
    }
    .roadMap_bottom_right, .roadMap_bottom_center, .roadMap_bottom_left, .roadMap_top_right, .roadMap_top_left {
        display: none;
    }
    .wrap_roadMap .container{
        padding-bottom: 24px;
    }
}

/*Блок Footer----------------------------------------------------------*/
.footer_up {
    padding-top: 182px;
    position: relative;
}
.container {
}
.footer_up_image {
}
.footer_up_img {
    position: absolute;
    left: calc(50% - 560px);
    z-index: -1;
    top: 0;
}
.footer_up_title {
    width: fit-content;
    margin: 0 auto 41px;

}
.footer_up_info {
    max-width: 787px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 131%;
    letter-spacing: 0.02em;
    text-align: center;
    color: #4ad2e8;
    margin-bottom: 51px;
}
.footer_up_info_name {
    font-weight: 700;
}
.footer_up_info strong {
    font-weight: 700;
}
.footer_info_address {
}
.footer_info_number {
}
.footer_info_director strong{
    text-transform: uppercase;
}
.footer_up_contacts_carts {
    width: fit-content;
    margin: 0 auto;
    box-shadow: 0 0 39px 0 #cfe5e8;
    background: #fff;
    border-radius: 23px;
    padding: 12px 21px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 167px;
}
.footer_up_contacts_cart a{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 700;
    font-size: 19px;
    line-height: 107%;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #24160f;
}
.footer_up_contacts_cart {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_down {
    padding: 174px 0 33px;
    background-image: url(../image/contact/fon_2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.footer_down_carts {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer_down_cart {
}
.footer_down_cart_main {
    font-size: 19px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #fff;
}
.footer_down_cart_main ul{
    display: flex;
    flex-direction: column;
    gap: 11px;
}
.footer_down_cart_main li{
    font-weight: 700;
}
.footer_down_contact {
    display: flex;
    gap: 10px;
    align-items: center;
}
.footer_down_contact li{
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    font-family: "RubikBubbles";
    background: rgba(255, 255, 255, 0.34);
    border-radius: 8px;
    padding: 6px;
}
.footer_down_contact_tel {
    width: 41px;
    height: 46px;
    background-image: url(../image/tel.png);
    background-size: contain;

}
.footer_down_contact_mail {
    width: 47px;
    height: 43px;
    background-image: url(../image/mail.png);
    background-size: contain;
}
.footer_down_contact_mail:hover{
    background-image: url(../image/mail\ hover.png);
}
.footer_down_contact_tel:hover{
    background-image: url(../image/tel\ hover.png);
}
.footer_up .container{
    display: flex;
    flex-direction: column;
}
.footer_up_image_right, .footer_up_image_left{
    display: none;
}
.footer_down_cart_main ul a{
    color: #fff;
    font-weight: 700;
}
.footer_down_cart_main ul a:hover{
    color: #f6dc6d;
}
@media (max-width:1100px) {
    .footer_up_contacts_cart a{
        font-size: 16px;
    }
}
@media (max-width:1000px) {
    .footer_up_title{
        order: 1;
        margin-bottom: 26px;
    }
    .footer_up_contacts_carts{
        order: 2;
    }
    .footer_up_info{
        order: 3;
    }
    .footer_up {
        padding-top: 15px;
    }
    .footer_up_contacts_carts {
        background: none;
        box-shadow: none;
        flex-wrap: wrap;
        margin-bottom: 99px;
        justify-content: center;
    }
    .footer_up_contacts_cart {
        padding: 8px 12px;
        box-shadow: 0 0 39px 0 #cfe5e8;
        background: #fff;
        border-radius: 12px;
    }
    .footer_down{
        display: none;
    }
    .footer_up_info {
        font-size: 20px;
        margin-bottom: 138px;
        max-width: 305px;
    }
    .footer_info_address, .footer_info_number, .footer_info_director{
        font-size: 15px;
    }
    .footer_up_img {
        left: calc(50% - 429px / 2);
        top: auto;
        width: 429px;
        bottom: 0;
    }
    .footer_up_image_right, .footer_up_image_left{
        display: block;
        position: absolute;
    }
    .footer_up_image_left{
        left: 0;
        top: 0;
    }
    .footer_up_image_right{
        right: 0;
        top: 114px;
    }
    footer#contacts {
    overflow-x: clip;
}
}

.dn{
    display: none;
}