html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    background: #fff;
    font-size: 14px;
    color: #000;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    line-height: 1.2;
    font-family: 'Roboto', sans-serif;
}

body.overflow-hidden {
    overflow: hidden;
}

* {
    outline: none;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


img {
    border: none;
    vertical-align: top;
    max-width: 100%;
}

.responsive-image {
    max-width: 100%;
}

input, textarea, select, button {
    border: none;
    resize: none;
    display: block;
    font-family: 'Roboto', sans-serif;
}

input[type="text"],
input[type="tel"],
input[type="mail"] {
    background: #fff;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}

button[type="submit"] {
    cursor: pointer;
}

select::-ms-expand {
    display: none;
}

::-moz-placeholder {
    opacity: 1;
}

::-webkit-input-placeholder {
    opacity: 1;
}

::-ms-placeholder {
    opacity: 1;
}

::placeholder {
    opacity: 1;
}

label {
    cursor: pointer;
}

ul, ul li {
    list-style: none;
}

a {
  color: #333; 
  text-decoration: none; 
}




p {
    margin-top: 25px;
}

.hidden {
    display: none;
}

.viewport-wrapper {
    position: relative;
    min-width: 280px;
    overflow: hidden;
    margin: 0 auto;
}

.viewport-wrapper.overflow {
    width: 100%;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
}

.container {
    margin: 0 auto;
    min-width: 300px;
    max-width: 1920px;
    padding: 0 50px;
    width: 100%;
}


.d-flex {
    display: flex;
    flex-wrap: wrap;
}

.j-between {
    justify-content: space-between;
}

.j-center {
    justify-content: center;
}

.j-end {
    justify-content: flex-end;
}

.a-start {
    align-items: flex-start;
}

.a-center {
    align-items: center;
}

.a-end {
    align-items: flex-end;
}


.modal-buttons {
    display: flex;
    margin-top: 20px;
}

.modal-buttons.center {
    justify-content: center;
}

.modal-buttons .bt-str-blue {
    margin-right: 20px;
}

.modal-buttons .bt-str-blue.disabled {
    border-color: #fff;
    cursor: default;
}

.modal-buttons .bt-str-blue.disabled:hover {
    background: none;
}

.modal-buttons .bt-str-blue:last-child {
    margin-right: 0;
}

.news-detail-btn{
	display:flex;
	flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 48px;
    padding: 0 25px;
    border-radius: 50px;
    background-color: #008BEA;
    box-shadow: 0px 8px 14px 0px #008BEA59;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
}


.btn-detail  {
	display:flex;
	height:48px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 48px;
    padding: 0 25px;
    border-radius: 50px;
    background-color: #008BEA;
    box-shadow: 0px 8px 14px 0px #008BEA59;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
}

.bt-str-blue {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    color: #ededed;
    border: solid 3px #008bea;
    border-radius: 25px;
}

.bt-str-blue:hover {
    background: #008bea;
}

.bt-str-white {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border: solid 3px #fff;
    border-radius: 25px;
}


.icon-gallery {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 19px;
    margin-right: 12px;
}

.icon-gallery:before {
    content: '';
    display: block;
    background: url(../i/gallery.png);
    width: 22px;
    height: 19px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
}

.icon-filter {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 19px;
    margin-right: 12px;
}

.icon-filter:before {
    content: '';
    display: block;
    background: url(../i/filter.png);
    width: 22px;
    height: 19px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
}

.icon-filter:after {
    content: '';
    display: block;
    background: url(../i/filter-blue.png);
    width: 22px;
    height: 19px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    opacity: 0;
}


.icon-compare {
    position: relative;
    display: inline-block;
    width: 18px;
    height: 20px;
    margin-right: 12px;
}

.icon-compare:before {
    content: '';
    display: block;
    background: url(../i/compare.png);
    width: 18px;
    height: 20px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
}

.icon-compare:after {
    content: '';
    display: block;
    background: url(../i/compare-blue.png);
    width: 18px;
    height: 20px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    opacity: 0;
}


.icon-smartphone {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 26px;
    margin-right: 12px;
}

.icon-smartphone:before {
    content: '';
    display: block;
    background: url(../i/smartphone.png);
    width: 16px;
    height: 26px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
}

.icon-smartphone:after {
    content: '';
    display: block;
    background: url(../i/smartphone-blue.png);
    width: 16px;
    height: 26px;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
    opacity: 0;
}


/*.header-call:hover .icon-smartphone:before,
.bt-str-blue:hover .icon-filter:before,
.bt-str-blue:hover .icon-compare:before {
	opacity: 0;
}
.header-call:hover .icon-smartphone:after,
.bt-str-blue:hover .icon-filter:after,
.bt-str-blue:hover .icon-compare:after {
	opacity: 1;
}*/
.main-menu {
    position: fixed;
    left: 0;
    top: 0;
    background: #28323c;
    z-index: 150;
    display: none;
    height: 100%;
    padding: 140px 50px 10px;
    overflow: hidden;
}


.close-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -42px;
    background: url(../i/triangle2.png);
    width: 250px;
    height: 150px;
    display: flex;
    justify-content: center;
    padding-top: 58px;
    cursor: pointer;
    transition: .3s;
}

.close-wrapper:before {
    content: '';
    display: block;
    background: url(../i/close.png);
    width: 24px;
    height: 24px;
}

.close-wrapper:hover {
    top: -32px;
}

.main-menu .logo {
    position: absolute;
    top: 10px;
    left: 116px;
    width: 173px;
    display: block;
}

.main-menu .logo svg {
    width: 100%;
}

.main-menu .wrapper {
    position: relative;
    height: calc(100vh - 150px);
    max-width: 1600px;
    margin: 0 auto;
    opacity: 0;
}


/*.open-menu .main-menu {
	transform: translateX(0%);
}
.open-menu .main-menu .wrapper {
	opacity: 1;
}*/


.main-menu .nav {
    width: 50%;
    padding-left: 15%;
}

.main-menu .content {
    width: 40%;
}

.nav li {
    margin-bottom: 20px;
}

.nav li a {
    font-size: 24px;
    color: #b1c7d6;
    font-weight: 900;
}

.nav li a:after {
    content: '';
    display: block;
    height: 6px;
    background-color: #008bea;
    transition: .3s;
    width: 0;
}

.nav li a.active:after,
.nav li a:hover:after {
    width: 107px;
}

.nav li a.active,
.nav li a:hover {
    color: #8f8f8f;
}

.news-detail-swiper .swiper-pagination-bullet {

    background: #fff;
    opacity: 1;            
}

.news-detail-swiper .swiper-pagination-bullet-active {
	background: #fff;
	width: 48px;
    margin: 0 10px !important;
    border-radius: 100px;
}



.nav ul + ul {
    padding-top: 60px;
}


.main-menu .tab-content {
    max-height: 760px;
    overflow: auto;
}

.main-menu .tab-content::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 5px;
}

.main-menu .tab-content::-webkit-scrollbar-thumb {
    width: 5px;
    background: #fff;
    border-radius: 5px;
}

.main-menu .tab-content::-webkit-scrollbar-track {
    width: 5px;
    background-color: transparent;
    margin: 0;
    border: 1px solid #fff;
    border-radius: 5px;
}

.main-menu .box:not(:first-child) {
    margin-top: 30px;
}

.main-menu .tab-content .title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    color: #8f8f8f;
}

.main-menu .tab-content .col {
    width: 33.333%;
}

.main-menu .tab-content .sm-title {
    padding-bottom: 6px;
    margin-top: 15px;
    font-size: 12px;
    color: #8f8f8f;
    font-weight: 500;
    text-transform: uppercase;
}

.main-menu .tab-content li {
    margin-top: 18px;
}

.main-menu .tab-content li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
}

.main-menu .tab-content li a:hover {
    color: #008bea;
}

.main-menu .social {
    left: 15%;
    bottom: 100px;
    position: absolute;
    justify-content: flex-start;
}

.main-menu .social a {
    margin: 0 16px 0 0;
}

.main-menu .tab-content .mobile-title {
    display: none;
    font-size: 24px;
    color: #b1c7d6;
    font-weight: 900;
    cursor: pointer;
}

.main-menu .tab-content .mobile-title:after {
    content: '';
    display: block;
    height: 6px;
    background-color: #008bea;
    transition: .3s;
    width: 0;
    margin: 5px auto 0;
}

.main-menu .tab-content.active .mobile-title:after {
    width: 107px;
}


.mobile-bt-menu {
    position: relative;
    z-index: 10;
    cursor: pointer;
    display: none;
    background: url(../svg/list.svg);
    width: 30px;
    height: 30px;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.header {
    position: fixed;
    /*z-index: 100;*/
    z-index: 101;
    width: 100%;
    color: #fff;
    background: #28323c;
}

.header-absolute {
    left: 0;
    top: 56px;
    background: transparent;
}

.header-absolute .header-logo {
    margin-top: -18px;
    width: 216px;
}

.header-wrapper {
    height: 82px;
}

.header-logo {
    margin-right: 50px;
    display: block;
}

.header-logo img {
    width: 100%;
}

.header-title {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.header-nav {
    margin-left: auto;
}

.header-nav li {
    margin-right: 50px;
}

.header-nav .topline>li {
    margin-right: 0px;
    padding-right: 50px;
}

.header-nav li a {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
}

.header-nav li .bt-menu {
    padding-left: 25px;
}

.header-nav li a:hover {
    color: #008bea;
}

.icon-burger {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 11px;
    height: 11px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transition: .3s;
    position: absolute;
    left: 0;
    top: 3px;
}

.icon-burger:before {
    content: '';
    display: block;
    height: 2px;
    background: #fff;
    width: 7px;
    transition: .3s;
}

.header-nav li a:hover .icon-burger {
    border-color: #008bea;
}

.header-nav li a:hover .icon-burger:before {
    background: #008bea;
}


.heder-tel {
    font-size: 15px;
    font-weight: 700;
    color: #ffff;
    display: inline-block;
}

.header-call {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    border: solid 3px #008bea;
    border-radius: 25px;
    margin: 0 0 0 72px;
}

.header-call:hover {
    background: #008bea;
}


.ps {
    position: relative;
    float: left;
    width: 100%;
}

.wrapper {
    margin: 0 auto;
    max-width: 1820px;
    padding: 0 10px;
    width: 100%;
    margin: 0 auto;
}

.wrapper-in {
    position: relative;
    float: left;
    width: calc(100% + 110px);
    margin-right: -110px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
}


#main-screen {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-height: 100vh;
    width: 100%;
    background: #0b0c0b;
    margin-bottom: 80px;
    overflow: hidden;
}

.main-container {
    max-width: 1920px;
    padding: 0 50px;
    margin: 0 auto;
}

@media (max-width: 1023px) {
    .main-container {
        padding: 0 20px;
    }
}







body .main-screen__services {
    display: flex !important;
    flex-direction: row !important;
    width: 100vw !important;
    height: 100vh !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    position: relative !important;
}

body .main-screen__services .service-block {
    position: relative !important;
    flex: 1 !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    z-index: 1 !important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: flex;
    transition: flex 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
    cursor: pointer;
}

body .main-screen__services .service-block:hover {
    flex: 1.09 !important; 
    z-index: 100 !important;
}

body .main-screen__services .srv-back {
    position: absolute !important;
    top: 0 !important; 
    left: 0 !important; 
    width: 100% !important; 
    height: 100% !important;
    background-size: cover !important;
    background-position: center center !important;
    z-index: -1 !important;
    filter: brightness(0.7) contrast(1.1); 
    transition: filter 0.5s ease !important;
}

body .main-screen__services .service-block:hover .srv-back {
    filter: brightness(1.05) contrast(1.05) !important;
}

body .main-screen__services .service-full-link {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 5 !important;
}

body .main-screen__services .service-block:before {
    content: '';
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    background: #000 !important;
    opacity: 0.5 !important; 
    z-index: 0 !important;
    transition: opacity 0.5s ease !important;
}

body .main-screen__services .service-block:hover:before {
    opacity: 0.2 !important;
}

body .main-screen__services .service-block__inner {
    position: relative !important;
    z-index: 10 !important;
    height: 100% !important;
    padding: 10vh 50px !important;
    display: flex !important;
    flex-direction: column !important;
    color: #fff !important;
    pointer-events: none !important;
    justify-content: flex-start !important;
}

.service-block-name, .service-block-prev-text, .service-block-link {
    pointer-events: auto !important;
}

body .main-screen__services .service-block-name {
    position: relative !important;
    display: inline-block !important;
    font-size: 56px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    color: #ffffff !important;
    margin-bottom: 50px !important;
    margin-top:70px;
    text-shadow: 
        1px 1px 0px rgba(0,0,0,0.8),
        -1px -1px 0px rgba(0,0,0,0.8),
        1px -1px 0px rgba(0,0,0,0.8),
        -1px 1px 0px rgba(0,0,0,0.8),
        0px 2px 4px rgba(0,0,0,0.9) !important;
    order: 1 !important;
    min-width: 310px !important;
}

body .main-screen__services .service-block-name:before {
    content: '' !important;
    position: absolute !important;
    bottom: -15px !important;
    left: 0 !important;
    width: 94px !important;
    height: 6px !important;
    background: #008bea !important;
    z-index: 20 !important;
    display: block !important;
    transition: width 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
}

body .main-screen__services .service-block:hover .service-block-name:before {
    width: 300px !important;
}

.service-block-link {
    opacity: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 16px 23px !important;
    border-radius: 25px !important;
    font-size: 18px !important;
    color: #ededed !important;
    background-color: #008BEA !important;
    width: fit-content !important;
    min-width: 208px !important;
    max-width: 250px !important;
    margin-bottom: 30px !important;
    transition: opacity 0.5s ease-in-out !important;
    text-decoration: none !important;
    z-index: 15 !important;
    order: 2 !important;
}

.service-block-prev-text {
    opacity: 0 !important;
    font-size: 24px !important;
    line-height: 130% !important;
    color: #ffffff !important;
    max-width: 594px !important;
    /* Усиленная тень описания и большой отступ вниз */
    text-shadow: 2px 2px 8px rgba(0,0,0,1), 0 0 20px rgba(0,0,0,0.8) !important;
    margin-top: 200px !important;
    transition: opacity 0.5s ease-in-out !important;
    order: 3 !important;
}

body .main-screen__services .service-block:hover .service-block-prev-text,
body .main-screen__services .service-block:hover .service-block-link {
    opacity: 1 !important;
}

@media (max-width: 1180px) {
    body .main-screen__services {
        flex-direction: column !important;
        height: auto !important;
        min-height: 1px !important;
        max-height: none !important;
        width: 100% !important;
        overflow: visible !important;
        display: block !important;
    }

    body .main-screen__services .service-block {
        width: 100% !important;
        height: 450px !important;
        min-height: 450px !important;
        flex: none !important;
        margin: 0 !important;
        display: block !important;
    }

    body .main-screen__services .service-block:hover { 
        flex: none !important; 
    }

    body .main-screen__services .service-block__inner {
        padding: 40px 20px !important;
        justify-content: center !important;
        align-items: center !important;
        text-align: center !important;
        height: 100% !important;
    }

    body .main-screen__services .service-block-name {
        font-size: 28px !important;
        margin-bottom: 40px !important;
        min-width: 1px !important;
        top: 0 !important;
        order: 1 !important;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.9) !important;
    }

    body .main-screen__services .service-block-name:before {
        left: 50% !important;
        transform: translateX(-50%) !important;
        bottom: -10px !important;
        width: 80px !important;
    }

    body .main-screen__services .service-block:hover .service-block-name:before {
        width: 120px !important;
    }

    body .main-screen__services .service-block-link {
        opacity: 1 !important;
        margin: 0 auto 20px auto !important;
        display: inline-flex !important;
        position: relative !important;
        order: 2 !important;
    }

    body .main-screen__services .service-block-prev-text {
        opacity: 1 !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        margin: 0 auto !important;
        text-align: center !important;
        order: 3 !important;
        text-shadow: 1px 1px 4px rgba(0,0,0,1) !important;
    }
}
























.preview-block {
    position: relative;
    padding-top: 82px;
    height: 100vh;
    display: flex;
    color: #fff;
}

.preview-block .title-block {
    text-transform: uppercase;
    background-image: linear-gradient(-188deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.15) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 900;
    font-size: 140px;
    line-height: 104px;
    position: absolute;
    left: 0;
    top: -45px;
    z-index: 2;
}

.preview-block .title-block.short_title {
    line-height: 0.75;
}

.preview-block > .title-block {
    top: 82px;
    left: -2px;
    z-index: 100;
    word-spacing: 9999999px;
}

.preview-block .slide .border:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 50%;
    width: 1px;
    background: linear-gradient(to bottom, rgba(182, 184, 185, 0.1) 25%, rgba(182, 184, 185, 1) 40%);
    z-index: 1;
}

.preview-block .slide .border:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 1px;
    background: linear-gradient(to top, rgba(182, 184, 185, 0.1) 25%, rgba(182, 184, 185, 1) 40%);
    z-index: 1;
}


