/********* HEADER *********/

/********* КОНЕЦ | HEADER *********/

/********* МЕНЮ *********/

.modSlMenu-returnBtn {
    height: 50px;
    width: 100%;
    text-align: left;
    line-height: 1;
    padding-left: 1rem;
    border: none;
    background: none;
}

.modSlMenu-returnBtn span {
    background-color: green;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    font-size: 1.2rem;
    display: inline-block;
    border: none;
}

.modSlMenu-returnBtn:focus {
    outline: none;
}

.modMenuH {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 80vw;
    background-color: #e0e0e0;
    z-index: 10;
    transform: translateX(-100%);
    transition: all 0.3s;
    overflow-x: hidden;
    overflow-y: auto;
}

.modMenuH.open {
    transform: translateX(0%);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

.modMenuH__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
}

.modMenuH__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.modMenuH__list-lvl_1 {
    height: calc(100% - 50px);
}

.modMenuH__item {
    display: block;
    width: 100%;
}

.modMenuH__item-link {
    display: inline-block;
    width: 100%;
    line-height: 1;
    padding: 0.7rem 1rem;
    font-size: 1.5rem;
    color: #333;
    transition: all 0.3s;
}

.modMenuH__item-link:hover,
.modMenuH__item-link:focus,
.modMenuH__item-link:active {
    color: #333;
    text-decoration: none;
}



.modMenuH__item.deeper .modMenuH__list {
    position: absolute;
    top : 0;
    left: 0;
    transform: translateX(-100%);
    background-color: #e0e0e0;
    transition: all 0.3s;
}

.modMenuH__item-link.deeper {
    display: flex;
    align-items: center;
}

.modMenuH__item.deeper .modMenuH__list.open {
    transform: translateX(0%);
}

.toUp_wrapper {
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    font-size: 40px;
    color: red;
    /*transition: 0.3s all;*/
}

.toUp_wrapper:hover {
    cursor: pointer;
    opacity: 0.7;
}

.modMenuH__item-link_chevron {
    flex-grow: 1;
    height: 100%;
    margin-left: 10px;
    position: relative;
    transform: translateY(8%);
}

.top_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_mid {
    line-height: 18px;
    font-size: 14px;
}

.top_mid a {
    color: var(--green);
}

.phone_copy.header_phone {
    color: var(--root);
    font-weight: 600;
}

.contacts_content-phone:hover,
.phone_copy.header_phone:hover {
    text-decoration: none;
    color: var(--green);
}

.top_right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top {
    padding-top: 17px;
    padding-bottom: 23px;
}

.header {
    background-color: var(--milk);
    padding: 70px 0;
    width: 1720px;
    margin: 0 auto;
    max-width: 100%;
    /*background-image: url(/images/header-bg.jpg);*/
    background-repeat: no-repeat;
    background-position: 100% 0%;
    /*overflow: hidden;*/
    border-radius: 20px 20px 0px 0;
    position: relative;
}


.header:before {
    content: '';
    position: absolute;
    background-image: url(/images/header-bg.jpg);
    height: 100%;
    right: 0px;
    top: 0px;
    width: calc(50% - 53px);
    background-position: right center;
    background-repeat: no-repeat;
    z-index: 0;
    border-radius: 0px 20px 0px 0;
}

.header_title {
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 10px;
}

.header_content {
    max-width: 530px;
    position: relative;
}

.header_advant {
    line-height: 26px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.header_advants {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.header_wrapper {
    display: flex;
    align-items: flex-start;
    position: relative;
  gap:20px;
}

.header_discount {
    border-radius: 40px 40px 10px 40px;
    padding: 30px;
    background: #fff;
    text-align: center;
}

.header_discount-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 117%;
}

.header_discount-number {
    color: var(--green);
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
}

.header_discount-desc {
    line-height: 18px;
}

.big_button,
#slCallbackModal_btn-119 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    padding: 0 30px;
    height: 60px;
}

