@font-face {
    font-family: 'Gilroy';
    src: url("/local/templates/naidy_mobile/public/css/../fonts/Gilroy-Regular.eot");
    src: url("/local/templates/naidy_mobile/public/css/../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/naidy_mobile/public/css/../fonts/Gilroy-Regular.woff") format("woff"), url("/local/templates/naidy_mobile/public/css/../fonts/Gilroy-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy Semibold';
    src: url("/local/templates/naidy_mobile/public/css/../fonts/Gilroy-SemiBold.eot");
    src: url("/local/templates/naidy_mobile/public/css/../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/naidy_mobile/public/css/../fonts/Gilroy-SemiBold.woff") format("woff"), url("/local/templates/naidy_mobile/public/css/../fonts/Gilroy-SemiBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
.btnNone{
    padding: 0;
    border: 0;
}
.btn-black {
    color: #fff;
    border: 3px solid #000;
    border-radius: 100px;
    background-color: #000;
    text-decoration: none;
}

.btn-black:hover {
    background-color: #fff;
    color: #000;
}

.btn-red {
    color: #fff;
    border: 3px solid #bc1f28;
    border-radius: 100px;
    background-color: #bc1f28;
    text-decoration: none;
}
body.inner.two_sides .content .full_land img {
    max-width: 100%;
}
.content:has(.full_page_land) + .sidebar.fl_r {
    display: none !important;
}
.content:has(.full_page_land){
    width: 100% !important;
    padding-right: 0 !important;
}
.advantages_full{
    margin-bottom: 30px;
}
.system_composition_wrap{
    display: flex;
    flex-direction: column;
}
.system_color_wrap{
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #fff;
}
.system_color_wrap p{
    padding-left: 19px;
}
.furnitura_sostav img{
    margin: 0 auto !important;
    width: auto !important;
    height: auto !important;
    display: block;
}
.center_important.justify-lg-center{
    justify-content: center !important;
}
@media (min-width: 1024px) {
    .btn-red-gradient-lg:not(:hover) .btn-red{
        background-color: transparent;
        border-color: transparent;
    }
    .btn-red-gradient-lg{
        overflow: hidden;
    }
    .btn-red-gradient-lg:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: 0.3s;
        background: linear-gradient(180deg, #D8161E 0%, #B00406 100%);
    }
    .btn-red-gradient-lg:hover:after{
        opacity: 0;
    }
}

.btn-red:hover {
    background-color: #fff;
    color: #bc1f28;
}

.btn-brd-red {
    color: #bc1f28;
    border: 3px solid #bc1f28;
    border-radius: 100px;
    background-color: transparent;
    text-decoration: none;
}

.btn-brd-red:hover {
    background-color: #bc1f28;
    color: #fff;
}

.btnCheck input {
    margin: 0;
    padding: 0;
    border: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.redTickCheck .btnCheckText {
    min-height: 21px;
    padding-left: 40px;
}

.redTickCheck .btnCheckText:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    background-color: #fff;
}

.redTickCheck .btnCheckText:after {
    content: '';
    position: absolute;
    top: 1px;
    left: 7px;
    width: 6px;
    height: 12px;
    border-bottom: 2px solid #bc1f28;
    border-right: 2px solid #bc1f28;
    rotate: 45deg;
    transition: 0.3s;
    opacity: 0;
}

.btnCheck input:checked + .btnCheckText:after {
    opacity: 1;
}
.ff-gilroy {
    font-family: 'Gilroy';
}

.ff-gilroy-6 {
    font-family: 'Gilroy Semibold';
}

@media (min-width: 768px) {

    .ff-md-gilroy {
        font-family: 'Gilroy';
    }
}
@media (min-width: 1024px){
    .ff-lg-narrow{
        font-family: 'PT Sans Narrow', sans-serif;
    }
    .ff-lg-helvetica {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }
}
.fw-5 {
    font-weight: 500;
}

@media (min-width: 1024px) {
    .fw-lg-5 {
        font-weight: 500;
    }
    .fw-lg-6 {
        font-weight: 600;
    }
}

.fw-7 {
    font-weight: 700;
}

.new_wrap {
    width: 100%;
    padding: 0;
}

.mainwrap .newContainer {
    padding-left: 0;
    padding-right: 0;
}

.mainwrap .newContainer [class*='grid-'] {
    padding-left: 0;
    padding-right: 0;
}

.mainwrap .reasonsContent {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: -15px;
    margin-right: -15px;
}

.mainwrap .newContainer * {
    line-height: 1;
}


@media (min-width: 1024px) {
    body:has(.contentFullPage) .sidebar.fl_l,
    body:has(.contentFullPage) .sidebar.fl_r{
        display: none !important;
    }
    body:has(.contentFullPage) .content{
        width: 100% !important;
        padding-right: 0 !important;
    }
    body:has(.newContainer) .top_breadcrumbs{
        margin-left: auto;
        margin-right: auto;
        max-width: 960px;
    }
    body:has(.newContainer) .top_breadcrumbs + .top_head{
        margin-left: auto;
        margin-right: auto;
        max-width: 960px;
    }
    body:has(.newContainer) .header ,
    body:has(.newContainer) .mfeedback.subscribe,
    body:has(.newContainer) .footer .footer.inner{
        width: 960px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    .swiper-fade .swiper-slide:not(.swiper-slide-active){
        opacity: 0 !important;
    }
}


.newContainer {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
}
.wrapBorderBox{
    box-sizing: border-box;
}
.wrapBorderBox *{
    box-sizing: border-box;
}
.newContainer * {
    box-sizing: border-box;
}

@media (min-width: 1600px) {
    .newContainer {
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* ++ grid ++ */
.radius-3 {
    border-radius: 3px;
}
.radius-4 {
    border-radius: 4px;
}
.radius-5 {
    border-radius: 5px;
}
.radius-8 {
    border-radius: 8px;
}
.radius-10 {
    border-radius: 10px;
}
.radius-100 {
    border-radius: 100px;
}

.radius-full {
    border-radius: 100%;
}
@media (min-width: 768px){
    .radius-md-10 {
        border-radius: 10px;
    }
}
@media (min-width: 1024px) {
    .radius-lg-4 {
        border-radius: 4px;
    }
}

.pointer {
    cursor: pointer;
}

.overflow-hidden {
    overflow: hidden;
}

.object-contain {
    object-fit: contain;
}

.object-cover {
    object-fit: cover;
}

.w-full {
    width: 100%;
}
.h-full {
    height: 100%;
}
.h-200 {
    height: 200px;
}
.\!h-auto {
    height: auto !important;
}
@media (min-width: 1024px) {
    .w-lg-143 {
        width: 143px;
    }
}
.h-230{
    height: 230px;
}

@media (min-width: 1024px){
    .h-lg-155{
        height: 155px;
    }
}
.relative {
    position: relative;
}

.absFull {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}
@media (min-width: 1024px){
    .absFull-lg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;

    }
}
.opacity-0 {
    opacity: 0;
}

.opacity-50 {
    opacity: 0.5;
}

.z-3 {
    z-index: 3;
}

.underline {
    text-decoration: underline;
}

.uppercase {
    text-transform: uppercase;
}

.underlineNone {
    text-decoration: none;
}

@media (min-width: 1024px) {
    .uppercase-lg {
        text-transform: uppercase;
    }
}
.brdRed-6{
    border: 1px solid #c9090c;
}
.brdWhite{
    border: 1px solid white !important;
}
.brdGray5{
    border: 1px solid  #eeeded !important;
}
.brdSize2{
    border-width:2px;
}
@media (min-width: 768px){
    .brdRed-md-6{
        border: 1px solid #c9090c;
    }
}
.size-40{
    width: 40px;
    height: 40px;
}
@media (min-width: 1024px){
    .size-lg-48{
        width: 48px;
        height: 48px;
    }
}
.color-white {
    color: #fff;
}

.color-yellow-5 {
    color: #ffee23;
}
.color-red-4 {
    color: #aa0304;
}
.color-red-5 {
    color: #bc1f28;
}

.color-red-6 {
    color: #c9090c;
}

.hov-color-red-5:hover {
    color: #bc1f28;
}
.hov-color-red-6:hover {
    color: #c9090c;
}
.color-black {
    color: #000;
}
.color-gray-10 {
    color: #333333;
}
.color-gray-9 {
    color: #909090;
}

.bg-white {
    background-color: #fff;
}

.bg-red-5 {
    background-color: #bc1f28;
}

.bg-gray-5 {
    background-color: #eeeded;
}

.bg-gray-4 {
    background-color: #f2f2f2;
}

.bg-gray-8 {
    background-color: #323232;
}

.bg-gray-9 {
    background-color: #17191b;
}
@media (min-width: 768px){
    .bg-md-white {
        background-color: #fff;
    }
}
.block {
    display: block;
}

.flex {
    display: flex;
}
.\!flex {
    display: flex !important;
}
.none {
    display: none;
}

.flex-col {
    flex-direction: column;
}

.inline-block {
    display: inline-block;
}
.inline-flex {
    display: inline-flex;
}
.table {
    display: table;
}

.grid {
    display: grid;
}
.grid-rows-hidden {
    grid-template-rows: 0fr;
}
.min-h-0{
    min-height: 0;
}
.hidden {
    display: none;
}

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

.self-start {
    align-self: flex-start;
}
.self-stretch {
    align-self: stretch;
}
.items-center {
    align-items: center;
}

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

.content-end {
    align-content: flex-end;
}

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

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

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

@media (min-width: 1024px) {
    .justify-lg-center {
        justify-content: center;
    }

}

.transition {
    transition: 0.3s;
}
.min-h-38 {
    min-height: 38px;
}
.min-h-60 {
    min-height: 60px;
}

.min-h-67 {
    min-height: 67px;
}
.min-h-277 {
    min-height: 277px;
}
.min-h-216 {
    min-height: 216px;
}

.min-h-400 {
    min-height: 400px;
}

@media (min-width: 1024px) {
    .min-h-lg-39 {
        min-height: 39px;
    }
    .min-h-lg-58 {
        min-height: 58px;
    }
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.\!mr-n15{
    margin-right: -15px !important;
}

.ml-0 {
    margin-left: 0 !important;
}
.\!mb-0 {
    margin-bottom: 0 !important;
}
.mb-0 {
    margin-bottom: 0;
}
.mb-4 {
    margin-bottom: 4px;
}
.mb-8 {
    margin-bottom: 8px;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-12 {
    margin-bottom: 12px;
}
.mb-14 {
    margin-bottom: 14px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-16 {
    margin-bottom: 16px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-24 {
    margin-bottom: 24px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-32 {
    margin-bottom: 32px;
}

.mb-60 {
    margin-bottom: 60px;
}

.mb-250 {
    margin-bottom: 250px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mb-auto {
    margin-left: auto;
    margin-right: auto;
}

.mb-last-0:last-child {
    margin-bottom: 0 !important;
}
.ic{
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
}
.gap-15 {
    gap: 15px;

}

.gap-x-15 {
    row-gap: 15px;
}

.gap-x-10 {
    row-gap: 10px;
}
.gap-y-10 {
    column-gap: 10px;
}
.gap-y-9 {
    column-gap: 9px;
}

.gap-y-15 {
    column-gap: 15px;
}

.gap-16 {
    gap: 16px;
}

.gap-4 {
    gap: 4px;
}

.grid-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-1 {
    flex: 1 1 0%;
}
.mt-0 {
    margin-top: 0;
}
.mt-8 {
    margin-top: 8px;
}
@media (min-width: 640px) {
    .grid-columns-sm-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 768px) {
    .block-md {
        display: block;
    }
    .grid-columns-md-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .grid-columns-md-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .grid-columns-md-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }
    .min-h-md-300 {
        min-height: 300px;
    }
    .mb-md-0{
        margin-bottom: 0;
    }
    .mb-md-5 {
        margin-bottom: 5px;
    }
    .mb-md-20 {
        margin-bottom: 20px;
    }
    .p-md-29{
        padding: 29px;
    }
}

@media (min-width: 1024px) {
    .flex-lg-wrap {
        flex-wrap: nowrap;
    }

    .min-h-lg-617 {
        min-height: 617px;
    }

    .min-h-lg-583 {
        min-height: 583px;
    }

    .min-h-lg-83 {
        min-height: 83px;
    }

    .min-h-lg-90 {
        min-height: 90px;
    }

    .top-lg-0 {
        top: 0;
    }

    .left-lg-0 {
        left: 0;
    }

    .sticky-lg {
        position: sticky;
    }


    .gap-lg-20 {
        gap: 20px;
    }

    .gap-y-lg-23 {
        column-gap: 23px;
    }

    .gap-y-lg-20 {
        column-gap: 20px;
    }

    .gap-lg-0 {
        gap: 0;
    }

    .gap-lg-28 {
        gap: 28px;
    }

    .gap-lg-30 {
        gap: 30px;
    }

    .gap-x-lg-28 {
        row-gap: 28px;
    }
    .gap-x-lg-20 {
        row-gap: 20px;
    }
    .gap-x-lg-30 {
        row-gap: 30px;
    }

    .grid-columns-lg-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .grid-columns-lg-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .grid-columns-lg-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
    }

    .block-lg {
        display: block;
    }

    .flex-lg {
        display: flex;
    }

    .mt-lg-21 {
        margin-top: 21px;
    }

    .mb-lg-0 {
        margin-bottom: 0;
    }

    .mb-lg-2 {
        margin-bottom: 2px;
    }

    .mb-lg-11 {
        margin-bottom: 11px;
    }

    .mb-lg-15 {
        margin-bottom: 15px;
    }

    .mb-lg-19 {
        margin-bottom: 19px;
    }
    .mb-lg-20 {
        margin-bottom: 20px;
    }
    .mb-lg-21 {
        margin-bottom: 21px;
    }

    .mb-lg-22 {
        margin-bottom: 22px;
    }

    .mb-lg-24 {
        margin-bottom: 24px;
    }

    .mb-lg-25 {
        margin-bottom: 25px;
    }

    .mb-lg-26 {
        margin-bottom: 26px;
    }

    .mb-lg-28 {
        margin-bottom: 28px;
    }

    .mb-lg-30 {
        margin-bottom: 30px;
    }

    .mb-lg-31 {
        margin-bottom: 31px;
    }

    .mb-lg-34 {
        margin-bottom: 34px;
    }

    .mb-lg-36 {
        margin-bottom: 36px;
    }

    .mb-lg-38 {
        margin-bottom: 38px;
    }

    .mb-lg-41 {
        margin-bottom: 41px;
    }

    .mb-lg-44 {
        margin-bottom: 44px;
    }

    .mb-lg-45 {
        margin-bottom: 45px;
    }

    .mb-lg-46 {
        margin-bottom: 46px;
    }

    .mb-lg-48 {
        margin-bottom: 48px;
    }

    .mb-lg-51 {
        margin-bottom: 51px;
    }

    .mb-lg-57 {
        margin-bottom: 57px;
    }

    .mb-lg-58 {
        margin-bottom: 58px;
    }
    .mb-lg-60 {
        margin-bottom: 60px;
    }

    .mb-lg-75 {
        margin-bottom: 75px;
    }

    .mb-lg-85 {
        margin-bottom: 85px;
    }

    .mb-lg-91 {
        margin-bottom: 91px;
    }

    .mb-lg-101 {
        margin-bottom: 101px;
    }

    .mb-lg-189 {
        margin-bottom: 189px;
    }

    .mb-lg-218 {
        margin-bottom: 218px;
    }

    .mb-lg-426 {
        margin-bottom: 426px;
    }

    .ml-lg-auto {
        margin-left: auto;
    }
    .\!mr-lg-0 {
        margin-right: 0 !important;
    }

    .mr-lg-auto {
        margin-right: auto;
    }

    .mr-lg-41 {
        margin-right: 41px;
    }

    .pb-lg-153 {
        padding-bottom: 153px;
    }

    .flex-lg-1 {
        flex: 1 1 0%;
    }


}

@media (min-width: 1200px) {
    .grid-columns-xl-4 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .grid-columns-xl-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

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

    .block-xl {
        display: block;
    }

    .mb-xl-200 {
        margin-bottom: 200px;
    }

    .mb-xl-304 {
        margin-bottom: 304px;
    }
}

@media (min-width: 1600px) {
    .items-2xl-end {
        align-items: flex-end;
    }

    .content-2xl-end {
        align-content: flex-end;
    }

    .order-2xl-1 {
        order: 1;
    }

    .grid-columns-2xl-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }

    .grid-columns-2xl-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .block-2xl {
        display: block;
    }
}
.p-0 {
    padding: 0;
}
.\!p-0{
    padding: 0 !important;
}
.p-12 {
    padding: 12px;
}

.p-16 {
    padding: 16px;
}
.p-19 {
    padding: 19px;
}
.px-16 {
    padding-left: 16px;
    padding-right: 16px;
}

.px-15 {
    padding-left: 15px;
    padding-right: 15px;
}
.px-8 {
    padding-left: 8px;
    padding-right: 8px;
}
.py-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.py-7 {
    padding-top: 7px;
    padding-bottom: 7px;
}

@media (min-width: 1024px) {
    .py-lg-6 {
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .pr-lg-16 {
        padding-right: 16px;
    }

    .px-lg-46 {
        padding-left: 46px;
        padding-right: 46px;
    }

    .px-lg-30 {
        padding-left: 30px;
        padding-right: 30px;
    }

    .px-lg-26 {
        padding-left: 26px;
        padding-right: 26px;
    }
    .px-lg-15 {
        padding-left: 15px;
        padding-right: 15px;
    }
    .p-lg-30 {
        padding: 30px;
    }
}

@media (min-width: 1600px) {
    .pr-2xl-32 {
        padding-right: 32px;
        padding-top: 128px;
    }
}
.max-w-115 {
    max-width: 115px;
}
.max-w-146 {
    max-width: 146px;
}
.max-w-176 {
    max-width: 176px;
}

.max-w-252 {
    max-width: 252px;
}

.max-w-284 {
    max-width: 284px;
}

.max-w-298 {
    max-width: 298px;
}

.max-w-302 {
    max-width: 302px;
}

.max-w-315 {
    max-width: 315px;
}

.max-w-321 {
    max-width: 321px;
}

.max-w-387 {
    max-width: 387px;
}

.max-w-767 {
    max-width: 767px;
}
.max-w-796 {
    max-width: 796px;
}
.max-w-970 {
    max-width: 970px;
}
.max-w-960 {
    max-width: 960px;
}

.max-w-1080 {
    max-width: 1080px;
}

.max-w-1548 {
    max-width: 1548px;
}

.max-w-1227 {
    max-width: 1227px;
}

.max-w-1548 {
    max-width: 100%;
}

.max-w-1560 {
    max-width: 1560px;
}

.max-h-full {
    max-height: 100%;
}

@media (min-width: 1024px) {
    .max-w-lg-115 {
        max-width: 115px;
    }
    .max-w-lg-144 {
        max-width: 144px;
    }
    .max-w-lg-331 {
        max-width: 331px;
    }

    .max-w-lg-437 {
        max-width: 437px;
    }

    .max-w-lg-344 {
        max-width: 344px;
    }

    .max-w-lg-345 {
        max-width: 345px;
    }

    .max-w-lg-387 {
        max-width: 387px;
    }

    .max-w-lg-465 {
        max-width: 465px;
    }

    .max-w-lg-517 {
        max-width: 517px;
    }

    .max-w-lg-562 {
        max-width: 562px;
    }

    .max-w-lg-585 {
        max-width: 585px;
    }

    .max-w-lg-586 {
        max-width: 586px;
    }

    .max-w-lg-599 {
        max-width: 599px;
    }

    .max-w-lg-603 {
        max-width: 603px;
    }

    .max-w-lg-655 {
        max-width: 655px;
    }

    .max-w-lg-691 {
        max-width: 691px;
    }

    .max-w-lg-693 {
        max-width: 693px;
    }

    .max-w-lg-734 {
        max-width: 734px;
    }

    .max-w-lg-749 {
        max-width: 749px;
    }

    .max-w-lg-947 {
        max-width: 947px;
    }
}

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

.text-end {
    text-align: right;
}

.ls-1 {
    letter-spacing: 0.1em;
}

.ln-1 {
    line-height: 1.1;
}

.ln-2 {
    line-height: 1.2;
}
.ln-25 {
    line-height: 1.25;
}
.ln-3 {
    line-height: 1.3;
}

.ln-4 {
     line-height: 1.4;
 }
.ln-none {
    line-height: 1;
}
@media (min-width: 1024px) {
    .ln-lg-none {
        line-height: 1;
    }
}

.fz-42 {
    font-size: 42px !important;
}

.fz-32 {
    font-size: 32px !important;
}

.fz-24 {
    font-size: 24px !important;
}

.fz-22 {
    font-size: 22px !important;
}

.fz-20 {
    font-size: 20px !important;
}

.fz-18 {
    font-size: 18px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-13 {
    font-size: 13px !important;
}

.fz-12 {
    font-size: 12px !important;
}

.fz-0 {
    font-size: 0 !important;
}

@media (min-width: 1024px) {
    .fz-lg-64 {
        font-size: 42px !important;
    }

    .fz-lg-42 {
        font-size: 42px !important;
    }

    .fz-lg-48 {
        font-size: 48px !important;
    }

    .fz-lg-30 {
        font-size: 30px !important;
    }

    .fz-lg-32 {
        font-size: 32px !important;
    }

    .fz-lg-24 {
        font-size: 24px !important;
    }

    .fz-lg-21 {
        font-size: 21px !important;
    }

    .fz-lg-18 {
        font-size: 18px !important;
    }

    .fz-lg-16 {
        font-size: 18px !important;
    }

    .fz-lg-15 {
        font-size: 15px !important;
    }

    .fz-lg-14 {
        font-size: 14px !important;
    }
}

@media (min-width: 1600px) {
    .fz-2xl-72 {
        font-size: 72px;
    }

    .fz-2xl-64 {
        font-size: 64px;
    }
}

/* -- grid -- */


/* ++ bannerContent ++ */

.bannerContent {
    padding: 24px 16px;
}

@media (min-width: 1024px) {
    .bannerContent {
        padding: 24px 16px 183px 16px;
    }

}

@media (min-width: 1600px) {
    .bannerContent {
        padding: 80px 56px 183px 56px;
    }
}

@media (min-width: 1024px) {
    .bannerContentImg {
        position: absolute;
        left: 0;
        top: calc(100% - 154px);
    }
}

/* -- bannerContent -- */

/* ++ bannerSwiper ++ */

.bannerSwiper .swiper-pagination {
    bottom: 30px !important;
    padding-left: 30px;
    padding-right: 30px;
}

.bannerSwiper-item {
    padding: 24px;
}

.bannerSwiperImg {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 58.6%;
}

@media (min-width: 1600px) {
    .bannerSwiper-item {
        padding: 80px;
    }
}

/* -- bannerSwiper -- */

/* ++ paginationWhiteLine ++ */
.paginationWhiteLine {
    gap: 10px;
}

.paginationWhiteLine .swiper-pagination-bullet {
    margin: 0 !important;
    width: 46px;
    height: 8px;
    background-color: #fff;
    transition: 0.3s;
    border-radius: 0;
}

.paginationWhiteLine .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    opacity: 0.5;
}


/* -- paginationWhiteLine -- */

/* ++ partners ++ */
.wrap-partners img {
    aspect-ratio: 444 / 341;
    align-self: stretch;
}


@media (min-width: 640px) {
    .partners-item {
        padding: 16px;
    }
}

@media (min-width: 1024px) {
    .partners-item {
        padding: 73px 30px 41px 30px;
    }
}

/* -- partners -- */


/* ++ wrapReasons ++ */

.wrapReasons {
    padding-top: 50px;
    margin-bottom: -80px;
}

@media (min-width: 1024px) {
    .wrapReasons {
        padding-top: 100px;
        margin-bottom: -191px;
    }
}

.reasons-item {
    padding: 24px;
}

@media (min-width: 1024px) {
    .reasons-item {
        padding: 53px 56px;
    }
}

/* -- wrapReasons -- */


/* ++ priority ++ */
.priorityLeft .wrapText {
    padding: 32px;
}

@media (min-width: 1024px) {
    .wrapPriorityLeft {
        max-width: calc(58.6% - 14px);
    }

    .wrapPriorityRight {
        max-width: calc(41.4% - 11px);
    }
    .wrapPriorityRight .bannerSwiper{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .priorityLeft .wrapText {
        padding: 67px 67px 67px 0;
    }

    .priorityLeft {
        padding-left: 250px;
    }
}

@media (min-width: 1600px) {
    .priorityLeft {
        padding-left: 476px;
    }
}

.priorityLeftImg {
    max-width: 100%;
}

@media (min-width: 1200px) {
    .priorityLeftImg {
        position: absolute;
        bottom: 0;
        left: -30px;
        width: 280px;
    }
}

@media (min-width: 1600px) {
    .priorityLeftImg {
        width: 472px;
    }
}

.priorityInfoImg {
    aspect-ratio: 342 / 283;
}

/* -- priority -- */


/* ++ bigForm ++ */

.bigFormTop {
    padding-bottom: 40px;
}

@media (min-width: 1200px) {
    .bigFormTop {
        padding-top: 166px;
        padding-bottom: 80px;
    }
}

.bigFormTopImg {
    position: absolute;
    top: 0;
    left: 576px;
    width: 1519px;
    max-height: 716px;
}

.bigForm {
    padding: 32px;
}

@media (min-width: 1024px) {
    .bigForm {
        padding: 118px;
    }
}

/* -- bigForm -- */


/* ++ wrapForm ++ */
.wrapForm.error .textError{
    grid-template-rows: 1fr;
}
.wrapForm.error input,
.wrapForm.error textarea{
    border-color: #bc1f28 !important;
}
.textError{
    transition: 0.3s;
}
.boxForm .form {
    outline: none;
    border: none;
}

.boxForm:has(.customPlaceholder) .form {
    padding-top: 25px;
    padding-bottom: 16px;
}

@media (min-width: 1024px) {
    .boxForm:has(.customPlaceholder) .form {
        padding-top: 42px;
        padding-bottom: 20px;
    }
}

.boxForm:has(.customPlaceholder) .form::placeholder {
    color: transparent;
}

.boxForm:hover .customPlaceholder,
.boxForm:has(.form:focus) .customPlaceholder,
.boxForm:not(:has(.form:placeholder-shown)) .customPlaceholder {
    font-size: 13px;
    font-weight: 400;
    top: 4.5px;
}

@media (min-width: 1024px) {
    .boxForm:hover .customPlaceholder,
    .boxForm:has(.form:focus) .customPlaceholder,
    .boxForm:not(:has(.form:placeholder-shown)) .customPlaceholder {
        top: 19.5px;
    }
}

.customPlaceholder {
    position: absolute;
    left: 0;
    top: 22px;
    pointer-events: none;
}

@media (min-width: 1024px) {
    .customPlaceholder {
        top: 32.5px;
    }
}

.wrapSelect .select2-container {
    width: 100% !important;
}

.wrapSelect .selectText {
    position: absolute;
    left: 0;
    top: 19.5px;
    z-index: 1;
    pointer-events: none;
}

.wrapSelect .select2-container--default .select2-selection--single {
    height: auto;
    border-color: #eeeded;
    border-radius: 3px;
    background-color: #eeeded;
}
.wrapForm.error .wrapSelect .select2-container--default .select2-selection--single{
border-color: #bc1f28;
}
.wrapSelect .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 1;
    font-size: 18px;
    padding-top: 44px;
    padding-bottom: 22px;
    padding-left: 16px;
    padding-right: 16px;
    font-family: 'Gilroy Semibold';
}

@media (min-width: 1024px) {
    .wrapSelect .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.wrapSelect .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
    border-width: 8px 5px 0 5px;
}

.wrapSelect .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 22px;
    top: 50%;
    translate: 0 -50%;
}

.wrapSelect .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000 transparent;
    border-width: 0 5px 8px 5px;
}

.select2-results__option {
    padding: 8px 16px !important;
    color: #000;
    font-size: 18px;
    font-family: 'Gilroy Semibold';
}

@media (min-width: 1024px) {
    .select2-results__option {
        padding: 8px 30px !important;
    }
}

/* -- wrapForm -- */


/* ++ delivery ++ */

.deliveryTop-item {
    aspect-ratio: 444 / 427;
}

.deliveryTop-item .wrapText {
    padding: 16px;
}

.deliveryBottomImg {
    aspect-ratio: 915 / 500;
}


@media (min-width: 1024px) {
    .deliveryTop-item .wrapText {
        padding: 35px 30px;
    }
}

/* -- delivery -- */


/* ++ formCatalog ++ */
.formCatalogSecond {
    translate: 0 50%;
}

@media (min-width: 1024px) {
    .formCatalogSecond {
        padding: 170px 0;
    }
}

.formCatalog {
    padding: 24px;
}

@media (min-width: 1200px) {
    .formCatalog {
        padding: 99px 111px;
    }
}

.formCatalogImg {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 0;
    max-width: 1065px;
    width: calc(100% - 880px);
    z-index: 1;
    pointer-events: none;
}

@media (min-width: 1600px) {
    .formCatalogImg {
        top: -100px;
        translate: 0 0;
    }
}

.formCatalogSecondImg {
    pointer-events: none;
    position: absolute;
    top: -240px;
    translate: 0 0;
    right: -190px;
    width: calc(100% - 450px);
    z-index: 1;
}

/* -- formCatalog -- */


/* ++ catalogLink ++ */

.catalogLink {
    min-height: 209px;
    text-decoration: none;
}

.catalogLink:hover {
    color: #fff;
    background-color: #bc1f28;
}

.catalogLinkImg {
    position: absolute;
    bottom: 64px;
    right: 12px;
    max-height: 185px;
    max-width: calc(100% - 24px);
}

@media (max-width: 1199px) {
    .catalogLink br {
        display: none;
    }
}

@media (min-width: 1600px) {
    .wrapCatalogLink .catalogLink {
        order: 0;
    }

    .wrapCatalogLink .catalogLink:nth-child(4),
    .wrapCatalogLink .catalogLink:nth-child(12) {
        grid-column: span 2 / span 2;
    }

    .wrapCatalogLink > *:nth-child(1 of .catalogLinkImgGeneral) {
        grid-row: span 2 / span 2;
        order: 1;
        min-height: 446px;
    }

    .wrapCatalogLink > *:nth-child(2 of .catalogLinkImgGeneral) {
        grid-row: span 2 / span 2;
        grid-column: span 2 / span 2;
        order: 3;
        min-height: 446px;
    }

    .wrapCatalogLink:has(*:nth-child(1 of .catalogLinkImgGeneral)) .catalogLink:nth-child(3) ~ .catalogLink {
        order: 2;
    }

    .wrapCatalogLink:has(*:nth-child(2 of .catalogLinkImgGeneral)) .catalogLink:nth-child(4) ~ .catalogLink {
        order: 4;
    }
}

/* -- catalogLink -- */


/* ++ payMethods ++ */


.payMethodsBox {
    align-content: flex-end;
}

@media (min-width: 1024px) {
    .payMethodsBox {
        min-height: 427px;
    }
}

.payMethodsContent {
    padding: 61px 40px;
}


.payMethodsForm {
    padding-top: 32px;
    padding-bottom: 32px;
}

@media (min-width: 1024px) {
    .payMethodsForm {
        padding-top: 64px;
        padding-bottom: 54px;
    }
}

.payMethodsForm:after {
    content: '';
    position: absolute;
    bottom: 14px;
    right: 3px;
    height: 179px;
    width: calc(100% - 36px);
    border-radius: 3px;
    background-color: #323232;
    filter: blur(20px);
}

.payMethodsImg {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 382px;
}

.plusYellowText:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 100%;
    translate: -50% 0;
    width: 32px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/new_page/icon/yellowText.svg);
}

@media (min-width: 1024px) {
    .plusYellowText:after {
        width: 34px;
        height: 34px;
    }
}

.payMethodsFormList {
    padding-top: 32px;
    padding-bottom: 32px;
}

@media (min-width: 1024px) {
    .payMethodsFormList {
        padding-top: 64px;
        padding-bottom: 64px;
    }
}

.ulYellowTick {
    list-style: none;
}

.ulYellowTick li {
    padding-left: 24px !important;
}

@media (min-width: 1024px) {

    .ulYellowTick li {
        padding-left: 44px !important;
    }
}

.ulYellowTick li:not(:last-child) {
    margin-bottom: 20px !important;
}

@media (min-width: 1024px) {
    .ulYellowTick li:not(:last-child) {
        margin-bottom: 40px !important;
    }
}

.ulYellowTick li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/new_page/icon/yellowTick.svg);
}

@media (min-width: 1024px) {
    .ulYellowTick li:after {
        top: 1px;
        width: 24px;
        height: 24px;
    }
}

/* -- payMethods -- */

/* ++ infoTop ++ */

@media (min-width: 768px) {
    .infoTop .elevatorKitVideo {
        grid-row: span 2;
    }
}

/* -- infoTop -- */


/* ++ ulRedLine ++ */
.ulRedLine li{
    background-image: none !important;
    font-size: 14px;
    line-height: 1.5;
    padding: 1.5px 0 1.5px 34px !important;
    position: relative;
}
.ulRedLine li:before{
    display: none !important;
}
.ulRedLine li:after{
    content: '';
    position: absolute;
    height: 2px;
    width: 16px;
    left: 4px;
    top: 11px;
    background-color: #c9090c;
    border-radius: 2px;
}
.ulRedLine li{
    margin-bottom: 8px !important;
}
.ulRedLine li:last-child{
    margin-bottom: 0 !important;
}
@media (min-width: 1024px){
    .ulRedLine li{
        margin-bottom: 10px !important;
    }
    .ulRedLine li:last-child{
        margin-bottom: 0 !important;
    }
}
/* -- ulRedLine -- */



/* ++ ulPointBlack ++ */
.ulPointBlack li{
    background-image: none !important;
    font-size: 14px;
    line-height: 1.5;
    padding: 0 0 0 21px !important;
    position: relative;
}
.ulPointBlack li:after{
    content: '';
    position: absolute;
    height: 3px;
    width: 3px;
    left: 9px;
    top: 8.5px;
    background-color: #333333;
}
.ulPointBlack li{
    margin-bottom: 0 !important;
}
/* -- ulPointBlack -- */


/* ++ imgSwiper ++ */
.imgSwiper .swiper-slide{
    height: auto;
}
@media (min-width: 1042px){
    .imgSwiper .swiper-wrapper{
        margin-bottom: -20px;
        justify-content: space-between;
        flex-wrap: wrap;
        display: flex;
    }
    .imgSwiper .swiper-wrapper .swiper-slide{
        margin-bottom: 20px;
        height: auto;
    }
    .imgSwiper .swiper-wrapper .swiper-slide:nth-child(1),
    .imgSwiper .swiper-wrapper .swiper-slide:nth-child(2){
        width: calc(50% - 10px) !important;
    }
    .imgSwiper .swiper-wrapper .swiper-slide:nth-child(3){
        width: calc(67% - 10px) !important;
    }
    .imgSwiper .swiper-wrapper .swiper-slide:nth-child(4){
        width: calc(33% - 10px) !important;
    }
}

/* -- imgSwiper -- */


/* ++ compositionSystem ++ */

.compositionSystem .brdLink img.h-lg-155{
    min-height: 230px;
}

@media (min-width: 768px){
    .compositionSystem .wrapText{
        max-width: calc(50% - 5px) !important;
    }
    .compositionSystem .brdLink{
        max-width: calc(50% - 5px) !important;
    }
}
@media (min-width: 1042px){
    .compositionSystem .brdLink img.h-lg-155{
        min-height: 176px;
    }
    .compositionSystem .brdLink .max-w-lg-115{
        max-width: none !important;
    }
    .compositionSystem .wrapText{
        max-width: calc(67% - 10px) !important;
    }
    .compositionSystem .brdLink{
        max-width: calc(33% - 10px) !important;
    }
}
/* -- compositionSystem -- */


/* ++ wrapQuestions ++ */
.wrapQuestions .wrapText{
    width: 100% !important;
}
@media (min-width: 768px){
    .wrapQuestions .wrapText{
        width: calc(50% - 5px) !important;
    }
    .wrapQuestions .imgQuestions{
        width: calc(50% - 5px) !important;
    }
}
@media (min-width: 1042px){
    .wrapQuestions .wrapText{
        width: calc(60% - 10px) !important;
        max-width: 492px !important;
    }
    .wrapQuestions .imgQuestions{
        width: calc(40% - 10px) !important;
    }
}



/* -- wrapQuestions -- */


/* ++ down_list ++ */

.down_list-custom li{
    margin-bottom: 0 !important;
    padding: 0.5px 0 0.5px 23px !important;
    position: relative;
    background-image: none !important;
    font-size: 0;
    line-height: 1;
}
.down_list-custom li:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("../images/elevator_kit/icon/down_list-arrow.svg");
}
@media (min-width: 1042px){
    .down_list-custom li{
        padding: 4.5px 0 4.5px 34px !important;
    }
    .down_list-custom li:after{
        width: 24px;
        height: 24px;
        background-image: url("../images/elevator_kit/icon/down_list.svg");
    }
}
/* -- down_list -- */


/* ++ staticText ++ */

.staticText p:not(:last-child){
    margin-bottom: 10px;
}
@media (min-width: 1042px){
    .staticText p:not(:last-child){
        margin-bottom: 15px;
    }
}

/* -- staticText -- */

/* ++ brandSliderBox ++ */

.wrapBrandSliderBox div:has(.brandSliderBox){
    width: 100%;
}
@media (min-width: 1042px){
    .wrapBrandSliderBox div:has(.brandSliderBox){
        max-width: 380px;
    }
}
/* -- brandSliderBox -- */

.textFile{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 150px;
}
.cboxClose {
    display: block;
    background: url(../images/interface.png) no-repeat -17px 0;
    width: 44px;
    height: 44px;
}

#cookie_note{
    display: none;
    position: fixed;
    bottom: 15px;
    left: 50%;
    max-width: 90%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	z-index:999;
}

#cookie_note p{
    margin: 0;
    font-size: 0.7rem;
    text-align: left;
    color: black;
	width:100%;
	margin-bottom:10px;
}

.cookie_accept{
    width:auto;
	margin-right:10px !important;
}

@media (min-width: 576px){
    #cookie_note.show{
        display: flex;
		flex-wrap:wrap;
    }
}

@media (max-width: 575px){
    #cookie_note.show{
        display: block;
        text-align: left;
    }
	.cookie_reject {
		margin-top: 10px !important;
	}
}