.preview-block .slide {
    position: relative;
    min-height: 100%;
    overflow: hidden;
    min-width: 110px;
    background-color: #1f2a34;
    width: 110px;
    transition: 1.4s;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.preview-block .slide-active {
    width: 100%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.preview-block .slide .bg {
    display: block;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translateZ(0) scale(1);
    transform: translateZ(0) scale(1);
    transition: transform 1s cubic-bezier(.645, .045, .355, 1), -webkit-transform 1s cubic-bezier(.645, .045, .355, 1);
}

.preview-block .slide-active .bg {
    width: 115%;
    -webkit-transform: translateZ(0) scale(1.28);
    transform: translateZ(0) scale(1.28);
}


.preview-block .slide:not(.slide-active):before {
    content: '';
    display: block;
    background: url(../i/arrow.png);
    width: 21px;
    height: 29px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    z-index: 55;
    transition: .3s;
}

.preview-block .slide:not(.slide-active):hover:before {
    height: 39px;
}

.preview-block .slide:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    transition: .3s;
    z-index: 20;
}

.preview-block .slide:not(.slide-active):hover:after {
    opacity: .15;
}

.preview-block .slide:not(.slide-active) {
    cursor: pointer;
}

.preview-block .slide .inside {
    position: relative;
    z-index: 10;
    transition: .6s;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    opacity: 0;
}

.preview-block .slide-active .inside {
    transition-delay: 1s;
    opacity: 1;
    max-width: 100%;
    height: auto;
    /*z-index: 40;*/
    z-index: 100;
}

.preview-block .slide-active .inside.a-center {
    height: 100vh;
    flex-direction: row;
}

.preview-block .inside.a-center .inside-container {
    padding-top: 110px;
}


.preview-block .title {
    z-index: 30;
    position: absolute;
    width: 400px;
    left: -146px;
    bottom: 315px;
    transform: rotate(-90deg);
    font-size: 24px;
    font-weight: 700;
    font-family: 'Open Sans Condensed', sans-serif;
}

.preview-block .title .sep {
    margin: 0 3px;
}

.preview-block .slide-active .title {
    display: none;
}

.preview-block .inside-container {
    position: relative;
    display: flex;
    align-items: center;
    padding: 140px 50px 0 130px;
    max-width: 1920px;
    margin: 0 auto;
    width: 100%;
}

.preview-block .inside-container.v2 {
    padding-top: 0;
    padding-bottom: 0;
    min-height: 100%;
    flex: 1 0 auto;
}

.preview-block .slide .inside {
    align-items: center;
    /*flex-direction: row;*/
}


.preview-block .inside .title-block {
    font-size: 140px;
    line-height: 104px;
    left: -4px;
    top: 0px;
}

.preview-block .inside .title-block:not(.short_title) {
    font-size: 103px;
    top: -12px;
}

.preview-block .inside-container > .d-flex {
    width: 100%;
}


.preview-block .selection {
    position: absolute;
    z-index: 2;
    top: 30px;
    display: flex;
    flex-wrap: wrap;
    width: 580px;
    text-align: center;
    right: 50px;
    justify-content: center;
}

.preview-block .selection .subhead {
    width: 100%;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
}

.preview-block .selection .bt {
    margin: 15px 5px 0;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    height: 62px;
    border: 2px solid #008bea;
    border-radius: 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: bold;
}

.preview-block .selection .bt.disable {
    border: solid 1px #fff;
    cursor: default;
}

.preview-block .selection .bt:not(.disable):hover {
    background: #008bea;
}

.preview-block .content {
    width: calc(100% - 580px);
}

.preview-block .gallery {
    position: relative;
    z-index: 1;
    overflow: hidden;
    width: 580px;

    /*
    min-height: 100%;
    display: flex;
    align-items: center;*/
}



.gallery-slider {
    position: relative;
    overflow: hidden;
    display: flex;
    
}

.gallery-slider .item {
    min-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 76vh;
    padding: 70px 0;
    
}

.gallery-slider.slick-slider .item {
    min-width: auto;
}

.preview-block .gallery img {
    max-height: 100%;
    object-fit: cover;
}


.preview-block H2 {
    font-size: 44px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
}

.preview-block H2 .sep {
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    background: #41b1ff;
    height: 82px;
    margin: 0 16px;
}

.preview-block p {
    margin-top: 30px;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.733;
}

.top-buttons {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 40px;
}

.top-buttons > * {
    margin: 0 20px 20px 0;
}

.top-buttons .bt-str-blue.disable {
    border-color: transparent;
    cursor: default;
    box-shadow: 0 0 0 1px #fff;
    background: none;
}

.preview-text {
    max-width: 730px;
}

.preview-block .buttons {
    display: flex;
    margin-top: 60px;
}

.preview-block .buttons .bt-str-blue {
    margin-right: 15px;
}

.preview-block .social-wrapper {
    margin-top: 70px;
}

.preview-block .social {
    margin-top: 25px;
    justify-content: flex-start;
}

.preview-block .social a {
    margin: 0 16px 0 0;
}

.preview-block .padding-0 {
    padding: 0;
}

.gallery-list {
    display: flex;
    flex-wrap: wrap;
    min-height: 100%;
    height: 100%;
}

section.detail.product-gallery {
    background-color: #008BEA !important;
}


.advantage-list .item {
    display: flex;
    align-items: flex-start;
    width: 33.333%;
    margin: 50px 0;
}

.advantage-list .icon {
    width: 91px;
    height: 81px;
    display: flex;
    align-items: center;
    border-right: 1px solid #41b1ff;
}

.advantage-list .text {
    width: calc(100% - 91px);
    padding: 0 28px;
}

.advantage-list .subhead {
    min-height: 81px;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.advantage-list p {
    margin-top: 15px;
    font-size: 15px;
    font-style: italic;
    font-weight: 400;
}

.advantage-list .label {
    display: inline-block;
    margin-top: 22px;
    border: solid 1px #fff;
    padding: 3px 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 100;
}


.crt-list {
    margin: 0 -2%;
}

.crt-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16%;
    margin: 20px 2%;
}

.crt-list a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.requisites-block .col {
    width: 50%;
}

.requisites-block .item {
    position: relative;
    padding: 0 9px;
    margin-top: 35px;
}

.requisites-block .item:before {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 0;
    width: 1px;
    background: #008bea;
}

.requisites-block .item .subhead {
    font-size: 13px;
}

.requisites-block .item .info {
    height: 54px;
    display: flex;
    align-items: flex-end;
    font-size: 16px;
    font-weight: 700;
}


.preview-block .about-wrapper {
    max-width: 720px;
}

.preview-block .about-wrapper p {
    margin-top: 30px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

/* --- */
.product-list.main-container.full-width {
    
    width: 100vw !important;
    
    padding: 0 !important;
    max-width: 100% !important;
    overflow: hidden; 
    background: #000;
}

.page-control a {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    line-height: 16px;
    display: inline-flex;
    white-space: nowrap;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
}

.page-control a:hover {
    color: #008bea;
}

.page-control a .arrow {
    display: inline-block;
    width: 27px;
    height: 75px;
    transform: rotate(90deg);
}

.page-control a .arrow:before {
    content: '';
    display: block;
    background: url(../i/arrow2.png) 50% 100% no-repeat;
    width: 27px;
    height: 75px;
    transition: .3s;
    position: absolute;
}

.page-control a:hover .arrow:before {
    height: 90px;
}

.page-control .prev .arrow {
    margin-right: 80px;
    order: -1;
}

.page-control .next .arrow {
    transform: rotate(-90deg);
    order: 2;
    margin-left: 80px;
}


.page-control {
    position: absolute;
    /*z-index: 50;*/
    z-index: 100;
    left: 0px;
    top: 50%;
    transform: translateY(-40%);
    display: flex;
    height: 400px;
    width: 60px;
}

.page-control.page-control--gallery {
    left: 0 !important;
    right: 0;
    background: rgba(0, 0, 0, .5);
    padding: 10px 20px;
    transform: translate(0, 0);
    justify-content: center;
}

.page-control .prev {
    position: absolute;
    left: 0;
    top: 0;
    transform: rotate(90deg);
    width: 260px;
    height: 30px;
}

.page-control .next {
    transform: rotate(90deg);
    position: absolute;
    bottom: 0;
    width: 260px;
    height: 30px;
}

.page-control .prev,
.page-control .next {
    left: -76px;
}


.categorie-block {
    position: relative;
}

.categorie-block .list {
    padding-top: 82px;
    padding-bottom: 100px;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    overflow-y: scroll;
}

.mobile .categorie-block .list {
    padding-top: 82px;
    padding-bottom: 100px;
}

@media (max-width: 1024px) {
    .mobile .categorie-block .list {
        padding-top: 79px;
        padding-bottom: 180px
    }
}

@media (max-width: 600px) {
    .mobile .categorie-block .list {
        padding-top: 118px;
        padding-bottom: 180px
    }
}

.categorie-block .list::-webkit-scrollbar {
    width: 5px;
    background: transparent;
    margin: 0;
    border: 1px solid #454545;
    border-radius: 5px;
}

.categorie-block .list::-webkit-scrollbar-thumb {
    width: 5px;
    background: #454545;
    border-radius: 5px;
}

.categorie-block .list::-webkit-scrollbar-track {
    width: 5px;
    background: transparent;
    margin: 0;
    border: 1px solid #454545;
    border-radius: 5px;
}


.categorie-block .mCustomScrollbar {
    display: block;
    padding: 0;
}

.categorie-block .mCSB_container {
    display: flex;
    flex-wrap: wrap;
}


.categorie-item {
    width: 33.333%;
    height: 50%;
    position: relative;
    z-index: 2;
    display: block;
    color: #ededed;
    overflow: hidden;
}

.categorie-item img {
    width: 100%;
    height: 100%;
    transition: 0.2s all ease-in-out;
    object-fit: cover;
}

.categorie-item .inside {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .3s;
}

.categorie-item:hover {
    z-index: 2;
}

.categorie-item:hover img {
    transform: scale(1.05);
}

.categorie-item .inside:after {
    content: '';
    display: block;
    background-color: rgba(40, 50, 60, 0.6);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .3s;
}

.categorie-item .inside:hover:after {
    opacity: 0;
}

.categorie-item .caption {
    display: block;
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-family: Roboto;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 25px 35px;
    transition: .3s;
}

.categorie-item:hover .caption {
    background: rgba(40, 50, 60, 0.6);
}


.contacts-block {
    position: relative;
    background: url(../i/bg1.jpg) 50% 50% no-repeat;
    min-height: 100vh;
    background-size: cover;
    padding-top: 150px;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
}

.contacts-block:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    z-index: -1;
}

.contacts-block .static_footer {
    position: static;
    margin-top: auto;
}

.contacts-block .top-part {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.contacts-block .contacts-tab {
    margin-top: 0;
}

.contacts-block .mCSB_scrollTools {
    right: 10px;
}

.contacts-block h1 {
    color: #ededed;
    font-family: "Roboto Condensed";
    text-transform: uppercase;
    font-size: 45px;
    text-align: center;
}

.contacts-block .bt-center {
    display: flex;
    justify-content: center;
    margin-top: 65px;
	margin-bottom:100px;
}

.contacts-block .bt-str-blue {
    padding: 0 45px;
}

.contact-line {
    max-width: 1232px;
    margin: 60px auto 50px;
    color: #ffffff;
    align-items: flex-start;
	display:none;
}

.contact-line .head {
    width: 225px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}

.contact-line .list {
    width: calc(100% - 225px);
    display: flex;
    flex-wrap: wrap;
}

.contact-line .item {
    display: flex;
    align-items: flex-end;
    margin-bottom: 8px;
}

.contact-line .item:not(:last-child) {
    margin-right: 70px;
}

.contact-line .item .subhead {
    margin-right: 20px;
    font-size: 13px;
    color: #7ea2b6;
    text-transform: uppercase;
}

.contact-line .item .value {
    font-size: 16px;

    font-weight: 500;
}

.contact-line .item a {
    color: #fff;
}

.contact-line .item .underline {
    text-decoration: underline;
}


.contacts-tab {
    padding-top: 0;
    height: 50vh;
    margin-top: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.contacts-tab .map {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 100%;
    display: flex;
}

@media (max-width: 767px) {
    .contacts-tab {
        grid-template-columns: 1fr;
    }

    .contacts-tab .map {
        height: 300px;
    }

    .contacts-block h1 {
        font-size: 26px;
    }
}

/*.contacts-tab .map:before {
	content: '';
	display: block;
	width: 90px;
	height: 100%;
	position: absolute;
	z-index: 20;
	left: 0;
	top: 0;
	background-color: rgba(31, 36, 40, 0.6);
}*/
.contacts-tab .tab-content {
    position: relative;
    z-index: 1;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contacts-tab .tab-content > * {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contacts-tab .tab-content img {
    width: 100%;
}

.contacts-tab .list {
    position: relative;
    z-index: 2;
    width: 100%;
    color: #fff;
    height: 100%;
    overflow: auto;
}

.contacts-tab .list::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
    margin: 0;
    border: 1px solid #454545;
    border-radius: 5px;
}

.contacts-tab .list::-webkit-scrollbar-thumb {
    width: 5px;
    background: #454545;
    border-radius: 5px;
}

.contacts-tab .list::-webkit-scrollbar-track {
    width: 5px;
    background-color: transparent;
    margin: 0;
    border: 1px solid #454545;
    border-radius: 5px;
}

.contacts-tab .list .item {
    position: relative;
    z-index: 2;
    padding: 25px 30px 30px 80px;
    background-color: #00345d;
    font-family: 'Roboto', sans-serif;
    height: 50vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contacts-tab .list .item:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #19486d;
    transition: .3s;
    z-index: -1;
    opacity: 0;
}

.contacts-tab .list .item:hover:before,
.contacts-tab .list .item.active:before {
    opacity: 1;
}

.contacts-tab .list .item a {
    margin: 0;
    font-size: 26px;
    font-weight: 400;
    color: #ededed;
    text-decoration: none;
}

.contacts-tab .list .metro {
    margin-top: 22px;
    background: url(../i/metro.png) 0 50% no-repeat;
    padding: 2px 0 2px 28px;
    color: #7ea2b6;
    font-size: 24px;
    font-weight: 300;
}
.contacts-tab .list .email {
    margin-top: 22px;
    background: url(../i/mail-e.png) 0 50% no-repeat;
    padding: 2px 0 2px 28px;
    color: #7ea2b6;
    font-size: 24px;
    font-weight: 300;
}



.contacts-tab .list .work-time {
    margin-top: 22px;
    background: url(../i/clock.png) 0 50% no-repeat;
    padding: 2px 0 2px 28px;
    color: #7ea2b6;
    font-size: 24px;
    font-weight: 300;
}

.contacts-tab .list .phone {
    margin-top: 22px;
    background: url(../i/phone-g.png) 0 50% no-repeat;
    padding: 2px 0 2px 28px;
    color: #7ea2b6;
    font-size: 24px;
    font-weight: 300;
}


.group-block {
    position: relative;
}

.group-block .bg {
    position: relative;
    background: url(../i/bg2.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: relative;
    z-index: 2;
    color: #fff;
}

.group-block .bg:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 50%;
    height: 100%;
    background: url(../i/bg5.jpg) no-repeat;
    background-size: cover;
    z-index: -1;
}

.group-block .bg .container {
    min-height: 100vh;
    padding-bottom: 180px;
}

.group-block .content {
    width: 50%;
    padding: 260px 160px 0 120px;
}

.group-block .content .wrapper {
    max-width: 620px;
}

.group-block .form {
    width: 50%;
    padding: 200px 190px 0 190px;
}


.group-block .content H2 {
    font-size: 42px;
    text-transform: uppercase;
    font-family: 'Open Sans Condensed', sans-serif;
    color: #ededed;
}

.group-block .content p {
    margin-top: 25px;
    font-size: 24px;
    font-weight: 300;
    line-height: 150%;
    color: #ededed;
}

.group-block .form form {
    max-width: 490px;
}

.form-item:not(:first-child) {
    margin-top: 32px;
}

.form-item input, .form-item textarea {
    width: 100%;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #fff;
    border-bottom: 2px solid #bfbfbf;
    background: transparent;
    text-transform: uppercase;
    height: 46px;
}

.form-item textarea {
    height: 90px;
    resize: none;
}

.form-item ::-moz-placeholder {
    color: #fff;
}

.form-item ::-webkit-input-placeholder {
    color: #fff;
}

.form-item ::-ms-placeholder {
    color: #fff;
}

.form-item ::placeholder {
    color: #fff;
}


.file-item {
    position: relative;
    margin-top: 40px;
    background: url(../i/clip.png) no-repeat;
    height: 31px;
    display: inline-flex;
    padding-left: 40px;
    align-items: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

.file-item input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}

.group-block .form .bt-str-blue {
    background: transparent;
    margin-top: 45px;
    transition: .3s;
}

.group-block .form .bt-str-blue:hover {
    background: #008bea;
}


.footer {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    bottom: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: wrap;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    z-index: 50;
    color: #fff;
}

.footer .col-left {
    width: 355px;
}

.footer-logo {
    display: inline-block;
    margin-right: 68px;
    width: 122px;
}

.footer-copy {
    line-height: 30px;
}

.footer-social {
    text-align: center;
    margin: 0 110px;
}

.social {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.social a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: solid 2px #388de7;
    width: 37px;
    height: 37px;
    margin: 18px 10px 0;
}

.social a svg {
    fill: #388de7;
    width: 50%;
    height: 50%;
    transition: .3s;
}

.social a:hover {
    border-color: #fff;
}

.social a:hover svg {
    fill: #fff;
}

.footer-phone {
    width: 355px;
}

.footer-phone .tel {
    display: inline-block;
    margin-top: 26px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
}


block:before {
    content: '';
    display: block;
    background: url(../i/);
    width: px;
    height: px;
    background-size: 100% 100%;
}


.checkbox-item {
    position: relative;
}

.checkbox-item label {
    position: relative;
    display: inline-block;
    padding-left: 24px;
}

.checkbox-item input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}

.checkbox-custom {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    width: 22px;
    height: 22px;

}

.checkbox-custom:before {
    content: '';
    display: block;
    transition: .3s;
    opacity: 0;
    box-sizing: border-box;
    width: 6px;
    height: 12px;
    border-bottom: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
}

input:checked + .checkbox-custom:before {
    opacity: 1;
}


.agree {
    position: relative;
    margin-top: 38px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
}

.agree label {
    position: relative;
    display: inline-block;
    padding-left: 40px;
}

.agree input {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
    opacity: 0;
}


.slick-slider {
    display: block;
    height: auto;
}

.slick-track {
    display: flex;
}

.slick-arrow {
    font-size: 0;
    color: transparent;
    background: transparent;
    text-indent: -9999px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 46px;
    height: 68px;
    
}

.slick-arrow:after {
    content: '';
    display: block;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(135deg);
    
    width: 21px;
    height: 22px;
}


.slick-prev {
    left: -100px;
	display:contents;
}
.slick-next {
    top: 84px;
    left: 121px;
	display:contents;
}





/*.elem_gallery .slick-next:after { 
	left: 1120px;
    top: 870px;
}*/

.elem_gallery .slick-prev:after { 
	left: 500px;
    top: 870px;
}

.slick-next:after {
    transform: rotate(-45deg);
    left: 260px;
    top: 547px;
}

.modal-parameter__slider .slick-next:after{
	top: 675px;
    left: 320px;
	position:absolute;
}
.modal-parameter__slider .slick-prev:after{
	top: 678px;
    left: 150px;
	position:absolute;
}

.modal-gallery__slider .slick-prev:after{
	top: 650px;
    left: 150px;
	position:absolute;
}

.modal-gallery__slider .slick-next:after{
	top: 650px;
    left: 760px;
	position:absolute;
}



.slick-dots {
    position: absolute;
    z-index: 10;
    left: 50%;
    transform: translateX(-50%);
    bottom: 45px;
    display: flex;
    justify-content: center;
}

.modal-gallery__slider .slick-dots{
	top:650px;
}

.slick-dots li * {
    display: none;
}

.slick-dots li {
    cursor: pointer;
    width: 17px;
    height: 17px;
    margin: 0 5px;
    border: 3px solid #41b1ff;
    border-radius: 50%;
    transition: all .3s;
}

.slick-dots li:hover,
.slick-dots li.slick-active {
    background: #fff;
    border-color: #fff;
}




.modal-gallery {
    position: relative;
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
    max-height: 80vh;
    color: #fff;
}

.modal-gallery.modal-gallery--full {
    max-width: 100%;
    display: inline-block;
    width: auto;
    text-align: left;
}

.modal-gallery.modal-gallery--full .modal-gallery-image img {
    max-height: 100%;
}

.mfp-auto-cursor .mfp-content.center {
    text-align: center;
}

.modal-gallery__slider .slick-list {
    overflow: hidden;
    max-height: 80vh;
    max-width: 100%;
    order: -1;
    margin-bottom: 30px;
}

.modal-gallery__slider.slick-slider {
    overflow: visible;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}

.modal-gallery__slider .slick-arrow.slick-prev,
.modal-gallery__slider .slick-arrow.slick-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: static;
    transform: none !important;
    width: 46px !important;
    height: 68px !important;
    border: none !important;
}

.modal-gallery__slider .slick-arrow::after {
    position: static !important;
}

.modal-gallery__slider .slick-arrow.slick-prev {
    order: 0;
}

.modal-gallery__slider .slick-arrow.slick-next {
    order: 2;
}

.modal-gallery__slider .slick-dots {
    position: static;
    transform: none;
    order: 1;
}

.modal-gallery__slider .item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-gallery__slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
}

@media (max-width: 430px) {
    .modal-gallery__slider.slick-slider {
        justify-content: space-between;
    }

    .modal-gallery__slider .slick-dots {
        width: 100%;
        order: 2;
    }

    .modal-gallery__slider .slick-arrow.slick-prev {
        order: 0;
        margin-left: 20px;
    }

    .modal-gallery__slider .slick-arrow.slick-next {
        order: 1;
        margin-right: 20px;
    }
}


.modal-gallery .title {
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.modal-gallery p {
    margin-top: 25px;
    font-size: 14px;
}


.modal-comparison.active .modal-close,
.modal-parameter.active .modal-close {
    opacity: 1;
    visibility: visible;
}

.modal-parameter {
    position: relative;
    z-index: 120;
    width: 0;
    background-color: #bec5ca;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    height: 100vh;
}

.modal-parameter .modal-wrapper {
    min-height: 100vh;
    max-width: 1900px;
    /*padding-bottom: 245px;*/
}


.modal-parameter__slider {
    padding: 0 80px;
    /*width: 42%;*/
    width: 46%;
    position: relative;
    overflow: hidden;
}

.modal-parameter__slider .list {
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}

.modal-parameter__content {
    padding: 188px 55px 0 146px;
    /*width: 58%;*/
    width: 54%;
}

.modal-parameter .title {
    padding: 13px 0 15px 22px;
    border-left: 1px solid #fff;
    text-transform: uppercase;
    font-size: 44px;
    font-weight: 700;
    color: #fff;
}


.parameter-list {
    margin-top: 55px;
    padding-right: 30px;
    height: 420px;
    overflow: auto;
    color: #414141;
}

.parameter-list::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
    margin: 0;
    border: 1px solid #454545;
    border-radius: 5px;
}

.parameter-list::-webkit-scrollbar-thumb {
    width: 5px;
    background: #454545;
    border-radius: 5px;
}

.parameter-list::-webkit-scrollbar-track {
    width: 5px;
    background-color: transparent;
    margin: 0;
    border: 1px solid #454545;
    border-radius: 5px;
}


.parameter-list .col {
    width: 50%;
    max-width: 360px;
}

.parameter-list .item {
    position: relative;
    padding: 0 9px;
}

.parameter-list .item:not(:first-child) {
    margin-top: 35px;
}

.parameter-list .item:before {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 0;
    width: 1px;
    background: #008bea;
}

.parameter-list .item .val {
    font-size: 13px;
}

.parameter-list .item .lev {
    margin-top: 35px;
    font-size: 16px;
    font-weight: 700;
}


.modal-parameter .d-flex {
    flex: 1 0 auto;
}

.modal-parameter .df_modal-wrapper {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 50px);
}

.modal-parameter .lg-title {
    /*position: absolute;
    left: 0;
    bottom: -28px;*/
    order: 2;
    flex: 0 0 auto;
    text-transform: uppercase;
    font-size: 200px;
    line-height: 100%;
    color: #fff;
    font-weight: 900;
    line-height: 0.75;
    margin-top: 15px;
}

.modal-parameter button.mfp-close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -42px;
    background: url(../i/triangle2.png);
    width: 250px;
    height: 150px;
    display: flex;
    justify-content: center;
    padding-top: 58px;
    cursor: pointer;
    transition: .3s;
    overflow: hidden;
    font-size: 0;
    color: transparent;
    opacity: 1;
}

.modal-parameter button.mfp-close:before {
    content: '';
    display: block;
    background: url(../i/close.png);
    width: 24px;
    height: 24px;
}

.modal-parameter button.mfp-close:hover {
    top: -32px;
    opacity: 1;
}


.modal-comparison {
    position: relative;
    z-index: 120;
    width: 0;
    overflow: hidden;
    background-color: #3A444E;
    position: fixed;
    left: 0;
    top: 84px;
    overflow: auto;
    height: 100vh;
    height: 100% !important;
}

.modal-comparison.active {
    height: calc(100vh - 84px)!important;
}

.modal-wrapper {
    position: relative;
    max-width: 1600px;
    margin: 0 auto;
    opacity: 0;
}

.modal-close {
    position: absolute;
    top: 29px;
    right: 50px;
    padding: 10px 25px;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: #28323C;
    border-radius: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

.modal-close::before,
.modal-close::after {
    display: none!important;
}

.modal-comparison-title {
    position: relative;
    max-width: 723px;
    margin: 0 0 0 50px;
    padding: 25px 0;
    background-color: #28323C;
    border-radius: 0 0 44px 44px;
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    text-align: center;
    color: #ededed;
}

.modal-comparison-title .title-decoration {
    position: absolute;
    top: 0;
    width: 51px;
    height: 51px;
    background-color: #28323C;
    pointer-events: none;
}

.modal-comparison-title .title-decoration::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3A444E;
}

.modal-comparison-title .title-decoration.title-decoration--left {
    left: -50px;
}
.modal-comparison-title .title-decoration.title-decoration--left::after {
    border-top-right-radius: 100px;
}

.modal-comparison-title .title-decoration.title-decoration--right {
    right: -50px;
}
.modal-comparison-title .title-decoration.title-decoration--right::after {
    border-top-left-radius: 100px;
}

.modal-comparison .modal-wrapper {
    padding: 34px 50px 83px;
    height: 100vh;
}

.modal-comparison .logo {
    position: absolute;
    left: 130px;
    top: 10px;
    width: 173px;
}

.modal-comparison .logo img {
    width: 100%;
}

.modal-comparison .lg-title {
    /*font-size: 140px;*/
    font-size: 70px;
    text-transform: uppercase;
    font-weight: 900;
    color: #fff;
    opacity: .5;
    text-align: center;
}

/*.modal-comparison .wrapper {
	margin-top: 40px;
}*/
.modal-comparison .title {
    margin: 64px 0 80px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 72px;
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ededed;
}

.modal-comparison .side {
    width: 440px;
}

.modal-comparison .content {
    width: calc(100% - 440px);
    overflow: hidden;
}

.modal-comparison .list {
    display: flex;
    overflow: auto;

}

.modal-comparison .list .mCSB_container {
    display: flex;
    padding-bottom: 90px;
    padding-bottom: 40px;
}

.modal-comparison .mCSB_scrollTools .mCSB_draggerContainer {
    width: 100%;
    border: 1px solid #454545;
    border-radius: 6px;
}

.modal-comparison .mCSB_scrollTools.mCSB_scrollTools_horizontal {
    height: 5px;
}

.modal-comparison .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    width: 100%;
    height: 5px;
    margin: 0;
    background: #454545;
    border-radius: 6px;
}


/*.modal-comparison .list::-webkit-scrollbar {
  height: 5px;
  background-color: transparent;
  margin: 0;
  border: 1px solid #454545;
  border-radius: 5px;
}
.modal-comparison .list::-webkit-scrollbar-thumb {
  height: 5px;
  background: #454545;
  border-radius: 5px;
}
.modal-comparison .list::-webkit-scrollbar-track {
  height: 5px;
  background-color: transparent;
  margin: 0;
  border: 1px solid #454545;
  border-radius: 5px;
}*/

.modal-comparison .sort-items {
    border-right: 1px solid #008cee;
}

.modal-comparison .sort-item {
    padding-right: 20px;
    height: 57px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 18px;
    color: #414141;
    text-align: right;
}

.modal-comparison .sort-item a {
    color: #ededed;
}


.modal-comparison button.mfp-close {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -42px;
    background: url(../i/triangle2.png);
    width: 250px;
    height: 150px;
    display: flex;
    justify-content: center;
    padding-top: 58px;
    cursor: pointer;
    transition: .3s;
    overflow: hidden;
    font-size: 0;
    color: transparent;
    opacity: 1;
}

.modal-comparison button.mfp-close:before {
    content: '';
    display: block;
    background: url(../i/close.png);
    width: 24px;
    height: 24px;
}

.modal-comparison button.mfp-close:hover {
    top: -32px;
    opacity: 1;
}


.prod-item {
    min-width: 210px;
    width: 210px;
    text-align: center;
    padding: 0 10px;
    color: #9B9999;
    order: 2;
}

.prod-item .img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 210px;
}

.prod-item .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.prod-item .bt {
    margin: 5px 0 16px;
    display: inline-flex;
    align-items: center;
    padding: 0 20px;
    min-width: 105px;
    height: 29px;
    border: 2px solid #008bea;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 25px;
    color: #ededed;
}

.prod-item .bt:hover {
    background: #008bea;
    color: #ededed;
}

.prod-item .bt img {
    height: 14px;
    object-fit: cover;
}

.prod-item .parameter {
    font-size: 18px;
    font-weight: 700;
}

.prod-item .parameter .cell {
    display: flex;
    height: 57px;
    justify-content: center;
    align-items: center;
}

.prod-item .stars {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.prod-item .stars i {
    position: relative;
    background: url(../i/star1.png);
    width: 20px;
    height: 20px;
    margin: 0 2px;
}

.prod-item .stars .active {
    background: url(../i/star2.png);
}

.prod-item.current {
    color: #ededed;
    order: 1;
}

.prod-item.current.non_order {
    order: 2;
}

.prod-item.current .bt {
    border-color: #fff;
    border-width: 1px;
    color: #ededed;
}

.prod-item.current .bt:hover {
    background: transparent;
    color: #ededed;
}


.window-fade {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #000;
    opacity: 0.5;
    display: none;
    z-index: 300;
}

.window-fb {
    display: none;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    /*margin-left: -380px;
    margin-top: -240px;
    width: 760px;*/
    width: 92vw;
    max-width: 760px;
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 301;
}

.window-fb .window-fb-back {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background: #03385b;
    opacity: 0.9;
    width: 100%;
}

.window-fb .window-fb-in {
    height: 480px;
    display: flex;
    justify-content: center;
    padding: 20px 0;
}

.window-fb .window-fb-in .x {
    position: absolute;
    top: 41px;
    right: 41px;
    width: 20px;
    height: 20px;
    background: url(../svg/close_white.svg) center center no-repeat;
    background-size: 100% auto;
    cursor: pointer;
    z-index: 5;
}

.window-fb .window-fb-in .window-fb-form {
    max-width: 484px;
}

.window-fb .window-fb-in .window-fb-title {
    font-family: 'Roboto Condensed';
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
    margin-top: 53px;
    font-size: 39px;
    margin-bottom: 35px;
}

.window-fb .window-fb-in .window-fb-line {
    margin-bottom: 35px;
}

.window-fb .window-fb-in .window-fb-line.window-fb-prnt {
    display: flex;
    justify-content: center;
    margin-top: 21px;
}

.window-fb .window-fb-in .window-input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #bebebe;
    background: none;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Roboto Condensed';
    font-size: 18px;
    color: #fff;
    padding: 9px 0;
}


.window-fb .window-fb-in .window-input.warning {
    border-color: red;
}

.window-fb .window-fb-in .window-input::-webkit-input-placeholder {
    color: #fff;
}

.window-fb .window-fb-in .window-input::-moz-placeholder {
    color: #fff;
}

.window-fb .window-fb-in .window-input:-moz-placeholder {
    color: #fff;
}

.window-fb .window-fb-in .window-input:-ms-input-placeholder {
    color: #fff;
}