#files2, #files {
    display: none;
}

.file_form-thumbnails {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.form_file-prevImg--wrapp {
    border-radius: 14px;
    border: 1px solid #F6F2EE;
    background: #fff;
    padding: 8px;
    width: 76px;
    height: 76px;
    position: relative;
}

.form_file-prevImg--wrapp img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.deletImg {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 123;
    transition: 0.2s all;
    cursor: pointer;
}

.form_file-prevImg--wrapp img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.header_file_form-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.header_file_form-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 30px;
}

.header_file_form-subTitle {
    line-height: 30px;
    font-size: 20px;
}

.header_file_form-subTitle span {
    color: var(--green);
    font-weight: 700;
}

.form_file-titleBlock.mButton {
    font-weight: 700;
    width: 100%;
    background: var(--root);
    height: 60px;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.2s all;
    flex-direction: column;
    gap: 0;
}

.form_file-button-title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.form_file-titleBlock.mButton span {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    opacity: 60%;
}

.files_label {
    width: 100%;
    margin: 0px;
}

.slCallBack_form .mButton {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.42px;
    text-transform: uppercase;
    height: 60px;
    width: 100%;
}

#slCallBack_form-id120 .form-control {
    width: 345px;
}

.header_file_form-block {
    background: var(--grey);
    border-radius: 20px;
    padding: 40px 70px;
}

#slCallBack_form-id121 .sl_policy,
#slCallBack_form-id126 .sl_policy,
#slCallBack_form-id124 .sl_policy,
#slCallBack_form-id120 .sl_policy {
    margin-top: -10px;
}

.full_width.header_file_form {
    width: 1720px;
    margin: 0 auto;
    background-image: url(/images/header-form-bg.png);
    background-color: var(--root);
    border-radius: 0px 0px 20px 20px;
    background-size: cover;
    background-position: center;
    max-width: 100%;
}

.green_line {
    height: 1107px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-image: url(/images/green-line.png);
    z-index: -1;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    pointer-events: none;
    display: none;
}

.grey_line {
    height: 1107px;
    position: absolute;
    left: 0;
    top: 87rem;
    width: 100%;
    background-image: url(/images/grey-line.png);
    z-index: -1;
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    pointer-events: none;
}

.module_title {
    font-size: 48px;
    font-weight: 700;
    line-height: 52px;
    margin-bottom: 40px;
}

.advants_item {
    border-radius: 20px;
    border: 1px solid #DFDFDF;
    background: #fff;
    height: calc(100% - 30px);
    margin-bottom: 30px;
    padding: 50px;
}

.advants_item-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.advants_item-text {
    line-height: 26px;
}

.advants_item._main {
    padding: 40px 60px;
    background: none;
    border: none;
}

.full_width {
    padding: 120px 0;
}

.video_right-block {
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-position: center;
    background-size: cover;
}

.advnats2_block {
    display: flex;
    justify-content: space-between;
    gap: 45px;
}

.advnats2_block-left {
    width: 550px;
}

.advnats2_block-right {
    flex-grow: 1;
}

.advnats2_text {
    line-height: 26px;
}

.video_right-button {
    border-radius: var(--rad-20, 20px);
    background: var(--White, #FFF);
    box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.07);
    padding: 10px 20px 10px 10px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.2s all;
}

.showYTVideoModal .modal-dialog {
    max-width: 1170px;
}

.showYTVideoModal .modal-content {
    padding: 0px;
}

.video_right-block:hover .video_right-button {
    background: #F2F5F7;
}

.full_width.advnats2 {
    padding: 0px;
}

.full_width.advnats {
    padding-bottom: 90px;
}

.closet_slider-item {
    height: 625px;
    background-size: cover;
    background-position: center;
    margin: 0px 15px;
    position: relative;
    /*width: 830px !important;*/
}

.closet_slider .slick-list {
    padding: 0 25% !important;
}

.slider_arrows {
    position: absolute;
    z-index: 5;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.2s all
}

