@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&display=swap');

:root {
    /* Стандартные цвета синего - #2875dd и  #5dadff */
    --main-color: #2875dd;
    --main-color-v2: #5dadff;

    /* Стандартные цвета зеленого - #25d266 и #3dd163*/
    --second-color: #25d266;
    --second-color-v2: #3dd163;

    /* Стандартный цвет желтого #fed662*/
    --third-color: #fed662;

    /* Стандартный градиент желтой кнопки - radial-gradient(ellipse at center, #ffc430 0, #ffc430 33%, #ffd87d 82%, #ffe3a3 100%); */
    --bg-button: radial-gradient(ellipse at center, #ffc430 0, #ffc430 33%, #ffd87d 82%, #ffe3a3 100%);
    ;

    /* Градиенты для ползунков (#2c78de, #4c8ce3)*/
    --main-radial-gradient: radial-gradient(#2c78de, #4c8ce3);
    --main-radial-gradient-hover: radial-gradient(#408ef5, #5394f0);
}

.h1, .h2, .h3, .h4, .h5, .h6 {font-weight:bold;}
.h2 {font-size: 58px;text-align: center;text-wrap: balance;}
@media (max-width: 1460px) {
.h2 {font-size: 42px;line-height: 1;}
}
@media (max-width: 765px) {
    .h2 {font-size: 24px;}
}

#confing-show-fullscreen.active {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: #fff;
    left: 0;
    top: 0;
    color: var(--main-color-v2);
}

.dc-image-gallery, .dc-image {
    cursor: pointer;
}

#confing-show-fullscreen.active .confing-show {
    width: 100%;
    height: 100%
}

#confing-show-fullscreen.active .confing-show-item {
    position: fixed;
    top: -50%;
    left: -50%;
    width: 200% !important;
    height: 200% !important;
}

#confing-show-fullscreen.active .confing-show-item img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 50%;
    min-height: 50%;
    overflow: hidden;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

#confing-show-fullscreen.active .calc-inner-tabs {
    max-width: 1140px;
    margin: 0 auto;
    position: absolute;
    bottom: 110px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 100%;
    background: #fff;
}

.calc-inner-tabs .arrow-next,
.calc-inner-tabs .arrow-prev {
    display: none;
}

@media screen and (max-width:987px) {

    .calc-inner-tabs .arrow-next,
    .calc-inner-tabs .arrow-prev {
        display: block;
        bottom: 25px !important;
    }
}

#confing-show-fullscreen.active .confing-show-item {
    width: 100%;
    height: 100%
}

#confing-show-fullscreen.active .box {
    max-width: 1140px;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: #fff;
    height: 115px;
    width: 100%
}

.confing-show-item {
    display: none;
}

.confing-show-item.active {
    display: block;
    border-radius: 36px;
    overflow: hidden;
}

@media screen and (max-width:987px) {
    .confing-show-item.active {
        border-radius: 20px;
    }
}

.config-block-text {
    font-size: 14px;
    line-height: 1;
    color: #454545;
    margin-bottom: 14px;
}

@media screen and (max-width:987px) {
    .config-block-text {
        font-size: 12px;
    }
}

.config-block {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 7px;
    text-align: center;
    cursor: pointer;
}

.config-block.slide_active {
    background-color: #bfccd9;
    border-radius: 10px;
}

.config-block .config-block-img:after {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: background .6s ease-out;
    -o-transition: background .6s ease-out;
    transition: background .6s ease-out;
}

.config-block:hover .config-block-img:after {
    background: rgba(0, 0, 0, .5);
}

.config-block-img {
    width: 50px;
    height: 50px;
    display: block;
    text-align: center;
    background-position: center;
    position: relative;
    border-radius: 8px;
    margin: 10px 14px 0;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

.confing-show {
    position: relative;
    margin: 0 auto 10px;
    max-width: 1050px;
}

.confing-show .cat {
    position: absolute;
    right: -170px;
    top: 115px;
}

.confing-show .cat .cat__text {
    max-width: 118px;
}

.confing-show .cat .cat__text::before {
    z-index: 0;
    top: -12px;
}

@media screen and (max-width:1460px) {
    .confing-show .cat {
        right: -95px;
        z-index: 1;
    }
}

@media screen and (max-width:1210px) {
    .confing-show .cat {
        right: -60px;
        z-index: 1;
        top: 160px;
    }
}

@media screen and (max-width:987px) {
    .confing-show .cat {
        display: none;
    }
}

.confing-show-bg {
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    display: block;
}

#confing-show-fullscreen.active .confing-show-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.confing-show-bg-other {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.confing-show-block {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 20;
}

@media (max-width:767px) {
    .head_tb {
        display: none;
    }

    .confing-show-block {
        position: absolute;
        top: -50px;
        right: 0;
        z-index: 20;
    }

    .confing-show {
        margin: 15px 0 10px 0;
    }
}

.confing-show-btn {
    display: block;
    float: left;
    width: 118px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: -1px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #e8edf4;
    background: #f4f7fb;
    color: #687591;
}

.confing-show-btn.active {
    z-index: 2;
    background: #fff;
    border: 1px solid #e9e9e9;
    color: #333;
}

.config-show-add {
    position: absolute;
    bottom: 20px;
    right: 20px;
    z-index: 20;
}

#confing-show-fullscreen.active .config-show-add {
    bottom: auto;
    top: 80px;
    right: 70px;
}

@media only screen and (max-width:992px) {
    .config-show-add {
        display: none;
    }

    .plastick .row+.row {
        margin-top: 0;
    }

    .plastick .col-md-6 {
        padding-bottom: 20px !important;
    }
}

.confing-show-btn-circle {
    width: 35px;
    height: 35px;
    cursor: pointer;
    float: left;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 0 0 10px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: background .6s ease-out;
    -o-transition: background .6s ease-out;
    transition: background .6s ease-out;
}

.confing-show-tabs {
    display: none;
    max-width: 1050px;
    margin: 35px auto 10px;
    background-color: #f6f7f8;
    border-radius: 20px;
    padding: 25px 40px;
}

@media screen and (max-width:987px) {
    .confing-show-tabs {
        margin: 15px auto 10px;
        padding: 20px 15px;
    }
}

.confing-show-tabs.active {
    display: block;
}

.confing-show-tabs .tabs.t4 {
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.confing-show-tabs .tabs.t4 .swiper-wrapper {
    gap: 8px;
}

@media screen and (max-width:987px) {
    .confing-show-tabs .tabs.t4 {
        overflow: hidden;
        margin: 0 30px;
    }

    .confing-show-tabs .tabs.t4 .swiper-wrapper {
        gap: 0;
    }
}

.confing-show-tabs .tabs.t4 .swiper-slide {
    border-width: 1px;
    border-color: var(--main-color);
    border-style: solid;
    border-radius: 12px;
    background-color: #fff;
    width: 128px;
    height: 68px;
    padding: 7px 5px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    text-align: center;
}

@media screen and (max-width:1200px) {
    .confing-show-tabs .tabs.t4 .swiper-slide {
        width: auto;
        flex: 1;
    }
}

@media screen and (max-width:987px) {
    .confing-show-tabs .tabs.t4 .swiper-slide {
        margin-bottom: 8px;
        flex: unset;
        min-width: 122.5px;
    }
}

.confing-show-tabs .tabs.t4 .swiper-slide.current {
    background-color: #bfccd9;
    border-width: 1px;
    border-color: transparent;
    border-style: solid;
}

.confing-show-tabs .tabs.t4 .swiper-slide.current .grey_btn {
    display: none;
}

@media screen and (min-width:987px) {
    .confing-show-tabs .tabs.t4 li:hover {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }
}

.confing-show-tabs .tabs.t4 .swiper-slide .checkbox {
    margin-top: auto;
}

.confing-show-tabs .tabs.t4 .swiper-slide .custom-checkbox+label::before {
    margin-right: 0;
}

.confing-show-tabs .tabs.t4 .swiper-slide p {
    color: var(--main-color);
    border-bottom: 1px dotted var(--main-color);
    font-size: 16px;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.confing-show-tabs .tabs.t4 .swiper-slide:hover p {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    border-bottom: 1px dotted transparent;
}

.confing-show-tabs .tabs.t4 .swiper-slide:hover p::before {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.confing-show-tabs .tabs.t4 .swiper-slide.current p {
    color: #000;
    border-bottom: none;
}

@media only screen and (max-width:1160px) {
    .rectangle-items .element>img {
        height: auto;
    }
}

@media only screen and (max-width:1024px) {
    .cart-block .input-group .btn-number.btn-plus {
        right: -15px;
    }

    .cart-block .input-group .btn-number.btn-minus {
        left: -15px;
    }

    .form-box .info-block span.t-tip {
        height: 16px;
    }
}

@media only screen and (max-width:767px) {
    .top-slider .element-content .title {
        position: relative;
        top: 50px;
    }
}

@media only screen and (max-width:800px) {

    .items-list .element .date,
    .items-list .element .title {
        font-size: 16px;
    }

    .main-wrapper {
        overflow: hidden;
        overflow-y: scroll;
    }
}

@media only screen and (max-width:640px) {
    .img_r {
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }
}

@media only screen and (max-width:450px) {

    .items-list .element .date,
    .items-list .element .title {
        font-size: 14px;
    }

    .top-slider .element-content .title {
        top: 10px;
        font-size: 4vw;
    }
}

@media only screen and (max-width:374px) {
    .logo-min {
        margin-top: -2px;
    }
}

@media print {
    .print_pic {
        display: block;
    }

    .print_pic+.print_pic {
        display: none;
    }
}

a.callback-button-mobile::after {
    background: url(../images/callback-icon-md.png) 0 0 no-repeat;
    background-size: 100% 100%;
    content: "";
    display: block;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    width: 20px;
}

a.callback-button-mobile {
    height: 40px;
    margin-top: -20px;
    padding: 0;
    position: absolute;
    right: 60px;
    top: 50%;
    width: 40px;
    z-index: 200;
}

.box {
    display: none;
    margin-top: 12px;
}

.box.visible {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: unset;
    text-decoration: unset;
    list-style-type: none;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body,
html {
    background-color: #f6f7f8;
    font-family: Mulish, sans-serif;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    overflow-x: hidden;
    scroll-behavior: smooth;
    cursor: default;
}

body.no-smooth-scroll,
html.no-smooth-scroll {scroll-behavior: unset;}

body.noScroll,
html.noScroll {
    overflow: hidden;
    width: 100%;
    -ms-touch-action: none;
    touch-action: none;
}

.no-link {
    cursor: default !important;
}

.cat .cat__img .reverse {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.cat .cat__text {
    background-color: #f6f7f8;
    border-radius: 15px;
    padding: 15px 12px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}

.cat .cat__text::before {
    content: "";
    display: block;
    width: 30px;
    height: 40px;
    background-image: url(../images/cat_text-before.png);
    position: absolute;
    top: -10px;
    z-index: -1;
}

.DC__message {
    display: none;
}

.DC__process {
    display: none;
}

.dc-ajax-hidden {
    display: none;
}

img {
    max-width: 100%
}

section {
    padding-top: 70px;
}

@media (max-width:1460px) {
    section {
        padding-top: 60px;
    }
}

@media (max-width:987px) {
    section {
        padding-top: 30px;
    }

    html.with-fancybox {
        overflow: hidden;
    }
}

input[type=range] {
    font-size: 1.5rem;
    border-radius: 8px;
}

input[type=range] {
    color: var(--main-color);
    --thumb-height: 1.125em;
    --track-height: 0.125em;
    --track-color: #e2e8f0;
    --brightness-hover: 180%;
    --brightness-down: 80%;
    --clip-edges: 0.125em;
}

@media screen and (max-width:768px) {
    input[type=range] {
        --thumb-height: 0.725em;
    }
}

input[type=range] {
    position: relative;
    background: 0 0;
    overflow: hidden;
}

input[type=range]:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

input[type=range]:disabled {
    cursor: not-allowed;
}

input[type=range],
input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none;
    -webkit-transition: all ease .1s;
    transition: all ease .1s;
    height: var(--thumb-height);
}

input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-webkit-slider-thumb {
    position: relative;
}

input[type=range]::-webkit-slider-thumb {
    --thumb-radius: calc((var(--thumb-height) * 0.5) - 1px);
    --clip-top: calc((var(--thumb-height) - var(--track-height)) * 0.5 - 0.5px);
    --clip-bottom: calc(var(--thumb-height) - var(--clip-top));
    --clip-further: calc(100% + 1px);
    --box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height))) 0 0 100vmax currentColor;
    width: var(--thumb-width, var(--thumb-height));
    background: var(--main-radial-gradient);
    background-color: currentColor;
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    transition: 0.5s;
    -webkit-box-shadow: var(--box-fill);
    box-shadow: var(--box-fill);
    border-radius: var(--thumb-width, var(--thumb-height));
    -webkit-filter: brightness(100%);
    filter: brightness(100%);
    -webkit-clip-path: polygon(100% -1px, var(--clip-edges) -1px, 0 var(--clip-top), -100vmax var(--clip-top), -100vmax var(--clip-bottom), 0 var(--clip-bottom), var(--clip-edges) 100%, var(--clip-further) var(--clip-further));
    clip-path: polygon(100% -1px, var(--clip-edges) -1px, 0 var(--clip-top), -100vmax var(--clip-top), -100vmax var(--clip-bottom), 0 var(--clip-bottom), var(--clip-edges) 100%, var(--clip-further) var(--clip-further));
}

input[type=range]:hover::-webkit-slider-thumb {
    cursor: -webkit-grab;
    cursor: grab;
    background: var(--main-radial-gradient-hover);
}

input[type=range]:active::-webkit-slider-thumb {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

input[type=range]::-webkit-slider-runnable-track {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--track-color))) scroll no-repeat center/100% calc(var(--track-height) + 1px);
    background: linear-gradient(var(--track-color) 0 0) scroll no-repeat center/100% calc(var(--track-height) + 1px);
}

input[type=range]:disabled::-webkit-slider-thumb {
    cursor: not-allowed;
}

input[type=range],
input[type=range]::-moz-range-thumb,
input[type=range]::-moz-range-track {
    -moz-appearance: none;
    appearance: none;
    -moz-transition: all ease .1s;
    transition: all ease .1s;
    height: var(--thumb-height);
}

input[type=range]::-moz-range-progress,
input[type=range]::-moz-range-thumb,
input[type=range]::-moz-range-track {
    background: #e2e8f0;
}

input[type=range]::-moz-range-thumb {
    border: 0;
    width: var(--thumb-width, var(--thumb-height));
    border-radius: var(--thumb-width, var(--thumb-height));
    cursor: grab;
}

input[type=range]:active::-moz-range-thumb {
    cursor: grabbing;
}

input[type=range]::-moz-range-track {
    width: 100%;
    background: var(--main-color);
}

input[type=range]::-moz-range-progress {
    -moz-appearance: none;
    appearance: none;
    transition-delay: 30ms;
}

input[type=range]::-moz-range-progress,
input[type=range]::-moz-range-track {
    height: calc(var(--track-height) + 1px);
    border-radius: 20px;
}

input[type=range]:disabled::-moz-range-thumb {
    cursor: not-allowed;
}

div[role=button] {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}



@media screen and (min-width:987px) {
    div[role=button]:hover {
        opacity: .5;
    }
}

.blue_href {
    color: var(--main-color-v2);
    font-size: 16px;
    border-bottom: 1px dotted var(--main-color-v2);
    line-height: 1;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blue_href svg {
    content: "";
    display: block;
    width: 20px;
    height: 28px;
    position: absolute;
    right: -20px;
    top: calc(50% - 11px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blue_href:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    border-bottom: 1px dotted transparent;
}

.blue_href:hover svg {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.button {
    border-radius: 13px;
    background: var(--bg-button);
    width: 291px;
    height: 68px;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 30px;
    margin-top: 25px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
}

@-webkit-keyframes blinks {
    0% {
        left: 0;
    }

    30% {
        left: 500px;
    }

    100% {
        left: 500%;
    }
}

@keyframes blinks {
    0% {
        left: 0;
    }

    30% {
        left: 500px;
    }

    100% {
        left: 500%;
    }
}

.button:after {
    -webkit-animation: blinks ease-in-out 3s infinite;
    animation: blinks ease-in-out 3s infinite;
    position: absolute;
    left: -80px;
    bottom: -6px;
    height: 120%;
    content: '';
    background: url(../images/blink.png) no-repeat center;
    background-size: contain;
    width: 66px;
    height: 135px;

}

.button:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

@media (max-width:987px) {
    .button {
        width: 100%;
        height: 53px;
        margin-top: 10px;
    }
}

@media (max-width:410px) {
    .button {
        font-size: 14px;
        padding: 10px 15px;
    }
}

.button.blue_button {
    background: unset;
    border: 1px solid var(--main-color-v2);
    font-weight: 700;
    font-size: 18px;
    color: var(--main-color-v2);
}

@media (max-width:987px) {
    .button.blue_button {
        max-width: 335px;
        margin: 10px auto 0;
    }
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox+label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.custom-checkbox+label::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 5px;
    margin-right: .5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox:not(:disabled):not(:checked)+label:hover::before {
    border-color: #b3d7ff;
}

.custom-checkbox:not(:disabled):active+label::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}

.custom-checkbox:checked+label::before {
    border-color: var(--main-color);
    background-color: var(--main-color);
    background-image: url("data:image/svg+xml, %3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox:disabled+label::before {
    background-color: #e9ecef;
}

.container {
    max-width: 1640px;
    padding: 0 10px;
    margin: 0 auto;
}

@media screen and (max-width:1460px) {
    .container {
        max-width: 1190px;
    }
}

@media (max-width:987px) {
    .container {
        padding: 0 5px;
    }
}

h2 {
    font-size: 58px;
    text-align: center;
    text-wrap: balance;
}

@media (max-width:1460px) {
    h2 {
        font-size: 42px;
        line-height: 1;
    }
}

@media (max-width:765px) {
    h2 {
        font-size: 24px;
    }
}

.mob_open {
    display: none;
}

@media screen and (max-width:987px) {
    .mob_close {
        display: none;
    }
}

main {
    background-size: cover;
    background-position: center;
    height: auto;
    padding-bottom: 170px;
    color: #fff;
    background-color: #000;
    background-repeat: no-repeat;
}

@media (min-width:1460px) and (max-width:1680px) {
    main .container {
        max-width: 1410px;
    }
}

@media screen and (max-width:987px) {
    main {
        padding-top: 50px;
    }
}

main.main-secondary {
    background: url(../images/main_secondary.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0 0 150px 150px;
    padding-bottom: 100px;
    background-color: #242223;
}

.price-page main.main-secondary {
    background-position: right;
}

@media screen and (max-width:1460px) {
    main.main-secondary {
        border-radius: 0 0 70px 70px;
    }
}

@media (min-width:978px) and (max-width:1210px) {
    main.main-secondary {
        background-position: 65%;
    }
}

@media screen and (max-width:987px) {
    main.main-secondary {
        border-radius: 0 0 50px 50px;
        background-position: top !important;
        background-size: 100% !important;
        padding-bottom: 35px;
    }
}

main.main-secondary .main_content {
    padding: 0;
    max-width: unset;
}

main.main-secondary .main_content h1 {
    font-weight: 700;
}

@media (max-width:987px) {
    main.main-secondary h1.title {
        font-size: 28px;
        text-align: center;
    }

    main.main-secondary .subtitle {
        font-size: 16px;
        text-align: center;
    }
}

main.main-secondary .flex {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width:987px) {
    main.main-secondary .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

main.main-secondary .form {
    border: 1px solid #fff;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    margin: 0 auto;
    min-width: 358px;
    width: 358px;
    -webkit-box-shadow: 0 22px 30.08px 1.92px rgba(0, 0, 0, .21);
    box-shadow: 0 22px 30.08px 1.92px rgba(0, 0, 0, .21);
    border-radius: 30px;
    padding: 15px 13px 20px 13px;
    background-color: rgba(0, 0, 0, 0.5);
}




@media (max-width:987px) {
    main.main-secondary .form {
        -webkit-backdrop-filter: unset;
        backdrop-filter: unset;
        margin-top: 30px;
        background-color: unset;
    }
}

main.main-secondary .form .form_body .p_title {
    font-size: 24px;
    text-wrap: balance;
    margin-bottom: 20px;
}

main.main-secondary .form .form_body .promo_green {
    text-align: center;
    font-size: 17px;
    text-align: center;
    left: unset;
    right: 2px;
    width: calc(100% + 15px);
    color: #fff;
}

main.main-secondary .main_content h1::before {
    display: none;
}

main.main-secondary .main_content .offer {
    max-width: 860px;
    margin-top: 25px;
}

main.main-secondary .main_content:not(.home) .offer .offer_block p {
    font-size: 46px;
    color: #ffdd75;
    font-weight: 700;
    line-height: 1.174;
}

@media (max-width:1460px) {
    main.main-secondary .main_content:not(.home) .offer .offer_block p {
        font-size: 38px;
    }
}

@media (max-width:978px) {
    main.main-secondary .main_content:not(.home) .offer .offer_block p {
        font-size: 18px;
        text-align: center;
    }
}

main.main-secondary .main_content .btn_and_text .btn {
    padding: 0 23px 0 29px;
}

@media (max-width:1460px) {
    main {
        padding-bottom: 100px;
    }
}

@media (max-width:987px) {
    main {
        padding-bottom: 80px;
        background-size: cover;
        background-position: center;
    }

    main.main-secondary .main_content .btn_and_text .btn {
        padding: 0 20px;
    }
}

main h1.title {
    font-size: 58px;
    max-width: 1000px;
}

@media (max-width:1460px) {
    main h1.title {
        font-size: 48px;
    }
}

main .subtitle {
    font-size: 22px;
    line-height: 1.545;
    font-weight: 300;
    text-align: left;
    margin: 15px 0;
    max-width: 820px;
}

@media (max-width:1460px) {
    main .subtitle {
        font-size: 18px;
    }
}

.bread-crumbs {
    padding: 30px 0;
    font-size: 14px;
}

@media (max-width:987px) {
    .bread-crumbs {
        font-size: 14px;
        text-align: center;
    }
}

.bread-crumbs a {
    color: var(--main-color-v2);
    border-bottom: 1px solid var(--main-color-v2);
}

.ourworks-page main {
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 35px;
}

@media (max-width:987px) {
    .ourworks-page main {
        background-size: cover;
        background-position: center;
    }
}

@media (max-width:987px) {
    .ourworks-page main .container {
        padding: 0 15px;
    }
}

@media (max-width:987px) {
    .ourworks-page main h1.title {
        font-size: 26px;
        text-align: center;
    }
}

@media (max-width:987px) {
    .ourworks-page main .text {
        text-align: center;
    }
}

.ourworks-page .section_reviews {
    margin-bottom: 70px;
}

.uslugi-page main {
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 35px;
}

.contacts-page main {
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 35px;
}

.uslugi-page main {
    background-size: cover;
    background-position: center bottom;
    padding-bottom: 35px;
}

@media (max-width:987px) {
    .uslugi-page main {
        background-size: cover;
        background-position: center;
    }
}

@media (max-width:987px) {
    .uslugi-page main .container {
        padding: 0 15px;
    }
}

@media (max-width:987px) {
    .uslugi-page main h1.title {
        font-size: 26px;
        text-align: center;
    }
}

@media (max-width:987px) {
    .uslugi-page main .subtitle {
        font-size: 16px;
        text-align: center;
    }
}

@media (max-width:987px) {
    .uslugi-page main .text {
        text-align: center;
    }
}

.section-uslugi .items {
    display: -ms-grid;
    display: grid;

    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    margin-top: 60px;
}

@media (max-width:987px) {
    .section-uslugi .items {

        grid-template-columns: repeat(1, 1fr);
    }
}

.section-uslugi .items .item {
    padding: 30px;
    border-width: 1px;
    border-color: #dfdfdf;
    border-style: solid;
    border-radius: 30px;
    background-color: #fff;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section-uslugi .items .item img {
    border-radius: 25px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.section-uslugi .items .item h3 {
    margin-top: 15px;
    margin-top: 22px;
    color: #2c2c2c;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.section-uslugi .items .item p {
    font-weight: 300;
    color: #383838;
    margin: 10px 0;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.section-uslugi .items .item .blue_href {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
}

.thanks-page main {
    background: url(../images/thanks-page.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    height: unset;/* 100vh; */
    min-height: unset;/* 600px; */
    max-height: unset;/* 960px; */
	padding-bottom: 40px;
}

@media (max-width:987px) {
    .thanks-page main {
        /* text-align: center; */
        background: url(../images/thanks-page-mob.jpg) no-repeat;
        background-size: cover;
        background-position: center;
    }
	
	.thanks-page main container{text-align: center;}
}

.thanks-page main h1.title {
    margin-top: 120px;
}

@media (max-width:987px) {
    .thanks-page main h1.title {
        font-size: 40px;
        margin-top: 90px;
        text-align: center;
    }
}

.thanks-page main .subtitle {
    margin: 10px 0;
}

@media (max-width:987px) {
    .thanks-page main .subtitle {
        font-size: 18px;
        text-align: center;
    }
}

.thanks-page main .text {
    font-size: 22px;
    line-height: 1.545;
    font-weight: 300;
    text-align: left;
    margin: 15px 0;
    max-width: 460px;
    margin-top: 40px;
}

@media (max-width:987px) {
    .thanks-page main .text {
        text-align: center;
		margin: 0 auto;
    }
	.thanks-page main .text br {display:none;}
}

.thanks-page main .button {
    color: #000;
}

@media (max-width:987px) {
    .thanks-page main .button {
        text-align: center;
    }
}

.light {
    font-weight: 300;
}

@-webkit-keyframes fadeIn {
    0% {
        -webkit-transform: translate(-50%, -150px);
        transform: translate(-50%, -150px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        top: 0;
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        -webkit-transform: translate(-50%, -150px);
        transform: translate(-50%, -150px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%,0);
        top: 0;
        opacity: 1;
    }
}

@media screen and (max-width:986px) {
    @-webkit-keyframes fadeIn {
        0% {
            -webkit-transform: translate(-50%, -150px);
            transform: translate(-50%, -150px);
            opacity: 0;
        }

        100% {
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            top: 0;
            opacity: 1;
        }
    }

    @keyframes fadeIn {
        0% {
            -webkit-transform: translate(-50%, -150px);
            transform: translate(-50%, -150px);
            opacity: 0;
        }

        100% {
            -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
            top: 0;
            opacity: 1;
        }
    }
}

/* Header */

header {max-width: 1640px;margin: 0 auto;font-size: 14px;}
header.fixed {
    position: fixed;
    top: 0;    
    z-index: 100;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);    
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}
header [data-header-container] {display: flex;align-items: center;flex-wrap:wrap;gap:0 20px;padding: 25px 15px 15px;}
header [data-header-container] nav{order:3;width:100%;border-top: 1px solid rgba(255, 255, 255, .17);margin-top:20px;padding:15px 0;}
header [data-header-container] .header_top{flex-grow:1;justify-content:space-between;margin-left:20px;}
header.fixed [data-header-container] {background-color: #242223;padding:15px;border-radius: 0 0 20px 20px;flex-wrap:nowrap;gap:0 5px;}
header.fixed [data-header-container] nav{order:2;border-top:none;padding:0;width:auto;}
header.fixed [data-header-container] .header_top{order:3;margin-left:0;flex-grow:unset;}
header.fixed-mob [data-header-container] {background-color: #242223;padding: 10px;border-radius: 0 0 20px 20px;}
header.fixed-mob [data-header-container] nav{margin-top:15px;}
header .numbers a {text-wrap:nowrap;}
header [data-header-container] nav ul > li {padding:10px;}
header [data-header-container] nav ul > li.doble_menu {padding:10px 25px 10px 10px;}
header [data-header-container] nav ul > li.doble_menu>ul {top:38px;}
header.fixed [data-header-container] nav ul > li.doble_menu>ul {top:38px;}

header .header_top{display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:5px}
header nav{position:relative;z-index:10}
header nav .close_svg{display:none}

header nav>ul{display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:start;flex-wrap:wrap;gap:0 10px;margin:0;padding:0}
header.fixed nav>ul{gap:0;}

header nav>ul>li{font-size:16px;font-weight:700;text-transform:uppercase;border-radius:11px 11px 0 0;-webkit-transition:background-color,color .5s ease;-o-transition:background-color,color .5s ease;transition:background-color,color .5s ease;text-wrap:nowrap}
header nav>ul>li a{position:relative}
header nav>ul>li a::before{content:"";display:block;position:absolute;width:100%;height:1px;background-color:rgba(255,255,255,.5);bottom:-1px;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
header nav>ul>li.active{color:var(--main-color-v2)!important}
header nav>ul>li:hover{color:var(--main-color-v2)}
header nav>ul>li:hover a::before{-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
header nav>ul>li.doble_menu{display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:15px;position:relative;-webkit-transition:background-color,color .5s ease;-o-transition:background-color,color .5s ease;transition:background-color,color .5s ease}

header nav>ul>li.doble_menu::after{content:"";display:block;position:absolute;width:12px;height:8px;right:5px;top:15px;cursor:pointer;background:url(../images/arrow_down.png) no-repeat;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}

header nav>ul>li.doble_menu>ul{display:flex;position:absolute;opacity:0;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;height:0;left:0;z-index:10;border-radius:0 20px 20px 20px;width:-webkit-max-content;width:-moz-max-content;width:max-content;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;-ms-transform-origin:top;transform-origin:top;margin-top:0}

header nav>ul>li.doble_menu>ul .ul_column{-webkit-box-flex:1;-ms-flex:1;flex:1;width:-webkit-max-content;width:-moz-max-content;width:max-content;padding:25px;background-color:#fff;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;row-gap:15px;border-radius:0 20px 20px 20px}
header nav>ul>li.doble_menu>ul .ul_column:nth-child(1){z-index:2}
header nav>ul>li.doble_menu>ul .ul_column:nth-child(2){margin-left:-35px;padding-left:60px}
header nav>ul>li.doble_menu>ul .ul_column:nth-child(2)::before{width:1px;height:100%;position:relative;left:20px;background-color:#616265}
header nav>ul>li.doble_menu>ul .ul_column>li{color:#454545;font-size:14px;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}

header nav>ul>li.doble_menu>ul .ul_column>li>a::before{content:"";display:block;position:absolute;width:100%;height:1px;background-color:#454545;bottom:-1px;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:left;-ms-transform-origin:left;transform-origin:left;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
header nav>ul>li.doble_menu>ul .ul_column>li:hover{color:var(--main-color-v2)!important}
header nav>ul>li.doble_menu>ul .ul_column>li:hover>a::before{-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0)}
header nav>ul>li.doble_menu>ul .ul_column>li.active{color:var(--main-color-v2)!important}
header nav>ul>li.doble_menu>ul .ul_column>li.active>a::before{-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0)}

header nav>ul>li.doble_menu.hover{background-color:#fff;color:var(--main-color-v2);padding-left:10px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;color:#000!important}

header nav>ul>li.doble_menu.hover>a:before{background-color:#000}
header nav>ul>li.doble_menu.hover::after{-webkit-filter:brightness(0);filter:brightness(0);-webkit-transform:scale(-1,-1);-ms-transform:scale(-1,-1);transform:scale(-1,-1)}
header nav>ul>li.doble_menu.hover>ul{opacity:1;height:auto;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);min-width:calc(100% + 20px);position:relative;top:0;padding:0 10px 20px}
header nav>ul>li.doble_menu.hover>ul .ul_column{padding:0 10px 10px 0}
header nav>ul>li.doble_menu.hover>ul .ul_column:nth-child(2){margin-left:0;padding-left:0}

header [data-header-container] .logo a,
header [data-header-container] .logo a img {display:block;}

@media (min-width:1460px) {

    header.fixed .calculator,header.fixed .messengers,header.fixed .schedule,header.fixed .sochial,header.fixed .yandex{display:none}
	header.fixed .logo img{max-width:140px}
	header.fixed .header_top{border-bottom:none}
	header.fixed .header_top .numbers{font-size:14px}
	header.fixed .header_top .numbers .numbers_call{font-size:14px}
	header.fixed nav{width:80%;margin:0 auto}
	header.fixed nav ul li{font-size:14px}
}

@media screen and (min-width:978px) and (max-width:1460px) {
    header nav>ul>li {padding: 15px 20px 10px 7px;margin-right: 0;font-size: 12px;}
	
	header.fixed .calculator,header.fixed .messengers,header.fixed .numbers,header.fixed .schedule,header.fixed .sochial,header.fixed .yandex{display:none}
	header.fixed .logo{width:130px}
	header.fixed .logo img{max-width:130px}
	header.fixed .header_top{border-bottom:none;padding:5px 0}
	header.fixed .header_top .numbers{font-size:12px}
	header.fixed .header_top .numbers .numbers_call{font-size:12px}
	header.fixed nav{width:auto;margin:0;}
	header.fixed .header_top{display:none;}
	
	header.fixed nav ul li.doble_menu>ul{top:36px}
	header [data-header-container] nav ul > li.doble_menu>ul {top:35px;}
	header.fixed [data-header-container] nav ul > li.doble_menu>ul {top:35px;}

    header .logo {width: 150px;}
}

@media screen and (min-width:978px) and (max-width:1100px) {
    header.fixed nav ul li {font-size: 10px;}
	header.fixed [data-header-container] nav ul > li.doble_menu>ul {top:33px;}
}

@media (max-width:1460px) {
	
	header {max-width: 1190px;}
	
    header nav>ul>li.doble_menu>ul .ul_column>li {font-size: 12px;}
	header nav>ul>li.doble_menu.hover {padding-left: 7px;}
	
	header nav>ul>li.doble_menu{padding:15px 20px 10px 7px;margin-right:0}
	header nav>ul>li.doble_menu::after{right:5px;top:unset;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center}
	header nav>ul>li.doble_menu>ul .ul_column{padding:10px 10px 20px;border-radius:0 10px 10px 10px;row-gap:10px}
	
	header .logo {width: 150px;}
}

@media screen and (max-width:986px) {
    header.fixed{-webkit-transform:translate(-50%,0);-ms-transform:translate(-50%,0);transform:translate(-50%,0)}
}

@media (max-width:987px) {
	
	header{padding:0;position:fixed;top:0;width:100%;z-index:100}
	header [data-header-container]{background-color:#242223;padding:10px;border-radius:0 0 20px 20px}
	header.fixed [data-header-container]{background-color:#242223;padding:10px;border-radius:0 0 20px 20px;flex-wrap:nowrap;gap: 0 20px;}
	
    header nav{overflow-y:scroll;position:fixed;background-color:#fff;width:100%;top:67px;right:0;-webkit-transform:translateX(100vw);-ms-transform:translateX(100vw);transform:translateX(100vw);-webkit-transition:.5s ease-out;-o-transition:.5s ease-out;transition:.5s ease-out;max-width:500px;padding:0 0 170px;color:#000;z-index:25;height:100vh;top:52px}
	header nav ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
	header nav ul>li{border-bottom:1px solid #ddd;margin-top:0!important}
	header nav ul li{margin-top:10px;width:100%}
	header nav.nav_mob{-webkit-transform:none;-ms-transform:none;transform:none;position:fixed;width:100%;margin-top:15px}
	
	header nav>ul{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}
	
	header nav>ul>li.doble_menu{background-color:#f6f7f9}
	
	header nav>ul>li.doble_menu::after{background:url(../images/arrow_down-black.png) no-repeat;right:15px!important}
	
	header nav>ul>li.doble_menu>ul{-webkit-transition:none;-o-transition:none;transition:none}
	
	header .header_top{flex-grow:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:none;padding-bottom:5px;padding-top:5px}
	header [data-header-container] .header_top{margin-left:0}
	header.fixed [data-header-container] .header_top{flex-grow:1;}
	header.fixed-mob [data-header-container] .header_top{flex-grow:1;}
	header .logo {width: 95px;}
}

@media screen and (min-width:987px) {
	header [data-header-container] nav{display:flex;justify-content:center;}
    header nav>ul>li.doble_menu:hover {background-color: #fff;color: var(--main-color-v2);}

    header nav>ul>li.doble_menu:hover>a:before {background-color: #000;}

    header nav>ul>li.doble_menu:hover::after{-webkit-filter:brightness(0);filter:brightness(0);-webkit-transform:scale(-1,-1);-ms-transform:scale(-1,-1);transform:scale(-1,-1)}
	header nav>ul>li.doble_menu:hover>ul{opacity:1;height:auto;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);min-width:calc(100% + 20px)}
}

@media (max-width:1610px) {
    header nav>ul>li {font-size: 14px;}
}

@media (min-width:987px) and (max-width:1460px) {
    header nav>ul>li {font-size: 12px;padding: 15px 5px 10px;}
}

@media (max-width:987px) {
    header .header_top .sochial {
        display: none;
    }
}

header .header_top .sochial .sochial_images {
    display: flex;
    gap: 8px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 145px;
    margin-top: 5px;
}

@media (max-width:1460px) {
    header .header_top .sochial .sochial_images {
        gap: 5px 10px;
    }
}

header .header_top .sochial .sochial_images a {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

header .header_top .sochial .sochial_images a:hover {
    opacity: .5;
}

@media (max-width:1460px) {
    header .header_top .sochial .sochial_images a:nth-child(4) {
        width: calc(35% - 4px);
    }

    header .header_top .sochial .sochial_images a:nth-child(5) {
        width: calc(53% - 4px);
        margin-left: -5px;
        margin-top: -5px;
    }
}

@media (max-width:1460px) {
    header .header_top .sochial {
        max-width: 105px;
    }
}

header .header_top .messengers {
    text-align: right;
}

@media (max-width:1640px) {
    header .header_top .messengers {
        max-width: 120px;
    }
}

@media (max-width:350px) {
    header .header_top .messengers {
        display: none;
    }
}

header .header_top .messengers p span {
    display: block;
    font-size: 12px;
}

@media (max-width:1460px) {
    header .header_top .messengers p {
        line-height: 1;
    }
}

@media (max-width:987px) {
    header .header_top .messengers p {
        display: none;
    }
}

header .header_top .numbers {
    font-size: 20px;
    font-weight: 700;
    text-align: right;
}

@media (max-width:1460px) {
    header .header_top .numbers {
        font-size: 16px;
    }
}

@media (max-width:987px) {
    header .header_top .numbers {
        font-size: 14px;
    }
}

@media (max-width:325px) {
    header .header_top .numbers {
        font-size: 13px;
    }
}

header .header_top .numbers .numbers_call {
    display: inline-block;
    font-size: 16px;
    color: var(--third-color);
    border-bottom: 1px dotted var(--third-color);
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-weight: 400;
}

header .header_top .numbers .numbers_call:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    border-bottom: 1px dotted transparent;
}

@media (max-width:1460px) {
    header .header_top .numbers .numbers_call {
        font-size: 14px;
    }
}

@media (max-width:987px) {
    header .header_top .numbers .numbers_call {
        display: none;
    }
}

header .header_top .schedule {
    text-align: right;
}

@media (max-width:1200px) {
    header .header_top .schedule {
        display: none;
    }
}

header .header_top .schedule .light {
    margin-top: 12px;
}

@media (max-width:1460px) {
    header .header_top .schedule .light {
        margin-top: 5px;
    }
}

header .mob_btn {
    border-radius: 10px;
    background-image: var(--bg-button);
    width: 76px;
    height: 30px;
    color: #000;
    font-size: 12px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
    cursor: pointer;
}

@media (max-width:987px) {
    header .mob_btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

header .mob_btn p {
    border-bottom: 1px dotted #000;
    margin-top: -2px;
    font-weight: 700;
    margin-right: 7px;
    cursor: pointer;
}

header .mob_btn .burger {
    width: 12px;
    height: 2px;
    background-color: #000;
}

header .mob_btn .burger::before {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #000;
    position: relative;
    bottom: -4px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

header .mob_btn .burger::after {
    content: "";
    display: block;
    width: 12px;
    height: 2px;
    background-color: #000;
    position: relative;
    top: -6px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

header .mob_btn .burger.close {
    background-color: transparent;
}

header .mob_btn .burger.close::before {
    -webkit-transform: rotate(-45deg) translate(3px, -3px);
    -ms-transform: rotate(-45deg) translate(3px, -3px);
    transform: rotate(-45deg) translate(3px, -3px);
}

header .mob_btn .burger.close::after {
    -webkit-transform: rotate(45deg) translate(2.5px, 3px);
    -ms-transform: rotate(45deg) translate(2.5px, 3px);
    transform: rotate(45deg) translate(2.5px, 3px);
}

header .mob_head {
    display: none;
    gap: 5px;
}

@media screen and (max-width:987px) {
    header .mob_head {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.messengers_images {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 8px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-top: 5px;
}

.contact-page .messengers_images {-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;}

.messengers_images a {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.messengers_images a:hover {
    opacity: .5;
}

@media (max-width:1460px) {
    .messengers_images a {
        width: 26px;
    }
}

@media (max-width:400px) {
    .messengers_images a {
        width: 19px;
    }
}

.calculator {
    border-radius: 13px;
    background: var(--bg-button);
    max-width: 207px;
    width: 100%;
    height: 67px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    gap: 10px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: clip;
}

.calculator:after {
    -webkit-animation: blinks ease-in-out 3s infinite;
    animation: blinks ease-in-out 3s infinite;
    position: absolute;
    left: -80px;
    bottom: -6px;
    height: 120%;
    content: '';
    background: url(../images/blink.png) no-repeat center;
    background-size: contain;
    width: 66px;
    height: 135px;
    content: '';
    display: block;
}

.calculator:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

@media (max-width:987px) {
    .calculator {
        display: none;
    }

    .calculator.mob_open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 116px;
        height: 30px;
        font-size: 12px;
        gap: 5px;
    }

    .calculator.mob_open p {
        margin-top: -3px;
    }

    .calculator.mob_open img {
        width: 15px;
    }
}

@media (max-width:1460px) {
    .calculator {
        max-width: 185px;
        height: 64px;
    }
}

.yandex {
    padding: 11px 10px 10px 14px;
    border: 1px solid #fff;
    border-radius: 15px;
    line-height: 1.14;
}
.yandex.no-border{border:none;}
.yandex ifrmae{display:block;}

@media (max-width:1460px) {
    .yandex {
        padding: 12px 6px 8px;
        height: 64px;
    }
}

@media (max-width:1200px) {
    .yandex {
        display: none;
    }
}

/* .yandex::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/yandex.png);
    width: 46px;
    height: 64px;
    right: 15px;
    top: -30px;
} */

@media (max-width:1460px) {
    .yandex::before {
        right: 7px;
    }
}

.yandex .rating {
    display: flex;
    gap: 8px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.yandex .rating>p {
    font-size: 30px;
    font-weight: 700;
    color: var(--third-color);
    line-height: 1;
}

@media (max-width:1460px) {
    .yandex .rating>p {
        font-size: 26px;
    }
}

.yandex .rating div {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.yandex .rating div>img {
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
}

.yandex .rating div>p {
    font-weight: 700;
}

@media (max-width:1460px) {
    .yandex .rating div>p {
        font-size: 12px;
    }
}

.yandex .rating div>p a {
    border-bottom: 1px solid rgba(255, 255, 255, .521);
}

.yandex>p {
    font-weight: 300;
}

@media (max-width:1460px) {
    .yandex>p {
        font-size: 12px;
    }
}

main.marTop {
    padding-top: 175px;
}

@media (max-width:1460px) {
    main.marTop {
        padding-top: 170px;
    }
}

@media (max-width:987px) {
    main.marTop {
        padding-top: 50px;
    }
}

main header .yandex {
    display: inline;
    height: unset;
    margin-top: 0;
}

main header .yandex>p {
    max-width: unset;
}

main header .yandex::before {
    content: "";
    display: none;
    position: absolute;
    background-image: url(../images/yandex.png);
    width: 46px;
    height: 64px;
    right: 15px;
    top: -30px;
    left: unset;
}

@media (max-width:1460px) {
    main header .yandex::before {
        right: 7px;
    }
}

@media (max-width:1200px) {
    main header .yandex {
        display: none;
    }
}

main .yandex {
    display: none;
    margin-top: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    height: 56px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:1200px) {
    main .yandex {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
    }
}

@media (max-width:987px) {
    main .yandex {
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        width: calc(100% - 40px);
    }
}

main .yandex>p {
    max-width: 90px;
}

main .yandex::before {
    right: unset;
    left: 121px;
    top: -25px;
}

.bullits {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 35px;
}

.bullits .bullit_item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}

@media (max-width:987px) {
    .bullits .bullit_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.bullits .bullit_item .bulit_text {
    font-size: 16px;
}

.bullits .bullit_item .bulit_text span {
    font-weight: 700;
    display: block;
    font-size: 20px;
}

@media (max-width:987px) {
    .bullits .bullit_item .bulit_text {
        font-size: 14px;
    }

    .bullits .bullit_item .bulit_text span {
        font-size: 16px;
    }
}

.home .offer {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}

@media (max-width:1460px) {
    .home .offer {
        margin-top: 12px;
    }
}

@media (max-width:987px) {
    .home .offer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        text-align: center;
        margin-top: 0;
    }
}

.home .offer .offer_block {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 40px;
    font-weight: 700;
    max-width: 500px;
    gap: 15px;
    line-height: 1.2;
    margin-right: 10px;
}

@media (max-width:1460px) {
    .home .offer .offer_block {
        font-size: 28px;
        max-width: 375px;
    }
}

@media (max-width:1200px) {
    .home .offer .offer_block {
        font-size: 22px;
        max-width: 275px;
    }
}

@media (max-width:987px) {
    .home .offer .offer_block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        margin: 15px auto 0;
    }
}

.home .offer .offer_block img {
    margin-top: 10px;
    width: 72px;
    height: 72px;
}

@media (max-width:1460px) {
    .home .offer .offer_block img {
        width: 58px;
        height: 58px;
        margin-top: 5px;
    }
}

@media (max-width:1200px) {
    .home .offer .offer_block img {
        width: 45px;
        height: 45px;
    }
}

.home .offer .plashka {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    background-image: url(../images/opt_price.png);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 40px 10px 15px;
    text-align: left;
    margin-bottom: -10px;
}

@media (max-width:987px) {
    .home .offer .plashka {
        margin: -5px auto 0;
        font-size: 16px;
        background-image: url(../images/opt_price_mob.png);
        padding: 5px 7px;
        width: 245px;
        height: 38px;
    }

    .home .offer .plashka span br {
        display: none;
    }
}

.home .offer .plashka img {
    margin-right: 10px;
}

@media (max-width:987px) {
    .home .offer .plashka img {
        width: 30px;
    }
}

.main_content {
    max-width: 1410px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    padding-top: 50px;
}

@media (max-width:1680px) {
    .main_content {
        max-width: 1190px;
        padding-top: 40px;
    }
}

@media (max-width:1210px) {
    .main_content {
        padding: 40px 30px 0;
    }
}

@media (max-width:987px) {
    .main_content {
        padding: 40px 5px 0;
    }
}

.main_content h1 {
    font-size: 60px;
    font-weight: 900;
    line-height: 1.2;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 1010px;
}

@media (max-width:1460px) {
    .main_content h1 {
        font-size: 48px;
    }
}

@media (max-width:1200px) {
    .main_content h1 {
        font-size: 40px;
    }
}

@media (max-width:987px) {
    .main_content h1 {
        font-size: 28px;
        text-align: center;
        display: block;
        margin: 0 auto;
    }
}

@media (max-width:340px) {
    .main_content h1 {
        font-size: 27px;
    }
}

.main_content .subtitle {
    font-size: 35px;
    font-weight: 300;
    margin-top: 20px;
}

@media (max-width:1460px) {
    .main_content .subtitle {
        font-size: 32px;
        margin-top: 10px;
    }
}

@media (max-width:1200px) {
    .main_content .subtitle {
        font-size: 28px;
        margin-top: 0;
    }
}

@media (max-width:987px) {
    .main_content .subtitle {
        font-size: 20px;
        padding-bottom: 0;
        text-align: center;
    }
}

.main_content .bullits {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 35px;
    max-width: 600px;
    margin-top: 50px;
}

@media (max-width:1460px) {
    .main_content .bullits {
        margin-top: 35px;
        gap: 26px;
    }
}

@media (max-width:1200px) {
    .main_content .bullits {
        gap: 25px;
        margin-top: 30px;
    }
}

@media (max-width:987px) {
    .main_content .bullits {
        margin: 25px auto 0;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 15px 20px;
    }
}

.main_content .bullits .bullit_item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    min-width: 282px;
}

.main_content .bullits .bullit_item svg {
    fill: var(--main-color);
}

@media (max-width:987px) {
    .main_content .bullits .bullit_item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        text-align: center;
        min-width: unset;
        gap: 5px;
    }
}

.main_content .bullits .bullit_item .bulit_text {
    font-size: 16px;
}

.main_content .bullits .bullit_item .bulit_text span {
    font-weight: 700;
    display: block;
    font-size: 20px;
}

@media (max-width:987px) {
    .main_content .bullits .bullit_item .bulit_text {
        font-size: 13px;
    }

    .main_content .bullits .bullit_item .bulit_text span {
        font-size: 14px;
    }
}

.main_content .btn_and_text {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
    margin-top: 60px;
}

.main_content .btn_and_text .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    border-radius: 13px;
    background-image: var(--bg-button);
    -webkit-box-shadow: inset 0 0 16px rgba(255, 255, 255, .17);
    box-shadow: inset 0 0 16px rgba(255, 255, 255, .17);
    padding: 0 23px 0 69px;
    height: 68px;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
}

.main_content .btn_and_text .btn:after {
    -webkit-animation: blinks ease-in-out 3s infinite;
    animation: blinks ease-in-out 3s infinite;
    position: absolute;
    left: -80px;
    bottom: -6px;
    height: 120%;
    content: '';
    background: url(../images/blink.png) no-repeat center;
    background-size: contain;
    width: 66px;
    height: 135px;

}


.main_content .btn_and_text .btn:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.main_content .btn_and_text .btn img {
    margin-left: 30px;
}

@media (max-width:1200px) {
    .main_content .btn_and_text .btn {
        height: 70px;
        padding: 0 20px 0 61px;
    }
}

@media (max-width:560px) {
    .main_content .btn_and_text .btn {
        width: 100%;
        max-width: 335px;
        height: 55px;
        padding: 0 20px;
        font-size: 16px;
    }

    .main_content .btn_and_text .btn img {
        margin-left: 15px;
    }
}

.main_content .btn_and_text .text {
    font-size: 20px;
    max-width: 270px;
    position: relative;
    line-height: 1.2;
}

@media (max-width:1200px) {
    .main_content .btn_and_text .text {
        font-size: 16px;
    }
}

.main_content .btn_and_text .text::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/arrow_bybtn.png);
    background-repeat: no-repeat;
    width: 52px;
    height: 19px;
    top: -28px;
    left: -45px;
}

@media (max-width:1460px) {
    .main_content .btn_and_text {
        margin-top: 45px;
    }
}

@media (max-width:987px) {
    .main_content .btn_and_text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
        margin-top: 25px;
    }

    .main_content .btn_and_text .text {
        max-width: 320px;
        margin-left: 15px;
        margin-top: 10px;
    }

    .main_content .btn_and_text .text::before {
        top: 0;
        left: -25px;
        -webkit-transform: scale(-1, 1) rotate(114deg);
        -ms-transform: scale(-1, 1) rotate(114deg);
        transform: scale(-1, 1) rotate(114deg);
        width: 40px;
        height: 23px;
    }
}

.scroll_down {
    opacity: .25;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    gap: 15px;
    top: 270px;
    left: calc((100vw - 1630px)/ 2);
}

@media (max-width:1640px) {
    .scroll_down {
        left: 5px;
    }
}

@media (max-width:1460px) {
    .scroll_down {
        top: 200px;
    }
}

@media (max-width:987px) {
    .scroll_down {
        display: none;
    }
}

.scroll_down p {
    font-size: 12px;
    font-weight: 300;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    line-height: 1;
}

.scroll_down .line {
    width: 1px;
    height: 90px;
    background-color: #fff;
    -webkit-animation: downLine 3s infinite ease-out;
    animation: downLine 3s infinite ease-out;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.scroll_down .mouse_down {
    -webkit-animation: down 3s infinite ease-out;
    animation: down 3s infinite ease-out;
}

@-webkit-keyframes downLine {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1, 1.25);
        transform: scale(1, 1.25);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes downLine {
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50% {
        -webkit-transform: scale(1, 1.25);
        transform: scale(1, 1.25);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes down {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.section_1 {
    max-width: 1920px;
    margin: 0 auto;
}

.container_slider {
    margin-top: -145px;
}

.container_slider .slider_banners {
    overflow-x: visible;
    overflow-y: clip;
}

.container_slider .slider_banners .swiper-wrapper {
    will-change: trasform;
}

.container_slider .slider_banners .swiper-wrapper .swiper-slide {
    will-change: trasform;
}

@media (max-width:987px) {
    .container_slider {
        margin-top: -130px;
        padding: 0 5px 0;
    }

    .page-template-default .container_slider {
        margin-top: -50px;
    }
}

@media (max-width:987px) {
    .slider_banners {
        padding-bottom: 50px !important;
    }
}

.slider_banners .swiper-slide {
    max-width: 1410px;
    margin: 0 auto;
    bottom: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 1;
}

@media (max-width:1460px) {
    .slider_banners .swiper-slide {
        max-width: 1175px;
        padding-top: 40px;
    }
}

@media (max-width:1210px) {
    .slider_banners .swiper-slide {
        max-width: 900px;
        padding-top: 40px;
    }
}

@media (max-width:987px) {
    .slider_banners .swiper-slide {
        max-width: 100%;
        padding-top: 40px;
    }
}

.slider_banners .swiper-slide .swiper_slide_item {
    border-radius: 35px;
    background: #202020;
    width: auto;
    height: 565px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    padding: 15px;
    position: relative;
}

.slider_banners .swiper-slide .swiper_slide_item .aciya_item {
    position: absolute;
    left: 107px;
    top: 0;
    background-color: #ff4e00;
    width: 178px;
    height: 92px;
    z-index: 1;
    display: flex;
    padding-top: 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 36px;
    line-height: 1;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    -webkit-clip-path: polygon(20% 0, 0 0, 0 49%, 0 100%, 0 100%, 49% 85%, 100% 100%, 100% 100%, 100% 49%, 100% 0, 80% 0, 49% 0);
    clip-path: polygon(20% 0, 0 0, 0 49%, 0 100%, 0 100%, 49% 85%, 100% 100%, 100% 100%, 100% 49%, 100% 0, 80% 0, 49% 0);
}

@media (max-width:987px) {
    .slider_banners .swiper-slide .swiper_slide_item .aciya_item {
        width: 157px;
        height: 72px;
        font-size: 32px;
        padding-top: 20px;
        left: calc(50% - 78.5px);
    }
}

@media (max-width:987px) {
    .slider_banners .swiper-slide .swiper_slide_item {
        height: 390px;
        padding: 10px;
    }
}

@media (max-width:410px) {
    .slider_banners .swiper-slide .swiper_slide_item {
        padding: 7px;
    }
}

.slider_banners .swiper-slide .swiper_slide_item .bg_image {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
}

.slider_banners .swiper-slide .swiper_slide_item .bg_image img {
    border-radius: 35px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    height: 100%
}

@media (max-width:987px) {
    .slider_banners .swiper-slide .swiper_slide_item .bg_image {
        opacity: .25;
        height: 60%
    }

    .slider_banners .swiper-slide .swiper_slide_item .bg_image img {
        border-radius: 35px 35px 0 0;
    }

    .slider_banners .swiper-slide .swiper_slide_item .bg_image::before {
        content: "";
        display: block;
        position: absolute;
        background: #202020;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(32, 32, 32, .1)), color-stop(37%, rgba(32, 32, 32, .7)), color-stop(83%, #202020));
        background: -o-linear-gradient(top, rgba(32, 32, 32, .1) 0, rgba(32, 32, 32, .7) 37%, #202020 83%);
        background: linear-gradient(180deg, rgba(32, 32, 32, .1) 0, rgba(32, 32, 32, .7) 37%, #202020 83%);
        width: 100%;
        bottom: -10px;
        left: 0;
        height: 40px;
        z-index: 1;
    }
}

.slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content {
    border-radius: 35px;
    border: 1px solid rgba(255, 255, 255, .3);
    width: 100%;
    height: 100%;
    padding: 100px 90px 25px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width:987px) {
    .slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content {
        padding: 80px 20px 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

@media (max-width:410px) {
    .slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content {
        padding: 80px 15px 15px;
    }
}

@media (max-width:330px) {
    .slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content {
        padding: 80px 10px 15px;
    }
}

.slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content .slider_title {
    font-size: 44px;
    max-width: 530px;
    line-height: 1.13;
}

@media (max-width:987px) {
    .slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content .slider_title {
        font-size: 26px;
        color: #fff;
    }
}

@media (max-width:410px) {
    .slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content .slider_title {
        font-size: 24px;
    }
}

.slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content .slider_subtitle {
    font-size: 26px;
    max-width: 335px;
    margin-top: 10px;
    margin-bottom: 15px;
    line-height: 1.15;
}

@media (max-width:987px) {
    .slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content .slider_subtitle {
        font-size: 20px;
        color: #fff;
    }
}

@media (max-width:410px) {
    .slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content .slider_subtitle {
        font-size: 17px;
    }
}

.slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content .action {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: auto;
}

@media (max-width:987px) {
    .slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content .action {
        margin-top: auto;
    }
}

.slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content .action .action_date {
    border-radius: 12px;
    background-color: #fff;
    width: 291px;
    height: 81px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 20px;
    font-size: 22px;
    position: relative;
}

@media (max-width:987px) {
    .slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content .action .action_date {
        font-size: 16px;
        width: 186px;
        height: 55px;
        padding: 5px 10px 5px 5px;
    }
}

@media (max-width:510px) {
    .slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content .action .action_date {
        font-size: 14px;
    }
}

.slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content .action .action_date::before {
    content: "";
    display: block;
    position: absolute;
    background-image: url(../images/before.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 21px;
    height: 50px;
    bottom: -25px;
    left: 25px;
}

@media (max-width:987px) {
    .slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content .action .action_date::before {
        bottom: -15px;
    }
}

.slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content .action .action_date b {
    display: block;
}

.slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content .action .action_expires {
    background-color: var(--second-color);
    width: 115px;
    height: 55px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    color: #fff;
    font-size: 16px;
    padding: 5px 12px;
    font-weight: 300;
    -webkit-clip-path: polygon(100% 0, 85% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
    clip-path: polygon(100% 0, 85% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
}

.slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content .action .action_expires b {
    display: block;
}

@media (max-width:987px) {
    .slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content .action .action_expires {
        font-size: 12px;
        color: #000;
        width: 84px;
        height: 40px;
    }
}

.slider_banners .swiper-slide .btn_banners-prev {
    position: absolute;
    top: calc(50% - 30px);
    border-radius: 50%;
    left: 30px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.slider_banners .btn_banners-prev.swiper-button-disabled {
    opacity: .2;
}



@media (max-width:987px) {
    .slider_banners .swiper-slide .btn_banners-prev {
        display: none;
    }
}

.slider_banners .swiper-slide .btn_banners-next {
    position: absolute;
    border-radius: 50%;
    top: calc(50% - 30px);
    right: 30px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.slider_banners .btn_banners-next.swiper-button-disabled {
    opacity: .2;
}

@media (max-width:987px) {
    .slider_banners .swiper-slide .btn_banners-next {
        display: none;
    }
}

.slider_banners .swiper-slide-next,
.slider_banners .swiper-slide-prev {
    bottom: -91px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: .5;
}

@media (max-width:987px) {

    .slider_banners .swiper-slide-next,
    .slider_banners .swiper-slide-prev {
        bottom: 0;
        opacity: 1;
    }
}

.slider_banners .swiper-slide-next .btn_banners-prev,
.slider_banners .swiper-slide-prev .btn_banners-prev {
    opacity: 0;
}

.slider_banners .swiper-slide-next .btn_banners-next,
.slider_banners .swiper-slide-prev .btn_banners-next {
    opacity: 0;
}

.slider_banners .swiper-pagination-bullet {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-color: #2a2828 !important;
    opacity: 1 !important;
    width: 6px !important;
    height: 6px !important;
}

.slider_banners .swiper-pagination-bullet-active {
    background-color: #2a2828 !important;
    width: 35px !important;
    height: 6px !important;
    border-radius: 5px !important;
}

.slider_banners .slider_banners-navigathionMob .btn_banners-next,
.slider_banners .slider_banners-navigathionMob .btn_banners-prev {
    display: block;
    position: absolute;
    top: 8px;
    z-index: 20;
}

.slider_banners .slider_banners-navigathionMob .btn_banners-prev {
    left: 55px;
}

@media (max-width:987px) {
    .slider_banners .slider_banners-navigathionMob .btn_banners-prev {
        left: 40px;
    }
}

.slider_banners .slider_banners-navigathionMob .btn_banners-next {
    right: 55px;
}

@media (max-width:987px) {
    .slider_banners .slider_banners-navigathionMob .btn_banners-next {
        right: 75px;
    }
}

@media (max-width:987px) {
    .slider_banners .swiper-slide-next .swiper_slide_item {
        -webkit-transform: scaleY(.9);
        -ms-transform: scaleY(.9);
        transform: scaleY(.9);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }

    .slider_banners .swiper-slide-active .swiper_slide_item {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: bottom;
        -ms-transform-origin: bottom;
        transform-origin: bottom;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease;
    }
}

@media (max-width:987px) {
    .swiper-pagination {
        margin-left: -17.5px !important;
    }
}

.section_2 .subtitle {
    margin: -10px auto 25px;
}

.section_2 h2 {
    margin-bottom: 20px;
}

.section_2 .items {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width:987px) {
    .section_2 .items {
        display: -ms-grid;
        display: grid;
        gap: 15px;

        grid-template-columns: repeat(2, 1fr);
    }
}

.section_2 .items .item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 25px;
    background-color: #fff;
    width: 100%;
    height: 270px;
    padding: 35px 20px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
    cursor: pointer;
    width: calc(20% - 20px);
    border: 1px solid #dfdfdf;
}

@media (max-width:1365px) {
    .section_2 .items .item {
        width: calc(25% - 23px);
    }
}

@media (max-width:1200px) {
    .section_2 .items .item {
        width: calc(33% - 17px);
    }
}

@media (max-width:987px) {
    .section_2 .items .item {
        width: 100%
    }
}

.section_2 .items .item h3, 
.section_2 .items .item .h3 {
    font-size: 22px;
    color: var(--main-color);
    max-width: 55%;
    z-index: 2;
}

@media (max-width:1460px) {
    .section_2 .items .item h3,
    .section_2 .items .item .h3 {
        font-size: 16px;
    }
}

@media (max-width:765px) {
    .section_2 .items .item h3,
    .section_2 .items .item .h3 {
        font-size: 14px;
    }
}

.section_2 .items .item>p {
    font-size: 18px;
    color: #60636c;
    margin-top: 10px;
    max-width: 55%
}

@media (max-width:1460px) {
    .section_2 .items .item>p {
        font-size: 14px;
    }
}

@media (max-width:765px) {
    .section_2 .items .item>p {
        font-size: 13px;
    }
}

.section_2 .items .item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.section_2 .items .item:hover .blue_href {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    border-bottom: 1px solid transparent;
}

.section_2 .items .item:hover .blue_href svg {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.section_2 .items .item .blue_href {
    margin-top: auto;
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
}

.section_2 .items .item .blue_href:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    border-bottom: 1px solid transparent;
}

.section_2 .items .item .blue_href:hover::before {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

@media (max-width:1460px) {
    .section_2 .items .item .blue_href {
        font-size: 14px;
    }
}

@media (max-width:765px) {
    .section_2 .items .item .blue_href {
        font-size: 13px;
    }
}

.section_2 .items .item .blue_href p {
    position: relative;
}

.section_2 .items .item .blue_href p::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: var(--main-color);
    bottom: -1px;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.section_2 .items .item img {
    position: absolute;
    right: 0;
    width: 50%;
    height: 85%;
    -o-object-fit: contain;
    object-fit: contain;
    bottom: -15px;
}

@media (min-width:987px) and (max-width:1460px) {
    .section_2 .items .item img {
        top: 41px;
    }
}

@media (max-width:1500px) {
    .section_2 .items .item {
        padding: 18px 20px;
        height: 195px;
    }
}

@media (max-width:987px) {
    .section_2 .items .item {
        border-radius: 18px;
        padding: 15px 18px;
    }

    .section_2 .items .item img {
        margin-right: -13px;
    }

    .section_2 .items .item .h3 {
        max-width: 77%
    }

    .section_2 .items .item>p {
        max-width: 77%
    }
}

@media (max-width:765px) {
    .section_2 .items .item {
        height: 140px;
    }
}

@media (max-width:360px) {
    .section_2 .items .item {
        padding: 10px;
    }
}

@media (max-width:1680px) {
    .section_3 .container {
        max-width: 1320px;
    }
}

@media (max-width:987px) {
    .section_3 .container {
        padding: 0 5px;
    }
}

.price_windows {
    background-image: url(../images/price_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    padding: 50px 125px;
    border-radius: 50px;
}

@media (max-width:987px) {
    .price_windows {
        padding: 20px 15px 15px;
        border-radius: 30px;
    }
}

.price_windows .price_navigathion {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #fff;
    height: 52px;
    margin: 0 auto;
    border-radius: 20px;
    position: relative;
    margin-top: 40px;
}

@media (max-width:1460px) {
    .price_windows .price_navigathion {
        margin-top: 30px;
    }
}

@media (max-width:765px) {
    .price_windows .price_navigathion {
        height: 40px;
        border-radius: 10px;
        margin-top: 25px;
    }
}

.price_windows .price_navigathion .p_nav {
    width: 25%;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
}

.price_windows .price_navigathion .p_nav.active_price p {
    color: #000;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    user-select: none;
}

.price_windows .price_navigathion .p_nav.active_price p svg {
    opacity: 1;
}

.price_windows .price_navigathion .p_nav:hover p {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    border-bottom: 1px dotted transparent;
}

.price_windows .price_navigathion .p_nav:hover p::before {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.price_windows .price_navigathion p {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px dotted #fff;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    user-select: none;
}

@media (max-width:565px) {
    .price_windows .price_navigathion p {
        font-size: 15px;
    }
}

@media (max-width:375px) {
    .price_windows .price_navigathion p {
        font-size: 14px;
    }
}

.price_windows .price_navigathion p svg {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    position: absolute;
    right: -30px;
    top: calc(50% - 9px);
    opacity: 0;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: var(--second-color);
}

@media (max-width:987px) {
    .price_windows .price_navigathion p svg {
        top: -16px;
        right: calc(50% - 9px);
    }
}

.price_windows .price_navigathion.lenght_1 {
    max-width: 168px;
}

.price_windows .price_navigathion.lenght_1 .item_price,
.price_windows .price_navigathion.lenght_1 .p_nav {
    width: 100%;
    user-select: none;
}

.price_windows .price_navigathion.lenght_2 {
    max-width: 336px;
}

.price_windows .price_navigathion.lenght_2 .item_price,
.price_windows .price_navigathion.lenght_2 .p_nav {
    width: 50%
}

.price_windows .price_navigathion.lenght_3 {
    max-width: 504px;
}

.price_windows .price_navigathion.lenght_3 .item_price,
.price_windows .price_navigathion.lenght_3 .p_nav {
    width: 33.3%
}

.price_windows .price_navigathion.lenght_4 {
    max-width: 675px;
}

.price_windows .price_navigathion.lenght_4 .item_price,
.price_windows .price_navigathion.lenght_4 .p_nav {
    width: 25%;
    user-select: none;
}

.price_windows .price_navigathion.lenght_5 {
    max-width: 840px;
}

.price_windows .price_navigathion.lenght_5 .item_price,
.price_windows .price_navigathion.lenght_5 .p_nav {
    width: 20%
}

.price_windows .price_navigathion.lenght_6 {
    max-width: 840px;
}

.price_windows .price_navigathion.lenght_6 .item_price,
.price_windows .price_navigathion.lenght_6 .p_nav {
    width: 16.6%
}

.price_windows .price_navigathion .item_price {
    position: absolute;
    width: 25%;
    height: 52px;
    background-color: #fff;
    left: 0;
    border-radius: 20px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

@media (max-width:765px) {
    .price_windows .price_navigathion .item_price {
        height: 40px;
        border-radius: 10px;
    }
}

.price_windows .slider_price {
    margin-top: 50px;
}

@media (max-width:1460px) {
    .price_windows .slider_price {
        margin-top: 35px;
    }
}

@media (max-width:765px) {
    .price_windows .slider_price {
        margin-top: 20px;
    }
}

.price_windows .slider_price .swiper-slide {
    height: initial !important;
}

.price_windows .slider_price .slider_price-block {
    padding: 25px 20px;
    background-color: #fff;
    color: #60636c;
    border-radius: 30px;
    max-width: 400px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media (max-width:785px) {
    .price_windows .slider_price .slider_price-block {
        padding: 20px 15px 17px;
    }
}

.price_windows .slider_price .slider_price-block h3,
.price_windows .slider_price .slider_price-block .h3 {
    color: #000;
    text-align: center;
    font-size: 22px;
}

@media (max-width:1460px) {
    .price_windows .slider_price .slider_price-block h3,
    .price_windows .slider_price .slider_price-block .h3 {
        font-size: 18px;
    }
}

.price_windows .slider_price .slider_price-block p {
    color: #60636c;
    font-size: 16px;
}

@media (max-width:765px) {
    .price_windows .slider_price .slider_price-block p {
        font-size: 15px;
    }
}

.price_windows .slider_price .slider_price-block p.sub_p {
    text-align: center;
    margin-top: 7px;
}

@media (max-width:1460px) {
    .price_windows .slider_price .slider_price-block p.sub_p {
        margin-top: 0;
    }
}

.price_windows .slider_price .slider_price-block>img {
    margin: 25px auto 0;
    display: flex;
    height: 190px;
    -o-object-fit: contain;
    object-fit: contain;
}

@media (max-width:765px) {
    .price_windows .slider_price .slider_price-block>img {
        margin: 5px auto 0;
        max-width: 210px;
    }
}

.price_windows .slider_price .slider_price-block ul {
    margin-top: 10px;
    margin-bottom: 20px;
}

@media (max-width:765px) {
    .price_windows .slider_price .slider_price-block ul {
        margin-bottom: 10px;
    }
}

.price_windows .slider_price .slider_price-block ul li {
    position: relative;
    padding-left: 18px;
    margin-top: 5px;
}

@media (max-width:765px) {
    .price_windows .slider_price .slider_price-block ul li {
        font-size: 15px;
    }
}

.price_windows .slider_price .slider_price-block ul li svg {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    fill: var(--main-color);
    background-size: cover;
    width: 11px;
    height: 9px;
}

.price_windows .slider_price .slider_price-block .price {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: auto;
}

@media (max-width:785px) {
    .price_windows .slider_price .slider_price-block .price {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 15px;
        display: -ms-grid;
        display: grid;

        grid-template-columns: repeat(2, 57% 43%);
    }
}

.price_windows .slider_price .slider_price-block .price .main_price {
    font-size: 34px;
    font-weight: 700;
    color: #000;
    text-wrap: nowrap;
}

.price_windows .slider_price .slider_price-block .price .main_price span noindex {
    font-size: 14px;
    margin-right: -5px;
}

@media (max-width:785px) {
    .price_windows .slider_price .slider_price-block .price .main_price {
        font-size: 32px;
    }
}

.price_windows .slider_price .slider_price-block .price .turnkey {
    font-size: 14px;
}

.price_windows .slider_price .slider_price-block .price .turnkey span {
    display: block;
    font-size: 22px;
    line-height: .9;
    font-weight: 700;
    text-wrap: nowrap;
}

.price_windows .slider_price .slider_price-block .installment {
    clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
    background-color: var(--second-color);
    background-size: 100%;
    background-position: left center;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    margin-left: -19px;
}

@media (max-width:1460px) {
    .price_windows .slider_price .slider_price-block .installment {
        padding: 7px 4px 7px 15px;
    }
}

@media (max-width:785px) {
    .price_windows .slider_price .slider_price-block .installment {
        margin-left: -15px;
    }
}

.price_windows .slider_price .slider_price-block .installment img {
    margin-top: 0;
}

.price_windows .slider_price .slider_price-block .installment p {
    font-size: 14px;
    color: #fff;
    text-wrap: nowrap;
}

@media (max-width:1460px) {
    .price_windows .slider_price .slider_price-block .installment p {
        font-size: 12px;
    }
}

.price_windows .slider_price .slider_price-block .btn_price {
    width: 100%;
    height: 61px;
    padding: 20px 5px;
    margin-top: 10px;
    color: #000;
    font-size: 16px;
}

.price_windows .slider_price .slider_price-block .btn_price p {
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

@media (max-width:350px) {
    .price_windows .slider_price .slider_price-block .btn_price p {
        font-size: 14px;
    }
}

@media (max-width:987px) {
    .price_windows .slider_price .slider_price-block .btn_price {
        margin-top: 10px;
    }
}

@media (max-width:410px) {
    .price_windows .slider_price .slider_price-block .btn_price {
        font-size: 16px;
        padding: 10px 15px;
    }
}

.price_windows .price_prev {
    position: absolute;
    top: 53%;
    cursor: pointer;
    left: 30px;
    z-index: 20;
}

.price_windows .price_prev.swiper-button-disabled {
    opacity: .2;
}

.price_windows .price_prev .open {
    display: none;
}

@media (max-width:600px) {
    .price_windows .price_prev {
        top: 40%
    }

    .price_windows .price_prev .close {
        display: none;
    }

    .price_windows .price_prev .open {
        display: block;
    }
}

.price_windows .price_next {
    position: absolute;
    top: 53%;
    cursor: pointer;
    right: 30px;
    z-index: 20;
}

.price_windows .price_next.swiper-button-disabled {
    opacity: .2;
}

.price_windows .price_next .open {
    display: none;
}

@media (max-width:600px) {
    .price_windows .price_next {
        top: 40%
    }

    .price_windows .price_next .close {
        display: none;
    }

    .price_windows .price_next .open {
        display: block;
    }
}

.fix_right {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
    border-radius: 10px;
    background-color: rgba(18, 18, 18, .588);
    padding: 17px 15px;
    max-width: 110px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 21;
}

.fix_right .close_fix {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: -20px;
    right: 0;
    cursor: pointer;
}

.fix_right .close_fix p {
    color: #ff4344;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid #ff4344;
}

.fix_right a {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    color: #fff;
    position: relative;
}

.fix_right a:not(:first-of-type) {
    margin-top: 47px;
}

.fix_right a:not(:first-of-type)::before {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background-color: #e5cd9c;
    opacity: .17;
    position: absolute;
    left: 50%;
    top: -24px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fix_right a .img {
    width: 50px;
    height: 50px;
    background-color: var(--second-color-v2);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto;
}

.fix_right a p {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
}

@media (max-width:987px) {
    .fix_right {
        bottom: 0;
        top: unset;
        right: unset;
        max-width: unset;
        width: 100%;
        background-color: #ffd353;
        flex-direction: row;
        align-items: center;
        bottom: -40px;
        padding: 7px 15px;
        box-shadow: 0px 4px 11px 0px rgba(7, 7, 7, 0.75);
        border-radius: 30px 30px 0 0;

        /* Отступ снизу для в iOS */
        /*padding-bottom: env(safe-area-inset-bottom, 7px);*/
    }
    
    .fix_right.iOS_fix {padding:7px 0 24px 0;bottom:-40px;}
    .fix_right.iOS_fix a {padding:0 0 0 10px;}
    .fix_right.iOS_fix a:first-of-type {padding:0 10px 0 0;}
    .fix_right.iOS_fix a p {font-size:10px;padding:0 5px;}

    .fix_right a:not(:first-of-type)::before {
        display: none;
    }

    .fix_right .close_fix {
        display: none;
    }

    .fix_right a:not(:first-of-type) {
        margin-top: 0;
    }

    .fix_right a {
        color: #000;
        font-weight: bold;
        font-size: 13px;
		/* border-right: 1px solid #000; */
    }
    /* .fix_right a:last-of-type {border-right: none;} */
    
    .fix_right a .img {
        background-color: transparent;
        height: auto;
    }

    .fix_right a p {
        text-wrap: balance;
		text-decoration:underline;
    }
}

/* .section_4::before {
    content: "СТОИМОСТЬ";
    display: block;
    font-weight: 300;
    font-size: 15vw;
    color: rgba(255, 255, 255, .502);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    text-transform: uppercase;
} */

.container__calculator {
    margin-top: 60px;
    display: flex;
    gap: 20px;
}

@media screen and (max-width:1680px) {
    .container__calculator {
        gap: 15px;
        margin-top: 30px;
    }
}


@media screen and (max-width:1200px) {
    .container__calculator {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.container__calculator .right {
    width: calc(60% - 20px);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.container__calculator .right .block_2 {
    width: 100%
}

@media screen and (max-width:1680px) {
    .container__calculator .right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        gap: 15px;
    }
}

@media screen and (max-width:1200px) {
    .container__calculator .right {
        min-width: unset;
        max-width: 632px;
        width: 100%;
        margin: 0 auto;
    }
}

.container__calculator .calculator_block {
    border-width: 1px;
    border-color: #d3d6e3;
    border-style: solid;
    border-radius: 20px;
    background-color: #f6f7f8;
    padding: 15px 25px;
}

@media screen and (max-width:1680px) {
    .container__calculator .calculator_block {
        padding: 15px 20px;
    }
}

@media screen and (max-width:350px) {
    .container__calculator .calculator_block {
        padding: 15px 10px;
    }
}

.container__calculator .calculator_block.block_1 {
    width: 40%;
    min-width: 632px;
}

@media screen and (max-width:1200px) {
    .container__calculator .calculator_block.block_1 {
        min-width: unset !important;
        max-width: 632px;
        width: 100%;
        margin: 0 auto;
    }
}

.container__calculator .calculator_block.block_3 {
    padding: 25px;
}

@media screen and (max-width:1680px) {
    .container__calculator .calculator_block.block_3 {
        padding: 15px;
    }
}

.container__calculator .calculator_block.block_4 {
    height: 100%;
    padding: 25px;
}

@media screen and (max-width:1680px) {
    .container__calculator .calculator_block.block_4 {
        padding: 15px;
    }
}

.container__calculator .calculator_block .title {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

@media screen and (max-width:1680px) {
    .container__calculator .calculator_block .title {
        gap: 5px;
    }
}

.container__calculator .calculator_block .title .num {
    border-style: solid;
    border-width: 1px;
    border-color: #fff;
    border-radius: 50%;
    background-color: var(--second-color-v2);
    color: #fff;
    width: 28px;
    height: 28px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    margin-top: 2px;
}

.container__calculator .calculator_block .title p {
    font-size: 18px;
    font-weight: 700;
}

@media screen and (max-width:1680px) {
    .container__calculator .calculator_block .title p {
        font-size: 16px;
    }
}

.container__calculator .calculator_items {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 10px;
    gap: 7px;
}

@media screen and (max-width:768px) {
    .container__calculator .calculator_items {
        -webkit-column-gap: 14px;
        -moz-column-gap: 14px;
        column-gap: 14px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -ms-grid;
        display: grid;

        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:330px) {
    .container__calculator .calculator_items {
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
    }
}

.container__calculator .calculator_items .calculator_item {
    border-width: 1px;
    border-color: var(--main-color);
    border-style: solid;
    border-radius: 20px;
    background-color: #fff;
    width: 140px;
    height: 128px;
    padding: 14px 10px;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    will-change: auto;
}

.container__calculator .calculator_items .calculator_item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

@media screen and (max-width:768px) {
    .container__calculator .calculator_items .calculator_item {
        width: 100%;
        border-radius: 15px;
        -webkit-transition: .2s;
        -o-transition: .2s;
        transition: .2s;
    }

    .container__calculator .calculator_items .calculator_item:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

@media screen and (max-width:475px) {
    .container__calculator .calculator_items .calculator_item {
        height: 92px;
    }
}

.container__calculator .calculator_items .calculator_item.active {
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 20px;
    background-color: #bfccd9;
}

.container__calculator .calculator_items .calculator_item.active::before {
    content: url(../images/check-svg.svg);
    border-radius: 50%;
    background-color: var(--second-color-v2);
    width: 22px;
    height: 22px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -5px;
    top: -5px;
}

.container__calculator .calculator_items .calculator_item.active p {
    color: #000;
    border-color: transparent;
}

.container__calculator .calculator_items .calculator_item img {
    max-height: 80px;
}

@media screen and (max-width:1460px) {
    .container__calculator .calculator_items .calculator_item img {
        max-height: 70px;
    }
}

@media screen and (max-width:475px) {
    .container__calculator .calculator_items .calculator_item img {
        max-height: 45px;
    }
}

.container__calculator .calculator_items .calculator_item p {
    color: var(--main-color);
    border-bottom: 1px dotted var(--main-color);
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.container__calculator .calculator_items .calculator_item:hover p {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    border-bottom: 1px dotted transparent;
}

.container__calculator .calculator_items .calculator_item:hover p::before {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.container__calculator .stage_2 {
    margin-top: 25px;
}

.container__calculator .calculator_window-big {
    margin-top: 10px;
    display: flex;
}

@media screen and (max-width:768px) {
    .container__calculator .calculator_window-big {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        position: relative;
    }
}

.container__calculator .calculator_window-big .block {
    max-width: 490px;
    width: 100%
}

@media screen and (max-width:768px) {
    .container__calculator .calculator_window-big .block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin: 0 auto;
        padding-top: 100px;
        position: relative;
    }
}

@media screen and (max-width:987px) {

    .container__calculator .calculator_window-big .block .swiper_slide__3 .stvorka_block .transformStvorka,
    .container__calculator .calculator_window-big .block .swiper_slide__4 .stvorka_block .transformStvorka {
        left: -7px;
        top: -8px;
        width: 100px;
        height: 180px;
    }
}

.container__calculator .calculator_window-big .block .stvorka_block {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    position: absolute;
    z-index: 2;
}

.container__calculator .calculator_window-big .block .stvorka_block .transformStvorka {
    display: block;
    width: 150px;
    height: 286px;
    background-image: url(../images/stvorka.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -27px;
    top: -22px;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
    -webkit-transition: opacity .5s, -webkit-transform 1s;
    transition: transform 1s, opacity .5s, -webkit-transform 1s;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}



@media screen and (max-width:987px) {
    .container__calculator .calculator_window-big .block .stvorka_block .transformStvorka {
        left: -39px;
        top: -56px;
    }
}

@-webkit-keyframes transform1 {
    0% {
        -webkit-transform: scale(1, 1) perspective(800px) rotateY(0);
        transform: scale(1, 1) perspective(800px) rotateY(0);
    }

    50% {
        -webkit-transform: scale(1, 1) perspective(800px) rotateY(-20deg);
        transform: scale(1, 1) perspective(800px) rotateY(-20deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        z-index: 1;
    }

    100% {
        -webkit-transform: scale(1, 1) perspective(800px) rotateY(0);
        transform: scale(1, 1) perspective(800px) rotateY(0);
    }
}

@keyframes transform1 {
    0% {
        -webkit-transform: scale(1, 1) perspective(800px) rotateY(0);
        transform: scale(1, 1) perspective(800px) rotateY(0);
    }

    50% {
        -webkit-transform: scale(1, 1) perspective(800px) rotateY(-20deg);
        transform: scale(1, 1) perspective(800px) rotateY(-20deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        z-index: 1;
    }

    100% {
        -webkit-transform: scale(1, 1) perspective(800px) rotateY(0);
        transform: scale(1, 1) perspective(800px) rotateY(0);
    }
}

@-webkit-keyframes transform2 {
    0% {
        -webkit-transform: scale(1, 1) perspective(800px) rotateY(0);
        transform: scale(1, 1) perspective(800px) rotateY(0);
    }

    25% {
        -webkit-transform: scale(.9, 1) perspective(800px) rotateY(-20deg);
        transform: scale(.9, 1) perspective(800px) rotateY(-20deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        z-index: 1;
    }

    49% {
        -webkit-transform: scale(1, 1) perspective(800px) rotateY(0);
        transform: scale(1, 1) perspective(800px) rotateY(0);
    }

    50% {
        -webkit-transform: scale(1, 1) perspective(800px) rotateX(0);
        transform: scale(1, 1) perspective(800px) rotateX(0);
    }

    80% {
        -webkit-transform: scale(1, 1) perspective(800px) rotateX(-20deg);
        transform: scale(1, 1) perspective(800px) rotateX(-20deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        z-index: 1;
    }

    100% {
        -webkit-transform: scale(1, 1) perspective(800px) rotateX(0);
        transform: scale(1, 1) perspective(800px) rotateX(0);
    }
}

@keyframes transform2 {
    0% {
        -webkit-transform: scale(1, 1) perspective(800px) rotateY(0);
        transform: scale(1, 1) perspective(800px) rotateY(0);
    }

    25% {
        -webkit-transform: scale(.9, 1) perspective(800px) rotateY(-20deg);
        transform: scale(.9, 1) perspective(800px) rotateY(-20deg);
        -webkit-transform-origin: left;
        transform-origin: left;
        z-index: 1;
    }

    49% {
        -webkit-transform: scale(1, 1) perspective(800px) rotateY(0);
        transform: scale(1, 1) perspective(800px) rotateY(0);
    }

    50% {
        -webkit-transform: scale(1, 1) perspective(800px) rotateX(0);
        transform: scale(1, 1) perspective(800px) rotateX(0);
    }

    80% {
        -webkit-transform: scale(1, 1) perspective(800px) rotateX(-20deg);
        transform: scale(1, 1) perspective(800px) rotateX(-20deg);
        -webkit-transform-origin: bottom;
        transform-origin: bottom;
        z-index: 1;
    }

    100% {
        -webkit-transform: scale(1, 1) perspective(800px) rotateX(0);
        transform: scale(1, 1) perspective(800px) rotateX(0);
    }
}

.container__calculator .calculator_window-big .block .stvorka_block .transformStvorka.amim_0 {
    opacity: 0;
}

.container__calculator .calculator_window-big .block .stvorka_block .transformStvorka.amim_1 {
    opacity: 1;
    -webkit-animation-name: transform1;
    animation-name: transform1;
    -webkit-animation-duration: 1.1s;
    animation-duration: 1.1s;
}

.container__calculator .calculator_window-big .block .stvorka_block .transformStvorka.amim_2 {
    opacity: 1;
    -webkit-animation-name: transform2;
    animation-name: transform2;
    -webkit-animation-duration: 2.2s;
    animation-duration: 2.2s;
}

@media screen and (max-width:987px) {
    .container__calculator .calculator_window-big .block .stvorka_block {
        display: -ms-grid;
        display: grid;
    }
}

.container__calculator .calculator_window-big .block .stvorka_block.stvorka_block_1 {
    top: 50px;
    left: 54px;
}

@media screen and (max-width:500px) {
    .container__calculator .calculator_window-big .block .stvorka_block.stvorka_block_1 {
        top: calc(50% - 80px);
        left: calc(23% - 13vw);
    }
}

.container__calculator .calculator_window-big .block .stvorka_block.stvorka_block_2 {
    top: 50px;
    left: 195px;
}

@media screen and (max-width:500px) {
    .container__calculator .calculator_window-big .block .stvorka_block.stvorka_block_2 {
        top: calc(50% - 80px);
        left: calc(53% - 13vw);
    }
}

.container__calculator .calculator_window-big .block .stvorka_block.stvorka_block_3 {
    top: 50px;
    left: 340px;
}

@media screen and (max-width:500px) {
    .container__calculator .calculator_window-big .block .stvorka_block.stvorka_block_3 {
        top: calc(50% - 80px);
        left: calc(83% - 13vw);
    }
}

.container__calculator .calculator_window-big .block .stvorka_block .stvorka_item {
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .902);
    padding: 10px;
    max-width: 100px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.container__calculator .calculator_window-big .block .stvorka_block .stvorka_item.active {
    background-color: var(--main-color);
    color: #fff;
}

@media screen and (max-width:500px) {
    .container__calculator .calculator_window-big .block .stvorka_block .stvorka_item {
        max-width: 80px;
        font-size: 12px;
        padding: 7px;
    }
}

.container__calculator .calculator_window-big .block .slider_big_window {
    width: 100%
}

.container__calculator .calculator_window-big .block .slider_big_window .swiper-slide .image {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container__calculator .calculator_window-big .block .slider_big_window .swiper_slide__1 .stvorka_block_1 {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.container__calculator .calculator_window-big .block .slider_big_window .swiper_slide__2 .stvorka_block_1 {
    left: calc(50% - 75px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.container__calculator .calculator_window-big .block .slider_big_window .swiper_slide__2 .stvorka_block_2 {
    left: calc(50% + 75px);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.container__calculator .calculator_window-big .block .slider_big_window .swiper_slide__4 .image .cat {
    position: absolute;
    z-index: 2;
    left: 20px;
    bottom: 0;
}

@media screen and (max-width:976px) {
    .container__calculator .calculator_window-big .block .slider_big_window .swiper_slide__4 .image .cat {
        width: 200px !important;
        bottom: 0 !important;
        left: 0 !important;
    }
}

.container__calculator .calculator_window-big .block .slider_big_window .swiper_slide__4 .image .cat .cat__img {
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width:976px) {
    .container__calculator .calculator_window-big .block .slider_big_window .swiper_slide__4 .image .cat .cat__img {
        width: 80px;
        z-index: 1;
        bottom: -20px;
        left: -20px;
    }
}

.container__calculator .calculator_window-big .block .slider_big_window .swiper_slide__4 .image .cat .cat__text {
    max-width: 271px;
    background-color: #fff;
}

.container__calculator .calculator_window-big .block .slider_big_window .swiper_slide__4 .image .cat .cat__text::before {
    -webkit-filter: brightness(1.5);
    filter: brightness(1.5);
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
    left: 70%;
    top: -28px;
}

@media screen and (max-width:976px) {
    .container__calculator .calculator_window-big .block .slider_big_window .swiper_slide__4 .image .cat .cat__text {
        font-size: 12px;
    }
}

@media screen and (max-width:500px) {
    .container__calculator .calculator_window-big .block .slider_big_window .swiper_slide__4 .stvorka_block_1 {
        top: 30px;
    }
}

@media screen and (max-width:500px) {
    .container__calculator .calculator_window-big .block .slider_big_window .swiper_slide__4 .stvorka_block_2 {
        top: 30px;
    }
}

.container__calculator .calculator_window-big .range {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin-top: 35px;
}

@media screen and (max-width:768px) {
    .container__calculator .calculator_window-big .range {
        position: absolute;
        top: 0;
        left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 15px;
    }
}

.container__calculator .calculator_window-big .range .calc_range {
    width: 100%
}

@media screen and (max-width:768px) {
    .container__calculator .calculator_window-big .range div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 7px;
    }
}

.container__calculator .calculator_window-big .range div>p {
    text-align: center;
    font-weight: 700;
    margin-top: -24px;
}

@media screen and (max-width:768px) {
    .container__calculator .calculator_window-big .range div>p {
        margin-top: 0;
        font-size: 15px;
    }
}

.container__calculator .calculator_window-big .range .output {
    font-weight: 700;
    font-size: 16px;
    background-image: url(../images/bg_output.png);
    background-size: 100%;
    width: 89px;
    height: 30px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.container__calculator .calculator_window-big .range .output input {
    margin: 0 2px 0 10px;
    width: 40px;
    background: 0 0;
    font-size: 16px;
    font-weight: 700;
    z-index: 1;
}

@media screen and (max-width:768px) {
    .container__calculator .calculator_window-big .range .output input {
        font-size: 15.2px;
    }
}

.container__calculator .calculator_window-big .range .output input[type=number] {
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
}

.container__calculator .calculator_window-big .range .output input[type=number]::-webkit-inner-spin-button,
.container__calculator .calculator_window-big .range .output input[type=number]::-webkit-outer-spin-button {
    display: none;
}

@media screen and (max-width:768px) {
    .container__calculator .calculator_window-big .range .output {
        background-repeat: no-repeat;
        background-size: contain;
        width: 80px;
        background-position: center;
        gap: 0;
    }
}

.container__calculator .calculator_window-big .range span {
    font-weight: 300;
    font-size: 14px;
    margin-left: 5px;
}

@media screen and (max-width:768px) {
    .container__calculator .calculator_window-big .range span {
        margin-left: 2px;
        margin-right: 5px;
    }
}

.container__calculator .calculator_window-big .height_range {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 0;
    height: 100%
}

@media screen and (max-width:768px) {
    .container__calculator .calculator_window-big .height_range {
        position: absolute;
        top: 0;
        left: unset;
        right: 0;
        height: auto;
        width: unset;
        margin-top: 15px;
    }
}

.container__calculator .calculator_window-big .height_range .calc_range {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    height: 270px;
    width: 250%
}

@media screen and (max-width:768px) {
    .container__calculator .calculator_window-big .height_range .calc_range {
        width: 100%;
        height: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.container__calculator .calculator_window-big .height_range .output {
    background-image: url(../images/bg_output_height.png);
    width: 85px;
    height: 34px;
}

@media screen and (max-width:768px) {
    .container__calculator .calculator_window-big .height_range .output {
        background-image: url(../images/bg_output.png);
        height: 30px;
        background-repeat: no-repeat;
        background-size: contain;
        width: 75px;
        background-position: center;
        gap: 0;
    }
}

.container__calculator .profile {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    margin-top: 12px;
}

@media screen and (max-width:1680px) {
    .container__calculator .profile {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 7px;
        -moz-column-gap: 7px;
        column-gap: 7px;
        row-gap: 20px;
    }
}

@media screen and (max-width:768px) {
    .container__calculator .profile {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 9px;
        display: -ms-grid;
        display: grid;
    }
}

.container__calculator .profile .profile_item {
    border-width: 1px;
    border-color: var(--main-color);
    border-style: solid;
    border-radius: 20px;
    background-color: #fff;
    width: 190px;
    height: 174px;
    padding: 15px 30px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}

.container__calculator .profile .profile_item .checkbox {
    margin-top: auto;
}

@media screen and (max-width:987px) {
    .container__calculator .profile .profile_item .checkbox {
        position: absolute;
        right: 0;
    }
}

@media screen and (max-width:1680px) {
    .container__calculator .profile .profile_item {
        padding: 10px 15px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        height: 150px;
    }
}

@media screen and (max-width:768px) {
    .container__calculator .profile .profile_item {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%;
        height: 90px;
        padding: 15px 20px;
    }
}

.container__calculator .profile .profile_item:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

@media screen and (max-width:768px) {
    .container__calculator .profile .profile_item:hover {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
}

.container__calculator .profile .profile_item.active {
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 20px;
    background-color: #bfccd9;
}

.container__calculator .profile .profile_item.active h4,
.container__calculator .profile .profile_item.active .h4 {
    color: #000;
    border-color: transparent;
}

.container__calculator .profile .profile_item.active p {
    color: #000;
}

.container__calculator .profile .profile_item.active .grey_btn {
    display: none;
}

.container__calculator .profile .profile_item h4,
.container__calculator .profile .profile_item .h4 {
    color: var(--main-color);
    border-bottom: 1px dotted var(--main-color);
    font-size: 18px;
    font-weight: 700;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

@media screen and (max-width:1680px) {
    .container__calculator .profile .profile_item h4,
    .container__calculator .profile .profile_item .h4 {
        font-size: 16px;
    }
}

.container__calculator .profile .profile_item:hover h4,
.container__calculator .profile .profile_item:hover .h4 {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    border-bottom: 1px dotted transparent;
}

.container__calculator .profile .profile_item:hover h4::before,
.container__calculator .profile .profile_item:hover .h4::before {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.container__calculator .profile .profile_item p {
    font-size: 16px;
    color: #60636c;
    margin-top: 5px;
}

@media screen and (max-width:1680px) {
    .container__calculator .profile .profile_item p {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    .container__calculator .profile .profile_item .grey_btn {
        position: absolute;
        right: 15px;
        top: 15px;
    }
}

.container__calculator .flex_container {
    display: flex;
    gap: 30px;
}

@media screen and (max-width:1680px) {
    .container__calculator .flex_container {
        gap: 15px;
    }
}

@media screen and (max-width:768px) {
    .container__calculator .flex_container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.container__calculator .flex_container .flex_left {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width:1680px) {
    .container__calculator .flex_container .flex_left {
        gap: 15px;
    }
}

@media screen and (max-width:768px) {
    .container__calculator .flex_container .flex_left {
        width: 100%
    }
}

.container__calculator .checkboxes {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 25px;
    gap: 20px;
}

@media screen and (max-width:1680px) {
    .container__calculator .checkboxes {
        gap: 12px;
        margin-top: 15px;
    }
}

@media screen and (max-width:768px) {
    .container__calculator .checkboxes {
        display: -ms-grid;
        display: grid;

        grid-template-columns: repeat(2, 1fr);
    }
}

.container__calculator .checkboxes .checkbox {
    width: calc(50% - 10px);
    font-size: 16px;
    line-height: 1;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: static;
}

@media screen and (max-width:1460px) {
    .container__calculator .checkboxes .checkbox.bonus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.container__calculator .checkboxes .checkbox.bonus::after {
    content: "В подарок";
    display: inline-block;
    color: #fff;
    padding: 3px 10px 3px 5px;
    margin-left: 10px;
    font-size: 13px;
    background-color: var(--second-color);
    -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
}

@media screen and (max-width:1460px) {
    .container__calculator .checkboxes .checkbox.bonus::after {
        margin-left: 28px;
        margin-bottom: -10px;
    }
}

.container__calculator .checkboxes .checkbox.lamination label {
    color: var(--main-color-v2);
}

.container__calculator .checkboxes .checkbox.lamination label::after {
    content: "";
    border-bottom: 1px dotted var(--main-color);
    display: block;
    width: 88px;
    height: 1px;
    position: absolute;
    right: 0;
    bottom: 1px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.container__calculator .checkboxes .checkbox.lamination:hover label::after {
    content: "";
    border-bottom: 1px dotted transparent;
}

.container__calculator .checkboxes .checkbox.lamination .laminationBlock {
    position: absolute;
    left: 40px;
    bottom: 15px;
    display: none;
    height: fit-content;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px 15px;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 20px 20px;
    border: 1px solid #d3d6e3;
    z-index: 5;
}

.container__calculator .checkboxes .checkbox.lamination .laminationBlock .close {
    position: absolute;
    right: 20px;
    top: 10px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.container__calculator .checkboxes .checkbox.lamination .laminationBlock .close span {
    font-size: 16px;
    color: #fd3c3c;
    border-bottom: 1px dotted #fd3c3c;
    margin-right: 5px;
}

.container__calculator .checkboxes .checkbox.lamination .laminationBlock .close::after {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url('../images/lamClose.png') no-repeat;
    background-size: cover;
}

@media screen and (max-width:1510px) {
    .container__calculator .checkboxes .checkbox.lamination .laminationBlock {

        grid-template-columns: repeat(4, 1fr);
        gap: 10px;
        padding: 30px 15px 15px;
    }
}

@media screen and (max-width:1210px) {
    .container__calculator .checkboxes .checkbox.lamination .laminationBlock {

        grid-template-columns: repeat(3, 1fr);
        gap: 0px;
        padding: 30px 15px 15px;
    }
}

.container__calculator .checkboxes .checkbox.lamination .laminationBlock.open {
    display: -ms-grid;
    display: grid;
}

.container__calculator .checkboxes .checkbox.lamination .laminationBlock .laminationBlock__item {
    width: 100px;
    height: 100px;
    text-align: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    border-width: 4px;
    border-color: #fff;
    border-style: solid;
    border-radius: 15px;
    width: 100px;
    height: 70px;
    overflow: hidden;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.container__calculator .checkboxes .checkbox.lamination .laminationBlock .laminationBlock__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
}

@media screen and (max-width:1210px) {
    .container__calculator .checkboxes .checkbox.lamination .laminationBlock .laminationBlock__item {
        width: 80px;
        height: 80px;
        font-size: 12px;
    }
}

.container__calculator .checkboxes .checkbox.lamination .laminationBlock .laminationBlock__item.active {
    border-color: var(--second-color-v2);
}

@media screen and (max-width:1680px) {
    .container__calculator .checkboxes .checkbox {
        width: 100%;
        font-size: 14px;
    }

    .container__calculator .checkboxes .checkbox.lamination label {
        color: var(--main-color-v2);
    }

    .container__calculator .checkboxes .checkbox.lamination label::after {
        width: 80px;
    }
}

@media screen and (max-width:768px) {
    .container__calculator .checkboxes .checkbox {
        width: 100%
    }
}

.patameter {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 13px;
}


@media screen and (max-width:1680px) {
    .patameter {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 24px;
        -moz-column-gap: 24px;
        column-gap: 24px;
        row-gap: 17px;
    }
}

@media (max-width:1680px) and (min-width:987px) {
    .patameter::after {
        display: block;
        content: "";
        width: 94px;
        height: 105px;
        position: absolute;
        bottom: 0;
        left: calc(50% + 160px);
        background-image: url(../images/zone_comfort.png);
    }
}

@media screen and (max-width:768px) {
    .patameter {
        margin-top: 30px;
        display: -ms-grid;
        display: grid;
    }
}

.patameter .parameters_block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
}

@media screen and (max-width:1680px) {
    .patameter .parameters_block {
        width: calc(50% - 12px);
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
}

@media screen and (max-width:768px) {
    .patameter .parameters_block {
        width: 100%;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
}

.patameter .parameters_block .patameters_icon {
    width: 30px;
    margin-top: 5px;
}

.patameter .parameters_block .flex {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%
}

.patameter .parameters_block .flex p {
    font-size: 16px;
    margin-bottom: 5px;
}

@media screen and (max-width:1460px) {
    .patameter .parameters_block .flex p {
        font-size: 11px;
    }
}

.patameter .parameters_block .flex .parameters_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #e2e8f0;
    height: 5px;
    border-radius: 63px;
    display: flex;
}

.patameter .parameters_block .flex .parameters_item .percent {
    background-color: #000;
    padding: 3px 6px;
    color: #fff;
    width: 38px;
    height: 19px;
    border-radius: 5px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    margin-top: -25px;
    margin-left: -38px;
    right: -19px;
    position: relative;
}

.patameter .parameters_block .flex .parameters_item .percent::before {
    content: "";
    display: block;
    background-color: #000;
    width: 4px;
    height: 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: calc(50% - 2px);
    bottom: -2px;
}

.patameter .parameters_block .flex .parameters_item .line {
    width: 0;
    height: 5px;
    background-color: var(--main-color);
    border-radius: 63px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.grey_btn {
    background-color: #d3d6e3;
    font-size: 12px;
    font-weight: 700;
    display: inline;
    border-radius: 20px;
    padding: 5px 10px;
    margin-top: auto;
}

.form_block {
    border-radius: 15px;
    background-color: #242223;
    background-image: url(../images/form_bg.jpg);
    background-size: cover;
    width: 320px;
    z-index: 2;
    position: relative;
}

@media screen and (max-width:768px) {
    .form_block {
        margin: 0 auto;
    }
}

@media screen and (max-width:390px) {
    .form_block {
        width: 100%
    }
}

.form {
    text-align: center;
    color: #fff;
    margin: 5px;
    border: 1px solid #616265;
    border-radius: 15px;
    padding: 15px 13px 4px 13px;
    height: calc(100% - 10px);
}

@media screen and (max-width:1680px) {
    .form {
        padding: 10px 13px 4px;
    }
}

.form .form_header p {
    font-size: 22px;
}

@media screen and (max-width:1680px) {
    .form .form_header p {
        font-size: 16px;
    }
}

.form .form_header .price {
    font-size: 44px;
    color: #ffe17c;
    font-weight: 900;
    border-bottom: 1px solid #616265;
    display: inline;
    line-height: 1.2;
}

@media screen and (max-width:1680px) {
    .form .form_header .price {
        font-size: 41px;
    }
}

.form .form_header .underprice {
    font-size: 16px;
    margin-top: 6px;
}

@media screen and (max-width:1680px) {
    .form .form_header .underprice {
        font-size: 14px;
    }
}

.form .promo_green {
    text-align: right;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    background-color: var(--second-color-v2);
    width: 337px;
    position: relative;
    left: -36px;
    padding: 7px 20px;
    margin-top: 14px;
    line-height: 1;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 17px 50%, 0 0);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 17px 50%, 0 0);
}

@media screen and (max-width:1680px) {
    .form .promo_green {
        width: calc(100% + 32px);
        padding: 7px 18px 7px 5px;
        left: -13px;
    }
}

.form_body {
    margin-top: 15px;
}

@media screen and (max-width:1680px) {
    .form_body {
        margin-top: 10px;
    }
}

.form_body .p_title {
    font-weight: 700;
    font-size: 22px;
}

.form_body .p_subtitle {
    margin-top: 10px;
}

.form_body small {
    display: block;
    margin-top: 12px;
}

.form_body form {
    padding: 0 10px 10px 10px;
}

.form_body .form_mess {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    margin-top: 8px;
}

.form_body .form_mess .mess {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 5px;
    border: 1px solid transparent;
    border-radius: 10px;
    cursor: pointer;
    width: 67px;
}

.form_body .form_mess .mess img {
    min-width: 32px;
    width: 32px;
}

@media screen and (max-width: 987px) {
    .block_kviz .form_body .form_mess .mess {
        width: 50px;
    }

    .form_body .form_mess .mess img {
        min-width: 30px;
        width: 30px;
    }

    /* .block_kviz .form_body .form_mess .mess img {
        min-width: 20px;
        width: 20px;
    } */
}

.form_body .form_mess .mess p {
    font-size: 10px;
}

.form_body .form_mess .mess.mess_1 {
    color: #3dd163;
}

.form_body .form_mess .mess.mess_2 {
    color: #9888ff;
}

@media screen and (min-width: 987px) {
    .banner__block-1 .form_body .form_mess .mess.mess_2 {
        color: #fff;
    }


}



.banner__block-1 p.agreement a {
    color: #000;
	border-bottom: 1px dotted #000;
}

.form_body .form_mess .mess.mess_3 {
    color: #33bcff;
}

.form_body .form_mess .mess.mess_4 {
    color: #000;
}

.container__calculator .form_body .form_mess .mess.mess_4,
.comparison_block .form_body .form_mess .mess.mess_4,
.gift__content .form_body .form_mess .mess.mess_4,
.banner__block-4 .form_body .form_mess .mess.mess_4 {
    color: #fff;
}

.container__calculator .form_body .form_mess .mess.mess_4.active,
.comparison_block .form_body .form_mess .mess.mess_4.active,
.gift__content .form_body .form_mess .mess.mess_4.active,
.banner__block-4 .form_body .form_mess .mess.mess_4.active {
    color: #000;
}

.form_body .form_mess .mess.active {
    background-color: #fff;
}

@-webkit-keyframes error {
    0% {
        -webkit-box-shadow: inset 0 0 4px 0 red;
        box-shadow: inset 0 0 4px 0 red;
        border-color: red;
    }

    20% {
        -webkit-box-shadow: inset 0 0 4px 0 rgba(255, 0, 0, 0);
        box-shadow: inset 0 0 4px 0 rgba(255, 0, 0, 0);
        border-color: red;
    }

    40% {
        -webkit-box-shadow: inset 0 0 4px 0 red;
        box-shadow: inset 0 0 4px 0 red;
        border-color: red;
    }

    60% {
        -webkit-box-shadow: inset 0 0 4px 0 rgba(255, 0, 0, 0);
        box-shadow: inset 0 0 4px 0 rgba(255, 0, 0, 0);
        border-color: red;
    }

    80% {
        -webkit-box-shadow: inset 0 0 4px 0 red;
        box-shadow: inset 0 0 4px 0 red;
        border-color: red;
    }

    100% {
        -webkit-box-shadow: inset 0 rgba(255, 0, 0, 0);
        box-shadow: inset 0 rgba(255, 0, 0, 0);
        border-color: transparent;
    }
}

@keyframes error {
    0% {
        -webkit-box-shadow: inset 0 0 4px 0 red;
        box-shadow: inset 0 0 4px 0 red;
        border-color: red;
    }

    20% {
        -webkit-box-shadow: inset 0 0 4px 0 rgba(255, 0, 0, 0);
        box-shadow: inset 0 0 4px 0 rgba(255, 0, 0, 0);
        border-color: red;
    }

    40% {
        -webkit-box-shadow: inset 0 0 4px 0 red;
        box-shadow: inset 0 0 4px 0 red;
        border-color: red;
    }

    60% {
        -webkit-box-shadow: inset 0 0 4px 0 rgba(255, 0, 0, 0);
        box-shadow: inset 0 0 4px 0 rgba(255, 0, 0, 0);
        border-color: red;
    }

    80% {
        -webkit-box-shadow: inset 0 0 4px 0 red;
        box-shadow: inset 0 0 4px 0 red;
        border-color: red;
    }

    100% {
        -webkit-box-shadow: inset 0 rgba(255, 0, 0, 0);
        box-shadow: inset 0 rgba(255, 0, 0, 0);
        border-color: transparent;
    }
}

form {
    padding: 10px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
}

@media screen and (max-width:1680px) {
    form {
        padding: 7px 10px 5px;
    }
}

@media screen and (max-width:978px) {
    form {
        display: -ms-grid;
        display: grid;

        grid-template-columns: repeat(1, 1fr);
    }
}

form .input_block {
    border-radius: 15px;
    background-color: #fff;
    padding: 7px 5px;
    width: 100%;
    display: flex;
    align-items: center;
    border: 1px solid transparent;
}

form .input_block .backmask,
form .input_block>span {
    color: #000;
    width: 100%;
    height: 38px;
    padding: 0 7px 0 18px;
    font-size: 16px;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

form .input_block .backmask b,
form .input_block span b {
    font-weight: 500;

}


form .input_block>span b,
form .input_block .backmask b,
.input_wrap>span b,
.input_wrap .backmask b {
    opacity: 0;
}

form .input_block>span.hide,
form .input_block .backmask.hide,
.input_wrap>span.hide,
.input_wrap .backmask.hide {
    opacity: 0;
}

form .input_block:focus {
    -webkit-box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.45);
    box-shadow: inset 0px 2px 4px 0px rgba(0, 0, 0, 0.45);
}

form .input_block .tel:focus:-moz-placeholder,
form .input_block .tel:focus::-moz-placeholder,
form .input_block .tel:focus::-webkit-input-placeholder,
form .input_block .clientPhone:focus:-moz-placeholder,
form .input_block .clientPhone:focus::-moz-placeholder,
form .input_block .clientPhone:focus::-webkit-input-placeholder,
form .input_block .input:focus:-moz-placeholder,
form .input_block .input:focus::-moz-placeholder,
form .input_block .input:focus::-webkit-input-placeholder,
.input_wrap .tel:focus:-moz-placeholder,
.input_wrap .tel:focus::-moz-placeholder,
.input_wrap .tel:focus::-webkit-input-placeholder,
.input_wrap .clientPhone:focus:-moz-placeholder,
.input_wrap .clientPhone:focus::-moz-placeholder,
.input_wrap .clientPhone:focus::-webkit-input-placeholder,
.input_wrap .input:focus:-moz-placeholder,
.input_wrap .input:focus::-moz-placeholder,
.input_wrap .input:focus::-webkit-input-placeholder {
    opacity: 0;
}

form .input_block .tel:focus+span,
form .input_block .clientPhone:focus+span,
form .input_block .input:focus+span,
.input_wrap .tel:focus+span,
.input_wrap .clientPhone:focus+span,
.input_wrap .input:focus+span {
    opacity: 0.3;
}

form .input_block .tel:focus+span.hide,
form .input_block .clientPhone:focus+span.hide,
form .input_block .input:focus+span.hide,
.input_wrap .tel:focus+span.hide,
.input_wrap .clientPhone:focus+span.hide,
.input_wrap .input:focus+span.hide {
    opacity: 0;
}

form .input_block .backmask,
.input_wrap .backmask {
    opacity: .5;
    position: absolute;
}

form .input_block .backmask span,
.input_wrap .backmask span {
    font-weight: 300;
    opacity: .3;
}

form .input_block .backmask.value,
.input_wrap .backmask.value {
    color: #2f2f2f;
    opacity: 1;
}

@-webkit-keyframes formanim {
    0% {
        opacity: 0.4;
    }

    33% {
        width: 331px;
        height: 354px;
        top: -7px;
        left: -7px;
    }

    66% {
        left: -20px;
        top: -20px;
        width: 357px;
        height: 382px;
    }

    100% {
        opacity: 0.05;
        left: -37px;
        top: -37px;
        width: 389px;
        height: 415px;
    }
}

@keyframes formanim {
    0% {
        opacity: 0.4;
    }

    33% {
        width: 331px;
        height: 354px;
        top: -7px;
        left: -7px;
    }

    66% {
        left: -20px;
        top: -20px;
        width: 357px;
        height: 382px;
    }

    100% {
        opacity: 0.05;
        left: -37px;
        top: -37px;
        width: 389px;
        height: 415px;
    }
}

form .input_block.errorB {
    -webkit-animation: error ease-in-out .8s !important;
    animation: error ease-in-out .8s !important;
}

form .input_block.error {
    border: 1px solid red;
}

form .input_block .form_input {
    color: #000;
    width: 100%;
    height: 38px;
    padding: 0 7px 0 14px;
    font-size: 16px;
}

@media screen and (max-width:987px) {
    form .input_block .form_input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

form .input_block .form_input::-webkit-input-placeholder {
    color: #000;
    font-size: 16px;
    font-family: Mulish, sans-serif;
}

form .input_block .form_input::-moz-placeholder {
    color: #000;
    font-size: 16px;
    font-family: Mulish, sans-serif;
}

form .input_block .form_input:-ms-input-placeholder {
    color: #000;
    font-size: 16px;
    font-family: Mulish, sans-serif;
}

form .input_block .form_input::-ms-input-placeholder {
    color: #000;
    font-size: 16px;
    font-family: Mulish, sans-serif;
}

form .input_block .form_input::placeholder {
    color: #000;
    font-size: 16px;
    font-family: Mulish, sans-serif;
}

@media screen and (max-width:987px) {
    form .input_block .form_input::-webkit-input-placeholder {
        font-size: 16px;
    }

    form .input_block .form_input::-moz-placeholder {
        font-size: 16px;
    }

    form .input_block .form_input:-ms-input-placeholder {
        font-size: 16px;
    }

    form .input_block .form_input::-ms-input-placeholder {
        font-size: 16px;
    }

    form .input_block .form_input::placeholder {
        font-size: 16px;
    }
}

form .input_block .form_select {
    padding: 11.5px 7px 11.5px 14px;
    color: #000;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Mulish, sans-serif;
    background-color: #fff;
    background-image: url(../images/select_arrow.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    height: 38px;
    font-size: 16px;
    padding: 0 7px 0 14px;
}

form .input_block .form_select option {
    font-family: Mulish, sans-serif;
    font-size: 16px;
}

form .input_block .form_select::-webkit-input-placeholder {
    color: #000;
    font-size: 16px;
    font-family: Mulish, sans-serif;
}

form .input_block .form_select::-moz-placeholder {
    color: #000;
    font-size: 16px;
    font-family: Mulish, sans-serif;
}

form .input_block .form_select:-ms-input-placeholder {
    color: #000;
    font-size: 16px;
    font-family: Mulish, sans-serif;
}

form .input_block .form_select::-ms-input-placeholder {
    color: #000;
    font-size: 16px;
    font-family: Mulish, sans-serif;
}

form .input_block .form_select::placeholder {
    color: #000;
    font-size: 16px;
    font-family: Mulish, sans-serif;
}

form .btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000;
    border-radius: 13px;
    background-image: var(--bg-button);
    -webkit-box-shadow: inset 0 0 16px rgba(255, 255, 255, .17);
    box-shadow: inset 0 0 16px rgba(255, 255, 255, .17);
    height: 52px;
    font-size: 16px;
    font-weight: 700;
    gap: 30px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: clip;
    padding: 0 5px;
	font-family: Mulish, sans-serif;
}

button {font-family: Mulish, sans-serif;}

.btn:after {
    -webkit-animation: blinks ease-in-out 3s infinite;
    animation: blinks ease-in-out 3s infinite;
    position: absolute;
    left: -80px;
    bottom: -6px;
    height: 120%;
    content: '';
    background: url(../images/blink.png) no-repeat center;
    background-size: contain;
    width: 66px;
    height: 135px;

}

form .btn:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

form .btn_onInput {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    gap: 0;
    padding: 6px 14px;
    height: unset;
    width: auto !important;
}

form .btn_onInput img {
    margin-top: 5px;
}

form .btn_onInput.visible {
    display: flex;
}

p.agreement {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 10px;
    white-space: nowrap;
    margin-top: 0;
}

p.agreement a {
    color: var(--main-color);
    border-bottom: 1px dotted var(--main-color);
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

p.agreement a:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    border-bottom: 1px dotted transparent;
}

p.agreement a:hover::before {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.section_5 .colorWidnow_container {
    border-radius: 60px;
    background-color: #fff;
    padding: 50px;
}

.section_5 .colorWidnow_container .slider-configurator {
    margin: 0 60px;
}

.section_5 .colorWidnow_container .arrow-next,
.section_5 .colorWidnow_container .arrow-prev {
    top: unset;
    bottom: 50px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.section_5 .colorWidnow_container .arrow-next.swiper-button-disabled,
.section_5 .colorWidnow_container .arrow-prev.swiper-button-disabled {
    opacity: .2;
}

.section_5 .colorWidnow_container .arrow-prev {
    left: -7px;
}

.section_5 .colorWidnow_container .arrow-next {
    right: -7px;
}

@media screen and (max-width:987px) {

    .section_5 .colorWidnow_container .arrow-next,
    .section_5 .colorWidnow_container .arrow-prev {
        width: 30px;
        height: 30px;
    }

    .section_5 .colorWidnow_container .slider-configurator {
        margin: 0 30px;
    }
}

@media screen and (max-width:987px) {
    .section_5 .colorWidnow_container {
        padding: 15px;
        border-radius: 30px;
    }
}

.section_5 .capture_banner {
    max-width: 1050px;
    margin: 10px auto 0;
    padding: 8px;
    overflow: hidden;
}

.section_5 .capture_banner .people_banner {
    display: flex;
}

.section_5 .capture_banner .people_banner .people_banner__text {
    margin-left: -10px;
}

@media screen and (max-width:987px) {
    .section_5 .capture_banner .people_banner .people_banner__text {
        margin-left: 5px;
        margin-top: 105px;
        display: none;
    }
}

@media screen and (max-width:987px) {
    .section_5 .capture_banner .people_banner .people_banner__text h4,
    .section_5 .capture_banner .people_banner .people_banner__text .h4 {
        max-width: unset;
    }
}

.section_5 .capture_banner .people_banner .people_banner__text p::before {
    margin: 3px 0 3px;
}

@media screen and (max-width:987px) {
    .section_5 .capture_banner .border {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }
}

@media screen and (max-width:987px) {
    .section_5 .capture_banner .border .people_banner {
        width: 100%
    }
}

@media screen and (max-width:987px) {
    .section_5 .capture_banner .border .people_banner__img {
        height: 160px;
        margin-left: -20px;
        margin-bottom: -30px;
    }
}

.section_5 .capture_banner .border .text_banner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (min-width:987px) {
    .section_5 .capture_banner .border .text_banner {
        margin-top: -10px;
    }
}

@media screen and (max-width:987px) {
    .section_5 .capture_banner .border .text_banner {
        position: absolute;
        top: 0;
        left: 90px;
    }
}

.section_5 .capture_banner .border .text_banner::before {
    display: inline-block;
    content: '';
    -webkit-mask: url('../images/svg/quote.svg') no-repeat 50% 50%;
    mask: url('../images/svg/quote.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    top: 5px;
    width: 42px;
    height: 24px;
    background-color: var(--second-color);
}

.section_5 .capture_banner .border .text_banner p {
    font-size: 22px;
    margin-left: 45px;
}

@media screen and (max-width:1460px) {
    .section_5 .capture_banner .border .text_banner p {
        font-size: 20px;
        gap: 5px;
    }
}

@media screen and (max-width:987px) {
    .section_5 .capture_banner .border .text_banner p {
        font-size: 16px;
    }
}

@media screen and (max-width:987px) {
    .section_5 .capture_banner .border .btn_banner {
        margin-top: 10px;
    }
}

.section_5 .capture_banner .border .btn_banner .button {
    margin-top: 0;
}

@media screen and (max-width:987px) {
    .section_5 .capture_banner .border .btn_banner .button {
        text-align: center;
        position: absolute;
        bottom: 0;
        left: -35px;
        width: 190px;
        padding: 10px 15px;
        text-wrap: balance;
    }
}

.capture_banner {
    background-image: url(../images/capture_banner.jpg);
    background-size: cover;
    background-position: center;
    border-radius: 30px;
    padding: 10px;
}

@media screen and (max-width:987px) {
    .capture_banner {
        background-size: 400% 100%;
        background-position: right;
    }
}

.capture_banner .border {
    border: 1px solid rgba(255, 255, 255, .4745098039);
    padding: 10px 10px 0;
    border-radius: 30px;
    display: flex;
    border-radius: 30px;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width:987px) {
    .capture_banner .border {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 0;
    }
}

.capture_banner .people_banner {
    display: flex;
}

@media screen and (max-width:987px) {
    .capture_banner .people_banner {
        margin-top: 10px;
    }
}

.capture_banner .people_banner .people_banner__text {
    margin-left: -25px;
    margin-top: 10px;
}

.capture_banner .people_banner .people_banner__text h4,
.capture_banner .people_banner .people_banner__text .h4 {
    max-width: 85px;
    font-size: 12px;
}

.capture_banner .people_banner .people_banner__text p {
    font-weight: 300;
    font-size: 12px;
    position: relative;
    max-width: 110px;
}

.capture_banner .people_banner .people_banner__text p::before {
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background-color: var(--second-color);
    margin: 7px 0 10px;
}

.capture_banner .people_banner .people_banner__img {
    width: 118px;
    height: 104px;
    -o-object-position: top;
    object-position: top;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: -10px;
}

.capture_banner .text_banner {
    margin-top: 20px;
}

.capture_banner .text_banner p {
    font-size: 22px;
    position: relative;
    display: flex;
    gap: 15px;
    line-height: 1.05;
}

@media screen and (max-width:987px) {
    .capture_banner .text_banner p {
        font-size: 18px;
        line-height: 1.444;
    }
}

.capture_banner .btn_banner .button {
    font-size: 16px;
    font-weight: 700;
    width: auto;
    height: 58px;
    margin-top: 20px;
}

.section_6 h2 {
    font-size: 42px;
}

@media screen and (max-width:987px) {
    .section_6 h2 {
        font-size: 24px;
    }
}

.pluses_items {
    display: flex;
    gap: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
}

@media screen and (max-width:987px) {
    .pluses_items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 15px;
        display: -ms-grid;
        display: grid;

        grid-template-columns: repeat(2, 1fr);
    }
}

.pluses_items .item {
    background-color: #242223;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    overflow: hidden;
    width: 301px;
    height: 216px;
    padding: 60px 30px 30px;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
}

.pluses_items .item h4,
.pluses_items .item strong {
    font-size: 22px;
}

.pluses_items .item p {
    font-size: 18px;
    margin-top: 8px;
}

@media screen and (max-width:1460px) {
    .pluses_items .item {
        padding: 20px;
        height: 160px;
    }

    .pluses_items .item h4,
    .pluses_items .item strong {
        font-size: 16Px;
    }

    .pluses_items .item p {
        margin-top: 5px;
        font-size: 14px;
    }
}

@media screen and (max-width:987px) {
    .pluses_items .item {
        height: 122px;
        width: auto;
        padding: 15px;
    }

    .pluses_items .item h4,
    .pluses_items .item strong {
        font-size: 14px;
        line-height: .945;
    }

    .pluses_items .item p {
        font-size: 12px;
        margin-top: 0;
    }
}

@media screen and (max-width:987px) {
    .pl_section .pluses_items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 15px;
        display: -ms-grid;
        display: grid;

        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (min-width:987px) {
    .pl_section .pluses_items .item {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 30px;
    }
}

.pl_section .pluses_items .item h4 {
    font-size: 22px;
}

@media screen and (min-width:1460px) {
    .pl_section .pluses_items .item h4 {
        max-width: 50%
    }
}

.pl_section .pluses_items .item p {
    font-size: 18px;
    margin-top: 8px;
}

@media screen and (min-width:1460px) {
    .pl_section .pluses_items .item p {
        max-width: 50%
    }
}

@media screen and (max-width:1460px) {
    .pl_section .pluses_items .item {
        padding: 15px;
        text-align: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .pl_section .pluses_items .item h4 {
        font-size: 20px;
    }

    .pl_section .pluses_items .item p {
        margin-top: 5px;
    }
}

@media screen and (max-width:987px) {
    .pl_section .pluses_items .item {
        width: 170px;
        height: 170px;
    }

    .pl_section .pluses_items .item h4 {
        font-size: 16px;
    }

    .pl_section .pluses_items .item p {
        font-size: 14px;
    }
}

@media screen and (max-width:1460px) {
    .section_7 .container {
        max-width: 1320px;
    }
}

.director_container {
    background: url(../images/director_bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 50px 0 0;
    border-radius: 60px;
    overflow: hidden;
}



@media screen and (max-width:987px) {
    .director_container {
        max-width: 600px;
        margin: 0 auto;
        padding: 30px 0 0;
        border-radius: 30px;
    }
}

.director_container h2 {
    margin-bottom: 45px;
}

@media screen and (max-width:987px) {
    .director_container h2 {
        font-size: 24px;
        padding: 0 15px;
        text-wrap: balance;
        line-height: 1.25;
        margin-bottom: 20px;
    }

    .director_container h2 br {
        display: none;
    }
}

.director_container .director_content {
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 75px;
}

@media screen and (max-width:1460px) {
    .director_container .director_content {
        padding: 0 65px;
    }
}

@media screen and (max-width:1210px) {
    .director_container .director_content {
        padding: 0 35px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width:987px) {
    .director_container .director_content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 15px;
    }
}

.director_container .director_content .director__text h4,
.director_container .director_content .director__text .h4 {
    font-size: 26px;
    position: relative;
}

@media screen and (max-width:1460px) {
    .director_container .director_content .director__text h4,
    .director_container .director_content .director__text .h4 {
        font-size: 18px;
    }
}

@media screen and (max-width:987px) {
    .director_container .director_content .director__text h4,
    .director_container .director_content .director__text .h4 {
        font-size: 18px;
    }
}

.director_container .director_content .director__text h4::before,
.director_container .director_content .director__text .h4::before {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background-color: var(--second-color);
    position: absolute;
    bottom: -10px;
}

@media screen and (max-width:1460px) {
    .director_container .director_content .director__text h4::before,
    .director_container .director_content .director__text .h4::before {
        bottom: -15px;
    }
}

@media screen and (max-width:987px) {
    .director_container .director_content .director__text h4::before,
    .director_container .director_content .director__text .h4::before {
        bottom: -10px;
    }
}

.director_container .director_content .director__text .quotation {
    font-size: 20px;
    font-weight: 300;
    position: relative;
    margin-top: 40px;
    line-height: 1.66;
    max-width: 500px;
    max-height: 302px;
    overflow-y: auto;
    padding-bottom: 0px;
    padding-top: 35px;
}

.director_container .director_content .director__text .quotation::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.director_container .director_content .director__text .quotation::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px;
}

.director_container .director_content .director__text .quotation::-webkit-scrollbar-track {
    background: rgba(51, 51, 51, .4117647059);
    border-radius: 5px;
}

@media screen and (max-width:1460px) {
    .director_container .director_content .director__text .quotation {
        font-size: 14px;
        margin-top: 0;
        max-width: 425px;
    }
}

@media screen and (max-width:987px) {
    .director_container .director_content .director__text .quotation {
        margin-top: 30px;
        font-size: 14px;
    }
}

.director_container .director_content .director__text .quotation::before {
    content: "";
    display: block;
    background: url(../images/quotation-png.png);
    width: 29px;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
}

@media screen and (max-width:1460px) {
    .director_container .director_content .director__text .quotation::before {
        display: none;
    }
}

@media screen and (max-width:987px) {
    .director_container .director_content .director__text .quotation::before {
        display: block;
        top: 0;
    }
}

.director_container .director_content .director__text .director__painting {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-top: 25px;
}

.director_container .director_content .director__text .director__painting .painting {
    mix-blend-mode: lighten;
}

.director_container .director_content .director__text .director__send {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffe17c;
    margin-top: 45px;
    cursor: pointer;
}

.director_container .director_content .director__text .director__send p {
    border-bottom: 1px dotted #ffe17c;
    margin-left: 5px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.director_container .director_content .director__text .director__send p:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    border-bottom: 1px dotted transparent;
}

.director_container .director_content .director_img {
    margin-left: -35px;
    margin-bottom: -175px;
    max-width: 680px;

}

@media screen and (min-width:987px) {
    .director_container .director_content .director_img img {
        min-width: 20px;
        min-height: 20px;
    }

}


@media screen and (max-width:1460px) {
    .director_container .director_content .director_img {
        margin-bottom: -100px;
        max-width: 360px;
    }
}

@media screen and (max-width:1210px) {
    .director_container .director_content .director_img {
        margin-bottom: -120px;
        max-width: 375px;
        margin-left: 0;
    }
}

@media (min-width:987px) and (max-width:1110px) {
    .director_container .director_content .director_img {
        margin-bottom: -250px;
        max-width: 375px;
        margin-left: 0;
    }
}

@media screen and (max-width:987px) {
    .director_container .director_content .director_img {
        margin-bottom: 0;
        max-width: 375px;
        margin-top: 20px;
    }
}

.director_container .director_content .director_production {
    max-width: 404px;
}

@media screen and (max-width:1460px) {
    .director_container .director_content .director_production {
        max-width: 365px;
    }
}

@media screen and (max-width:1210px) {
    .director_container .director_content .director_production {
        max-width: 315px;
    }
}

@media screen and (max-width:987px) {
    .director_container .director_content .director_production {
        max-width: unset;
        width: 100%
    }

    .director_container .director_content .director_production::before {
        content: "";
        display: block;
        width: 150%;
        height: 400px;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(75%, #242223), to(rgba(36, 34, 35, 0)));
        background: -o-linear-gradient(bottom, #242223 75%, rgba(36, 34, 35, 0) 100%);
        background: linear-gradient(0deg, #242223 75%, rgba(36, 34, 35, 0) 100%);
        position: absolute;
        top: -120px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.director_container .director_content .director_production h4,
.director_container .director_content .director_production .h4 {
    font-size: 26px;
}

@media screen and (max-width:1460px) {
    .director_container .director_content .director_production h4,
    .director_container .director_content .director_production .h4 {
        font-size: 18px;
    }
}

.director_container .director_content .director_production .production {
    margin-top: 30px;
}

@media screen and (min-width:987px) {
    .director_container .director_content .director_production .production .swiper-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px;
    }

    .director_container .director_content .director_production .production .arrow-next,
    .director_container .director_content .director_production .production .arrow-prev {
        display: none;
    }
}

@media screen and (max-width:1460px) {
    .director_container .director_content .director_production .production {
        margin-top: 12px;
    }
}

@media screen and (max-width:987px) {
    .director_container .director_content .director_production .production {
        overflow: hidden;
    }

    .director_container .director_content .director_production .production .arrow-next,
    .director_container .director_content .director_production .production .arrow-prev {
        display: block;
        top: calc(50% - 15px);
    }
}

.director_container .director_content .director_production .production .production__item {
    border-radius: 20px;
    background-color: #000;
    width: 196px;
    height: 137px;
    background-position: center;
    overflow: hidden;
    cursor: pointer;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.director_container .director_content .director_production .production .production__item.video::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background-image: url(../images/youtube_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 52px;
    height: 36px;
    z-index: 2;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    pointer-events: none;
}

.section_reviews .reviews_container .reviews_item .rev_body .slider_or_img .slider_rev .video::before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    background-image: url(../images/youtube_icon2.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 83px;
    height: 70px;
    z-index: 2;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    pointer-events: none;
}

.section_reviews .reviews_container .reviews_item .rev_body .slider_or_img .slider_rev .video {display: block;}

.director_container .director_content .director_production .production .production__item.image:hover::before {
    content: "";
    background-image: url(../images/zoom.png);
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 52px;
    height: 36px;
    z-index: 2;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    pointer-events: none;
}

.director_container .director_content .director_production .production .production__item.image:hover::after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, .322);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: .5s;
    -ms-transform: .5s;
    transform: .5s;
    pointer-events: none;
}

.director_container .director_content .director_production .production .production__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: flex;
}

@media screen and (max-width:1460px) {
    .director_container .director_content .director_production .production .production__item {
        width: 140px;
        height: 90px;
    }
}

@media screen and (max-width:1210px) {
    .director_container .director_content .director_production .production .production__item {
        width: 150px;
        height: 100px;
    }
}

@media screen and (max-width:978px) {
    .director_container .director_content .director_production .production .production__item {
        width: 100%;
        height: auto;
    }
}

.director_container .director_footer {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #242223), to(rgba(36, 34, 35, 0)));
    background: -o-linear-gradient(bottom, #242223 25%, rgba(36, 34, 35, 0) 100%);
    background: linear-gradient(0deg, #242223 25%, rgba(36, 34, 35, 0) 100%);
    width: 100%;
    padding: 70px 140px 50px;
}

@media screen and (max-width:1460px) {
    .director_container .director_footer {
        padding: 30px 65px 35px;
    }
}

@media screen and (max-width:1210px) {
    .director_container .director_footer {
        padding: 30px 35px 35px;
    }
}

@media screen and (max-width:987px) {
    .director_container .director_footer {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(100%, #242223), to(rgba(36, 34, 35, 0)));
        background: -o-linear-gradient(bottom, #242223 100%, rgba(36, 34, 35, 0) 100%);
        background: linear-gradient(0deg, #242223 100%, rgba(36, 34, 35, 0) 100%);
        padding: 30px 15px;
    }
}

.director_container .director_footer .bullits {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width:1460px) {
    .director_container .director_footer .bullits {
        gap: 15px;
    }
}

@media screen and (max-width:987px) {
    .director_container .director_footer .bullits {
        display: -ms-grid;
        display: grid;

        grid-template-columns: repeat(1, 1fr);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .director_container .director_footer .bullits .bulit_text b {
        font-size: 16px;
    }
}

.director_container .director_footer .bullits .bullit_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    justify-content: center;
}

.director_container .director_footer .bullits .bullit_item svg {
    width: 24px;
    height: 18px;
    color: var(--main-color-v2);
}

@media screen and (max-width:987px) {
    .director_container .director_footer .bullits .bullit_item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 0;
        justify-content: flex-start;
    }

    .director_container .director_footer .bullits .bullit_item svg {
        margin-right: 10px;
    }
}

.director_container .director_footer .bullits .bullit_item .bulit_text span {
    font-size: 22px;
}

@media screen and (max-width:1460px) {
    .director_container .director_footer .bullits .bullit_item .bulit_text span {
        font-size: 20px;
    }
}

@media screen and (max-width:1210px) {
    .director_container .director_footer .bullits .bullit_item .bulit_text span {
        font-size: 18px;
    }
}

.name {
    z-index: 1;
}

.name h5,
.name .h5 {
    font-size: 22px;
    position: relative;
}

.name h5::before,
.name .h5::before {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background-color: var(--second-color);
    position: absolute;
    bottom: -10px;
}

@media screen and (max-width:1460px) {
    .name h5,
    .name .h5 {
        font-size: 18px;
    }
}

@media screen and (max-width:987px) {
    .name h5,
    .name .h5 {
        font-size: 16px;
    }
}

.name p {
    font-weight: 300;
    font-size: 16px;
    margin-top: 15px;
}

@media screen and (max-width:1460px) {
    .name p {
        font-size: 14px;
    }
}

@media screen and (max-width:987px) {
    .name p {
        font-size: 12px;
    }
}

/* .section_reviews::before {
    content: "Портфолио";
    display: block;
    font-weight: 300;
    font-size: 15vw;
    color: rgba(255, 255, 255, .502);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    text-transform: uppercase;
} */

@media screen and (max-width:987px) {
    .section_reviews {
        padding-top: 60px;
    }
}

.section_reviews .subtitleBlock .cat .cat__img {
    position: absolute;
    left: 0;
    top: 110px;
    z-index: 3;
}



.section_reviews .subtitleBlock .subtitleBlock__text {
    border-radius: 20px;
    background-color: #e2e8f0;
    width: 100%;
    text-align: center;
    padding: 30px 55px;
    max-width: 1366px;
    margin: 20px auto 0;
    position: relative;
}

@media (max-width:1640px) {
    .section_reviews .subtitleBlock {
        max-width: 1000px;
        margin: 0 auto;
    }

    .section_reviews .subtitleBlock .cat .cat__img {
        left: -118px;
    }
}

@media (min-width:987px) and (max-width:1150px) {
    .section_reviews .subtitleBlock .cat .cat__img {
        left: -40px;
    }
}

@media (max-width:987px) {
    .section_reviews .subtitleBlock .cat .cat__img {
        left: calc(50% - 140px);
        top: -110px;
    }

    .section_reviews .subtitleBlock .subtitleBlock__text {
        margin-top: 30px;
        padding: 18px;
    }
    .section_reviews .subtitleBlock .cat {display: none;}
}

.section_reviews .subtitleBlock .subtitleBlock__text::before {
    content: "";
    display: block;
    position: absolute;
    left: -26px;
    top: calc(50% - 17px);
    width: 37px;
    height: 34px;
    z-index: 1;
    background: url(../images/before-banner_block.png) no-repeat;
}

@media (max-width:987px) {
    .section_reviews .subtitleBlock .subtitleBlock__text::before {
        left: calc(50% - 17px);
        top: -20px;
        -webkit-transform: rotate(66deg);
        -ms-transform: rotate(66deg);
        transform: rotate(66deg);
        display: none;
    }
}

.section_reviews .subtitleBlock .subtitleBlock__text p {
    font-size: 36px;
}

@media (max-width:1640px) {
    .section_reviews .subtitleBlock .subtitleBlock__text p {
        font-size: 22px;
    }
}

@media (max-width:1100px) {
    .section_reviews .subtitleBlock .subtitleBlock__text p {
        font-size: 26px;
    }
}

@media (max-width:987px) {
    .section_reviews .subtitleBlock .subtitleBlock__text p {
        font-size: 16px;
    }
}

.section_reviews .reviews_on_websites {
    border-radius: 25px;
    padding: 25px;
    background-color: #fff;
    margin-top: 65px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 75px;
}

@media (max-width:1640px) {
    .section_reviews .reviews_on_websites {
        gap: 30px;
        margin-top: 30px;
    }
}

@media (max-width:987px) {
    .section_reviews .reviews_on_websites {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px;
        padding: 20px;
        display: -ms-grid;
        display: grid;

        grid-template-columns: repeat(1, 1fr);
    }
}

.section_reviews .reviews_on_websites .reviews_on_websites-item {
    border-radius: 25px;
    background-color: #f6f7f8;
    padding: 30px 40px;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 20px;
}

@media (max-width:987px) {
    .section_reviews .reviews_on_websites .reviews_on_websites-item {
        padding: 20px 15px;
        display: -ms-grid;
        display: grid;

        grid-template-columns: repeat(2, 1fr);
    }
}

.section_reviews .reviews_on_websites .reviews_on_websites-item .assessment {
    border-right: 1px solid #c6c6c6;
    padding-right: 30px;
    display: inline-block;
}

@media (max-width:987px) {
    .section_reviews .reviews_on_websites .reviews_on_websites-item .assessment {
        padding-right: 20px;
    }
}

.section_reviews .reviews_on_websites .reviews_on_websites-item .assessment p {
    font-size: 36px;
    font-weight: 700;
}

.section_reviews .reviews_on_websites .reviews_on_websites-item .assessment p span {
    font-size: 25px;
    color: #c1c1c1;
    font-weight: 300;
}

.section_reviews .reviews_on_websites .reviews_on_websites-item .assessment .rev_count {
    color: #60636c;
    font-size: 18px;
    white-space: nowrap;
}

.section_reviews .reviews_on_websites .reviews_on_websites-item .website_rev {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 15px;
}

.section_reviews .reviews_container {
    margin-top: 13px;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
    -webkit-column-width: 530px;
    -moz-column-width: 530px;
    column-width: 530px;
    gap: 13px;
}

.section_reviews .reviews_container .reviews_item {
    border-radius: 30px;
    background-color: #fff;
    padding: 30px;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid;
    margin-bottom: 13px;
}

@media (max-width:1200px) {
    .section_reviews .reviews_container {
        column-width: 430px;
    }
}


@media (max-width:987px) {
    .section_reviews .reviews_container .reviews_item {
        padding: 12px 15px;
        border-radius: 20px;
    }
}

.section_reviews .reviews_container .reviews_item .nomber {
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #000;
    z-index: 3;
    width: 20px;
    height: 20px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    font-size: 12px;
}

.section_reviews .reviews_container .reviews_item .rev__header {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
}

@media (max-width:987px) {
    .section_reviews .reviews_container .reviews_item .rev__header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 10px;
    }
}

.section_reviews .reviews_container .reviews_item .rev__header h3 {
    font-size: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 20px;
}

@media (max-width:987px) {
    .section_reviews .reviews_container .reviews_item .rev__header h3 {
        font-size: 18px;
    }
}

.section_reviews .reviews_container .reviews_item .rev__header .otziv_s {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section_reviews .reviews_container .reviews_item .rev_body {
    display: flex;
    gap: 20px;
}

@media (max-width:987px) {
    .section_reviews .reviews_container .reviews_item .rev_body {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0;
    }
}

.section_reviews .reviews_container .reviews_item .rev_body .slider_or_img {
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%
}

.section_reviews .reviews_container .reviews_item .rev_body .slider_or_img .podS {
    display: block;
    font-size: 12px;
    color: #60636c;
    width: 165px;
    position: absolute;
    left: 50%;
    bottom: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width:987px) {
    .section_reviews .reviews_container .reviews_item .rev_body .slider_or_img .podS {
        width: 170px;
    }
}

.section_reviews .reviews_container .reviews_item .rev_body .slider_or_img.slider {
    padding-bottom: 25px;
}

@media (max-width:987px) {
    .section_reviews .reviews_container .reviews_item .rev_body .slider_or_img.slider {
        width: 100% !important;
    }
}

.section_reviews .reviews_container .reviews_item .rev_body .slider_or_img .slider_rev {
    width: 100%;
    max-height: 270px;
    overflow-y: clip;
}

/*

.section_reviews .reviews_container .reviews_item .rev_body .slider_or_img .slider_rev.slick-initialized {
    overflow-y: visible;
}

.section_reviews .reviews_container .reviews_item .rev_body .slider_or_img .slider_rev .slick-arrow.slick-prev {
    left: 0;
    background: url(../images/arrow-prev-black.png) 0 0/100% no-repeat;
    top: unset;
    bottom: -35px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.section_reviews .reviews_container .reviews_item .rev_body .slider_or_img .slider_rev .slick-arrow.slick-prev.slick-disabled {
    opacity: 0.2;
}

.section_reviews .reviews_container .reviews_item .rev_body .slider_or_img .slider_rev .slick-arrow.slick-next.slick-disabled {
    opacity: 0.2;
}


.section_reviews .reviews_container .reviews_item .rev_body .slider_or_img .slider_rev .slick-arrow.slick-next {
    right: 0;
    background: url(../images/arrow-next-black.png) 0 0/100% no-repeat;
    top: unset;
    bottom: -35px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

@media (min-width:987px) {
    .section_reviews .reviews_container .reviews_item .rev_body .slider_or_img .slider_rev .slick-arrow.slick-next:hover {
        opacity: .5;
    }

    .section_reviews .reviews_container .reviews_item .rev_body .slider_or_img .slider_rev .slick-arrow.slick-prev:hover {
        opacity: .5;
    }
}
*/

.section_reviews .reviews_container .slider_rev {overflow: hidden;}
.section_reviews .reviews_container .slider_or_img .arrow-review {
    position: absolute;
    top: 50%;
    margin: -15px 0 0;
    z-index: 2;
    font-size: 0;
    width: 30px;
    height: 30px;
}

.section_reviews .reviews_container .slider_or_img .arrow-prev {
    left: 0;
    background: url(../images/arrow-prev-black.png) 0 0/100% no-repeat;
    top: unset;
    bottom: -12px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.section_reviews .reviews_container .reviews_item .rev_body .slider_or_img .slider_rev .slick-arrow.slick-prev.slick-disabled {
    opacity: 0.2;
}

.section_reviews .reviews_container .reviews_item .rev_body .slider_or_img .slider_rev .slick-arrow.slick-next.slick-disabled {
    opacity: 0.2;
}


.section_reviews .reviews_container .slider_or_img .arrow-next {
    right: 0;
    background: url(../images/arrow-next-black.png) 0 0/100% no-repeat;
    top: unset;
    bottom: -12px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

@media (min-width:987px) {
    .section_reviews .reviews_container .slider_or_img .arrow-next:hover {
        opacity: .5;
    }

    .section_reviews .reviews_container .slider_or_img .arrow-prev:hover {
        opacity: .5;
    }
}


.section_reviews .reviews_container .reviews_item .rev_body .slider_or_img .slider_rev img {
    width: 100%;
    height: 270px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    overflow: hidden;
}

@media (max-width:987px) {
    .section_reviews .reviews_container .reviews_item .rev_body .slider_or_img .slider_rev img {
        height: 230px;
    }
}

.section_reviews .reviews_container .reviews_item .rev_body .rev_ul {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width:987px) {
    .section_reviews .reviews_container .reviews_item .rev_body .rev_ul {
        margin-top: 20px;
    }
}

.section_reviews .reviews_container .reviews_item .rev_body .rev_ul li {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    color: #60636c;
    font-size: 14px;
    line-height: 1;
    margin-top: 5px;
}

.section_reviews .reviews_container .reviews_item .rev_body .rev_ul li::before {
    content: "";
    display: block;
    min-width: 11px;
    min-height: 9px;
    max-width: 11px;
    max-height: 9px;
    background: url(../images/check.png) no-repeat;
    background-size: contain;
    margin-top: 3px;
    margin-right: 7px;
}

.section_reviews .reviews_container .reviews_item .rev_text {
    margin-top: 20px;
}

.section_reviews .reviews_container .reviews_item .rev_text p {
    color: #5f636d;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1.5;
}

.section_reviews .reviews_container .reviews_item .rev_text ul li {
    margin-top: 5px;
    padding-left: 25px;
    display: flow-root;
    color: #5f636d;
    font-size: 14px;
    line-height: 1.5;
}

.section_reviews .reviews_container .reviews_item .rev_text ul li::before {
    content: "";
    display: block;
    background: url(../images/check.png);
    background-size: cover;
    width: 11px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 7px;
}

.section_reviews .reviews_container .reviews_item .rev_text .rev_text_top {
    display: flex;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section_reviews .reviews_container .reviews_item .rev_text .rev_text_top svg {
    width: 38px;
    height: 31px;
    color: var(--second-color);
}

@media (max-width:987px) {
    .section_reviews .reviews_container .reviews_item .rev_text .rev_text_top img {
        max-width: 20px;
    }
}

.section_reviews .reviews_container .reviews_item .rev_text .rev_text_top .zag {
    font-size: 16px;
    font-weight: 700;
    max-width: 220px;
    color: #393939;
}

.section_reviews .reviews_container .reviews_item .rev_text .rev_text_top .rev_video_btn {
    border-radius: 10px;
    background-color: #f6f7f8;
    padding: 10px 15px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.section_reviews .reviews_container .reviews_item .rev_text .rev_text_top .rev_video_btn p {
    color: var(--main-color);
    border-bottom: 1px dotted var(--main-color);
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    margin-top: 0;
}

.section_reviews .reviews_container .reviews_item .rev_text .rev_text_top .rev_video_btn:hover p {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    border-bottom: 1px dotted transparent;
}

.section_reviews .reviews_container .reviews_item .rev_text .rev_text_top .rev_video_btn:hover p::before {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.section_reviews .reviews_container .reviews_item .rev_text>p {
    font-size: 14px;
    color: #60636c;
    line-height: 1.5;
    margin-top: 10px;
}

.btn_more {
    border: 1px solid var(--main-color);
    border-radius: 15px;
    background-color: #fff;
    color: var(--main-color);
    font-size: 18px;
    padding: 20px 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 20px auto 0;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 1;
}



.btn_more p {
    line-height: 1;
    border-bottom: 1px solid var(--main-color);
    white-space: nowrap;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.btn_more svg {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    display: block;
    width: 20px;
    height: 28px;
    top: 0px;
}


@media screen and (min-width: 987px) {
    .btn_more:hover {
        background-color: var(--main-color);
        color: #fff;
    }

    .btn_more:hover p {
        border-bottom: 1px solid #fff;
    }
}




.conteiner_catalog {
    background: url(../images/catalog_bg.png) no-repeat;
    background-position: 230px 55px;
    background-size: contain;
    padding: 120px 0;
    max-width: 1387px;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media screen and (max-width:1460px) {
    .conteiner_catalog {
        max-width: 1190px;
    }
}

@media screen and (max-width:1110px) {
    .conteiner_catalog {
        padding: 80px 15px;
    }
}

@media screen and (max-width:987px) {
    .conteiner_catalog {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-position: center;
        background-size: 600px;
        padding: 60px;
    }
}

.conteiner_catalog .left_block .bullit_item:first-of-type {
    margin-top: 30px;
}

.conteiner_catalog .left_block h2 {
    text-align: left;
    font-size: 46px;
    max-width: 530px;
}

@media screen and (max-width:987px) {
    .conteiner_catalog .left_block h2 {
        text-align: center;
        font-size: 24px;
    }
}

.conteiner_catalog .left_block p {
    font-size: 20px;
}

@media screen and (max-width:987px) {
    .conteiner_catalog .left_block p {
        text-align: center;
        font-size: 18px;
    }
}

.conteiner_catalog .left_block .subtitle {
    text-align: left;
}

.conteiner_catalog .left_block .bullit_item {
    display: flex;
    font-size: 24px;
    gap: 17px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 306px;
}

@media screen and (max-width:987px) {
    .conteiner_catalog .left_block .bullit_item {
        text-align: center;
        font-size: 18px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 200px;
        margin: 0 auto;
        gap: 5px;
    }
}

.conteiner_catalog .left_block .bullit_item:not(:first-of-type) {
    margin-top: 50px;
}

@media screen and (max-width:987px) {
    .conteiner_catalog .left_block .bullit_item:not(:first-of-type) {
        margin-top: 30px;
    }
}

.conteiner_catalog .left_block .bullit_item svg {
    min-width: 17px;
    max-width: 17px;
    color: var(--main-color-v2);
}

.conteiner_catalog .data_update_pdf {
    background: url(../images/data_update_pdf.png);
    width: 206px;
    height: 182px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    margin-left: -210px;
}

@media screen and (max-width:1460px) {
    .conteiner_catalog .data_update_pdf {
        margin-left: 0;
    }
}

.conteiner_catalog .data_update_pdf p {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    left: -8px;
    font-size: 12px;
    font-weight: 700;
}

.conteiner_catalog .right_block .form {
    border: 1px solid transparent;
    border-radius: 30px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(38%, rgba(217, 218, 216, .31)), to(rgba(255, 255, 255, .4)));
    background: -o-linear-gradient(bottom, rgba(217, 218, 216, .31) 38%, rgba(255, 255, 255, .4) 100%);
    background: linear-gradient(0deg, rgba(217, 218, 216, .31) 38%, rgba(255, 255, 255, .4) 100%);
    color: #000;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 30px 30px 35px;
    max-width: 350px;
    width: 100%
}

.conteiner_catalog .right_block .form_body .form_mess .mess.active {
    background-color: #fff;
}

@media screen and (max-width:1460px) {
    .section_10 .container {
        max-width: unset;
    }
}

.section_10 .info_block {
    background: url(../images/bg_why_container.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

@media screen and (max-width:987px) {
    .section_10 .info_block {
        background-image: url(../images/bg_why_container.jpg);
        background-size: 218% 550px;
        background-position: top;
        background-color: #242223;
    }
}

.section_10 .info_block::before {
    content: "";
    display: block;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #242223), to(rgba(36, 34, 35, 0)));
    background: -o-linear-gradient(bottom, #242223 35%, rgba(36, 34, 35, 0) 100%);
    background: linear-gradient(0deg, #242223 35%, rgba(36, 34, 35, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 250px;
    z-index: 1;
}

@media screen and (max-width:1460px) {
    .section_10 .info_block::before {
        height: 140px;
    }
}

@media screen and (max-width:987px) {
    .section_10 .info_block::before {
        top: 310px;
        height: 270px;
    }
}

.section_10 .info_block .flex {
    display: flex;
}

@media screen and (max-width:987px) {
    .section_10 .info_block .flex .content {
        margin-top: 445px;
        padding: 0 15px 20px;
    }

    .section_10 .info_block .flex .content .cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -ms-grid;
        display: grid;
    }

    .section_10 .info_block .flex .content .cards .card_item {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width:1460px) {
    .section_10 .info_block .flex .content .quotation::before {
        display: block;
    }
}

@media screen and (max-width:1460px) {
    .section_10 .info_block .flex .content .quotation {
        margin-top: 22px;
        line-height: 1.4;
    }
}

@media screen and (max-width:1210px) {
    .section_10 .info_block .flex .content .quotation {
        max-width: 540px;
    }
}

.section_10 .info_block .flex .man {
    position: absolute;
    right: 0;
}

@media screen and (max-width:1450px) {
    .section_10 .info_block .flex .man img {
        width: 600px;
        min-width: unset;
    }
}

@media screen and (max-width:1460px) {
    .section_10 .info_block .flex .man {
        position: absolute;
        right: -50px;
    }

    .section_10 .info_block .flex .man img {
        min-width: unset;
        width: 550px;
        bottom: 0;
    }
}

@media screen and (max-width:1281px) {
    .section_10 .info_block .flex .man img {
        width: 420px;
    }

    .section_10 .info_block .flex .man .name {
        width: 85px;
    }
}

@media screen and (max-width:987px) {
    .section_10 .info_block .flex .man {
        right: 0;
        left: 0;
        max-height: 460px;
        overflow: hidden;
    }

    .section_10 .info_block .flex .man img {
        min-width: unset;
        width: 100%
    }
}

.info_block {
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 50px 70px 70px;
    border-radius: 60px;
    overflow: hidden;
}

@media screen and (max-width:987px) {
    .info_block {
        max-width: 600px;
        margin: 0 auto;
        padding: 30px 0 0;
        border-radius: 30px;
    }
}

.info_block h2 {
    margin-bottom: 45px;
}

@media screen and (max-width:987px) {
    .info_block h2 {
        font-size: 24px;
        padding: 0 15px;
        text-wrap: balance;
        line-height: 1.25;
        margin-bottom: 20px;
    }

    .info_block h2 br {
        display: none;
    }
}

.info_block .flex {
    display: flex;
}

.info_block .flex .content .quotation {
    font-size: 22px;
    font-weight: 300;
    position: relative;
    margin-top: 50px;
    line-height: 1.66;
    max-width: 770px;
}

@media screen and (max-width:1460px) {
    .info_block .flex .content .quotation {
        margin-top: 30px;
        font-size: 14px;
    }
}

@media screen and (max-width:987px) {
    .info_block .flex .content .quotation {
        margin-top: 50px;
        font-size: 16px;
    }
}

.info_block .flex .content .quotation::before {
    content: "";
    display: block;
    background: url(../images/quotation-png.png);
    width: 29px;
    height: 22px;
    position: absolute;
    left: 0;
    top: -42px;
}

@media screen and (max-width:1460px) {
    .info_block .flex .content .quotation::before {
        display: none;
    }
}

@media screen and (max-width:987px) {
    .info_block .flex .content .quotation::before {
        display: block;
        top: -30px;
    }
}

.info_block .flex .content .p_bold {
    margin-top: 30px;
    font-size: 18px;
}

.info_block .flex .content .cards {
    display: flex;
    margin-top: 18px;
    gap: 18px;
    z-index: 2;
}

.info_block .flex .content .cards .card_item {
    overflow: hidden;
    border-radius: 30px;
    background-color: #e2ecee;
    color: #000;
    text-align: center;
    padding: 25px 13px;
    width: 272px;
    height: 400px;
    background-size: cover;
    background-position: center;
}

.info_block .flex .content .cards .card_item b {
    font-size: 20px;
}

.info_block .flex .content .cards .card_item p {
    margin-top: 15px;
    font-size: 18px;
}

.info_block .flex .content .info_block-bullts {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 65px 50px;
    margin-top: 30px;
}

@media screen and (max-width:1460px) {
    .info_block .flex .content .info_block-bullts {
        gap: 45px 40px;
    }
}

.info_block .flex .content .info_block-bullts .item {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
}

.info_block .flex .content .info_block-bullts .item .icon {
    width: 76px;
    margin-top: 5px;
}

@media screen and (max-width:987px) {
    .info_block .flex .content .info_block-bullts .item .icon {
        width: 50px;
        height: 50px;
    }

    .info_block .flex .content .info_block-bullts .item .icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}

.info_block .flex .content .info_block-bullts .item .text {
    width: 275px;
    font-size: 22px;
}

@media screen and (max-width:1460px) {
    .info_block .flex .content .info_block-bullts .item .text {
        font-size: 20px;
        width: 240px;
    }
}

@media screen and (max-width:987px) {
    .info_block .flex .content .info_block-bullts .item .text {
        font-size: 16px;
        width: auto;
    }

    .info_block .flex .content .info_block-bullts .item .text br {
        display: none;
    }
}

.info_block .flex .man {
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.info_block .flex .man img {
    bottom: 0;
    min-width: 525px;
    left: -75px;
}

@media screen and (max-width:1460px) {
    .info_block .flex .man img {
        left: 0;
    }
}

@media screen and (max-width:987px) {
    .info_block .flex .man {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.info_block .flex .man .name {
    position: absolute;
    top: 100px;
    right: 30px;
}

@media screen and (max-width:1460px) {
    .info_block .flex .man .name {
        top: 30px;
        right: 10px;
    }
}

@media screen and (max-width:987px) {
    .info_block .flex .man .name {
        top: unset;
        right: unset;
        left: 15px;
        bottom: 15px;
    }
}

.container-1360 {
    max-width: 1380px;
    margin: 0 auto 0;
    padding: 0 10px;
}

.section_11 {
    background-image: url(../images/bg_sravnenie.jpg);
    padding-bottom: 90px;
    background-position: bottom;
}

@media (max-width:987px) {
    .section_11 {
        padding-bottom: 610px;
    }
}

.section_11 h2 {
    font-size: 42px;
}

@media screen and (max-width:987px) {
    .section_11 h2 {
        font-size: 26px;
    }
}

.section_11 .comparison_block {
    display: flex;
    background-color: #fff;
    border-radius: 45px;
    height: 635px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}

@media screen and (max-width:987px) {
    .section_11 .comparison_block {
        height: 460px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 30px;
    }
}

.section_11 .comparison_block .comparison_block_item {
    height: 100%;
    padding: 30px 35px 30px 25px;
    min-width: 250px;
}

@media (min-width:987px) and (max-width:1100px) {
    .section_11 .comparison_block .comparison_block_item {
        padding: 5px 10px;
        min-width: 150px;
    }
}

@media screen and (max-width:987px) {
    .section_11 .comparison_block .comparison_block_item {
        padding: 5px 10px;
        min-width: 90px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

.section_11 .comparison_block .comparison_block_item .title {
    text-align: center;
}

.section_11 .comparison_block .comparison_block_item .title h3 {
    font-size: 22px;
}

@media screen and (min-width:987px) {
    .section_11 .comparison_block .comparison_block_item .title h3 {
        white-space: nowrap;
    }
}

@media screen and (max-width:987px) {
    .section_11 .comparison_block .comparison_block_item .title h3 {
        font-size: 14px;
        height: 46px;
    }
}

.section_11 .comparison_block .comparison_block_item .check_items {
    margin-top: 65px;
}

@media screen and (max-width:987px) {
    .section_11 .comparison_block .comparison_block_item .check_items {
        margin-top: 0;
    }
}

.section_11 .comparison_block .comparison_block_item .check_items .check_items-block {
    margin: auto;
    color: #60636c;
    text-align: center;
    position: relative;
    margin-top: 53px;
}

@media screen and (max-width:987px) {
    .section_11 .comparison_block .comparison_block_item .check_items .check_items-block {
        margin-top: 25px;
    }
}

.section_11 .comparison_block .comparison_block_item .check_items .check_items-block img {
    margin-top: 4px;
}

.section_11 .comparison_block .comparison_block_item .check_items .check_items-block p {
    font-size: 16px;
    color: #60636c;
}

@media screen and (min-width:987px) {
    .section_11 .comparison_block .comparison_block_item .check_items .check_items-block p {
        font-size: 13px;
        white-space: nowrap;
    }
}

@media screen and (max-width:987px) {
    .section_11 .comparison_block .comparison_block_item .check_items .check_items-block p {
        font-size: 13px;
    }
}

.section_11 .comparison_block .comparison_block_item .check_items .check_items-block b {
    font-size: 20px;
    font-weight: 700;
}

@media screen and (max-width:987px) {
    .section_11 .comparison_block .comparison_block_item .check_items .check_items-block b {
        font-size: 13px;
    }
}

.section_11 .comparison_block .comparison_block_item .check_items .check_items-block::before {
    content: "";
    display: block;
    width: 11px;
    height: 11px;
    background-image: url(../images/close_grey.png);
    background-size: cover;
    position: absolute;
    left: calc(50% - 5.5px);
    top: -15px;
}

.section_11 .comparison_block .comparison_block_item:nth-child(2) {
    background-color: #ebebeb;
    padding: 30px 50px;
}

@media (min-width:987px) and (max-width:1100px) {
    .section_11 .comparison_block .comparison_block_item:nth-child(2) {
        padding: 5px 10px;
        min-width: 200px;
    }

    .section_11 .comparison_block .comparison_block_item .check_items .check_items-block {
        margin-top: 50px;
    }

    .section_11 .comparison_block .comparison_block_item .title h3 {
        white-space: wrap;
        height: 26px;
    }

    .section_11 .comparison_block .comparison_block_item.main .title h3 {
        height: unset;
    }

    .section_11 .comparison_block .form_block {
        margin: 30px 10px;
    }


}

@media screen and (max-width:987px) {
    .section_11 .comparison_block .comparison_block_item:nth-child(2) {
        padding: 5px 10px;
    }
}

.section_11 .comparison_block .comparison_block_item.main {
    border-radius: 45px;
    background-image: url(../images/bg_sr_blue.png);
    background-size: cover;
    background-position: center;
    max-width: 389px;
    width: 100%;
    height: 686px;
    padding: 0;
}

@media (min-width:987px) and (max-width:1100px) {
    .section_11 .comparison_block .comparison_block_item.main {
        max-width: 245px;
    }
}

@media screen and (max-width:987px) {
    .section_11 .comparison_block .comparison_block_item.main {
        height: 475px;
        min-width: 125px;
        border-radius: 20px;
        margin-top: -8px;
    }
}

.section_11 .comparison_block .comparison_block_item.main .title {
    background-color: #fff;
    -webkit-clip-path: polygon(20% 0, 0 0, 0 49%, 0 100%, 0 100%, 49% 85%, 100% 100%, 100% 100%, 100% 49%, 100% 0, 80% 0, 49% 0);
    clip-path: polygon(20% 0, 0 0, 0 49%, 0 100%, 0 100%, 49% 85%, 100% 100%, 100% 100%, 100% 49%, 100% 0, 80% 0, 49% 0);
    width: 220px;
    margin: 0 auto;
    padding: 20px 10px 35px;
    text-align: center;
    top: -1px;
    height: 111px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width:987px) and (max-width:1100px) {
    .section_11 .comparison_block .comparison_block_item.main .title {
        height: 74px;
    }
}

@media screen and (max-width:987px) {
    .section_11 .comparison_block .comparison_block_item.main .title {
        padding: 5px 10px;
        width: 90px;
        height: 50px;
    }
}

.section_11 .comparison_block .comparison_block_item.main .title h3 {
    font-size: 22px;
}

@media screen and (max-width:987px) {
    .section_11 .comparison_block .comparison_block_item.main .title h3 {
        font-size: 14px;
    }
}

.section_11 .comparison_block .comparison_block_item.main .check_items {
    margin-top: 0;
}

.section_11 .comparison_block .comparison_block_item.main .check_items .check_items-block {
    margin: auto;
    color: #fff;
    text-align: center;
    position: relative;
    margin-top: 36px;
    padding: 0 40px;
}

@media screen and (max-width:987px) {
    .section_11 .comparison_block .comparison_block_item.main .check_items .check_items-block {
        padding: 0 15px;
        margin-top: 26.6px;
    }
}

.section_11 .comparison_block .comparison_block_item.main .check_items .check_items-block:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 215%;
    height: 1px;
    background-color: #e2e8f0;
    position: absolute;
    bottom: -10px;
    left: 55px;
    z-index: 2;
}

@media (min-width:987px) and (max-width:1150px) {
    .section_11 .comparison_block .comparison_block_item.main .check_items .check_items-block:not(:last-of-type)::after {
        left: 2px;
    }

    .section_11 .comparison_block .comparison_block_item.main .check_items .check_items-block:not(:last-of-type)::after {
        width: 260%;
    }
}

@media screen and (max-width:987px) {
    .section_11 .comparison_block .comparison_block_item.main .check_items .check_items-block:not(:last-of-type)::after {
        display: none;
    }
}

.section_11 .comparison_block .comparison_block_item.main .check_items .check_items-block p {
    font-size: 18px;
    color: #fff;
}

@media screen and (max-width:987px) {
    .section_11 .comparison_block .comparison_block_item.main .check_items .check_items-block p {
        font-size: 13px;
    }
}

.section_11 .comparison_block .comparison_block_item.main .check_items .check_items-block b {
    font-size: 26px;
    font-weight: 700;
}

@media screen and (max-width:987px) {
    .section_11 .comparison_block .comparison_block_item.main .check_items .check_items-block b {
        font-size: 13px;
    }
}

.section_11 .comparison_block .comparison_block_item.main .check_items .check_items-block:first-of-type b {
    color: #ffdc68;
    font-weight: 900;
}

.section_11 .comparison_block .comparison_block_item.main .check_items .check_items-block::before {
    content: "";
    display: block;
    width: 17px;
    height: 13px;
    background-image: url(../images/check_white.png);
    background-size: cover;
    position: absolute;
    left: calc(50% - 9.5px);
    top: -15px;
}

@media screen and (max-width: 987px) {
    .section_11 .comparison_block .comparison_block_item.main .check_items .check_items-block::before {
        width: 14px;
        height: 10px;
        top: -10px;
        background-repeat: no-repeat;
        left: calc(50% - 7px);
        background-size: contain;
    }
}

.section_11 .comparison_block .form_block {
    background-image: url(../images/form_bg_2.jpg);
    background-size: cover;
    background-position: center;
    width: 375px;
    margin: 30px 40px 30px 35px;
    height: calc(100% - 70px);
    border-radius: 25px;
}

@media (min-width:987px) and (max-width:1100px) {
    .section_11 .comparison_block .form_block {
        width: 320px;
    }
}

@media screen and (max-width:987px) {
    .section_11 .comparison_block .form_block {
        width: 100%;
        height: auto;
        margin: 20px 0;
    }
}

.section_11 .comparison_block .form_block .form {
    border-radius: 25px;
}

.section_11 .comparison_block .form_block .form .form_header h3 {
    font-size: 24px;
    text-wrap: balance;
}

.section_11 .comparison_block .form_block .form .promo_green {
    -webkit-clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0 100%, 0 54%, 0 0);
    clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0 100%, 0 54%, 0 0);
    text-align: center;
    font-size: 17px;
    left: -20px;
    width: 360px;
    padding: 8px 5px;
}

@media (min-width:987px) and (max-width:1100px) {
    .section_11 .comparison_block .form_block .form .promo_green {
        width: 314px;
        font-size: 14px;
    }
}

@media (min-width:987px) {
    .section_11 .comparison_block .form_block .form .promo_green p {
        margin-right: -20px;
    }
}


.subtitle {
    max-width: 1070px;
    margin: 30px auto 0 auto;
    text-align: center;
}

.tabs-slider .swiper-slide {
    padding: 6px;
}

/* .section_12::before {
    content: "ОКНА ПОД КЛЮЧ";
    display: block;
    font-weight: 300;
    font-size: 11vw;
    color: rgba(255, 255, 255, .502);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
} */

.section_12 .arrow-next,
.section_12 .arrow-prev {
    display: none;
}

@media screen and (max-width:987px) {

    .section_12 .arrow-next,
    .section_12 .arrow-prev {
        display: block;
        top: 35%
    }
}

.section_12 .tabs .slider-tabs {
    padding: 0 60px;
}

.section_12 .tabs .slider-tabs .swiper-wrapper {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    margin-top: 35px;
}

@media screen and (max-width:978px) {
    .section_12 .tabs .slider-tabs .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-pack: unset;
        -ms-flex-pack: unset;
        justify-content: unset;
        gap: unset;
    }
}

.section_12 .tabs .slider-tabs .swiper-wrapper .swiper-slide {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

@media screen and (min-width:978px) {
    .section_12 .tabs .slider-tabs .swiper-wrapper .swiper-slide {
        width: unset;
    }
}

.section_12 .tabs .slider-tabs .swiper-wrapper .swiper-slide-next,
.section_12 .tabs .slider-tabs .swiper-wrapper .swiper-slide-prev {
    opacity: .3;
}

.section_12 .tabs .tabs__items {
    border-width: 1px;
    border-color: var(--main-color);
    border-style: solid;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    height: 72px;
    padding: 14px 30px;
}

.section_12 .tabs .tabs__items.active {
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 20px;
    background-color: #bfccd9;
}

.section_12 .tabs .tabs__items.active::before {
    content: url(../images/check-svg.svg);
    border-radius: 50%;
    background-color: var(--second-color-v2);
    width: 22px;
    height: 22px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -5px;
    top: -5px;
}

.section_12 .tabs .tabs__items.active p {
    color: #000;
    border-color: transparent;
}

.section_12 .tabs .tabs__items p {
    color: var(--main-color);
    border-bottom: 1px dotted var(--main-color);
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.section_12 .tabs .tabs__items:hover p {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    border-bottom: 1px dotted transparent;
}

.section_12 .tabs .tabs__items small {
    margin-top: 5px;
}

@media screen and (max-width:1610px) {
    .section_12 .tabs .tabs__items {
        width: 100%
    }
}

.section_12 .tabs .tabs__items p {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

@media screen and (max-width:768px) {
    .section_12 .tabs .tabs__items {
        width: 100%;
        border-radius: 15px;
    }

    .section_12 .tabs .tabs__items p {
        font-size: 18px;
    }
}

@media screen and (max-width:475px) {
    .section_12 .tabs .tabs__items {
        width: 100%
    }
}

@media screen and (max-width:330px) {
    .section_12 .tabs .tabs__items {
        width: 100%
    }
}

.section_12 .tabs .tabs__items img {
    max-height: 80px;
}

@media screen and (max-width:475px) {
    .section_12 .tabs .tabs__items img {
        max-height: 45px;
    }
}

.section_12 .flex {
    display: flex;
    gap: 34px;
    max-width: 1366px;
    width: 100%;
    margin: 40px auto 0;
}

@media screen and (max-width:987px) {
    .section_12 .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.section_12 .flex .okna__items {
    display: flex;
    gap: 14px;
    max-width: 830px;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width:1400px) {
    .section_12 .flex .okna__items {
        max-width: 630px;
    }
}

@media screen and (max-width:987px) {
    .section_12 .flex .okna__items {
        display: -ms-grid;
        display: grid;

        grid-template-columns: repeat(2, 1fr);
        -webkit-box-align: initial;
        -ms-flex-align: initial;
        align-items: initial;
    }
}

.section_12 .flex .okna__items .okna_items-block {
    border-radius: 25px;
    background-color: #fff;
    width: calc(50% - 7px);
    min-height: 275px;
    padding: 20px 25px 25px;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    opacity: 0;
    display: none;
}

.section_12 .flex .okna__items .okna_items-block.active {
    display: block;
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width:987px) {
    .section_12 .flex .okna__items .okna_items-block {
        width: 100%;
        min-height: unset;
    }
}

.section_12 .flex .okna__items .okna_items-block img {
    max-height: 200px;
    display: block;
    margin: 8px auto 0;
}

.section_12 .flex .okna__items .okna_items-block p {
    font-size: 14px;
    font-weight: 700;
    color: #393939;
}

.section_12 .flex .content__block {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.section_12 .flex .content__block h3 {
    font-size: 30px;
}

@media screen and (max-width:1100px) {
    .section_12 .flex .content__block h3 br {
        display: none;
    }
}

.section_12 .flex .content__block .flex__item {
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 30px;
    margin-top: 28px;
}

@media screen and (max-width:1100px) {
    .section_12 .flex .content__block .flex__item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

@media screen and (max-width:987px) {
    .section_12 .flex .content__block .flex__item {
        gap: 15px;
        display: -ms-grid;
        display: grid;
        margin-top: 0;
    }
}

.section_12 .flex .content__block .flex__item .flex__item__div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width:1100px) {
    .section_12 .flex .content__block .flex__item .flex__item__div {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
}

.section_12 .flex .content__block .flex__item .price {
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 15px;
}

.section_12 .flex .content__block .flex__item .price .price__new p {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-wrap: nowrap;
}

.section_12 .flex .content__block .flex__item .price .price__new p small {
    font-size: 16px;
}

.section_12 .flex .content__block .flex__item .price .price__new p span {
    font-size: 25px;
}

@media screen and (max-width:1100px) {
    .section_12 .flex .content__block .flex__item .price .price__new p span {
        font-size: 32px;
    }
}

.section_12 .flex .content__block .flex__item .price .price__new small {
    color: #60636c;
    font-size: 14px;
}

.section_12 .flex .content__block .flex__item .price .price__old p {
    font-size: 22px;
    color: #60636c;
    line-height: 1;
    text-decoration: line-through;
    text-wrap: nowrap;
}

@media screen and (max-width:1300px) {
    .section_12 .flex .content__block .flex__item .price .price__old p {
        font-size: 18px;
    }
}

.section_12 .flex .content__block .flex__item .installment {
    clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0 100%, 0 54%, 0 0);
    background-color: var(--second-color-v2);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 7px 14px;
    margin-top: 10px;
    white-space: nowrap;
}

.section_12 .flex .content__block .flex__item .installment img {
    margin-top: 0;
}

.section_12 .flex .content__block .flex__item .installment p {
    font-size: 14px;
    color: #fff;
}

.section_12 .flex .content__block .flex__item .btn_price {
    width: 100%;
    height: 61px;
    padding: 20px 5px;
    margin-top: 20px;
}

.section_12 .flex .content__block .flex__item .btn_price p {
    color: #000;
    font-weight: 700;
    font-size: 16px;
}

@media (max-width:350px) {
    .section_12 .flex .content__block .flex__item .btn_price p {
        font-size: 14px;
    }
}

@media (max-width:987px) {
    .section_12 .flex .content__block .flex__item .btn_price {
        margin-top: 10px;
    }
}

@media (max-width:410px) {
    .section_12 .flex .content__block .flex__item .btn_price {
        font-size: 16px;
        padding: 10px 15px;
    }
}

.section_12 .flex .content__block .flex__item .price__promo {
    border-radius: 15px;
    background: url(../images/price__promo_bg.png) no-repeat;
    background-size: cover;
    color: #60636c;
    width: 178px;
    height: 176px;
    font-size: 16px;
    padding: 15px 20px;
    text-align: center;
}

@media screen and (max-width:1100px) {
    .section_12 .flex .content__block .flex__item .price__promo {
        background: url(../images/price__promo_bg-mob.png) no-repeat;
        width: 100%;
        text-align: left;
        background-size: cover;
        height: 100px;
        background-position: center right;
    }

    .section_12 .flex .content__block .flex__item .price__promo p {
        max-width: 65%
    }
}

.section_12 .flex .content__block .flex__item .price__promo b {
    color: #000;
}

.section_12 .flex .content__block .service__item {
    border-radius: 25px;
    background-color: #e2e8f0;
    padding: 20px 26px;
    margin-top: 17px;
}

@media screen and (max-width:987px) {
    .section_12 .flex .content__block .service__item {
        padding: 20px 16px;
    }
}

.section_12 .flex .content__block .service__item p {
    font-size: 19px;
    font-weight: 700;
}

ul {
    margin-top: 10px;
}

ul .row {
    width: 100%;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 5px;
}

@media screen and (max-width:987px) {
    ul .row {
        margin-top: 10px;
    }
}

ul .row .left,
ul .row .right {
    width: auto;
    white-space: nowrap;
    font-size: 16px;
}

@media screen and (max-width:987px) {

    ul .row .left,
    ul .row .right {
        font-size: 14px;
    }
}

ul .row .left {
    margin-left: 17px;
    color: #60636c;
    margin-bottom: -4px;
}

ul .row .left::before {
    content: "";
    display: block;
    background: url(../images/check.png);
    background-size: cover;
    width: 11px;
    height: 9px;
    position: absolute;
    left: -17px;
    top: calc(50% - 4.5px);
}

ul .row .right {
    font-weight: 700;
}

@media screen and (max-width:987px) {
    ul .row .right {
        margin-bottom: -3px;
    }
}

ul .row .separator {
    border-bottom: 1px dotted #60636c;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 0 7px;
    cursor: pointer;
}

/* .section_13::before {
    content: "ПРОФИЛИ";
    display: block;
    font-weight: 300;
    font-size: 20vw;
    color: rgba(255, 255, 255, .502);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -40px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
} */

@media screen and (max-width:987px) {
    .section_13::before {
        top: -10px;
    }
}

/* @media screen and (min-width:987px) {
    .tabs.swiper-backface-hidden .swiper-wrapper {
        justify-content: center;
    }
} */
.tabs-slider .swiper-wrapper {justify-content: center;}
.tabs-slider.slider-active .swiper-wrapper {justify-content: flex-start;}


.section_13 .tabs {
    margin: 25px 75px 0;
}



@media screen and (max-width:987px) {
    .section_13 .tabs {
        margin: 25px 30px 0;
    }
}

.section_13 .tabs .tabs__items {
    border-width: 1px;
    border-color: var(--main-color);
    border-style: solid;
    border-radius: 20px;
    background-color: #fff;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    padding: 10px 0 5px;
}

.section_13 .tabs .tabs__items.active {
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 20px;
    background-color: #bfccd9;
}

.section_13 .tabs .tabs__items.active::before {
    content: url(../images/check-svg.svg);
    border-radius: 50%;
    background-color: var(--second-color-v2);
    width: 22px;
    height: 22px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: -5px;
    top: -5px;
}

.section_13 .tabs .tabs__items.active p {
    color: #000;
    border-color: transparent;
}

.section_13 .tabs .tabs__items p {
    color: var(--main-color);
    border-bottom: 1px dotted var(--main-color);
    font-size: 22px;
    font-weight: 700;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.section_13 .tabs .tabs__items:hover p {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    border-bottom: 1px dotted transparent;
}

.section_13 .tabs .tabs__items small {
    margin-top: 5px;
}

@media screen and (max-width:1610px) {
    .section_13 .tabs .tabs__items {
        width: 100%
    }
}

@media screen and (max-width:1460px) {
    .section_13 .tabs .tabs__items {
        margin-top: 5px;
    }
}

@media screen and (max-width:987px) {
    .section_13 .tabs .tabs__items {
        min-width: unset;
    }

    .section_13 .tabs .tabs__items p {
        font-size: 16px;
    }
}

.section_13 .tabs .tabs__items.active::before {
    top: -5px;
    right: -5px;
}

.section_13 .tabs .tabs__items.active .grey_btn {
    background-color: transparent;
}

.section_13 .tabs .tabs__items .grey_btn {
    background-color: transparent;
}

.section_13 .content {
    margin-top: 50px;
    display: flex;
    gap: 50px;
}

@media screen and (max-width:1560px) {
    .section_13 .content {
        gap: 15px;
    }
}

@media screen and (max-width:987px) {
    .section_13 .content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
        margin-top: 10px;
    }
}

.section_13 .content .content__img {
    max-width: 400px;
    width: 100%;
    border-radius: 20px;
    background-color: #fff;
}

@media (min-width:987px) and (max-width:1460px) {
    .section_13 .content .content__img {
        max-width: 316px;
    }

    .section_13 .content .content__img img {
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 20px;
        width: 400px;
        max-width: unset;
    }
}

@media (min-width:987px) and (max-width:1160px) {
    .section_13 .content .content__img {
        max-width: 236px;
    }
}


@media screen and (max-width:987px) {
    .section_13 .content .content__img {
        max-height: 240px;
    }

    .section_13 .content .content__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
        border-radius: 20px;
        overflow: hidden;
    }
}

.section_13 .content .content_text {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section_13 .content .content_text h3 {
    font-size: 36px;
}

@media screen and (max-width:1460px) {
    .section_13 .content .content_text h3 {
        font-size: 26px;
    }
}

.section_13 .content .content_text .text>p {
    font-size: 18px;
    color: #60636c;
    margin-top: 6px;
}

@media screen and (max-width:1460px) {
    .section_13 .content .content_text .text>p {
        font-size: 16px;
    }
}

.section_13 .content .content_text .flex_content {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: auto;
    gap: 30px;
}

@media screen and (max-width:1460px) {
    .section_13 .content .content_text .flex_content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 50px;
        gap: 15px;
    }
}

.section_13 .content .content_text .flex_content .patameter {
    margin-top: auto;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    border-radius: 25px;
    background-color: #e2e8f0;
    padding: 40px 17px 50px 17px;
    max-width: 440px;
    gap: 45px;
    width: 100%
}

@media screen and (max-width:1460px) {
    .section_13 .content .content_text .flex_content .patameter {
        gap: 20px;
        padding: 20px 15px;
    }
}

@media screen and (max-width:987px) {
    .section_13 .content .content_text .flex_content .patameter {
        gap: 20px;
        display: -ms-grid;
        display: grid;
    }

    .section_13 .content .content_text {
        margin-top: 20px;
    }
}

.section_13 .content .content_text .flex_content .patameter .cat {
    content: "";
    display: block;
    width: 176px;
    height: 60px;
    position: absolute;
    top: -46px;
    left: -5px;
    right: unset;
}
.section_13 .content .content_text .flex_content .patameter .cat img {width:auto;height:60px;margin:0 auto;display:block;}

.section_13 .content .content_text .flex_content .patameter::after {
    display: block;
    content: "";
    width: 130px;
    height: 325px;
    position: absolute;
    bottom: 0;
    right: 15%;
    left: unset !important;
    background-image: url(../images/zone_comfort_2.png);
    background-repeat: no-repeat;
}

@media screen and (max-width:1460px) {
    .section_13 .content .content_text .flex_content .patameter::after {
        height: 226px;
    }
}

.section_13 .content .content_text .flex_content .patameter .parameters_block {
    gap: 12px;
    width: 100%
}

.section_13 .content .content_text .flex_content .patameter .parameters_block .patameters_icon {
    margin-top: 10px;
}

.section_13 .content .content_text .flex_content .patameter .parameters_block .flex .parameters_item {
    background-color: #fff;
}

.section_13 .content .content_text .flex_content .bullits {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width:1460px) {
    .section_13 .content .content_text .flex_content .bullits {
        gap: 10px 10px;
    }
}

@media screen and (max-width:987px) {
    .section_13 .content .content_text .flex_content .bullits {
        margin-top: 10px;
        gap: 10px 10px;
    }
}

.section_13 .content .content_text .flex_content .bullits .bullit_item {
    min-width: 180px;
}

@media screen and (max-width:1460px) {
    .section_13 .content .content_text .flex_content .bullits .bullit_item {
        width: calc(90% - 6px);
        min-width: unset;
    }

    .section_13 .content .content_text .flex_content .bullits .bullit_item .bulit_text span {
        font-size: 14px;
    }

    .section_13 .content .content_text .flex_content .bullits .bullit_item .bulit_text {
        font-size: 16px;
    }

    .section_13 .content .content_text .flex_content .bullits .bullit_item {
        gap: 4px;
    }

    .section_13 .content .content_text .flex_content .bullits .bullit_item svg {
        min-width: 12px;
        max-width: 12px;
    }
}


@media screen and (max-width:987px) {
    .section_13 .content .content_text .flex_content .bullits .bullit_item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        min-width: unset;
        width: calc(33% - 6px);
    }
}

.section_13 .content .content_text .flex_content .bullits .bullit_item .bulit_text {
    font-weight: 700;
    font-size: 18px;
}

.section_13 .content .content_text .flex_content .bullits .bullit_item .bulit_text span {
    font-weight: 400;
    font-size: 16px;
}

.section_13 .content .content_text .flex_content .bullits .bullit_item svg {
    width: 20px;
    color: var(--main-color-v2);
}

.section_13 .content .content_text .flex_content .bullits .btn_more {
    margin: 0;
}

@media screen and (max-width:987px) {
    .section_13 .content .content_text .flex_content .bullits .btn_more {
        margin: 10px auto 0;
    }
}

@media screen and (max-width:987px) {
    .section_13 .content .content_banner {
        width: 100%;
        margin-top: 30px;
    }
}

.section_13 .content .content_banner .form_block {
    height: 100%;
    width: 400px;
    display: flex;
    border-radius: 25px;
}

@media screen and (max-width:1460px) {
    .section_13 .content .content_banner .form_block {
        width: 300px;
    }
}

@media screen and (max-width:987px) {
    .section_13 .content .content_banner .form_block {
        width: 100%
    }
}

.section_13 .content .content_banner .form_block .form {
    width: 100%;
    overflow: hidden;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 25px;
}

.section_13 .content .content_banner .form_block .form .form_text p {
    font-size: 13px;
    position: relative;
    display: flex;
    gap: 10px;
    line-height: 1.38;
    font-style: italic;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 190px;
    color: #fff;
    font-weight: 300;
}

@media screen and (max-width:1460px) {
    .section_13 .content .content_banner .form_block .form .form_text p {
        max-width: 170px;
        font-size: 12px;
    }
}

.section_13 .content .content_banner .form_block .form .form_text p::before {
    display: block;
    content: "";
    background-image: url(../images/quotation-png.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 17px;
    margin-top: 10px;
}

.section_13 .content .content_banner .form_block .form .name {
    text-align: left;
    margin-top: 25px;
}

.section_13 .content .content_banner .form_block .form .name h5,
.section_13 .content .content_banner .form_block .form .name .h5 {
    font-size: 14px;
    max-width: 120px;
}

.section_13 .content .content_banner .form_block .form .people_img {
    position: absolute;
    top: 20px;
    right: -5px;
    max-width: 264px;
}

.section_13 .content .content_banner .form_block .form .people_img img {
    min-width: 20px;
    min-height: 20px;
}

@media screen and (max-width:1460px) {
    .section_13 .content .content_banner .form_block .form .people_img {
        width: 207px;
        right: -50px;
        top: 25px;
    }
}

@media screen and (max-width:987px) {
    .section_13 .content .content_banner .form_block .form .people_img {
        right: -25px;
        top: 20px;
        width: 240px;
    }
}

.section_13 .content .content_banner .form_block .form .form__footer {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #242223;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(75%, #242223), to(rgba(36, 34, 35, 0)));
    background: -o-linear-gradient(bottom, #242223 75%, rgba(36, 34, 35, 0) 100%);
    background: linear-gradient(0deg, #242223 75%, rgba(36, 34, 35, 0) 100%);
    margin-top: auto;
    padding: 50px 0 20px;
    left: -20px;
    bottom: -5px;
    width: calc(100% + 40px);
}

.section_13 .content .content_banner .form_block .form .form__footer .price p {
    font-weight: 900;
    font-size: 20px;
}

.section_13 .content .content_banner .form_block .form .form__footer .price p span {
    font-size: 40px;
    color: #ffe17c;
}

.section_13 .content .content_banner .form_block .form .form__footer .button {
    color: #000;
    font-weight: 900;
    font-size: 16px;
    margin-top: 10px;
    max-width: 240px;
    height: 56px;
}

@media screen and (max-width:1460px) {
    .section_13 .content .content_banner .form_block .form .form__footer .button {
        width: 240px;
        height: 55px;
    }
}

.section_13 .content .content_banner .form_block .form .form__footer .rassrochka {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin-top: 20px;
}

.section_13 .content .content_banner .form_block .form .form__footer .rassrochka p {
    font-size: 18px;
    font-weight: 700;
    color: var(--main-color-v2);
    border-bottom: 1px dotted var(--main-color);
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.section_13 .content .content_banner .form_block .form .form__footer .rassrochka:hover p {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    border-bottom: 1px dotted transparent;
}

.section_13 .content .content_banner .form_block .form .form__footer .rassrochka:hover p::before {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

.section_13 .content .content_banner .form_block .form .form__footer .rassrochka::before {
    content: "";
    border-radius: 50%;
    background: url(../images/blue_check.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 24px;
    height: 24px;
}

.section_13 .arrow-prev {
    top: 20px;
    left: 28px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media screen and (max-width:987px) {
    .section_13 .arrow-prev {
        top: 27px;
        left: 5px;
    }
}

.section_13 .arrow-next {
    top: 20px;
    right: 28px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media screen and (max-width:987px) {
    .section_13 .arrow-next {
        top: 27px;
        right: 5px;
    }
}

.arrow-prev {
    position: absolute;
    left: 10px;
    top: calc(50% - 10px);
    z-index: 10;
    cursor: pointer;
}

@media screen and (max-width:987px) {
    .arrow-prev {
        top: 27px;
        left: 6px;
    }
}

.arrow-next {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    z-index: 10;
    cursor: pointer;
}

@media screen and (max-width:987px) {
    .arrow-next {
        top: 27px;
        right: 6px;
    }
}

@media screen and (max-width:1460px) {
    .section_14 .container {
        max-width: 1390px;
    }
}

.section_14 .info_block {
    background: url(../images/za1den_bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 90px 70px;
}

@media screen and (max-width:987px) {
    .section_14 .info_block {
        padding: 40px 30px;
        background: url(../images/za1den_bg_mob.jpg) no-repeat;
        background-size: cover;
    }
}

.section_14 .info_block h2 {
    text-align: left;
    max-width: 700px;
}

@media screen and (max-width:987px) {
    .section_14 .info_block h2 {
        text-align: center;
    }
}

@media screen and (max-width:987px) {
    .section_14 .info_block .flex .content .info_block-bullts {
        gap: 20px 50px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }

    .section_14 .info_block .flex .content .info_block-bullts .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }
}

/* .section_15::before {
    content: "ПОЛЕЗНАЯ ИНФОРМАЦИЯ";
    display: block;
    font-weight: 300;
    font-size: 11vw;
    color: rgba(255, 255, 255, .502);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
} */

.section_15 .subtitle {
    font-size: 20px;
}

@media screen and (max-width:987px) {
    .section_15 .subtitle {
        font-size: 16px;
    }
}

.section_15 .slider_container {
    margin-top: 60px;
    width: 1380px;
    max-width: 90%;
    margin: 40px auto 0;
    padding: 0 10px;
}

@media screen and (max-width:1460px) {
    .section_15 .slider_container {
        width: 1190px;
    }
}

@media screen and (max-width:987px) {
    .section_15 .slider_container {
        max-width: 100%
    }
}

@media screen and (max-width:987px) {
    .section_15 .slider_container .pvhOkna-slider {
        padding-right: 40px;
    }
}

.section_15 .slider_container .pvhOkna-slider .swiper-slide {
    height: auto;
}

.section_15 .slider_container .pvhOkna-slider .swiper_slide .swiper_slide-item {
    border-radius: 30px;
    background-color: #242223;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: 16;
    padding: 35px 50px 20px;
    color: #fff;
}

@media screen and (max-width:1400px) {
    .section_15 .slider_container .pvhOkna-slider .swiper_slide .swiper_slide-item {
        max-width: 480px;
        margin: 0 auto;
    }
}

@media screen and (max-width:987px) {
    .section_15 .slider_container .pvhOkna-slider .swiper_slide .swiper_slide-item {
        padding: 35px 57px 20px;
    }
}

.section_15 .slider_container .pvhOkna-slider .swiper_slide .swiper_slide-item .nomer {
    color: var(--second-color-v2);
    font-weight: 700;
    font-size: 14px;
    position: absolute;
    right: 50px;
    top: 40px;
}

.section_15 .slider_container .pvhOkna-slider .swiper_slide .swiper_slide-item .text_line {
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: .6em;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .29;
}

.section_15 .slider_container .pvhOkna-slider .swiper_slide .swiper_slide-item .text_line::after {
    content: "";
    background-color: #fff;
    opacity: .29;
    width: 1px;
    height: 59px;
}

.section_15 .slider_container .pvhOkna-slider .swiper_slide .swiper_slide-item .text {
    margin-top: 35px;
}

@media screen and (max-width:987px) {
    .section_15 .slider_container .pvhOkna-slider .swiper_slide .swiper_slide-item .text {
        margin-top: 15px;
    }
}

.section_15 .slider_container .pvhOkna-slider .swiper_slide .swiper_slide-item .text h3 {
    font-size: 22px;
}

.section_15 .slider_container .pvhOkna-slider .swiper_slide .swiper_slide-item .text p {
    margin-top: 10px;
    line-height: 1.333;
    font-size: 18px;
    font-weight: 300;
    color: #dadada;
}

@media screen and (max-width:1410px) {
    .section_15 .slider_container .pvhOkna-slider .swiper_slide .swiper_slide-item .text p {
        font-size: 14px;
    }
}


@media screen and (max-width:987px) {
    .section_15 .slider_container .pvhOkna-slider .swiper_slide .swiper_slide-item .text p {
        font-size: 14px;
        max-height: 293px;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

.section_15 .slider_container .arrow-prev {
    left: -60px;
    top: calc(50% - 200px);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

@media screen and (max-width:1400px) {
    .section_15 .slider_container .arrow-prev {
        left: -45px;
        top: calc(50% - 160px);
    }
}

@media screen and (max-width:987px) {
    .section_15 .slider_container .arrow-prev {
        left: 20px;
        top: calc(50% - 240px);
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        width: 30px;
        height: 30px;
    }
}

.section_15 .slider_container .arrow-next {
    right: -60px;
    top: calc(50% - 200px);
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}

@media screen and (max-width:1460px) {
    .section_15 .slider_container .arrow-next {
        right: -45px;
        top: calc(50% - 160px);
    }
}

@media screen and (max-width:987px) {
    .section_15 .slider_container .arrow-next {
        right: 62px;
        top: calc(50% - 240px);
        -webkit-filter: brightness(0) invert(1);
        filter: brightness(0) invert(1);
        width: 30px;
        height: 30px;
    }
}

.section_15 .slider_container .capture_banner {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 35px;
}

@media screen and (max-width:987px) {
    .section_15 .slider_container .capture_banner .border {
        gap: 0;
    }

    .section_15 .slider_container .capture_banner .border .people_banner {
        margin-top: 20px;
    }
}

.section_15 .slider_container .capture_banner .people_banner .people_banner__img {
    width: 198px;
    height: 235px;
}

.section_15 .slider_container .capture_banner .people_banner .people_banner__text {
    margin-left: -65px;
}

.section_15 .slider_container .capture_banner .people_banner .people_banner__text h4,
.section_15 .slider_container .capture_banner .people_banner .people_banner__text .h4 {
    font-size: 14px;
}

.section_15 .slider_container .capture_banner .text_banner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 15px;
}

.section_15 .slider_container .capture_banner .text_banner::before {
    display: inline-block;
    content: '';
    -webkit-mask: url('../images/svg/quote.svg') no-repeat 50% 50%;
    mask: url('../images/svg/quote.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 42px;
    height: 24px;
    background-color: var(--second-color);
}

.section_15 .slider_container .capture_banner .text_banner p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.section_15 .slider_container .capture_banner .text_banner .button {
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: unset;
}

.section_15 .slider_container .btn_banner {
    width: 100%
}

.section_16 .gift {
    background-image: url(../images/podarok_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50px;
    background-color: #fff;
    padding: 50px;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 25px;
}

.section_16 .gift .subtitle {
    text-align: left;
    margin: 10px 0 0;
}

@media screen and (max-width:1460px) {
    .section_16 .gift {
        padding-bottom: 240px;
    }
}

@media screen and (max-width:987px) {
    .section_16 .gift {
        -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
        padding: 20px 45px 550px;
        border-radius: 20px;
        gap: 0;
    }

    .section_15 .slider_container .capture_banner .text_banner .button {
        width: 100%;
    }


    .section_16 .gift .subtitle {
        text-align: center;
        width: 300px;
        margin: 10px auto 0;
    }

    .section_16 .gift .subtitle p {
        display: flex;
    }
}

.section_16 .gift h2 {
    text-align: left;
}

@media screen and (max-width:987px) {
    .section_16 .gift h2 {
        text-align: center;
    }
}

.section_16 .gift .gift__img {
    max-width: 405px;
    width: 100%
}

.section_16 .gift .gift__img .open {
    display: none;
}

@media (min-width:987px) and (max-width:1150px) {
    .section_16 .gift .gift__img {
        min-width: 314px;
    }
}

.section_16 .gift .gift__img .cat {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: -122px;
}

@media screen and (max-width:1460px) {
    .section_16 .gift .gift__img .cat {
        top: -78px;
    }
}

.section_16 .gift .gift__img .cat .cat__text {
    max-width: 270px;
    background-color: #fff;
}

.section_16 .gift .gift__img .cat .cat__text::before {
    top: unset;
    bottom: -23px;
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    -webkit-filter: brightness(2);
    filter: brightness(2);
    z-index: 0;
}

@media screen and (max-width:987px) {
    .section_16 .gift .gift__img .cat {
        display: none;
    }
}

@media screen and (max-width:987px) {
    .section_16 .gift .gift__img {
        display: none;
    }
}

.section_16 .gift .gift__img>img {
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: flex;
}

@media screen and (max-width:1460px) {
    .section_16 .gift .gift__img>img {
        max-height: 500px;
    }
}

@media screen and (max-width:987px) {
    .section_16 .gift .gift__img>img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

@media screen and (max-width:987px) {
    .section_16 .gift .gift__content {
        width: 100%
    }

    .section_16 .gift .swiper-gift-mob {
        margin-top: 30px;
        width: 100%;
        padding: 0 1px;
    }
}

.section_16 .gift .arrow-next,
.section_16 .gift .arrow-prev {
    display: none;
}

@media screen and (max-width:987px) {

    .section_16 .gift .arrow-next,
    .section_16 .gift .arrow-prev {
        display: block;
        width: 30px;
        height: 30px;
        top: calc(50% + 10px);
    }
}

@media screen and (max-width:987px) {
    .section_16 .gift .arrow-prev {
        left: -35px;
    }

    .section_16 .gift .arrow-next {
        right: -35px;
    }
}

.section_16 .gift .gift__items {
    padding: 1px;
}

@media screen and (min-width:987px) {
    .section_16 .gift .gift__items {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 18px;
        margin-top: 50px;
    }
}

@media screen and (max-width:1460px) {
    .section_16 .gift .gift__items {
        gap: 10px;
    }
}

@media screen and (max-width:987px) {
    .section_16 .gift .gift__items {
        gap: 0;
    }
}

.section_16 .gift .gift__items .gift__item {
    border-width: 1px;
    border-color: var(--main-color);
    border-style: solid;
    border-radius: 20px;
    background-color: #fff;
    width: calc(16% - 10px);
    height: 194px;
    padding: 10px;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
}

@media screen and (max-width:1460px) {
    .section_16 .gift .gift__items .gift__item {
        width: calc(25% - 8px);
        height: 160px;
    }
}

@media screen and (max-width:987px) {
    .section_16 .gift .gift__items .gift__item {
        width: auto;
        height: 154px;
    }
}

.section_16 .gift .gift__items .gift__item .img {
    background-color: #000;
    border-radius: 21px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

@media screen and (max-width:1460px) {
    .section_16 .gift .gift__items .gift__item .img {
        width: 100%;
        height: 75px;
    }

    .section_16 .gift .gift__items .gift__item .img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }
}

.section_16 .gift .gift__items .gift__item .img::before {
    content: "";
    display: block;
    background-image: url(../images/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 18px;
    position: absolute;
    top: 30%;
    left: calc(50% - 12px);
    z-index: 1;
    opacity: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.section_16 .gift .gift__items .gift__item .img::after {
    content: "Выбрано";
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: calc(30% + 30px);
    color: #fff;
    font-size: 14px;
    opacity: 0;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.section_16 .gift .gift__items .gift__item .img img {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    max-height: 100px;
}

.section_16 .gift .gift__items .gift__item .text {
    margin-top: 5px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}


.section_16 .gift .gift__items .gift__item .text p {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

@media screen and (max-width: 987px) {
    .section_16 .gift .gift__items .gift__item .text p {
        line-height: 1;
    }
}

.section_16 .gift .gift__items .gift__item .text .grey_btn {
    margin-top: auto;
}

.section_16 .gift .gift__items .gift__item .text .checkbox {
    margin-top: auto;
}

.section_16 .gift .gift__items .gift__item .text .checkbox .custom-checkbox+label::before {
    margin-right: 0;
}

.section_16 .gift .gift__items .gift__item.active {
    background-color: #bfccd9;
    border: 1px solid transparent;
}

.section_16 .gift .gift__items .gift__item.active .img::before {
    opacity: 1;
}

.section_16 .gift .gift__items .gift__item.active .img::after {
    opacity: 1;
}

.section_16 .gift .gift__items .gift__item.active .img img {
    opacity: .5;
}

.section_16 .gift .form_block {
    width: auto;
    background-image: url(../images/form_bg_horizontal.jpg);
    background-size: 110% 110%;
    background-position: center;
    margin-top: 20px;
    display: flex;
}

@media screen and (max-width:1460px) {
    .section_16 .gift .form_block {
        position: absolute;
        left: -365px;
    }
}

@media screen and (max-width:987px) {
    .section_16 .gift .form_block {
        background-size: 410% 110%;
        left: 50%;
        width: 320px;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin-top: 20px;
        border-radius: 20px;
    }

    .section_16 .gift .gift__items .gift__item .text p {
        font-size: 13px;
        margin-bottom: 2px;
        min-height: 32px;
    }

    .section_16 .gift .gift__items .gift__item .text {
        width: 110%;
    }
}

@media screen and (max-width:987px) {
    .section_16 .gift .form_block .form {
        width: calc(100% - 10px);
        border-radius: 20px;
    }
}

.section_16 .gift .form_block .form .form_header p {
    font-weight: 700;
    font-size: 28px;
}

@media screen and (max-width:987px) {
    .section_16 .gift .form_block .form .form_header p {
        font-size: 24px;
    }
}

.section_16 .gift .form_block .form .form_body {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px 10px 10px;
    margin-top: 0;
}

.section_16 .gift .form_block .form .form_body .p_title {
    font-size: 28px;
    width: 100%;
    text-align: center;
}

@media screen and (max-width:987px) {
    .section_16 .gift .form_block .form .form_body .p_title {
        font-size: 22px;
    }
}

.section_16 .gift .form_block .form .form_body small {
    width: 100%;
    text-align: left;
    position: absolute;
    top: -10px;
}

@media screen and (max-width:987px) {
    .section_16 .gift .form_block .form .form_body small {
        text-align: center;
        position: unset;
    }
}

.section_16 .gift .form_block .form .form_body .form_mess {
    padding: 0;
    margin-top: 0;
}

.section_16 .gift .form_block .form .form_body form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 20px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (min-width:987px) and (max-width:1480px) {
    .section_16 .gift .form_block .form .form_body form {
        padding: 20px 0 0;
    }

    .section_16 .gift .form_block .form .form_body form .input_block .form_select {
        font-size: 12px;
    }

    .section_16 .gift .form_block .form .form_body form .input_block .form_input::-webkit-input-placeholder {
        font-size: 12px;
    }

    .section_16 .gift .form_block .form .form_body form .input_block .form_input::-moz-placeholder {
        font-size: 12px;
    }

    .section_16 .gift .form_block .form .form_body form .input_block .form_input:-ms-input-placeholder {
        font-size: 12px;
    }

    .section_16 .gift .form_block .form .form_body form .input_block .form_input::-ms-input-placeholder {
        font-size: 12px;
    }

    .section_16 .gift .form_block .form .form_body form .input_block .form_input::placeholder {
        font-size: 12px;
    }
}

@media screen and (max-width:987px) {
    .section_16 .gift .form_block .form .form_body form {
        padding: 0;
        margin-top: 20px;
    }
}

.section_16 .gift .form_block .form .form_body form .input_block {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 220px;
    height: 60px;
    border-radius: 15px;
}

@media screen and (max-width:987px) {
    .section_16 .gift .form_block .form .form_body form .input_block {
        max-width: unset;
    }
}

.section_16 .gift .form_block .form .form_body form .btn {
    width: 100%;
    height: 60px;
    border-radius: 15px;
}

@media (min-width:1460px) and (max-width:1480px) {
    .section_16 .gift .form_block .form .form_body form .btn {
        width: 60%
    }
}

.section_16 .gift .form_block .form .form_body p.agreement {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%
}

@media screen and (max-width:987px) {
    .section_16 .gift .form_block .form .form_body p.agreement {
        white-space: unset;
        max-width: 250px;
        display: inline;
    }
}

@media screen and (max-width:1460px) {
    .section_17 .container {
        max-width: unset;
    }
}

.section_17 .conteiner_catalog {
    background-image: url(../images/bg_info_block_white.jpg);
    background-size: cover;
    background-position: center;
    color: #000;
    max-width: unset;
    width: 100%;
    padding: 20px;
    border-radius: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 670px;
    overflow: hidden;
}

@media screen and (max-width:1300px) {
    .section_17 .conteiner_catalog {
        height: 700px;
    }
}

@media screen and (max-width:987px) {
    .section_17 .conteiner_catalog {
        background-image: url(../images/bg_info_block_white_mob.jpg);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: auto;
        padding: 10px;
        border-radius: 20px;
    }
}

.section_17 .conteiner_catalog .border {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    border: 1px solid #fff;
    padding: 35px 60px;
    border-radius: 50px;
    height: 100%
}

@media screen and (max-width:1300px) {
    .section_17 .conteiner_catalog .border {
        padding: 35px 20px;
    }
}

@media screen and (max-width:987px) {
    .section_17 .conteiner_catalog .border {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 35px 0 10px;
        border-radius: 20px;
    }
}

.section_17 .conteiner_catalog::before {
    content: "";
    display: block;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #fff), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(bottom, #fff 5%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(0deg, #fff 5%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 250px;
    z-index: 1;
}

.section_17 .conteiner_catalog .left_block {
    z-index: 1;
}

@media screen and (max-width:987px) {
    .section_17 .conteiner_catalog .left_block {
        padding: 0 20px;
    }
}

.section_17 .conteiner_catalog .left_block h2 {
    font-size: 60px;
    text-align: left;
    max-width: 470px;
}

@media screen and (max-width:1460px) {
    .section_17 .conteiner_catalog .left_block h2 {
        font-size: 54px;
        margin-bottom: 90px;
    }
}

@media (min-width:987px) and (max-width:1150px) {
    .section_17 .conteiner_catalog .left_block h2 {
        font-size: 42px;
    }
}

@media screen and (max-width:987px) {
    .section_17 .conteiner_catalog .left_block h2 {
        font-size: 24px;
        text-align: center;
        margin-bottom: 0;
    }
}

.section_17 .conteiner_catalog .left_block .bullit_item {
    font-size: 22px;
    max-width: unset;
}

.section_17 .conteiner_catalog .left_block .bullit_item:not(:first-of-type) {
    margin-top: 25px;
}

@media screen and (max-width:987px) {
    .section_17 .conteiner_catalog .left_block .bullit_item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 0;
        font-size: 18px;
    }

    .section_17 .conteiner_catalog .left_block .bullit_item:not(:first-of-type) {
        margin-top: 15px;
    }

    .section_17 .conteiner_catalog .left_block .bullit_item svg {
        margin-right: 7px;
    }
}

.section_17 .conteiner_catalog .left_block a.blue_href {
    display: inline-block;
    font-size: 18px;
    margin-top: 90px;
    color: var(--main-color);
}

.section_17 .conteiner_catalog .left_block a.blue_href:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    border-bottom: 1px dotted transparent;
}

.section_17 .conteiner_catalog .left_block a.blue_href:hover::before {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

@media screen and (max-width:1100px) {
    .section_17 .conteiner_catalog .left_block a.blue_href {
        font-size: 16px;
    }
}

@media screen and (max-width:987px) {
    .section_17 .conteiner_catalog .left_block a.blue_href {
        margin-top: 30px;
    }
}

.section_17 .conteiner_catalog .people {
    max-height: 670px;
    margin-bottom: -50px;
    margin-left: -180px;
}

@media screen and (max-width:1460px) {
    .section_17 .conteiner_catalog .people {
        max-height: 652px;
        margin-bottom: -60px;
        margin-left: -194px;
        width: 400px;
    }
}

@media (min-width:987px) and (max-width:1150px) {
    .section_17 .conteiner_catalog .people {
        margin-left: 0;
    }
}

@media screen and (max-width:987px) {
    .section_17 .conteiner_catalog .people {
        margin-left: 0;
        margin-bottom: -150px;
        margin-top: 30px;
        padding: 0 20px;
    }
}

.section_17 .conteiner_catalog .people .name {
    position: absolute;
    right: 0;
    top: 100px;
    max-width: 120px;
}

@media (min-width:987px) and (max-width:1150px) {
    .section_17 .conteiner_catalog .people .name {
        top: -73px;
        right: 90px;
    }
}

@media screen and (max-width:987px) {
    .section_17 .conteiner_catalog .people .name {
        right: unset;
        left: 20px;
        top: 0;
    }
}

.section_17 .conteiner_catalog .people .name h5,
.section_17 .conteiner_catalog .people .name .h5 {
    font-size: 16px;
}

.section_17 .conteiner_catalog .people .name p {
    font-size: 14px;
}

.section_17 .conteiner_catalog .right_block {
    z-index: 1;
}

@media screen and (max-width:987px) {
    .section_17 .conteiner_catalog .right_block {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.section_17 .conteiner_catalog .right_block .form {
    padding: 25px 60px;
    max-width: 430px;
}



@media screen and (max-width:1500px) {
    .section_17 .conteiner_catalog .right_block .form {
        max-width: 390px;
    }
}

@media screen and (max-width:1460px) {
    .section_17 .conteiner_catalog .right_block .form {
        max-width: 360px;
        padding: 25px 30px;
    }
}

@media screen and (max-width:987px) {
    .section_17 .conteiner_catalog .right_block .form {
        padding: 30px 15px;
        background: url(../images/shumbg.png) repeat 0 0;
        /*background-size: 110% 110%*/
    }

    .section_17 .conteiner_catalog .right_block .form .form_body .form_mess .mess.active {
        border: 1px solid #838282;
    }

    .section_17 .conteiner_catalog .right_block .form .form_body .form_mess .mess.mess_1 {
        color: #1a5529;
    }

    .section_17 .conteiner_catalog .right_block .form .form_body .form_mess .mess.mess_2 {
        color: #27214d;
    }

    .section_17 .conteiner_catalog .right_block .form .form_body .form_mess .mess.mess_3 {
        color: #0095dd;
    }
}

.section_17 .conteiner_catalog .right_block .form .p_title {
    font-size: 25px;
}

.section_17 .conteiner_catalog .right_block .form .p_subtitle {
    font-size: 18px;
    color: #000;
    margin-top: 7px;
}

/* .section_18::before {
    content: "Вопросы-ответы";
    display: block;
    font-weight: 300;
    font-size: 10vw;
    color: rgba(255, 255, 255, .502);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    text-transform: uppercase;
    max-width: 100%;
    white-space: nowrap;
} */

.section_18 .container_full {
    width: 100%
}

.section_18 .container_full .rev_phone_slider {
    background-repeat: no-repeat;
    background-position: center;
    height: 750px;
    margin-top: 50px;
}

.section_18 .container_full .rev_phone_slider::before {
    content: "";
    display: block;
    background-image: url(../images/phone_rev_slider_bg.png);
    width: 510px;
    background-repeat: no-repeat;
    height: 750px;
    position: absolute;
    left: calc(50% - 13px);
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.section_18 .container_full .rev_phone_slider::after {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, #f6f7f8), to(rgba(246, 247, 248, 0)));
    background: -o-linear-gradient(bottom, #f6f7f8 40%, rgba(246, 247, 248, 0) 100%);
    background: linear-gradient(0deg, #f6f7f8 40%, rgba(246, 247, 248, 0) 100%);
    width: 400px;
    background-repeat: no-repeat;
    height: 120px;
    position: absolute;
    bottom: 0;
    left: calc(50% - 290px);
}

.section_18 .container_full .rev_phone_slider .swiper-wrapper {
    z-index: -1;
}

.section_18 .container_full .rev_phone_slider .swiper-wrapper .swiper-slide {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: .25;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.section_18 .container_full .rev_phone_slider .swiper-wrapper .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.section_18 .container_full .rev_phone_slider .swiper-wrapper .swiper-slide.swiper-slide-prev {
    -webkit-transform: translateX(-60px);
    -ms-transform: translateX(-60px);
    transform: translateX(-60px);
}

.section_18 .container_full .rev_phone_slider .swiper-wrapper .swiper-slide.swiper-slide-next {
    -webkit-transform: translateX(60px);
    -ms-transform: translateX(60px);
    transform: translateX(60px);
}

.section_18 .container_full .rev_phone_slider .swiper-wrapper .swiper-slide img {
    margin-top: 23px;
    height: 590px;
}

.section_18 .container_full .arrow-prev {
    display: block;
    left: calc(50% - 285px);
    width: 60px;
    height: 60px;
    top: 45%;
    opacity: 1;
}


@media screen and (min-width:987px) {
    .section_18 .container_full .arrow-prev:hover {
        opacity: .5;
    }
}

@media screen and (max-width:987px) {
    .section_18 .container_full .arrow-prev {
        top: 35px;
        width: 30px;
        height: 30px;
        left: 40%
    }
}

.section_18 .container_full .arrow-prev img {
    width: 100%
}

.section_18 .container_full .arrow-next {
    display: block;
    right: calc(50% - 285px);
    top: 45%;
    width: 60px;
    height: 60px;
    opacity: 1;
}

@media screen and (min-width:987px) {
    .section_18 .container_full .arrow-next:hover {
        opacity: .5;
    }
}


@media screen and (max-width:987px) {
    .section_18 .container_full .arrow-next {
        top: 35px;
        width: 30px;
        height: 30px;
        right: 40%
    }
}

.section_18 .container_full .arrow-next img {
    width: 100%
}

table {
    text-decoration: none;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
    overflow: hidden;
    margin-top: 65px;
    border-collapse: inherit;
    table-layout: fixed;
    border-spacing: 0;
}

@media screen and (max-width:987px) {
    table {
        border-radius: 20px;
        display: block;
        overflow-x: auto;
    }
}

table th {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    background-color: #e2e8f0;
}

table td {
    font-size: 16px;
    color: #000;
    border-left: none;
}

@media screen and (max-width:987px) {
    table td {
        font-size: 14px;
    }
}

table td,
table th {
    white-space: pre-wrap;
    padding: 10px 5px;
    line-height: 16px;
    vertical-align: middle;
    border-left: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
}

@media screen and (max-width:987px) {

    table td,
    table th {
        padding: 10px;
    }
}

table td {
    border-left: unset;
}

table tr:nth-child(odd) td {
    background-color: #f9fafa;
}

table tr:nth-child(1) td {
    font-weight: 700;
    background-color: #e2e8f0;
}

table tr:hover td {
    color: #354251;
    cursor: default;
}

table td:first-child {
    border-left: 1px solid #e2e8f0;
}

table tbody tr:first-child td:first-child {
    border-radius: 50px 0 0 0;
}

@media screen and (max-width:1200px) {
    table tbody tr:first-child td:first-child {
        border-radius: 28px 0 0 0;
    }
}

table tbody tr:first-child td:last-child {
    border-radius: 0 50px 0 0;
}

@media screen and (max-width:1200px) {
    table tbody tr:first-child td:last-child {
        border-radius: 0 28px 0 0;
    }
}

table tbody tr:last-child td:first-child {
    border-radius: 0 0 0 50px;
    border-bottom: 1px solid #e2e8f0;
}

@media screen and (max-width:1200px) {
    table tbody tr:last-child td:first-child {
        border-radius: 0 0 0 28px;
    }
}

table tbody tr:last-child td:last-child {
    border-radius: 0 0 50px 0;
    border-bottom: 1px solid #e2e8f0;
}

@media screen and (max-width:1200px) {
    table tbody tr:last-child td:last-child {
        border-radius: 0 0 28px 0;
    }
}

.seo_container {
    background-color: #fff;
    padding: 60px 100px;
    border-radius: 60px;
}

.seo_container ul {
    margin-bottom: 25px;
    margin-top: 10px;
}

.seo_container h2:not(:first-of-type) {
    margin-top: 50px;
}

.seo_container h3 {
    font-size: 42px;
    margin-top: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width:987px) {
    .seo_container h3 {
        font-size: 20px;
        margin-top: 5px;
        margin-bottom: 5px;
    }
}

.seo_container p {
    margin-bottom: 10px;
}

.seo_container table {
    margin-top: 20px;
}

.seo_container table tr {
    width: 100%;
}

.seo_container table tr:nth-child(1) td {
    width: 50%;
}

@media screen and (max-width:1460px) {
    .seo_container {
        border-radius: 40px;
        padding: 50px 65px;
    }
}

@media screen and (max-width:1110px) {
    .seo_container {

        padding: 30px 25px;
    }
}

@media screen and (max-width:987px) {
    .seo_container {
        border-radius: 30px;
        padding: 30px 15px;
    }
}

.seo_container .flex {
    display: flex;
    gap: 90px;
    margin-top: 10px;
}

@media screen and (max-width:1100px) {
    .seo_container .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;

    }
}

.seo_container .flex .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    line-height: 1.444;
}

@media screen and (max-width:1460px) {
    .seo_container .flex .text {
        font-size: 16px;
    }

    .seo_container .flex .text img {
        max-width: 300px;
    }
}

.seo_container .flex .text img {
    height: auto;
	border-radius:30px;
}

@media screen and (max-width:1366px) {
    .seo_container .flex .text img {border-radius:20px;}
}

@media screen and (max-width:987px) {
    .seo_container .flex .text img {
        margin: 0 auto;
        display: block;
        width: 80%
    }
}

.seo_container .flex .text img.alignright {
    float: right;
    margin: 0 0 40px 40px;
}

@media screen and (max-width:987px) {
    .seo_container .flex .text img.alignright {
        float: unset;
        margin: 0 auto 20px;
        display: block;
        width: 80%
    }
}

.seo_container .flex .text img.alignleft {
    float: left;
    margin: 0 40px 40px 0;
}

@media screen and (max-width:987px) {
    .seo_container .flex .text img.alignleft {
        float: unset;
        margin: 0 auto 20px;
        display: block;
        width: 80%
    }
}

@media screen and (max-width:1100px) {
    .seo_container .flex .text {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%
    }
}

.seo_container .flex .text ul li {

    padding-left: 25px;
    display: flow-root;
}

.seo_container .flex .text ul li:not(:first-of-type) {
    margin-top: 15px;
}

@media screen and (max-width:987px) {
    .seo_container .flex .text ul li {
        display: block;
    }
}

.seo_container .flex .text ul li::before {
    /* content: "";
    display: block;
    background: url(../images/check.png);
    background-size: cover;
    width: 11px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 10px;
 */

    display: block;
    content: '';
    -webkit-mask: url('../images/svg/check.svg') no-repeat 50% 50%;
    mask: url('../images/svg/check.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 11px;
    height: 9px;
    background-color: var(--second-color);
    position: absolute;
    left: 0;
    top: 10px;
}

.seo_container .flex .text ol {
    counter-reset: count;
    margin-top: 10px;
    margin-bottom: 25px;
}

.seo_container .flex .text ol li {
    counter-increment: count;

}

.seo_container .flex .text ol li:not(:first-of-type) {
    margin-top: 15px;
}

.seo_container .flex .text ol li::before {
    content: counter(count) ".";
    float: left;
    color: var(--second-color);
    margin-right: 10px;
}

.seo_container .capture_banner {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 35px;
    margin-bottom: 20px;
}

.seo_container .capture_banner .people_banner .people_banner__img {
    width: 198px;
    height: 235px;
}

.seo_container .capture_banner .people_banner .people_banner__text {
    margin-left: -60px;
}

.seo_container .capture_banner .people_banner .people_banner__text h4,
.seo_container .capture_banner .people_banner .people_banner__text .h4 {
    font-size: 14px;
}

.seo_container .capture_banner .text_banner {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
}

@media screen and (max-width:987px) {
    .seo_container .capture_banner .text_banner {
        margin-bottom: 10px;
    }
}

.seo_container .capture_banner .text_banner p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1.455;
    gap: 7px;
    font-size: 19px;
}

@media screen and (max-width:1460px) {
    .seo_container .capture_banner .text_banner p {
        font-size: 16px;
    }
}

.seo_container .capture_banner .text_banner p::before {
    display: inline-block;
    content: '';
    -webkit-mask: url('../images/svg/quote.svg') no-repeat 50% 50%;
    mask: url('../images/svg/quote.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    width: 42px;
    height: 24px;
    background-color: var(--second-color);
}

.seo_container .capture_banner .text_banner .button {
    white-space: nowrap;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: unset;
}

.contacts-page .section_contacts .contacts_and_maps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.contacts-page .section_contacts .contacts_and_maps .map {
    width: 100%;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
    height: 400px;
    z-index: 1;
}

.contacts-page .section_contacts .contacts_and_maps .cat_za12sec {
    margin-top: -20px;
}

.contacts-page .section_contacts .contacts_and_maps .contacts {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-row-gap: 20px;
    -moz-row-gap: 20px;
    row-gap: 20px;
}

.contacts-page .section_contacts .contacts_and_maps .contacts::before {
    display: none;
}



@media screen and (max-width:987px) {
    .contacts-page .section_contacts .contacts_and_maps .contacts .cat {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.contacts-page .section_contacts .contacts_and_maps .contacts .form_contacts {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    margin-left: 20px;
    padding: 10px;
    color: #000;
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 30px;
    background-color: rgba(230, 234, 237, .851);
    text-align: center;
}

@media (min-width:987px) and (max-width:1770px) {
    .contacts-page .section_contacts .contacts_and_maps .right_contacts {
        align-items: flex-start;
        flex-wrap: nowrap;
    }

    .contacts-page .section_contacts .contacts_and_maps .contacts .form_contacts {
        max-width: 300px;
        min-width: 263px;
        flex: unset;
    }

    .contacts-page .section_contacts .contacts_and_maps .contacts .form_contacts .p_title {
        font-size: 18px;
    }

    .contacts-page .section_contacts .contacts_and_maps .contacts .form_contacts p.agreement {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:1235px) {
    .contacts-page .section_contacts .contacts_and_maps .right_contacts {
        flex-wrap: wrap;
    }
}

@media screen and (max-width:987px) {
    .contacts-page .section_contacts .contacts_and_maps .contacts .form_contacts {
        margin-left: 0;
    }


}

.contacts-page .section_contacts .contacts_and_maps .contacts .form_contacts form {
    margin-top: 10px;
}

.contacts-page .section_contacts .contacts_and_maps .contacts .form_contacts .p_title {
    font-size: 20px;
    font-weight: 700;
}

.contacts-page .section_contacts .contacts_and_maps .contacts .form_contacts .button {
    width: auto;
}

.contacts-page .section_contacts .contacts_and_maps .right_contacts {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 35px;
}

.contacts-page .section_contacts .contacts_and_maps .right_contacts .contact__item {
    margin-bottom: 15px;
}

@media screen and (max-width:1460px) {
    .section_contacts .container {
        max-width: 1300px;
    }
}

/* .section_contacts::before {
    content: "Контактная информация";
    display: block;
    font-weight: 300;
    font-size: 8vw;
    color: rgba(255, 255, 255, .502);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
} */

@media screen and (max-width:987px) {
    .section_contacts::before {
        top: 0;
    }

    .contacts-page .section_contacts .contacts_and_maps .right_contacts {
        padding: 30px 15px;
    }
}

.section_contacts .cat_za12sec {
    display: none;
}

.section_contacts .bullits {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
}

@media screen and (max-width:987px) {
    .section_contacts .bullits {
        gap: 20px;
    }
}

.section_contacts .bullits .bullit_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 380px;
}

.section_contacts .bullits .bullit_item svg {
    width: 24px;
    height: 18px;
    color: var(--main-color-v2);
}

@media screen and (max-width:987px) {
    .section_contacts .bullits .bullit_item {
        gap: 0;
    }
}

.section_contacts .bullits .bullit_item .bulit_text {
    font-size: 18px;
    text-align: center;
}

@media screen and (max-width:987px) {
    .section_contacts .bullits .bullit_item .bulit_text {
        font-size: 16px;
        margin-top: 10px;
    }
}

.section_contacts .contacts_and_maps {
    margin-top: 50px;
    display: flex;
    gap: 32px;
}

@media screen and (max-width:987px) {
    .section_contacts .contacts_and_maps {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.section_contacts .contacts_and_maps .map {
    width: calc(50% - 16px);
    border-radius: 30px;
    overflow: hidden;
    height: 435px;
    z-index: 1;
}

.section_contacts .contacts_and_maps .map img {
    object-fit: contain;
    object-position: center;
    border-radius: 20px;
    margin: 0 auto;
    display: flex;
    height: 100%;
}

@media screen and (max-width:987px) {
    .section_contacts .contacts_and_maps .map {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        width: 100%
    }
}

.section_contacts .contacts_and_maps .contacts {
    border-radius: 30px;
    background-color: #fff;
    padding: 30px;
    width: calc(50% - 16px);
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 40px;
    -webkit-column-gap: 80px;
    -moz-column-gap: 80px;
    column-gap: 80px;
}

@media screen and (max-width:1460px) {
    .section_contacts .contacts_and_maps .contacts {
        row-gap: 0;
        padding: 30px;
    }
}

@media screen and (max-width:987px) {
    .section_contacts .contacts_and_maps .contacts {
        width: 100%;
        display: flex;
        padding: 30px 15px;
    }
}

.section_contacts .contacts_and_maps .contacts .cat {
    position: absolute;
    right: 20px;
    bottom: 10px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.section_contacts .contacts_and_maps .contacts .cat .cat__text {
    max-width: 150px;
}

@media screen and (max-width:987px) {
    .section_contacts .contacts_and_maps .contacts .cat {
        display: none;
    }
}

.section_contacts .contacts_and_maps .contacts .contact__item {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width:1460px) {
    .section_contacts .contacts_and_maps .contacts .contact__item {
        max-width: 400px;
    }

    .section_contacts .contacts_and_maps .contacts .contact__item .messengers_images {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .section_contacts .contacts_and_maps .contacts .contact__item .messengers_images a {
        width: 30px;
    }
}

@media screen and (max-width:987px) {
    .section_contacts .contacts_and_maps .contacts .contact__item:not(:nth-child(1)) {
        margin-top: 20px;
    }

    .section_contacts .contacts_and_maps .contacts .contact__item.messCont__item {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-bottom: 70px;
    }

}

.section_contacts .contacts_and_maps .contacts .contact__item svg {
    margin-right: 10px;
    color: var(--second-color);
    min-width: 29px;
    min-height: 29px;
    width: 29px;
    height: 29px;
}

.section_contacts .contacts_and_maps .contacts .contact__item span {
    display: block;
    color: #60636c;
    font-size: 16px;
}

.section_contacts .contacts_and_maps .contacts .contact__item a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    max-width: 460px;
}

@media screen and (max-width:1460px) {
    .section_contacts .contacts_and_maps .contacts .contact__item a {
        max-width: 340px;
    }
}

@media (min-width:987px) and (max-width: 1150px) {
    .contacts-page .section_contacts .contacts_and_maps .contacts .cat {
        display: none;
    }

    .section_contacts .contacts_and_maps .contacts .cat {
        display: none;
    }
}

.section_contacts .contacts_and_maps .contacts .contact__item p {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-top: 5px;
    max-width: 460px;
}

.section_contacts .contacts_and_maps .button {
    margin-top: 0;
}

@media screen and (max-width:1460px) {
    .section_contacts .contacts_and_maps .button {
        margin-top: auto;
    }
}

@media screen and (max-width:978px) {
    .section_contacts .contacts_and_maps .button {
        margin: 20px auto 0;
        max-width: 320px;
    }
}

footer {
    margin-top: 50px;
    height: 1100px;
    background-image: url(../images/footer_bg.jpg);
    background-position: center bottom;
    background-size: cover;
    padding: 0 0;
}

footer .slider_price {
    display: none;
}

@media screen and (max-width:1460px) {
    footer {
        height: 750px;
    }
}

@media screen and (max-width:987px) {
    footer {
        height: auto;
        padding: 0 0 261px;
        background-color: #fefefe;
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 250%;
        background-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #fefefe), color-stop(90%, rgba(254, 254, 254, 0))), url(../images/footer_bg.jpg);
        background-image: -o-linear-gradient(#fefefe 80%, rgba(254, 254, 254, 0) 90%), url(../images/footer_bg.jpg);
        background-image: linear-gradient(#fefefe 80%, rgba(254, 254, 254, 0) 90%), url(../images/footer_bg.jpg);
    }
}

footer .container {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 50px;
}

@media screen and (max-width:1200px) {
    footer .container {
        gap: 25px;
    }
}

@media screen and (max-width:987px) {
    footer .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    footer .container .column_item-main {
        width: 100%
    }
}

footer .container .column_item {
    color: #747474;
    font-size: 14px;
    max-width: 320px;
}

@media screen and (max-width:987px) {
    footer .container .column_item {
        max-width: unset;
    }

    footer .container .column_item .messengers_images {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

footer .container .column_item b {
    display: block;
    margin-top: 50px;
}

footer .container .column_item a {
    display: block;
    margin: 20px 0;
    text-decoration: underline;
}

footer .container .column_item a:hover {
    text-decoration: none;
}

footer .container .column_item p {
    max-width: 350px;
}

footer .container .column_item.links a {
    color: var(--main-color);
    margin: 0 0 15px;
}

@media screen and (max-width:987px) {
    footer .container .column_item.links {
        width: 45%
    }
}

footer .container .column_item.last {
    text-align: right;
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

footer .container .column_item.last div:not(:first-of-type) {
    margin: 35px 0;
}

footer .container .column_item.last a {
    margin: 0 0 5px 0;
}

@media screen and (max-width:987px) {
    footer .container .column_item.last {
        font-weight: 700;
        text-align: left;
    }
}

footer .container .column_item.last p {
    max-width: unset;
}

footer .container .column_item.last div p:first-of-type {
    margin-bottom: 5px;
}

@media screen and (max-width:1460px) {
    .section_skv_1 .container {
        max-width: 1280px;
    }
}

.section_skv_1 .block {
    border-radius: 50px;
    background-color: #242223;
    background-image: url(../images/blocks/zkv_1_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    padding: 50px 125px;
}

@media screen and (max-width:1460px) {
    .section_skv_1 .block {
        padding: 30px 60px;
    }
}

@media screen and (max-width:987px) {
    .section_skv_1 .block {
        padding: 35px 15px;
        border-radius: 25px;
    }
}

.section_skv_1 .block .subtitleBlock .cat {
    z-index: 1;
}

.section_skv_1 .block .subtitleBlock .cat .cat__img {
    position: absolute;
    left: -101px;
    top: 90px;
}

@media screen and (max-width:1460px) {
    .section_skv_1 .block .subtitleBlock .cat .cat__img {
        left: -40px;
    }
}

@media (min-width:987px) and (max-width:1150px) {
    .section_skv_1 .block .subtitleBlock .cat .cat__img {
        left: -40px;
        top: 80%
    }
}

@media (max-width:987px) {
    .section_skv_1 .block .subtitleBlock .cat .cat__img {
        display: none;
    }
}

.section_skv_1 .block .subtitleBlock .subtitleBlock__text {
    border-radius: 20px;
    background-color: #fff;
    padding: 25px 35px;
    color: #000;
    font-size: 22px;
    text-align: center;
    margin: 20px 0;
}

@media screen and (max-width:1440px) {
    .section_skv_1 .block .subtitleBlock .subtitleBlock__text {
        max-width: 85%;
        margin: 20px auto;
    }
}

@media screen and (max-width:987px) {
    .section_skv_1 .block .subtitleBlock .subtitleBlock__text {
        padding: 20px 25px 60px;
        font-size: 16px;
        width: 100%
    }
}

.section_skv_1 .block .block__content {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width:987px) {
    .section_skv_1 .block .block__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.section_skv_1 .block .block__content .flex {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width:987px) {
    .section_skv_1 .block .block__content .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.section_skv_1 .block .block__content .flex .fans-arrow {
    margin-left: -20px;
    margin-right: 10px;
    width: 7%
}

@media screen and (max-width:1460px) {
    .section_skv_1 .block .block__content .flex .fans-arrow {
        margin-right: -15px;
        width: 5%;
        z-index: 1;
    }
}

@media screen and (max-width:987px) {
    .section_skv_1 .block .block__content .flex .fans-arrow {
        margin: 20px auto 0;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 20%
    }
}

.section_skv_1 .block .block__content .flex .left_img {
    width: 52%;
    margin-left: -50px;
    margin-top: -40px;
}

@media (min-width:987px) and (max-width:1460px) {
    .section_skv_1 .block .block__content .flex .left_img {
        margin-left: 0;
    }
}

@media screen and (max-width:987px) {
    .section_skv_1 .block .block__content .flex .left_img {
        width: 95%;
        margin: 0 auto;
    }
}

.section_skv_1 .block .block__content .flex .right_img {
    width: 44%
}

@media screen and (max-width:987px) {
    .section_skv_1 .block .block__content .flex .right_img {
        width: 95%;
        margin: 0 auto;
    }
}

.section_skv_1 .block .block__content .form {
    border: 1px solid #fff;
    border-radius: 30px;
    background-color: rgba(184, 184, 184, .651);
    color: #000;
    padding: 30px 30px 35px;
    max-width: 385px;
    width: 100%
}

.section_skv_1 .block .block__content .form_body .form_mess .mess.active {
    background-color: #fff;
}

.section_skv_1 .block .block__content .bottom_text {
    margin-top: 20px;
    font-size: 22px;
}

/* .section_skv_2::before {
    content: "ОСТЕКЛЕНИЕ";
    display: block;
    font-weight: 300;
    font-size: 18vw;
    color: rgba(255, 255, 255, .502);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
} */

@media screen and (max-width:978px) {
    .section_skv_2::before {
        top: 0;
    }
}

.section_skv_2 .slider_skv_2 {
    max-width: 1200px;
    margin: 50px auto 0;
}

@media screen and (max-width:987px) {
    .section_skv_2 .slider_skv_2 {
        margin: 20px auto 0;
    }
}

.section_skv_2 .slide__item {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width:987px) {
    .section_skv_2 .slide__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
}

.section_skv_2 .slide__item .slide__item-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: initial;
}

@media screen and (max-width:1460px) {
    .section_skv_2 .slide__item .slide__item-content {
        margin-left: 60px;
    }
}

@media screen and (max-width:987px) {
    .section_skv_2 .slide__item .slide__item-content {
        margin-left: 0;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.section_skv_2 .slide__item .slide__item-content .slide__banner {
    border-radius: 25px;
    background-color: #e2e8f0;
    padding: 35px 45px;
    margin-bottom: 35px;
}

@media screen and (max-width:987px) {
    .section_skv_2 .slide__item .slide__item-content .slide__banner {
        padding: 23px 15px;
        border-radius: 20px;
        position: absolute;
        top: 0;
        z-index: 1;
    }
}

.section_skv_2 .slide__item .slide__item-content .slide__banner .promo_green {
    text-align: left;
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    background-color: var(--second-color-v2);
    width: 100%;
    min-width: 400px;
    position: relative;
    left: -45px;
    padding: 15px 40px;
    line-height: 1;
    -webkit-clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0 100%, 0 54%, 0 0);
    clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0 100%, 0 54%, 0 0);
}

@media screen and (max-width:987px) {
    .section_skv_2 .slide__item .slide__item-content .slide__banner .promo_green {
        font-size: 22px;
        left: -20px;
        min-width: 200px;
    }
}

.section_skv_2 .slide__item .slide__item-content .slide__banner .procent {
    display: flex;
    margin-top: 15px;
    color: #2d2d2d;
}

.section_skv_2 .slide__item .slide__item-content .slide__banner .procent .procent_text-left {
    font-weight: 700;
    font-size: 31px;
}

@media screen and (max-width:987px) {
    .section_skv_2 .slide__item .slide__item-content .slide__banner .procent .procent_text-left {
        font-size: 24px;
    }
}

.section_skv_2 .slide__item .slide__item-content .slide__banner .procent .procent_text-left span {
    font-size: 96px;
    display: block;
    line-height: .8em;
}

@media screen and (max-width:987px) {
    .section_skv_2 .slide__item .slide__item-content .slide__banner .procent .procent_text-left span {
        font-size: 72px;
    }
}

.section_skv_2 .slide__item .slide__item-content .slide__banner .procent .procent_text-right {
    margin-left: 20px;
    font-size: 31px;
}

@media screen and (max-width:987px) {
    .section_skv_2 .slide__item .slide__item-content .slide__banner .procent .procent_text-right {
        font-size: 24px;
    }
}

.section_skv_2 .slide__item .slide__item-content .bullit_item {
    margin-left: 30px;
    font-size: 22px;
    margin-bottom: 20px;
}

@media screen and (max-width:987px) {
    .section_skv_2 .slide__item .slide__item-content .bullit_item {
        text-align: center;
        margin-left: 0;
        margin-bottom: 25px;
        font-size: 18px;
    }
}

.section_skv_2 .slide__item .slide__item-content .bullit_item::before {
    content: "";
    display: block;
    background: url(../images/check.png);
    background-size: cover;
    width: 20px;
    height: 15px;
    position: absolute;
    left: -30px;
    top: 7px;
}

@media screen and (max-width:987px) {
    .section_skv_2 .slide__item .slide__item-content .bullit_item::before {
        top: -20px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.section_skv_2 .slide__item .slide__item-content .slide__info {
    border-radius: 25px;
    background-color: #fff;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 40px;
    margin-top: 65px;
}

.section_skv_2 .slide__item .slide__item-content .slide__info img {
    max-width: 166px;
}

@media screen and (max-width:987px) {
    .section_skv_2 .slide__item .slide__item-content .slide__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.section_skv_2 .slide__item .slide__item-content .slide__info p {
    margin-left: 30px;
    font-size: 22px;
}

@media screen and (max-width:987px) {
    .section_skv_2 .slide__item .slide__item-content .slide__info p {
        margin-left: 0;
        text-align: center;
    }
}

.section_skv_2 .slide__item .slide__item-content .slide__info .cat {
    content: "";
    display: block;
    width: 176px;
    height: 60px;
    position: absolute;
    top: -40px;
}
.section_skv_2 .slide__item .slide__item-content .slide__info .cat img {width:auto;height:60px;margin:0 auto;display:block;}

.section_skv_2 .slide__item .slide__item-content .button {
    font-size: 16px;
}

@media screen and (max-width:978px) {
    .section_skv_2 .slide__item .slide__item-img {
        margin: 220px auto 20px;
        max-height: 300px;
    }

    .section_skv_2 .slide__item .slide__item-img img {
        max-height: 300px;
    }
}

.section_skv_2 .arrow-prev {
    left: 100px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media screen and (max-width:1460px) {
    .section_skv_2 .arrow-prev {
        left: -10px;
    }
}

@media screen and (max-width:1260px) {
    .section_skv_2 .arrow-prev {
        left: 10px;
    }
}

@media screen and (max-width:978px) {
    .section_skv_2 .arrow-prev {
        left: 10px;
        top: 37%
    }
}

.section_skv_2 .arrow-next {
    right: 100px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media screen and (max-width:1460px) {
    .section_skv_2 .arrow-next {
        right: -10px;
    }
}

@media screen and (max-width:1260px) {
    .section_skv_2 .arrow-next {
        right: 10px;
    }
}

@media screen and (max-width:978px) {
    .section_skv_2 .arrow-next {
        top: 37%
    }
}

@media screen and (max-width:1460px) {
    .section_skv_3 .container {
        max-width: 1380px;
    }
}

.section_skv_3 .grid-items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 30px;
}

@media screen and (max-width:978px) {
    .section_skv_3 .grid-items {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px;
    }
}

.section_skv_3 .grid-items .grid-items__item {
    border-radius: 30px;
    background-color: #fff;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    gap: 30px;
    padding: 30px 35px;
}

.section_skv_3 .grid-items .grid-items__item img {
    max-width: 290px;
    border-radius: 30px;
}

@media (min-width:978px) and (max-width:1210px) {
    .section_skv_3 .grid-items .grid-items__item img {
        max-width: 230px;
    }
}

@media screen and (max-width:1460px) {
    .section_skv_3 .grid-items .grid-items__item {
        padding: 25px 30px;
    }
}

@media screen and (max-width:1100px) {
    .section_skv_3 .grid-items .grid-items__item {
        grid-auto-flow: row;
        gap: 15px;
    }
}

.section_skv_3 .grid-items .grid-items__item .text h3,
.section_skv_3 .grid-items .grid-items__item .text .h3 {
    font-size: 20px;
    color: #393939;
}

.section_skv_3 .grid-items .grid-items__item .text p {
    margin-top: 22px;
    font-size: 14px;
    color: #60636c;
}

@media screen and (max-width:978px) {
    .section_skv_3 .grid-items .grid-items__item .text p {
        margin-top: 15px;
    }
}

@media screen and (max-width:1460px) {
    .section_skv_4 .container {
        max-width: unset;
    }
}

.section_skv_4 .cat {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.section_skv_4 .cat .cat__text {
    color: #000;
    max-width: 270px;
}

.section_skv_4 .cat .cat__text::before {
    content: "";
    display: block;
    width: 21px;
    height: 50px;
    background-image: url(../images/before.png);
    position: absolute;
    left: 12px;
    bottom: -32px;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    top: unset;
    z-index: 1;
}

@media screen and (max-width:1280px) {
    .section_skv_4 .cat {
        display: none;
    }
}

.section_skv_4 .block {
    border-radius: 50px;
    background-color: #242223;
    background-image: url(../images/blocks/skv3_img_1.jpg);
    background-size: cover;
    height: 893px;
    padding: 50px 60px 0;
    color: #fff;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width:1460px) {
    .section_skv_4 .block {
        height: 790px;
    }
}

@media screen and (max-width:1280px) {
    .section_skv_4 .block {
        padding: 50px 30px;
    }
}

@media screen and (max-width:978px) {
    .section_skv_4 .block {
        display: none;
    }
}

.section_skv_4 .block .tab-items {
    display: flex;
    gap: 10px;
    margin-top: auto;
}

/* @media screen and (max-width:1460px) {
    .section_skv_4 .block .tab-items {}
} */

@media screen and (max-width:1280px) {
    .section_skv_4 .block .tab-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.section_skv_4 .block .tab-items .tab-items-item {
    border-width: 2px;
    border-color: #fff;
    border-style: solid;
    border-radius: 28px;
    background-color: #0c0c0c;
    width: 193px;
    height: 156px;
    background-size: cover;
    cursor: pointer;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    padding: 10px 25px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

@media screen and (max-width:1460px) {
    .section_skv_4 .block .tab-items .tab-items-item {
        padding: 10px 12px;
    }
}

@media screen and (max-width:1460px) {
    .section_skv_4 .block .tab-items .tab-items-item {
        width: 160px;
        font-size: 16px;
    }
}

@media screen and (max-width:1260px) {
    .section_skv_4 .block .tab-items .tab-items-item {
        width: unset;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        min-width: 250px;
        font-size: 14px;
    }
}

.section_skv_4 .block .tab-items .tab-items-item::before {
    content: "";
    background-color: #000;
    background-size: cover;
    position: absolute;
    inset: 0;
    opacity: .5;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 28px;
}

.section_skv_4 .block .tab-items .tab-items-item .toogle_text {
    margin-top: auto;
    font-size: 14px;
    color: #f3d676;
    border-bottom: 1px dotted #f3d676;
    z-index: 2;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.section_skv_4 .block .tab-items .tab-items-item span {
    margin-top: auto;
    font-weight: 700;
    z-index: 2;
    font-size: 18px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

@media screen and (max-width:1460px) {
    .section_skv_4 .block .tab-items .tab-items-item span {
        font-size: 16px;
    }
}

.section_skv_4 .block .tab-items .tab-items-item:hover {
    border-color: #ffe17c;
}

.section_skv_4 .block .tab-items .tab-items-item:hover span {
    opacity: .6;
}

.section_skv_4 .block .tab-items .tab-items-item.active {
    border-color: #ffe17c;
}

.section_skv_4 .block .tab-items .tab-items-item.active span {
    opacity: .6;
}

.section_skv_4 .block .tab-items .tab-items-item.active .toogle_text {
    margin-top: auto;
    font-size: 14px;
    color: #fff;
    border-bottom: 1px dotted transparent;
    opacity: .6;
}

.section_skv_4 .mob {
    display: none;
}

@media screen and (max-width:978px) {
    .section_skv_4 .mob {
        display: block;
    }
}

.section_skv_4 .mob .swiper_block {
    margin-top: 20px;
    padding-right: 40px;
    padding-bottom: 60px;
}

.section_skv_4 .mob .swiper_block .slide_block__item {
    height: 260px;
    border-radius: 20px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px;
}

.section_skv_4 .mob .swiper_block .slide_block__item p {
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin: auto auto 0;
}

.section_skv_4 .mob .swiper_block .prev {
    position: absolute;
    top: unset;
    bottom: 0;
    border-radius: 50%;
    left: calc(50% - 60px);
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.section_skv_4 .mob .swiper_block .next {
    position: absolute;
    border-radius: 50%;
    top: unset;
    bottom: 0;
    right: calc(50% - 60px);
    cursor: pointer;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.section_skv_4 .mob .swiper_block .next.swiper-button-disabled,
.section_skv_4 .mob .swiper_block .prev.swiper-button-disabled {
    opacity: 0.2;
}

.section_skv_4 .mob .cat .text {
    max-width: 76%;
    margin: 0 auto;
}

.section_skv_4 .mob .cat .text::before {
    display: none;
}

.section_skv_4 .mob .cat .text::after {
    left: -90px;
    top: -30px;
}

@media screen and (max-width:1460px) {
    .section_skv_5 .container {
        max-width: 1320px;
    }
}

/* .section_skv_5::before {
    content: "ПРОДУКЦИЯ";
    display: block;
    font-weight: 300;
    font-size: 18vw;
    color: rgba(255, 255, 255, .502);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
} */

@media screen and (max-width:978px) {
    .section_skv_5::before {
        top: -10px;
    }
}

.section_skv_5 .block_flex {
    background-image: url(../images/blocks/skv5_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 45px;
    background-color: #fff;
    margin-top: 40px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media (min-width:978px) and (max-width:1460px) {
    .section_skv_5 .block_flex {
        background-size: 110% 100%;
        background-position: right;
    }
}

@media screen and (max-width:978px) {
    .section_skv_5 .block_flex {
        background-image: url(../images/blocks/skv5_bg_mob.jpg);
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.section_skv_5 .block_flex .flex_left {
    padding: 50px 60px;
    width: 50%
}

@media screen and (max-width:1640px) {
    .section_skv_5 .block_flex .flex_left {
        padding: 20px 25px;
    }
}

@media screen and (max-width:978px) {
    .section_skv_5 .block_flex .flex_left {
        width: 100%;
        padding: 20px 10px;
    }
}

.section_skv_5 .block_flex .flex_left h3 {
    font-size: 52px;
    font-weight: 700;
    margin-top: 10px;
}

@media screen and (max-width:1440px) {
    .section_skv_5 .block_flex .flex_left h3 {
        font-size: 42px;
    }
}

@media screen and (max-width:978px) {
    .section_skv_5 .block_flex .flex_left h3 {
        font-size: 24px;
        text-align: center;
    }
}

.section_skv_5 .block_flex .flex_left .form_items {
    padding: 0;
    margin-top: 50px;
    counter-reset: count;
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    -webkit-column-gap: 45px;
    -moz-column-gap: 45px;
    column-gap: 45px;
}

@media screen and (max-width:1460px) {
    .section_skv_5 .block_flex .flex_left .form_items {
        grid-auto-flow: unset;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}

@media screen and (max-width:978px) {
    .section_skv_5 .block_flex .flex_left .form_items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        row-gap: 10px;
    }
}

.section_skv_5 .block_flex .flex_left .form_items label {
    font-size: 22px;
    counter-increment: count;
}

@media screen and (max-width:1460px) {
    .section_skv_5 .block_flex .flex_left .form_items label {
        font-size: 18px;
        width: 67%
    }
}

@media screen and (max-width:978px) {
    .section_skv_5 .block_flex .flex_left .form_items label {
        width: 100%
    }
}

.section_skv_5 .block_flex .flex_left .form_items label::before {
    content: counter(count);
    display: block;
    border-radius: 50%;
    background-color: var(--second-color-v2);
    width: 28px;
    height: 28px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    position: absolute;
    left: 0;
}

.section_skv_5 .block_flex .flex_left .form_items label span {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    padding-left: 40px;
}

@media (min-width:978px) and (max-width:1150px) {
    .section_skv_5 .block_flex .flex_left .form_items label span {
        white-space: wrap;
    }
}

@media screen and (max-width:978px) {
    .section_skv_5 .block_flex .flex_left .form_items label span {
        display: block;
        margin-top: 5px;
    }
}

.section_skv_5 .block_flex .flex_left .form_items label span output {
    font-size: 22px;
    font-weight: 700;
    width: 120px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-left: 5px;
}

@media (min-width:978px) and (max-width:1150px) {
    .section_skv_5 .block_flex .flex_left .form_items label span output {
        text-wrap: nowrap;
    }
}

@media screen and (max-width:1460px) {
    .section_skv_5 .block_flex .flex_left .form_items label span output {
        font-size: 18px;
    }
}

@media screen and (max-width:978px) {
    .section_skv_5 .block_flex .flex_left .form_items label span output {
        margin-left: 0;
    }
}

.section_skv_5 .block_flex .flex_left .form_items label input,
.section_skv_5 .block_flex .flex_left .form_items label select {
    width: 100%
}

.section_skv_5 .block_flex .flex_left .form_items label input[type=range]::-webkit-slider-thumb {
    background: url(../images/transfer.png);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    width: var(--thumb-width, var(--thumb-height));
    background-color: currentColor;
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
}

.section_skv_5 .block_flex .flex_left .form_items label input[type=range] {
    margin-top: 30px;
    --track-height: 0.325em;
}

@media screen and (max-width:768px) {
    .section_skv_5 .block_flex .flex_left .form_items label input[type=range] {
        --track-height: 0.425em;
        --thumb-height: 1.325em;
    }
}

.section_skv_5 .block_flex .flex_left .form_items label .form_select {
    padding: 11.5px 7px 11.5px 14px;
    color: #000;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: Mulish, sans-serif;
    background-color: #fff;
    background-image: url(../images/select_arrow.png);
    background-repeat: no-repeat;
    background-position: center right 15px;
    height: 50px;
    font-size: 16px;
    padding: 0 7px 0 14px;
    border: 1px solid #b4bacf;
    border-radius: 15px;
    margin-top: 15px;
}

.section_skv_5 .block_flex .flex_left .form_items label .form_select option {
    font-family: Mulish, sans-serif;
    font-size: 16px;
}

.section_skv_5 .block_flex .flex_left .form_items label .form_select::-webkit-input-placeholder {
    color: #000;
    font-size: 16px;
    font-family: Mulish, sans-serif;
}

.section_skv_5 .block_flex .flex_left .form_items label .form_select::-moz-placeholder {
    color: #000;
    font-size: 16px;
    font-family: Mulish, sans-serif;
}

.section_skv_5 .block_flex .flex_left .form_items label .form_select:-ms-input-placeholder {
    color: #000;
    font-size: 16px;
    font-family: Mulish, sans-serif;
}

.section_skv_5 .block_flex .flex_left .form_items label .form_select::-ms-input-placeholder {
    color: #000;
    font-size: 16px;
    font-family: Mulish, sans-serif;
}

.section_skv_5 .block_flex .flex_left .form_items label .form_select::placeholder {
    color: #000;
    font-size: 16px;
    font-family: Mulish, sans-serif;
}

.section_skv_5 .block_flex .flex_left .btn_text {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
}

@media screen and (max-width:978px) {
    .section_skv_5 .block_flex .flex_left .btn_text {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 20px;
    }
}

.section_skv_5 .block_flex .flex_left .btn_text p {
    font-size: 22px;
}

@media screen and (max-width:1460px) {
    .section_skv_5 .block_flex .flex_left .btn_text p {
        max-width: 250px;
        font-size: 16px;
    }
}

.section_skv_5 .block_flex .flex_left .btn_text .btn_more {
    white-space: nowrap;
}

@media screen and (max-width:1460px) {
    .section_skv_5 .block_flex .flex_left .btn_text .btn_more {
        font-size: 16px;
        padding: 15px;
        margin-left: 10px;
    }
}

@media screen and (max-width:978px) {
    .section_skv_5 .block_flex .flex_left .btn_text .btn_more {
        width: 100%;
        margin-top: 10px;
        margin-left: 0;
    }
}

.section_skv_5 .block_flex .flex_right {
    margin-left: 100px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
}

@media screen and (max-width:1640px) {
    .section_skv_5 .block_flex .flex_right {
        margin-left: 0;
        padding: 20px 15px;
    }

    .section_skv_5 .block_flex .flex_right .form.form_white {
        margin-left: 12px;
    }
}

@media screen and (max-width:978px) {
    .section_skv_5 .block_flex .flex_right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0px;
    }
}

@media screen and (max-width:1460px) {
    .section_skv_5 .block_flex .flex_right .cat .cat__img {
        left: 20px;
    }
}

@media screen and (max-width:1180px) {
    .section_skv_5 .block_flex .flex_right .cat .cat__img {
        left: 32px;
    }
}

@media screen and (max-width:987px) {
    .section_skv_5 .block_flex .flex_right .cat .cat__img {
        left: 20px;
    }
}

.section_skv_5 .block_flex .flex_right .payment_result {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section_skv_5 .block_flex .flex_right .payment_result .payment_price {
    font-style: normal;
    font-size: 22px;
    max-width: 260px;
    text-align: left;
    padding: 12px 25px;
    background-color: #fff;
    border-radius: 20px;
    min-width: 190px;
}

@media screen and (max-width:1640px) {
    .section_skv_5 .block_flex .flex_right .payment_result .payment_price {
        font-size: 14px;
        max-width: 220px;
    }
}

@media (min-width:987px) and (max-width:1640px) {
    .section_skv_5 .block_flex .flex_right .payment_result {
        margin-top: -70px;
    }
}

@media screen and (max-width:978px) {
    .section_skv_5 .block_flex .flex_right .payment_result .payment_price {
        width: 100%;
        max-width: unset;
        text-align: center;
    }
}

.section_skv_5 .block_flex .flex_right .payment_result .payment_price b {
    display: block;
    font-size: 43px;
    font-weight: 900;
    font-style: normal;
    text-wrap: nowrap;
}

@media screen and (max-width:1640px) {
    .section_skv_5 .block_flex .flex_right .payment_result .payment_price b {
        font-size: 28px;
    }
}

.section_skv_5 .block_flex .flex_right .payment_result .payment_price::before {
    content: "";
    display: block;
    background-image: url(../images/before.png);
    background-repeat: no-repeat;
    width: 21px;
    height: 50px;
    top: -30px;
    left: 50px;
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    position: absolute;
}

.section_skv_5 .block_flex .flex_right .form_body .input_block {
    margin-top: 5px;
    margin-bottom: 5px;
}

.section_skv_5 .block_flex .flex_right .form_body .btn {
    width: 100%
}

.section_skv_5 .block_flex .flex_right .form_body .form_mess .mess.active {
    background-color: #fff;
}

.form.form_white {
    border: 1px solid rgba(255, 255, 255, .231372549);
    border-radius: 30px;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(38%, #d9dad8), to(rgba(255, 255, 255, .7483368347)));
    background: -o-linear-gradient(bottom, #d9dad8 38%, rgba(255, 255, 255, .7483368347) 100%);
    background: linear-gradient(0deg, #d9dad8 38%, rgba(255, 255, 255, .7483368347) 100%);
    color: #000;
    padding: 30px 30px 35px;
    max-width: 350px;
    width: 100%;
    margin-left: 20px;
}

@media screen and (max-width:1640px) {
    .form.form_white {
        max-width: 330px;
    }
}

@media screen and (max-width:978px) {
    .form.form_white {
        margin-left: 0;
        padding: 30px 25px 35px;
    }

    .section_skv_5 .block_flex .flex_right .form_body .btn {
        margin-bottom: 5px;
    }
}

.form.form_white .form_body .form_mess .mess.active {
    background-color: #fff;
}

.form.form_white .form_body .form_mess .mess.active p {
    color: #000;
}

/* .section_skv_6::before {
    content: "ПРОДУКЦИЯ";
    display: block;
    font-weight: 300;
    font-size: 18vw;
    color: rgba(255, 255, 255, .502);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
} */

@media screen and (max-width:987px) {
    .section_skv_6::before {
        top: 0;
    }
}

.section_skv_6 .capture_banner {
    background-image: none;
    background-color: #e2e8f0;
    display: flex;
    padding: 22px;
    margin-top: 50px;
}

.section_skv_6 .capture_banner .cat {
    position: absolute;
    left: -134px;
    top: 60%
}

@media screen and (max-width:1500px) {
    .section_skv_6 .capture_banner .cat {
        display: none;
    }
}

@media screen and (max-width:987px) {
    .section_skv_6 .capture_banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 22px 14px;
        margin-top: 20px;
    }
}

/* .section_skv_6 .capture_banner::before {
    content: "";
    display: block;
    position: absolute;
    left: -30px;
    top: calc(60% - 17px);
    width: 37px;
    height: 34px;
    background: url(../images/before-banner_block.png) no-repeat;
} */

@media screen and (max-width:1500px) {
    .section_skv_6 .capture_banner::before {
        display: none;
    }
}

.section_skv_6 .capture_banner .people_banner {
    margin-top: 20px;
}

@media screen and (max-width:1440px) {
    .section_skv_6 .capture_banner .people_banner {
        margin-left: 50px;
    }
}

.section_skv_6 .capture_banner .people_banner .people_banner__img {
    height: 264px;
    width: 200px;
    margin-bottom: -22px;
}

.section_skv_6 .capture_banner .people_banner .people_banner__text {
    margin-left: -60px;
}

.section_skv_6 .capture_banner .people_banner .people_banner__text h4,
.section_skv_6 .capture_banner .people_banner .people_banner__text .h4 {
    font-size: 14px;
}

.section_skv_6 .capture_banner .text_banner {
    margin-left: 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width:987px) {
    .section_skv_6 .capture_banner .text_banner {
        margin-left: 0;
    }
}

.section_skv_6 .capture_banner .text_banner::before {
    content: "";
    display: block;
    width: 42px;
    height: 36px;
    background-image: url(../images/rev_q.png);
    background-repeat: no-repeat;
    margin-top: -10px;
    margin-bottom: 10px;
}

.section_skv_6 .capture_banner .text_banner p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 26px;
    display: unset;
    margin-top: 5px;
    color: #393939;
    line-height: 1.296;
}

@media screen and (max-width:1440px) {
    .section_skv_6 .capture_banner .text_banner p {
        font-size: 24px;
    }
}

@media screen and (max-width:987px) {
    .section_skv_6 .capture_banner .text_banner p {
        font-size: 18px;
    }
}

.section_skv_6 .blocks {
    display: -ms-grid;
    display: grid;

    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 10px;
}

@media screen and (max-width:1340px) {
    .section_skv_6 .blocks {

        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }
}

@media screen and (max-width:987px) {
    .section_skv_6 .blocks {

        grid-template-columns: repeat(1, 1fr);
    }
}

.section_skv_6 .blocks .blocks__item {
    padding: 30px 30px 50px;
    border-radius: 30px;
    background-color: #fff;
}

@media screen and (max-width:987px) {
    .section_skv_6 .blocks .blocks__item {
        padding: 20px 15px;
    }
}

.section_skv_6 .blocks .blocks__item h3,
.section_skv_6 .blocks .blocks__item .h3 {
    font-size: 20px;
}

.section_skv_6 .blocks .blocks__item ul .row {
    padding-bottom: 0;
    margin-top: 15px;
    height: 21px;
}

.section_skv_6 .blocks .blocks__item ul .row .left {
    border-bottom: 1px solid rgba(40, 118, 221, .3137254902);
}

.section_skv_6 .blocks .blocks__item ul .row .left a {
    color: var(--main-color);
}

@media screen and (max-width:987px) {
    .section_skv_6 .blocks .blocks__item ul .row .left {
        white-space: wrap;
        display: inline;
    }
}

.section_skv_6 .blocks .blocks__item ul .row .left::before {
    display: none;
}

.section_skv_6 .blocks .blocks__item ul .row .right {
    color: #000;
    font-weight: 400;
}

.arrow-next,
.arrow-prev {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

@media screen and (max-width:987px) {

    .arrow-next,
    .arrow-prev {
        width: 30px;
        height: 30px;
        top: 60%
    }
}

.arrow-next.swiper-button-disabled,
.arrow-prev.swiper-button-disabled {
    opacity: .2;
}

@media screen and (max-width:1610px) {
    .section_skv_7 .container-1360 {
        max-width: 1170px;
    }
}

.section_skv_7 .arrow-prev {
    left: -100px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media screen and (max-width:1420px) {
    .section_skv_7 .arrow-prev {
        left: -50px;
    }
}

@media screen and (max-width:1280px) {
    .section_skv_7 .arrow-prev {
        left: 15px;
    }
}

.section_skv_7 .arrow-next {
    right: -100px;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media screen and (max-width:1420px) {
    .section_skv_7 .arrow-next {
        right: -50px;
    }
}

@media screen and (max-width:1280px) {
    .section_skv_7 .arrow-next {
        right: 15px;
    }
}

@media screen and (max-width:978px) {
    .section_skv_7 .arrow-next {
        right: 60px;
    }
}

/* .section_skv_7::before {
    content: "СТЕКЛОПАКЕТЫ";
    display: block;
    font-weight: 300;
    font-size: 12vw;
    color: rgba(255, 255, 255, .502);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
} */

@media screen and (max-width:1510px) {
    .section_skv_7::before {
        top: 0px;
    }
}

@media screen and (max-width:978px) {
    .section_skv_7::before {
        top: 0;
    }
}

.section_skv_7 .subtitle {
    color: #60636c;
    font-size: 18px;
    text-align: center;
    max-width: 1250px;
    margin: 20px auto 40px;
}

@media screen and (max-width:978px) {
    .section_skv_7 .subtitle {
        font-size: 16px;
    }
}

@media screen and (max-width:978px) {
    .section_skv_7 .slider_steklopaket {
        padding-right: 40px;
    }
}

.section_skv_7 .slider_steklopaket .swiper-slide {
    height: initial !important;
}

.section_skv_7 .slider_steklopaket .swiper-slide .slider_steklopaket-block {
    border-radius: 25px;
    background-color: #fff;
    text-align: center;
    padding: 20px 20px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 100%;
    border-width: 1px;
    border-color: #dfdfdf;
    border-style: solid;
}

.section_skv_7 .slider_steklopaket .swiper-slide .slider_steklopaket-block h3 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 auto;
    height: 60px;
}

.section_skv_7 .slider_steklopaket .swiper-slide .slider_steklopaket-block img {
    margin: 15px auto 0;
    height: 205px;
    -o-object-fit: contain;
    object-fit: contain;
}

.section_skv_7 .slider_steklopaket .swiper-slide .slider_steklopaket-block>p {
    text-align: left;
    font-size: 16px;
    color: #60636c;
}

.section_skv_7 .slider_steklopaket .swiper-slide .slider_steklopaket-block ul {
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: left;
}

@media (max-width:765px) {
    .section_skv_7 .slider_steklopaket .swiper-slide .slider_steklopaket-block ul {
        margin-bottom: 10px;
    }
}

.section_skv_7 .slider_steklopaket .swiper-slide .slider_steklopaket-block ul li {
    position: relative;
    padding-left: 18px;
    margin-top: 5px;
    font-size: 16px;
    color: #60636c;
}

@media (max-width:765px) {
    .section_skv_7 .slider_steklopaket .swiper-slide .slider_steklopaket-block ul li {
        font-size: 15px;
    }
}

.section_skv_7 .slider_steklopaket .swiper-slide .slider_steklopaket-block ul li::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: 0;
    background: url(../images/check.png);
    background-size: cover;
    width: 11px;
    height: 9px;
}

.section_skv_7 .slider_steklopaket .swiper-slide .slider_steklopaket-block .price {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 18px;
    width: 100%;
    margin-top: auto;
    align-items: center;
}

.section_skv_7 .slider_steklopaket .swiper-slide .slider_steklopaket-block .price .main_price {
    font-weight: 700;
    max-width: 110px;
    text-align: left;
}

.section_skv_7 .slider_steklopaket .swiper-slide .slider_steklopaket-block .price .main_price span {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #60636c;
    font-weight: 400;
}

.section_skv_8 .white_block {
    border-radius: 60px;
    background-color: #fff;
    padding: 50px;
}

@media screen and (max-width:978px) {
    .section_skv_8 .white_block {
        padding: 20px 15px;
    }
}

.section_skv_8 .white_block .table {
    max-width: 830px;
    margin: 50px auto 20px;
    text-align: left;
}

@media screen and (max-width:978px) {
    .section_skv_8 .white_block .table {
        margin: 20px auto 20px;
    }
}

.section_skv_8 .white_block .table tr td {
    width: 50%;
    margin: 0 auto;
    padding-left: 100px;
}

@media screen and (max-width:978px) {
    .section_skv_8 .white_block .table tr td {
        padding: 10px;
    }
}

.section_skv_8 .white_block .table tr td:nth-child(2) {
    text-align: center;
    padding-left: 0;
}

.section_skv_9 .black_block {
    background-image: url(../images/blocks/bg_sert.jpg);
    background-size: cover;
    background-position: center;
    padding: 60px 50px 80px;
    color: #fff;
    border-radius: 60px;
}

@media screen and (max-width:978px) {
    .section_skv_9 .black_block {
        padding: 20px 15px;
        border-radius: 20px;
    }
}



@media screen and (max-width:1460px) {
    section.company .container {
        max-width: 1320px;
    }
}

section.company .black_block {
    background-image: url(../images/blocks/company_bg.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 60px;
    color: #fff;
    padding: 50px 0;
    overflow: hidden;
}

section.company .black_block::after {
	content: '';
	display:block;
	background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #242223), to(rgba(36, 34, 35, 0)));
    background: -o-linear-gradient(bottom, #242223 25%, rgba(36, 34, 35, 0) 100%);
    background: linear-gradient(0deg, #242223 25%, rgba(36, 34, 35, 0) 100%);
    width: 100%;
    padding: 70px 140px 50px;
    position: absolute;
    bottom: 0;
    z-index: 1;
	
}

@media screen and (max-width:978px) {
    section.company .black_block {
        padding: 50px 0;
        border-radius: 20px;
        background-image: url(../images/blocks/company_bg_mob.jpg);
    }
}

section.company .black_block h1 {
    font-size: 61px;
    text-align: center;
}

@media screen and (max-width:978px) {
    section.company .black_block h1 {
        font-size: 24px;
    }
}

section.company .black_block .flex {
    /* display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; */
    padding: 0 78px;
	display: grid;
    /* grid-template-areas: "text photo bullits"; */
    grid-template-columns: repeat(3,1fr);
    height: 100%;
    gap: 0 20px;
	align-items: center;
	margin-top:20px;
}

@media screen and (max-width:1510px) {
    section.company .black_block .flex {
        padding: 0 25px;
    }
}

@media screen and (max-width:978px) {
    section.company .black_block .flex {
        padding: 0 15px;
        margin-top: 30px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

section.company .black_block .flex .text_block {
    max-width: 635px;
	position: relative;
    z-index: 2;
}

@media screen and (max-width:1510px) {
    section.company .black_block .flex .text_block {
        max-width: 500px;
    }
}

section.company .black_block .flex .text_block .years p {
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
}

@media screen and (max-width:1510px) {
    section.company .black_block .flex .text_block .years p {
        font-size: 38px;
    }
}

@media screen and (max-width:1110px) {
    section.company .black_block .flex .text_block .years p {
        max-width: 420px;
    }


}

@media screen and (max-width:978px) {
    section.company .black_block .flex .text_block .years p {
        font-size: 30px;
        margin-top: -10px;
    }
}

section.company .black_block .flex .text_block .director__text {
    max-width: 400px;
}

section.company .black_block .flex .text_block .director__text h4 {
    font-size: 26px;
    position: relative;
}

@media screen and (max-width:1460px) {
    section.company .black_block .flex .text_block .director__text h4 {
        font-size: 22px;
    }
}

@media screen and (max-width:987px) {
    section.company .black_block .flex .text_block .director__text h4 {
        font-size: 18px;
    }
}

section.company .black_block .flex .text_block .director__text h4::before {
    content: "";
    display: block;
    width: 35px;
    height: 1px;
    background-color: var(--second-color);
    position: absolute;
    bottom: -10px;
}

@media screen and (max-width:1460px) {
    section.company .black_block .flex .text_block .director__text h4::before {
        bottom: -15px;
    }
}

@media screen and (max-width:987px) {
    section.company .black_block .flex .text_block .director__text h4::before {
        bottom: -10px;
    }
}

section.company .black_block .flex .text_block .director__text .quotation {
    font-size: 18px;
    font-weight: 300;
    position: relative;
    margin-top: 70px;
    line-height: 1.66;
    max-width: 390px;
}

@media screen and (max-width:1460px) {
    section.company .black_block .flex .text_block .director__text .quotation {
        font-size: 16px;
        margin-top: 30px;
        max-width: 345px;
        max-height: 260px;
    }
}

@media screen and (max-width:987px) {
    section.company .black_block .flex .text_block .director__text .quotation {
        margin-top: 50px;
    }
}

section.company .black_block .flex .text_block .director__text .quotation::before {
    content: "";
    display: block;
    background: url(../images/quotation-png.png);
    width: 29px;
    height: 22px;
    position: absolute;
    left: 0;
    top: -42px;
}

@media screen and (max-width:1460px) {
    section.company .black_block .flex .text_block .director__text .quotation::before {
        display: none;
    }
}

@media screen and (max-width:987px) {
    section.company .black_block .flex .text_block .director__text .quotation::before {
        display: block;
        top: -32px;
    }
}

section.company .black_block .flex .text_block .director__text .director__painting {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-top: 25px;
}

section.company .black_block .flex .text_block .director__text .director__painting .painting {
    mix-blend-mode: lighten;
}

section.company .black_block .flex .director_img img {
    display: block;    
    max-width: 500px;
    width: 100%;
}

section.company .black_block .flex .director_img {
   /*  margin-right: -20px;
    margin-left: -185px;
    margin-bottom: -135px;
    max-width: 590px; */
	align-self: end;
    margin-bottom: -10px;
}

/* @media screen and (max-width:1510px) {
    section.company .black_block .flex .director_img {margin-bottom: -70px;}
} */

@media screen and (max-width:1510px) {
    section.company .black_block .flex .director_img {
        /* max-width: 550px;
        margin-left: -131px;
        margin-right: -46px;
        margin-top: 20px; */
    }
}

@media screen and (max-width:1210px) {
    section.company .black_block .flex .director_img {
        /* max-width: 490px;
        margin-left: -187px;
        margin-right: 0;
        margin-top: 0; */
    }

    section.company .black_block .flex .text_block {
        max-width: 450px;
    }
}

@media screen and (max-width:1110px) {
    section.company .black_block .flex .director_img {
       /*  margin-left: -145px;
        margin-right: -55px; */
    }
}


@media screen and (max-width:978px) {
    section.company .black_block .flex .director_img {
        /* margin: 0;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3; */
    }
}

section.company .black_block .flex .green_bullits {
    margin-left: 40px;
    position: relative;
    z-index: 2;
}

/* @media screen and (max-width:1210px) {
    section.company .black_block .flex .green_bullits {
        margin-left: -40px;
    }
} */

@media screen and (max-width:978px) {
    section.company .black_block .flex .green_bullits {
        margin: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

section.company .black_block .flex .green_bullits .bull {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 60px;
}

@media screen and (max-width:1510px) {
    section.company .black_block .flex .green_bullits .bull {
        margin-top: 55px;
    }
}

@media screen and (max-width:978px) {
    section.company .black_block .flex .green_bullits .bull {
        margin-top: 20px;
    }
}

section.company .black_block .flex .green_bullits .bull .num {
    color: var(--second-color-v2);
    font-size: 77px;
    font-weight: 700;
    margin-right: 10px;
    line-height: 1;
}

@media screen and (max-width:1510px) {
    section.company .black_block .flex .green_bullits .bull .num {
        font-size: 58px;
    }
}

@media screen and (max-width:978px) {
    section.company .black_block .flex .green_bullits .bull .num {
        font-size: 56px;
    }
}

section.company .black_block .flex .green_bullits .bull .text {
    -webkit-clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
    clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
    background-color: var(--second-color-v2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: 68px;
    padding: 10px 40px 10px 20px;
    font-size: 25px;
    font-weight: 700;
    color: #000;
    max-width: 305px;
    line-height: .9;
}

@media screen and (max-width:1510px) {
    section.company .black_block .flex .green_bullits .bull .text {
        font-size: 18px;
        height: 55px;
        max-width: 220px;
    }
}



@media screen and (max-width:1180px) {
    section.company .black_block::after{display:none;}
	section.company .black_block .flex {grid-template-areas: "photo text" "bullits bullits";grid-template-columns:1fr 1fr;justify-items:center;}
	section.company .black_block .flex .text_block{grid-area:text;}
	section.company .black_block .flex .director_img{
		grid-area:photo;
		mask-image: linear-gradient(to top, transparent, black 15%);
		max-width:400px;
	}
	section.company .black_block .flex .green_bullits{grid-area:bullits;display: flex;flex-wrap: wrap;gap:20px;max-width: 800px;margin: 35px 0 0;justify-content: center;}
	section.company .black_block .flex .green_bullits .bull {width:45%;min-width:380px;margin-top:0;}
	section.company .black_block .flex .green_bullits .bull .num {min-width: 150px;text-align: right;font-size: 46px;}
	section.company .black_block .flex .green_bullits .bull .text {font-size: 18px;}
}

@media screen and (max-width:978px) {
	section.company .black_block .flex .green_bullits .bull {min-width:300px;}
	section.company .black_block .flex .green_bullits .bull .num{font-size:36px;min-width: 120px;}
    section.company .black_block .flex .green_bullits .bull .text {
        font-size: 16px;
        padding: 7px 15px 7px 10px;
        height: 45px;
        max-width: 211px;
        width: auto;
    }
	section.company .black_block .flex .text_block .years p {font-size:3.5vw;}
}

@media screen and (max-width:600px) {
	section.company .black_block::after{display:block;}
	section.company .black_block .flex {grid-template-areas: "text" "bullits" "photo";grid-template-columns:1fr;row-gap:20px;}
	section.company .black_block .flex .green_bullits{margin-top:0;}
	section.company .black_block .flex .director_img{max-width:300px;}
	section.company .black_block .flex .text_block .years p {font-size:24px;}
}

@media screen and (max-width:480px) {
	section.company .black_block .flex .green_bullits .bull .num{font-size: 24px;min-width: 80px;}
    section.company .black_block .flex .green_bullits .bull .text {font-size: 14px;}
	section.company .black_block .flex .director_img{max-width:200px;}
}

section.company .black_block .director_footer {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #242223), to(rgba(36, 34, 35, 0)));
    background: -o-linear-gradient(bottom, #242223 25%, rgba(36, 34, 35, 0) 100%);
    background: linear-gradient(0deg, #242223 25%, rgba(36, 34, 35, 0) 100%);
    width: 100%;
    padding: 70px 140px 50px;
	position: absolute;
    bottom: 0;
    z-index: 1;
}

@media screen and (max-width:987px) {
    section.company .black_block .director_footer::before {
        content: "";
        display: block;
        width: 150%;
        height: 400px;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(75%, #242223), to(rgba(36, 34, 35, 0)));
        background: -o-linear-gradient(bottom, #242223 75%, rgba(36, 34, 35, 0) 100%);
        background: linear-gradient(0deg, #242223 75%, rgba(36, 34, 35, 0) 100%);
        position: absolute;
        top: -120px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

/* @media screen and (max-width:1460px) {
    section.company .black_block .director_footer {
        padding: 30px 65px 35px;
    }
} */

/* @media screen and (max-width:1210px) {
    section.company .black_block .director_footer {
        padding: 30px 35px 35px;
    }
} */

/* .section_skv_11::before {
    content: "КОМАНДА";
    display: block;
    font-weight: 300;
    font-size: 17vw;
    color: rgba(255, 255, 255, .502);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
} */

@media screen and (max-width:1100px) {
    .section_skv_11::before {
        top: 0;
    }
}

.section_skv_11 .subtitleBlock {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.section_skv_11 .subtitleBlock .cat .cat__img {
    position: absolute;
    left: -120px;
    top: 35px;
    z-index: 3;
}

@media (min-width:987px) and (max-width:1150px) {
    .section_skv_11 .subtitleBlock .cat .cat__img {
        left: -40px;
    }
}

@media (max-width:987px) {
    .section_skv_11 .subtitleBlock .cat .cat__img {
        left: calc(50% - 140px);
        top: -110px;
    }
}

.section_skv_11 .subtitleBlock .subtitleBlock__text {
    border-radius: 20px;
    background-color: #e2e8f0;
    width: 100%;
    text-align: center;
    padding: 30px 55px;
    max-width: 1366px;
    margin: 20px auto 0;
    position: relative;
    font-size: 36px;
}

@media (max-width:1640px) {
    .section_skv_11 .subtitleBlock .subtitleBlock__text {
        max-width: 1000px;
    }
}

@media (max-width:987px) {
    .section_skv_11 .subtitleBlock .subtitleBlock__text {
        margin-top: 30px;
        padding: 18px;
    }
    .section_skv_11 .subtitleBlock .cat {display: none;}
}

.section_skv_11 .subtitleBlock .subtitleBlock__text::before {
    content: "";
    display: block;
    position: absolute;
    left: -26px;
    top: calc(50% - 17px);
    width: 37px;
    height: 34px;
    z-index: 1;
    background: url(../images/before-banner_block.png) no-repeat;
}

@media (max-width:987px) {
    .section_skv_11 .subtitleBlock .subtitleBlock__text::before {
        left: calc(50% - 17px);
        top: -20px;
        -webkit-transform: rotate(66deg);
        -ms-transform: rotate(66deg);
        transform: rotate(66deg);
        display: none;
    }
}

.section_skv_11 .subtitleBlock .subtitleBlock__text p {
    font-size: 36px;
}

@media (max-width:1640px) {
    .section_skv_11 .subtitleBlock .subtitleBlock__text p {
        font-size: 32px;
    }
}

@media (max-width:987px) {
    .section_skv_11 .subtitleBlock .subtitleBlock__text p {
        font-size: 16px;
    }
}

.section_skv_11 .swiper_spec {
    max-width: 1640px;
    padding: 100px 10px 0;
    overflow: visible;
    cursor: grab;
}

@media (max-width:987px) {
    .section_skv_11 .swiper_spec {
        padding: 70px 40px 0 10px;
    }
}

.section_skv_11 .swiper_spec .swiper-slide {
    height: initial;
}

.section_skv_11 .swiper_spec .btn-prev {
    display: block;
    position: absolute;
    top: 20px;
    left: calc(50% - 70px);
    width: 60px;
    height: 60px;
    cursor: pointer;
}

@media (max-width:987px) {
    .section_skv_11 .swiper_spec .btn-prev {
        width: 40px;
        height: 40px;
    }
}

.section_skv_11 .swiper_spec .btn-prev.swiper-button-disabled {
    opacity: .2;
}

.section_skv_11 .swiper_spec .btn-prev img {
    width: 100%
}

.section_skv_11 .swiper_spec .btn-next {
    display: block;
    position: absolute;
    top: 20px;
    right: calc(50% - 70px);
    width: 60px;
    height: 60px;
    cursor: pointer;
}

@media (max-width:987px) {
    .section_skv_11 .swiper_spec .btn-next {
        width: 40px;
        height: 40px;
    }
}

.section_skv_11 .swiper_spec .btn-next.swiper-button-disabled {
    opacity: .2;
}

.section_skv_11 .swiper_spec .btn-next img {
    width: 100%
}

.spec_block {
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    max-height: 700px;
    height: 100%;
	justify-content: center;
}

.spec_block img {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
    border-radius: 20px;
}

.modal-catalog-window .spec_block {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media screen and (min-width: 987px) {

    .modal-catalog-window .spec_block .text {
        position: relative;
        left: unset;
        transform: none;
        bottom: unset;
        margin-top: 10px;
    }

}

@media screen and (max-width: 987px) {
    .modal-catalog-window .spec_block {
        display: none;
    }
}


.modal-catalog-window .spec_block img {
    width: auto;
    height: fit-content;
    border-radius: 0 !important;
    max-width: 97%;
    max-height: 75%;
}

.spec_block .text {
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    text-align: center;
    font-size: 20px;
    padding: 18px;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 320px;
    width: 100%
}

.spec_block .text b {
    display: block;
}

/* .section_skv_12::before {
    content: "v";
    display: block;
    font-weight: 300;
    font-size: 12vw;
    color: rgba(255, 255, 255, .502);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
} */

@media (max-width:987px) {
    .section_skv_12::before {
        top: -10px;
    }
}

.section_skv_12 .container {
    max-width: 1380px;
}

.section_skv_12 .items {
    display: -ms-grid;
    display: grid;

    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    margin-top: 50px;
}

@media (max-width:987px) {
    .section_skv_12 .items {

        grid-template-columns: repeat(2, 1fr);
    }
}

.section_skv_12 .items .usl_item {
    height: 185px;
    text-align: center;
    overflow: hidden;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 10px 5px;
    background-size: cover;
    border-width: 1px;
    border-color: rgb(223, 223, 223);
    border-style: solid;
    border-radius: 17px;
    background-color: #fff;
}

@media (max-width:987px) {
    .section_skv_12 .items .usl_item {
        height: 120px;
    }
}


.section_skv_12 .items .usl_item .image {
    border-radius: 15px;
    height: 130px;
    overflow: hidden;
}

.section_skv_12 .items .usl_item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.section_skv_12 .items .usl_item .text {
    font-size: 14px;
    margin-top: auto;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width:987px) {
    .section_skv_12 .items .usl_item .text h3 {
        font-size: 14px;
    }
}

@media (max-width:987px) {
    .section_skv_12 .items .usl_item .text .blue_href {
        font-size: 12px;
    }
}

.section_skv_13 .cat {
    display: none;
}

/* @media screen and (max-width:987px) {
    .section_skv_13 .cat {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 30px auto 0;
    }
} */

.section_skv_13 .block_white {
    border-radius: 60px;
    background-color: #fff;
    padding: 35px 90px;
}

@media screen and (max-width:978px) {
    .section_skv_13 .block_white {
        padding: 25px 0px;
        border-radius: 20px;
    }
}

.section_skv_13 .block_white .open_mob {
    display: none;
}

@media screen and (max-width:978px) {
    .section_skv_13 .block_white .open_mob {
        display: block;
        margin-left: -35px;
        margin-top: 20px;
    }
}

@media screen and (max-width:978px) {
    .section_skv_13 table {
        margin-top: 20px;
    }
}

.section_skv_13 table tr:nth-child(1) td.first {
    padding-left: 44px;
}

@media screen and (max-width:978px) {
    .section_skv_13 table tr:nth-child(1) td.first {
        padding-left: 10px;
    }
}

.section_skv_13 table tr td {
    font-size: 16px;
}

@media screen and (max-width:978px) {
    .section_skv_13 table tr td {
        font-size: 14px;
    }
}

.section_skv_13 table tr td.first {
    text-align: left;
    padding-left: 56px;
    width: 70%
}

@media screen and (max-width:978px) {
    .section_skv_13 table tr td.first {
        padding-left: 10px;
        width: 43%;
    }
}

.section_skv_13 table tr td.bold {
    font-weight: 700;
    font-size: 18px;
    padding: 18px 5px 18px 44px;
}

@media screen and (max-width:978px) {
    .section_skv_13 table tr td.bold {
        font-size: 14px;
        padding-left: 10px;
    }
}

.section_skv_13 table tr .rowspan {
    background-color: #fff;
    border-top: 1px solid rgba(226, 232, 240, .6);
    border-bottom: 1px solid rgba(226, 232, 240, .6);
}

.fancybox__container .fancybox__content .kviz {
    padding: 0;
    width: 100%;
}

.fancybox__container .fancybox__content .kviz h2 br {
    display: none;
}

.fancybox__container section {
    padding-top: 0px;
}

.block_kviz {
    background-color: #fff;
    border-radius: 60px;
    padding: 30px 0;
    max-width: 1260px;
    margin: 0 auto;
}

.block_kviz .subtitle {
    font-size: 18px;
    margin-top: 20px;
}

@media screen and (max-width:1460px) {
    .block_kviz {
        max-width: 1060px;
    }

    .block_kviz h2 br,
    .block_kviz .h2 br {
        display: none;
    }
}

@media screen and (max-width:978px) {
    .block_kviz {
        background-color: #e2e8f0;
        border-radius: 30px;
        padding: 20px 0;
        margin: 0 5px;
    }

    .block_kviz .subtitle {
        font-size: 14px;
        margin-top: 10px;
    }
}

.block_kviz .cat {
    position: absolute;
    top: 70px;
    left: -40px;
}

@media screen and (max-width:1460px) {
    .block_kviz .cat {
        top: 68px;
        left: 10px;
    }
}

@media screen and (max-width:978px) {
    .block_kviz .cat {
        display: none;
    }
}

.block_kviz .flex {
    display: flex;
    margin-top: 35px;
}



@media screen and (max-width:978px) {
    .block_kviz .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: static;
        overflow-x: clip;
        overflow-y: visible;
    }
}

.block_kviz .flex .swiper_kviz {
    max-width: 890px;
    margin: 0 auto;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;

    transition: .1s;
}
.block_kviz .flex .swiper-wrapper{flex-grow: 1;}

@media screen and (max-width:1600px) {
    .block_kviz .flex .swiper_kviz {
        max-width: 760px;
        margin: 0 5px;
    }
}

@media screen and (max-width:1460px) {
    .block_kviz .flex .swiper_kviz {
        max-width: 690px;
    }
}

@media screen and (max-width:1210px) {
    .block_kviz .flex .swiper_kviz {
        max-width: 550px;
    }
}

@media screen and (max-width:987px) {
    .block_kviz .flex .swiper_kviz {
        overflow: visible;
        position: static;
        margin: 0 10px;
        width: calc(100% - 20px);
    }
}

.block_kviz .flex .swiper_kviz .slide_kviz.multi>.flex {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
}

@media screen and (max-width:978px) {
    .block_kviz .flex .swiper_kviz .slide_kviz.multi>.flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column-reverse;
    }
}

.block_kviz .flex .swiper_kviz .slide_kviz.multi>.flex h3 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

@media screen and (max-width:978px) {
    .block_kviz .flex .swiper_kviz .slide_kviz.multi>.flex h3 {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
}

.block_kviz .flex .swiper_kviz .slide_kviz h3 {
    font-size: 24px;
}

@media screen and (max-width:978px) {
    .block_kviz .flex .swiper_kviz .slide_kviz h3 {
        font-size: 16px;
        text-align: center;
    }
}

.block_kviz .flex .swiper_kviz .slide_kviz .stiker {
    font-size: 12px;
    font-weight: 700;
    background-color: var(--second-color-v2);
    border-radius: 20px;
    padding: 10px 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    margin-top: 0;
}

.block_kviz .flex .swiper_kviz .slide_kviz .stiker img {
    margin-right: 10px;
}


@media screen and (max-width:978px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .stiker {
        font-size: 10px;
        border-radius: 10px;
        padding: 2px 15px;
        margin: 0px auto 0px;
        width: fit-content;
    }

    .block_kviz .flex .swiper_kviz .slide_kviz .stiker img {
        width: 10px;
        height: 10px;
        margin-right: 5px;
    }
}


.block_kviz .flex .swiper_kviz .slide_kviz .kviz__items {
    display: -ms-grid;
    display: grid;

    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    margin-top: 10px;
}

@media screen and (max-width:1460px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .kviz__items {
        gap: 5px;
    }
}

@media screen and (max-width:1210px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .kviz__items {

        grid-template-columns: repeat(3, 1fr);
    }
}

.block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item {
    border-width: 1px;
    border-color: #d3d6e3;
    border-style: solid;
    border-radius: 25px;
    background-color: #fff;
    padding: 10px 10px;
    text-align: center;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    height: 185px;
	box-sizing: border-box;
}

@media screen and (max-width:1460px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item {
        height: 185px;
    }
}

@media screen and (max-width:978px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item {
        height: 105px;
        border-radius: 12px;
        padding: 6px;
    }
}

.block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item img {
    height: 125px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    width: 100%;
    border-radius: 25px;
    overflow: hidden;
}

@media screen and (max-width:1460px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item img {
        height: 125px;
    }
}

@media screen and (max-width:978px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item img {
        height: 60px;
        border-radius: 12px;
    }
}

.block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item p {
    font-size: 16px;
    margin: 14px 0 0;
    height: 40px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width:1460px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item p {
        font-size: 14px;
    }
}

@media screen and (max-width:978px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item p {
        font-size: 12px;
        margin: 6px 0 0;
    }
}

.block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item .checkbox {
    position: absolute;
    right: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 25px;
}

@media screen and (max-width:1460px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item .checkbox {
        top: 20px;
    }
}

@media screen and (max-width:978px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item .checkbox {
        top: 10px;
        right: 0;
    }
}

.block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item .checkbox .custom-checkbox+label::before {
    margin-right: 0;
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 5px;
    background-color: #f6f7f8;
    -webkit-box-shadow: 2.06px 3.429px 12.22px .78px rgba(0, 0, 0, .17);
    box-shadow: 2.06px 3.429px 12.22px .78px rgba(0, 0, 0, .17);
    cursor: pointer;
}

.block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item .checkbox .custom-checkbox:checked+label::before {
    border-color: var(--main-color);
    background-color: var(--main-color);
}

@media screen and (min-width:978px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item:hover {
        background-color: #e2ecee;
    }
}


.block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item.active {
    background-color: #e2ecee;
}

.block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item .quantity_counter {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item .quantity_counter .btn {
    border-radius: 8px;
    background-color: var(--main-color);
    color: #fff;
    width: 42px;
    height: 39px;
    z-index: 12;
    font-size: 32px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    overflow: hidden;
}

.block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item .quantity_counter .btn::after {
    content: none;
}

.block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item .quantity_counter .btn:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
}

.block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item .quantity_counter .btn:active {
    -webkit-filter: brightness(.9);
    filter: brightness(.9);
}

@media screen and (max-width:1550px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item .quantity_counter .btn {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width:978px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item .quantity_counter .btn {
        width: 25px;
        height: 25px;
    }
}

.block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item .quantity_counter .btn img {
    width: 20px;
    height: auto;
}

.block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item .quantity_counter .input_block {
    background-color: #fff;
    width: 79px;
    height: 39px;
    margin: 0 7px;
}

@media screen and (max-width:1550px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item .quantity_counter .input_block {
        width: 50px;
        height: 35px;
    }
}

@media screen and (max-width:978px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item .quantity_counter .input_block {
        width: 30px;
        height: 25px;
    }
}

.block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item .quantity_counter .input_block input {
    text-align: center;
    width: 100%;
    height: 100%;
    font-size: 18px;
    border-width: 1px;
    border-color: #c9c9c9;
    border-style: solid;
    border-radius: 8px;
}

.block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item .quantity_counter .input_block input::-webkit-inner-spin-button,
.block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item .quantity_counter .input_block input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}

@media screen and (max-width:987px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item .quantity_counter .input_block input {
        font-size: 16px;
    }
}

.block_kviz .flex .swiper_kviz .slide_kviz .form {
    background-color: #fff;
    color: #000;
}

@media screen and (max-width:987px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .form .form_body .p_title {
        font-size: 14px;
    }
}

.block_kviz .flex .swiper_kviz .slide_kviz .form .form_body .form_mess .mess.active {
    background-color: #e2e8f0;
}

.block_kviz .flex .swiper_kviz .slide_kviz .form .input_block {
    border-color: #636363;
}

.block_kviz .flex .swiper_kviz .slide_kviz .form_slideKviz {
    background-image: url(../images/blocks/kviz/kviz_form_hand.png);
    background-size: cover;
    background-position: center;
    padding: 20px;
    display: flex;
    border-width: 1px;
    border-color: #fff;
    border-style: solid;
    border-radius: 30px;
    background-color: rgba(226, 232, 240, .851);
    height: 100%
}

.block_kviz .flex .swiper_kviz .slide_kviz .form_slideKviz .form {
    border-radius: 22px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 9.8px .2px rgba(12, 52, 105, .1);
    box-shadow: 0 5px 9.8px .2px rgba(12, 52, 105, .1);
    border: none;
    padding: 20px 70px;
}

@media screen and (max-width:978px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .form_slideKviz .form {
        padding: 0 10px 10px;
		box-sizing: border-box;
    }

    .block_kviz .flex .swiper_kviz .slide_kviz .form_slideKviz {
        background-image: none;
        padding: 0px;
        border-width: 1px;
        border-color: transparent;
        background-color: transparent;
    }
}

.block_kviz .flex .swiper_kviz .slide_kviz .form_slideKviz .form_body {
    max-width: 300px;
}

.block_kviz .flex .swiper_kviz .slide_kviz .back {
    cursor: pointer;
    font-size: 16px;
    color: var(--main-color);
    margin-left: 10px;
    display: inline-flex;
    align-items: center;
    padding:10px;
}

.block_kviz .flex .swiper_kviz .slide_kviz .back svg {
    right: unset;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all .5s ease;
    display: block;
    width: 20px;
    height: 28px;
    top: 2px;
}

.block_kviz .flex .swiper_kviz .slide_kviz .back:hover svg {
    transform: rotate(180deg);
}


.block_kviz .flex .swiper_kviz .slide_kviz .blue_hrefs:hover svg {
    transform: rotate(180deg);
}

.block_kviz .flex .swiper_kviz .slide_kviz .back svg {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    border-bottom: 1px dotted transparent;
}

/* .block_kviz .flex .swiper_kviz .slide_kviz-form {
    height: calc(100% - 50px);
}

*/

@media screen and (max-width:978px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .back {
        cursor: pointer;
        font-size: 12px;
        color: var(--main-color);
    }

    .last-slideKviz {
        background-color: transparent !important;
        box-shadow: none !important;
        margin-top: -30px !important;
        margin-bottom: 0 !important;
    }

    .last-slideKviz .wText {
        background-color: transparent !important;
        font-size: 14px !important;
    }

    .block_kviz .flex .swiper_kviz .slide_kviz .form_slideKviz .form_body .p_title {
        font-size: 14px;
    }

    .block_kviz .flex .swiper_kviz .slide_kviz .form_slideKviz .form_body small {
        display: none;
    }

    .block_kviz .flex .swiper_kviz .slide_kviz-form form .btn {
        font-size: 12px;
    }

    .block_kviz .flex .swiper_kviz .slide_kviz-form {
        height: calc(100% - 0px);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

.block_kviz .flex .swiper_kviz .nav_btns {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -20px 0 0;
    overflow: visible;
    z-index: 2;
}

@media screen and (max-width:978px) {
    .block_kviz .flex .swiper_kviz .nav_btns {
        position: static;
		margin: 10px 0 0;
    }
}

@-webkit-keyframes AnimateBG {
    0% {
        background-position: 0 50%
    }

    100% {
        background-position: 100% 50%
    }
}

@keyframes AnimateBG {
    0% {
        background-position: 0 50%
    }

    100% {
        background-position: 100% 50%
    }
}

.block_kviz .flex .swiper_kviz .nav_btns .swiper-pagination-progressbar {
    position: relative;
    left: unset;
    bottom: unset;
    height: 12px;
    background-image: url(../images/blocks/kviz/bgScroll.png);
    background-repeat: repeat-x;
    background-size: 40px 12px;
    -webkit-animation: AnimateBG 20s ease infinite;
    animation: AnimateBG 20s ease infinite;
    border-radius: 20px;
    overflow: hidden;
    background-color: #f6f7f8;
}

@media screen and (max-width:978px) {
    .block_kviz .flex .swiper_kviz .nav_btns .swiper-pagination-progressbar {
        position: absolute;
        top: 110px;
        left: 40px;
        width: calc(65% - 40px);
        z-index: 10;
        bottom: unset;
    }
}

.block_kviz .flex .swiper_kviz .nav_btns .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--second-color-v2);
}

.block_kviz .flex .swiper_kviz .nav_btns .kolVoText {
    color: #4c4c4c;
    margin: 0 10px;
    font-size: 14px;
    white-space: nowrap;
}

@media screen and (max-width:978px) {
    .block_kviz .flex .swiper_kviz .nav_btns .kolVoText {
        position: absolute;
        top: 106px;
        right: 30px;
        width: calc(35% - 30px);
        z-index: 10;
    }
}

.block_kviz .flex .swiper_kviz .nav_btns .btn_more {
    cursor: pointer;
    margin: 0 10px;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 191px;
    height: 46px;
    padding: 0 10px;
    font-size: 14px;
}

.block_kviz .flex .swiper_kviz .nav_btns .btn_more.swiper-button-disabled {
    opacity: .0;
    border: 1px solid transparent;
    pointer-events: none;
}

@media screen and (max-width:978px) {
    .block_kviz .flex .swiper_kviz .nav_btns .btn_more {
        margin: 0 5px 0;
        width: 165px;
    }
}

.block_kviz .flex .swiper_kviz .nav_btns .btn_more[role=button]:hover {
    opacity: 1;
}

.block_kviz .flex .swiper_kviz .nav_btns .btn_more p {
    border-bottom: 1px dotted var(--main-color);
    cursor: pointer;
}

/* .block_kviz .flex .swiper_kviz .nav_btns .btn_more path {
    width: 5px;
    height: 7px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: calc(50% - 2.5px);
} */

@media screen and (max-width:978px) {
    .block_kviz .flex .swiper_kviz .nav_btns .prev {
        border: unset;
        padding: unset;
        background-color: unset;
    }
}

.block_kviz .flex .swiper_kviz .nav_btns .prev svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.block_kviz .flex .left_block {
    border-radius: 25px;
    background-color: #e3edef;
    background-image: url(../images/blocks/kviz_left_bg.jpg);
    background-size: cover;
    background-position: center;
    width: 300px;
    height: 544px;
    margin-left: -150px;
    padding: 7px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width:1600px) {
    .block_kviz .flex .left_block {
        margin-left: -50px;
    }
}

@media screen and (max-width:1460px) {
    .block_kviz .flex .left_block {
        margin-left: -70px;
        width: 235px;
        height: 500px;
    }
}

@media screen and (max-width:1200px) {
    .block_kviz .flex .left_block {
        margin-left: 0;
    }
}

@media screen and (max-width:978px) {
    .block_kviz .flex .left_block {
        margin: 0 5px 0;
        width: 100%;
        height: auto;
        background-image: none;
        background-color: #fff;
        -webkit-box-shadow: 0 5px 9.8px .2px rgba(12, 52, 105, .1);
        box-shadow: 0 5px 9.8px .2px rgba(12, 52, 105, .1);
        margin-bottom: -15px;
        visibility: hidden;
    }

    .block_kviz .flex .left_block.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        visibility: visible;
        margin: 0 5px 10px;
        position: static;
    }
}

.block_kviz .flex .left_block .border {
    border: 1px solid #e1e8eb;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    border-radius: 25px;
    padding: 10px;
    text-align: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width:978px) {
    .block_kviz .flex .left_block .border {
        border: none;
        width: 100%;
        height: 100%;
        padding: 0;
    }
}

.block_kviz .flex .left_block .border h4 {
    font-size: 22px;
    margin: 10px 0;
}

@media screen and (max-width:1460px) {
    .block_kviz .flex .left_block .border h4 {
        font-size: 18px;
    }
}

.block_kviz .flex .left_block .border .people {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width:978px) {
    .block_kviz .flex .left_block .border .people {
        display: none;
    }
}

.block_kviz .flex .left_block .border .people .name h5,
.block_kviz .flex .left_block .border .people .name .h5 {
    font-size: 16px;
    text-align: left;
}

.block_kviz .flex .left_block .border .people .name h5::before,
.block_kviz .flex .left_block .border .people .name .h5::before {
    bottom: -6px;
}

.block_kviz .flex .left_block .border .people .name p {
    margin-top: 10px;
}

.block_kviz .flex .left_block .border .people img {
    margin-right: 10px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    background-color: #fff;
}

.block_kviz .flex .left_block .border .wText {
    background-color: #fff;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 700;
    height: 38px;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    padding: 2px 10px;
    z-index: 1;
}

@media screen and (max-width:1460px) {
    .block_kviz .flex .left_block .border .wText {
        text-align: left;
        line-height: 1.063;
        font-size: 15px;
        padding: 5px 15px;
        border-radius: 20px;
    }
}

@media screen and (max-width:978px) {
    .block_kviz .flex .left_block .border .wText {
        margin-top: 0;
        padding: 0;
        margin-bottom: 10px;
        height: unset;
    }
}

.block_kviz .flex .left_block .border .wText::before {
    content: "";
    display: block;
    background-image: url(../images/before.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 16px;
    height: 50px;
    top: -30px;
    left: 50px;
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1);
    position: absolute;
    z-index: -1;
}

@media screen and (max-width:1460px) {
    .block_kviz .flex .left_block .border .wText::before {
        left: 10px;
    }
}

@media screen and (max-width:978px) {
    .block_kviz .flex .left_block .border .wText::before {
        display: none;
    }
}

.block_kviz .flex .left_block .border .get_motiv {
    margin-top: 10px;
}

@media screen and (max-width:978px) {
    .block_kviz .flex .left_block .border .get_motiv {
        display: -ms-grid;
        display: grid;

        grid-template-columns: repeat(3, 1fr);
        margin-top: 0;
        gap: 15px;
        padding: 0;
    }
}

.block_kviz .flex .left_block .border .get_motiv .item {
    padding: 20px 0;
    margin: 0 auto;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
}

@media screen and (max-width:978px) {
    .block_kviz .flex .left_block .border .get_motiv .item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        border-bottom: none !important;
        padding: 0;
    }
}

.block_kviz .flex .left_block .border .get_motiv .item img {
    width: 40px;
    margin-right: 10px;
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

@media screen and (max-width:978px) {
    .block_kviz .flex .left_block .border .get_motiv .item img {
        margin-right: 0;
        width: 30px;
        height: 30px;
    }
}

.block_kviz .flex .left_block .border .get_motiv .item:not(:last-of-type) {
    border-bottom: 1px solid #c1cacb;
}

.block_kviz .flex .left_block .border .get_motiv .item span {
    display: block;
    font-size: 16px;
}

@media screen and (max-width:1460px) {
    .block_kviz .flex .left_block .border .get_motiv .item span {
        font-size: 14px;
        line-height: 1.071;
    }
}

.block_kviz .flex .left_block .border .button {
    width: 100%;
    font-size: 15px;
    padding: 10px 10px;
    margin-top: auto;
    font-weight: 700;
    height: 50px;
}

@media screen and (max-width:978px) {
    .block_kviz .flex .left_block .border .button {
        display: none;
    }

    .block_kviz .flex .left_block .border .get_motiv .item span {
        font-size: 12px;
    }
}

.block_kviz .flex .right_block {
    border-radius: 25px;
    background-color: #e3edef;
    background-image: url(../images/blocks/kviz_right_bg.jpg);
    background-size: cover;
    width: 300px;
    height: 544px;
    margin-right: -150px;
    padding: 15px;
}

@media screen and (max-width:1600px) {
    .block_kviz .flex .right_block {
        margin-right: -50px;
    }
}

@media screen and (max-width:1460px) {
    .block_kviz .flex .right_block {
        margin-right: -70px;
        width: 235px;
        height: 500px;
    }
}

@media screen and (max-width:1200px) {
    .block_kviz .flex .right_block {
        margin-right: 0;
    }
}

@media screen and (max-width:978px) {
    .block_kviz .flex .right_block {
        margin: 20px auto;
        display: none;
    }
}

.block_kviz .flex .right_block h4,
.block_kviz .flex .right_block .h4 {
    text-align: center;
    font-size: 22px;
}

.block_kviz .flex .right_block .gift_kviz {
    counter-reset: count;
    margin-top: 30px;
}

.block_kviz .flex .right_block .gift_kviz .gift_kviz-item {
    counter-increment: count;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 11px 0;
}

.block_kviz .flex .right_block .gift_kviz .gift_kviz-item:not(:last-of-type) {
    border-bottom: 1px solid #f3f7f8;
}

.block_kviz .flex .right_block .gift_kviz .gift_kviz-item::before {
    content: counter(count);
    border-radius: 50%;
    max-width: 28px;
    max-height: 28px;
    min-width: 28px;
    min-height: 28px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: var(--second-color);
}

@media screen and (max-width:1460px) {
    .block_kviz .flex .right_block .gift_kviz .gift_kviz-item::before {
        position: absolute;
        z-index: 1;
        left: 10px;
    }
}

.block_kviz .flex .right_block .gift_kviz .gift_kviz-item .icon {
    width: 70px;
    margin-left: 10px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width:1460px) {
    .block_kviz .flex .right_block .gift_kviz .gift_kviz-item .icon {
        margin-left: 0;
        width: 50px;
    }
}

.block_kviz .flex .right_block .gift_kviz .gift_kviz-item p {
    font-size: 16px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin-left: 15px;
}

@media screen and (max-width:1460px) {
    .block_kviz .flex .right_block .gift_kviz .gift_kviz-item p {
        width: auto;
        font-size: 14px;
    }
}

@media screen and (max-width:1460px) {
    .banner-section .container {
        max-width: 1320px;
    }
}

.banner-section h2 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: header;
}

.banner-section .text {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    grid-area: text;
}

.banner-section .form_white {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 3;
    grid-area: form;
}

.banner-section .bullits {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    grid-area: bullits;
}

.banner-section .people {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    grid-area: worker;
}

@media screen and (max-width:978px) {
    .banner-section {
        padding: 50px 0 0;
    }
}

.banner-section .banner__block-1 {
    background-image: url(../images/blocks/banner__block-1.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 50px;
    padding: 70px 80px;
}

@media screen and (max-width:1460px) {
    .banner-section .banner__block-1 {
        padding: 40px 50px 80px;
    }
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-1 {
        padding: 35px 15px;
        border-radius: 20px;
        background-image: url(../images/blocks/banner__block-1_mob.jpg);
        background-size: 110% 110%
    }
}

.banner-section .banner__block-1 .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 150px 390px;
    grid-template-columns: auto 390px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -webkit-column-gap: 150px;
    -moz-column-gap: 150px;
    column-gap: 150px;
    grid-auto-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-areas: "header form""text form""bullits form"
}

@media screen and (max-width:1460px) {
    .banner-section .banner__block-1 .grid {
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
        row-gap: 0;
    }
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-1 .grid {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.banner-section .banner__block-1 .grid h2 {
    text-align: left;
    line-height: 1.241;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
}

@media screen and (max-width:1510px) {
    .banner-section .banner__block-1 .grid h2 {
        font-size: 32px;
        line-height: 1.063;
    }
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-1 .grid h2 {
        text-align: center;
        font-size: 24px;
        max-width: 90%;
        margin: 0 auto;
    }
}

.banner-section .banner__block-1 .grid .text {
    font-weight: 300;
    font-size: 22px;
    margin-top: 60px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    max-width: 688px;
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-1 .grid .text {
        font-size: 18px;
        text-align: center;
        margin-top: 50px;
    }
}

.banner-section .banner__block-1 .grid .text::before {
    content: "";
    display: block;
    background: url(../images/blocks/quotation-svg.svg);
    width: 29px;
    height: 22px;
    position: absolute;
    left: 0;
    top: -42px;
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-1 .grid .text::before {
        left: calc(50% - 14.5px);
        top: -30px;
    }
}

.banner-section .banner__block-1 .grid .bullits {
    margin-top: 80px;
    display: -ms-grid;
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    max-width: 690px;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-1 .grid .bullits {
        gap: 20px;
        margin-top: 40px;
    }
}

.banner-section .banner__block-1 .grid .bullits .bullits__item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-1 .grid .bullits .bullits__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
    }
}

.banner-section .banner__block-1 .grid .bullits .bullits__item .icon {
    width: 75px;
}

.banner-section .banner__block-1 .grid .bullits .bullits__item p {
    font-size: 18px;
    margin-left: 20px;
    line-height: 1.389;
    max-width: 235px;
    text-wrap: balance;
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-1 .grid .bullits .bullits__item p {
        margin-left: 0;
        max-width: unset;
        text-wrap: unset;
        font-size: 14px;
    }
}

.banner-section .banner__block-1 .grid .form_white {
    background-image: none;
    background-color: rgba(255, 255, 255, .4);
    max-width: 410px;
    -ms-grid-column: 2;
    grid-column: 2/2;
    margin-left: 0;
    -ms-grid-row-span: 3;
    grid-row: span 3;
    max-height: 540px;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-1 .grid .form_white {
        padding: 25px 15px;
        margin-top: 30px;
        -ms-grid-column: 1;
        grid-column: 1/1;
    }
}

.banner-section .banner__block-1 .grid .form_white .form_body {
    margin-top: 0;
}

.banner-section .banner__block-1 .grid .form_white .form_body .p_title {
    font-size: 26px;
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-1 .grid .form_white .form_body .p_title {
        font-size: 22px;
    }
}

.banner-section .banner__block-2 {
    background-image: url(../images/blocks/banner__block-2.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 50px;
    padding: 40px 50px;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width:1510px) {
    .banner-section .banner__block-2 {
        padding: 20px 25px 20px 0;
    }
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-2 {
        padding: 35px 15px;
        border-radius: 20px;
        background-image: url(../images/blocks/banner__block-2-mob.jpg);
    }
}

.banner-section .banner__block-2 .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 30px auto;
    grid-template-columns: auto auto;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    grid-auto-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    grid-template-areas: "header header""text text""bullits form"
}

@media screen and (max-width:1460px) {
    .banner-section .banner__block-2 .grid {
        width: 50%;
        -ms-grid-columns: auto 335px;
        grid-template-columns: auto 335px;
    }
}

@media screen and (max-width:1210px) {
    .banner-section .banner__block-2 .grid {
        width: 60%;
        grid-template-columns: auto 335px;
    }
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-2 .grid {
        width: 100%;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.banner-section .banner__block-2 .grid h2 {
    text-align: left;
    line-height: 1.241;
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

@media screen and (max-width:1510px) {
    .banner-section .banner__block-2 .grid h2 {
        font-size: 48px;
        line-height: 1.063;
    }
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-2 .grid h2 {
        font-size: 24px;
        text-align: center;
        -ms-grid-column: 1;
        grid-column: 1/1;
    }
}

.banner-section .banner__block-2 .grid .text {
    font-weight: 300;
    font-size: 22px;
    margin-top: 20px;
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

@media screen and (max-width:1510px) {
    .banner-section .banner__block-2 .grid .text {
        font-size: 20px;
    }
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-2 .grid .text {
        font-size: 18px;
        text-align: center;
        -ms-grid-column: 1;
        grid-column: 1/1;
    }
}

.banner-section .banner__block-2 .grid .flex {
    margin-top: 30px;
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-2 .grid .flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.banner-section .banner__block-2 .grid .bullits {
    margin-top: 20px;
    display: -ms-grid;
    display: grid;

    grid-template-columns: repeat(1, 1fr);
    max-width: 690px;
}

@media screen and (max-width:1510px) {
    .banner-section .banner__block-2 .grid .bullits {
        gap: 20px;
    }
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-2 .grid .bullits {

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

.banner-section .banner__block-2 .grid .bullits .bullits__item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-2 .grid .bullits .bullits__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.banner-section .banner__block-2 .grid .bullits .bullits__item .icon {
    min-width: 75px;
    max-width: 75px;
}

@media screen and (max-width:1510px) {
    .banner-section .banner__block-2 .grid .bullits .bullits__item .icon {
        min-width: 70px;
        max-width: 70px;
    }
}

@media screen and (max-width:1460px) {
    .banner-section .banner__block-2 .grid .bullits .bullits__item .icon {
        min-width: 60px;
        max-width: 60px;
    }
}

.banner-section .banner__block-2 .grid .bullits .bullits__item p {
    font-size: 18px;
    margin-left: 10px;
    line-height: 1.389;
    max-width: 235px;
    text-wrap: balance;
}

@media screen and (max-width:1510px) {
    .banner-section .banner__block-2 .grid .bullits .bullits__item p {
        font-size: 16px;
    }
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-2 .grid .bullits .bullits__item p {
        max-width: unset;
        margin-left: 0;
        font-size: 14px;
        text-align: center;
    }
}

.banner-section .banner__block-2 .grid .form_white {
    background-image: none;
    background-color: rgba(255, 255, 255, .9);
    max-width: 400px;
    margin: 40px 0 0;
    -ms-grid-column: 2;
    grid-column: 2/2;
    -ms-grid-row: 3;
    grid-row: 3/3;
    height: auto;
    padding: 30px 30px 10px;
    -webkit-box-shadow: 3.327px 15.65px 32.9px 2.1px rgba(0, 0, 0, .1);
    box-shadow: 3.327px 15.65px 32.9px 2.1px rgba(0, 0, 0, .1);
}

@media screen and (max-width:1510px) {
    .banner-section .banner__block-2 .grid .form_white {
        height: auto;
        max-width: 335px;
    }
}

@media screen and (max-width:1460px) {
    .banner-section .banner__block-2 .grid .form_white {
        margin: 20px 0 0;
    }
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-2 .grid .form_white {
        padding: 25px 15px;
        margin-top: 280px;
        -ms-grid-column: 1;
        grid-column: 1/1;
        grid-row: unset;
    }
}

.banner-section .banner__block-2 .grid .form_white .form_body {
    margin-top: 0;
}

.banner-section .banner__block-2 .grid .form_white .form_body .input_block {
    border: 1px solid #000;
}

.banner-section .banner__block-2 .grid .form_white .form_body .p_title {
    font-size: 26px;
}

@media screen and (max-width:1460px) {
    .banner-section .banner__block-2 .grid .form_white .form_body .p_title {
        font-size: 22px;
    }
}

.banner-section .banner__block-3 {
    background-image: url(../images/blocks/banner__block-3.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 50px;
    overflow: hidden;
    padding: 40px 50px 70px;
    color: #fff;
}

@media screen and (max-width:1510px) {
    .banner-section .banner__block-3 {
        padding: 20px 25px 20px 0;
    }
}

.banner-section .banner__block-3::before {
    content: "";
    display: block;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(35%, #242223), to(rgba(36, 34, 35, 0)));
    background: -o-linear-gradient(bottom, #242223 35%, rgba(36, 34, 35, 0) 100%);
    background: linear-gradient(0deg, #242223 35%, rgba(36, 34, 35, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    height: 250px;
    z-index: 1;
}

@media screen and (max-width:1460px) {
    .banner-section .banner__block-3::before {
        height: 400px;
    }
}

@media screen and (max-width:987px) {
    .banner-section .banner__block-3::before {
        display: none;
    }
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-3 {
        padding: 35px 15px;
        border-radius: 20px;
    }
}

.banner-section .banner__block-3 .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 580px 30px auto 30px 390px;
    grid-template-columns: 580px auto 390px;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    grid-auto-flow: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    grid-template-areas: "worker header header""worker text form""worker bullits form"
}

@media screen and (max-width:1510px) {
    .banner-section .banner__block-3 .grid {
        -ms-grid-columns: 425px auto 390px;
        grid-template-columns: 425px auto 390px;
    }
}

@media screen and (max-width:1460px) {
    .banner-section .banner__block-3 .grid {
        -ms-grid-columns: 400px auto 335px;
        grid-template-columns: 400px auto 335px;
    }
}

@media screen and (max-width:1210px) {
    .banner-section .banner__block-3 .grid {
        grid-template-columns: 300px auto 310px;
    }

}


@media screen and (max-width:978px) {
    .banner-section .banner__block-3 .grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas: "header""text""bullits""worker""form"
    }

    .banner-section .banner__block-3 .grid>h2 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }

    .banner-section .banner__block-3 .grid>.text {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }

    .banner-section .banner__block-3 .grid>.form_white {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .banner-section .banner__block-3 .grid>.bullits {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }

    .banner-section .people {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }
}

.banner-section .banner__block-3 .grid .people {
    -ms-grid-row-span: 3;
    grid-row: span 3;
    background-image: url(../images/blocks/pngegg.png);
    background-size: 123%;
    background-position: bottom;
    background-repeat: no-repeat;
}

@media screen and (max-width:987px) {
    .banner-section .banner__block-3 .grid .people img {
        margin-bottom: -25px;
    }
}

.banner-section .banner__block-3 .grid .people .name {
    position: absolute;
    max-width: 130px;
    right: 20px;
    top: 30px;
}

@media screen and (max-width:1510px) {
    .banner-section .banner__block-3 .grid .people .name {
        top: 10px;
        right: 10px;
    }
}

.banner-section .banner__block-3 .grid h2 {
    text-align: left;
    line-height: 1.241;
    -ms-grid-column-span: 2;
    grid-column: span 2;
}

.banner-section .banner__block-3 .grid h2::before {
    content: "";
    display: block;
    width: 29px;
    height: 24px;
    background-image: url(../images/quotation-png.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 15px;
    left: -40px;
}

@media screen and (max-width:1510px) {
    .banner-section .banner__block-3 .grid h2 {
        font-size: 48px;
        line-height: 1.063;
    }
}

@media screen and (max-width:1460px) {
    .banner-section .banner__block-3 .grid h2 {
        font-size: 40px;
    }
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-3 .grid h2 {
        text-align: center;
        -ms-grid-column: 1;
        grid-column: 1/1;
        font-size: 24px;
    }
}

.banner-section .banner__block-3 .grid .text {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.545;
}

@media screen and (max-width:1510px) {
    .banner-section .banner__block-3 .grid .text {
        font-size: 20px;
    }
}

@media screen and (max-width:1460px) {
    .banner-section .banner__block-3 .grid .text {
        font-size: 18px;
    }
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-3 .grid .text {
        text-align: center;
        font-size: 18px;
        line-height: 1.2;
        margin-top: 10px;
    }
}

.banner-section .banner__block-3 .grid .bullits {
    margin-top: 20px;
    display: -ms-grid;
    display: grid;

    grid-template-columns: repeat(1, 1fr);
    max-width: 690px;
    z-index: 1;
    margin-top: 0;
    gap: 25px;
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-3 .grid .bullits {

        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 40px;
    }
}

.banner-section .banner__block-3 .grid .bullits .bullits__item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-3 .grid .bullits .bullits__item {
        align-items: flex-start;
    }
}


.banner-section .banner__block-3 .grid .bullits .bullits__item::before {
    content: "";
    display: block;
    background: url(../images/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 21px;
    height: 17px;
    position: absolute;
    left: 0;
    top: 8px;
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-3 .grid .bullits .bullits__item::before {
        left: calc(50% - 10px);
        top: -20px;
    }
}

.banner-section .banner__block-3 .grid .bullits .bullits__item p {
    font-size: 22px;
    margin-left: 30px;
    line-height: 1.389;
    text-wrap: unset;
}

@media screen and (max-width:1510px) {
    .banner-section .banner__block-3 .grid .bullits .bullits__item p {
        font-size: 18px;
    }
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-3 .grid .bullits .bullits__item p {
        text-align: center;
        font-size: 14px;
        margin-left: 0;
        margin-bottom: 20px;
    }
}

.banner-section .banner__block-3 .grid .form_white {
    background-image: none;
    background-color: rgba(255, 255, 255, .6);
    max-width: 400px;
    max-height: 550px;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 2;
    grid-row: 2/4;
    margin: 0 auto;
    z-index: 1;
}

@media screen and (max-width:1510px) {
    .banner-section .banner__block-3 .grid .form_white {
        height: auto;
    }
}

@media screen and (max-width:1460px) {
    .banner-section .banner__block-3 .grid .form_white {
        max-width: 335px;
        margin-top: 20px;
    }
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-3 .grid .form_white {
        -ms-grid-column: 1;
        grid-column: 1/1;
        grid-row: none;
        background-color: rgba(255, 255, 255, .8);
    }
}

.banner-section .banner__block-3 .grid .form_white .form_body {
    margin-top: 0;
}

.banner-section .banner__block-3 .grid .form_white .form_body .p_title {
    font-size: 22px;
}

.banner-section .banner__block-4 {
    background-image: url(../images/blocks/banner__block-4.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 50px;
    padding: 40px 50px;
    color: #fff;
}

@media screen and (max-width:1510px) {
    .banner-section .banner__block-4 {
        padding: 25px;
    }
}

@media screen and (max-width:1460px) {
    .banner-section .banner__block-4 {
        padding: 40px 50px;
    }
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-4 {
        padding: 35px 15px 215px;
        border-radius: 20px;
        background-image: url(../images/blocks/banner__block-4-mob.jpg);
        background-position: bottom;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.banner-section .banner__block-4 .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    grid-template-areas: "header""text""form""bullits"
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-4 .grid {
        grid-template-areas: "header""text""bullits""form"
    }

    .banner-section .banner__block-4 .grid>h2 {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }

    .banner-section .banner__block-4 .grid>.text {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
    }

    .banner-section .banner__block-4 .grid>.form_white {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
    }

    .banner-section .banner__block-4 .grid>.bullits {
        -ms-grid-row: 3;
        -ms-grid-column: 1;
    }
}

.banner-section .banner__block-4 .grid h2 {
    text-align: center;
    line-height: 1.241;
}

@media screen and (max-width:1510px) {
    .banner-section .banner__block-4 .grid h2 {
        font-size: 48px;
        line-height: 1.063;
    }
}

@media screen and (max-width:1460px) {
    .banner-section .banner__block-4 .grid h2 {
        font-size: 40px;
    }
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-4 .grid h2 {
        font-size: 24px;
    }
}

.banner-section .banner__block-4 .grid .text {
    font-weight: 300;
    font-size: 22px;
    margin-top: 20px;
    text-align: center;
}

@media screen and (max-width:1510px) {
    .banner-section .banner__block-4 .grid .text {
        font-size: 20px;
    }
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-4 .grid .text {
        text-align: center;
        font-size: 18px;
    }
}

.banner-section .banner__block-4 .grid .form_white {
    background-image: none;
    background-color: rgba(255, 255, 255, 0);
    max-width: 400px;
    float: right;
    color: #fff;
    margin-top: 50px;
    margin-left: auto;
    display: flex;
    align-items: center;
}

@media screen and (max-width:1510px) {
    .banner-section .banner__block-4 .grid .form_white {
        height: auto;
        width: 100%;
        padding: 20px 35px;
        max-width: 390px;
    }
}

@media screen and (max-width:987px) {
    .banner-section .banner__block-4 .grid .form_white {
        padding: 20px 10px;
        margin-top: 30px;
    }
}

.banner-section .banner__block-4 .grid .form_white .form_body {
    margin-top: 0;
}

.banner-section .banner__block-4 .grid .form_white .form_body .p_title {
    font-size: 26px;
}

@media screen and (max-width:1460px) {
    .banner-section .banner__block-4 .grid .form_white .form_body .p_title {
        font-size: 22px;
    }
}

.banner-section .banner__block-4 .grid .bullits {
    margin-top: 80px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

@media screen and (max-width:1510px) {
    .banner-section .banner__block-4 .grid .bullits {
        margin-top: 30px;
    }
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-4 .grid .bullits {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 30px;
        gap: 15px;
    }
}

.banner-section .banner__block-4 .grid .bullits .bullits__item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 20px;
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-4 .grid .bullits .bullits__item {
        margin: 0;
    }
}

.banner-section .banner__block-4 .grid .bullits .bullits__item::before {
    display: inline-block;
    content: '';
    -webkit-mask: url('../images/svg/check.svg') no-repeat 50% 50%;
    mask: url('../images/svg/check.svg') no-repeat 50% 50%;
    -webkit-mask-size: cover;
    mask-size: cover;
    position: absolute;
    left: -30px;
    top: calc(50% - 8px);
    width: 21px;
    height: 17px;
    background-color: var(--main-color-v2);
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-4 .grid .bullits .bullits__item::before {
        left: 0;
    }
}

.banner-section .banner__block-4 .grid .bullits .bullits__item p {
    font-size: 22px;
    margin-left: 30px;
    line-height: 1.389;
    text-wrap: unset;
}

@media screen and (max-width:1510px) {
    .banner-section .banner__block-4 .grid .bullits .bullits__item p {
        font-size: 18px;
    }
}

@media screen and (max-width:1100px) {
    .banner-section .banner__block-4 .grid .bullits .bullits__item p {
        font-size: 14px;
    }

    .banner-section .banner__block-4 .grid .bullits {
        gap: 10px;
    }



    .banner-section .banner__block-4 .grid h2 {
        font-size: 36px;
    }

    .banner-section .banner__block-4 .grid .text {
        font-size: 14px;
    }

    .banner-section .banner__block-4 .grid .form_white {
        padding: 20px 15px;
    }
}

@media screen and (max-width:978px) {
    .banner-section .banner__block-4 .grid .bullits .bullits__item p {
        font-size: 16px;
    }

    .banner-section .banner__block-4 .grid .bullits .bullits__item p br {
        display: none;
    }
}

@media screen and (max-width:1460px) {
    .rehau .container {
        max-width: 1300px;
    }
}

.rehau .black_window {
    padding: 70px 100px;
    background-image: url(../images/blocks/rehau_bg.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 50px;
    color: #fff;
}

@media screen and (max-width:1460px) {
    .rehau .black_window {
        padding: 30px 50px;
    }
}

@media screen and (max-width:987px) {
    .rehau .black_window {
        padding: 30px 15px;
        border-radius: 40px;
    }
}

.rehau .black_window h2 {
    text-align: left;
}

@media screen and (max-width:987px) {
    .rehau .black_window h2 {
        padding: 0 10px;
        text-align: center;
    }
}

.rehau .black_window .flex {
    display: flex;
}

@media screen and (max-width:987px) {
    .rehau .black_window .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.rehau .black_window .flex .bullits {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
}

@media screen and (max-width:1460px) {
    .rehau .black_window .flex .bullits {
        gap: 0;
    }
}

.rehau .black_window .flex .bullits .bullits__item {
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 40px;
}

@media screen and (max-width:1460px) {
    .rehau .black_window .flex .bullits .bullits__item {
        margin-top: 20px;
    }
}

.rehau .black_window .flex .bullits .bullits__item .icon {
    width: 55px;
    min-width: 55px;
    margin-top: 5px;
}

@media screen and (max-width:1460px) {
    .rehau .black_window .flex .bullits .bullits__item .icon {
        width: 40px;
        min-width: 40px;
    }
}

@media screen and (max-width:987px) {
    .rehau .black_window .flex .bullits .bullits__item .icon {
        width: 30px;
        min-width: 30px;
    }
}

.rehau .black_window .flex .bullits .bullits__item .text {
    margin-left: 30px;
    max-width: 450px;
    font-size: 18px;
    line-height: 1.688;
}

.rehau .black_window .flex .bullits .bullits__item .text b {
    display: block;
}

@media screen and (max-width:1460px) {
    .rehau .black_window .flex .bullits .bullits__item .text {
        font-size: 16px;
        max-width: 400px;
    }
}

@media screen and (max-width:987px) {
    .rehau .black_window .flex .bullits .bullits__item .text {
        margin-left: 10px;
        font-size: 14px;
    }
}

.rehau .black_window .flex .image {
    margin: -180px -180px -70px 90px;
    display: flex;
}

@media screen and (max-width:1460px) {
    .rehau .black_window .flex .image {
        margin: -100px -100px -30px 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}

@media screen and (max-width:987px) {
    .rehau .black_window .flex .image {
        margin: 0px -21px -30px 20px;
        align-items: flex-start;
    }
}

.rehau .white_window {
    margin-top: 15px;
    padding: 50px 50px 70px;
    background-image: url(../images/blocks/adv_rehau.jpg);
    background-position: center;
    background-size: cover;
    border-radius: 50px;
    color: #000;
    height: 950px;
}

@media screen and (max-width:1460px) {
    .rehau .white_window {
        padding: 40px 50px;
        height: 695px;
    }
}

@media screen and (max-width:987px) {
    .rehau .white_window {
        padding: 30px 15px;
        background-position: 46%
    }
}

.rehau .white_window .items_rehau {
    position: initial;
}

.rehau .white_window .items_rehau .items_rehau-item {
    border-radius: 33px;
    background-color: #fff;
    -webkit-box-shadow: 3.327px 15.65px 32.9px 2.1px rgba(0, 0, 0, .1);
    box-shadow: 3.327px 15.65px 32.9px 2.1px rgba(0, 0, 0, .1);
    font-size: 20px;
    padding: 25px 35px;
    max-width: 530px;
    margin: 20px auto;
    position: absolute;
}

@media screen and (max-width:987px) {
    .rehau .white_window .items_rehau .items_rehau-item {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

@media screen and (max-width:1460px) {
    .rehau .white_window .items_rehau .items_rehau-item {
        font-size: 16px;
        padding: 15px 30px;
    }
}

@media screen and (max-width:987px) {
    .rehau .white_window .items_rehau .items_rehau-item {
        padding: 10px 20px 28px;
        border-radius: 20px;
        pointer-events: none;
    }

    .rehau .white_window .items_rehau .items_rehau-item b,
    .rehau .white_window .items_rehau .items_rehau-item p,
    .rehau .white_window .items_rehau .items_rehau-item span {
        opacity: 0;
    }

    .rehau .white_window .items_rehau .items_rehau-item b {
        font-size: 14px;
    }

    .rehau .white_window .items_rehau .items_rehau-item p {
        font-size: 12px;
    }

    .rehau .white_window .items_rehau .items_rehau-item.active {
        background-color: #fff;
        -webkit-box-shadow: 3.327px 15.65px 32.9px 2.1px rgba(0, 0, 0, .1);
        box-shadow: 3.327px 15.65px 32.9px 2.1px rgba(0, 0, 0, .1);
        z-index: 1;
    }

    .rehau .white_window .items_rehau .items_rehau-item.active b,
    .rehau .white_window .items_rehau .items_rehau-item.active p,
    .rehau .white_window .items_rehau .items_rehau-item.active span {
        opacity: 1;
    }

    .rehau .white_window .items_rehau .items_rehau-item.active .icon::after,
    .rehau .white_window .items_rehau .items_rehau-item.active .icon::before {
        border: 2px solid transparent;
    }

    .rehau .white_window .items_rehau .items_rehau-item .icon {
        pointer-events: all;
    }

    .rehau .white_window .items_rehau .items_rehau-item .icon::after,
    .rehau .white_window .items_rehau .items_rehau-item .icon::before {
        content: "";
        position: absolute;
        border: 2px solid var(--second-color);
        left: -20px;
        opacity: 0;
        right: -20px;
        top: -20px;
        bottom: -20px;
        border-radius: 50%;
        -webkit-animation: pulse 2.5s linear infinite;
        animation: pulse 2.5s linear infinite;
    }

    .rehau .white_window .items_rehau .items_rehau-item .icon::after {
        -webkit-animation-delay: 1.25s;
        animation-delay: 1.25s;
    }

    @-webkit-keyframes pulse {
        0% {
            -webkit-transform: scale(.5);
            transform: scale(.5);
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            -webkit-transform: scale(.8);
            transform: scale(.8);
            opacity: 0;
        }
    }

    @keyframes pulse {
        0% {
            -webkit-transform: scale(.5);
            transform: scale(.5);
            opacity: 0;
        }

        50% {
            opacity: 1;
        }

        100% {
            -webkit-transform: scale(.8);
            transform: scale(.8);
            opacity: 0;
        }
    }
}

.rehau .white_window .items_rehau .items_rehau-item::before {
    content: "";
    display: block;
}

.rehau .white_window .items_rehau .items_rehau-item .icon {
    position: absolute;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    background-color: var(--second-color);
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.rehau .white_window .items_rehau .items_rehau-item .icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.rehau .white_window .items_rehau .items_rehau-item.pos_1 {
    top: 350px;
    left: 45px;
    text-align: right;
}

@media screen and (max-width:1460px) {
    .rehau .white_window .items_rehau .items_rehau-item.pos_1 {
        top: 220px;
        left: 91px;
        width: 400px;
    }
}

@media screen and (max-width:1100px) {
    .rehau .white_window .items_rehau .items_rehau-item.pos_1 {
        left: 10px;
    }
}

@media screen and (max-width:987px) {
    .rehau .white_window .items_rehau .items_rehau-item.pos_1 {
        left: 15px;
        bottom: 270px;
        top: unset;
    }

    .rehau .white_window .items_rehau .items_rehau-item.pos_1.active {
        width: 250px;
        height: auto;
    }
}

.rehau .white_window .items_rehau .items_rehau-item.pos_1 .icon {
    right: -20px;
    bottom: -20px;
}

@media screen and (max-width:987px) {
    .rehau .white_window .items_rehau .items_rehau-item.pos_1 .icon {
        left: 0;
        right: unset;
        bottom: -25px;
    }
}

.rehau .white_window .items_rehau .items_rehau-item.pos_2 {
    bottom: 88px;
    left: 37px;
    text-align: right;
}

@media screen and (max-width:1460px) {
    .rehau .white_window .items_rehau .items_rehau-item.pos_2 {
        bottom: 87px;
        left: 50px;
        width: 410px;
    }
}

@media screen and (max-width:1100px) {
    .rehau .white_window .items_rehau .items_rehau-item.pos_2 {
        left: 10px;
        width: 362px;
    }
}

@media screen and (max-width:987px) {
    .rehau .white_window .items_rehau .items_rehau-item.pos_2 {
        width: 250px;
        left: 30px;
    }
}

.rehau .white_window .items_rehau .items_rehau-item.pos_2 .icon {
    right: -20px;
    top: -20px;
}

@media screen and (max-width:987px) {
    .rehau .white_window .items_rehau .items_rehau-item.pos_2 .icon {
        left: 0;
        right: unset;
        bottom: -25px;
        top: unset;
        bottom: -20px;
    }
}

.rehau .white_window .items_rehau .items_rehau-item.pos_3 {
    top: 150px;
    right: 130px;
}

@media screen and (max-width:1460px) {
    .rehau .white_window .items_rehau .items_rehau-item.pos_3 {
        top: 115px;
        right: 75px;
        width: 450px;
    }
}

@media screen and (max-width:987px) {
    .rehau .white_window .items_rehau .items_rehau-item.pos_3 {
        width: 250px;
        right: 45px;
    }
}

.rehau .white_window .items_rehau .items_rehau-item.pos_3 .icon {
    left: -25px;
    bottom: -20px;
}

@media screen and (max-width:987px) {
    .rehau .white_window .items_rehau .items_rehau-item.pos_3 .icon {
        left: unset;
        right: 0;
        bottom: -25px;
    }
}

.rehau .white_window .items_rehau .items_rehau-item.pos_4 {
    top: 385px;
    right: 100px;
}

@media screen and (max-width:1460px) {
    .rehau .white_window .items_rehau .items_rehau-item.pos_4 {
        top: 300px;
        right: 40px;
        width: 480px;
    }
}

@media screen and (max-width:987px) {
    .rehau .white_window .items_rehau .items_rehau-item.pos_4 {
        width: 250px;
        top: 250px;
        right: 50px;
    }
}

.rehau .white_window .items_rehau .items_rehau-item.pos_4 .icon {
    left: -25px;
    bottom: 50px;
}

@media screen and (max-width:987px) {
    .rehau .white_window .items_rehau .items_rehau-item.pos_4 .icon {
        left: unset;
        right: 0;
        bottom: -25px;
    }
}

.rehau .white_window .items_rehau .items_rehau-item.pos_5 {
    bottom: 115px;
    right: 200px;
}

@media screen and (max-width:1460px) {
    .rehau .white_window .items_rehau .items_rehau-item.pos_5 {
        bottom: 30px;
        right: 92px;
        width: 460px;
    }
}

@media screen and (max-width:987px) {
    .rehau .white_window .items_rehau .items_rehau-item.pos_5 {
        width: 250px;
        bottom: -10px;
        right: 57px;
    }
}

.rehau .white_window .items_rehau .items_rehau-item.pos_5 .icon {
    left: -25px;
    top: -20px;
}

@media screen and (max-width:987px) {
    .rehau .white_window .items_rehau .items_rehau-item.pos_5 .icon {
        left: unset;
        right: 0;
        bottom: -25px;
    }
}

.rehau .white_window .items_rehau .items_rehau-item b {
    display: block;
    margin-bottom: 5px;
}

/* .section_calc::before {
    content: "СТОИМОСТЬ";
    display: block;
    font-weight: 300;
    font-size: 17vw;
    color: rgba(255, 255, 255, .502);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
} */

@media screen and (max-width:978px) {
    .section_calc::before {
        top: 0;
    }
}

@media screen and (max-width:978px) {
    .section_calc .stage {
        width: 100%
    }
}

@media screen and (max-width:1640px) {
    .section_calc .container {
        max-width: 1280px;
    }
}

.section_calc .container__calculator .calculator_block.block_1 {
    width: unset;
    width: 100%;
    display: flex;
}

@media screen and (max-width:1620px) {
    .section_calc .container__calculator .calculator_block.block_1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

.section_calc .container__calculator .calculator_block.block_1 .stage_2 {
    margin-top: 0;
    margin-left: 22px;
}

@media screen and (max-width:1620px) {
    .section_calc .container__calculator .calculator_block.block_1 .stage_2 {
        margin-left: 0;
        margin-top: 20px;
    }
}

.section_calc .container__calculator .calculator_items {
    display: -ms-grid;
    display: grid;

    grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width:1620px) {
    .section_calc .container__calculator .calculator_items {

        grid-template-columns: repeat(4, 1fr);
    }
}

@media screen and (max-width:978px) {
    .section_calc .container__calculator .calculator_items {

        grid-template-columns: repeat(2, 1fr);
    }
}

.section_calc .container__calculator .calculator_window-big .block .slider_big_window .swiper_slide__4 .image::before {
    display: none;
}

.section_calc .container__calculator .right {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width:978px) {
    .section_calc .container__calculator .right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.section_calc .container__calculator .right .block_2 {
    width: unset;
    min-width: 255px;
}

@media screen and (max-width:1290px) {
    .section_calc .container__calculator .right .block_2 {
        width: unset;
        min-width: 210px;
    }

    .container__calculator .calculator_block.block_1 {
        min-width: 620px;
    }
}

.section_calc .container__calculator .right .block_2 .stage_4 {
    margin-top: 30px;
}

.section_calc .container__calculator .checkboxes .checkbox {
    width: 100%
}

.section_calc .container__calculator .form_block {
    width: 321px;
}

@media screen and (max-width:1460px) {
    .pl_section .container {
        max-width: 1320px;
    }
}

@media screen and (max-width:1460px) {
    .pl_section .pluses_items {
        gap: 15px;
    }
}

@media screen and (max-width:987px) {
    .pl_section .pluses_items {

        grid-template-columns: repeat(1, 1fr);
    }
}

.pl_section .pluses_items .item {
    width: calc(33% - 15px);
    height: 277px;
}

@media screen and (max-width:1460px) {
    .pl_section .pluses_items .item {
        width: calc(33% - 5px);
        gap: 0;
        height: 277px;
        text-align: left;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 30px 30px;
    }
}

@media screen and (max-width:987px) {
    .pl_section .pluses_items .item {
        width: 100%;
        height: 245px;
        padding: 30px;
    }
}

@media screen and (max-width:987px) {
    .pl_section .pluses_items .item h4 {
        font-size: 24px;
    }
}

.pl_section .pluses_items .item p {
    font-weight: 300;
    color: #e5e5e5;
}

@media screen and (max-width:1460px) {
    .pl_section .pluses_items .item p {
        max-width: 220px;
    }
}

@media screen and (max-width:987px) {
    .pl_section .pluses_items .item p {
        max-width: 188px;
        font-size: 18px;
    }
}

/* .cards_okna::before {
    content: "КАТАЛОГ ОКОН";
    display: block;
    font-weight: 300;
    font-size: 13vw;
    color: rgba(255, 255, 255, .502);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
} */

@media screen and (max-width:978px) {
    .cards_okna::before {
        top: 0;
    }
}

.cards_okna .subtitle {
    font-size: 18px;
    margin: 10px auto 0;
    text-align: center;
    max-width: 855px;
}

.cards_block {
    margin-top: 25px;
    display: -ms-grid;
    display: grid;

    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

@media screen and (max-width:1460px) {
    .cards_block {

        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width:987px) {
    .cards_block {

        grid-template-columns: repeat(1, 1fr);
    }
}

.cards_block .card__item {
    border-radius: 35px;
    background-color: #fff;
    padding: 20px 30px 30px;
    max-width: 385px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width:1460px) {
    .cards_block .card__item {
        margin-top: 0;
    }
}

.cards_block .card__item h3 {
    font-size: 22px;
    height: 80px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (max-width:1460px) {
    .cards_block .card__item h3 {
        font-size: 20px;
    }
}

@media screen and (max-width:1460px) {
    .cards_block .card__item h3 {
        height: unset;
    }
}

.cards_block .card__item .nomber {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}

.cards_block .card__item .nomber .num {
    border-width: 1px;
    border-color: #2a2a2a;
    border-style: solid;
    border-radius: 20px;
    font-size: 14px;
    color: #000;
    padding: 7px 10px;
}

.cards_block .card__item .yarlyk {
    padding: 8px 25px 8px 10px;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: -30px;
}

.cards_block .card__item .yarlyk.yarlyk_rek {
    -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
    background-color: var(--second-color);
}

.cards_block .card__item .yarlyk.yarlyk_vig {
    -webkit-clip-path: polygon(100% 0, 85% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
    clip-path: polygon(100% 0, 85% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
    background-color: var(--main-color);
}

.cards_block .card__item .yarlyk.yarlyk_xit {
    -webkit-clip-path: polygon(100% 0, 75% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
    clip-path: polygon(100% 0, 75% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
    background-color: #f2ab07;
}

.cards_block .card__item .image {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px auto;
}

.cards_block .card__item .image img {
    width: 100%;
    max-height: 252px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.cards_block .card__item .price {
    margin-top: auto;
}

.cards_block .card__item .price .old_price {
    text-decoration: line-through;
    color: #60636c;
    font-size: 22px;
    font-weight: 700;
}

.cards_block .card__item .price .old_price small {
    font-size: 14px;
}

.cards_block .card__item .price .current_price {
    color: #000;
    font-size: 36px;
    font-weight: 700;
}

.cards_block .card__item .price .current_price small {
    font-size: 18px;
}

.cards_block .card__item .button {
    width: 100%
}

.cards_block .form_block {
    max-width: 385px;
    width: 100%;
    margin-top: 20px;
    background-image: url(../images/blocks/cards_form.jpg);
    background-size: 110%;
    background-position: center;
    border-radius: 24px;
}

.cards_block .form_block .form {
    border-radius: 24px;
}

@media screen and (max-width:1460px) {
    .cards_block .form_block {
        width: unset;
    }
}

@media screen and (max-width:1200px) {
    .cards_block .form_block {
        max-width: 330px;
    }
}

@media screen and (max-width:978px) {
    .cards_block .form_block {
        max-width: 370px;
    }
}

.cards_block .form_block .title {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
}

.cards_block .form_block .promo_green {
    -webkit-clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
    clip-path: polygon(100% 0, 95% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
    font-size: 20px;
    text-align: center;
    left: -20px;
    width: calc(100% + 20px);
    text-wrap: balance;
    padding: 12px 20px;
}

.cards_block .form_block .promo_green p {
    margin-right: -10px;
}

.cards_block .form_block .size_inputs {
    display: -ms-grid;
    display: grid;

    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 25px;
    -moz-column-gap: 25px;
    column-gap: 25px;
    margin-top: 10px;
}

.cards_block .form_block .size_inputs .input_block:nth-child(1)::before {
    content: "x";
    display: block;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -17px;
}

.cards_block .form_block .form_mess {
    padding: 0 25px 10px;
}

.cards_block .form_block .s-18 {
    font-size: 18px;
}

/* .ourWorks::before {
    content: "ГОТОВЫЕ РЕШЕНИЯ";
    display: block;
    font-weight: 300;
    font-size: 13vw;
    color: rgba(255, 255, 255, .502);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
} */

@media screen and (max-width:978px) {
    .ourWorks::before {
        top: 0;
    }
}

.ourWorks_block {
    display: -ms-grid;
    display: grid;

    grid-template-columns: repeat(3, 1fr);
    gap: 35px;
    margin-top: 25px;
}

@media screen and (max-width:1460px) {
    .ourWorks_block {

        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width:987px) {
    .ourWorks_block {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.ourWorks_block .ourWorks__item {
    border-radius: 35px;
    background-color: #fff;
    padding: 20px 33px 40px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (max-width:1460px) {
    .ourWorks_block .ourWorks__item {
        padding: 20px 22px 30px;
    }
}

.ourWorks_block .ourWorks__item h3,
.ourWorks_block .ourWorks__item .h3 {
    text-align: center;
    margin-top: 24px;
    font-size: 24px;
    height: 61px;
}

@media screen and (max-width:1460px) {
    .ourWorks_block .ourWorks__item h3,
    .ourWorks_block .ourWorks__item .h3 {
        font-size: 22px;
    }
}

@media screen and (max-width: 987px){
.ourWorks_block .ourWorks__item h3,
.ourWorks_block .ourWorks__item .h3 {height:auto;}
}

.ourWorks_block .ourWorks__item .text {
    font-size: 16px;
    color: #60636c;    
}

.ourWorks_block .ourWorks__item .image {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    height: 333px;
}

.ourWorks_block .ourWorks__item .content {
    flex-grow:1;
	margin-top: 10px;
}

.ourWorks_block .ourWorks__item .image .nomber {
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: 10px;
    top: 10px;
    color: #000;
    padding: 5px 10px;
    z-index: 3;
}

.ourWorks_block .ourWorks__item .image img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ourWorks_block .ourWorks__item ul {
    margin-bottom: 20px;
}

.ourWorks_block .ourWorks__item ul li {
    margin-top: 8px;
    margin-left: 40px;
}

.ourWorks_block .ourWorks__item ul li::before {
    content: "";
    display: block;
    background: url(../images/check.png);
    background-size: cover;
    width: 11px;
    height: 9px;
    position: absolute;
    left: -20px;
    top: 7px;
}

.ourWorks_block .ourWorks__item .srok {
    margin-top: auto;
    margin-left: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

@media screen and (max-width:1460px) {
    .ourWorks_block .ourWorks__item .srok {
        /* margin-top: 30px; */
    }
}

.ourWorks_block .ourWorks__item .srok::before {
    content: "";
    display: block;
    background: url(../images/clock.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 12px;
    height: 12px;
    position: absolute;
    left: -18px;
    top: 6px;
}

.ourWorks_block .ourWorks__item .item__footer {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;

}

.ourWorks_block .ourWorks__item .item__footer .price {
    -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
    clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 50%, 0 0);
    background-color: var(--second-color);
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    padding: 10px 60px 10px 30px;
    line-height: 1;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -33px;
}

@media screen and (max-width:1460px) {
    .ourWorks_block .ourWorks__item .item__footer .price {
        margin-left: -22px;
        padding: 10px 30px 10px 22px;
    }
}

.ourWorks_block .ourWorks__item .item__footer .price small {
    font-size: 16px;
    font-weight: 400;
}

.ourWorks_block .ourWorks__item .item__footer .button {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 0;
    margin-left: 23px;
}

@media screen and (max-width:1460px) {
    .ourWorks_block .ourWorks__item .item__footer .button {
        padding: 5px 10px;
    }
}

@media screen and (max-width:987px) {
    .ourWorks_block .ourWorks__item .item__footer .button {
        height: 68px;
    }
}

.fancybox__content {
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: auto;
    border-radius: 50px;
    background-color: #f6f7f8;
    padding: 0;
    margin: 30px auto;
    color: #000;
    max-width: 1220px;
}

@media screen and (max-width:1300px) {
    .fancybox__content {
        max-width: 90%;

    }
}

@media screen and (max-width:987px) {
    .fancybox__content {
        max-width: 95%;
        border-radius: 30px;
        min-height: fit-content;
    }
}

.fancybox__content .modal {
    border-radius: 50px;
    background-color: #f6f7f8;
    padding: 0;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 960px;
    align-items: flex-start;
}

.fancybox__content .wrapper {
    padding: 3vh 4vw;
}

.fancybox__content h1 {
    margin-bottom: 15px;
}


@media screen and (max-width:987px) {
    .fancybox__content .modal {
        border-radius: 30px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.fancybox__content .spec_block {
    width: 50%;
    border-radius: inherit;
    max-height: 700px;
    margin-top: auto;
}

.fancybox__content .spec_block img {
    border-radius: 30px;
}

.catalog-ready .spec_block {
    height: 100%;
    border-radius: 50px 0 0 50px;
    overflow:hidden;
}
.dc_modal.catalog-ready .spec_block {
    border-radius: 30px;
}

.catalog-ready .spec_block img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    height: 100%;
    border-radius: 0;
}

@media screen and (max-width:987px) {
    .fancybox__content .spec_block {
        width: 100%;
        max-height: 140px;
    }

    .fancybox__content .spec_block .text {
        bottom: 10px;
        padding: 10px 14px;
        font-size: 14px;
        max-width: 200px;
    }
}

@media screen and (max-height:640px) {
    .fancybox__content .spec_block {
        display: none;
    }

    .fancybox__content .title_modal {
        max-width: 90%;
        margin: 0 auto;
    }

}

.fancybox__content .modal__form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 40px 68px;
    color: #000;
}

@media screen and (max-width:987px) {
    .fancybox__content .modal__form {
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        padding: 10px;
        text-align: center;
    }
}

.fancybox__content .modal__form .cat {
    position: absolute;
    left: -40px;
    bottom: 0;
    z-index: 1;
}

@media screen and (max-width:987px) {
    .fancybox__content .modal__form .cat {
        display: none;
    }
}

.fancybox__content .modal__form .form_body {
    background-color: #e2e8f0;
    padding: 0 30px 20px;
    border-radius: 20px;
    text-align: center;
}

@media screen and (max-width:987px) {
    .fancybox__content .modal__form .form_body {
        padding: 0 5px 20px;
    }
}

.fancybox__content .modal__form .form_body .form_mess {
    padding: 0;
}

.fancybox__content .modal__form .form_body .form_mess .mess.active {
    background-color: #fff;
}

.fancybox__content .modal__text {
    padding: 40px;
}

@media screen and (max-width:987px) {
    .fancybox__content .modal__text {
        padding: 65px 15px 10px;
    }
}

.fancybox__content .modal__text p {
    margin-top: 25px;
    font-size: 16px;
    color: #393939;
}

.fancybox__content .title_modal {
    font-size: 28px;
    font-weight: 700;
}

@media screen and (max-width:987px) {
    .fancybox__content .title_modal {
        font-size: 22px;
        text-wrap: balance;
    }

    .fancybox__content .modal__text p {
        margin-top: 10px
    }

    .fancybox__content .title_modal br {
        display: none;
    }
}

.fancybox__content .subtitle_modal {
    font-size: 20px;
    margin-top: 15px;
}

@media screen and (max-width:987px) {
    .fancybox__content .subtitle_modal {
        font-size: 14px;
        margin-top: 5px;
    }
}

.fancybox__content .container {
    padding: 0;
}

@media screen and (max-width:987px) {
    .fancybox__content .block_kviz {
        border-radius: 30px;

        margin: 0;
    }

    .fancybox__content .block_kviz h2,
    .fancybox__content .block_kviz .h2 {
        margin: 0 auto;
        max-width: 300px;
        font-size: 24px;
        height: 45.5px;
        overflow: hidden;
        text-wrap: balance;
    }

    .fancybox__content .block_kviz .subtitle {
        margin: 10px auto 0 auto;
    }
}

.fancybox__content .block_kviz .swiper_kviz {
    margin: 0 10px;
}


@media screen and (max-width:987px) {
    .fancybox__content .block_kviz .swiper_kviz {
        margin: 0 auto;
        max-width: 360px;
        position: static;
    }
}

.modal_1day {
    display: flex;
    max-width: 960px;

    align-items: center;
}

@media screen and (max-width:987px) {
    .modal_1day {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 30px;
        height: fit-content;
    }

    .fancybox__content .modal_1day .modal__text {
        padding: 25px 15px 10px;
    }
}

.modal_1day ul li {
    margin-top: 25px;
    margin-left: 25px;
}

.modal_1day ul li::before {
    content: "";
    display: block;
    background: url(../images/check.png);
    background-size: cover;
    width: 11px;
    height: 9px;
    position: absolute;
    left: -20px;
    top: 10px;
}

.modal_1day ol {
    counter-reset: count;
}

.modal_1day ol li {
    counter-increment: count;
    margin-top: 30px;
}

.modal_1day ol li::before {
    content: counter(count) ".";
    float: left;
    color: var(--second-color);
    margin-right: 10px;
}

.modal_1day .modal__form {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0;
    color: #000;
    height: 100%
}

@media screen and (max-width:987px) {
    .modal_1day .modal__form {
        padding: 15px 0 0;
        min-width: unset;
    }

    .modal_1day ul li {
        margin-top: 15px;
    }
}

.modal_1day .modal__form .cat .cat__img {
    left: -46px;
}

.modal_1day .modal__form .bullits_form {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-top: 20px;
}

@media screen and (max-width:987px) {
    .modal_1day .modal__form .bullits_form {
        gap: 20px 10px;
    }
}

.modal_1day .modal__form .bullits_form .bullit_item {
    text-align: left;
    font-size: 14px;
    margin-left: 20px;
}

.modal_1day .modal__form .bullits_form .bullit_item::before {
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    left: -20px;
    background: url(../images/check.png);
    background-size: cover;
    width: 11px;
    height: 9px;
}

.modal_1day .modal__form .form_body {
    background-color: #e2e8f0;
    padding: 20px 30px 20px;
    border-radius: 20px;
    text-align: center;
    border-radius: 0 50px 50px 0;
    overflow: hidden;
    margin-top: 0;
}

@media screen and (max-width:987px) {
    .modal_1day .modal__form .form_body {
        border-radius: 30px;
        padding: 20px 15px 20px;
    }
}

.modal_1day .modal__form .form_body .form_mess {
    padding: 0;
}

.modal_1day .modal__form .form_body .form_mess .mess.active {
    background-color: #fff;
}

.is-close-btn {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ff4e00;
    top: -25px !important;
    right: -25px !important;
    opacity: 1 !important;
}

@media screen and (max-width:1460px) {
    .is-close-btn {
        top: -20px !important;
        right: -5px !important;
    }
}

.is-close-btn:hover {
    opacity: 1 !important;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #ff4e00 !important;
}

@media screen and (max-width:1460px) {
    .garant_okna .container {
        max-width: 1320px;
    }
}

.garant_okna .items {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 40px;
}

@media screen and (max-width:978px) {
    .garant_okna .items {
        gap: 10px;
    }
}

.garant_okna .items .item {
    height: 163px;
    padding: 17px 26px;
    max-width: 308px;
    min-width: 308px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}

@media screen and (max-width:978px) {
    .garant_okna .items .item {
        width: calc(50% - 5px);
        min-width: unset;
        padding: 17px 15px;
        height: 145px;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
    }
}

.garant_okna .items .item p {
    font-size: 16px;
    color: #e5e5e5;
    margin-top: 10px;
}

@media screen and (max-width:978px) {
    .garant_okna .items .item p {
        font-size: 14px;
    }
}

.garant_okna .items .item .yars {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 100%, 50% 85%, 0 100%, 0 0);
    background-color: var(--second-color-v2);
    width: 60px;
    height: 73px;
    margin-top: -17px;
    padding-top: 5px;
    text-align: center;
}

.garant_okna .items .item .yars b {
    font-size: 30px;
    font-weight: 900;
}

@media screen and (max-width:978px) {
    .garant_okna .items .item .yars b {
        font-size: 27px;
    }
}

.garant_okna .items .item .yars span {
    font-size: 17px;
    font-weight: 700;
    margin-top: -10px;
}

@media screen and (max-width:978px) {
    .garant_okna .items .item .yars span {
        font-size: 15px;
    }
}

.nskv_block {
    margin: 70px 0 0;
    padding: 30px 40px;
    background-size: cover;
    text-align: center;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 45px;
    background-position: center;
}

@media screen and (max-width:978px) {
    .nskv_block {
        padding: 40px 15px;
        border-radius: 20px;
        margin-top: 20px;
    }
}

.nskv_block.white {
    background-image: url(../images/blocks/nskv_block.jpg);
}

.nskv_block.black {
    padding: 40px 80px;
    background-color: #373737;
    background-image: url(../images/blocks/nskv_block-black.jpg);
    color: #fff;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media screen and (max-width:1460px) {
    .nskv_block.black {
        padding: 30px 45px;
    }
}

@media screen and (max-width:978px) {
    .nskv_block.black {
        padding: 40px 15px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.nskv_block.green {
    background-image: url(../images/blocks/nskv_block-green.jpg);
    color: #fff;
}

.nskv_block.green p.agreement,
.nskv_block.green p.agreement a {
    color: #000;
}

.nskv_block.green form {
    margin-top: 10px;
}

.nskv_block.black form,
.nskv_block.green form {
    flex-wrap:wrap;
}

@media screen and (max-width:987px) {
    .nskv_block.green {
        background-image: url(../images/blocks/nskv_block-green_mob.png);
        background-position: center;
        background-size: 110% 110%
    }
}

.nskv_block h3,
.nskv_block .h3 {
    font-size: 36px;
    text-wrap: balance;
}

@media screen and (max-width:1460px) {
    .nskv_block h3,
    .nskv_block .h3 {
        font-size: 32px;
    }
}

@media screen and (max-width:978px) {
    .nskv_block h3,
    .nskv_block .h3 {
        font-size: 24px;
    }
}

.nskv_block form {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px;
    max-width: 665px;
    margin-top: 20px;
    padding: 10px 0;
}

@media screen and (max-width:978px) {
    .nskv_block form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 0;
    }
}

.nskv_block form div {
    height: 60px;
    width: 320px;
}

@media screen and (max-width:978px) {
    .nskv_block form div {
        width: 100%;

    }
}

.nskv_block form .btn {
    max-width: unset;
    font-size: 16px;
    width: 320px;
    margin-top: 0;
    padding: 5px 10px;
    color: #000;
    height: 60px;
}

.nskv_block form .btn_onInput.visible {
    margin-top: 0;
    font-size: 12px;
    height: unset;
}

@media screen and (max-width:978px) {
    .nskv_block form .btn {
        width: 100%;
        margin-top: 10px;
    }
}

.nskv_block form .input_block .form_input {
    width: 100%;
    height: 100%;
    text-align: left;
    padding: 10px;
}

/* .new_works::before {
    content: "НАШИ РАБОТЫ";
    display: block;
    font-weight: 300;
    font-size: 17vw;
    color: rgba(255, 255, 255, .502);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: -30px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
} */

@media screen and (max-width:978px) {
    .new_works::before {
        top: 0;
    }
}

.new_works .swiper_newWorks {
    max-width: 1640px;
    padding: 100px 10px 0;
    overflow: visible;
}

@media screen and (max-width:978px) {
    .new_works .swiper_newWorks {
        padding: 75px 40px 0 10px;
    }
}

.new_works .swiper_newWorks .worksPhoto {
    display: flex;
    border-radius: 30px;
    overflow: hidden;
    height: 350px;
    cursor: -webkit-grab;
    cursor: grab;
}

@media screen and (max-width:978px) {
    .new_works .swiper_newWorks .worksPhoto {
        height: 240px;
    }
}

.new_works .swiper_newWorks .worksPhoto img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.new_works .swiper_newWorks .btn-prev {
    display: block;
    position: absolute;
    top: 20px;
    left: calc(50% - 70px);
    width: 50px;
    height: 50px;
    cursor: pointer;
}

@media screen and (max-width:978px) {
    .new_works .swiper_newWorks .btn-prev {
        width: 40px;
        height: 40px;
    }
}

.new_works .swiper_newWorks .btn-prev.swiper-button-disabled {
    opacity: .2;
}

.new_works .swiper_newWorks .btn-prev img {
    width: 100%
}

.new_works .swiper_newWorks .btn-next {
    display: block;
    position: absolute;
    top: 20px;
    right: calc(50% - 70px);
    width: 50px;
    height: 50px;
    cursor: pointer;
}

@media screen and (max-width:978px) {
    .new_works .swiper_newWorks .btn-next {
        width: 40px;
        height: 40px;
    }
}

.new_works .swiper_newWorks .btn-next.swiper-button-disabled {
    opacity: .2;
}

.new_works .swiper_newWorks .btn-next img {
    width: 100%
}

.swiper-scrollbar-drag {
    background: var(--main-color);
}

.section_sravnenie .cat {
    display: none;
}

@media screen and (max-width:987px) {
    .section_sravnenie .cat {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 30px auto -40px;
		align-items:center;
    }
	.section_sravnenie .cat__img {width:40%;}
	.section_sravnenie .cat__img img {}
	.section_sravnenie .cat__text {
        background: #fff/*  url('../images/finger_table.jpg') no-repeat 50% 90%;
        background: #fff url('../images/finger_table.jpg') no-repeat 50% 90%;
		padding-bottom: 50px */;
    }
}

/* .section_sravnenie::before {
    content: "СРАВНЕНИЕ ПРОФИЛЯ";
    display: block;
    font-weight: 300;
    font-size: 10vw;
    color: rgba(255, 255, 255, .502);
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;
    text-transform: uppercase;
    white-space: nowrap;
} */

@media screen and (max-width:978px) {
    .section_sravnenie::before {
        top: 0;
    }
}

.section_sravnenie .block_sravnenie {
    border-radius: 45px;
    background-color: #fff;
    padding: 35px 0 35px 56px;
    margin-top: 50px;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

@media screen and (max-width:978px) {
    .section_sravnenie .block_sravnenie {
        padding: 15px;
        border-radius: 25px;
    }
}

.section_sravnenie .block_sravnenie::before {
    content: "";
    display: block;
    width: 120px;
    background-color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    opacity: .8;
    z-index: 2;
    border-radius: 0 45px 45px 0;
}

@media screen and (max-width:978px) {
    .section_sravnenie .block_sravnenie::before {
        display: none;
    }
}

.section_sravnenie .block_sravnenie .puncts p {
    padding: 14px 54px 14px 0;
    font-size: 18px;
    font-weight: 700;
    width: 280px;
    border: 1px solid #e2e8f0;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
    height: 67px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width:978px) {
    .section_sravnenie .block_sravnenie .puncts p {
        font-size: 14px;
        width: 170px;
    }
}

.section_sravnenie .block_sravnenie .puncts .empty {
    height: 160px;
    border-top: 1px solid transparent;
}

.section_sravnenie .block_sravnenie .swiper_sravnenie {
    width: 100%;
    padding-right: 120px;
}

.section_sravnenie .block_sravnenie .swiper_sravnenie .swiper-slide {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 195px;
}

@media screen and (max-width:987px) {
    .section_sravnenie .block_sravnenie .swiper_sravnenie .swiper-slide {
        min-width: 140px;
    }

    .section_sravnenie .block_sravnenie .swiper_sravnenie {
        padding-right: 30px;
    }
}

.section_sravnenie .block_sravnenie .swiper_sravnenie .swiper_sravnenie-item {
    width: 100%;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.section_sravnenie .block_sravnenie .swiper_sravnenie .swiper_sravnenie-item .td {
    width: 100%;
    height: 67px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #e2e8f0;
    border-left: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.section_sravnenie .block_sravnenie .swiper_sravnenie .swiper_sravnenie-item .td:nth-child(1) img {
    width: 60px;
}

.section_sravnenie .block_sravnenie .swiper_sravnenie .swiper_sravnenie-item .td img {
    width: 80px;
}

.section_sravnenie .block_sravnenie .swiper_sravnenie .swiper_sravnenie-item .td:nth-child(1) {
    height: 160px;
    border-top: 1px solid transparent;
}

.section_sravnenie .block_sravnenie .swiper_sravnenie .swiper_sravnenie-item h3 {
    font-size: 18px;
    color: var(--second-color-v2);
    margin-top: 10px;
}

.section_sravnenie .block_sravnenie .swiper_sravnenie .swiper_sravnenie-item .price {
    color: #60636c;
    font-size: 18px;
    margin-top: 5px;
}

.section_sravnenie .block_sravnenie .swiper_sravnenie .swiper_sravnenie-item .price b {
    color: #000;
}

.section_sravnenie .block_sravnenie .prev {
    position: absolute;
    top: 75px;
    bottom: 0;
    border-radius: 50%;
    left: 248px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 3;
}

.section_sravnenie .block_sravnenie .prev.swiper-button-disabled {
    opacity: .2;
}

@media screen and (max-width:978px) {
    .section_sravnenie .block_sravnenie .prev {
        left: 15px;
    }
}

.section_sravnenie .block_sravnenie .next {
    position: absolute;
    border-radius: 50%;
    top: 75px;
    bottom: 0;
    right: 63px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 3;
}

.section_sravnenie .block_sravnenie .next.swiper-button-disabled {
    opacity: .2;
}

@media screen and (max-width:978px) {
    .section_sravnenie .block_sravnenie .next {
        right: unset;
        left: 85px;
    }
}

.section_price .price_windows .slider_price .slider_price-block {
    padding: 25px 22px;
}

@media screen and (max-width:1460px) {
    .section_price .price_windows .slider_price .slider_price-block {
        padding: 20px 15px;
    }
}

.section_price .price_windows .slider_price .slider_price-block .price {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-top: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section_price .price_windows .slider_price .slider_price-block .price:not(:first-of-type) {
    border-top: 1px solid #d7e1ef;
}

@media screen and (max-width:978px) {
    .section_price .price_windows .slider_price .slider_price-block .price {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-grid-columns: unset;
        grid-template-columns: unset;
        gap: unset;
    }
}

.section_price .price_windows .slider_price .slider_price-block .price b {
    font-size: 18px;
    color: #000;
    width: 100%;
    margin-bottom: 10px;
}

.section_price .price_windows .slider_price .slider_price-block .price .price_ot {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #000;
    font-size: 16px;
}

.section_price .price_windows .slider_price .slider_price-block .price .price_ot span {
    display: block;
    font-weight: 700;
    font-size: 18px;
}

.section_price .price_windows .slider_price .slider_price-block .price .installment {
    background: 0 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 17px 50%, 0 0);
    clip-path: polygon(100% 0, 100% 50%, 100% 100%, 0 100%, 17px 50%, 0 0);
    background-color: var(--second-color);
    width: 170px;
    margin-right: -22px;
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

@media screen and (max-width:1460px) {
    .section_price .price_windows .slider_price .slider_price-block .price .installment {
        margin-right: -15px;
    }
}

.section_price .price_windows .slider_price .slider_price-block .price .installment b {
    color: #fff;
    display: block;
    font-size: 14px;
    margin-bottom: 0;
}

.dc-pagination {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: -60px;
    left: 0;
    font-size: 16px;
}

@media screen and (max-width:978px) {
    .dc-pagination {
        font-size: 15px;
    }
}

.dc-pagination a {
    margin: 0 10px;
}


.dc-pagination .next,
.dc-pagination .prev,
.dc-pagination a {
    color: var(--main-color);
    border-bottom: 1px solid var(--main-color);
    transition: 0.3s;
}

.dc-pagination span.next,
.dc-pagination span.prev {
    opacity: 0;
}

.dc-pagination .next:hover,
.dc-pagination .prev:hover,
.dc-pagination a:hover {
    color: #202020;
    border-bottom: 1px solid transparent;
}

.dc-pagination .prev {
    margin-right: 35px;
}

@media screen and (max-width:978px) {
    .dc-pagination .prev {
        margin-right: 5px;
    }
}

.dc-pagination .next {
    margin-left: 35px;
}

@media screen and (max-width:978px) {
    .dc-pagination .next {
        margin-left: 5px;
    }
}

.dc-pagination .active {
    color: #fff;
    font-weight: 700;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    background-color: var(--main-color);
    width: 34px;
    height: 35px;
}

@media screen and (max-width:978px) {
    .dc-pagination .active {
        width: 30px;
        height: 30px;
    }

}

.home .section_19 {
    padding-top: 0 !important;
}

.default-page h1 {
    font-size: 58px;
    max-width: 1000px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
}


@media (max-width:1460px) {
    .default-page h1 {
        font-size: 48px;
    }
}

@media (max-width:987px) {
    .default-page h1 {
        font-size: 26px;
    }
}

.default-page p {
    margin-top: 10px;
}

.default-page ul li {
    margin-top: 25px;
    margin-left: 25px;
}

.default-page ul li::before {
    content: "";
    display: block;
    background: url(../images/check.png);
    background-size: cover;
    width: 11px;
    height: 9px;
    position: absolute;
    left: -20px;
    top: 10px;
}

.default-page ol {
    counter-reset: count;
}

.default-page ol li {
    counter-increment: count;
    margin-top: 30px;
}

.default-page ol li::before {
    content: counter(count) ".";
    float: left;
    color: var(--second-color);
    margin-right: 10px;
}

.default-page ol[start="1"] {counter-reset: count 0;}
.default-page ol[start="2"] {counter-reset: count 1;}
.default-page ol[start="3"] {counter-reset: count 2;}
.default-page ol[start="4"] {counter-reset: count 3;}
.default-page ol[start="5"] {counter-reset: count 4;}
.default-page ol[start="6"] {counter-reset: count 5;}
.default-page ol[start="7"] {counter-reset: count 6;}
.default-page ol[start="8"] {counter-reset: count 7;}
.default-page ol[start="9"] {counter-reset: count 8;}
.default-page ol[start="10"] {counter-reset: count 9;}

.profile-info,
.turnkey-info {
    position: absolute;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    margin: -1px;
}

@media (min-width: 980px) and (max-width:1460px) {
    .main_content h1 {
        font-size: 36px;
    }

    .main_content .subtitle {
        font-size: 26px;
        margin-top: 0px;
    }

    .home .offer .offer_block img {
        width: 60px;
        height: 60px;
    }

    .home .offer .offer_block {
        font-size: 24px;
        max-width: 325px;
    }

    .home .offer .plashka {
        font-size: 18px;
        padding: 8px 20px 10px 11px;
        text-align: left;
        margin-bottom: -5px;
        font-size: 16px;
    }

    .main_content {
        max-width: 1190px;
        padding-top: 10px;
    }

    h2 {
        font-size: 34px;
    }

    .banner-section .banner__block-1 .grid .text {
        margin-top: 10px;
    }

    .banner-section .banner__block-1 .grid .text::before {
        top: -25px;
    }

    .banner-section .banner__block-1 .grid .bullits {
        margin-top: 30px;
    }

    .main_content .bullits .bullit_item .bulit_text {
        font-size: 14px;
    }

    .main_content .bullits .bullit_item .bulit_text span {
        font-weight: 700;
        display: block;
        font-size: 18px;
    }

    .main_content .btn_and_text .btn {
        padding: 0 18px 0 40px;
        height: 68px;
        font-size: 16px;
    }

    .main_content .btn_and_text .text {
        font-size: 16px;
        max-width: 219px;
    }

    .info_block .flex .content .quotation {
        font-size: 18px;
        margin-top: 35px;

    }

    .info_block .flex .content .quotation::before {
        top: -27px;
    }

    .info_block .flex .content .cards .card_item b {
        font-size: 18px;
    }

    .info_block .flex .content .cards .card_item p {
        margin-top: 12px;
        font-size: 16px;
    }



    .info_block .flex .content .p_bold {
        margin-top: 20px;
        font-size: 18px;
    }

    .info_block .flex .content .cards {

        margin-top: 15px;

    }


    .info_block .flex .content .cards .card_item {
        padding: 25px 13px;
        width: 250px;
        height: 350px;
    }


    .info_block .flex .man img {
        max-width: 90%;
    }

    .section_13 .content .content__img img {

        max-width: 90%;

    }

    .bullits {

        gap: 20px;
    }


    .section_13 .content {
        margin-top: 25px
    }

    main.main-secondary .main_content .offer .offer_block p {
        font-size: 34px;
    }

    main.main-secondary .main_content .offer {
        margin-top: 5px;
    }

    .block_kviz .subtitle {
        margin-top: 5px;
    }


    .block_kviz .flex .right_block .gift_kviz .gift_kviz-item {
        padding: 10px 0;
    }


    .block_kviz .flex .left_block {
        height: 475px;
    }

    .block_kviz .flex .right_block {
        height: 475px;
    }

    .block_kviz .flex .right_block .gift_kviz .gift_kviz-item {
        padding: 10px 0;
    }


    .block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item {
        height: 135px;
        border-radius: 20px;
    }

    .block_kviz .flex .swiper_kviz .slide_kviz .kviz__items .kviz__items-item img {
        height: 120px;
        padding: 0px;
        border-radius: 15px;
    }

    .block_kviz .flex .swiper_kviz .slide_kviz-form {
        height: calc(92% - 50px);
    }

    .block_kviz .flex .swiper_kviz .slide_kviz .form_slideKviz .form {
        padding: 0px 30px;
    }

    .form_body small {
        margin-top: 5px;
    }

    .block_kviz .flex .swiper_kviz .slide_kviz .form_slideKviz .form_body {
        max-width: 400px;
    }


    .price_windows .price_navigathion {
        margin-top: 20px;
        height: 40px;
    }

    .price_windows .slider_price {
        margin-top: 25px;
    }

    .price_windows .slider_price .slider_price-block p.sub_p {
        margin-top: 3px;
        font-size: 14px;
    }

    .price_windows .slider_price .slider_price-block>img {
        margin: 8px auto 0;
        height: 135px;
    }

    .price_windows .slider_price .slider_price-block ul {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .price_windows .slider_price .slider_price-block ul li {
        position: relative;
        padding-left: 18px;
        margin-top: 5px;
        font-size: 14px;
    }

    .price_windows .slider_price .slider_price-block {
        padding: 20px 20px
    }

    .cards_block .card__item h3 {
        font-size: 20px;
        height: 60px;
    }

    .cards_block .card__item .nomber {
        margin-top: 10px;
    }

    .cards_block .card__item .image {

        margin: 25px auto;
    }

    .cards_block .card__item .image img {
        max-height: 220px;
    }

    .cards_block .card__item {
        margin-top: 10px;
    }

    .price_windows .price_navigathion .item_price {
        height: 39px;
    }

    .director_container .director_content .director__text .director__send {
        margin-top: 20px;
        font-size: 14px;
    }

    .banner-section .banner__block-1 .grid .bullits .bullits__item .icon {
        width: 50px;
    }

    banner-section .banner__block-1 .grid .bullits .bullits__item p {
        font-size: 16px;
        margin-left: 15px;
        line-height: 1.389;
        max-width: 220px;
        text-wrap: balance;
    }


    .banner-section .banner__block-1 {
        padding: 25px 50px 30px;
    }

    .banner-section .banner__block-1 .grid .form_white .form_body .p_title {
        font-size: 22px;
        line-height: 1.1;
    }

    .section_10 .info_block .flex .content .quotation {
        margin-top: 35px;
    }

    .info_block .flex .content .quotation {
        font-size: 16px;
    }

    .info_block .flex .content .cards .card_item b {
        font-size: 16px;
        line-height: 1.5;
    }

    .info_block .flex .content .cards .card_item p {
        margin-top: 7px;
        font-size: 14px;
    }

    .info_block .flex .content .cards {
        margin-top: 10px;
    }

    .info_block .flex .content .cards .card_item {
        padding: 25px 13px;
        width: 240px;
        height: 315px;
    }

    .info_block .flex .content .cards .card_item {
        padding: 14px 17px;
        width: 240px;
        height: 238px;
    }

    .section_10 .info_block .flex .man img {
        min-width: unset;
        width: 450px;
        bottom: 0;
    }

    .info_block .flex .man .name {

        right: 0px;
    }

    .info_block .flex .man img {
        left: -43px;
        max-width: 90%;
    }

    .section_13 .content .content_text .flex_content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 49px;
        gap: 10px;
    }

    .section_13 .content .content_text .flex_content .patameter {
        margin-top: auto;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        border-radius: 25px;
        background-color: #e2e8f0;
        padding: 15px 17px 20px 17px;
        max-width: 440px;
        gap: 10px;
        width: 58%;
    }



    .section_13 .content .content_text .flex_content .patameter::after {
        width: 130px;
        height: 202px;
        right: 3%;
    }

    .section_13 .content .content_text .flex_content .bullits {
        gap: 7px 0px;
        width: 40%;
    }

    .section_13 .content .content_text .flex_content .bullits .bullit_item .bulit_text span {
        font-weight: 400;
        font-size: 14px;
    }

    .section_13 .content .content_text .flex_content .bullits .bullit_item .bulit_text {
        font-weight: 700;
        font-size: 16px;
    }

    .section_13 .content .content_text .flex_content .bullits .bullit_item {
        width: 100%;
        min-width: unset;
    }

    .section_13 .tabs .tabs__items p {

        font-size: 16px;

    }

    .ourWorks_block .ourWorks__item h3,
    .ourWorks_block .ourWorks__item .h3 {
        text-align: center;
        margin-top: 10px;
        font-size: 18px;
        height: 55px;
    }

    .director_container .director_content .director__text .quotation {
        font-size: 12px;
        max-height: 209px;

    }

    .section_skv_4 .block {
        height: 550px;
    }

    .section_skv_4 .block .tab-items .tab-items-item {
        width: 150px;
        font-size: 14px;
        height: 104px;
        margin-top: 95px;
    }

    .grey_btn {
        font-size: 10px;
    }

    .btn_more {
        font-size: 14px;
        padding: 12px 14px;
        margin: 15px auto 0;

    }


    .section_17 .conteiner_catalog .right_block .form .p_title {
        font-size: 22px;
    }

    .section_17 .conteiner_catalog .right_block .form .p_subtitle {
        font-size: 16px;
        color: #000;
        margin-top: 7px;
    }



    main .bread-crumbs {
        padding: 15px 0;
        font-size: 12px;
    }

    main.main-secondary .main_content .offer .offer_block p {
        font-size: 26px;
    }

    main.main-secondary .form .form_body .p_title {
        font-size: 20px;
        text-wrap: balance;
        margin-bottom: 10px;
    }

    .price_windows .slider_price .slider_price-block ul li {
        font-size: 14px;
    }

    .price_windows .slider_price .slider_price-block h3,
    .price_windows .slider_price .slider_price-block .h3 {
        font-size: 18px;
    }

    .price_windows .slider_price .slider_price-block p.sub_p {
        font-size: 14px;
    }

    .price_windows .slider_price .slider_price-block>img {
        height: 115px;
    }



    .section_16 .gift .gift__items .gift__item .text p {
        font-size: 11px;
        font-weight: 400;
        color: #000;
    }



    .section_16 .gift .gift__items {
        gap: 13px;
    }

    .section_16 .gift .gift__img>img {
        max-height: 310px;

    }

    .section_16 .gift .gift__img {
        max-width: 338px;
        width: 100%;
    }

    .section_16 .gift .gift__items .gift__item .img {
        background-color: #FFF;
    }

    .section_16 .gift .gift__items .gift__item .img img {
        border-radius: 12px;
    }

    .section_16 .gift .gift__items .gift__item .img {
        width: 100%;
        height: 42px;
        border-radius: 9px;
        overflow: hidden;
    }




    .cat .cat__text {
        font-size: 12px;
    }

    .section_16 .gift .gift__items {
        margin-top: 10px;
    }


    .section_16 .gift .gift__items {
        gap: 5px;
    }

    .section_16 .gift {
        gap: 15px;
    }

    .section_16 .gift .gift__items .gift__item {
        width: calc(17% - 8px);
        height: 125px;
    }

    .section_16 .gift .gift__items .gift__item {

        border-radius: 13px;
    }

    .section_16 .gift .gift__items .gift__item .img::before {
        width: 15px;
        height: 13px;

        top: 37%;
        left: calc(50% - 7px);

    }

    .section_17 .conteiner_catalog .right_block .form .p_title {
        font-size: 22px;
    }

    .seo_container .flex .text {
        font-size: 14px;
    }

    .seo_container h3 {
        font-size: 26px;
        margin-top: 10px;
    }

    table td {
        font-size: 14px;

    }

    .cards_block .card__item .button {
        height: 55px;
        font-size: 16px;
    }

    .cards_block .card__item h3 {
        font-size: 16px;
        height: 55px;
    }


    .cards_block .card__item .image img {
        max-height: 180px;
    }

    .cards_block .card__item .price .current_price {

        font-size: 26px;

    }


    .ourWorks_block {
        grid-template-columns: repeat(3, 1fr);
    }

    .ourWorks_block .ourWorks__item .image {
        height: 230px;
    }

    .ourWorks_block .ourWorks__item p {
        font-size: 14px;
        margin-top: 5px;
    }

    .ourWorks_block .ourWorks__item h3,
    .ourWorks_block .ourWorks__item .h3 {
        text-align: center;
        margin-top: 10px;
        font-size: 22px;
        height: 55px;
    }

    .ourWorks_block .ourWorks__item ul {
        margin-bottom: 20px;
        font-size: 14px;
    }

    .ourWorks_block .ourWorks__item .srok {
        margin-top: 10px;
    }

    .ourWorks_block .ourWorks__item .item__footer .button {
        padding: 5px 10px;
        font-size: 14px;
        height: 55px;
    }

    .ourWorks_block .ourWorks__item .item__footer .price small {
        font-size: 12px;
        font-weight: 400;
    }


    .ourWorks_block .ourWorks__item .item__footer .price {

        font-size: 22px;

    }

    .ourWorks_block .ourWorks__item ul li {
        margin-top: 5px;
    }

    .section_skv_4 .container {
        max-width: 1190px;
    }

    .section_skv_4 .block .tab-items .tab-items-item span {
        font-size: 12px;
    }

    .section_skv_4 .block .tab-items .tab-items-item {
        width: 150px;
        font-size: 14px;
    }

    .section_skv_4 .block .tab-items .tab-items-item.active .toogle_text {

        font-size: 12px;

    }

    .section_skv_4 .block .tab-items .tab-items-item .toogle_text {

        font-size: 12px;

    }

    .section_skv_4 .cat .cat__text {
        color: #000;
        max-width: 270px;
        font-size: 12px;
    }

    .section_skv_4 .block .tab-items .tab-items-item {
        width: 150px;
        font-size: 14px;
        height: 115px;
    }

    .section_skv_4 .block .tab-items .tab-items-item {
        border-width: 1px;

    }

    .section_13 .content .content_banner .form_block .form .form__footer .price p span {
        font-size: 30px;
        color: #ffe17c;
    }

    .section_13 .content .content_banner .form_block .form .name {
        text-align: left;
        margin-top: 8px;
    }

    .section_13 .content .content_banner .form_block .form .form__footer {
        padding: 7px 0 15px;
        left: -20px;
        bottom: -5px;

    }

    .section_13 .content .content_banner .form_block .form .form__footer .rassrochka p {
        font-size: 12px;
    }

    .section_13 .content .content_banner .form_block .form .form__footer .rassrochka {
        margin-top: 8px;

    }

    .section_13 .content .content_banner .form_block .form .form__footer .rassrochka::before {
        width: 15px;
        height: 15px;
    }

    .section_13 .content .content__img img {
        max-width: 86%;
    }

    .section_13 .content .content_text .flex_content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 59px;
        gap: 10px;
    }

    .section_17 .conteiner_catalog {
        height: 550px;

    }

    .section_17 .conteiner_catalog .left_block h2 {
        font-size: 46px;
        margin-bottom: 75px;
    }    

    .block_kviz .flex .swiper_kviz .slide_kviz h3 {
        font-size: 18px;
    }

    .block_kviz .flex .swiper_kviz .slide_kviz .stiker {
        font-size: 10px;

        padding: 8px 11px;

    }

    .form_body .p_title {
        font-weight: 700;
        font-size: 16px;
    }

    .block_kviz .flex .swiper_kviz .slide_kviz .form_slideKviz .form {
        padding: 0px 15px;
    }

    form .btn {
        font-size: 14px;
    }

    .back .blue_href {

        font-size: 12px;

    }

    .block_kviz .flex .swiper_kviz .slide_kviz .back svg {

        width: 15px;
        height: 22px;
        top: -2px;
    }

    .block_kviz .flex .left_block .border .get_motiv .item span {
        font-size: 14px;
        line-height: 1.071;
    }

    .block_kviz .flex .left_block .border .wText {
        text-align: left;
        line-height: 1.063;
        font-size: 10px;
        padding: 5px 15px;
        border-radius: 20px;
    }


    .block_kviz .flex .left_block .border .get_motiv .item {
        padding: 14px 0;
    }

    .block_kviz .flex .left_block {
        height: 425px;
    }

    .block_kviz .flex .right_block h4,
    .block_kviz .flex .right_block .h4 {
        text-align: center;
        font-size: 17px;
    }

    .block_kviz .flex .right_block .gift_kviz .gift_kviz-item .icon {
        margin-left: 0;
        width: 40px;
    }

    .block_kviz .flex .right_block .gift_kviz .gift_kviz-item::before {

        max-width: 20px;
        max-height: 20px;
        min-width: 20px;
        min-height: 20px;
        font-size: 10px;

    }



    .block_kviz .flex .right_block .gift_kviz {
        counter-reset: count;
        margin-top: 10px;
    }

    .block_kviz .flex .right_block .gift_kviz .gift_kviz-item {
        padding: 15px 0;
    }

    .block_kviz .flex .right_block {
        height: 425px;
    }

    .block_kviz .flex .left_block .border .button {
        width: 100%;
        font-size: 12px;
    }

    ul .row .left,
    ul .row .right {
        width: auto;
        white-space: nowrap;
        font-size: 14px;
    }

    .section_13 .content .content_text .flex_content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 59px;
        gap: 5px;
    }

    .section_sravnenie .block_sravnenie .swiper_sravnenie .swiper_sravnenie-item .price {
        color: #60636c;
        font-size: 14px;
        margin-top: 5px;
    }

    .section_sravnenie .block_sravnenie .swiper_sravnenie .swiper_sravnenie-item h3 {
        font-size: 16px;
        margin-top: 3px;
    }

    .section_sravnenie .block_sravnenie .puncts p {
        padding: 14px 54px 14px 0;
        font-size: 16px;
        font-weight: 700;
        width: 280px;
        border: 1px solid #e2e8f0;
        border-left: 1px solid transparent;
        border-bottom: 1px solid transparent;
        height: 55px;
    }

    .section_sravnenie .block_sravnenie .swiper_sravnenie .swiper_sravnenie-item .td {
        width: 100%;
        height: 55px;
    }

    .banner-section .banner__block-3 .grid h2 {
        font-size: 36px;
    }

    .banner-section .banner__block-3::before {
        height: 200px;
    }

    form .input_block .form_input {
        color: #000;
        width: 100%;
        height: 30px;

    }

    form .input_block .form_select {
        height: 30px;
    }

    form .btn {
        height: 49px;
    }

    .fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn {
        padding-top: 4px;
    }
}

@media (min-width:980px) and (max-width:1200px) {
	.ourWorks_block .ourWorks__item h3,
	.ourWorks_block .ourWorks__item .h3 {
        font-size: 18px;
    }
}
@media screen and (min-width:978px) and (max-width:1100px) {
    header.fixed nav>ul>li.doble_menu { font-size: 10px;}
}

/* карта сайта */
.block-sitemap {padding-top: 30px;}

.block-sitemap h1 {
    font-size: 58px;
    text-align: center;
    text-wrap: balance;
    margin: 0 0 20px;
}

.block-sitemap .container {padding: 0 20px;}
.block-sitemap ul {margin: 0 0 15px;}
.block-sitemap li {margin: 0 0 15px;}
.block-sitemap .children {margin: 15px 0 5px 20px;}
.block-sitemap .children li {margin: 0 0 15px;}
.block-sitemap a {color: var(--main-color);text-decoration: underline;}
.block-sitemap a:hover {text-decoration: none;}

@media (max-width: 1460px) {
    .block-sitemap h1 {font-size: 34px;line-height: 1;}
}
@media (max-width: 968px) {
    .block-sitemap {padding-top: 15px;}
    .block-sitemap .container {padding: 0 10px;}
}

/* админ-панель внизу */

* html body.admin-bar {
	margin-bottom: 0 !important;
}
#wpadminbar {
	top: auto !important;
	bottom: 0;
}
#wpadminbar .menupop .ab-sub-wrapper { /* субменю */
	bottom: 32px;
	-moz-box-shadow: 2px -2px 5px rgba(0,0,0,.2);
	-webkit-box-shadow: 2px -2px 5px rgba(0,0,0,.2);
	box-shadow: 2px -2px 5px rgba(0,0,0,.2); /* изменяем угол падения тени */
}
@media screen and ( max-width: 987px ) {

	* html body.admin-bar {
		margin-bottom: 0 !important;
	}
	#wpadminbar{
		position:fixed !important;
	}
	#wpadminbar .menupop .ab-sub-wrapper {
		bottom: 46px;
	}
}

/* иконка загрузки на кнопке */
.dc_send_process img {width:30px;height;30px;}

/* карта */
.map * {position: unset;}
.map .dc-map-hint {
    position: absolute;
    transform: translate(7px, -100%);
    padding: 5px;
    background: white;
    border: none;
    border-radius: 5px;
    opacity: 0.85;
    white-space: nowrap;
    /*max-width:400px;*/
}
.map .dc-map-marker {
    cursor: pointer;
    width: 50px;
    position: absolute;
    transform: translate(-50%, -100%);
    color: var(--second-color);
}

/* маска в телефоне */
.default_phone.hide, .mask_phone.hide {opacity: 0;}
form .input_block > span {opacity: 0.3;}

/* текстовый фон заголовка блока */
.module .module-header-image {
    width:100%;
	display: block;
    position: absolute;
    left: 50%;
    top: 2%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: hidden;    
}
.module .module-header-image img {width:100%;height:auto;}

@media screen and (max-width:978px) {
    .module .module-header-image {top: 20px;}
}

/* сертификаты */

.section_skv_9 .black_block .swiper_sert {
    margin: 55px 80px 0;
}

.swiper_sert .swiper-wrapper {justify-content: center;align-items: center;}
.swiper_sert.slider-active .swiper-wrapper {justify-content: flex-start;}
.swiper_sert:not(.slider-active),
.swiper_sert:not(.slider-active) .swiper-wrapper {overflow:visible;}

.section_skv_9 .black_block .swiper_sert .swiper-slide {text-align:center;}

.section_skv_9 .black_block .swiper_sert .swiper-slide .sert__block {
   
    max-width: 350px;
	max-height: 450px;
    cursor: pointer;
    overflow: hidden;
	margin: auto;
	display:inline-flex;
	justify-content:center;
	align-items:center;
	position:relative;
	border-radius: 20px;
}
@media (hover: hover) and (pointer: fine) {

	.section_skv_9 .black_block .swiper_sert .swiper-slide .sert__block:hover::before {
		content: "";
		background-image: url(../images/zoom_green.png);
		display: block;
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		width: 100px;
		height: 100px;
		z-index: 2;
		-webkit-transition: .2s;
		-o-transition: .2s;
		transition: .2s;
		pointer-events: none;
	}

	.section_skv_9 .black_block .swiper_sert .swiper-slide .sert__block:hover::after {
		content: "";
		display: block;
		position: absolute;
		background-color: rgba(0, 0, 0, .322);
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: .5s;
		-ms-transform: .5s;
		transform: .5s;
		pointer-events: none;
	}
}

.section_skv_9 .black_block .swiper_sert .swiper-slide img {
    height: 100%;
    width: auto;	
}

.section_skv_9 .black_block .btn-prev {
    position: absolute;
    top: 50%;
    border-radius: 50%;
    left: 40px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.section_skv_9 .black_block .btn-prev.swiper-button-disabled {
    opacity: .2;
}

.section_skv_9 .black_block .btn-next {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    right: 40px;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.section_skv_9 .black_block .btn-next.swiper-button-disabled {
    opacity: .2;
}

@media screen and (max-width:978px) {
    .section_skv_9 .black_block .swiper_sert {
        margin: 100px 0 0;
        padding-right: 35px;
    }
	.section_skv_9 .black_block .btn-prev {
        top: 60px;
        left: 110px;
    }
	.section_skv_9 .black_block .btn-next {
        top: 60px;
        right: 110px;
    }
}

/* контакты */
.section_contacts .contacts_and_maps .contacts {padding:30px;}
.section_contacts .contacts_and_maps .contacts .col-1,
.section_contacts .contacts_and_maps .contacts .col-2 {display:flex;flex-wrap:wrap;gap:20px;justify-content:start;}
.section_contacts .contacts_and_maps .contacts .col-1 {flex-grow:100;width:300px;}
.section_contacts .contacts_and_maps .contacts .col-2 {flex-grow:1;width:170px;justify-content:space-between;}


.home .section_contacts .contacts_and_maps .contacts .col-2 {align-items:end;}
.home .section_contacts .contacts_and_maps .contacts {justify-content: space-between;}
.contacts-page .section_contacts .contacts_and_maps .contacts .col-2 {align-items:start;}

.section_contacts .contacts_and_maps .map {height: auto;min-height: 435px;}

.section_contacts .contacts_and_maps .contacts .address {flex-grow:1;width:100%;}

.section_contacts .contacts_and_maps .contacts {gap:20px;}

.section_contacts .contacts_and_maps .contacts .cat {position: static;}

@media screen and (max-width: 1460px){
	.section_contacts .contacts_and_maps .contacts .contact__item {max-width: 100%;}
    .section_contacts .contacts_and_maps .contacts {padding:20px;}
}

@media (min-width: 987px) and (max-width: 1366px){
	.section_contacts .contacts_and_maps .contacts .col-1,
    .section_contacts .contacts_and_maps .contacts .col-2 {width: 100%;}
    .section_contacts .contacts_and_maps .contacts .cat {display: none;}
    .contacts-page .section_contacts .contacts_and_maps .contacts .cat {display: flex;}
    .section_contacts .contacts_and_maps .contacts .col-2 {justify-content: space-between;}
}

@media (min-width: 987px) and (max-width: 1150px){
    .contacts-page .section_contacts .contacts_and_maps .contacts .cat {display: flex;}
}

@media screen and (max-width: 987px){
    .section_contacts .contacts_and_maps .contacts {padding:30px 15px;display:flex;}
    .section_contacts .contacts_and_maps .contacts .contact__item.messCont__item {order: unset;}
    .section_contacts .contacts_and_maps .contacts .contact__item:not(:nth-child(1)) {margin-top: 0px;}
    .section_contacts .contacts_and_maps .contacts .contact__item.messCont__item {margin-bottom: 0;}
    .section_contacts .contacts_and_maps .contacts .cat {display: flex;}
    .section_contacts .contacts_and_maps .button {margin: 20px 0 0;}
    .home .section_contacts .contacts_and_maps .contacts .col-1 {justify-content: flex-start;}
}

@media screen and (max-width: 600px){
    .section_contacts .contacts_and_maps .contacts .col-1 {width:100%;max-width:100%;}
    .section_contacts .contacts_and_maps .contacts .col-2 {width: 100%;}
    .home .section_contacts .contacts_and_maps .contacts .cat {display: none;}
    .section_contacts .contacts_and_maps .button {margin: 20px auto 0;}
}

/* Блок Видеообзоров */
.videowork_section {}
.videowork_section .container h2 {margin:0 0 40px;}
.videowork_section .btn-wrapper {width: 100%;display:flex;justify-content:center;gap:20px;flex-wrap: wrap;}
.videowork_section .btn-wrapper .button {margin:0;width:auto;height:auto;line-height:1.1;padding:20px 30px;}

.videoReviews{display:flex;flex-wrap:wrap;justify-content:center;gap:39px;margin-bottom:30px;}
.videoReview{width:660px;height:auto;min-height:385px;border-radius:17px;position:relative;cursor:pointer;overflow:hidden;background-position:center bottom !important;}
.videoReview.vertical{width:312px;height:558px;}
.videoReview .image:before{position: absolute;width:100%;height:170px;background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);content:'';left:0;top:0;opacity:0.7;pointer-events:none;}

.videoReview .call{width:100%;text-align:center;padding:25px;color:#fff;position:absolute;font-size:20px;inset: 0 0 0 0;}
.videoReview .call:after{width:100%;height:21px;background:url('../images/play_w_arrow.png') no-repeat center;background-size:contain;display:block;margin-top:10px;content:'';}

/* .videoReview .play{width:70px;height:70px;background:url('../images/img/play_w.png') no-repeat center;background-size:contain;} */

.videoReview video{position: absolute;left: 0;top: 0;width:100%;height:100%;transform:scale(1.01);border-radius:17px;object-fit: cover;}

.videoReview .image{width:100%;height:100%;background-size:cover;background-position:center;background-repeat:no-repeat;position:relative;overflow:hidden;margin-bottom:10px;display:flex;justify-content:center;align-items:center;}
.videoReview .image:after{content:'';display:block;width:70px;height:70px;background:url('../images/play_w.png') no-repeat center;background-size:contain;border-radius: 50%;
	position: absolute;
    z-index: 1;
    inset: 0;
    margin: auto;
    -webkit-box-shadow: 0 0 0px 25px rgba(255, 255, 255, 0.16);
    box-shadow: 0 0 0px 25px rgba(255, 255, 255, 0.16);
    -webkit-animation: shadow 3s linear infinite;
    animation: shadow 3s linear infinite;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

@-webkit-keyframes shadow{
0%,100%{-webkit-box-shadow:0 0 0px 0px rgba(255, 255, 255, 0.16),  0 0 0px 0px rgba(255, 255, 255, 0.36);box-shadow:0 0 0px 0px rgba(255, 255, 255, 0.16),  0 0 0px 0px rgba(255, 255, 255, 0.36);}
50%{-webkit-box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.16),  0 0 0px 10px rgba(255, 255, 255, 0.36);box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.16),  0 0 0px 10px rgba(255, 255, 255, 0.36);}
}
@keyframes shadow{
0%,100%{box-shadow:0 0 0px 0px rgba(255, 255, 255, 0.16),  0 0 0px 0px rgba(255, 255, 255, 0.36);}
50%{box-shadow: 0 0 0px 20px rgba(255, 255, 255, 0.16),  0 0 0px 10px rgba(255, 255, 255, 0.36);}
}

.videoReview:nth-of-type(2n+2) .image:after{animation-delay:1.5s;}

.videoReview .desc {text-align:center;}

.dc-modal-video .fancybox__content {background-color: transparent;}
/* видео-модалка (высота для вертикальных видео) */
body .dc_modal_video .fancybox__content {width:90% !important;height:100% !important;}
body.mobile .dc_modal_video .fancybox__content {width:98% !important;height:100% !important;}

@media only screen and (max-width:1460px) {

	.videowork_section .container {padding:0 7px;}
	
	.videoReviews{gap:18px;}
	.videoReview{width:578px;min-height:335px;}
	.videoReview.vertical{width:280px;height:501px;}
}
@media only screen and (max-width:1180px) {
	.videoReview{width:468px;min-height:274px;}
	.videoReview.vertical{width:225px;height:403px;}
	.videoReview .call{padding:20px;font-size:16px;}
}
@media only screen and (max-width:768px) {
	
	.videoReviews{justify-content:center;}
}
@media only screen and (max-width:540px){
.videoReviews{gap:2%;}
.videoReview{width:100%;min-height:58vw;margin-bottom:3vw;}
.videoReview.vertical{width:49%;height:76vw;}
.videoReview .call {padding: 3vw;font-size: 3vw;}
}
@media only screen and (max-width:340px){
.videoReview.vertical{width:45vw;height:81vw;}
.videoReviews{gap:calc(100% - 90vw);}
}


/* мобильное меню */
@media (max-width: 987px){
	header nav {
		-webkit-transform: translateX(110%);
		-ms-transform: translateX(110%);
		transform: translateX(110%);		
	}
	header [data-header-container] nav {margin-top:15px;padding: 0 0 170px;}
}

/* ползунок высоты */
@media screen and (min-width: 769px){
	.container__calculator .calculator_window-big .height_range .calc_range {
		-webkit-transform: rotate(270deg) translate(-80px, 0);
		-ms-transform: rotate(270deg) translate(-80px, 0);
		transform: rotate(270deg) translate(-110px, 0);
		height: 30px;
		width: 250%;
	}
}

/* кнопки и модалки скачать прайс-лист */
.fix_right a.ajax-download-pricelist .img {background-color: #fff;}
main header .button.pricelist {display:none;}
main .button.pricelist {
	width:100%;max-width:300px;
	display:flex;
	justify-content:center;
	align-items:center;
	gap:10px;
	padding: 10px 15px;
	font-size:16px;
}
.dc_modal.ajax-download-pricelist .spec_block img{display:none;}
.dc_modal.ajax-download-pricelist .spec_block .text{display:none;}
.dc_modal.ajax-download-pricelist .cat{display:none;}
.dc_modal.ajax-download-pricelist .modal{background:url('../images/catalog_modal_back.jpg') no-repeat 0 0;background-size:cover;}
.dc_modal.ajax-download-pricelist .modal__form .form_body {background-color:#fff;}
.dc_modal.ajax-download-pricelist .modal__form .input_block {border-color:#636363;}
.dc_modal.ajax-download-pricelist .modal__form .form_body .form_mess .mess.active {background-color:#e2e8f0;}
.dc_modal.ajax-download-pricelist .title_modal {font-size: 22px;}
.dc_modal.ajax-download-pricelist .modal__form .form_body {padding: 20px 30px;}

@media (max-width: 987px) {	
	.fix_right a.ajax-download-pricelist .img {background-color: transparent;}
	.fix_right a.ajax-download-pricelist p {color:#e5252a;}	
   	.thanks-page main h1 {margin: 0 0 20px;line-height:1;}
	main .button.pricelist {margin: 10px auto;height:60px;}
	main header .button.pricelist {display:flex;}
}

@media (max-width: 768px) {	
	.dc_modal.ajax-download-pricelist .modal{background:url('../images/catalog_modal_back_mob.jpg') no-repeat 0 100%;background-size:cover;}
	.dc_modal.ajax-download-pricelist .fancybox__content {height:85%;}
	.dc_modal.ajax-download-pricelist .spec_block {display:none;}
}

@media (max-width: 380px) {	
	.dc_modal.ajax-download-pricelist .modal{width:100%;}
	.dc_modal.ajax-download-pricelist .fancybox__content {height:90%;}
    .dc_modal.ajax-download-pricelist .modal__form .form_body {padding: 10px;}
}

/* 404 */
.error404 main {border-radius: 0 0 70px 70px;padding-bottom:50px;}
.text_404 {padding: 0;margin: 30px 0 72px;}
.text_404 .wrapper {display:grid;grid-template-columns:60% 40%;grid-template-rows: 80px 1fr;margin: 0 30px;}
.text_404 .content {min-width: 60%;white-space:nowrap;display:flex;flex-wrap:wrap;flex-direction:column;}
.text_404 .image {display:flex;max-height:480px;grid-row:span 2;}
.text_404 .image img {margin:auto 0 0;max-height:100%;}
.text_404 h1{font-size: 100px;margin-top:60px;}
.text_404 p:nth-child(2){font-size: 57px;font-weight: 700;}
.text_404 p:nth-child(3){font-size: 25px;font-weight: 200;margin:auto 0 50px;}
.text_404 p:nth-child(3) span {white-space:nowrap;}

@media screen and (max-width: 1460px){
	.error404 main {border-radius: 0 0 70px 70px;}
	.text_404 {margin: 30px 0 40px;}
	.text_404 .image {max-height:400px;}
	.text_404 h1{font-size: 70px;}
	.text_404 p:nth-child(2){font-size: 40px;}
	.text_404 p:nth-child(3){font-size: 22px;}
}
@media screen and (max-width: 980px){
	.error404 main {padding:0;height:53px;}
	.text_404 {margin: 30px 0 60px;}
	.text_404 .image {}
	.text_404 h1{font-size: 60px;margin-top:30px;}
	.text_404 p:nth-child(2){font-size: 34px;}
	.text_404 p:nth-child(3){font-size: 20px;white-space:wrap;}
	.text_404 .bread-crumbs {text-align: left;}
}
@media screen and (max-width: 768px){	
	.text_404 {margin: 0 0 72px;}
	.text_404 .wrapper {grid-template-columns: 1fr;margin: 0;}
	.text_404 .image {grid-row:span 1;max-height:300px;}
	.text_404 .image img {margin:0 auto;max-height:100%;}
	.text_404 .bread-crumbs {text-align:center;}
	.text_404 .content {text-align:center;}
	.text_404 h1{font-size: 40px;margin-top: 10px;}
	.text_404 p:nth-child(2){font-size: 24px;}
	.text_404 p:nth-child(3){font-size: 16px;margin:20px 0;}
}

/* инфо-полоса */
.info-polosa.module {
	display:none;
	opacity:0;
	width:100%;	
	position:relative;
	z-index:5;
}
.info-polosa.module .container{
	background:#fceecd;
	border-radius:0 0 15px 15px;
	padding:10px 15px;
	color:#000;
	font-weight:700;
	font-size:14px;	
	max-width:1600px;
	margin:0 auto;	
}
header.fixed .info-polosa.module, header.fixed-mob .info-polosa.module {
	display:block;
	-webkit-animation-name: fadeIn_polosa;
	animation-name: fadeIn_polosa;
    -webkit-animation-duration: 1s;
    animation-delay: 0.2s;
	animation-fill-mode:both;
}
.info-polosa.module input, 
.info-polosa.module label,
.info-polosa.module label span:nth-of-type(2) {display:none;}
.info-polosa.module label {width:110px;margin:auto 0 0 auto;position:relative;cursor: pointer;padding-right:15px;}
.info-polosa.module label span {display:inline-block;padding-bottom:1px; border-bottom: 1px dotted #000;}
.info-polosa.module label::after{
	content:"";
	position:absolute;
	border-color:#000;
	border-style:solid;
	border-width:0 2px 2px 0;
	bottom:0;
	right:0;
	transform:rotate(45deg);
	width:7px;
	height:7px;
	margin-bottom:8px;
}
.info-polosa.module .text-area{width:100%;}
.info-polosa.module input:checked~label {padding-top:10px;}
.info-polosa.module input:checked~label span:nth-of-type(1) {display:none;}
.info-polosa.module input:checked~label span:nth-of-type(2) {display:inline-block;}
.info-polosa.module input:checked~label::after{transform: rotate(225deg);margin-bottom:3px;}

@media screen and (max-width:1640px) {
	.info-polosa.module .container{max-width:unset;margin:0 15px;}	
}
@media screen and (max-width: 1460px) {
	.info-polosa.module {/* -webkit-transform:translateY(61px);-ms-transform:translateY(61px);transform:translateY(61px); */}
    .info-polosa.module .container{max-width: 1100px;margin:0 auto;}
}
@media screen and (max-width: 1200px) {
	.info-polosa.module .container{max-width:unset;margin:0 15px;}	
}
@media screen and (max-width: 987px) {
	.info-polosa.module {/* -webkit-transform: translateY(68px);-ms-transform:translateY(68px);transform:translateY(68px); */}
	.mobile .info-polosa.module {/* -webkit-transform: translateY(52px);-ms-transform:translateY(52px);transform:translateY(52px); */}
	header.fixed-mob+.info-polosa.module {
		display:block;
		-webkit-animation-name: fadeIn_polosa;
		animation-name: fadeIn_polosa;
		-webkit-animation-duration: 1s;
		animation-delay: 0;
		animation-fill-mode:both;
	}	
	.info-polosa.module .container{display:flex;flex-wrap:wrap;align-items:center;}
	.info-polosa.module .text-area{
		width:100px;
		flex-grow:1;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		/* white-space:nowrap;overflow:hidden;text-overflow:ellipsis; */
	}	
	.info-polosa.module label {display:block;text-align:right;}
	.info-polosa.module input:checked~.text-area {white-space:unset;overflow:unset;width:100%;text-overflow:unset;-webkit-line-clamp: unset;-webkit-box-orient:gorizontal;display:block;}
}
@media screen and (max-width: 480px) {
	.info-polosa.module .text-area, 
	.info-polosa.module label {font-size:12px;}
	.info-polosa.module label::after{width:6px;height:6px;margin-bottom:7px;}
}

@-webkit-keyframes fadeIn_polosa {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn_polosa {
    from {opacity: 0;}
    to {opacity: 1;}
}

/* виды окон/остекления - длинное название, много текста */
.section_13 .content .content_text .flex_content {margin-top: 50px;}
.section_13 .content .content_text .text {flex-grow:1;}
.section_13 .content .content__img {min-width: 370px;display: flex;align-items: center;justify-content:center;overflow: hidden;margin: 0 auto;}

@media screen and (max-width: 1460px) {
	.section_13 .content .content__img {min-width: 290px;}
}

@media only screen and (min-width: 988px) {
  .section_13 .tabs .tabs__items p {
    font-size: 18px;
    white-space: wrap;
    text-align: center;
    padding: 0 0 5px;
    margin: 0 5px;
    display: flex;
    align-items: center;
    min-height: 50px;
  }
}

@media screen and (max-width: 987px) {
    .section_13 .content .content_text {margin: 20px auto;width: 70%;}
	.section_13 .content .content_text .flex_content .patameter {min-width: 100%;}
	.section_13 .tabs .tabs__items {min-width: unset;height: 81px;}
	.section_13 .tabs .tabs__items p {
		font-size: 15px;
		white-space: normal;
		text-align: center;
		height: 45px;
		line-height: 17px;
		padding: 0 5px 5px;
		display: flex;
		align-items: center;
	  }
}

@media screen and (max-width: 600px) {
	.section_13 .content .content_text {width: 90%;}
	.section_13 .content .content__img {width: 90%;}
}

@media screen and (max-width: 480px) {
	.tabs-slider .swiper-slide {width: 100%!important;}
	.section_13 .content .content_text {width: 100%;}
	.section_13 .content .content__img {width: 100%;}
}

/* WA мобильная версия */
@media screen and (max-width: 987px) {
	header .header_top .messengers.mob_close {display:block;}
	header .header_top .messengers a:not([data-type="whatsapp"]){display:none;}
}
/* WA мобильная версия end */

/* пагинация видео */
[data-video-pagination]{display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;font-size:16px;margin:10px 0;}
[data-video-pagination] a{margin:0 10px}
[data-video-pagination] .next,[data-video-pagination] .prev,[data-video-pagination] a{color:var(--main-color);border-bottom:1px solid var(--main-color);transition:.3s}
[data-video-pagination] span.next,[data-video-pagination] span.prev{opacity:0}
[data-video-pagination] .next:hover,[data-video-pagination] .prev:hover,[data-video-pagination] a:hover{color:#202020;border-bottom:1px solid transparent}
[data-video-pagination] .prev{margin-right:35px}
[data-video-pagination] .next{margin-left:35px}
[data-video-pagination] .active{color:#fff;font-weight:700;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-radius:5px;background-color:var(--main-color);width:34px;height:35px}
@media screen and (max-width:978px) {
[data-video-pagination]{font-size:15px}
[data-video-pagination] .prev{margin-right:5px}
[data-video-pagination] .next{margin-left:5px}
[data-video-pagination] .active{width:30px;height:30px}
}
/* */

/* Виды остекления v.2 */
.section_3_v2 .price_windows_v2{background-image:url(../images/price_bg.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;color:#fff;padding:50px 125px;border-radius:50px}

.section_3_v2 .price_windows_v2 .slider_price_v2{margin-top:25px}
.section_3_v2 .price_windows_v2 .slider_price_v2 .slider_price_v2-block p.sub_p{margin-top:3px;font-size:14px}
.section_3_v2 .price_windows_v2 .slider_price_v2 .slider_price_v2-block>img{margin:8px auto 0;height:135px}
.section_3_v2 .price_windows_v2 .slider_price_v2 .slider_price_v2-block ul{margin-top:5px;margin-bottom:5px}
.section_3_v2 .price_windows_v2 .slider_price_v2 .slider_price_v2-block ul li{position:relative;padding-left:18px;margin-top:5px;font-size:14px}
.section_3_v2 .price_windows_v2 .slider_price_v2 .slider_price_v2-block{padding:20px 20px}

.price_windows_v2 .slider_price_v2{margin-top:50px}
.price_windows_v2 .slider_price_v2 .swiper-slide{height:initial !important}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block{padding:25px 20px;background-color:#fff;color:#60636c;border-radius:30px;max-width:400px;margin:0 auto;height:100%;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block h3{color:#000;text-align:center;font-size:22px}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block p{color:#60636c;font-size:16px}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block p.sub_p{text-align:center;margin-top:7px}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block>img{margin:25px auto 0;display:flex;height:190px;-o-object-fit:contain;object-fit:contain}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block ul{margin-top:10px;margin-bottom:20px}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block ul li{position:relative;padding-left:18px;margin-top:5px}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block ul li svg{content:"";display:block;position:absolute;top:6px;left:0;fill:var(--main-color);background-size:cover;width:11px;height:9px}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block .price{display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:auto}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block .price .main_price{font-size:34px;font-weight:700;color:#000;text-wrap:nowrap}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block .price .main_price span noindex{font-size:14px;margin-right:-5px}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block .price .turnkey{font-size:14px}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block .price .turnkey span{display:block;font-size:22px;line-height:.9;font-weight:700;text-wrap:nowrap}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block .installment{clip-path:polygon(100% 0,95% 50%,100% 100%,0 100%,0 50%,0 0);background-color:var(--second-color);background-size:100%;background-position:left center;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;padding:7px 14px;margin-left:-19px}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block .installment img{margin-top:0}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block .installment p{font-size:14px;color:#fff;text-wrap:nowrap}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block .btn_price{width:100%;height:61px;padding:20px 5px;margin-top:10px;color:#000;font-size:16px}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block .btn_price p{font-weight:700;font-size:16px;color:#000}
.price_windows_v2 .price_prev{position:absolute;top:53%;cursor:pointer;left:30px;z-index:20}
.price_windows_v2 .price_prev.swiper-button-disabled{opacity:.2}
.price_windows_v2 .price_prev .open{display:none}
.price_windows_v2 .price_next{position:absolute;top:53%;cursor:pointer;right:30px;z-index:20}
.price_windows_v2 .price_next.swiper-button-disabled{opacity:.2}
.price_windows_v2 .price_next .open{display:none}
/*  */
.section_3_v2 .price_windows_v2 {padding: 50px 40px;}
.section_3_v2 .price_windows_v2 {background-size: contain;background-color: #211d1e;background-position: top;}
.section_3_v2 .price_windows_v2 .price_navigation {display:grid;grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));justify-content: space-between;justify-items: center;height:auto;align-items:center; border:1px solid #fff;margin:0 auto; border-radius:20px; position:relative; margin-top:40px;max-width:1000px;}

.section_3_v2 .price_windows_v2 .price_navigation .p_nav {display:flex; -webkit-box-align:center; -ms-flex-align:center; align-items:center; -webkit-box-pack:center; -ms-flex-pack:center; justify-content:center; padding:10px; cursor:pointer;width:100%;position:relative;z-index:2;grid-row-start:1;}
.section_3_v2 .price_windows_v2 .price_navigation .p_nav:nth-child(1) {grid-column-start: 1;}
.section_3_v2 .price_windows_v2 .price_navigation .p_nav:nth-child(2) {grid-column-start: 2;}
.section_3_v2 .price_windows_v2 .price_navigation .p_nav:nth-child(3) {grid-column-start: 3;}
.section_3_v2 .price_windows_v2 .price_navigation .p_nav:nth-child(4) {grid-column-start: 4;}

.section_3_v2 .price_windows_v2 .price_navigation .p_nav.active_price p {color:#000; position:relative; -webkit-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease; user-select:none}
.section_3_v2 .price_windows_v2 .price_navigation .p_nav.active_price p svg {opacity:1}
.section_3_v2 .price_windows_v2 .price_navigation .p_nav:hover p {-webkit-filter:brightness(1.1); filter:brightness(1.1); border-bottom:1px dotted transparent}
.section_3_v2 .price_windows_v2 .price_navigation .p_nav:hover p::before {-webkit-transform:translateX(5px); -ms-transform:translateX(5px); transform:translateX(5px)}

.section_3_v2 .price_windows_v2 .price_navigation p {text-align:center; font-size:18px; font-weight:700; border-bottom:1px dotted #fff; z-index:2; cursor:pointer; -webkit-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease; user-select:none}
.section_3_v2 .price_windows_v2 .price_navigation p svg {content:""; display:block; width:19px; height:19px; position:absolute; right:-30px; top:calc(50% - 9px); opacity:0; -webkit-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease; color:var(--second-color)}

.section_3_v2 .price_windows_v2 .price_navigation .item_price {position: relative;width:100%;height:100%;grid-row-start:1;z-index:1;background-color:#fff;border-radius:20px; -webkit-transition:all .5s ease; -o-transition:all .5s ease; transition:all .5s ease}
.section_3_v2 .price_windows_v2 .price_navigation.first .item_price {margin-left:-2px;}
.section_3_v2 .price_windows_v2 .price_navigation.last .item_price {margin-right:-2px;}
.section_3_v2 .price_windows_v2 .price_navigation .item_price.position-1 {grid-column-start: 1;left:0;}
.section_3_v2 .price_windows_v2 .price_navigation .item_price.position-2 {grid-column-start: 2;left:0;}
.section_3_v2 .price_windows_v2 .price_navigation .item_price.position-3 {grid-column-start: 3;left:0;}
.section_3_v2 .price_windows_v2 .price_navigation .item_price.position-4 {grid-column-start: 4;left:0;}

.section_3_v2 .slider_price_v2 .items-wrapper {display:flex;flex-wrap:wrap;gap:20px;justify-content:center;}
.section_3_v2 .slider_price_v2 [data-item] {width:23%;max-width:400px;}
@media (max-width:1680px){
.section_3_v2 .container{max-width:1320px}
.section_3_v2 .slider_price_v2 [data-item] {width:47%;}
}

@media (max-width:1460px){
.price_windows_v2 .slider_price_v2{margin-top:35px}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block h3{font-size:18px}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block p.sub_p{margin-top:0}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block .installment{padding:7px 4px 7px 15px}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block .installment p{font-size:12px}
.section_3_v2 .price_windows_v2 .price_navigation {margin-top:30px}
}

@media (max-width:987px){
.section_3_v2 .container{padding:0 5px}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block .btn_price{margin-top:10px}
.section_3_v2 .price_windows_v2 .price_navigation p svg {top:-16px; right:calc(50% - 9px)}
.section_3_v2 .slider_price_v2 [data-item] {width:100%;max-width:600px;}
.section_3_v2 .price_windows_v2{padding:30px 10px;border-radius:30px}
}

@media (max-width:785px){
.price_windows_v2 .slider_price_v2 .slider_price_v2-block{padding:20px 15px 17px}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block .price{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:15px;display:-ms-grid;display:grid;grid-template-columns:repeat(2,57% 43%)}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block .price .main_price{font-size:32px}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block .installment{margin-left:-15px}
}

@media (max-width:765px){
.price_windows_v2 .price_navigation .item_price{border-radius:10px}
.price_windows_v2 .slider_price_v2{margin-top:20px}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block p{font-size:15px}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block>img{margin:5px auto 0;max-width:210px}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block ul{margin-bottom:10px}
.price_windows_v2 .slider_price_v2 .slider_price_v2-block ul li{font-size:15px}
.section_3_v2 .price_windows_v2 .price_navigation {border-radius:10px; margin-top:25px}
.section_3_v2 .price_windows_v2 .price_navigation .item_price {border-radius:10px}
}

@media (max-width:600px){
.price_windows_v2 .price_prev{top:40%}
.price_windows_v2 .price_prev .close{display:none}
.price_windows_v2 .price_prev .open{display:block}
.price_windows_v2 .price_next{top:40%}
.price_windows_v2 .price_next .close{display:none}
.price_windows_v2 .price_next .open{display:block}
}

@media (max-width:565px) {
.section_3_v2 .price_windows_v2 .price_navigation p {font-size:15px}
}

@media (max-width:410px){
.price_windows_v2 .slider_price_v2 .slider_price_v2-block .btn_price{font-size:16px;padding:10px 15px}
}

@media (max-width:375px) {
	.section_3_v2 .price_windows_v2 .price_navigation p {font-size:14px}
}

@media (max-width:350px){
.price_windows_v2 .slider_price_v2 .slider_price_v2-block .btn_price p{font-size:14px}
}

/* Под ключ v.2 */
.section_12_v2 .tabs .slider-tabs{padding:0 60px}
.section_12_v2 .tabs .slider-tabs .swiper-wrapper{display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px;margin-top:35px}
.section_12_v2 .tabs .slider-tabs .swiper-wrapper .swiper-slide{-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.section_12_v2 .tabs .slider-tabs .swiper-wrapper .swiper-slide-next,.section_12_v2 .tabs .slider-tabs .swiper-wrapper .swiper-slide-prev{opacity:.3}
.section_12_v2 .tabs .tabs__items{border-width:1px;border-color:var(--main-color);border-style:solid;border-radius:20px;background-color:#fff;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;cursor:pointer;height:72px;padding:14px 30px}
.section_12_v2 .tabs .tabs__items.active{border-width:1px;border-color:#fff;border-style:solid;border-radius:20px;background-color:#bfccd9}
.section_12_v2 .tabs .tabs__items.active::before{content:url(../images/check-svg.svg);border-radius:50%;background-color:var(--second-color-v2);width:22px;height:22px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;right:-5px;top:-5px}
.section_12_v2 .tabs .tabs__items.active p{color:#000;border-color:transparent}
.section_12_v2 .tabs .tabs__items p{color:var(--main-color);border-bottom:1px dotted var(--main-color);font-size:22px;font-weight:700;white-space:nowrap;cursor:pointer;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
.section_12_v2 .tabs .tabs__items:hover p{-webkit-filter:brightness(1.1);filter:brightness(1.1);border-bottom:1px dotted transparent}
.section_12_v2 .tabs .tabs__items small{margin-top:5px}
.section_12_v2 .tabs .tabs__items p{-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.section_12_v2 .tabs .tabs__items img{max-height:80px}
.section_12_v2 .flex{display:flex;gap:34px;max-width:1366px;width:100%;margin:40px auto 0}
.section_12_v2 .flex .okna__items{display:flex;gap:14px;max-width:830px;width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}
.section_12_v2 .flex .okna__items .okna_items-block{border-radius:25px;background-color:#fff;width:calc(50% - 7px);min-height:275px;padding:20px 25px 25px;visibility:hidden;-webkit-transition:.5s;-o-transition:.5s;transition:.5s;opacity:0;display:none}
.section_12_v2 .flex .okna__items .okna_items-block.active{display:block;visibility:visible;opacity:1}
.section_12_v2 .flex .okna__items .okna_items-block img{max-height:200px;display:block;margin:8px auto 0}
.section_12_v2 .flex .okna__items .okna_items-block p{font-size:14px;font-weight:700;color:#393939}
.section_12_v2 .flex .content__block{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1}
.section_12_v2 .flex .content__block h3{font-size:30px}
.section_12_v2 .flex .content__block .flex__item{display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:30px;margin-top:28px}
.section_12_v2 .flex .content__block .flex__item .flex__item__div{-webkit-box-flex:1;-ms-flex:1;flex:1}
.section_12_v2 .flex .content__block .flex__item .price{display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;gap:15px}
.section_12_v2 .flex .content__block .flex__item .price .price__new p{font-size:40px;font-weight:700;line-height:1;text-wrap:nowrap}
.section_12_v2 .flex .content__block .flex__item .price .price__new p small{font-size:16px}
.section_12_v2 .flex .content__block .flex__item .price .price__new p span{font-size:25px}
.section_12_v2 .flex .content__block .flex__item .price .price__new small{color:#60636c;font-size:14px}
.section_12_v2 .flex .content__block .flex__item .price .price__old p{font-size:22px;color:#60636c;line-height:1;text-decoration:line-through;text-wrap:nowrap}
.section_12_v2 .flex .content__block .flex__item .installment{clip-path:polygon(100% 0,95% 50%,100% 100%,0 100%,0 54%,0 0);background-color:var(--second-color-v2);display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px;padding:7px 14px;margin-top:10px;white-space:nowrap}
.section_12_v2 .flex .content__block .flex__item .installment img{margin-top:0}
.section_12_v2 .flex .content__block .flex__item .installment p{font-size:14px;color:#fff}
.section_12_v2 .flex .content__block .flex__item .btn_price{width:100%;height:61px;padding:20px 5px;margin-top:20px}
.section_12_v2 .flex .content__block .flex__item .btn_price p{color:#000;font-weight:700;font-size:16px}
.section_12_v2 .flex .content__block .flex__item .price__promo{border-radius:15px;background:url(../images/price__promo_bg.png) no-repeat;background-size:cover;color:#60636c;width:178px;height:176px;font-size:16px;padding:15px 20px;text-align:center}
.section_12_v2 .flex .content__block .flex__item .price__promo b{color:#000}
.section_12_v2 .flex .content__block .service__item{border-radius:25px;background-color:#e2e8f0;padding:20px 26px;margin-top:17px}
.section_12_v2 .flex .content__block .service__item p{font-size:19px;font-weight:700}
/*  */
.section_12_v2 {/* margin-bottom:70px; */}
.section_12_v2 .flex.tab-info {margin: 40px auto 0;border-bottom: 1px dashed #a0a0a0;padding: 0 0 40px 0;}
.section_12_v2 .flex.content-info {margin: 40px auto 0;}
.section_12_v2 .flex.content-info .content__block {max-width:800px;margin:0 auto;}
.section_12_v2 .flex.content-info .flex__item {margin:0;}
.section_12_v2 .flex .content__block .flex__item .price__promo {width: 200px;height: 100%;}
.section_12_v2 .flex .content__block .service__item {margin-top:0;flex-grow: 1;}
.section_12_v2 .flex .content__block .flex__item .installment {max-width:300px;}
.section_12_v2 .flex .content__block .flex__item .btn_price {max-width:300px;}
@media screen and (max-width:1610px){
.section_12_v2 .tabs .tabs__items{width:100%}
}

@media screen and (max-width:1400px){
.section_12_v2 .flex .okna__items{max-width:630px}
}

@media screen and (max-width:1300px){
.section_12_v2 .flex .content__block .flex__item .price .price__old p{font-size:18px}
}

@media screen and (max-width:1100px){
.section_12_v2 .flex .content__block h3 br{display:none}
.section_12_v2 .flex .content__block .flex__item{-ms-flex-wrap:wrap;flex-wrap:wrap}
.section_12_v2 .flex .content__block .flex__item .flex__item__div{-webkit-box-flex:unset;-ms-flex:unset;flex:unset}
.section_12_v2 .flex .content__block .flex__item .price .price__new p span{font-size:32px}
.section_12_v2 .flex .content__block .flex__item .price__promo{background:url(../images/price__promo_bg-mob.png) no-repeat;width:100%;text-align:left;background-size:cover;height:100px;background-position:center right}
.section_12_v2 .flex .content__block .flex__item .price__promo p{max-width:65%}
}

@media screen and (max-width:987px){
.section_12_v2 .flex{-ms-flex-wrap:wrap;flex-wrap:wrap}
.section_12_v2 .flex .okna__items{display:-ms-grid;display:grid;grid-template-columns:repeat(2,1fr);-webkit-box-align:initial;-ms-flex-align:initial;align-items:initial}
.section_12_v2 .flex .okna__items .okna_items-block{width:100%;min-height:unset}
.section_12_v2 .flex .content__block .flex__item{gap:15px;display:-ms-grid;display:grid;margin-top:0}
.section_12_v2 .flex .content__block .flex__item .btn_price{margin-top:10px}
.section_12_v2 .flex .content__block .service__item{padding:20px 16px}
.section_12_v2 .tabs .slider-tabs {padding:10px;}
.section_12_v2 .tabs .slider-tabs .swiper-wrapper {flex-wrap: wrap;gap:10px;justify-content:center;}
.section_12_v2 .tabs .tabs__items {max-width:300px;}
.section_12_v2 .flex .content__block .flex__item .price__promo {width: 100%;height:100px;}
}

@media screen and (max-width:978px){
/* .section_12_v2 .tabs .slider-tabs .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:unset;-ms-flex-align:unset;align-items:unset;-webkit-box-pack:unset;-ms-flex-pack:unset;justify-content:unset;gap:unset} */
}

@media screen and (max-width:768px){
.section_12_v2 .tabs .tabs__items{width:100%;border-radius:15px}
.section_12_v2 .tabs .tabs__items p{font-size:18px}
.section_12_v2 .flex .content__block .flex__item .installment {max-width:unset;}
.section_12_v2 .flex .content__block .flex__item .btn_price {max-width:unset;}
}

@media screen and (max-width:475px){
.section_12_v2 .tabs .tabs__items{width:100%}
.section_12_v2 .tabs .tabs__items img{max-height:45px}
}

@media (max-width:410px){
.section_12_v2 .flex .content__block .flex__item .btn_price{font-size:16px;padding:10px 15px}
}

@media (max-width:350px){
.section_12_v2 .flex .content__block .flex__item .btn_price p{font-size:14px}
}

@media screen and (max-width:330px){
.section_12_v2 .tabs .tabs__items{width:100%}
}

@media screen and (min-width:978px){
.section_12_v2 .tabs .slider-tabs .swiper-wrapper .swiper-slide{width:unset}
}


/* Профили v.2 */
.section_13_v2 .container{margin-top:25px;}
.section_13_v2 .tabs{margin:0}
.section_13_v2 .tabs.fixed {background:#fff;border-radius:20px;}
.section_13_v2 .tabs-hint {display:none;padding:5px;}

.section_13_v2 .tabs-wrapper{display:flex;flex-wrap:wrap;gap:5px;justify-content:center;padding:10px;}
.section_13_v2 .tabs-content-wrapper{display:flex;gap:20px;padding-top:50px;}

.section_13_v2 .tabs .tabs__items{border-width:1px;border-color:var(--main-color);border-style:solid;border-radius:20px;background-color:#fff;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;cursor:pointer;padding:10px 15px;}
.section_13_v2 .tabs .tabs__items.active{border-width:1px;border-color:#fff;border-style:solid;border-radius:20px;background-color:#bfccd9}
.section_13_v2 .tabs .tabs__items.active::before{content:url(../images/check-svg.svg);border-radius:50%;background-color:var(--second-color-v2);width:22px;height:22px;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:absolute;right:-5px;top:-5px}
.section_13_v2 .tabs .tabs__items.active p{color:#000;border-color:transparent}
.section_13_v2 .tabs .tabs__items p{color:var(--main-color);border-bottom:1px dotted var(--main-color);font-size:16px;font-weight:700;white-space:nowrap;cursor:pointer;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
.section_13_v2 .tabs .tabs__items:hover p{-webkit-filter:brightness(1.1);filter:brightness(1.1);border-bottom:1px dotted transparent}
.section_13_v2 .tabs .tabs__items small{margin-top:5px}

.section_13_v2 .tabs .tabs__items.active::before{top:-5px;right:-5px}
.section_13_v2 .content{margin-top:50px;display:flex;gap:50px}
.section_13_v2 .content:first-child{margin-top:0;}

.section_13_v2 .content .content_text{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}
.section_13_v2 .content .content_text h3{font-size:36px}
.section_13_v2 .content .content_text .text>p{font-size:18px;color:#60636c;margin-top:6px}
.section_13_v2 .content .content_text .text {/* flex-grow: 1; */}

.section_13_v2 .content .content_text .flex_content{display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-top:50px;gap:30px}

.section_13_v2 .content .content_text .flex_content .patameter{margin-top:auto;-webkit-box-flex:unset;-ms-flex:unset;flex:unset;border-radius:25px;background-color:#e2e8f0;padding:40px 17px 50px 17px;max-width:440px;gap:45px;width:100%}
.section_13_v2 .content .content_text .flex_content .patameter .cat{content:"";display:block;width:176px;height:60px;position:absolute;top:-46px;left:-5px;right:unset}
.section_13_v2 .content .content_text .flex_content .patameter .cat img{width:auto;height:60px;margin:0 auto;display:block}
.section_13_v2 .content .content_text .flex_content .patameter::after{display:block;content:"";width:130px;height:325px;position:absolute;bottom:0;right:15%;left:unset !important;background-image:url(../images/zone_comfort_2.png);background-repeat:no-repeat}

.section_13_v2 .content .content_text .flex_content .patameter .parameters_block{gap:12px;width:100%}
.section_13_v2 .content .content_text .flex_content .patameter .parameters_block .patameters_icon{margin-top:10px}
.section_13_v2 .content .content_text .flex_content .patameter .parameters_block .flex .parameters_item{background-color:#fff}

.section_13_v2 .content .content_text .flex_content .bullits{-webkit-box-flex:1;-ms-flex:1;flex:1}
.section_13_v2 .content .content_text .flex_content .bullits .bullit_item{min-width:180px}
.section_13_v2 .content .content_text .flex_content .bullits .bullit_item .bulit_text{font-weight:700;font-size:18px}
.section_13_v2 .content .content_text .flex_content .bullits .bullit_item .bulit_text span{font-weight:400;font-size:16px}
.section_13_v2 .content .content_text .flex_content .bullits .bullit_item svg{width:20px;color:var(--main-color-v2)}
.section_13_v2 .content .content_text .flex_content .bullits .btn_more{margin:0}

.section_13_v2 .content .content__img{min-width:370px;border-radius:20px;background-color:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden;margin:0 auto}

.section_13_v2 .content .content_text .price p{font-weight:900;font-size:20px}
.section_13_v2 .content .content_text .price p span{font-size:40px;color:var(--second-color-v2);}

.section_13_v2 .form_block{/* height:100%; */width:400px;display:flex;border-radius:25px}
.section_13_v2 .form_block .form .form_text p::before{display:block;content:"";background-image:url(../images/quotation-png.png);background-size:contain;background-repeat:no-repeat;width:20px;height:17px;margin-top:10px}
.section_13_v2 .form_block .form .name{text-align:left;margin-top:25px}
.section_13_v2 .form_block .form .name h5,
.section_13_v2 .form_block .form .name .h5{font-size:14px;max-width:120px}
.section_13_v2 .form_block .form .people_img{position:absolute;top:20px;right:-5px;max-width:264px}
.section_13_v2 .form_block .form .people_img img{min-width:20px;min-height:20px}
.section_13_v2 .form_block .form .form__footer{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#242223;background:-webkit-gradient(linear,left bottom,left top,color-stop(75%,#242223),to(rgba(36,34,35,0)));background:-o-linear-gradient(bottom,#242223 75%,rgba(36,34,35,0) 100%);background:linear-gradient(0deg,#242223 75%,rgba(36,34,35,0) 100%);margin-top:auto;padding:50px 0 20px;left:-20px;bottom:-5px;width:calc(100% + 40px)}
.section_13_v2 .form_block .form .form__footer .price p{font-weight:900;font-size:20px}
.section_13_v2 .form_block .form .form__footer .price p span{font-size:40px;color:#ffe17c}
.section_13_v2 .form_block .form .form__footer .button{color:#000;font-weight:900;font-size:16px;margin-top:10px;max-width:240px;height:56px}

.section_13_v2 .form_block .form .form__footer .rassrochka{display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;margin-top:20px}
.section_13_v2 .form_block .form .form__footer .rassrochka p{font-size:18px;font-weight:700;color:var(--main-color-v2);border-bottom:1px dotted var(--main-color);cursor:pointer;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
.section_13_v2 .form_block .form .form__footer .rassrochka:hover p{-webkit-filter:brightness(1.1);filter:brightness(1.1);border-bottom:1px dotted transparent}
.section_13_v2 .form_block .form .form__footer .rassrochka:hover p::before{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}
.section_13_v2 .form_block .form .form__footer .rassrochka::before{content:"";border-radius:50%;background:url(../images/blue_check.png);background-size:cover;background-repeat:no-repeat;background-position:center;display:block;width:24px;height:24px}

.section_13_v2 .tabs .tabs__items p{font-size:16px}

.section_13_v2 .form_block .form{width:100%;overflow:hidden;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;border-radius:25px}
.section_13_v2 .form_block .form .form_text p{font-size:13px;position:relative;display:flex;gap:10px;line-height:1.38;font-style:italic;text-align:left;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:190px;color:#fff;font-weight:300}
.section_13_v2 .form_block .form .form__footer .price p span{font-size:30px;color:#ffe17c}
.section_13_v2 .form_block .form .name{text-align:left;margin-top:8px}
.section_13_v2 .form_block .form .form__footer{padding:7px 0 15px;left:-20px;bottom:-5px}
.section_13_v2 .form_block .form .form__footer .rassrochka p{font-size:12px}
.section_13_v2 .form_block .form .form__footer .rassrochka{margin-top:8px}
.section_13_v2 .form_block .form .form__footer .rassrochka::before{width:15px;height:15px}


@media (min-width: 980px) and (max-width: 1460px) {
.section_13_v2 .content .content_text .flex_content .patameter::after{width:130px;height:202px;right:3%}
.section_13_v2 .content .content_text .flex_content .bullits{gap:7px 0;width:40%}
.section_13_v2 .content .content_text .flex_content .bullits .bullit_item .bulit_text span{font-weight:400;font-size:14px}
.section_13_v2 .content .content_text .flex_content .bullits .bullit_item .bulit_text{font-weight:700;font-size:16px}
.section_13_v2 .content .content_text .flex_content .bullits .bullit_item{width:100%;min-width:unset}
.section_13_v2 .tabs .tabs__items p{font-size:16px}

.section_13_v2 .content .content_text .flex_content{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:49px;gap:10px}
.section_13_v2 .content .content_text .flex_content .patameter{margin-top:auto;-webkit-box-flex:unset;-ms-flex:unset;flex:unset;border-radius:25px;background-color:#e2e8f0;padding:15px 17px 20px 17px;max-width:440px;gap:10px;width:58%}
}

@media (min-width:987px) and (max-width:1460px){
.section_13_v2 .content .content__img{min-width:316px}
.section_13_v2 .content .content__img img{max-width:86%;-o-object-fit:cover;object-fit:cover;border-radius:20px;width:400px;}
.section_13_v2 .form_block .form .form_text p{max-width:170px;font-size:12px}
}
@media (min-width:987px) and (max-width:1160px){
.section_13_v2 .content .content__img{min-width:236px}
}
@media only screen and (min-width:988px){
.section_13_v2 .tabs .tabs__items p{/* font-size:18px; */white-space:wrap;text-align:center;/* padding:0 0 5px;margin:0 5px; */display:flex;align-items:center;/* min-height:50px */} 
}

@media screen and (max-width:1560px){
.section_13_v2 .content{gap:15px}
.section_13_v2 .tabs-content-wrapper{gap:15px;}
}

@media screen and (max-width:1460px){
.section_13_v2 .content .content_text h3{font-size:26px}
.section_13_v2 .content .content_text .text>p{font-size:16px}
.section_13_v2 .content .content_text .flex_content{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:50px;gap:10px}
.section_13_v2 .content .content_text .flex_content .patameter{gap:20px;padding:20px 15px}
.section_13_v2 .content .content_text .flex_content .patameter::after{height:226px}
.section_13_v2 .content .content_text .flex_content .bullits{gap:10px 10px}
.section_13_v2 .content .content_text .flex_content .bullits .bullit_item{width:calc(90% - 6px);min-width:unset}
.section_13_v2 .content .content_text .flex_content .bullits .bullit_item .bulit_text span{font-size:14px}
.section_13_v2 .content .content_text .flex_content .bullits .bullit_item .bulit_text{font-size:16px}
.section_13_v2 .content .content_text .flex_content .bullits .bullit_item{gap:4px}
.section_13_v2 .content .content_text .flex_content .bullits .bullit_item svg{min-width:12px;max-width:12px}
.section_13_v2 .form_block{width:300px}
.section_13_v2 .form_block .form .people_img{width:207px;right:-50px;top:25px}
.section_13_v2 .form_block .form .form__footer .button{width:240px;height:55px}
.section_13_v2 .content .content__img{min-width:290px}
.section_13_v2 .content .content_text .price p span{font-size:26px;}
}
@media screen and (max-width:1200px){
	.section_13_v2 .content .content__img {width: 200px;}
	.section_13_v2 .content .content_text .flex_content .bullits .btn_more span{display:none;}
}
@media screen and (max-width:987px){
.section_13_v2 .tabs .tabs__items{min-width:unset}
.section_13_v2 .tabs .tabs__items p{font-size:14px}
.section_13_v2 .content{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:0;margin-top:10px}
.section_13_v2 .content .content__img{max-height:240px;width: 300px;}
.section_13_v2 .content .content__img img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;border-radius:20px;overflow:hidden}
.section_13_v2 .content .content_text .flex_content .patameter{gap:20px;display:-ms-grid;display:grid}
.section_13_v2 .content .content_text{margin-top:20px}
.section_13_v2 .content .content_text .flex_content .bullits{margin-top:10px;gap:10px 10px}
.section_13_v2 .content .content_text .flex_content .bullits .bullit_item{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;min-width:unset;width:calc(33% - 6px)}
.section_13_v2 .content .content_text .flex_content .bullits .btn_more{margin:10px auto 0}
.section_13_v2 .content .content_banner{width:100%;margin-top:30px}
.section_13_v2 .form_block{width:100%}
.section_13_v2 .form_block .form .people_img{right:-25px;top:20px;width:240px}

.section_13_v2 .content .content_text{margin:20px auto;width:70%}
.section_13_v2 .content .content_text .flex_content .patameter{min-width:100%}

.section_13_v2 .tabs .tabs__items{min-width:unset;/* height:81px */}
.section_13_v2 .tabs .tabs__items p{font-size:15px;white-space:normal;text-align:center;/* height:45px; */line-height:17px;/* padding:0 5px 5px; */display:flex;align-items:center}
.section_13_v2 .tabs.fixed {border-radius:0px;}
.section_13_v2 .tabs-wrapper{gap:5px;padding: 0 10px 10px;}
.section_13_v2 .tabs-hint, .section_13_v2 .tabs-value{display:block;}
.section_13_v2 .tabs-hint {text-align: center;font-size: 12px;}
.section_13_v2 .tabs-value {width:100%;}
.section_13_v2 .tabs.open .tabs-wrapper {background:#fff;}
.section_13_v2 .tabs:not(.open) .tabs__items.active {width:50%;}
.section_13_v2 .tabs:not(.open) .tabs__items:not(.active) {display:none;}

.section_13_v2 .tabs-content-wrapper{flex-wrap:wrap;padding-top: 10px;}
.section_13_v2 .tabs-content{width:100%;}
.section_13_v2 .content_banner{width:100%;}

.section_13_v2 .content .content_text .flex_content .bullits .btn_more span{display:inline;}
}
@media screen and (max-width:600px){
.section_13_v2 .content .content_text{width:90%}
.section_13_v2 .content .content__img{width:90%}
.section_13_v2 .tabs.tabs:not(.open) .tabs__items.active {width:100%;}
}
@media screen and (max-width:480px){
.section_13_v2 .content .content_text{width:100%}
.section_13_v2 .content .content__img{width:100%}
}

/* виды окон/остекления v.3 */
@media (max-width:1680px){
.section_3_v3 .container{max-width:1320px}
}
@media (max-width:987px){
.section_3_v3 .container{padding:0 5px}
}
.price_windows_v3{background-image:url(../images/price_bg.jpg);background-size:cover;background-repeat:no-repeat;background-position:center;color:#fff;padding:50px 125px;border-radius:50px}
@media (max-width:987px){
.price_windows_v3{padding:20px 15px 15px;border-radius:30px}
}
.price_windows_v3 .price_navigation{display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border:1px solid #fff;height:52px;margin:0 auto;border-radius:20px;position:relative;margin-top:40px}
@media (max-width:1460px){
.price_windows_v3 .price_navigation{margin-top:30px}
}
@media (max-width:765px){
.price_windows_v3 .price_navigation{height:40px;border-radius:10px;margin-top:25px}
}
.price_windows_v3 .price_navigation .p_nav{width:25%;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:10px;cursor:pointer}
.price_windows_v3 .price_navigation .p_nav.active_price p{color:#000;position:relative;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;user-select:none}
.price_windows_v3 .price_navigation .p_nav.active_price p svg{opacity:1}
.price_windows_v3 .price_navigation .p_nav:hover p{-webkit-filter:brightness(1.1);filter:brightness(1.1);border-bottom:1px dotted transparent}
.price_windows_v3 .price_navigation .p_nav:hover p::before{-webkit-transform:translateX(5px);-ms-transform:translateX(5px);transform:translateX(5px)}
.price_windows_v3 .price_navigation p{text-align:center;font-size:18px;font-weight:700;border-bottom:1px dotted #fff;z-index:2;cursor:pointer;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;user-select:none}
@media (max-width:565px){
.price_windows_v3 .price_navigation p{font-size:15px}
}
@media (max-width:375px){
.price_windows_v3 .price_navigation p{font-size:14px}
}
.price_windows_v3 .price_navigation p svg{content:"";display:block;width:19px;height:19px;position:absolute;right:-30px;top:calc(50% - 9px);opacity:0;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;color:var(--second-color)}
@media (max-width:987px){
.price_windows_v3 .price_navigation p svg{top:-16px;right:calc(50% - 9px)}
}
.price_windows_v3 .price_navigation.lenght_1{max-width:168px}
.price_windows_v3 .price_navigation.lenght_1 .item_price,.price_windows_v3 .price_navigation.lenght_1 .p_nav{width:100%;user-select:none}
.price_windows_v3 .price_navigation.lenght_2{max-width:336px}
.price_windows_v3 .price_navigation.lenght_2 .item_price,.price_windows_v3 .price_navigation.lenght_2 .p_nav{width:50%}
.price_windows_v3 .price_navigation.lenght_3{max-width:504px}
.price_windows_v3 .price_navigation.lenght_3 .item_price,.price_windows_v3 .price_navigation.lenght_3 .p_nav{width:33.3%}
.price_windows_v3 .price_navigation.lenght_4{max-width:675px}
.price_windows_v3 .price_navigation.lenght_4 .item_price,.price_windows_v3 .price_navigation.lenght_4 .p_nav{width:25%;user-select:none}
.price_windows_v3 .price_navigation.lenght_5{max-width:840px}
.price_windows_v3 .price_navigation.lenght_5 .item_price,.price_windows_v3 .price_navigation.lenght_5 .p_nav{width:20%}
.price_windows_v3 .price_navigation.lenght_6{max-width:840px}
.price_windows_v3 .price_navigation.lenght_6 .item_price,.price_windows_v3 .price_navigation.lenght_6 .p_nav{width:16.6%}
.price_windows_v3 .price_navigation .item_price{position:absolute;width:25%;height:52px;background-color:#fff;left:0;border-radius:20px;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease}
@media (max-width:765px){
.price_windows_v3 .price_navigation .item_price{height:40px;border-radius:10px}
}
.price_windows_v3 .slider_price_v3{margin-top:50px}
@media (max-width:1460px){
.price_windows_v3 .slider_price_v3{margin-top:35px}
}
@media (max-width:765px){
.price_windows_v3 .slider_price_v3{margin-top:20px}
}
.price_windows_v3 .slider_price_v3 .swiper-slide{height:initial !important}
.price_windows_v3 .slider_price_v3 .slider_price-block{padding:25px 20px;background-color:#fff;color:#60636c;border-radius:30px;max-width:600px;margin:0 auto;height:100%;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}
@media (max-width:785px){
.price_windows_v3 .slider_price_v3 .slider_price-block{padding:20px 15px 17px}
}
.price_windows_v3 .slider_price_v3 .slider_price-block h3,
.price_windows_v3 .slider_price_v3 .slider_price-block .h3{color:#000;text-align:center;font-size:22px}
@media (max-width:1460px){
.price_windows_v3 .slider_price_v3 .slider_price-block h3,
.price_windows_v3 .slider_price_v3 .slider_price-block .h3{font-size:18px}
}
.price_windows_v3 .slider_price_v3 .slider_price-block p{color:#60636c;font-size:16px}
@media (max-width:765px){
.price_windows_v3 .slider_price_v3 .slider_price-block p{font-size:15px}
}
.price_windows_v3 .slider_price_v3 .slider_price-block p.sub_p{text-align:center;margin-top:7px}
@media (max-width:1460px){
.price_windows_v3 .slider_price_v3 .slider_price-block p.sub_p{margin-top:0}
}
.price_windows_v3 .slider_price_v3 .slider_price-block>img{margin:25px auto 0;display:flex;height:190px;-o-object-fit:contain;object-fit:contain}
@media (max-width:765px){
.price_windows_v3 .slider_price_v3 .slider_price-block>img{margin:5px auto 0;max-width:210px}
}
.price_windows_v3 .slider_price_v3 .slider_price-block ul{margin-top:10px;margin-bottom:20px}
@media (max-width:765px){
.price_windows_v3 .slider_price_v3 .slider_price-block ul{margin-bottom:10px}
}
.price_windows_v3 .slider_price_v3 .slider_price-block ul li{position:relative;padding-left:18px;margin-top:5px}
@media (max-width:765px){
.price_windows_v3 .slider_price_v3 .slider_price-block ul li{font-size:15px}
}
.price_windows_v3 .slider_price_v3 .slider_price-block ul li svg{content:"";display:none;position:absolute;top:6px;left:0;fill:var(--main-color);background-size:cover;width:11px;height:9px}
.price_windows_v3 .slider_price_v3 .slider_price-block .price{display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:auto}
@media (max-width:785px){
.price_windows_v3 .slider_price_v3 .slider_price-block .price{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:15px;display:-ms-grid;display:grid;grid-template-columns:repeat(2,57% 43%)}
}
.price_windows_v3 .slider_price_v3 .slider_price-block .price .main_price{font-size:34px;font-weight:700;color:#000;text-wrap:nowrap}
.price_windows_v3 .slider_price_v3 .slider_price-block .price .main_price span noindex{/* font-size:14px;margin-right:-5px */}
.price_windows_v3 .slider_price_v3 .slider_price-block .price .main_price .label_price{font-size:18px;}
@media (max-width:785px){
.price_windows_v3 .slider_price_v3 .slider_price-block .price .main_price{font-size:32px}
}
.price_windows_v3 .slider_price_v3 .slider_price-block .price .turnkey{font-size:14px}
.price_windows_v3 .slider_price_v3 .slider_price-block .price .turnkey span{display:block;font-size:22px;line-height:.9;font-weight:700;text-wrap:nowrap}
.price_windows_v3 .slider_price_v3 .slider_price-block .installment{clip-path:polygon(100% 0,95% 50%,100% 100%,0 100%,0 50%,0 0);background-color:var(--second-color);background-size:100%;background-position:left center;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:6px;padding:7px 14px;/* margin-left:-19px; */justify-content: center;}
@media (max-width:1460px){
.price_windows_v3 .slider_price_v3 .slider_price-block .installment{padding:7px 4px 7px 15px}
}
@media (max-width:785px){
.price_windows_v3 .slider_price_v3 .slider_price-block .installment{margin-left:-15px}
}
.price_windows_v3 .slider_price_v3 .slider_price-block .installment img{margin-top:0}
.price_windows_v3 .slider_price_v3 .slider_price-block .installment p{font-size:14px;color:#fff;text-wrap:nowrap}
@media (max-width:1460px){
.price_windows_v3 .slider_price_v3 .slider_price-block .installment p{font-size:12px}
}
.price_windows_v3 .slider_price_v3 .slider_price-block .btn_price{width:100%;height:61px;padding:20px 5px;margin-top:10px;color:#000;font-size:16px}
.price_windows_v3 .slider_price_v3 .slider_price-block .btn_price p{font-weight:700;font-size:16px;color:#000}
@media (max-width:350px){
.price_windows_v3 .slider_price_v3 .slider_price-block .btn_price p{font-size:14px}
}
@media (max-width:987px){
.price_windows_v3 .slider_price_v3 .slider_price-block .btn_price{margin-top:10px}
}
@media (max-width:410px){
.price_windows_v3 .slider_price_v3 .slider_price-block .btn_price{font-size:16px;padding:10px 15px}
}
.price_windows_v3 .price_prev{position:absolute;top:53%;cursor:pointer;left:30px;z-index:20}
.price_windows_v3 .price_prev.swiper-button-disabled{opacity:.2}
.price_windows_v3 .price_prev .open{display:none}
@media (max-width:600px){
.price_windows_v3 .price_prev{top:37%}
.price_windows_v3 .price_prev .close{display:none}
.price_windows_v3 .price_prev .open{display:block}
}
.price_windows_v3 .price_next{position:absolute;top:53%;cursor:pointer;right:30px;z-index:20}
.price_windows_v3 .price_next.swiper-button-disabled{opacity:.2}
.price_windows_v3 .price_next .open{display:none}
@media (max-width:600px){
.price_windows_v3 .price_next{top:37%}
.price_windows_v3 .price_next .close{display:none}
.price_windows_v3 .price_next .open{display:block}
}
.section_price .price_windows_v3 .slider_price_v3 .slider_price-block{padding:25px 22px}
@media screen and (max-width:1460px){
.section_price .price_windows_v3 .slider_price_v3 .slider_price-block{padding:20px 15px}
}
.section_price .price_windows_v3 .slider_price_v3 .slider_price-block .price{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:10px;padding-top:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.section_price .price_windows_v3 .slider_price_v3 .slider_price-block .price:not(:first-of-type){border-top:1px solid #d7e1ef}
@media screen and (max-width:978px){
.section_price .price_windows_v3 .slider_price_v3 .slider_price-block .price{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-grid-columns:unset;grid-template-columns:unset;gap:unset}
}
.section_price .price_windows_v3 .slider_price_v3 .slider_price-block .price b{font-size:18px;color:#000;width:100%;margin-bottom:10px}
.section_price .price_windows_v3 .slider_price_v3 .slider_price-block .price .price_ot{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#000;font-size:16px}
.section_price .price_windows_v3 .slider_price_v3 .slider_price-block .price .price_ot span{display:block;font-weight:700;font-size:18px}
.section_price .price_windows_v3 .slider_price_v3 .slider_price-block .price .installment{background:0 0;-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-clip-path:polygon(100% 0,100% 50%,100% 100%,0 100%,17px 50%,0 0);clip-path:polygon(100% 0,100% 50%,100% 100%,0 100%,17px 50%,0 0);background-color:var(--second-color);width:170px;margin-right:-22px;text-align:right;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}
@media screen and (max-width:1460px){
.section_price .price_windows_v3 .slider_price_v3 .slider_price-block .price .installment{margin-right:-15px}
}
.section_price .price_windows_v3 .slider_price_v3 .slider_price-block .price .installment b{color:#fff;display:block;font-size:14px;margin-bottom:0}
@media (min-width:980px) and (max-width:1460px){
.price_windows_v3 .price_navigation{margin-top:20px;height:40px}
.price_windows_v3 .slider_price_v3{margin-top:25px}
.price_windows_v3 .slider_price_v3 .slider_price-block p.sub_p{margin-top:3px;font-size:14px}
.price_windows_v3 .slider_price_v3 .slider_price-block>img{margin:8px auto 0;height:135px}
.price_windows_v3 .slider_price_v3 .slider_price-block ul{margin-top:5px;margin-bottom:5px}
.price_windows_v3 .slider_price_v3 .slider_price-block ul li{position:relative;padding-left:18px;margin-top:5px;font-size:14px}
.price_windows_v3 .slider_price_v3 .slider_price-block{padding:20px 20px}
.price_windows_v3 .price_navigation .item_price{height:39px}
.price_windows_v3 .slider_price_v3 .slider_price-block ul li{font-size:14px}
.price_windows_v3 .slider_price_v3 .slider_price-block h3,
.price_windows_v3 .slider_price_v3 .slider_price-block .h3{font-size:18px}
.price_windows_v3 .slider_price_v3 .slider_price-block p.sub_p{font-size:14px}
.price_windows_v3 .slider_price_v3 .slider_price-block>img{height:115px}
}

/* квиз v.2 */
.kviz .text_answer {padding:20px;}
.kviz .text_answer textarea{width:100%;}
.kviz .text_answer textarea{width:100%;min-height:150px;padding:15px;border:1px solid #ddd;border-radius:12px;background-color:#fff;resize:vertical;font-size:16px;line-height:1.5;color:#333;}
.kviz .text_answer textarea::placeholder{color:#aaa}
.kviz .text_answer textarea:disabled{background-color:#f9f9f9;color:#999;cursor:not-allowed;border-color:#eee}

/* обновление стилей заголовков */
.slider_banners .swiper-slide .swiper_slide_item .swiper_slide_item-content .slider_title {font-weight:bold;}
.block_kviz .flex .swiper_kviz .slide_kviz .question {font-size: 24px;font-weight:bold;}
.block_kviz .flex .swiper_kviz .slide_kviz .question .h3,
.block_kviz .flex .swiper_kviz .slide_kviz .question h3 {display:inline;}
@media (min-width: 980px) and (max-width: 1460px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .question {font-size: 18px;}
}
@media screen and (max-width: 978px) {
    .block_kviz .flex .swiper_kviz .slide_kviz .question {font-size: 16px;text-align: center;}
}

/* виды стен */
.section_skv_3 .grid-items .grid-items__item .text h3 a,
.section_skv_3 .grid-items .grid-items__item .text .h3 a {color: var(--main-color);border-bottom: 1px solid var(--main-color);}
.section_skv_3 .grid-items .grid-items__item .text h3 a:hover,
.section_skv_3 .grid-items .grid-items__item .text .h3 a:hover {border-bottom: none;}

/* готовые решения */
.ourWorks_block .ourWorks__item h3 a,
.ourWorks_block .ourWorks__item .h3 a {color: var(--main-color);border-bottom: 1px solid var(--main-color);}
.ourWorks_block .ourWorks__item h3 a:hover,
.ourWorks_block .ourWorks__item .h3 a:hover {border-bottom: none;}

/* каталог окон v.2 */
.cards_block .card__item .h3 {
    font-size: 20px;
    height: 80px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.cards_block .card__item .size{font-size: 14px;margin-top:10px;}
@media (min-width: 980px) and (max-width: 1460px) {
    .cards_block .card__item .h3 {
        font-size: 16px;
    }
}
@media screen and (max-width: 1460px) {
    .cards_block .card__item .h3 {
        height: unset;
    }
}

/* 1 блок с оффером как на главной */
.like-home .main_content .offer .offer_block p {font-size: 26px;}
.like-home .offer .offer_block {max-width:500px;}

/* готовые решения - москитные сетки */
.moskit .ourWorks_block {grid-template-columns: repeat(4, 1fr);gap: 15px;}
.moskit .ourWorks_block .ourWorks__item .item__footer .price {font-size:24px;}
@media screen and (max-width: 1460px) {
    .moskit .ourWorks_block .ourWorks__item .item__footer .price {font-size: 18px;}
}
@media screen and (max-width: 1200px) {
    .moskit .ourWorks_block {grid-template-columns: repeat(3, 1fr);gap: 15px;}
}
@media screen and (max-width: 980px) {
    .moskit .ourWorks_block {grid-template-columns: repeat(2, 1fr);}
}
@media screen and (max-width: 700px) {
    .moskit .ourWorks_block {grid-template-columns: 1fr;}
    .moskit .ourWorks_block .ourWorks__item .item__footer .price {font-size: 22px;}
}

/* FAQ */
.section_faq .container{width:100%;max-width:1156px;margin:0 auto}
.section_faq .faq-items{margin:30px 0}
.section_faq .faq-items__item{margin-bottom:20px;border-radius:15px;
/* background-color:#eefaff;*/
 background-color:white;-webkit-box-shadow:4.239px 6.784px 46px 0 rgba(79,79,79,0.19);box-shadow:4.239px 6.784px 46px 0 rgba(79,79,79,0.19);padding:20px 30px 20px 50px;position:relative}
.section_faq .faq-items__item:last-child{margin-bottom:0}
.section_faq .faq-items__item .question_num{font-size:14px;color:rgb(14,188,47);font-weight:bold;left:15px;top:23px;position:absolute}
.section_faq .question{font-size:18px;color:#0c2042;max-width:970px;margin-right:20px;font-weight:bold}
.question_wrap.open .close{display:none}
.question_wrap:not(.open) .open{display:none}
.section_faq .question_wrap{border-radius:15px;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;font-weight:400;cursor:pointer;display:flex;position:static}
.section_faq .question_wrap:hover .question_click span{border-bottom:1px dotted rgba(22,120,196,0)}
.section_faq .question_click{max-width:145px;text-align:right;font-size:16px;color:#0c2042;line-height:1.2;background:url('../images/double2.png') no-repeat right top;padding-right:25px}
.section_faq .question_wrap.open .question_click{background:url('../images/double.png') no-repeat right top}
.section_faq .question_click span{border-bottom:1px dotted #1678c4;-webkit-transition:0.5s;-o-transition:0.5s;transition:0.5s}
.section_faq .answer{font-size:16px;line-height:1.625;font-weight:400;
/* padding:0 30px;*/
 max-height:0;overflow:hidden;-webkit-transition:0.6s;-o-transition:0.6s;transition:0.6s}
.section_faq .answer p:not(:last-child){margin-bottom:10px}
.section_faq .answer.open{padding:12px 0;max-height:unset}
.section_faq li{list-style:inside}
.section_faq ul{list-style-type:disc;margin:0 0 10px 15px}
@media only screen and (max-width:768px){
.section_faq .question{font-size:18px}
.section_faq .faq-items__item{padding:15px 10px;position:relative;padding-bottom:34px}
.section_faq .question_wrap{display:block}
.section_faq .question{max-width:100%;width:100%;padding-left:27px}
.section_faq .question_click{font-size:14px;
/* background:none;*/
 text-align:left;
/* width:100%;*/
 width:auto;max-width:100%;margin-top:7px;position:absolute;bottom:10px;margin-top:0;background-size:14px 14px;padding-right:21px}
.section_faq .faq-items__item .question_num{left:12px;top:19px}
.section_faq .faq-items__item .question_num{font-size:18px;top:15px}
}
@media only screen and (max-width:360px){
.section_faq .question{font-size:16px;padding-left:25px}
.section_faq .faq-items__item .question_num{font-size:16px;top:15px}
.section_faq .answer{font-size:14px}
}
/* FAQ - end */

/* Окно с cookie */
#cookie_notification{display:flex;opacity:0;justify-content:space-between;position:fixed;bottom:0;left:50%;width:800px;max-width:95%;transform:translateX(-50%) translatey(100%);padding:0.7vw 1vw;background-color:white;border-radius:10px;box-shadow:2px 3px 10px rgba(0,0,0,0.4);z-index:10;transition:0.4s;align-items:center;gap:10px;}
#cookie_notification.show{opacity:0.9;bottom:15px;transform:translateX(-50%) translatey(0);z-index:54}
#cookie_notification div {margin:5px 0 0 0;text-align:left;line-height:1.5;font-size:14px}
#cookie_notification div a{text-decoration:underline;color: var(--main-color);}
#cookie_notification .btn-primary{font-size:16px;max-width:100%;padding:0.5vw 1vw;transition:all .2s ease;white-space:normal;color:#000;border:1px solid var(--main-color);background:#fff;cursor:pointer;border-radius:15px;height:45px}
#cookie_notification .btn::after{display: none;}
@media (max-width:980px){
#cookie_notification{width:100%;padding:1vw 2vw;align-items:center;margin-bottom:4rem}
#cookie_notification div{font-size:3vw;width:75%}
#cookie_notification .btn-primary{width:20%;height:auto;padding:3vw 0;font-size:3vw}
}
/* Окно с cookie - end */

/* согласие */
.permit {display:flex;font-size:12px;text-align:left;margin:10px 0;white-space: wrap;gap:5px;}
.permit a {text-decoration:underline;color:var(--main-color)}
.permit a:hover {text-decoration:none;}
.permit .text span {text-decoration:underline;color:var(--main-color)}
.permit .text span:hover {text-decoration:none;cursor:pointer;}
.dc-custom-checkbox {}
.dc-custom-checkbox input {display: none;}
.dc-custom-checkbox label {display: flex;align-items: center;gap: 8px;cursor: pointer;font-size: 16px;user-select: none;}
.dc-custom-checkbox .checkmark {width: 20px;height: 20px;border: 2px solid var(--main-color);border-radius: 5px;display: flex;align-items: center;justify-content: center;transition: all 0.3s ease;background-color: white;box-sizing:border-box;}
.dc-custom-checkbox .checkmark::after {content: '';position:absolute;border-style:solid;border-width:0 2px 2px 0;top:2px;left:5px;transform:rotate(45deg);width:6px;height:10px;	border-color: var(--main-color);box-sizing:border-box;}
.dc-custom-checkbox input:checked + .checkmark {}
.dc-custom-checkbox input:checked + .checkmark::after {display: block;}
.dc-custom-checkbox input:not(:checked) + .checkmark {border-color:#fb3b3b;animation:iDisagreeChb 1.5s linear infinite;}
.dc-custom-checkbox input:not(:checked) + .checkmark::after {display: none;}

.permit:has(input:not(:checked)) a,
.permit:has(input:not(:checked)) .text span {color: red;border-color:red;}

form .btn.not-active,
form .btn_onInput.not-active {background: #dddddd;}

.nskv_block.black form .permit,
.nskv_block.green form .permit {order:3;}

.section_16 .gift .form_block .form .form_body form {flex-wrap:wrap;}
.section_16 .gift .form_block .form .form_body form .btn {width:100px;flex-grow:1;}
.section_16 .gift .form_block .form .form_body .permit {order:5;width:100%;justify-content: start;}
.podarok_block form .permit input {margin: 0px 5px 0px 0;top: 0;}

@keyframes iDisagreeChb{
0%{box-shadow: rgba(255, 60, 60, 0.7) -1.95px -1.95px 2.6px;}
25%{box-shadow: rgba(255, 60, 60, 0.7) 1.95px -1.95px 2.6px;}
50%{box-shadow: rgba(255, 60, 60, 0.7) 1.95px 1.95px 2.6px;}
75%{box-shadow: rgba(255, 60, 60, 0.7) -1.95px 1.95px 2.6px;}
100%{box-shadow: rgba(255, 60, 60, 0.7) -1.95px -1.95px 2.6px;}
}

@media (max-width:980px){
	.nskv_block.black form .permit,
	.nskv_block.green form .permit,
	.section_16 .gift .form_block .form .form_body .permit {order:unset;}
	.section_16 .gift .form_block .form .form_body form .btn {width:100%;}
}

.banner-section .banner__block-1 .grid .permit .text, .banner-section .banner__block-3 .grid .permit .text, .banner-section .banner__block-2 .grid .permit .text, .banner-section .banner__block-4 .grid .permit .text {
  font-weight: 400;
  font-size: 12px;
  margin-top: 0;
  text-align: left;
}
.banner-section .banner__block-1 .grid .permit .text::before {
	display: none;
}
.nskv_block.green .permit {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 978px) {
	.banner-section .banner__block-1 .grid .permit .text, .banner-section .banner__block-3 .grid .permit .text, .banner-section .banner__block-2 .grid .permit .text, .banner-section .banner__block-4 .grid .permit .text {
	  text-align: left;
	}
}

/* виды окон/остекления v.4 (дизайн 03.04.2025) */
.section_3_v4 .container{background:#fff;border-radius:20px;padding:40px;}
.section_3_v4 .container h2 {margin: 0 0 40px;}
.section_3_v4 .items {display:grid;grid-template-columns:repeat(3, 1fr);gap:20px;}
.section_3_v4 .items .row{display:flex;flex-direction:column;gap:20px;background:#f6f7f8;padding:15px;border-radius:15px;}
.section_3_v4 .items h3,
.section_3_v4 .items .h3{font-size:22px;}
.section_3_v4 .items .image {border-radius:10px;overflow:hidden;width:100%;height:285px;}
.section_3_v4 .items .image img {width:100%;height:100%;object-fit:cover;}
.section_3_v4 .items .text {flex-grow:1;}
.section_3_v4 .items .info {display:flex;width:100%;align-items:center;gap:10px;}
.section_3_v4 .items .button  {max-width:200px;width:auto;min-width:160px;margin:0;}
.section_3_v4 .items .price {flex-grow:1;font-size:28px;font-weight:700;}
.section_3_v4 .items .price sup {font-size:16px;}
.section_3_v4 .items .sticker {clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 20px 50%);background-color: var(--second-color);background-size: 100%;background-position: left center;  display: flex;align-items: center;gap: 6px;padding: 7px 14px 7px 25px;color:#fff;margin-right:-15px;}
.section_3_v4 .items .sticker span {background: url('../images/gruzovik.png') no-repeat 0 50%;padding-left:25px;}
.section_3_v4 .items .sticker strong {font-weight:600;}

@media screen and (max-width: 1460px) {
	.section_3_v4 .items {grid-template-columns:repeat(2, 1fr);}
}

@media screen and (max-width: 1280px) {
	.section_3_v4 .items .price {font-size:24px;}
	.section_3_v4 .items .image {height:240px;}
}

@media screen and (max-width: 967px) {
	.section_3_v4 .container {padding: 20px;}
	.section_3_v4 .items .info {flex-direction:column;align-items:center;}
	.section_3_v4 .items .price {font-size:26px;}
}

@media screen and (max-width: 800px) {
	.section_3_v4 .items {grid-template-columns:repeat(1, 1fr);}
}
/* виды окон/остекления v.4 (дизайн 03.04.2025) end */

/* профили v.3 (дизайн 03.04.2025) */
.section_13_v3 .container h2 {margin: 0 0 40px;}
.section_13_v3 .items {display:grid;grid-template-columns:repeat(4, 1fr);gap:20px;}
.section_13_v3 .items .row{display:flex;flex-direction:column;justify-content:start;gap:20px;padding:15px;border-radius:15px;background:#fff;}
.section_13_v3 .items h3,
.section_13_v3 .items .h3{font-size:24px;}
.section_13_v3 .items .image {border-radius:10px;overflow:hidden;width:100%;height:285px;}
.section_13_v3 .items .image img {width:100%;height:100%;object-fit:cover;}
.section_13_v3 .items .text {color: #60636c;flex-grow:1;}
.section_13_v3 .items .params {padding:10px 15px;background:#e2e8f0;color:#60636c;border-radius:15px;display:flex;gap:5px;flex-direction:column;font-size:14px;}
.section_13_v3 .items .params li {width: 100%;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: end;-ms-flex-align: end;    align-items: flex-end;margin-top: 5px;}
.section_13_v3 .items .params li .left, .section_13_v3 .items .params .row .right {width: auto;white-space: nowrap;}
.section_13_v3 .items .params li .separator {border-bottom: 1px dotted #60636c;-webkit-box-flex: 1;-ms-flex: 1;flex: 1;margin: 0 7px;cursor: pointer;}
.section_13_v3 .items .params li .right {font-weight: 700;color:#000;}
.section_13_v3 .items .params li .left{position:relative;padding-left:18px;}
.section_13_v3 .items .params li .left:before {content: "";position: absolute;border-color: var(--main-color);border-style: solid;border-width: 0 2px 2px 0;top: 0;left: 0;transform: rotate(45deg);width: 5px;height: 9px;margin-top: 2px;}
.section_13_v3 .items .brand_link {border: 1px solid var(--main-color);border-radius: 15px;background-color: #fff;color: var(--main-color);font-size: 18px;padding: 20px 30px;width: 100%;margin: 0 auto;display: flex;align-items: center;justify-content:center;-webkit-transition: all .2s ease;-o-transition: all .2s ease;transition: all .2s ease;z-index: 1;}
.section_13_v3 .items .brand_link span {line-height: 1;border-bottom: 1px solid var(--main-color);white-space: nowrap;-webkit-transition: all .2s ease;-o-transition: all .2s ease;    transition: all .2s ease;}
.section_13_v3 .items .brand_link svg {-webkit-transition: all .2s ease;-o-transition: all .2s ease;transition: all .2s ease;display: block;width: 20px;height: 28px;top: 0px;}

@media screen and (min-width: 987px) {
    .section_13_v3 .items .brand_link:hover {background-color: var(--main-color);color: #fff;}
    .section_13_v3 .items .brand_link:hover span {border-bottom: 1px solid #fff;}
}

@media screen and (max-width: 1460px) {
	.section_13_v3 .items {grid-template-columns:repeat(3, 1fr);}
}

@media screen and (max-width: 1280px) {
	.section_13_v3 .items {grid-template-columns:repeat(2, 1fr);}
	.section_13_v3 .items .image {height:240px;}
}

@media screen and (max-width: 967px) {

}

@media screen and (max-width: 800px) {
	.section_13_v3 .items {grid-template-columns:repeat(1, 1fr);}
}

/* профили v.3 (дизайн 03.04.2025) end */

/* правка квиза */
@media screen and (max-width: 987px) {
	.dc_modal .block_kviz .flex .swiper_kviz .slide_kviz .form_slideKviz .form_body {max-width: 100%;}
}

/* яйца */
@media (min-width: 980px) and (max-width: 1460px) {
	.veranda h2 {max-width:50%;}
}


/* Видео фон страницы */
.with-video .main-video-bg {width:100%;height:100%;}
.with-video .main-video-bg [data-dc-video-bg] {width:100%;height:100%;}
.with-video .main-video-bg [data-dc-video-bg] video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.with-video .main-video-bg:before {content:'';position:absolute;left:0;bottom:0;/* height:50%; */height:100%;width:100%;pointer-events:none;max-height:100%;z-index:10;
/* linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.83) 100%); */
background: linear-gradient(to right, #242223 0%, #242223 40%, rgba(0, 0, 0, 0.2) 60%, transparent 80%, transparent 100%);}

.with-video main {display:grid;grid-template-areas: "header" "block1";padding-bottom:0;border-radius:0;}
.with-video main header{grid-area: header;}
.with-video main .main-video-bg{grid-area: block1;z-index:1;}
.with-video main > .container{grid-area: block1;z-index:2;padding-bottom:100px;padding-top: 20px;width:100%;}
@media screen and (max-width: 987px) {
    .with-video main > .container{z-index:2;padding-bottom:35px;}
	.with-video .main-video-bg:before {height:100%;background:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.83) 100%);}
}

/* теги ссылки */
.tagBlock{overflow:hidden;}
.tagList{justify-content:center}
.tagList,.tagList a{align-items:center;display:flex;flex-wrap:wrap}
.tagList a{background-color:#fff;border-radius:10px;margin:0 8px 15px;padding:15px 12px;position:relative;text-decoration:underline;border: #e2e8f0 1px solid;}
.tagList a:hover{background-color:#e2e8f0;text-decoration:none}
@media only screen and (max-width:1680px){
.tagList a{font-size:14px;margin:0 4px 8px}
}
@media only screen and (max-width:767px){
.tagList a{margin:0 .781vw .781vw 0;padding:2.604vw;}
}