.window-fb .window-fb-in .window-submit {
    border: 3px solid #008bea;
    color: #fff;
    padding: 11px 40px 12px 44px;
    font-size: 14px;
    background: none;
    text-transform: uppercase;
    border-radius: 19px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.window-fb .window-fb-in .window-submit:hover {
    background: #008bea;
}

.feedback-sended {
    display: none;
    opacity: 0;
    z-index: 1002;
    position: fixed;
    top: 50%;
    margin-top: -159px;
    left: 50%;
    margin-left: -260px;
    width: 100%;
    height: 305px;
    max-width: 520px;
    background: #fff;
}

.feedback-sended .x {
    z-index: 151;
    position: absolute;
    top: 15px;
    right: 20px;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.feedback-sended .feedback-sended-text {
    text-align: center;
    font-weight: bold;
    font-size: 38px;
    padding-top: 64px;
    line-height: 39px;
    padding-bottom: 29px;
    color: #3c3c3c;
}

.feedback-sended .feedback-sended-text:after {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -54px;
    width: 108px;
    height: 1px;
    background: #d5d5d5;
}

.feedback-sended .feedback-sended-after {
    text-align: center;
    color: #5a4017;
    font-size: 15px;
    line-height: 22px;
    padding-top: 22px;
}
.feedback-sended .x {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background: url(/img/close.svg) center center no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 3;
}

/*page-control New position*/

.page-control {
    position: absolute;
    /* z-index: 50; */
    z-index: 100;
    left: 40% !important;
    top: auto;
    bottom: 7%;
    transform: translate(-50%, -50%);
    display: flex;
    height: auto !important;
    width: auto;
}

.page-control--mobile {
    display: none;
}

.page-control .prev {
    position: static;
    left: 0;
    top: 0;
    transform: rotate(0);
    width: auto;
    height: auto;
    margin-right: 40px;
}

.page-control .next {
    transform: rotate(0);
    position: static;
    bottom: 0;
    width: auto;
    height: auto;
}

.page-control a {
    border: 2px solid #008bea;
    border-radius: 20px;
    padding: 13px 15px;
    transition: background-color .3s, color .3s, ease .3s;
}

.page-control a .arrow {
    height: 14px;
    transform: rotate(0);
}

.page-control .next .arrow {
    transform: rotate(180deg);
    margin-left: 10px !important;
}

.page-control .prev .arrow {
    margin-right: 10px !important;
}

.page-control a .arrow:before {
    height: 14px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30.22 16.35' style='enable-background:new 0 0 30.22 16.35;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23008BEA;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='0,15.11 1.24,16.35 15.11,2.48 28.98,16.35 30.22,15.11 15.11,0 15.11,0 15.11,0 '/%3E%3C/svg%3E%0A");
    transition: background .3s;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.page-control a:hover {
    color: #fff;
    background-color: #008bea;
}

.page-control a:hover .arrow:before {
    height: 14px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.1.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Слой_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 30.22 16.35' style='enable-background:new 0 0 30.22 16.35;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23fff;%7D%0A%3C/style%3E%3Cpolygon class='st0' points='0,15.11 1.24,16.35 15.11,2.48 28.98,16.35 30.22,15.11 15.11,0 15.11,0 15.11,0 '/%3E%3C/svg%3E%0A");
}

.mobile-box-for-preview-text {
    display: none;
}

@media (max-width: 1600px) {
    .page-control {
        bottom: 0;
    }
}
@media (max-width: 1181px) {
	.modal-parameter__slider .slick-next:after {
    top: auto;
    left: 225px;
	bottom:12px;
    position: absolute;
    }
	
	.modal-parameter__slider .slick-prev:after {
    top: auto;
    bottom: 13px;
    left: auto;
    right: 230px;
    position: absolute;
    }
}

@media (max-width: 1367px) {
	.modal-parameter__slider .slick-next:after {
            bottom: 15px;
        left: auto;
        position: absolute;
        right: 45px;
    }
	
	.modal-parameter__slider .slick-prev:after {
    bottom: 13px;
    left: 40px;
    position: absolute;
    }
}

@media (max-width: 1300px) and (min-width: 1024px) {
    .top-buttons > * {
        margin: 0 10px 20px 0;
    }

    .top-buttons > .bt-str-blue {
        height: 34px;
        font-size: 9px;
        padding: 0 8px;
    }
}













/*page-control New position END*/
@media (max-width: 600px) {
    .feedback-sended {
        left: 5%;
        margin-left: 0;
        width: 90%;
    }

    .feedback-sended .feedback-sended-text {
        font-size: 32px;
        padding-top: 54px;
        line-height: 35px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .window-fb .window-fb-in .window-fb-form {
        padding-left: 35px;
        padding-right: 35px;
    }
	
	.slick-prev {
    top: 406px;
    left: 77px;
    display: block;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    /* transform: translateY(-70%); */
    transform: rotate(88deg);
    transform: rotate(137deg);
    z-index: 1000;
	}
	
	.modal-gallery__slider .slick-prev {
	display:contents;
	}
	
	.slick-arrow {
	width: 23px;
    height: 22px;
    }
	
	.elem_gallery .slick-next:after {
    left:0;
    top: 0;
	}
	
	
}

@media (max-width: 431px) {
	.slick-prev {
    top: 455px;
    left: 70px;
	}
}

@media (max-width: 415px) {
	.elem_gallery .slick-prev{
    left: 500px;
    top: 445px;
}

	.elem_gallery .slick-next{
    left: 500px;
    top: 445px;
}
	
	.modal-parameter__slider .slick-prev {
	top:auto;
    bottom:12px;
    left: auto;
	right:200px;
	}
	
	.modal-parameter__slider .slick-next:after {
	top:auto;
    bottom:12px;
    left: 203px;
	}
	
	.modal-gallery__slider .slick-next:after {
	top:auto;
    bottom:-5px;
    left: 350px;
	}
	
	.modal-gallery__slider .slick-prev:after {
	top:auto;
    bottom:-5px;
    left: 25px;
	}
}

@media (max-width: 400px) {
	.slick-prev {
    top: 435px;
    left: 77px;
	}
	
	.slick-next {
    top: 435px;
    left: 77px
	}
	
	.elem_gallery .slick-prev {
    left: 500px;
    top: 438px;
	}
}

.scale-screen-in {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.scale-screen.scale-screen-win > .scale-screen-in {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    transform: scale(0.85);
}

@media (max-width: 415px) {
    .modal-gallery__slider .slick-dots {
    top: 300px;
	}

}

@media (max-width: 394px) {
	.slick-prev {
    top: 425px;
   
	}
	
	.elem_gallery .slick-prev{
    top: 433px;
	}
}

@media (max-width: 376px) {
    .window-fb .window-fb-in .window-fb-title {
        font-size: 34px;
    }

    .window-fb .window-fb-in .x {
        top: 25px;
    }
	
	.modal-gallery__slider .slick-dots {
    top: 295px;
    left: 180px;
	}
	
	    
	.elem_gallery .slick-prev {
		top: 419px;
    }
	
	.modal-gallery__slider .slick-next:after {
		top:315;
	}
}



@media (max-width: 361px) {
    .elem_gallery .slick-prev {
    top: 410px;
	}
	
	.modal-gallery__slider .slick-next:after {
    left: 265px;
	bottom:-20px;
	}
	
	.modal-gallery__slider .slick-prev:after {
        top: auto;
        bottom: -20px;
        left: 70px;
    }

}












@media (min-width: 1200px) {
    .modal-gallery.modal-gallery--full .mfp-close {
        width: 80px;
        height: 80px;
        margin-right: -80px;
        color: #fff;
        font-size: 0;
        opacity: 1;
    }

    .modal-gallery.modal-gallery--full .mfp-close:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100px;
        height: 2px;
        margin: -1px 0 0 -50px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .modal-gallery.modal-gallery--full .mfp-close:after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 100px;
        height: 2px;
        margin: -1px 0 0 -50px;
        background: #fff;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}


@media (max-width: 1040px) {
    .viewport-wrapper {
        /*overflow: visible;*/
    }

    .preview-text {
		max-width: 100%;
	}
}

.approach {
    color: #fff;
    margin-top:70px;
    margin-bottom: 70px;
}

.approach__wrapper {
    display: grid;
    grid-template-columns: 2.1fr 1fr;
    align-items: flex-start;
    column-gap: 20px;
}

.approach__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    margin: 0 0 73px;
    color: #ededed;
}

.approach__description {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
}

.approach__description p {
    margin: 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #ededed;
}

.approach__description p a {
    color: #008BEA;
    transition: text-decoration-color 0.3s ease;
    text-decoration: underline;
    text-decoration-color: transparent;
}

.approach__description p a:hover {
    text-decoration-color: #008BEA;
}

.approach__advantages {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 30px;
}

.approach__advantage {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 26px;
    text-align: center;
    row-gap: 10px;
    font-weight: 300;
    font-size: 24px;
    line-height: 110%;
    color: #008BEA;
}

.approach__advantage-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background-color: #008BEA;
    border-radius: 15px;
}

@media (max-width: 1399px) {
    .approach__advantages {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1023px) {
    .approach__wrapper {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    .approach__description {
        row-gap: 20px;
    }

    .approach__advantage {
        max-width: 140px;
        padding: 0 15px;
        font-size: 18px;
    }

    .approach__description p {
        font-size: 24px;
    }

    .approach__advantages {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .approach {
        margin-bottom: 0;
    }

    .approach__title {
        font-size: 24px;
    }

    .approach__description p {
        font-size: 18px;
    }

    .group-block .content p {
        font-size: 18px;
    }
}

.news__title {
    position: relative;
    background-color: #28323C;
    font-weight: bold;
    font-size: 36px;
    line-height: 110%;
    padding: 23px 0;
    text-align: center;
    border-radius: 0 0 44px 44px;
    z-index: 1;
    max-width: 485px;
    margin: 0 0 35px;
    color: #ededed;
    margin-left:30px;
}

.news__title-decoration {
    top: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #28323C;
    pointer-events: none;
}

.news__title-decoration::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3A444E;
}

.news__title-decoration--left {
    left: -50px;
}

.news__title-decoration--right {
    right: -50px;
}

.news__title-decoration--left::after {
    border-top-right-radius: 100px;
}

.news__title-decoration--right::after {
    border-top-left-radius: 100px;
}

.news__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    margin-bottom: 32px;
}

.news__item {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
    font-size: 24px;
}

.news__image {
    background-color: #D9D9D9;
    border-radius: 15px;
    width: 80%;
    height: 480px;
    overflow: hidden;
}

.news__image:hover img {
    transform: scale(1.05);
}

.news__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: inherit;
    transition: transform 0.3s ease;
}

.news__item-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 150%;
    color: #008BEA;
    min-height: 50px;
    text-decoration: underline;
    text-decoration-color: transparent;
    transition: text-decoration-color 0.3s ease;
}

.news__item-title:hover {
    text-decoration-color: #008bea;
}

.news__item-description {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    margin: 0;
}

.news__item p,
.news__item ul li {
    font-size: 24px;
    font-weight: 300;
    line-height: 150%;
    color: #ededed;
}

.news__item ul {
    padding-left: 40px;
    max-width: 600px;
}

.news__item ul li {
    list-style: disc;
}

.news__all-news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 23px;
    font-weight: 500;
    font-size: 18px;
    line-height: 17px;
    text-transform: uppercase;
    color: #ededed;
    max-width: 205px;
    width: 100%;
    background-color: #008BEA;
    transition: opacity 0.3s ease;
    border-radius: 25px;
}

.news__all-news:hover {
    opacity: 0.7;
}

@media (max-width: 1023px) {
    .news.main {
        padding-bottom: 162px;
    }

    .news__title {
        font-size: 36px;
        margin-left: 31px;
    }

    .news__list {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 20px;
    }

    .news__title-decoration {
        width: 45px;
        height: 45px;
    }

    .news__title-decoration--left {
        left: -45px;
    }

    .news__title-decoration--right {
        right: -45px;
    }

    .news__image {
        height: 280px;
    }

    .news__item-title {
        font-size: 24px;
        min-height: 72px;
    }

    .news__item-description {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .news__title {
        font-size: 24px;
        margin: 0 auto 35px;
        padding: 14px 0;
    }

    .news__title-decoration {
        width: 15px;
        height: 15px;
    }

    .news__title-decoration--left {
        left: -15px;
    }
    .news__title-decoration--right {
        right: -15px;
    }

    .news__list {
        grid-template-columns: 1fr;
    }

    .news__image {
        height: 300px;
    }

    .news__item-title {
        font-size: 20px;
        min-height: auto;
    }

    .news__item-description {
        font-size: 16px;
    }

    .news__item p,
    .news__item ul li {
        font-size: 18px;
    }
}

.certificates {
    color: #ededed;
}

.certificates.dealers .certificates__title-decoration::after {
    background-color: #3A444E;
}

.certificates__top-title {
    position: relative;
    background-color: #008BEA;
    font-weight: bold;
    font-size: 36px;
    line-height: 110%;
    padding: 21px;
    text-align: center;
    border-radius: 44px 44px 0 0;
    z-index: 1;
    max-width: 485px;
    margin: -97px 0 0 auto;
    color: #ededed;
    margin-right:30px;
}

.certificates__title-decoration {
    bottom: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    background-color: #008BEA;
    pointer-events: none;
}

.certificates__title-decoration::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #28323C;
}

.certificates.main .certificates__title-decoration::after {
    background-color: #3A444E;
}

.certificates__title-decoration--left {
    left: -50px;
}

.certificates__title-decoration--right {
    right: -50px;
}

.certificates__title-decoration--left::after {
    border-bottom-right-radius: 100px;
}

.certificates__title-decoration--right::after {
    border-bottom-left-radius: 100px;
}

.certificates__wrapper {
    background-color: #008BEA;
    padding: 122px 0 35px;
    overflow: hidden;
}

.certificates__wrapper .main-container {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    align-items: flex-start;
    column-gap: 132px;
    position: relative;
}

.certificates__wrapper .main-container::before {
    content: "";
    position: absolute;
    top: -80px;
    right: -18px;
    width: 790px;
    height: 645px;
    background-image: url("/local/templates/protec/files/certificates-background.svg");
    background-size: 790px 645px;
    background-repeat: no-repeat;
}

.certificates__swiper.swiper {
    max-width: calc(100% + 50px);
    padding-right: 50px;
}

.certificates__main {
    display: flex;
    flex-direction: column;
    row-gap: 53px;
}

.certificates__title {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    color: #ededed;
}

.certificates__description {
    margin: 0;
    font-weight: 100;
    font-size: 24px;
    line-height: 150%;
    color: #ededed;
}

.certificates .swiper-wrapper {
    margin-bottom: 50px;
}

.certificates .swiper-slide {
    width: 269px;
    height: 381px;
}

.certificates__navigation {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.certificates__navigation .swiper-button-prev,
.certificates__navigation .swiper-button-next {
    position: static;
    margin: 0;
    transform: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
}

.certificates__navigation .swiper-button-prev::after,
.certificates__navigation .swiper-button-next::after {
    display: none;
}

.certificates__navigation .swiper-button-prev svg,
.certificates__navigation .swiper-button-next svg {
    width: 30px;
    height: 8px;
}

.certificates__navigation .swiper-button-prev:hover,
.certificates__navigation .swiper-button-next:hover {
    opacity: 0.7;
}

.certificates__navigation .swiper-pagination {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
}

.certificates__navigation .swiper-pagination-bullet {
    margin: 0!important;
    width: 8px;
    height: 8px;
    opacity: 1;
    background-color: #E6E6E6;
    border-radius: 50%;
}

.certificates__navigation .swiper-pagination-bullet-active {
    width: 48px;
    margin: 0 10px!important;
    border-radius: 100px;
}

@media (max-width: 1199px) {
    .certificates__wrapper .main-container {
        column-gap: 50px;
    }
}

@media (max-width: 1023px) {
    .certificates__wrapper .main-container {
        grid-template-columns: 1fr;
        row-gap: 20px;
    }

    .certificates__wrapper .main-container::before {
        display: none;
    }

    .certificates__top-title {
        font-size: 36px;
        margin-left: 31px;
    }

    .certificates__main {
        row-gap: 20px;
    }

    .certificates__wrapper {
        padding: 40px 0;
    }

    .certificates__swiper.swiper {
        max-width: calc(100% + 40px);
        padding-right: 20px;
        padding-left: 20px;
        margin-left: -20px;
    }

    .certificates__description {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .certificates__top-title {
        margin-left: 0;
        font-size: 24px;
    }

    .certificates__title {
        font-size: 24px;
    }

    .certificates__description {
        font-size: 18px;
    }

    .certificates__title-decoration {
        width: 40px;
        height: 40px;
    }

    .certificates__title-decoration--left {
        left: -40px;
    }

    .certificates__title-decoration--right {
        right: -40px;
    }
}

@media (max-width: 544px) {
    .certificates__title-decoration {
        width: 20px;
        height: 20px;
    }

    .certificates__title-decoration--left {
        left: -20px;
    }

    .certificates__title-decoration--right {
        right: -20px;
    }
}

.contacts {
    margin-bottom: 28px;
    overflow: hidden;
}

.contacts.contacts_page {
    margin: 80px 0 0;
    padding-bottom: 98px;
    flex: 1;
}

.contacts.grey {
    background-color: #3A444E;
}

.contacts.dark-grey {
    background-color: #28323C;
}

.contacts__wrapper {
    display: grid;
    grid-template-columns: 580px 1fr;
    column-gap: 30px;
    

}

.contacts.catalog .contacts__top-title {
    margin: 0 0 20px 44px;
}

.contacts__top-title {
    position: relative;
    background-color: #008BEA;
    font-weight: bold;
    font-size: 36px;
    line-height: 110%;
    padding: 23px 0;
    text-align: center;
    border-radius: 0 0 44px 44px;
    z-index: 1;
    max-width: 485px;
    margin: 0 0 44px;
    color: #fff;
    width: 100%;
    
    
	
}

.contacts__title-decoration {
    top: 0;
    width: 50px;
    height: 50px;
    position: absolute;
    
    pointer-events: none;
}

.contacts__title-decoration::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #28323C;
}

.contacts__title-decoration--left {
    left: -50px;
    background-color:  #008BEA;
}

.contacts__title-decoration--right {
    right: -50px;
    background-color:  #008BEA;
}

.contacts__title-decoration--left::after {
    border-top-right-radius: 100px;
}

.contacts__title-decoration--right::after {
    border-top-left-radius: 100px;
}

.contacts.grey .contacts__top-title {
    background-color: #28323C;
    color: #fff;
    
}

.contacts.news-listing .contacts__top-title {
    background-color: #3A444E;
    color: #fff;
	margin-left:30px;
}

.contacts.grey .contacts__title-decoration {
    background-color: #28323C;
}

.contacts.news-listing .contacts__title-decoration {
    background-color: #3A444E;
}

.contacts.grey .contacts__title-decoration::after {
    background-color: #3A444E;
}

.contacts.dark-gray .contacts__top-title {
    background-color: #3A444E;
    color: #fff;
}

.contacts.dark-gray .contacts__title-decoration {
    background-color: #3A444E;
}

.contacts.dark-gray .contacts__title-decoration::after {
    background-color: #28323C;
}

.contacts__main {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: #ededed;
}

.contacts__office {
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    margin-bottom: 22px;
}

.contacts__address {
    font-weight: 100;
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 16px;
    color: #ededed;
}

.contacts__email {
    font-weight: 300;
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 17px;
    text-decoration: underline;
    text-decoration-color: #fff;
    transition: opacity 0.3s ease;
    color: #ededed;
}

.contacts__email:hover {
    opacity: 0.7;
}

.contacts__phone {
    font-weight: 300;
    font-size: 40px;
    line-height: 140%;
    color: #ededed;
    transition: opacity 0.3s ease;
}

.contacts__phone:hover {
    opacity: 0.7;
}

.contacts__schedule {
    font-weight: 100;
    font-size: 22px;
    line-height: 140%;
    margin-bottom: 35px;
    color: #ededed;
}

.contacts__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 23.5px;
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    color: #3A84C5;
    border: 1px solid #3A84C5;
    border-radius: 41px;
    position: relative;
    overflow: hidden;
}

.contacts__link .circle,
.contacts__link .circle-inner {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    transition: opacity 0.2s ease;
}

.contacts__link .circle {
    width: 140px;
    height: 140px;
    background: rgba(77, 161, 255, 0.15);
    left: -9999px;
}

.contacts__link .circle-inner {
    width: 60px;
    height: 60px;
    background: #4da1ff;
    opacity: 0.3;
    left: -9999px;
}

.contacts__map {
    border-radius: 15px;
}

.contacts__map > ymaps {
    border-radius: 15px;
}

.contacts__map > ymaps > ymaps {
    border-radius: 15px;
}

.contacts__map > ymaps > ymaps > ymaps {
    border-radius: 15px;
}

@media (max-width: 1199px) {
    .contacts__wrapper {
        grid-template-columns: 1fr;
        row-gap: 30px;
    }

    .contacts__main {
        order: 2;
    }

    .contacts__map {
        width: 100%;
        height: 500px;
    }
}

@media (max-width: 1023px) {
    .contacts__top-title {
        font-size: 36px;
        margin-left: 31px;
    }

    .contacts__title-decoration {
        width: 45px;
        height: 45px;
    }

    .contacts__title-decoration--left {
        left: -45px;
    }

    .contacts__title-decoration--right {
        right: -45px;
    }
}

@media (max-width: 767px) {
    .contacts__top-title {
        margin: 0 auto 20px;
        padding: 14px 0;
        font-size: 24px;
    }

    .contacts__title-decoration {
        width: 15px;
        height: 15px;
    }

    .contacts__title-decoration--left {
        left: -15px;
    }

    .contacts__title-decoration--right {
        right: -15px;
    }

    .contacts__phone {
        font-size: 30px;
    }

    .contacts__link {
        font-size: 24px;
    }

    .contacts__office {
        font-size: 24px;
    }

    .contacts__address {
        font-size: 18px;
    }

    .contacts__email {
        font-size: 18px;
    }

    .contacts__phone {
        font-size: 24px;
    }

    .contacts__schedule {
        font-size: 18px;
    }
}

.main-footer {
    background-color: #000000;
    color: #AAAAAA;
}

.main-footer .main-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 14px;
}

.main-footer__rights {
    font-weight: 300;
    font-size: 19px;
    line-height: 100%;
}

.main-footer__create {
    display: flex;
    align-items: center;
    column-gap: 15px;
    font-weight: 400;
    font-size: 19px;
    line-height: 100%;
}

@media (max-width: 767px) {
    .main-footer .main-container {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        row-gap: 20px;
    }

    .main-footer__rights {
        font-size: 16px;
    }

    .main-footer__create {
        font-size: 16px;
    }
}

.header {
    padding: 11px 0 13px;
}

.header .header-logo {
    margin-right: 30px;
}

.header .header-wrapper {
    height: auto;
    flex-wrap: nowrap;
    column-gap: 20px;
}

.header .header-contacts {
    white-space: nowrap;
}

.header .header-contacts,
body .mob-header-contacts {
    display: flex;
    flex-direction: column;
    row-gap: 7px;
}

.header .header-title {
    line-height: 16px;
    white-space: nowrap;
}

body .heder-tel {
    display: flex;
    align-items: center;
    column-gap: 10px;
    line-height: 18px;
    transition: opacity 0.3s ease;
    height: 24px;
    padding-left: 34px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjA2Mjk1IDEuMjVINy44MTM5NUM3Ljk2NjUxIDEuMjUgOC4xMTU0MyAxLjI5NjUyIDguMjQwODYgMS4zODMzNkM4LjM2NjI5IDEuNDcwMTkgOC40NjIyNSAxLjU5MzIxIDguNTE1OTUgMS43MzZMOS45NzE5NSA1LjYwNkMxMC4wMTk5IDUuNzMzOTggMTAuMDMyIDUuODcyNjQgMTAuMDA3IDYuMDA3TDkuMjc2OTUgOS45MTlDMTAuMTc0IDEyLjAyNyAxMS42NTUgMTMuNDQ0IDE0LjExIDE0LjcxNUwxNy45NzUgMTMuOTY1QzE4LjExMjMgMTMuOTM4NSAxOC4yNTQzIDEzLjk1MSAxOC4zODUgMTQuMDAxTDIyLjI2NyAxNS40ODFDMjIuNDA4OSAxNS41MzUxIDIyLjUzMSAxNS42MzA5IDIyLjYxNzMgMTUuNzU1OUMyMi43MDM1IDE1Ljg4MDkgMjIuNzQ5OCAxNi4wMjkxIDIyLjc1IDE2LjE4MVYxOS43NjVDMjIuNzUgMjEuMzkxIDIxLjMxOCAyMi43MSAxOS42NDIgMjIuMzQ1QzE2LjU4OSAyMS42ODEgMTAuOTMyIDE5Ljk5MiA2Ljk2OTk1IDE2LjAzQzMuMTczOTUgMTIuMjM1IDEuOTAxOTUgNi45OTMgMS40NzQ5NSA0LjE2QzEuMjI5OTUgMi41NDIgMi41MjY5NSAxLjI1IDQuMDYyOTUgMS4yNVoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center left;
}

body .heder-tel:hover {
    opacity: 0.7;
}

body .header-call {
    border: none;
    border-radius: 0;
    margin: 0;
    line-height: 17px;
    padding: 0;
    height: auto;
    transition: opacity 0.3s ease;
}

body .header-call:hover {
    background-color: transparent;
    opacity: 0.7;
}

.header .header-nav {
    margin: 0 auto;
    line-height: initial;
}

.header .header-nav > ul {
    display: flex;
    align-items: center;
    column-gap: 30px;
    row-gap: 20px;
}

.header .header-nav li .bt-menu {
    padding: 0 0 0 21px;
    background-color: transparent;
    border: none;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    transition: color 0.3s ease;
    text-align: left;
}

@media (min-width: 1562px) {
    .header-nav__parent .header-nav__sub-list {
        max-height: none !important;
    }
}

.header .header-nav > ul > li > a {
    font-weight: 700;
}

.header .header-nav > ul > li {
    display: flex;
    align-items: center;
    margin-right: 0;
    min-height: 36px;
    max-width: 155px;
    padding-top: 24px;
    margin-top: -24px;
}

.header-wrapper .mobile-bt-menu.is-active-btn-menu {
    background: none;
}

.header-wrapper .mobile-bt-menu.is-active-btn-menu::after {
    clip-path: inset(0 0 0 0);
}

.mobile-bt-menu__open,
.mobile-bt-menu__close {
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.mobile-bt-menu__close {
    opacity: 0;
    position: absolute;
}

.mobile-bt-menu.is-active-btn-menu .mobile-bt-menu__open {
    opacity: 0;
}

.mobile-bt-menu.is-active-btn-menu .mobile-bt-menu__close {
    opacity: 1;
}

.header-nav__application {
    text-align: center;
}

.header-nav__parent {
    position: relative;
}

.header-nav__parent::before {
    content: "";
    position: absolute;
    height: 13px;
    width: 100%;
    max-width: 146px;
    bottom: -33px;
    background-color: #008BEA;
    left: 0;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 0.5s ease;
    pointer-events: none;
    z-index: 1;
}

.header-nav__parent::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 32px;
    display: block;
    pointer-events: none;
    bottom: -32px;
    left: 0;
    z-index: 1;
}

.header-nav__sub-list {
    position: absolute;
    pointer-events: none;
    bottom: -32px;
    clip-path: inset(0 0 100% 0);
    transform: translateY(100%);
    transition: clip-path 0.5s ease;
    border-left: 2px dashed #fff;
    min-width: 271px;
    z-index: 1;
}

.header-nav__parent:hover .header-nav__sub-list {
    clip-path: inset(0 0 0 0);
    pointer-events: auto;
}

.header-nav__parent:hover::before {
    clip-path: inset(0 0 0 0);
}

.header-nav__parent:hover::after {
    pointer-events: auto;
}

.header-nav__sub-list {
    display: flex;
    flex-direction: column;
    background-color: #008BEA;
}

.header-nav__sub-list .header-nav__sub-item {
    margin-right: 0;
}

.header-nav__sub-list .header-nav__sub-item .header-nav__sub-link {
    display: flex;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
}

.header-nav__sub-list .header-nav__sub-item .header-nav__sub-link:hover {
    color: #fff;
    background-color: #0078C9;
}

.header-nav__sub-sub-list {
    margin-left: 20px;
    border-left: 1px dashed #FFFFFF;
    transition: max-height .5s ease, clip-path .5s ease;
}

.header-nav__sub-sub-list.open {
    max-height: 1000px;
    clip-path: inset(0 0 0 0);
}


.header-nav__sub-sub-item {
    padding: 11px 18px;
    background-color: #0078C9;
    transition: background-color 0.3s ease;
}

.header-nav__sub-sub-item:hover {
    background-color: #0263A5;
}

.header-nav__sub-sub-link:hover {
    color: #fff!important;
}

.header-nav__children-list {
    margin-left: 20px;
    border-left: 1px dashed #fff;
}

.header-nav__children-list .header-nav__children-item {
    margin-right: 0;
}

.header-nav__children-list .header-nav__children-item .header-nav__children-link {
    display: flex;
    padding: 10px 20px;
    background-color: #0078C9;
    transition: background-color 0.3s ease;
}

.header-nav__children-list .header-nav__children-item .header-nav__children-link:hover {
    background-color: #0263A5;
    color: #fff;
}

@media (max-width: 1760px) {
    .header .header-title {
        display: none;
    }

    .header .header-logo {
        margin-right: 0;
    }
}

@media (max-width: 1040px) {
    .header .header-wrapper {
        width: 100%;
    }

    .header-wrapper .mobile-bt-menu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 35px;
        height: 28px;
        background: none;
        margin: 0 0 0 auto;
        position: relative;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        transform: none;
    }

    .header-wrapper .mobile-bt-menu::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 5px;
        left: 0;
        bottom: -34px;
        background-color: #008BEA;
        clip-path: inset(0 100% 0 0);
        transition: clip-path 0.5s ease;
    }

    .header .header-contacts {
        display: none;
    }

    .header-nav {
        display: none;
    }

    .main-menu {
        overflow: auto;
        padding: 0 0 20px 0;
        max-width: 88%;
        top: 97px;
        height: calc(100vh - 97px);
        width: 100%;
    }

    .main-menu .close-wrapper {
        display: none;
    }

    .main-menu__content {
        display: flex;
        flex-direction: column;
    }

    .main-menu .logo {
        display: none;
    }

    .main-menu .wrapper {
        padding: 0;
        height: auto;
    }

    .main-menu .header-nav {
        display: block;
        margin-bottom: 7px;
        margin-left: 0;
        line-height: initial;
    }

    .main-menu .header-nav > ul {
        display: flex;
        flex-direction: column;
    }

    .header > .container {
        justify-content: space-between;
    }

    .header .header-wrapper.d-flex {
        flex: initial;
    }

    .main-menu .header-nav {
        display: block;
    }

    body .main-menu.is-active-menu,
    body .main-menu.active,
    body .main-menu {
        top: 70px;
        height: calc(100dvh - 70px);
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 20px;
    }

    .main-menu__content {
        display: flex;
        flex-direction: column;
    }

    body .is-active-menu .mob-header-contacts,
    body .active .mob-header-contacts,
    body .mob-header-contacts {
        align-self: center;
        align-items: center;
        border-top: 1px solid #778A97;
        padding: 14px 0 0;
        width: calc(100% - 40px);
        flex-direction: column-reverse;
    }

    .mob-header-contacts .header-call {
        order: -1;
        font-size: 14px;
    }

    body .is-active-menu .header-call,
    body .active .header-call{
        margin-top: 0;
    }

    .main-menu .header-nav > ul {
        display: flex;
        flex-direction: column;
    }

    .main-menu .header-nav {
        margin-left: 0;
        line-height: initial;
    }

    .main-menu .header-nav li {
        margin-right: 0;
    }

    .main-menu .wrapper {
        padding: 0;
    }

    .header-nav > ul > li {
        padding: 0 20px;
        transition: background-color 0.3s ease;
    }

    .header-nav > ul > li > a {
        display: flex;
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .header-nav__parent.is-active {
        background-color: #008BEA;
    }

    .header-nav__parent .bt-menu br,
    .header-nav > ul > li > a br {
        display: none;
    }

    .header-nav li .bt-menu {
        display: flex;
        padding-left: 21px;
        font-weight: 700;
        padding-top: 8px;
        padding-bottom: 8px;
        font-size: 15px;
        line-height: 100%;
        text-transform: uppercase;
        color: #fff;
        border: none;
        background-color: transparent;
        position: relative;
        width: 100%;
    }

    .header-nav__parent::before,
    .header-nav__parent::after {
        display: none;
    }

    .header-nav__sub-list {
        position: static;
        transform: none;
        min-width: auto;
        clip-path: none;
        pointer-events: auto;
        border-left-width: 1px;
    }

    .main-menu .header-nav {
        margin-bottom: 7px;
    }
}