.reviews_slider-arrows:hover,
.doors_modal-arrows.doors_slider-arrow:hover,
.slider_arrows:hover {
    opacity: 0.9;
}

.slider_arrows._prev {
    left: 19%;
}

.slider_arrows._next {
    right: 19%;
}

.advants3_item {
    border-radius: 20px;
    border: 2px solid #F2F5F7;
    background: #fff;
    padding: 40px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}

.advants3_item-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 40px;
}

.advants3_item-title._last {
    font-size: 30px;
}

.advants3_item-title._last span {
    font-size: 40px;
}

.advants3_item-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}

.full_width.advants3 {
    padding-top: 0;
    padding-bottom: 90px;
}

.full_width.ubed_form_wrapper {
    background-image: url(/images/ubed-form-bg.png);
    background-color: var(--root);
    background-size: cover;
    background-position: center;
}

.ubed_form_block {
    border-radius: 20px;
    padding: 50px;
    background: #fff;
    max-width: 770px;
}

.ubed_form_title {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 40px;
}

.ubed_form_title span {
    color: var(--green);
}

#slCallBack_form-id123 .sl_policy {
    margin-top: 10px;
}

.use_block {
    display: flex;
    gap: 30px;
}

.full_width.use_wrapper {
    background: var(--grey);
}

.use_item {
    border-radius: 20px;
    background: #fff;
}

.use_item-content {
    padding: 40px;
}

.use_item._use-1 .use_item-content {
    padding-bottom: 2px;
}

.use_item-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 20px;
}

.use_item-text {
    line-height: 26px;
}

.use_item img {
    border-radius: 0px 0px 20px 20px;
}

.full_width.brands h2 {
    text-align: center;
}

.brands_block {
    display: flex;
    gap: 25px;
    text-align: center;
}

.brands_item-text {
    line-height: 20px;
    font-size: 14px;
    margin-top: 30px;
}

.full_width.zamer_form_wrapper {
    width: 1720px;
    margin: 0 auto;
    /*background-image: url(/images/zamer-form-bg.jpg);*/
    padding: 60px 0 120px 0;
    border-radius: 20px;
    background-position: top;
    background-repeat: no-repeat;
    background-color: var(--green);
    background-size: contain;
    max-width: 100%;
    position: relative;
}

.full_width.zamer_form_wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    left: 0px;
    background-image: url(/images/zamer-form-bg.jpg);
    height: 492px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px 20px 0px 0px;
}

.zamer_block {
    display: flex;
    gap: 103px;
    position: relative;
    color: #fff;
}

.zamer_form {
    border-radius: 20px;
    padding: 70px;
    background: #fff;
    position: relative;
}

.zamer_form-groups {
    display: flex;
    gap: 20px;
}

#slCallBack_form-id124 .form-group {
    min-width: 392px;
}

#slCallBack_form-id124 .form-control {
    height: 52px;
}

#slCallBack_form-id124 .mButton {
    height: 52px;
    background: var(--root);
}

.zamer_form-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 30px;
    text-align: center;
}

.zamer_left-title {
    margin-top: 60px;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 30px;
}

.zamer_left-text {
    font-size: 20px;
    line-height: 30px;
}

.zamer_acc {
    border-radius: 81px;
    background: #ECE49D;
    width: 162px;
    height: 162px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: var(--root);
    position: absolute;
    top: 158px;
    z-index: 10;
    left: -59px;
    gap: 3px;
}

.zamer_right {
    position: relative;
    margin-right: 60px;
}

.zamer_acc-title {
    line-height: 22px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    text-align: center;
}