@media (max-width: 1040px) and (min-width: 1024px) {
    .header-nav li .bt-menu {
        cursor: pointer;
        transition: color 0.3s ease, background-color 0.3s ease;
    }

    .header-nav li .bt-menu:hover {
        color: #008BEA;
    }

    .header-nav li .bt-menu:hover .icon-burger {
        border-color: #008BEA;
    }

    .header-nav li .bt-menu:hover .icon-burger::before {
        background-color: #008BEA;
    }

    .header-nav__parent.is-active .bt-menu:hover {
        background-color: #0078C9;
        color: #fff;
    }

    .header-nav__parent.is-active .bt-menu:hover .icon-burger {
        border-color: #fff;
    }

    .header-nav__parent.is-active .bt-menu:hover .icon-burger::before {
        background-color: #fff;
    }
}

@media (max-width: 1360px) {
    body .header-call span {
        display: inline;
    }

    body .header-call .icon-smartphone {
        margin-right: 12px;
    }
}


@media (max-width: 767px) {
    .header-logo img {
        width: 146px;
        height: 50px;
    }

    .header-wrapper .mobile-bt-menu::after {
        bottom: -21px;
    }
}

[data-accordion=element].is-active > [data-accordion=content] {
    max-height: 100%;
}

[data-accordion=parent].no-transition [data-accordion=content] {
    -webkit-transition: none;
    transition: none;
}

@media (max-width: 1040px)
{
    [data-accordion=content] {
        max-height: 0;
        transition: max-height 0.3s, clip-path 0.5s ease;
        overflow: hidden;
    }
}

/* Разводящая страница */
.aluminum-systems .top {
    padding: 156px 0 60px;
    display: flex;
    
}

.aluminum-systems .top h1 {
    max-width: 900px;
    width: 100%;
    margin-top: 40px;
    font-weight: 700;
    font-size: 45px;
    line-height: 130%;
    text-transform: uppercase;
    color: #ededed;
}

.aluminum-systems .top p {
    margin: 0;
    width: fit-content;
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #ededed;
}

.aluminum-systems .bottom {
    background-color: #008BEA;
}

.aluminum-systems .aluminum-systems-list {
    display: flex;
    flex-direction: column;
}

.aluminum-systems .aluminum-systems-list .stroke {
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #28323C;
}
.aluminum-systems .aluminum-systems-list .stroke::after,
.aluminum-systems .aluminum-systems-list .stroke::before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 10px;
    background-color: #28323C;
}
.aluminum-systems .aluminum-systems-list .stroke::after {
    left: -50px;
}
.aluminum-systems .aluminum-systems-list .stroke::before {
    right: -50px;
}
.aluminum-systems .aluminum-systems-item h3 {
    position: relative;
    max-width: 723px;
    margin: 0 0 20px 50px;
    padding: 25px 0;
    background-color: #28323C;
    border-radius: 0 0 44px 44px;
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    color: #ededed;
	margin-left: 30px;
}

.aluminum-systems .aluminum-systems-item h3 a {
    color: inherit;
}

.aluminum-systems .aluminum-systems-item h3 .title-decoration {
    position: absolute;
    top: 0;
    width: 51px;
    height: 51px;
    position: absolute;
    background-color: #28323C;
    pointer-events: none;
}

.aluminum-systems .aluminum-systems-item h3 .title-decoration.title-decoration--left {
    left: -51px;
}
.aluminum-systems .aluminum-systems-item h3 .title-decoration.title-decoration--right {
    right: -51px;
}

.aluminum-systems .aluminum-systems-item h3 .title-decoration::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #008BEA;
}

.aluminum-systems .aluminum-systems-item h3 .title-decoration.title-decoration--left::after {
    border-top-right-radius: 100px;
}
.aluminum-systems .aluminum-systems-item h3 .title-decoration.title-decoration--right::after {
    border-top-left-radius: 100px;
}

.aluminum-systems .aluminum-systems-item .content {
    padding: 0 0 20px;
    display: flex;
    gap: 100px;
}

.aluminum-systems .aluminum-systems-item .content .left {
    width: 780px;
    height: 425px;
}

.aluminum-systems .aluminum-systems-item .content .left .image {
    width: 100%;
    height: 100%;
}

.aluminum-systems .aluminum-systems-item .content .left .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    overflow: hidden;
}

.aluminum-systems .aluminum-systems-item .content .left .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.aluminum-systems .aluminum-systems-item .content .left .aluminum-systems-item-swiper {
    width: 100%;
    height: 100%;
}

.aluminum-systems-item-swiper .swiper-slide img {
    width: 93%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
    overflow: hidden;
	margin-left: 30px;
}

.swiper-container .aluminum-systems-item.swiper-pagination {
    display: flex;
    justify-content: center;
    gap: 12px;
}

.swiper-container .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0!important;
    background: #ffffff;
    opacity: 1;
}
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 48px;
    margin: 0 10px!important;
    border-radius: 100px;
}

.aluminum-systems .aluminum-systems-item .content .right {
    width: 898px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aluminum-systems .aluminum-systems-item .content .right a {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.aluminum-systems .aluminum-systems-item .content .right p {
    margin: 0;
    font-weight: 100;
    font-size: 24px;
    line-height: 150%;
    color: #FFFFFF;
    
}

.aluminum-systems .aluminum-systems-item .content .right span {
    width: fit-content;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 24px;
    background-color: #28323C;
    border-radius: 30px;
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    color: #ededed;
}



.aluminum-systems .aluminum-systems-item .content .right .model {
    height: 100%;
}

.aluminum-systems .aluminum-systems-item .content .right .model .model-link span {
    padding: 0;
    background-color: transparent;
    border-radius: 0;
}

.aluminum-systems .aluminum-systems-item .content .right .model .model-link span.detail {
    padding: 15px 20px;
    background-color: #28323C;
    border-radius: 30px;
}

.aluminum-systems .aluminum-systems-item .content .right .model a {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 22px;
}

.aluminum-systems .aluminum-systems-item .content .right .model a .detail {
    width: fit-content;
    margin-top: auto;
    text-transform: none;
}

.aluminum-systems .aluminum-systems-item .content .right:has(.manufacturer) {
    gap: 50px;
}

.aluminum-systems .aluminum-systems-item .content .right .manufacturer span {
    display: block;
    margin-bottom: 11px;
    padding: 0 0 10px 0;
    background-color: transparent;
    border-bottom: 1px solid #3CB0FF;
    border-radius: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    text-transform: uppercase;
    color: #28323C;
}

.aluminum-systems .aluminum-systems-item .content .right .manufacturer .model-list {
    display: flex;
    gap: 20px;
}

.aluminum-systems .aluminum-systems-item .content .right .manufacturer .model-list .model {
    flex: 1;
    height: 404px;
    display: flex;
    flex-direction: column;
}

.aluminum-systems .aluminum-systems-item .content .right .manufacturer .model-list .model a.model-link {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    flex: 1;
}

.aluminum-systems .aluminum-systems-item .content .right .manufacturer .model-list .model .model-link span {
    padding: 0;
    margin: 0;
    border-bottom: none;
    background-color: transparent;
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    text-transform: uppercase;
    color: #ededed;
}

.aluminum-systems .aluminum-systems-item .content .right .manufacturer .model-list .model .model-link p {
    display: -webkit-box;
    -webkit-line-clamp: 8;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    font-weight: 100;
    font-size: 24px;
    line-height: 150%;
    opacity: 1.9;
    color: #fff;
}

.aluminum-systems .aluminum-systems-item .content .right .manufacturer .model-list .model .model-link span.detail {
    width: fit-content;
    margin-top: auto;
    padding: 15px 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #28323C;
    border-radius: 30px;
    font-weight: 700;
    font-size: 21px;
    line-height: 110%;
    color: #ededed;
    text-transform: none;
}



/* Слоган */
.slogan {
    position: relative;
    padding-bottom: 10px;
}
.slogan::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #008BEA;
}


.slogan .content {
    display: flex;
    justify-content: space-between;
    padding: 78px 0 124px;
}

.slogan .content .left {
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.slogan .content .left span {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    color: #008BEA;
}

.slogan .content .left h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    color: #ededed;
}

.slogan .content .right {
    max-width: 561px;
    width: 100%;
}

/* Деталка первый экран */
.product-detail {
    margin-top: 100px;
}

.product-detail .breadcrumbs {
    padding: 32px 0 26px;
    border-bottom: 1px solid #3A444E;
}

.breadcrumbs .list {
    display: flex;
    align-items: center;
    gap: 40px;
}

.breadcrumbs .list .item a {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #778A97;
}

.breadcrumbs .list .item.open a {
    color: #fff;
}

.product-detail > .main-container {
    padding: 45px 50px 65px;
}

.product-detail h1 {
    margin-bottom: 44px;
    font-weight: 700;
    font-size: 45px;
    line-height: 130%;
    text-transform: uppercase;
    color: #ededed;
}

.product-detail .content {
    display: flex;
}

.product-detail .content .left {
    margin: 0 190px;
    max-width: 450px;
    min-width: 450px;
    height: 450px;
}

.product-detail .content .left .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.product-detail .content .left .swiper-container .product-detail-swiper {
    width: 100%;
    height: 100%;
    margin-left: -125px;
}

.product-detail .content .left .swiper-container .product-detail-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-detail .content .left .swiper-container .swiper-pagination {
    bottom: -38px;
    left:-125px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.product-detail .content .left .swiper-container .swiper-pagination-bullet {
    background: #fff;
}

.product-detail .content .right {
    width: 900px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.product-detail .content .right .icons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 30px;
}

.product-detail .content .right .icons .icon {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.product-detail .content .right .icons .icon img {
    width: 100px;
    height: 100px;
}

.product-detail .content .right .icons .icon span {
    font-weight: 300;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    color: #008BEA;
}

.product-detail .content .right .text p {
    margin: 0;
    font-weight: 100;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
}

.product-detail .content .right .buttons {
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.product-detail .content .right .buttons::-webkit-scrollbar {
    display: none;
}

.product-detail .content .right .buttons a.calculate {
    color: #ededed;
    line-height: 28px;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    padding: 10px 25px;
    box-shadow: 0 8px 14px 0 rgba(0, 139, 234, 0.35);
    border-radius: 50px;
    background-color: #008BEA;
    text-align: center;
    white-space: nowrap;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.product-detail .content .right .buttons a.calculate::after {
    font: normal normal normal 20px / 1 FontAwesome;
    content: "\f0da";
    color: #fff;
}

.product-detail .content .right .buttons a.btn-video {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 0 7px 0 36px;
}

.product-detail .content .right .buttons a.btn-video span {
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3A444E;
    border-radius: 50%;
}

/* Деталка характеристики */
.product-characteristics {
    padding-bottom: 60px;
    background-color: #3A444E;
}

.product-characteristics h3 {
    position: relative;
    max-width: 485px;
    margin: 0 0 40px;
    padding: 20px 0;
    background-color: #28323C;
    border-radius: 0 0 44px 44px;
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    color: #ededed;
	margin-left:30px;
}

.product-characteristics h3 .title-decoration {
    position: absolute;
    top: 0;
    width: 51px;
    height: 51px;
    position: absolute;
    background-color: #28323C;
    pointer-events: none;
}
.product-characteristics h3 .title-decoration::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3A444E;
}

.product-characteristics h3 .title-decoration.title-decoration--left {
    left: -50px;
}
.product-characteristics h3 .title-decoration.title-decoration--left::after {
    border-top-right-radius: 100px;
}
.product-characteristics h3 .title-decoration.title-decoration--right {
    right: -50px;
}
.product-characteristics h3 .title-decoration.title-decoration--right::after {
    border-top-left-radius: 100px;
}

.product-characteristics .product-characteristics-content {
    display: flex;
    gap: 80px;
}

.product-characteristics .product-characteristics-content .left {
    margin: 0 190px 0 190px;
    max-width: 450px;
    height: 450px;
	margin-left: 110px;
}

.product-characteristics .product-characteristics-content .left .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.product-characteristics .product-characteristics-content .left .swiper-container .product-detail-swiper {
    width: 100%;
    height: 100%;
}

.product-characteristics .product-characteristics-content .left .swiper-container .product-detail-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-characteristics .product-characteristics-content .left .swiper-container .swiper-pagination {
    bottom: -38px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.product-characteristics .product-characteristics-content .left .swiper-container .swiper-pagination-bullet {
    background: #fff;
}

.product-characteristics .product-characteristics-content .right {
    max-width: 891px;
    display: flex;
    flex-direction: column;
    gap: 45px;
}

.product-characteristics .product-characteristics-content .right .info-list {
    display: grid;
    grid-template-columns: repeat(3, 260px);
    grid-template-rows: repeat(2, 1fr);
    align-items: center;
    row-gap: 20px;
	margin-left: 43px;

}

.product-characteristics .product-characteristics-content .right .info-list .info-item {
    height: fit-content;
    padding-left: 8px;
    display: flex;
    flex-direction: column;
    gap: 9px;
    border-left: 1px solid #778A97;
}

.product-characteristics .product-characteristics-content .right .info-list .info-item span {
    font-weight: 300;
    font-size: 18px;
    line-height: 16px;
    color: #ededed;
}

.product-characteristics .product-characteristics-content .right .info-list .info-item p {
    margin: 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 26px;
    color: #ededed;
}

.product-characteristics .product-characteristics-content .right .list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-characteristics .product-characteristics-content .right .list .item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.product-characteristics .product-characteristics-content .right .list .item span {
    width: 26px;
    height: 26px;
}

.product-characteristics .product-characteristics-content .right .list .item p {
    margin: 0;
    font-weight: 100;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
}

.product-gallery {
    padding-bottom: 88px;
}

.product-gallery h3 {
    position: relative;
    max-width: 485px;
    margin: 0 0 40px;
    padding: 20px 0;
    background-color: rgb(58, 68, 78);
    border-radius: 0 0 44px 44px;
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    color: #ededed;
    margin-left:30px;
    top:-60px;
    margin-bottom: -23px;
}

.product-gallery h3 .title-decoration {
    position: absolute;
    top: 0;
    width: 51px;
    height: 51px;
    background-color: #3A444E;
    pointer-events: none;
}
.product-gallery h3 .title-decoration::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #008BEA;
}

.product-gallery h3 .title-decoration.title-decoration--left {
    left: -50px;
}
.product-gallery h3 .title-decoration.title-decoration--left::after {
    border-top-right-radius: 100px;
}
.product-gallery h3 .title-decoration.title-decoration--right {
    right: -50px;
}
.product-gallery h3 .title-decoration.title-decoration--right::after {
    border-top-left-radius: 100px;
}

.product-gallery .swiper-container {
    position: relative;
}

.product-gallery .swiper-container .product-gallery-swiper .swiper-slide {
    border-radius: 15px;
    overflow: hidden;
}

.product-gallery .swiper-container .swiper-pagination {
    bottom: -30px;
    display: flex;
    justify-content: center;
    gap: 12px;
}

.product-gallery .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
}

.product-info {
    padding: 60px 0;
    background-color: #008BEA;
}

.product-info .content {
    margin: 0 100px;
    display: flex;
    gap: 40px;
}

.product-info .content .left {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-info .content .left h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    text-transform: uppercase;
    color: #ededed;
}

.product-info .content .left .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-info .content .left .text p {
    margin: 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
}

.product-info .content .left .text ul {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-info .content .right .text ul {
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.product-info .content .left .text ul li {
    list-style: disc;
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
}
.product-info .content .right .text ul li {
    list-style: disc;
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
}

.product-info .content .left .text ul.number li {
    list-style: auto;
}
.product-info .content .right .text ul.number li {
    list-style: auto;
}

.product-info .content .right {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.product-info .content .right .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-info .content .right .text h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 110%;
    text-transform: uppercase;
    color: #ededed;
}

.product-info .content .right .text p {
    margin: 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
}

.fancybox-toolbar {
    top: 20px !important;
    right: 20px !important;
    opacity: 1!important;
    visibility: visible!important;
}

.fancybox-toolbar .fancybox-button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #008BEA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.fancybox-toolbar .fancybox-button svg {
    width: 20px;
    height: 20px;
}

.fancybox-navigation .fancybox-button {
    top: 50%!important;
    opacity: 1!important;
    visibility: visible!important;
    background-color: transparent;
    width: 19px!important;
    height: 36px!important;
    transform: translateY(-50%) !important;
}

.fancybox-navigation .fancybox-button div {
    width: 19px;
    height: 36px;
    padding: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTknIGhlaWdodD0nMzYnIHZpZXdCb3g9JzAgMCAxOSAzNicgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48bGluZSB4MT0nMC4zNTM1NTMnIHkxPScwLjY0NjQ0NycgeDI9JzE4LjM1MzYnIHkyPScxOC42NDY0JyBzdHJva2U9J3doaXRlJy8+PGxpbmUgeDE9JzAuNjQ2NDQ3JyB5MT0nMzUuNjQ2NCcgeDI9JzE3LjY0NjQnIHkyPScxOC42NDY0JyBzdHJva2U9J3doaXRlJy8+PC9zdmc+");
    background-repeat: no-repeat;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
    left: 10%;
    padding: 0;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_left div {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTknIGhlaWdodD0nMzYnIHZpZXdCb3g9JzAgMCAxOSAzNicgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48bGluZSB4MT0nMTguNjQ2NCcgeTE9JzM1LjM1MzYnIHgyPScwLjY0NjQ0NScgeTI9JzE3LjM1MzYnIHN0cm9rZT0nd2hpdGUnLz48bGluZSB4MT0nMTguMzUzNicgeTE9JzAuMzUzNTUzJyB4Mj0nMS4zNTM1NicgeTI9JzE3LjM1MzYnIHN0cm9rZT0nd2hpdGUnLz48L3N2Zz4K");
    background-repeat: no-repeat;
}

.fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
    right: 10%;
    padding: 0;
}

.fancybox-navigation .fancybox-button div svg {
    display: none;
}

.fancybox-slide--image .fancybox-content img {
    border-radius: 15px;
    overflow: hidden;
    object-fit: cover;
}

.fancybox-content .fancybox-inner-wrap {
    position: static;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fancybox-content .fancybox-inner-wrap .fancybox-image {
    position: static;
}

.fancybox-content .custom-caption {
    margin-left: 15px;
    font-size: 18px;
    line-height: 120%;
    font-weight: 300;
    color: #fff;
}

.fancybox-caption {
    display: none!important;
}

/* Dealers */
.dealers-cooperation {
    margin-top: 114px;
    padding-bottom: 66px;
}

.dealers-cooperation .top {
    padding: 32px 0 26px;
    border-bottom: 1px solid #3A444E;
}

.dealers-cooperation .top span {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}

.dealers-cooperation h1 {
    margin: 45px 0 44px;
    font-weight: 300;
    font-size: 45px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
}

.dealers-cooperation .content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.dealers-cooperation .left {
    max-width: 633px;
    display: flex;
    flex-direction: column;
    gap: 52px;
}

.dealers-cooperation .left .swiper-container {
    position: relative;
    margin: 0 92px;
    width: 450px;
    height: 450px;
}

.dealers-cooperation .left .swiper-container .dealers-cooperation__swiper {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.dealers-cooperation .left .swiper-container .dealers-cooperation__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dealers-cooperation .left .swiper-container .swiper-pagination {
    bottom: -24px;
}
.dealers-cooperation .left .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px!important;
    background: #fff;
}
.dealers-cooperation .left .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0 16px!important;
}

.dealers-cooperation .left .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.dealers-cooperation .left .text p {
    margin: 0;
    font-weight: 100;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #fff;
}

.dealers-cooperation .left .text p a {
    font-size: 24px;
    color: #008BEA;
}

.dealers-cooperation .right {
    max-width: 900px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.dealers-cooperation .right .advantages-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
    row-gap: 30px;
}

.dealers-cooperation .right .advantages-list .advantages-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.dealers-cooperation .right .advantages-list .advantages-list__item .icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #008BEA;
    border-radius: 15px;
    overflow: hidden;
}

.dealers-cooperation .right .advantages-list .advantages-list__item p {
    margin: 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    color: #008BEA;
}

.dealers-cooperation .right p {
    margin: 0;
    font-weight: 100;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
}

.dealers-cooperation .right .buttons {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.dealers-cooperation .right .buttons .dealers-btn {
    min-width: 180px;
    padding: 10px 32px 10px 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: transparent;
    border-radius: 50px;
    border: 2px solid #3A444E;
    transition: border .3s ease, background-color .3s ease, box-shadow .3s ease;
    cursor: pointer;
}

.dealers-cooperation .right .buttons .dealers-btn:hover {
    background-color: #008BEA;
    border-color: #008BEA;
    box-shadow: 0px 8px 14px 0px #008BEA59;
}

.dealers-cooperation .right .buttons .dealers-btn .text {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
}

.dealers-cooperation .right .buttons .dealers-btn.colored {
    padding: 10px 25px;
    background-color: #008BEA;
    border-color: #008BEA;
    box-shadow: 0px 8px 14px 0px #008BEA59;
}

.dealers-help {
    background-color: #008BEA;
    padding-bottom: 76px;
}

.dealers-help h3 {
    position: relative;
    max-width: 723px;
    margin: 0 0 40px;
    padding: 20px 0;
    background-color: #28323C;
    border-radius: 0 0 44px 44px;
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    color: #fff;
	margin-left:30px;
}

.dealers-help h3 .title-decoration {
    position: absolute;
    top: 0;
    width: 51px;
    height: 51px;
    background-color: #28323C;
    pointer-events: none;
}

.dealers-help h3 .title-decoration--left {
    left: -50px;
}
.dealers-help h3 .title-decoration--right {
    right: -50px;
}

.dealers-help h3 .title-decoration::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #008BEA;
}

.dealers-help h3 .title-decoration--left::after {
    border-top-right-radius: 100px;
}
.dealers-help h3 .title-decoration--right::after {
    border-top-left-radius: 100px;
}

.dealers-help .dealers-help-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 46px 20px;
}

.dealers-help .dealers-help-list .dealers-help-list__item {
    width: 280px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.dealers-help .dealers-help-list .dealers-help-list__item .image {
    width: 180px;
    height: 180px;
    border-radius: 50%;
    overflow: hidden;
}

.dealers-help .dealers-help-list .dealers-help-list__item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dealers-help .dealers-help-list .dealers-help-list__item h4 {
    min-height: 72px;
    font-weight: 300;
    font-size: 30px;
    line-height: 90%;
    color: rgb(0 0 0);
    text-align: center;
}

.dealers-help .dealers-help-list .dealers-help-list__item p {
    margin: 0;
    font-weight: 100;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    text-align: center;
}

.dealers-excursion > .main-container > h3 {
    position: relative;
    max-width: 723px;
    margin: 0 0 40px;
    padding: 20px 0;
    background-color: #008BEA;
    border-radius: 0 0 44px 44px;
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    text-align: center;
    color: #fff;
	margin-left:30px;
}

.dealers-excursion h3 .title-decoration {
    position: absolute;
    top: 0;
    width: 51px;
    height: 51px;
    background-color: #008BEA;
    pointer-events: none;
}

.dealers-excursion h3 .title-decoration--left {
    left: -50px;
}
.dealers-excursion h3 .title-decoration--right {
    right: -50px;
}

.dealers-excursion h3 .title-decoration::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #28323C;
}

.dealers-excursion h3 .title-decoration--left::after {
    border-top-right-radius: 100px;
}
.dealers-excursion h3 .title-decoration--right::after {
    border-top-left-radius: 100px;
}

.dealers-excursion .content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 92px;
    gap: 20px;
}

.dealers-excursion .content .left {
    max-width: 848px;
    min-width: 848px;
    height: 581px;
}

.dealers-excursion .content .left .swiper-container {
    position: relative;
    width: 100%;
    height: 100%;
}

.dealers-excursion .content .left .swiper-container .dealers-excursion__swiper {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.dealers-excursion .content .left .swiper-container .dealers-excursion__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dealers-excursion .content .left .swiper-container .swiper-pagination {
    bottom: -24px;
}
.dealers-excursion .content .left .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px!important;
    background: #fff;
}
.dealers-excursion .content .left .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0 16px!important;
}

.dealers-excursion .content .right {
    max-width: 891px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.dealers-excursion .content .right h2 {
    font-weight: 500;
    font-size: 36px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
}

.dealers-excursion .content .right p {
    margin: 0 0 30px;
    font-weight: 100;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
}

.dealers-excursion .content .right .dealers-excursion__btn {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    height: 48px;
    padding: 0 25px;
    background-color: #008BEA;
    border-radius: 50px;
    box-shadow: 0px 8px 14px 0px #008BEA59;
    cursor: pointer;
}

.dealers-excursion .content .right .dealers-excursion__btn .text {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}

.dealers-excursion .info {
    margin-bottom: 66px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.dealers-excursion .info h3 {
    max-width: 883px;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
}

.dealers-excursion .info p {
    margin: 0;
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
}

.dealers-addresses .adaptive {
    display: none;
}

.dealers-addresses .chips {
    margin-left: 112px;
    display: flex;
}

.dealers-addresses .chips .chips-btn {
    position: relative;
    display: flex;
    align-items: center;
    height: 88px;
    padding: 0 69px;
    background-color: #1F2730;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    cursor: pointer;
    transition: background-color .3s ease;
    
}

.dealers-addresses .chips .chips-btn:after,
.dealers-addresses .chips .chips-btn:before {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    transition: background-image .3s ease;
}

.dealers-addresses .chips .chips-btn:after {
    left: -50px;
    bottom: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNTAnIGhlaWdodD0nNTAnIHZpZXdCb3g9JzAgMCA1MCA1MCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTUwIDIuMTg1NTdlLTA2QzUwIDI3LjYxNDIgMjcuNjE0MiA1MCAtMi4xODU1N2UtMDYgNTBMNTAgNTBMNTAgMi4xODU1N2UtMDZaJyBmaWxsPScjMUYyNzMwJy8+PC9zdmc+IA==");
}

.dealers-addresses .chips .chips-btn:before {
    right: -50px;
    bottom: 0;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNTAnIGhlaWdodD0nNTAnIHZpZXdCb3g9JzAgMCA1MCA1MCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTUwIDUwQzIyLjM4NTggNTAgMS40MDA1OGUtMDYgMjcuNjE0MiAzLjgxNDdlLTA2IC00LjM3MTE0ZS0wNkwtNS41NjQ0MmUtMDcgNTBMNTAgNTBaJyBmaWxsPScjMUYyNzMwJy8+PC9zdmc+IA==");
}

.dealers-addresses .chips .chips-btn .text {
    opacity: .3;
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    color: #fff;
    transition: opacity .3s ease;
}

.dealers-addresses .chips .chips-btn.active {
    background-color: #3A444E;
    z-index: 2;
}

.dealers-addresses .chips .chips-btn.active:after {
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNTAnIGhlaWdodD0nNTAnIHZpZXdCb3g9JzAgMCA1MCA1MCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTUwIDIuMTg1NTdlLTA2QzUwIDI3LjYxNDIgMjcuNjE0MiA1MCAtMi4xODU1N2UtMDYgNTBMNTAgNTBMNTAgMi4xODU1N2UtMDZaJyBmaWxsPScjM0E0NDRFJy8+PC9zdmc+Cg==");
    z-index: 1;
}
.dealers-addresses .chips .chips-btn.active:before {
    content: '';
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNTAnIGhlaWdodD0nNTAnIHZpZXdCb3g9JzAgMCA1MCA1MCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTUwIDUwQzIyLjM4NTggNTAgMS40MDA1OGUtMDYgMjcuNjE0MiAzLjgxNDdlLTA2IC00LjM3MTE0ZS0wNkwtNS41NjQ0MmUtMDcgNTBMNTAgNTBaJyBmaWxsPScjM0E0NDRFJy8+PC9zdmc+IA==");
    z-index: 1;
}

.dealers-addresses .chips .chips-btn.active .text {
    opacity: 1;
}

.dealers-addresses .map-container {
    padding-bottom: 100px;
    background-color: #3A444E;
}

.dealers-addresses .map-container .content {
    padding-top: 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 33px;
}

.dealers-addresses .map-container .content .col .map {
    width: 100%;
    min-height: 600px;
    border-radius: 15px;
    overflow: hidden;
}

.dealers-addresses .map-container .content .col .addresses {
    max-height: 595px;
    display: none;
    flex-direction: column;
    overflow-y: auto;
}

.dealers-addresses .map-container .content .col .addresses.active {
    display: flex;
}

.dealers-addresses .map-container .content .col .addresses::-webkit-scrollbar {
    width: 10px;

}
.dealers-addresses .map-container .content .col .addresses::-webkit-scrollbar-button {
    display: none;
}
.dealers-addresses .map-container .content .col .addresses::-webkit-scrollbar-track {
    background: #28323C;
    border-radius: 5px;
}
.dealers-addresses .map-container .content .col .addresses::-webkit-scrollbar-thumb {
    background: #008BEA;
    border-radius: 5px;
    background-clip: padding-box;
}

.dealers-addresses .map-container .content .col .addresses .addresses-item {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    transition: background-color .3s ease;
    border-bottom: 1px solid #4D4D4D;
    cursor: pointer;
}

.dealers-addresses .map-container .content .col .addresses .addresses-item:nth-child(1) {
    border-top: 1px solid #4D4D4D;
}

.dealers-addresses .map-container .content .col .addresses .addresses-item:hover {
    background-color: #1F273052;
}

.dealers-addresses .map-container .content .col .addresses .addresses-item:hover .place svg path {
    fill: #fff;
}

.dealers-addresses .map-container .content .col .addresses .addresses-item:hover .phone {
    color: #008BEA;
}

.dealers-addresses .map-container .content .col .addresses .addresses-item .place {
    max-width: 440px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.dealers-addresses .map-container .content .col .addresses .addresses-item .place svg {
    min-width: 40px;
}

.dealers-addresses .map-container .content .col .addresses .addresses-item .place svg path {
    transition: fill .3s ease;
}

.dealers-addresses .map-container .content .col .addresses .addresses-item .place span {
    font-weight: 100;
    font-size: 22px;
    line-height: 140%;
    color: #fff;
    white-space: nowrap;	
}

.dealers-addresses .map-container .content .col .addresses .addresses-item .phone {
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    color: #fff;
    transition: color .3s ease;
}

/* About */
.about {
    margin-top: 114px;
    padding-bottom: 41px;
}

.about .top {
    padding: 32px 0 26px;
    border-bottom: 1px solid #3A444E;
}

.about .top span {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}

.about h1 {
    margin: 45px 0 44px;
    font-weight: 300;
    font-size: 45px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
}

.about .content {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.about .left {
    max-width: 633px;
    display: flex;
    flex-direction: column;
    gap: 52px;
}

.about .left .swiper-container {
    position: relative;
    margin: 0 92px;
    width: 450px;
    height: 450px;
}

.about .left .swiper-container .about__swiper {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.about .left .swiper-container .about__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about .left .swiper-container .swiper-pagination {
    bottom: -24px;
}
.about .left .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px!important;
    background: #fff;
}
.about .left .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0 16px!important;
}

.about .left .text {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.about .left .text p {
    margin: 0;
    font-weight: 100;
    font-size: 24px;
    line-height: 150%;
    text-align: center;
    color: #fff;
}

.about .left .text p a {
    font-size: 24px;
    color: #008BEA;
}

.about .right {
    max-width: 900px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.about .right .advantages-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    column-gap: 20px;
    row-gap: 30px;
}

.about .right .advantages-list .advantages-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.about .right .advantages-list .advantages-list__item .icon {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #008BEA;
    border-radius: 15px;
    overflow: hidden;
}

.about .right .advantages-list .advantages-list__item p {
    margin: 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    color: #008BEA;
}

.about .right p {
    margin: 0;
    font-weight: 100;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
}

.about .right .buttons {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 30px;
}

.about .right .buttons .about-btn {
    min-width: 180px;
    padding: 10px 32px 10px 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 50px;
    border: 2px solid #3A444E;
    transition: border .3s ease, background-color .3s ease, box-shadow .3s ease;
    cursor: pointer;
}

.about .right .buttons .about-btn:hover {
    background-color: #008BEA;
    border-color: #008BEA;
    box-shadow: 0px 8px 14px 0px #008BEA59;
}

.about .right .buttons .about-btn .text {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
}

.about .right .buttons .about-btn.colored {
    padding: 10px 25px;
    background-color: #008BEA;
    border-color: #008BEA;
    box-shadow: 0px 8px 14px 0px #008BEA59;
}

.about .right .buttons .about-btn.catalog {
    position: relative;
    cursor: pointer;
    /*overflow: hidden;*/
    transition: border-radius .3s ease;
}

.about .right .buttons .about-btn.catalog .icon {
    width: 12px;
    height: 12px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTInIGhlaWdodD0nMTInIHZpZXdCb3g9JzAgMCAxMiAxMicgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cmVjdCB4PScwLjUnIHdpZHRoPScxMScgaGVpZ2h0PScyJyBmaWxsPSd3aGl0ZScvPjxyZWN0IHg9JzQuNScgeT0nNScgd2lkdGg9JzcnIGhlaWdodD0nMicgZmlsbD0nd2hpdGUnLz48cmVjdCB4PScwLjUnIHk9JzEwJyB3aWR0aD0nMTEnIGhlaWdodD0nMicgZmlsbD0nd2hpdGUnLz48L3N2Zz4K");
    background-repeat: no-repeat;
    transition: background-image .3s ease;
}

.about .right .buttons .about-btn.catalog:hover {
    border-radius: 20px 20px 0 0;
    /*overflow: visible;*/
}

.about .right .buttons .about-btn.catalog:hover .catalog-list {
    /*transform: none;*/
    max-height: 120px;
}

.about .right .buttons .about-btn.catalog:hover .icon {
    width: 16px;
    height: 10px;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTYnIGhlaWdodD0nMTAnIHZpZXdCb3g9JzAgMCAxNiAxMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNOS40Mzc1IDEuNzgzMkw5LjQzMjYyIDEuNzg4MDlMMTUuNDk5IDguMDc2MTdMMTQuMTM0OCA5LjQ5MDIzTDguMDY3MzggMy4yMDIxNUwxLjg2NjIxIDkuNjMwODZMMC41MDE5NTMgOC4yMTY4TDguMDczMjQgMC4zNjkxNDFMOS40Mzc1IDEuNzgzMlonIGZpbGw9J3doaXRlJy8+PC9zdmc+IA==");
}

.about .right .buttons .about-btn .catalog-list {
    position: absolute;
    top: 48px;
    left: -2px;
    width: calc(100% + 4px);
    max-height: 0;
    display: flex;
    flex-direction: column;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 8px 14px 0px #008BEA59;
    overflow: hidden;
    /*transform: translateY(100%);*/
    /*transition: transform .3s ease;*/
    transition: max-height .3s ease;
    z-index: 1;
}

.about .right .buttons .about-btn .catalog-list .catalog-item {
    padding: 13px 25px 12px 20px;
    background-color: #008BEA;
    transition: background-color .3s ease;
}

.about .right .buttons .about-btn .catalog-list .catalog-item:hover {
    background-color: #3A444E;
}

.about .right .buttons .about-btn .catalog-list .catalog-item a {
    font-weight: 700;
    font-size: 15px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}

.about-advantages {
    background-color: #008BEA;
    padding-bottom: 80px;
}

.about-advantages h3 {
    position: relative;
    max-width: 723px;
    margin: 0 0 40px;
    padding: 20px 0;
    background-color: #28323C;
    border-radius: 0 0 44px 44px;
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    text-align: center;
    color: #fff;
}

.about-advantages h3 .title-decoration {
    position: absolute;
    top: 0;
    width: 51px;
    height: 51px;
    background-color: #28323C;
    pointer-events: none;
}

.about-advantages h3 .title-decoration--left {
    left: -50px;
}
.about-advantages h3 .title-decoration--right {
    right: -50px;
}

.about-advantages h3 .title-decoration::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #008BEA;
}

.about-advantages h3 .title-decoration--left::after {
    border-top-right-radius: 100px;
}
.about-advantages h3 .title-decoration--right::after {
    border-top-left-radius: 100px;
}

.about-advantages .about-advantages-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 60px;
}

.about-advantages .about-advantages-list .about-advantages-list__item {
    width: 560px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.about-advantages .about-advantages-list .about-advantages-list__item .image {
    width: 320px;
    height: 320px;
    display: flex;
    border-radius: 15px;
    overflow: hidden;
}

.about-advantages .about-advantages-list .about-advantages-list__item .image img {
    object-fit: cover;
    border-radius: 160px;
}

.about-advantages .about-advantages-list .about-advantages-list__item h4 {
    height: 72px;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #008BEA;
    text-align: center;
}

.about-advantages .about-advantages-list .about-advantages-list__item p {
       margin: 0;
    font-weight: 100;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
    text-align: justify;
    hyphens: auto;
    line-height: 30px;
    max-width: 540px;
}

.about-team {
    padding-bottom: 120px;
}

.about-team h3 {
    position: relative;
    max-width: 723px;
    margin: 0 0 40px;
    padding: 20px 0;
    background-color: #008BEA;
    border-radius: 0 0 44px 44px;
    font-weight: 400;
    font-size: 32px;
    line-height: 110%;
    text-align: center;
    color: #fff;
    margit-right:30px;
}

.about-team h3 .title-decoration {
    position: absolute;
    top: 0;
    width: 51px;
    height: 51px;
    background-color: #008BEA;
    pointer-events: none;
}

.about-team h3 .title-decoration--left {
    left: -50px;
}
.about-team h3 .title-decoration--right {
    right: -50px;
}

.about-team h3 .title-decoration::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #28323c;
}

.about-team h3 .title-decoration--left::after {
    border-top-right-radius: 100px;
}
.about-team h3 .title-decoration--right::after {
    border-top-left-radius: 100px;
}

.about-team .content {
    display: flex;
    align-items: center;
    gap: 64px;
}

.about-team .content .left {
    max-width: 848px;
}

.about-team .content .left .swiper-container {
    position: relative;
    width: 100%;
    height: 536px;
}

.about-team .content .left .swiper-container .about-team__swiper {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.about-team .content .left .swiper-container .about-team__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-team .content .left .swiper-container .swiper-pagination {
    bottom: -24px;
}
.about-team .left .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px!important;
    background: #fff;
}
.about-team .content .left .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0 16px!important;
}

.about-team .content .right {
    max-width: 892px;
    display: flex;
    flex-direction: column;
    gap: 39px;
}

.about-team .content .right p {
    margin: 0;
    font-weight: 100;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
}

.about-team .content .right .about-team__btn {
    width: fit-content;
    height: 48px;
    padding: 0 29.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #008BEA;
    border-radius: 50px;
    box-shadow: 0px 8px 14px 0px #008BEA59;
}

.about-team .content .right .about-team__btn .text {
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
}














/* ==========================================================================
   ГАЛЕРЕЯ (КВАДРАТНЫЕ КАРТОЧКИ + ТОНКАЯ ЛИНИЯ)
   ========================================================================== */

.gallery {
    margin-top: 114px;
}

/* Верхняя часть: Хлебные крошки */
.gallery .top {
    padding: 32px 0 26px;
}

.gallery .top .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 40px;
}

.gallery .top .breadcrumbs .item:first-child {
    position: relative;
    padding-right: 40px;
}

.gallery .top .breadcrumbs .item:first-child::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 9px;
    height: 10px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nOScgaGVpZ2h0PScxMCcgdmlld0JveD0nMCAwIDkgMTAnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcuNTgzOTggNC4xMzM5OEM4LjI1MDY1IDQuNTE4ODggOC4yNTA2NSA1LjQ4MTE0IDcuNTgzOTggNS44NjYwNEwyLjI3MTQ4IDguOTMzMjFDMS42MDQ4MiA5LjMxODExIDAuNzcxNDg0IDguODQwOTggMC43NzE0ODQgOC4wNjcxOEwwLjc3MTQ4NCAxLjkzMjg0QzAuNzcxNDg0IDEuMTYzMDQgMS42MDQ4MiAwLjY4MTkxMSAyLjI3MTQ4IDEuMDY2ODFMNy41ODM5OCA0LjEzMzk4WicgZmlsbD0nI0Q5RDlEOScvPjwvc3ZnPgo=");
    background-repeat: no-repeat;
}

.gallery .top .breadcrumbs .item span,
.gallery .top .breadcrumbs .item a {
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
}

.gallery .top .breadcrumbs .item span {
    color: #778A97;
}

/* Контентная часть */
.gallery .content {
    padding: 26px 0 50px;
    background-color: #3A444E;
}

.gallery .content .gallery-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    /* ИСПРАВЛЕНО: Одинаковое расстояние между карточками */
    gap: 40px; 
}

/* Карточка галереи (СТРОГИЙ КВАДРАТ) */
.gallery .content .gallery-list .gallery-item {
    display: flex;
    flex-direction: column;
    width: 575px;
    height: 438px; /* Сделал ровный квадрат */
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

.gallery .content .gallery-list .gallery-item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

/* Контейнер изображения */
.gallery .content .gallery-list .gallery-item .image {
    width: 100%;
    height: 100%;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    overflow: hidden; 
    transition: box-shadow 0.3s ease;
    isolation: isolate;
}

.gallery .content .gallery-list .gallery-item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 1.2s cubic-bezier(0.25, 0.45, 0.45, 0.95);
    will-change: transform;
    transform: translateZ(0);
}

/* Текст под картинкой + ВОЛОСЯНАЯ ЛИНИЯ */
.gallery .content .gallery-list .gallery-item p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 25px 20px 30px;
    
    background: linear-gradient(
        to top, 
        rgba(20, 23, 26, 0.95) 0%, 
        rgba(25, 29, 33, 0.9) 70%, 
        rgba(30, 34, 38, 0.85) 100%
    );
    
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    box-sizing: border-box;
    z-index: 2;
    pointer-events: none;
}

/* Та самая тонкая белая линия 0.5px */
.gallery .content .gallery-list .gallery-item p::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    transform: scaleY(0.5);
    transform-origin: top;
}

/* Ховеры */
.gallery .content .gallery-list .gallery-item:hover .image {
    box-shadow: 0px 8px 25px 0px rgba(0, 139, 234, 0.35); 
}

.gallery .content .gallery-list .gallery-item:hover .image img {
    transform: scale(1.07) translateZ(0); 
}

/* Фиксы Fancybox и ссылок */
.gallery-item a, 
.gallery-item a:focus, 
.gallery-item a:active {
    outline: none !important;
    box-shadow: none !important;
}

body.fancybox-active {
    overflow: hidden !important;
}





















/* wiki */
.wiki {
    margin-top: 114px;
}

.wiki .top {
    padding: 32px 0 26px;
    border-bottom: 1px solid #3A444E;
}

.wiki .top span {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}

.wiki .adaptive {
    display: none;
}

@media (max-width: 1024px) {
    
    .wiki {
        margin-top: 20px !important;
    }

    .wiki .adaptive, 
    .wiki .full { 
        display: block !important; 
    }

    .wiki .content {
        display: none !important; 
    }

    .wiki .content.active {
        display: block !important;
    }

    
    .wiki .chips {
        margin: 10px 0 !important;
        padding: 0 15px !important;
        display: flex !important;
        flex-direction: column !important;
        gap: 8px !important;
    }

    .wiki .chips .chips-btn {
        width: 100% !important;
        height: 54px !important;
        padding: 0 20px !important;
        border-radius: 12px !important;
        justify-content: center !important;
        background-color: #1F2730 !important;
    }

    .wiki .chips .chips-btn.active {
        background-color: #3A444E !important;
    }

    .wiki .chips .chips-btn::before, 
    .wiki .chips .chips-btn::after { 
        display: none !important; 
    }

    .wiki .chips .chips-btn span { 
        font-size: 16px !important; 
        opacity: 1 !important; 
        color: #fff !important;
    }

    .wiki .content .main-container {
        display: flex !important;
        flex-direction: column !important;
        padding: 15px 15px !important;
    }

    .wiki .content .left { 
        display: none !important; 
    }

    .wiki .content .right { 
        width: 100% !important; 
    }

    .wiki .content .right .main-list li .sub-list li { 
        width: 100% !important; 
    }
}





.wiki .chips {
    margin: 45px 0 0 78px;
    display: flex;
}

.wiki .chips .chips-btn {
    position: relative;
    display: flex;
    align-items: center;
    height: 88px;
    padding: 0 71px;
    background-color: #1F2730;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    cursor: pointer;
    transition: background-color .3s ease;
}