.zamer_acc-text {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.closet_item-img {
    height: 370px;
    background-size: cover;
    background-position: center;
    transition: 0.2s all;
}

.closet_item-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.closet_item {
    height: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.closet_item-button {
    margin-top: auto;
}

.closet_item-button {
    margin-top: auto;
    font-weight: 400;
    height: 36px;
    gap: 6px;
    border-radius: 4px;
    padding: 0 14px;
}

.full_width.closets {
    background: var(--grey);
    border-radius: 20px 20px 0 0;
    padding-bottom: 60px;
}

#doors_modal .modal-dialog {
    max-width: 1180px;
}

.doors_modal-slider--item {
    height: 568px;
    background-size: cover;
    background-position: top center;
    margin: 0 10px;
    border: 1px solid #efefef;
}

.doors_modal-slider--item img {

}

.doors_modal-slider--wrapper {
    position: relative;
    height: 600px; 
    padding: 0 20px;
}

.preloader {
    position: absolute;
    left: 0;
    top: 0;
    background: #e0e0e0;
    z-index: 1001;
    width: 100%;
    height: 100%;
    transition: 0.2s all;
    border-radius: 0;
}

.preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: var(--green);
    border-radius: 100%;
    width: 35px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-bounce {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

._overflow-hidden {
    overflow: hidden;
}

._hidden-arrows {
    opacity: 0 !important;
}

.doors_modal-arrows.doors_slider-arrow {
    position: absolute;
    z-index: 5;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.2s all;
}

.doors_modal-arrows.doors_slider-arrow._prev {
    left: 30px;
}

.doors_modal-arrows.doors_slider-arrow._next {
    right: 30px;
}

.doors_modal-slider .slick-dots {
    bottom: -30px;
}

.closet_modal-content {
    padding: 40px 170px 60px 170px;
}

.closet_modal-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 40px;
    text-align: center;

    padding: 0 17rem;
}

.closet_modal-textHidden {
    display: none;
    margin-bottom: 10px;
    margin-top: 20px;
}

.closet_modal-more--text {
    color: #0C5EFF;
    font-size: 16px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.2s all;
}

.closet_modal-more._closet_modal-more svg {
    transform: rotate(180deg);
}

.dis_proj-title {
    color: #fff;
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 30px;
}

.dis_proj-block {
    padding: 60px 170px;
    background: var(--green);
}

#slCallBack_form-id126 .mButton {
    background: var(--root);
}

#slCallBack_form-id129 .sl_policy a,
#slCallBack_form-id129 .sl_policy,
#slCallBack_form-id126 .sl_policy a,
#slCallBack_form-id126 .sl_policy {
    color: #fff;
}

#slCallBack_form-id129 .sl_policy {
    margin-top: 10px;
}

.full_width.reviews {
    background: var(--grey);
}

.full_width.reviews h2 {
    text-align: center;
}

.reviews_slider-item {
    margin: 0 15px;
    border-radius: 8px;
}

.reviews_slider-arrows {
    position: absolute;
    top: 50%;
    z-index: 5;
    transform: translateY(-50%);
    cursor: pointer;
    transition: 0.2s all;
}

.reviews_slider-arrows._prev {
    left: -90px;
}

.reviews_slider-arrows._next {
    right: -90px;
}

.reviews_slider .slick-list {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.full_width.footer_fileform {
    background-image: url(/images/b-f-bg.jpg);
    background-size: cover;
    background-position: top center;
}

.bottom_fileform-content {
    max-width: 700px;
}

.bottom_fileform-wrapper {
    border-radius: 20px;
    background: #fff;
    padding: 60px;
    position: relative;
}

.bottom_fileform-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 44px;
    margin-bottom: 20px;
}

.bottom_fileform-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 30px;
}

.bottom_fileform-wrapper:before {
    content: '';
    position: absolute;
    right: 30px;
    top: -64px;
    background-image: url(/images/b-f-mobile.png);
    width: 310px;
    height: 601px;
}

.full_width.work_start {
    background-image: url(/images/w-s-bg.jpg);
    background-size: cover;
    background-position: top center;
}

.full_width.work_start h2 {
    color: #fff;
    text-align: center;
}

.work_start-item {
    border-radius: 8px;
    background: var(--grey);
    padding: 30px 30px 40px 30px;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
}