.wiki .chips .chips-btn::before,
.wiki .chips .chips-btn::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 50px;
    transition: background-image .3s ease;
}

.wiki .chips .chips-btn::before {
    right: -50px;
    bottom: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNTAnIGhlaWdodD0nNTAnIHZpZXdCb3g9JzAgMCA1MCA1MCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTUwIDUwQzIyLjM4NTggNTAgMS40MDA1OGUtMDYgMjcuNjE0MiAzLjgxNDdlLTA2IC00LjM3MTE0ZS0wNkwtNS41NjQ0MmUtMDcgNTBMNTAgNTBaJyBmaWxsPScjMUYyNzMwJy8+PC9zdmc+IA==);
}
.wiki .chips .chips-btn::after {
    left: -50px;
    bottom: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNTAnIGhlaWdodD0nNTAnIHZpZXdCb3g9JzAgMCA1MCA1MCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTUwIDIuMTg1NTdlLTA2QzUwIDI3LjYxNDIgMjcuNjE0MiA1MCAtMi4xODU1N2UtMDYgNTBMNTAgNTBMNTAgMi4xODU1N2UtMDZaJyBmaWxsPScjMUYyNzMwJy8+PC9zdmc+IA==);
}

.wiki .chips .chips-btn.active {
    background-color: #3A444E;
    z-index: 2;
}

.wiki .chips .chips-btn.active::before {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNTAnIGhlaWdodD0nNTAnIHZpZXdCb3g9JzAgMCA1MCA1MCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTUwIDUwQzIyLjM4NTggNTAgMS40MDA1OGUtMDYgMjcuNjE0MiAzLjgxNDdlLTA2IC00LjM3MTE0ZS0wNkwtNS41NjQ0MmUtMDcgNTBMNTAgNTBaJyBmaWxsPScjM0E0NDRFJy8+PC9zdmc+IA==);
    z-index: 1;
}
.wiki .chips .chips-btn.active::after {
    content: '';
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nNTAnIGhlaWdodD0nNTAnIHZpZXdCb3g9JzAgMCA1MCA1MCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTUwIDIuMTg1NTdlLTA2QzUwIDI3LjYxNDIgMjcuNjE0MiA1MCAtMi4xODU1N2UtMDYgNTBMNTAgNTBMNTAgMi4xODU1N2UtMDZaJyBmaWxsPScjM0E0NDRFJy8+PC9zdmc+Cg==);
    z-index: 1;
}

.wiki .chips .chips-btn span {
    opacity: .3;
    font-weight: 700;
    font-size: 36px;
    line-height: 110%;
    color: #fff;
    transition: opacity .3s ease;
}

.wiki .chips .chips-btn.active span {
    opacity: 1;
}

.wiki .content {
    display: none;
    background-color: #3A444E;
}
.wiki .content.active {
    display: block;
}

.wiki .content .main-container {
    display: flex;
    align-items: flex-start;
    padding: 45px 50px;
    gap: 34px;
}

.wiki .content .left {
    max-width: 271px;
    width: 100%;
}

.wiki .content .left .main-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.wiki .content .left .main-list li {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.wiki .content .left .main-list li h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 100%;
    text-transform: uppercase;
    color: #008BEA;
}

.wiki .content .left .main-list li .sub-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.wiki .content .left .main-list li .sub-list li a {
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
    transition: color .3s ease;
}
.wiki .content .left .main-list li .sub-list li a:hover {
    color: #008BEA;
}

.wiki .content .right .main-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.wiki .content .right .main-list li {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.wiki .content .right .main-list li h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
    color: #008BEA;
}

.wiki .content .right .main-list li p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
}

.wiki .content .right .main-list li .sub-list {
    display: flex;
    flex-wrap: wrap;
    gap: 27px;
    
}

.wiki .content .right .main-list li .sub-list li .preview {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.wiki .content .right .main-list li .sub-list li {
    width: calc(33.333% - 18px); /* Это заставит ячейки встать по 3 в ряд */
    box-sizing: border-box;
}

.wiki .content .right .main-list li .sub-list li .preview .image {
    position: relative;
    width: 100%;
    
    aspect-ratio: 16 / 9; 
    border-radius: 15px;
    overflow: hidden;
    cursor: pointer;
}

.wiki .content .right .main-list li .sub-list li .preview .image::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 38px;
    height: 38px;
    background-color: #3A444E;
    border-radius: 50%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nOCcgaGVpZ2h0PSc5JyB2aWV3Qm94PScwIDAgOCA5JyBmaWxsPSdub25lJyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnPjxwYXRoIGQ9J003LjA0Mjk3IDMuODg0MDJDNy43MDk2MyA0LjI2ODkyIDcuNzA5NjQgNS4yMzExNyA3LjA0Mjk3IDUuNjE2MDdMMS43MzA0NyA4LjY4MzI0QzEuMDYzOCA5LjA2ODE0IDAuMjMwNDY4IDguNTg3MDEgMC4yMzA0NjggNy44MTcyMUwwLjIzMDQ2OSAxLjY4Mjg3QzAuMjMwNDY5IDAuOTEzMDY3IDEuMDYzOCAwLjQzMTk0MiAxLjczMDQ3IDAuODE2ODQyTDcuMDQyOTcgMy44ODQwMlonIGZpbGw9JyNEOUQ5RDknLz48L3N2Zz4K");
    background-position: center;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
    transition: background-color .3s ease;
}

.wiki .content .right .main-list li .sub-list li .preview .image:hover::before {
    background-color: #008BEA;
}

.wiki .content .right .main-list li .sub-list li .preview .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wiki .content .right .main-list li .sub-list li .preview p {
    margin: 0;
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
}

.wiki .content .right .main-list li .sub-list li:has(.inner) {
    width: 100%;
}

.wiki .content .right .main-list li .sub-list li .inner {
    width: 100%;
    display: flex;
    gap: 30px;
    align-items: center;
}

.wiki .content .right .main-list li .sub-list li .inner a {
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
    white-space: nowrap;
}
.wiki .content .right .main-list li .sub-list li .inner a:hover {
    color: #008BEA;
}

.wiki .content .right .main-list li .sub-list li .inner .dotted {
    width: 100%;
    border-bottom: 1px dotted #5D6A77;
    align-self: flex-end;
}

.wiki .content .right .main-list li .sub-list li .inner span {
    font-weight: 300;
    font-size: 20px;
    line-height: 150%;
    color: #fff;
    white-space: nowrap;
}




.news {
    background-color: #3A444E;
    padding-bottom: 65px;
}

.news.detail {
    margin-top: 0;
    padding-bottom: 80px;
}

.news-btn-detail:hover {
    background-color: #fff; 
    color: #000; 
}

/* news */
.news-detail {
    margin-top: 101px;
}

.news-detail .top {
    padding: 32px 0 26px;
    border-bottom: 1px solid #3A444E;
}

.news-detail .top .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 40px;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.news-detail .top .breadcrumbs .item:first-child {
    position: relative;
    padding-right: 40px;
}

.news-detail .top .breadcrumbs .item:first-child::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 9px;
    height: 10px;
    transform: translateY(-50%);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nOScgaGVpZ2h0PScxMCcgdmlld0JveD0nMCAwIDkgMTAnIGZpbGw9J25vbmUnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTcuNTgzOTggNC4xMzM5OEM4LjI1MDY1IDQuNTE4ODggOC4yNTA2NSA1LjQ4MTE0IDcuNTgzOTggNS44NjYwNEwyLjI3MTQ4IDguOTMzMjFDMS42MDQ4MiA5LjMxODExIDAuNzcxNDg0IDguODM2OTggMC43NzE0ODQgOC4wNjcxOEwwLjc3MTQ4NCAxLjkzMjg0QzAuNzcxNDg0IDEuMTYzMDQgMS42MDQ4MiAwLjY4MTkxMSAyLjI3MTQ4IDEuMDY2ODFMNy41ODM5OCA0LjEzMzk4WicgZmlsbD0nI0Q5RDlEOScvPjwvc3ZnPgo=);
    background-repeat: no-repeat;
}

.news-detail .top .breadcrumbs .item span,
.news-detail .top .breadcrumbs .item a {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}

.news-detail .top .breadcrumbs .item span {
    color: #778A97;
}

.news-detail .news-block {
    padding: 45px 0;
}

.news-detail .news-block:nth-child(odd) {
    background-color: #3A444E;
}

.news-detail .news-block .content {
    display: flex;
    gap: 94px;
}

.news-detail .news-block .content .left {
    max-width: 450px;
    min-width: 450px;
    height: 450px;
    margin: 0 188px;
}

.news-detail .news-block .content .left .swiper-container {
    position: relative;
    width: 150%;
    height: 100%;
}

.news-detail .news-block .content .left .swiper-container .news-swiper {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    overflow: hidden;
	margin-left: -170px;
}

.news-detail .news-block .content .left .swiper-container .news-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-detail .news-block .content .left .swiper-container .swiper-pagination {
    bottom: -30px;
    left: -160px;
}

.news-detail .news-block .content .left .swiper-container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0 16px !important;
}

.news-detail .news-block .content .left .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 6px !important;
    background: #fff;
}

.news-detail .news-block .content .right {
    max-width: 900px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-detail .news-block .content .right a {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.news-detail .news-block .content .right h2 {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 36px;
    line-height: 130%;
    text-transform: uppercase;
    color: #fff;
}

.news-detail .news-block .content .right p {
    margin: 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
}

.news-detail .news-block .content .right ul {
    padding-left: 40px;
}

.news-detail .news-block .content .right ul li {
    font-weight: 400;
    font-size: 24px;
    line-height: 150%;
    color: #fff;
    list-style: disc;
}

.news-detail .news-block .content .right .buttons {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.news-detail .news-block .content .right .buttons .news-btn-detail {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 48px;
    padding: 0 25px;
    border-radius: 50px;
    background-color: #008BEA;
    box-shadow: 0px 8px 14px 0px #008BEA59;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
}

.news-detail .news-block .content .right .buttons .news-btn-detail:hover {
    color: #008BEA;
}

.news-detail .news-block .content .right .news-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 48px;
    padding: 0 25px;
    border-radius: 50px;
    background-color: #008BEA;
    box-shadow: 0px 8px 14px 0px #008BEA59;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
}

.news-detail .news-block:last-child .content .right .news-btn {
    background-color: #008BEA;
    box-shadow: none;
}

/* modal */
.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #28323CCC;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .3s ease, visibility .3s ease;
    z-index: 1000;
}

.modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.modal.active .modal-content {
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
    opacity: 1;
}

.modal .modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 750px;
    height: 830px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 40px;
    background-color: #fff;
    border-radius: 25px;
    transform: translate(-50%, -50%) scale(0);
    pointer-events: none;
    opacity: 0;
    transition: transform .3s ease, opacity .2s ease;
}

.modal .modal-content.small {
    height: 600px;
}

.modal .modal-content .modal-close {
    position: absolute;
    top: 0;
    right: -70px;
    width: 50px;
    height: 50px;
    background-color: #008BEA;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTQnIGhlaWdodD0nMTQnIHZpZXdCb3g9JzAgMCAxNCAxNCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTYuOTk4NDcgOC4xNzgzM0wxMS43MTI2IDEyLjg5MjVDMTEuODY5OCAxMy4wNDQzIDEyLjA4MDMgMTMuMTI4MyAxMi4yOTg4IDEzLjEyNjRDMTIuNTE3MyAxMy4xMjQ1IDEyLjcyNjMgMTMuMDM2OCAxMi44ODA4IDEyLjg4MjNDMTMuMDM1MyAxMi43Mjc4IDEzLjEyMyAxMi41MTg4IDEzLjEyNDkgMTIuMzAwM0MxMy4xMjY4IDEyLjA4MTggMTMuMDQyOCAxMS44NzEzIDEyLjg5MSAxMS43MTQyTDguMTc2OCA2Ljk5OTk5TDEyLjg5MSAyLjI4NTgzQzEzLjA0MjggMi4xMjg2NiAxMy4xMjY4IDEuOTE4MTYgMTMuMTI0OSAxLjY5OTY2QzEzLjEyMyAxLjQ4MTE2IDEzLjAzNTMgMS4yNzIxNSAxMi44ODA4IDEuMTE3NjRDMTIuNzI2MyAwLjk2MzEzNyAxMi41MTczIDAuODc1NDk2IDEyLjI5ODggMC44NzM1OTdDMTIuMDgwMyAwLjg3MTY5OCAxMS44Njk4IDAuOTU1Njk0IDExLjcxMjYgMS4xMDc0OUw2Ljk5ODQ3IDUuODIxNjZMMi4yODQzIDEuMTA3NDlDMi4xMjY0MyAwLjk1OTQ0NiAxLjkxNzE1IDAuODc4NjMgMS43MDA3NCAwLjg4MjE0NEMxLjQ4NDM0IDAuODg1NjU4IDEuMjc3OCAwLjk3MzIyNyAxLjEyNDgxIDEuMTI2MzJDMC45NzE4MjUgMS4yNzk0MSAwLjg4NDQwMiAxLjQ4NjAyIDAuODgxMDQxIDEuNzAyNDNDMC44Nzc2ODEgMS45MTg4MyAwLjk1ODY0NSAyLjEyODA1IDEuMTA2OCAyLjI4NTgzTDUuODIwMTQgNi45OTk5OUwxLjEwNTk3IDExLjcxNDJDMS4wMjYzOCAxMS43OTEgMC45NjI4OTIgMTEuODgzIDAuOTE5MjE4IDExLjk4NDdDMC44NzU1NDQgMTIuMDg2MyAwLjg1MjU1NSAxMi4xOTU3IDAuODUxNTk0IDEyLjMwNjNDMC44NTA2MzIgMTIuNDE3IDAuODcxNzE3IDEyLjUyNjcgMC45MTM2MTggMTIuNjI5MUMwLjk1NTUxOCAxMi43MzE1IDEuMDE3NCAxMi44MjQ2IDEuMDk1NjQgMTIuOTAyOEMxLjE3Mzg4IDEyLjk4MTEgMS4yNjY5MyAxMy4wNDI5IDEuMzY5MzQgMTMuMDg0OEMxLjQ3MTc1IDEzLjEyNjcgMS41ODE0OSAxMy4xNDc4IDEuNjkyMTQgMTMuMTQ2OUMxLjgwMjc5IDEzLjE0NTkgMS45MTIxNCAxMy4xMjI5IDIuMDEzODEgMTMuMDc5MkMyLjExNTQ4IDEzLjAzNTYgMi4yMDc0MyAxMi45NzIxIDIuMjg0MyAxMi44OTI1TDYuOTk4NDcgOC4xNzgzM1onIGZpbGw9J3doaXRlJy8+PC9zdmc+Cg==");
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.modal .modal-content h2 {
    font-weight: 700;
    font-size: 45px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #008BEA;
}

.modal .modal-content form {
    max-height: 686px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 18px;
    overflow: auto;
}

.modal .modal-content form::-webkit-scrollbar {
    width: 6px;

}
.modal .modal-content form::-webkit-scrollbar-button {
    display: none;
}
.modal .modal-content form::-webkit-scrollbar-track {
    background: #28323C;
    border-radius: 5px;
}
.modal .modal-content form::-webkit-scrollbar-thumb {
    background: #008BEA;
    border-radius: 5px;
    background-clip: padding-box;
}

.modal .modal-content form .modal-label {
    position: relative;
    width: 100%;
    transition: padding .3s ease;
}

.modal .modal-content form .modal-label:has(.modal-input.valid-error) {
    padding-bottom: 30px;
}

.modal .modal-content form .modal-label span {
    position: absolute;
    top: 0;
    left: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #9B9999;
}

.modal .modal-content form .modal-label span.error {
    top: initial;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    transition: opacity .3s ease;
}

.modal .modal-content form .modal-label span.valid {
    color: #008BEA;
}

.modal .modal-content form .modal-label:has(.modal-input.valid-error) span {
    color: #FF5F00;
}

.modal .modal-content form .modal-label:has(.modal-input.valid-error) .error {
    opacity: 1;
}

.modal .modal-content form .modal-label .modal-input {
    width: 100%;
    height: 100%;
    padding: 15px 20px 15px 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #28323C;
    border-bottom: 1px solid #778A97;
}

.modal .modal-content form .modal-label .modal-input.valid-error {
    border-bottom: 1px solid #FF5F00;
}

.modal .modal-content form .modal-label .modal-input::placeholder {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #9B9999;
}

.modal .modal-content form .modal-label:has(.field-text) .modal-input {
    padding: 32px 20px 11px 20px;
}

.modal .modal-content form .modal-label .modal-textarea {
    width: 100%;
    height: 149px;
    padding: 36px 20px 0 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 100%;
    color: #28323C;
    border-bottom: 1px solid #778A97;
    resize: none;
}

.modal .modal-content form .modal-label .modal-textarea::placeholder {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    color: #9B9999;
}

.modal .modal-content form .drag-and-drop .file-list {
    display: none;
    margin-bottom: 20px;
    flex-direction: column;
    gap: 13px;
}

.modal .modal-content form .drag-and-drop .file-list.visible {
    display: flex;
}

.modal .modal-content form .drag-and-drop .file-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 9px;
}

.modal .modal-content form .drag-and-drop .file-list li .load {
    position: relative;
    width: 100%;
    padding: 19px 0 8px;
}

.modal .modal-content form .drag-and-drop .file-list li .load .name {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #9B9999;
}

.modal .modal-content form .drag-and-drop .file-list li .load .error {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #FF5F00;
}

.modal .modal-content form .drag-and-drop .file-list li .load .line {
    width: 100%;
    height: 4px;
    background-color: #D9D9D9;
}

.modal .modal-content form .drag-and-drop .file-list li .load .line .progress {
    height: 100%;
    width: 0%;
    background: #008BEA;
    transition: width 3s ease;
}

.modal .modal-content form .drag-and-drop .file-list li button {
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-repeat: no-repeat;
    transform: translateY(3px);
    cursor: pointer;
    transition: background-image .3s ease;
}

.modal .modal-content form .drag-and-drop .file-list li .delete {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjEnIGhlaWdodD0nMjAnIHZpZXdCb3g9JzAgMCAyMSAyMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMy41NzQyMiA1LjgzMzMzSDE2LjkwNzZNOC41NzQyMiA5LjE2NjY3VjE0LjE2NjdNMTEuOTA3NiA5LjE2NjY3VjE0LjE2NjdNNC40MDc1NSA1LjgzMzMzTDUuMjQwODkgMTUuODMzM0M1LjI0MDg5IDE2LjI3NTQgNS40MTY0OCAxNi42OTkzIDUuNzI5MDQgMTcuMDExOEM2LjA0MTYgMTcuMzI0NCA2LjQ2NTUyIDE3LjUgNi45MDc1NSAxNy41SDEzLjU3NDJDMTQuMDE2MiAxNy41IDE0LjQ0MDIgMTcuMzI0NCAxNC43NTI3IDE3LjAxMThDMTUuMDY1MyAxNi42OTkzIDE1LjI0MDkgMTYuMjc1NCAxNS4yNDA5IDE1LjgzMzNMMTYuMDc0MiA1LjgzMzMzTTcuNzQwODkgNS44MzMzM1YzLjMzMzMzQzcuNzQwODkgMy4xMTIzMiA3LjgyODY4IDIuOTAwMzYgNy45ODQ5NiAyLjc0NDA4QzguMTQxMjQgMi41ODc4IDguMzUzMiAyLjUgOC41NzQyMiAyLjVIMTEuOTA3NkMxMi4xMjg2IDIuNSAxMi4zNDA1IDIuNTg3OCAxMi40OTY4IDIuNzQ0MDhDMTIuNjUzMSAyLjkwMDM2IDEyLjc0MDkgMy4xMTIzMiAxMi43NDA5IDMuMzMzMzNWNS44MzMzMycgc3Ryb2tlPScjRDlEOUQ5JyBzdHJva2Utd2lkdGg9JzEuNjY2NjcnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcvPjwvc3ZnPgo=");
}
.modal .modal-content form .drag-and-drop .file-list li .delete:hover {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjEnIGhlaWdodD0nMjAnIHZpZXdCb3g9JzAgMCAyMSAyMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMy41NzQyMiA1LjgzMzMzSDE2LjkwNzZNOC41NzQyMiA5LjE2NjY3VjE0LjE2NjdNMTEuOTA3NiA5LjE2NjY3VjE0LjE2NjdNNC40MDc1NSA1LjgzMzMzTDUuMjQwODkgMTUuODMzM0M1LjI0MDg5IDE2LjI3NTQgNS40MTY0OCAxNi42OTkzIDUuNzI5MDQgMTcuMDExOEM2LjA0MTYgMTcuMzI0NCA2LjQ2NTUyIDE3LjUgNi45MDc1NSAxNy41SDEzLjU3NDJDMTQuMDE2MiAxNy41IDE0LjQ0MDIgMTcuMzI0NCAxNC43NTI3IDE3LjAxMThDMTUuMDY1MyAxNi42OTkzIDE1LjI0MDkgMTYuMjc1NCAxNS4yNDA5IDE1LjgzMzNMMTYuMDc0MiA1LjgzMzMzTTcuNzQwODkgNS44MzMzM1YzLjMzMzMzQzcuNzQwODkgMy4xMTIzMiA3LjgyODY4IDIuOTAwMzYgNy45ODQ5NiAyLjc0NDA4QzguMTQxMjQgMi41ODc4IDguMzUzMiAyLjUgOC41NzQyMiAyLjVIMTEuOTA3NkMxMi4xMjg2IDIuNSAxMi4zNDA1IDIuNTg3OCAxMi40OTY4IDIuNzQ0MDhDMTIuNjUzMSAyLjkwMDM2IDEyLjc0MDkgMy4xMTIzMiAxMi43NDA5IDMuMzMzMzNWNS44MzMzMycgc3Ryb2tlPScjMDA4QkVBJyBzdHJva2Utd2lkdGg9JzEuNjY2NjcnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcgc3Ryb2tlLWxpbmVqb2luPSdyb3VuZCcvPjwvc3ZnPiA=");
}

.modal .modal-content form .drag-and-drop .file-list li .cancel {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjEnIGhlaWdodD0nMjAnIHZpZXdCb3g9JzAgMCAyMSAyMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNNS4wMzM4NSA0Ljc5MTY3TDE1LjQ1MDUgMTUuMjA4M00xMC4yNDIyIDE3LjVDOS4yNTcyNyAxNy41IDguMjgyIDE3LjMwNiA3LjM3MjA2IDE2LjkyOTFDNi40NjIxMiAxNi41NTIyIDUuNjM1MzMgMTUuOTk5NyA0LjkzODg5IDE1LjMwMzNDNC4yNDI0NSAxNC42MDY5IDMuNjkgMTMuNzgwMSAzLjMxMzA5IDEyLjg3MDFDMi45MzYxOCAxMS45NjAyIDIuNzQyMTkgMTAuOTg0OSAyLjc0MjE5IDEwQzIuNzQyMTkgOS4wMTUwOSAyLjkzNjE4IDguMDM5ODIgMy4zMTMwOSA3LjEyOTg3QzMuNjkgNi4yMTk5MyA0LjI0MjQ1IDUuMzkzMTQgNC45Mzg4OSA0LjY5NjdDNS42MzUzMyA0LjAwMDI2IDYuNDYyMTIgMy40NDc4MSA3LjM3MjA2IDMuMDcwOUM4LjI4MiAyLjY5Mzk5IDkuMjU3MjcgMi41IDEwLjI0MjIgMi41QzEyLjIzMTMgMi41IDE0LjEzOSAzLjI5MDE4IDE1LjU0NTUgNC42OTY3QzE2Ljk1MiA2LjEwMzIyIDE3Ljc0MjIgOC4wMTA4OCAxNy43NDIyIDEwQzE3Ljc0MjIgMTEuOTg5MSAxNi45NTIgMTMuODk2OCAxNS41NDU1IDE1LjMwMzNDMTQuMTM5IDE2LjcwOTggMTIuMjMxMyAxNy41IDEwLjI0MjIgMTcuNVonIHN0cm9rZT0nI0Q5RDlEOScgc3Ryb2tlLXdpZHRoPScxLjY2NjY3JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L3N2Zz4g");
}
.modal .modal-content form .drag-and-drop .file-list li .cancel:hover {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjEnIGhlaWdodD0nMjAnIHZpZXdCb3g9JzAgMCAyMSAyMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNNS4wMzM4NSA0Ljc5MTY3TDE1LjQ1MDUgMTUuMjA4M00xMC4yNDIyIDE3LjVDOS4yNTcyNyAxNy41IDguMjgyIDE3LjMwNiA3LjM3MjA2IDE2LjkyOTFDNi40NjIxMiAxNi41NTIyIDUuNjM1MzMgMTUuOTk5NyA0LjkzODg5IDE1LjMwMzNDNC4yNDI0NSAxNC42MDY5IDMuNjkgMTMuNzgwMSAzLjMxMzA5IDEyLjg3MDFDMi45MzYxOCAxMS45NjAyIDIuNzQyMTkgMTAuOTg0OSAyLjc0MjE5IDEwQzIuNzQyMTkgOS4wMTUwOSAyLjkzNjE4IDguMDM5ODIgMy4zMTMwOSA3LjEyOTg3QzMuNjkgNi4yMTk5MyA0LjI0MjQ1IDUuMzkzMTQgNC45Mzg4OSA0LjY5NjdDNS42MzUzMyA0LjAwMDI2IDYuNDYyMTIgMy40NDc4MSA3LjM3MjA2IDMuMDcwOUM4LjI4MiAyLjY5Mzk5IDkuMjU3MjcgMi41IDEwLjI0MjIgMi41QzEyLjIzMTMgMi41IDE0LjEzOSAzLjI5MDE4IDE1LjU0NTUgNC42OTY3QzE2Ljk1MiA2LjEwMzIyIDE3Ljc0MjIgOC4wMTA4OCAxNy43NDIyIDEwQzE3Ljc0MjIgMTEuOTg5MSAxNi45NTIgMTMuODk2OCAxNS41NDU1IDE1LjMwMzNDMTQuMTM5IDE2LjcwOTggMTIuMjMxMyAxNy41IDEwLjI0MjIgMTcuNVonIHN0cm9rZT0nIzAwOEJFQScgc3Ryb2tlLXdpZHRoPScxLjY2NjY3JyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnLz48L3N2Zz4g");
}

.modal .modal-content form .drag-and-drop .file-list li .repeat {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjEnIGhlaWdodD0nMjAnIHZpZXdCb3g9JzAgMCAyMSAyMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTcuNzQyMiAxMEMxNy43NDIyIDUuODU5MzggMTQuMzgyOCAyLjUgMTAuMjQyMiAyLjVDNi4xMDE1NiAyLjUgMi43NDIxOSA1Ljg1OTM4IDIuNzQyMTkgMTBDMi43NDIxOSAxNC4xNDA2IDYuMTAxNTYgMTcuNSAxMC4yNDIyIDE3LjVDMTQuMzgyOCAxNy41IDE3Ljc0MjIgMTQuMTQwNiAxNy43NDIyIDEwWicgc3Ryb2tlPScjRDlEOUQ5JyBzdHJva2Utd2lkdGg9JzEuNjcnIHN0cm9rZS1taXRlcmxpbWl0PScxMCcvPjxwYXRoIGQ9J00xMy41ODE3IDcuNzI4NTJMMTMuMTM3NiA3LjIxMTczQzEyLjUzMDIgNi41NzU3OSAxMS43MzE5IDYuMTU1NTMgMTAuODYzOCA2LjAxNDc5QzkuOTk1NzUgNS44NzQwNSA5LjEwNTQ5IDYuMDIwNTQgOC4zMjgzIDYuNDMyQzcuNTUxMTEgNi44NDM0NSA2LjkyOTQ5IDcuNDk3MzcgNi41NTc5IDguMjk0MzlDNi4xODYzMSA5LjA5MTQxIDYuMDg1MDYgOS45ODc5NCA2LjI2OTU1IDEwLjg0NzhDNi40NTQwNCAxMS43MDc2IDYuOTE0MTggMTIuNDgzNyA3LjU4MDA0IDEzLjA1ODFDOC4yNDU4OSAxMy42MzI1IDkuMDgxMDcgMTMuOTczOCA5Ljk1ODY0IDE0LjAzMDJDMTAuODM2MiAxNC4wODY2IDExLjcwODIgMTMuODU1IDEyLjQ0MjEgMTMuMzcwNUMxMy4xNzYgMTIuODg2IDEzLjczMTcgMTIuMTc1MiAxNC4wMjQ3IDExLjM0NjEnIHN0cm9rZT0nI0Q5RDlEOScgc3Ryb2tlLXdpZHRoPScxLjY3JyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcvPjxwYXRoIGQ9J00xNC41ODg4IDYuMzI4MTJDMTQuNTQ1MSA2LjMyODMxIDE0LjUwMTkgNi4zMzcxNyAxNC40NjE3IDYuMzU0MjFDMTQuNDIxNCA2LjM3MTI0IDE0LjM4NSA2LjM5NjEgMTQuMzU0NCA2LjQyNzM0TDEyLjAyODcgOC43NTMxMkMxMS45ODE1IDguODAwMTQgMTEuOTQ5MyA4Ljg2MDExIDExLjkzNjIgOC45MjU0NEMxMS45MjMyIDguOTkwNzcgMTEuOTI5OCA5LjA1ODUgMTEuOTU1MyA5LjEyMDA2QzExLjk4MDcgOS4xODE2MSAxMi4wMjM5IDkuMjM0MjEgMTIuMDc5NCA5LjI3MTE4QzEyLjEzNDggOS4zMDgxNiAxMi4xOTk5IDkuMzI3ODQgMTIuMjY2NSA5LjMyNzczSDE0LjU5MjNDMTQuNjgxNiA5LjMyNzczIDE0Ljc2NzMgOS4yOTIyNiAxNC44MzA0IDkuMjI5MTFDMTQuODkzNiA5LjE2NTk2IDE0LjkyOSA5LjA4MDMyIDE0LjkyOSA4Ljk5MTAxVjYuNjY0NDVDMTQuOTI5MiA2LjYxOTk5IDE0LjkyMDQgNi41NzU5NCAxNC45MDM0IDYuNTM0ODdDMTQuODg2NCA2LjQ5MzggMTQuODYxNCA2LjQ1NjUgMTQuODI5OSA2LjQyNTE1QzE0Ljc5ODMgNi4zOTM4IDE0Ljc2MDkgNi4zNjkwMiAxNC43MTk3IDYuMzUyMjNDMTQuNjc4NSA2LjMzNTQ0IDE0LjYzNDQgNi4zMjY5OCAxNC41OSA2LjMyNzM0TDE0LjU4ODggNi4zMjgxMlonIGZpbGw9JyNEOUQ5RDknLz48L3N2Zz4g");
}

.modal .modal-content form .drag-and-drop .file-list li .repeat:hover {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMjEnIGhlaWdodD0nMjAnIHZpZXdCb3g9JzAgMCAyMSAyMCcgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBkPSdNMTcuNzQyMiAxMEMxNy43NDIyIDUuODU5MzggMTQuMzgyOCAyLjUgMTAuMjQyMiAyLjVDNi4xMDE1NiAyLjUgMi43NDIxOSA1Ljg1OTM4IDIuNzQyMTkgMTBDMi43NDIxOSAxNC4xNDA2IDYuMTAxNTYgMTcuNSAxMC4yNDIyIDE3LjVDMTQuMzgyOCAxNy41IDE3Ljc0MjIgMTQuMTQwNiAxNy43NDIyIDEwWicgc3Ryb2tlPScjMDA4QkVBJyBzdHJva2Utd2lkdGg9JzEuNjcnIHN0cm9rZS1taXRlcmxpbWl0PScxMCcvPjxwYXRoIGQ9J00xMy41ODE3IDcuNzI4NTJMMTMuMTM3NiA3LjIxMTczQzEyLjUzMDIgNi41NzU3OSAxMS43MzE5IDYuMTU1NTMgMTAuODYzOCA2LjAxNDc5QzkuOTk1NzUgNS44NzQwNSA5LjEwNTQ5IDYuMDIwNTQgOC4zMjgzIDYuNDMyQzcuNTUxMTEgNi44NDM0NSA2LjkyOTQ5IDcuNDk3MzcgNi41NTc5IDguMjk0MzlDNi4xODYzMSA5LjA5MTQxIDYuMDg1MDYgOS45ODc5NCA2LjI2OTU1IDEwLjg0NzhDNi40NTQwNCAxMS43MDc2IDYuOTE0MTggMTIuNDgzNyA3LjU4MDA0IDEzLjA1ODFDOC4yNDU4OSAxMy42MzI1IDkuMDgxMDcgMTMuOTczOCA5Ljk1ODY0IDE0LjAzMDJDMTAuODM2MiAxNC4wODY2IDExLjcwODIgMTMuODU1IDEyLjQ0MjEgMTMuMzcwNUMxMy4xNzYgMTIuODg2IDEzLjczMTcgMTIuMTc1MiAxNC4wMjQ3IDExLjM0NjEnIHN0cm9rZT0nIzAwOEJFQScgc3Ryb2tlLXdpZHRoPScxLjY3JyBzdHJva2UtbWl0ZXJsaW1pdD0nMTAnIHN0cm9rZS1saW5lY2FwPSdyb3VuZCcvPjxwYXRoIGQ9J00xNC41ODg4IDYuMzI4MTJDMTQuNTQ1MSA2LjMyODMxIDE0LjUwMTkgNi4zMzcxNyAxNC40NjE3IDYuMzU0MjFDMTQuNDIxNCA2LjM3MTI0IDE0LjM4NSA2LjM5NjEgMTQuMzU0NCA2LjQyNzM0TDEyLjAyODcgOC43NTMxMkMxMS45ODE1IDguODAwMTQgMTEuOTQ5MyA4Ljg2MDExIDExLjkzNjIgOC45MjU0NEMxMS45MjMyIDguOTkwNzcgMTEuOTI5OCA5LjA1ODUgMTEuOTU1MyA5LjEyMDA2QzExLjk4MDcgOS4xODE2MSAxMi4wMjM5IDkuMjM0MjEgMTIuMDc5NCA5LjI3MTE4QzEyLjEzNDggOS4zMDgxNiAxMi4xOTk5IDkuMzI3ODQgMTIuMjY2NSA5LjMyNzczSDE0LjU5MjNDMTQuNjgxNiA5LjMyNzczIDE0Ljc2NzMgOS4yOTIyNiAxNC44MzA0IDkuMjI5MTFDMTQuODkzNiA5LjE2NTk2IDE0LjkyOSA5LjA4MDMyIDE0LjkyOSA4Ljk5MTAxVjYuNjY0NDVDMTQuOTI5MiA2LjYxOTk5IDE0LjkyMDQgNi41NzU5NCAxNC45MDM0IDYuNTM0ODdDMTQuODg2NCA2LjQ5MzggMTQuODYxNCA2LjQ1NjUgMTQuODI5OSA2LjQyNTE1QzE0Ljc5ODMgNi4zOTM4IDE0Ljc2MDkgNi4zNjkwMiAxNC43MTk3IDYuMzUyMjNDMTQuNjc4NSA2LjMzNTQ0IDE0LjYzNDQgNi4zMjY5OCAxNC41OSA2LjMyNzM0TDE0LjU4ODggNi4zMjgxMlonIGZpbGw9JyMwMDhCRUEnLz48L3N2Zz4g");
}

.modal .modal-content form .drag-and-drop .dropzone {
    height: 157px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: 1px dotted #008BEA;
    border-radius: 6px;
}

.modal .modal-content form .drag-and-drop .dropzone input {
    display: none;
}

.modal .modal-content form .drag-and-drop .dropzone p {
    margin: 0;
    font-weight: 400!important;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #008BEA!important;
    cursor: pointer;
}

.modal .modal-content form .drag-and-drop .dropzone p a {
    color: #008BEA;
    text-decoration: underline;
}

.modal .modal-content form .modal-checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
}

.modal .modal-content form .modal-checkbox input {
    display: none;
}

.modal .modal-content form .modal-checkbox .switch {
    position: relative;
    min-width: 50px;
    height: 30px;
    border: 1px solid #CACACA;
    border-radius: 15px;
    background-color: transparent;
    cursor: pointer;
    transition: border .3s ease;
}

.modal .modal-content form .modal-checkbox .switch.valid-error {
    border-color: #FF5F00;
}

.modal .modal-content form .modal-checkbox .switch::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #CACACA;
    transform: translateY(-1px);
    transition: background-color .3s ease, transform .3s ease;
}

.modal .modal-content form .modal-checkbox .switch.valid-error::before {
    background-color: #FF5F00;
}

.modal .modal-content form .modal-checkbox .switch.active {
    border-color: #008BEA;
}

.modal .modal-content form .modal-checkbox .switch.active::before {
    transform: translate(19px, -1px);
    background-color: #008BEA;
}

.modal .modal-content form .modal-checkbox span {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #9B9999;
    transition: color .3s ease;
}

.modal .modal-content form .modal-checkbox:has(.switch.active) span {
    color: #778A97;
}

.modal .modal-content form .modal-checkbox span a {
    color: #008BEA;
}