.work_start-item--title {
    height: 76px;
    width: 76px;
    background: #fff;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    margin: 0px auto 20px auto;
}

.work_start-item--numberText {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.24px;
    text-transform: uppercase;
}

.work_start-item--number {
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
}

.work_start-item--text {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}

.work_start-item .mButton {
    font-weight: 700;
    height: 44px;
    padding: 0 20px;
    margin-top: auto;
}

.work_start-item--textF {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 8px;
    align-items: center;
}

.work_start-item--textF span {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
}

.whatsapp_button {
    background: #44C554;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 8px;
    width: max-content;
    transition: 0.2s all;
}

.whatsapp_button:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(68, 197, 84, 0.70);
}

.work_start-item--textF .email_copy {
    color: var(--green);
}

.email_copy:hover {
    color: #4F906C;
}

.full_width.visit h2 {
    /*margin-bottom: 30px;*/
    /*font-size: 40px;*/
    /*line-height: 44px;*/
}

.visit_block-left {
    max-width: 575px;
}

.visit_block {
    display: flex;
    justify-content: space-between;
    gap: 54px;
    position: relative;
    z-index: 5;
    margin-bottom: 78px;
}

.visit_block-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 90px;
}

.visit_block-right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.visit_block-right img {
    max-width: 100%;
}

.full_width.visit {
    background: var(--grey);
    position: relative;
}

.white_line {
    height: 1106.5px;
    width: 100%;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 0;
    pointer-events: none;
    background-image: url(/images/white-line.png);
}

.contacts_content-addrr {
    font-size: 20px;
    line-height: 30px;
}

.contacts_content-phone {
    color: var(--root);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    transition: 0.2s all;
}

.contacts_content-mail {
    color: var(--green);
    font-size: 20px;
    line-height: 30px;
    text-decoration-line: underline;
}

.contacts_content {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.contacts_block-map {
    height: 485px;
    flex-grow: 1;
    border-radius: 8px;
    overflow: hidden;
}

.contacts_block {
    display: flex;
    gap: 80px;
}

.emp_img {
    height: 300px;
    border-radius: 4px;
    background-size: cover;
    background-position: top center;
}

.emp_item {
    margin-bottom: 50px;
}

.emp_item-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 10px;
}

.emp_item-job {
    color: #9D9D9D;
    font-size: 14px;
    line-height: 20px;
}

.full_width.emp h2 {
    text-align: center;
}

.full_width.emp {
    padding-bottom: 70px;
}

.footer_form-block {
    display: flex;
}

.full_width.footer {
    background: #282828;
}

.footer_form-left {
    color: #fff;
}

.footer_form-left h2 {
    margin-bottom: 20px;
}

.footer_form-text {
    line-height: 26px;
}

.copyright_text {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
}

.copyright_block {
    display: flex;
    align-items: center;
    gap: 236px;
}

.copyright {
    padding: 30px 0;
}

#slCallBack-input_text-129 {
    height: 92px;
}

.modal-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 10px;
}

.form_text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 20px;
}

.close.showYTVideoModal_close {
    right: 0;
    top: -50px;
    background: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.close.showYTVideoModal_close img {
    max-width: 21px;
}

.closet_modal-more:hover {
    opacity: 0.7;
}

.modal-open .modal {
    padding: 0 20px;
}

.contacts_content-s,
.contacts_content-f {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.swal2-popup {
    border-radius: 0px !important;
    padding: 40px 20px !important;
    max-width: 381px !important;
}

.openModal_item:hover .closet_item-img {
    opacity: 0.7;
}

.closet_slider-link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.header_subTitle {
    font-size: 30px;
    line-height: 107%;
    margin-bottom: 40px;
}

.doors_modal-slider .slick-list {
    padding-right: 17rem;
}

.doors_modal-slider._half-width .slick-list {
    padding-right: 34rem;
}

.header_title span {
    color: var(--green);
}

.header_discount span {
    color: var(--green);
}