.modal .modal-content .info {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.modal .modal-content .info span {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #9B9999;
}

.modal .modal-content .info span a {
    display: block;
    margin-top: 5px;
    font-weight: 600;
    color: #008BEA;
}

.modal .modal-content .info button {
    width: fit-content;
    height: 48px;
    padding: 0 25px;
    background-color: #008BEA;
    border-radius: 50px;
    box-shadow: 0px 8px 14px 0px #008BEA59;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

.modal .modal-content.success {
    padding: 90px 20px 40px;
    display: none;
}

.modal .modal-content.success.active {
    display: flex;
    transform: translate(-50%, -50%) scale(1);
    pointer-events: auto;
    opacity: 1;
}

.modal .modal-content.success .icon {
    text-align: center;
}






/* ==========================================================================
   ДЕТАЛЬНАЯ СТРАНИЦА НОВОСТИ (FONT-WEIGHT 100 + ПОЛНЫЙ ФИКС)
   ========================================================================== */

.news-block-detail {
    padding: 45px 0;
    scroll-snap-type: none !important;
}

/* Заголовок с тонким шрифтом */
.news-block-detail h2 {
    margin: 0 0 36px;
    font-weight: 300 !important;
    font-size: 45px;
    line-height: 130%;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.news-block-detail .content {
    position: relative;
    display: flex;
    gap: 20px;
    isolation: isolate;
}

/* --- ЛЕВАЯ КОЛОНКА (СЛАЙДЕР) --- */
.news-block-detail .content .left {
    width: 45%;
}

/* УБИВАЕМ ИНЛАЙНОВЫЙ FIXED, КОТОРЫЙ ВЫЗЫВАЛ ДЕРГАНИЕ */
.sticky-wrap {
    position: relative !important;
    top: 0 !important;
    width: 100% !important;
    height: auto !important;
    bottom: auto !important;
    transform: none !important;
    left: auto !important;
}

.news-block-detail .content .left .news-detail-swiper {
    width: 100% !important;
    height: 500px;
    border-radius: 15px;
    padding-bottom: 40px !important;
    overflow: hidden !important;
    transform: translateZ(0);
    -webkit-transform: translateZ(0);
}

.news-block-detail .content .left .news-detail-swiper .swiper-slide img {
    width: 88%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    pointer-events: none;
}

/* --- ПРАВАЯ КОЛОНКА (ТЕКСТ 100 WEIGHT) --- */
.news-block-detail .content .right {
    width: 55%;
    height: fit-content;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.news-block-detail .content .right .text p,
.news-block-detail .content .right ul li {
    margin: 0;
    font-weight: 100 !important; /* Принудительно тонкий текст */
    font-size: 24px;
    line-height: 150%;
    color: #fff;
}

.news-block-detail .content .right ul {
    padding-left: 40px;
}

.news-block-detail .content .right ul li {
    list-style: disc;
}

/* КНОПКА ВСЕ НОВОСТИ (ТОЖЕ ТОНКАЯ) */
.news__all-news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 23px;
    font-weight: 100 !important;
    font-size: 18px;
    text-transform: uppercase;
    color: #ededed;
    max-width: 205px;
    width: 100%;
    background-color: #008BEA;
    border-radius: 25px;
}

/* ВИДЕО */
.news-block-detail .content .right .video {
    position: relative;
    width: 100%;
    height: 504px;
    border-radius: 15px;
    overflow: hidden;
    transform: translateZ(0);
}

.news-block-detail .content .right .video .video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 94px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3A444E;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

/* ПАГИНАЦИЯ */
.news-detail-swiper .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.news-detail-swiper .swiper-pagination-bullet-active {
    background: #fff;
    width: 48px;
    margin: 0 10px !important;
    border-radius: 100px;
}


















@media (max-width: 1600px) {
    .product-detail .content {
        gap: 40px;
    }

    .product-detail .content .left {
        margin: 0 100px;
    }

    .product-characteristics .product-characteristics-content .left {
        margin: 0 100px;
        min-width: 450px;
    }

    .product-characteristics .product-characteristics-content .right .info-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .fancybox-toolbar {
        top: 20px!important;
        right: 20px!important;
    }

    .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
        left: 15px;
    }
    .fancybox-navigation .fancybox-button.fancybox-button--arrow_right {
        right: 15px;
    }

    .dealers-addresses .map-container .content .col .addresses .addresses-item {
        flex-direction: column;
    }
}

@media (max-width: 1570px) {
    .dealers-cooperation .right .advantages-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .about .right .advantages-list {
        grid-template-columns: repeat(3, 1fr);
    }

    .product-detail .content .right .icons {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 1440px) {
    .aluminum-systems .aluminum-systems-item h3 {
        max-width: 485px;
    }

    .aluminum-systems .aluminum-systems-item .content {
        gap: 40px;
    }

    .aluminum-systems .aluminum-systems-item .content .right {
        width: 560px;
    }

    .slogan .content .right {
        max-width: 460px;
    }

    .product-detail .content .right .buttons {
        width: 460px;
        flex-wrap: nowrap;
    }

    .product-characteristics .product-characteristics-content {
        gap: 40px;
    }

    .modal-comparison-title {
        max-width: 485px;
    }

    .aluminum-systems .aluminum-systems-item .content .right .manufacturer span {
        font-size: 26px;
    }

    .aluminum-systems .aluminum-systems-item .content .right .manufacturer .model-list .model {
        height: auto;
    }

    .aluminum-systems .aluminum-systems-item .content .right .manufacturer .model-list .model .model-link span {
        font-size: 21px;
    }

    .dealers-excursion .content .left {
        min-width: auto;
    }

    .dealers-addresses .map-container .content .col .addresses {
        min-width: 600px;
    }

    .dealers-help h3 {
        max-width: 485px;
    }

    .dealers-excursion > .main-container > h3 {
        max-width: 485px;
    }

    .about-advantages h3 {
        max-width: 485px;
    }

    .about-team h3 {
        max-width: 485px;
    }

    .news-detail .news-block .content .left {
        margin: 0;
    }
}

@media (max-width: 1330px) {
    .gallery .content .gallery-list {
        justify-content: center;
    }

    .dealers-addresses .map-container .content {
        grid-template-columns: 1fr;
    }

    .dealers-addresses .map-container .content .col:first-child {
        order: 2;
    }

    .dealers-addresses .map-container .content .col .addresses .addresses-item {
        flex-direction: row;
    }

    .dealers-addresses .map-container .content .col .addresses .addresses-item .place {
        max-width: 560px;
    }

    .dealers-addresses .full {
        display: none;
    }

    .dealers-addresses .adaptive {
        display: block;
    }

    .dealers-addresses .adaptive > div:last-child {
        border-bottom-right-radius: 20px;
        border-bottom-left-radius: 20px;
        background-color: #3A444E;
        overflow: hidden;
    }

    .dealers-addresses .adaptive > div:last-child .chips .chips-btn {
        min-width: 330px;
        background-color: #1F2730;
    }

    .dealers-addresses .adaptive > div:last-child .chips .chips-btn .text {
        opacity: 1;
    }

    .dealers-addresses .adaptive > div:last-child .map-container {
        background-color: #1F2730;
    }

    .dealers-addresses .adaptive > div:last-child .map-container .content {
        max-height: 0;
        padding: 0;
        opacity: 0;
        pointer-events: none;
        transition: max-height .3s ease, padding .3s ease, opacity .3s ease;
    }

    .dealers-addresses .adaptive > div:last-child .map-container .content.open {
        max-height: 2000px;
        padding: 50px 0 0;
        opacity: 1;
        pointer-events: auto;
    }

    .dealers-addresses .adaptive .map-container .map-container-open {
        margin: 0 auto;
        padding: 20px 0 26px;
        background-color: transparent;
        font-weight: 400;
        font-size: 41px;
        line-height: 150%;
        text-align: center;
        color: #008BEA;
    }

    .dealers-addresses .chips {
        margin: 0;
        justify-content: center;
    }

    .dealers-addresses .map-container .content .col .addresses {
        display: flex;
    }

    .certificates.dealers .certificates__title-decoration::after {
        background-color: #1F2730;
    }
}

@media (max-width: 1260px) {
    .product-detail .content {
        flex-direction: column;
        gap: 80px;
    }

    .breadcrumbs .list {
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .breadcrumbs .list::-webkit-scrollbar {
        display: none;
    }

    .breadcrumbs .list .item a {
        white-space: nowrap;
    }

    .product-detail .content .left {
        margin: 0 auto;
    }

    .product-detail .content .left .swiper-container .swiper-pagination {
        bottom: -18px;
    }

    .product-detail .content .right {
        width: 100%;
    }

    .product-detail .content .right .buttons {
        width: 100%;
    }

    .product-characteristics .product-characteristics-content {
        flex-direction: column;
        gap: 48px;
    }

    .product-characteristics .product-characteristics-content .left {
        margin: 0 auto;
    }

    .product-characteristics .product-characteristics-content .left .swiper-container .swiper-pagination {
        bottom: -18px;
    }

    .product-info .content {
        margin: 0;
    }

    .dealers-cooperation .content {
        flex-direction: column;
        align-items: center;
    }

    .dealers-excursion .content {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .dealers-excursion .content .right {
        text-align: center;
        gap: 10px;
    }

    .dealers-excursion .content .right p {
        margin: 0 0 10px;
    }

    .dealers-excursion .content .right .dealers-excursion__btn {
        margin: 10px auto 0;
    }

    .about .content {
        flex-direction: column;
        align-items: center;
    }

    .about-team .content {
        flex-direction: column;
    }

    .news-detail .news-block .content {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .news-detail .news-block .content .right {
        text-align: center;
    }

    .news-detail .news-block .content .right .buttons {
        margin: 10px auto 0;
    }

    .wiki .content .right .main-list li .sub-list li .inner a {
        white-space: normal;
    }

    .modal .modal-content {
        width: calc(100vw - 250px);
        height: calc(100vh - 250px);
    }

    .dealers-cooperation .right .advantages-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .dealers-cooperation .right .advantages-list .advantages-list__item {
        max-width: 140px;
    }

    .dealers-cooperation .right .advantages-list .advantages-list__item p {
        font-size: 18px;
    }

    .about .right .advantages-list {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .about .right .advantages-list .advantages-list__item {
        max-width: 140px;
    }

    .about .right .advantages-list .advantages-list__item p {
        font-size: 18px;
    }

    .product-detail .content .right .icons {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .product-detail .content .right .icons .icon {
        max-width: 140px;
    }

    .product-detail .content .right .icons .icon span {
        font-size: 18px;
    }

    .news-block-detail .content {
        flex-direction: column;
        gap: 38px;
    }

    .news-block-detail .content .left {
        width: 100%;
    }

    .news-block-detail .content .right {
        width: 100%;
    }
}

@media (max-width: 1120px) {
    .wiki .full {
        display: none;
    }

    .wiki .adaptive {

        display: flex;
        flex-direction: column-reverse;
    }

    .wiki .chips {
        margin: 45px 0 0;
        justify-content: center;
    }

    .wiki .adaptive div:last-child {
        background-color: #3A444E;
        overflow: hidden;
    }

    .wiki .adaptive div:last-child .chips {
        margin: 0;
        background-color: #3A444E;
    }

    .wiki .adaptive > div:last-child .chips .chips-btn {
        min-width: 330px;
        background-color: #1F2730;
    }

    .wiki .adaptive > div:last-child .chips .chips-btn span {
        opacity: 1;
    }

    .wiki .content {
        display: block;
    }

    .wiki .adaptive > div:last-child div {
        background-color: #1F2730;
    }

    .wiki .adaptive > div:last-child .content .main-container {
        max-height: 0;
        opacity: 0;
        padding: 0;
        pointer-events: none;
        transition: max-height .3s ease, opacity .3s ease, padding .3s ease;
    }

    .wiki .adaptive > div:last-child .content .main-container.open {
        max-height: 6000px;
        opacity: 1;
        padding: 45px 50px;
        pointer-events: auto;
    }

    .wiki .adaptive > div:last-child .content .btn-open-wiki-catalogs {
        margin: 0 auto;
        padding: 20px 0 26px;
        background-color: transparent;
        font-weight: 400;
        font-size: 41px;
        line-height: 150%;
        text-align: center;
        color: #008BEA;
        cursor: pointer;
    }

    .wiki .content .right .wiki-content-sort {
        display: none;
    }
}

@media (max-width: 1023px) {


/* заголовок детальной страпницы  */
     div.catalog-section-top div.main-container h1.catalog-section-title {
        font-size: 36px !important;
        margin-top: 10px !important;
        margin-bottom: 30px !important;
        line-height: 1.1 !important;
    }
    
    
    .aluminum-systems .aluminum-systems-list .stroke::after {
        left: -20px;
    }
    .aluminum-systems .aluminum-systems-list .stroke::before {
        right: -20px;
    }

    .slogan .content {
        flex-direction: column;
        gap: 40px;
    }

    .product-characteristics h3 {
        font-size: 23px;
    }

    .product-characteristics h3 .title-decoration {
        width: 45px;
        height: 45px;
    }

    .product-characteristics h3 .title-decoration.title-decoration--left {
        left: -44px;
    }
    .product-characteristics h3 .title-decoration.title-decoration--right {
        right: -44px;
    }

    .product-characteristics .product-characteristics-content .right .list .item p {
        font-size: 18px;
    }

    .product-info .content .left h3 {
        font-size: 23px;
    }

    .product-info .content .left .text p {
        font-size: 20px;
    }

    .product-info .content .right .text h3 {
        font-size: 23px;
    }

    .product-info .content .right .text p {
        font-size: 20px;
    }

    .product-info .content .left .text ul li {
        font-size: 20px;
    }

    .modal-comparison-title {
        font-size: 23px;
    }

    .modal-comparison-title .title-decoration {
        width: 45px;
        height: 45px;
    }

    .modal-comparison-title .title-decoration.title-decoration--left {
        left: -44px;
    }

    .modal-comparison-title .title-decoration.title-decoration--right {
        right: -44px;
    }

    .dealers-cooperation {
        margin-top: 97px;
    }

    .about {
        margin-top: 97px;
    }

    .gallery {
        margin-top: 97px;
    }

    .news {
        margin-top: 97px;
    }

    .wiki {
        margin-top: 97px;
    }

    .wiki .content .main-container {
        padding: 45px 20px;
    }

    .news-detail {
        margin-top: 97px;
    }
}

@media (max-width: 991px) {
    .aluminum-systems .top {
        padding: 117px 0 20px;
        flex-direction: column;
    }

    .aluminum-systems .top h1 {
        font-size: 38px;
    }

    .aluminum-systems .aluminum-systems-item .content {
        flex-direction: column;
        gap: 38px;
    }

    .aluminum-systems .aluminum-systems-item .content .left {
        width: 100%;
        height: 320px;
    }

    .swiper-container .aluminum-systems-item.swiper-pagination {
        bottom: -18px;
    }
    .swiper-container .swiper-pagination-bullet {
        background: #fff;
    }

    .aluminum-systems .aluminum-systems-item .content .right {
        width: 100%;
        gap: 20px;
    }

    .aluminum-systems .aluminum-systems-item .content .right a {
        gap: 20px;
    }

    .product-detail h1 {
        font-size: 38px;
    }

    .dealers-cooperation h1 {
        font-size: 38px;
    }

    .about h1 {
        font-size: 38px;
    }

    .wiki .content .left {
        position: absolute;
        max-width: 300px;
        overflow: hidden;
        padding: 10px;
        background: #28323C;
        border-radius: 20px;
        transform: translateX(-200%);
        opacity: 0;
        pointer-events: none;
        z-index: 1;
        transition: transform .3s ease, opacity .3s ease;
    }

    .wiki .content .left.open {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

    .wiki .content .left .main-list {
        max-height: 400px;
        padding: 10px 0;
        overflow-y: auto;
    }

    .wiki .content .left .main-list::-webkit-scrollbar {
        width: 6px;
        background-color: #3A444E;
        margin: 0;
        border-radius: 5px;
    }

    .wiki .content .left .main-list::-webkit-scrollbar-thumb {
        width: 5px;
        background: #008BEA;
        border-radius: 5px;
    }

    .wiki .content .left .main-list::-webkit-scrollbar-track {
        width: 5px;
        background-color: #3A444E;
        margin: 0;
        border-radius: 5px;
    }

    .wiki .content .right .wiki-content-sort {
        padding: 10px;
        margin-bottom: 15px;
        background-color: transparent;
        display: block;
        font-weight: 700;
        font-size: 24px;
        line-height: 100%;
        text-transform: uppercase;
        color: #008BEA;
    }

    .wiki .content .right .main-list li h3 {
        text-align: center;
    }

    .modal .modal-content {
        max-height: calc(100dvh - 50px);
        width: calc(100vw - 50px);
        height: auto;
    }

    .modal .modal-content form {
        max-height: calc(100% - 50px);
    }

    .modal .modal-content .modal-close {
        top: 10px;
        right: 10px;
    }
}

@media (max-width: 850px) {
    .fancybox-slide--image .fancybox-content img {
        width: calc(100% - 30px);
        margin: 0 0 0 15px;
    }

    .dealers-addresses .chips .chips-btn {
        justify-content: center;
    }

    .dealers-addresses .chips .chips-btn .text {
        font-size: 20px;
    }

    .dealers-addresses .adaptive .map-container .map-container-open {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .main-container {
        padding: 0 15px;
    }

    .aluminum-systems .top {
        padding: 90px 0 20px;
    }

    .aluminum-systems .top h1 {
        font-size: 30px;
    }

    .aluminum-systems .top p {
        font-size: 18px;
    }

    .aluminum-systems .aluminum-systems-item h3 {
        padding: 14px 0;
        font-size: 24px;
    }

    .aluminum-systems .aluminum-systems-item h3 .title-decoration {
        width: 15px;
        height: 15px;
    }
    .aluminum-systems .aluminum-systems-item h3 .title-decoration.title-decoration--left {
        left: -15px;
    }
    .aluminum-systems .aluminum-systems-item h3 .title-decoration.title-decoration--right {
        right: -15px;
    }

    .aluminum-systems .aluminum-systems-item .content .right p {
        font-size: 18px;
    }

    .aluminum-systems .aluminum-systems-item .content .right span {
        font-size: 18px;
    }

    .aluminum-systems .aluminum-systems-item .content .right .manufacturer .model-list .model .model-link span.detail {
        font-size: 18px;
    }

    .slogan .content {
        padding: 30px 0 110px;
    }

    .slogan .content .left {
        gap: 10px;
    }

    .slogan .content .left h2 {
        font-size: 24px;
    }

    .aluminum-systems .aluminum-systems-item .content .right:has(.manufacturer) {
        gap: 30px;
    }

    .aluminum-systems .aluminum-systems-item .content .right .manufacturer .model-list {
        flex-direction: column;
    }

    .aluminum-systems .aluminum-systems-item .content .right .manufacturer .model-list .model .model-link p {
        display: block;
        font-size: 18px;
    }

    .product-detail {
        margin-top: 70px;
    }

    .product-detail h1 {
        margin-bottom: 25px;
        font-size: 30px;
    }

    .product-detail .content .right .icons {
        justify-content: center;
    }

    .product-detail .content .right .text p {
        font-size: 18px;
    }

    .product-characteristics h3 {
        padding: 14px 0;
        border-radius: 0 0 48px 48px;
        font-size: 24px;
    }

    .product-characteristics h3 .title-decoration {
        width: 22px;
        height: 22px;
    }

    .product-characteristics h3 .title-decoration.title-decoration--left {
        left: -21px;
    }
    .product-characteristics h3 .title-decoration.title-decoration--right {
        right: -21px;
    }

    .product-characteristics .product-characteristics-content .right .info-list .info-item span {
        font-size: 16px;
    }

    .product-characteristics .product-characteristics-content .right .info-list .info-item p {
        font-size: 18px;
    }

    .product-gallery h3 {
        padding: 14px 0;
        border-radius: 0 0 48px 48px;
        font-size: 24px;
    }

    .product-gallery h3 .title-decoration {
        width: 22px;
        height: 22px;
    }

    .product-gallery h3 .title-decoration.title-decoration--left {
        left: -21px;
    }
    .product-gallery h3 .title-decoration.title-decoration--right {
        right: -21px;
    }

    .product-info .content {
        flex-direction: column;
        gap: 30px;
    }

    .product-info .content .left {
        width: 100%;
    }

    .product-info .content .left h3 {
        font-size: 20px;
    }

    .product-info .content .left .text p {
        font-size: 18px;
    }

    .product-info .content .right {
        width: 100%;
    }

    .product-info .content .right .text h3 {
        font-size: 20px;
    }

    .product-info .content .right .text p {
        font-size: 18px;
    }

    .product-info .content .left .text ul li {
        font-size: 18px;
    }

    .modal-comparison {
        top: 70px;
    }

    .modal-comparison.active {
        height: calc(100vh - 70px) !important;
    }

    .modal-comparison-title {
        padding: 14px 0;
        font-size: 20px;
    }

    .modal-comparison-title .title-decoration {
        width: 22px;
        height: 22px;
    }

    .modal-comparison-title .title-decoration.title-decoration--left {
        left: -20px;
    }

    .modal-comparison-title .title-decoration.title-decoration--right {
        right: -20px;
    }

    .modal-close {
        position: initial;
        width: fit-content;
        margin: 20px auto 0;
    }

    .dealers-cooperation {
        margin-top: 70px;
        padding-bottom: 30px;
    }

    .dealers-cooperation .top {
        padding: 15px 0;
        border: none;
    }

    .dealers-cooperation .top span {
        font-size: 14px;
    }

    .dealers-cooperation h1 {
        margin: 25px 0;
        font-size: 26px;
    }

    .dealers-cooperation .content {
        gap: 40px;
    }

    .dealers-cooperation .left {
        gap: 48px;
    }

    .dealers-cooperation .left .swiper-container {
        margin: 0 auto;
        width: 100%;
        height: 330px;
    }

    .dealers-cooperation .left .text {
        gap: 10px;
    }

    .dealers-cooperation .left .text p {
        font-size: 18px;
    }

    .dealers-cooperation .right .advantages-list {
        justify-content: center;
    }

    .dealers-cooperation .right .advantages-list .advantages-list__item {
        width: 100px;
    }

    .dealers-cooperation .right .advantages-list .advantages-list__item p {
        font-size: 14px;
    }

    .dealers-cooperation .right p {
        font-size: 18px;
    }

    .dealers-help {
        padding-bottom: 30px;
    }

    .dealers-help h3 {
        margin: 0 auto 20px;
        padding: 14px 0;
        font-size: 24px;
    }

    .dealers-help h3 .title-decoration {
        width: 15px;
        height: 15px;
    }

    .dealers-help h3 .title-decoration--left {
        left: -15px;
    }
    .dealers-help h3 .title-decoration--right {
        right: -15px;
    }

    .dealers-help .dealers-help-list {
        gap: 30px 20px;
    }

    .dealers-help .dealers-help-list .dealers-help-list__item {
        width: 150px;
    }

    .dealers-help .dealers-help-list .dealers-help-list__item .image {
        width: 120px;
        height: 120px;
    }

    .dealers-help .dealers-help-list .dealers-help-list__item h4 {
        min-height: 48px;
        font-size: 20px;
    }

    .dealers-help .dealers-help-list .dealers-help-list__item p {
        font-size: 18px;
    }

    .dealers-excursion > .main-container > h3 {
        margin: 0 auto 20px;
        padding: 14px 0;
        font-size: 24px;
    }

    .dealers-excursion > .main-container > h3 .title-decoration {
        width: 15px;
        height: 15px;
    }

    .dealers-excursion > .main-container > h3 .title-decoration--left {
        left: -15px;
    }
    .dealers-excursion > .main-container > h3 .title-decoration--right {
        right: -15px;
    }

    .dealers-excursion .content {
        margin-bottom: 50px;
        gap: 48px;
    }

    .dealers-excursion .content .left {
        width: 100%;
        height: 220px;
    }

    .dealers-excursion .content .left .swiper-container .dealers-excursion__swiper .swiper-slide {
        border-radius: 15px;
        overflow: hidden;
    }

    .dealers-excursion .content .right {
        gap: 16px;
        text-align: left;
    }

    .dealers-excursion .content .right h2 {
        font-size: 24px;
    }

    .dealers-excursion .content .right p {
        margin: 0 0 12px;
        font-size: 18px;
    }

    .dealers-excursion .content .right .dealers-excursion__btn {
        margin: 2px auto 0;
    }

    .dealers-excursion .info {
        margin-bottom: 23px;
        gap: 23px;
    }

    .dealers-excursion .info h3 {
        font-size: 24px;
    }

    .dealers-excursion .info p {
        font-size: 18px;
    }

    .about {
        margin-top: 70px;
        padding-bottom: 30px;
    }

    .about .top {
        padding: 15px 0;
        border: none;
    }

    .about .top span {
        font-size: 14px;
    }

    .about h1 {
        margin: 25px 0;
        font-size: 26px;
    }

    .about .content {
        gap: 40px;
    }

    .about .content .left {
        gap: 48px;
    }

    .about .content .left .swiper-container {
        margin: 0 auto;
        width: 100%;
        height: 330px;
    }

    .about .content .left .text {
        gap: 10px;
    }

    .about .content .left .text p {
        font-size: 18px;
    }

    .about .right .advantages-list {
        justify-content: center;
    }

    .about .content .right .advantages-list .advantages-list__item {
        width: 100px;
    }

    .about .content .right .advantages-list .advantages-list__item p {
        font-size: 14px;
    }

    .about .content .right p {
        font-size: 18px;
    }

    .about-advantages {
        padding-bottom: 30px;
    }

    .about-advantages h3 {
        margin: 0 auto 20px;
        padding: 14px 0;
        font-size: 24px;
    }

    .about-advantages h3 .title-decoration {
        width: 15px;
        height: 15px;
    }

    .about-advantages h3 .title-decoration--left {
        left: -15px;
    }
    .about-advantages h3 .title-decoration--right {
        right: -15px;
    }

    .about-advantages .about-advantages-list {
        gap: 20px;
    }

    .about-advantages .about-advantages-list .about-advantages-list__item h4 {
        height: fit-content;
        font-size: 24px;
    }

    .about-advantages .about-advantages-list .about-advantages-list__item p {
        font-size: 18px;
        line-height: 150%;
    }

    .about-team h3 {
        margin: 0 auto 20px;
        padding: 14px 0;
        font-size: 24px;
    }

    .about-team h3 .title-decoration {
        width: 15px;
        height: 15px;
    }

    .about-team h3 .title-decoration--left {
        left: -15px;
    }
    .about-team h3 .title-decoration--right {
        right: -15px;
    }

    .about-team .content {
        gap: 48px;
    }

    .about-team .content .left .swiper-container {
        height: 220px;
    }

    .about-team .content .right {
        gap: 30px;
    }

    .about-team .content .right p {
        font-size: 18px;
    }

    .about-team .content .right .about-team__btn {
        margin: 0 auto;
    }

    .certificates__top-title {
        margin: -97px auto 0;
        padding: 14px 0;
        font-size: 24px;
    }

    .certificates.dealers .certificates__top-title {
        margin: -54px auto 0;
        padding: 14px 0;
    }

    .certificates__title-decoration {
        width: 15px;
        height: 15px;
    }

    .certificates__title-decoration--left {
        left: -15px;
    }
    .certificates__title-decoration--right {
        right: -15px;
    }

    .gallery {
        margin-top: 70px;
    }

    .gallery .top {
        padding: 15px 0;
    }

    .gallery .top .breadcrumbs {
        gap: 20px;
    }

    .gallery .top .breadcrumbs .item:first-child {
        padding-right: 20px;
    }

    .gallery .top .breadcrumbs .item span, .gallery .top .breadcrumbs .item a {
        font-size: 14px;
    }

    .gallery .content {
        padding: 20px 0 0;
    }

    .gallery .content .gallery-list {
        gap: 10px;
    }

    .gallery .content .gallery-list .gallery-item .image {
        height: 330px;
    }

    .news {
        margin-top: 70px;
        overflow: hidden;
    }

    .news .top {
        padding: 15px 0;
        border: none;
    }

    .news .top .breadcrumbs {
        gap: 20px;
    }

    .news .top .breadcrumbs .item:first-child {
        padding-right: 20px;
    }

    .news .top .breadcrumbs .item span, .news .top .breadcrumbs .item a {
        font-size: 14px;
    }

    .news-detail .news-block .content {
        gap: 43px;
    }

    .news-detail .news-block .content .left {
        min-width: auto;
        height: 330px;
    }

    .news-detail .news-block .content .right {
        text-align: left;
    }

    .news-detail .news-block .content .right h2 {
        font-size: 24px;
    }

    .news-detail .news-block .content .right p {
        font-size: 18px;
    }

    .news-detail .news-block .content .right ul li {
        font-size: 18px;
    }

    .news-detail.news-block .content .right ul li {
        font-size: 16px;
    }

    .news-detail .news-block .content .right .news-btn {
        margin: 10px 0 0;
    }

    .dealers-addresses .map-container .content .col .addresses .addresses-item {
        flex-direction: column;
    }

    .dealers-addresses .map-container .content .col .addresses .addresses-item .place span {
        font-size: 16px;
    }

    .dealers-addresses .chips .chips-btn {
        padding: 0;
        width: 330px;
        height: 50px;
    }

    .dealers-addresses .chips {
        overflow: hidden;
    }

    .dealers-addresses .chips .chips-btn:after, .dealers-addresses .chips .chips-btn:before {
        width: 21px;
        height: 21px;
        background-size: contain;
    }

    .dealers-addresses .chips .chips-btn:before {
        right: -20px;
    }
    .dealers-addresses .chips .chips-btn:after {
        left: -20px;
    }

    .dealers-addresses .map-container .content .col {
        margin: 0;
    }

    .dealers-addresses .map-container .content .col .map {
        min-height: 234px;
    }

    .dealers-addresses .map-container .content .col .addresses {
        min-width: auto;
    }

    .wiki {
        margin-top: 70px;
    }

    .wiki .top {
        padding: 15px 0;
        border: none;
    }

    .wiki .top span {
        font-size: 14px;
    }

    .wiki .chips {
        margin: 10px 0 0;
        overflow: hidden;
    }

    .wiki .chips .chips-btn {
        padding: 0;
        width: 330px;
        height: 50px;
        justify-content: center;
    }

    .wiki .chips .chips-btn::before, .wiki .chips .chips-btn::after {
        width: 21px;
        height: 21px;
        background-size: contain;
    }

    .wiki .chips .chips-btn::before {
        right: -20px;
    }
    .wiki .chips .chips-btn::after {
        left: -20px;
    }

    .wiki .chips .chips-btn span {
        font-size: 24px;
    }

    .wiki .content {
        border-radius: 0    ;
    }

    .wiki .content .main-container {
        padding: 0 15px 21px;
    }

    .wiki .content .right .main-list {
        gap: 27px;
    }

    .wiki .content .right .main-list li h3 {
        font-size: 24px;
    }

    .wiki .content .left .main-list li h3 {
        font-size: 24px;
    }

    .wiki .content .right .main-list li .sub-list {
        justify-content: center;
    }

    .wiki .content .right .main-list li .sub-list li .preview p {
        font-size: 18px;
    }

    .wiki .adaptive > div:last-child .content .btn-open-wiki-catalogs {
        font-size: 20px;
    }

    .wiki .adaptive > div:last-child .content .main-container.open {
        padding: 0 15px 21px;
    }

    .modal .modal-content {
        padding: 27px 15px;
        justify-content: space-between;
        gap: 10px;
    }

    .modal .modal-content .modal-close {
        right: 10px;
        top: 10px;
        margin: 0;
        padding: 0;
        width: 30px;
        height: 30px;
    }

    .modal .modal-content h2 {
        font-size: 24px;
    }

    .modal .modal-content .info {
        flex-direction: column;
        text-align: center;
        gap: 18px;
    }

    .news-block-detail {
        padding: 42px 0 70px;
    }

    .news-block-detail h2 {
        margin-bottom: 25px;
        font-size: 24px;
    }

    .news-block-detail .content .left .swiper-container.main .swiper-pagination {
        display: block;
    }

    .news-block-detail .content .left .swiper-container.thumbs {
        display: none;
    }

    .news-block-detail .content .left .news-detail-swiper {
        width: calc(100% - 30px);
        height: 300px;
        overflow: visible;
    }

    .news-block-detail .content .left .news-detail-swiper .swiper-slide a img {
        border-radius: 15px;
    }

    .news-block-detail .content .right {
        gap: 14px;
    }

    .news-block-detail .content .right .text p {
        font-size: 18px;
    }

    .news-block-detail .content .right ul li {
        font-size: 18px;
    }

    .news-block-detail .content .right .video {
        height: 370px;
    }

    .news-detail {
        margin-top: 70px;
    }
}

@media (max-width: 550px) {
    .modal .modal-content {
        max-height: calc(100dvh - 30px);
        width: calc(100vw - 30px);
    }

    .modal .modal-content form .modal-label .modal-input {
        font-size: 18px;
    }

    .modal .modal-content form .modal-label .modal-input::placeholder {
        font-size: 18px;
    }

    .modal .modal-content form .modal-label .modal-textarea {
        font-size: 18px;
    }

    .modal .modal-content form .modal-label .modal-textarea::placeholder {
        font-size: 18px;
    }

    .modal .modal-content form .modal-checkbox span {
        font-size: 14px;
    }

    .modal .modal-content .info span {
        font-size: 14px;
    }

    .modal .modal-content .info {
        flex-direction: column;
        text-align: center;
        gap: 18px;
    }

    .modal .modal-content form .drag-and-drop .dropzone {
        flex-direction: column;
    }
}

@media (max-width: 510px) {
    .product-detail {
        margin-bottom: 30px;
    }

    .product-detail .breadcrumbs {
        padding: 25px 0 0;
        border-bottom: none;
    }

    .breadcrumbs .list .item a {
        font-size: 14px;
    }

    .product-detail > .main-container {
        padding: 42px 20px 0;
    }

    .product-detail h1 {
        font-size: 26px;
    }

    .product-detail .content .left {
        min-width: 330px;
        height: 330px;
    }

    .product-detail .content .right .icons {
        gap: 10px;
    }

    .product-detail .content .right .icons .icon {
        width: 103px;
    }

    .product-detail .content .right .icons .icon span {
        font-size: 14px;
    }

    .product-detail .content .right .buttons {
        gap: 20px;
    }

    .product-detail .content .right .buttons a {
        font-size: 14px!important;
    }

    .product-characteristics {
        padding-bottom: 30px;
    }

    .product-characteristics h3 {
        margin: 0 0 10px;
    }

    .product-characteristics .product-characteristics-content .left {
        min-width: 330px;
        height: 330px;
    }

    .product-characteristics .product-characteristics-content .right {
        gap: 40px;
    }

    .product-characteristics .product-characteristics-content .right .info-list {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
    }

    .product-characteristics .product-characteristics-content .right .info-list .info-item p {
        font-size: 22px;
    }

    .product-gallery {
        padding-bottom: 48px;
    }

    .product-gallery h3 {
        margin: 0 0 14px;
    }

    .product-gallery .swiper-container .swiper-pagination {
        bottom: -18px;
    }

    .product-info {
        padding: 30px 0;
    }

    .modal-comparison-title {
        margin: 0;
    }

    .dealers-addresses .map-container .content .col:last-child {
        position: absolute;
        top: 3px;
        left: 0;
        width: 100%;
    }

    .dealers-addresses .map-container {
        position: relative;
    }

    .dealers-addresses .map-container .content .col:first-child {
        margin: 244px 0 0;
    }

    .dealers-addresses .map-container .content .col .map {
        border-radius: 0;
    }

    .dealers-addresses .adaptive > div:last-child .map-container .content.open {
        padding: 0;
    }

    .dealers-addresses .map-container .content {
        padding: 0;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .aluminum-systems .aluminum-systems-item h3 {
        margin: 0 0 10px;
    }

    .aluminum-systems .aluminum-systems-item .content .left {
        height: 171px;
    }

    .aluminum-systems .aluminum-systems-item .content .right a {
        font-size: 18px;
    }

    .aluminum-systems .aluminum-systems-list .stroke {
        height: 5px;
    }

    .slogan .contacts__link {
        padding: 15.5px 0;
    }

    .dealers-cooperation .right .buttons .dealers-btn {
        padding: 10px 30px;
    }

    .about .right .buttons .about-btn {
        padding: 10px 30px;
    }

    .about-advantages .about-advantages-list .about-advantages-list__item p {
        text-align: left;
    }

    .news-detail .news-block .content .right .buttons {
        flex-direction: column;
    }

    .news-block-detail .content .right .video {
        height: 176px;
    }

    .news-block-detail .content .right .video .video-play {
        width: 34px;
        height: 34px;
    }

    .news-block-detail .content .right .video .video-play svg {
        width: 10px;
        height: 10px;
    }
}

.policy  {

    p {
        margin: 0;
        width: fit-content;
        font-weight: 300;
        font-size: 24px;
        line-height: 150%;
        color: #ededed;
    }

    h3 {
        position: relative;
        padding: 25px 0;
        font-weight: 700;
        font-size: 36px;
        line-height: 110%;
        text-align: center;
    }
    h4 {
        position: relative;
        padding: 25px 0;
        font-weight: 700;
        font-size: 36px;
        line-height: 110%;
        text-align: center;
    }
}

.news-detail .top span {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}

@media (max-width: 900px) {

.dealers-addresses .chips .chips-btn {
     margin-left: 0px; 
}

.about .right .buttons {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    }

.product-characteristics .product-characteristics-content .right .info-list {
	 margin-left: 0px;
}


.product-detail .content .left .swiper-container .product-detail-swiper {
	margin-left: 0px;
}


.contacts.catalog .contacts__top-title{
    margin: 0 0 20px 0;
}

.news-detail .top .breadcrumbs {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}

.breadcrumbs .list {
        display: flex;
        align-items: center;
        gap: 15px;
        flex-wrap: wrap;
}


.breadcrumbs svg{
	margin-left:-10px;
}

.news-detail .news-block .content .left .swiper-container .news-swiper .swiper-slide img {
     	width: 100%;
    	height: 100%;
   	margin-left: 170px;
	border-radius: 20px;
}

.contacts.news-listing .contacts__top-title {
    	background-color: #3A444E;
    	color: #fff;
    	margin-left: 0px;
}

.product-detail .content .right .buttons {
    	padding-bottom: 20px;
        display: flex;
	justify-content: flex-start;
        gap: 15px;
        flex-direction: column;
    }
}

@media (max-width: 415px) {
.news-detail .news-block .content .left .swiper-container .news-swiper .swiper-slide img {
		width: 67%;
	}

@media (max-width: 991px) {
    .services-item .services-item-inner,
    .specialization-item,
    .advantage-item,
    .project-item {
        transform: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    .services-item-description, 
    .specialization-item-details,
    .item-hover-content {
        display: block !important;
        opacity: 1 !important;
        height: auto !important;
        transform: none !important;
        visibility: visible !important;
    }









}