

/* Start:/local/templates/mrdoors2025/components/bitrix/breadcrumb/white/style.css?1770415662730*/
.breadcrumb_block {
    /* margin-top: 170px; */
    margin-bottom: 40px;
    width: min(100%, 1920px);
}
.breadcrumb_item_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}
.breadcrumb_item {
    display: flex;
    align-items: center;
    gap: 3px;
}
.breadcrumb_item span, .breadcrumb_item a {
    font-family: Cera Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    vertical-align: middle;
    color: #F5F5F5;
}
.semicolon_breadcrumb {
    height: 10px;
}
.breadcrumb_item img, .semicolon_breadcrumb img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
}
/* End */


/* Start:/local/templates/mrdoors2025/components/bitrix/news/sale/bitrix/news.list/sale_list/style.css?17704156623393*/
.listing_cards {
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.listing_card {
    flex: 0 0 calc(50% - 10px);
    background-color: #000000c9;
}
.listing_card a {
    position: relative;
}
.listing_img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 610 / 383;
}
.listing_img img {
    width: 100%;
}
.listing_img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    background: linear-gradient(to top, rgba(0,0,0,0.6) 0%, transparent 60%);
    pointer-events: none;
}
.listing_text_block {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
    align-items: end;
}
.listing_text_block_right {
    font-family: Cera Pro;
    font-weight: 700;
    font-size: 96px;
    line-height: 75px;
    text-transform: uppercase;
    color: #F5F5F5;
    margin-top: auto;
}
.listing_text_title {
    font-family: Cera Pro;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #F5F5F5;
    margin-bottom: 10px;
}
.city_name {
    font-family: Cera Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #BABABA;
}
.listing_text_material {
    font-family: Cera Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #BABABA;
}
.listing_text_price {
    font-family: Cera Pro;
    margin-top: 8px;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #BABABA;
}
.listing_text_price span.old_price {
    font-size: 18px;
    text-decoration: line-through;
    text-transform: uppercase;
    margin-right: 10px;
}
.listing_text_price span.current_price {
    color: #F5F5F5;
    font-size: 18px;
    text-transform: uppercase;
}
.listing_form_block {
    background-color: #4C4A44;
    position: relative;
}
.listing_form_block_text {
    position: absolute;
    display: flex;
    justify-content: space-between;
    left: 20px;
    bottom: 20px;
    align-items: end;
    width: calc(100% - 40px);
}
.listing_text {
    font-family: Cera Pro;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
    color: #F5F5F5;
    width: min(70%, 260px);
}
.listing_button button {
    font-family: Cera Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #F5F5F5;
}
@media screen and (max-width: 1100px) {
    .listing_text_block_right {
        font-size: 40px;
        line-height: 30px;
    }
}
@media screen and (max-width: 768px) {
    .listing_card {
        flex: 0 0 100%;
        min-height: 180px;
    }
    .listing_text_title {
        font-size: 14px;
    }
    .listing_text_block_right {
        font-size: 64px;
    }
    /* .listing_text_material, .listing_text_price {
        display: none;
    } */
    .listing_form_block {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .listing_text_block_right {
        font-size: 48px;
    }
}
@media screen and (max-width: 400px) {
    .listing_text_price {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
}
/* End */


/* Start:/local/components/cmd_u/filter/templates/standart/style.css?17631066225115*/
.filter_block {
    position: relative;
    font-family: "Cera Pro", sans-serif;
}
.filter_block_with_city {
    display: flex;
    justify-content: space-between;
}
.set_city {
    padding: 3px 10px;
    font-family: Cera Pro;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    border: 1px solid #4C4A44;
    display: flex;
    align-items: center;
    color: #4C4A44;
    height: 100%;
    cursor: pointer;
    transition: 0.3s;
}
.filter_button button {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px;
    background: #3D3C37;
    cursor: pointer;
    transition: 0.3s;
    color: #F5F5F5;
}
.filter_button button:hover {
    /* background: #eaeaea; */
}

.filter_body_cont {
    position: fixed;
    top: 0;
    left: -400px;
    width: min(400px, calc(100% - 100px));
    height: 100vh;
    background: #fff;
    box-shadow: 2px 0 10px rgba(0,0,0,0.2);
    transition: left 0.3s ease;
    z-index: 10000;
    overflow-y: auto;
}
.filter_body_cont.active {
    left: 0;
}
.filter_close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}
.filter_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9000;
}


.filter_overlay.active {
    display: block;
}
body.filter-open {
    overflow: hidden;
}

.filter_body {
    padding: 52px 20px;
}
.filter_div + .filter_div {
    margin-top: 20px;
}

.filter_name {
    font-family: Cera Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    text-transform: uppercase;
    color: #111111;
    margin-bottom: 20px;
}

.filter_values_checkboxes .filter_value {
    margin-bottom: 10px;
}

.filter_value label {
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 10px;
}

.checkbox_element {
    display: none;
}

.custom_checkbox {
    width: 20px;
    height: 20px;
    border: 1px solid #000000;
    position: relative;
}

.checkbox_element:checked + .custom_checkbox {
    background: #007bff;
    border-color: #007bff;
}
.checkbox_element:checked + .custom_checkbox::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.filter_value input[type="checkbox"]:disabled + .custom_checkbox {
    opacity: 0.4;
    cursor: not-allowed;
}
.filter_value input[type="checkbox"]:disabled ~ .custom_checkbox_name {
    opacity: 0.5;
    cursor: not-allowed;     
}
.color_item input[type="checkbox"]:disabled + img,
.color_item input[type="checkbox"]:disabled + span {
    opacity: 0.4;
    cursor: not-allowed;
    pointer-events: none;
}
.filter_value input[type="checkbox"]:disabled ~ .custom_checkbox_name {
    opacity: 0.5;
    cursor: not-allowed;
}

.filter_values_colors {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.color_item {
  display: inline-block;
  cursor: pointer;
}

.color_item input {
  display: none;
}

.color_item img {
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid transparent;
    transition: 0.2s;
    -webkit-box-shadow: 2px 2px 4px 0px rgba(66, 68, 90, 1);
    -moz-box-shadow: 2px 2px 4px 0px rgba(66, 68, 90, 1);
    box-shadow: 2px 2px 4px 0px rgba(66, 68, 90, 1);
}

.color_item input:checked + img {
  border: 1px solid #007bff;
  box-shadow: 0 0 0 3px rgba(0,123,255,0.3);
}
.filter_list {
    margin-bottom: auto;
}
.apply_filt {
    margin-top: 20px;
    position: sticky;
    bottom: 0px;
    background-color: #fff;
    padding: 20px;
}

.city_sale_cont {
    position: relative;
    margin-left: auto;
}
.city_list_cont {
    display: none;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 1000;
    width: 550px;
    background-color: #F5F5F5;
    padding: 60px 20px 20px;
    box-shadow: 1px 3px 10px 2px;
}
.city_list_cont.active {
    display: block;
}
.sale_city_list_close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.sale_city_list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 25px;
    row-gap: 20px;
}
.sale_city_item {
    flex-grow: 0;
    width: calc(33% - 15px);
    font-family: Cera Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    vertical-align: middle;
    color: #4C4A44;
    cursor: pointer;
}
.sale_city_item[disabled] {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}
@media screen and (max-width: 650px) {
    .city_list_cont {
        position: fixed;
        top: 10px;
        left: 10px;
        width: calc(100% - 20px);
    }
    .sale_city_item {
        width: calc(50% - 13px);
    }
}
/* End */


/* Start:/local/templates/mrdoors2025/components/bitrix/news.list/feedback/style.css?17704156622907*/
section.feedback {margin-top: 80px;padding: 0 100px;display: flex;flex-direction: column;gap: 40px;}@media (max-width: 768px) {section.feedback {padding: 0 0 0 80px;}}@media (max-width: 480px) {section.feedback {margin-top: 60px;padding: 0 20px;}}.feedback__title {color: #4C4A44;font-family: "Cera Pro";font-size: 36px;font-style: normal;font-weight: 500;line-height: normal;text-transform: uppercase;}.feedback-swiper-wrapper {position: relative;}.feedbackSwiper {width: 100%;height: 500px;}.feedbackSwiper .swiper-slide {background-size: cover;background-position: center;position: relative;overflow: hidden;display: flex;align-items: flex-end;}.feedback-slide-content {background: linear-gradient(0deg, rgb(17 17 17) 15%, rgb(17 17 17 / 8%) 90%, rgb(17 17 17 / 0%) 100%);padding: 20px 40px;width: 100%;display: flex;flex-direction: column;gap: 15px;}.feedback-stars-wrapper {display: flex;gap: 5px;}.feedback-client-info {display: flex;flex-direction: column;gap: 8px;}.feedback-client-name {color: var(--White-Background, #F5F5F5);font-family: "Cera Pro";font-size: 14px;font-style: normal;font-weight: 500;line-height: 150%;text-transform: uppercase;}.feedback-client-comment {color: var(--White-Background, #F5F5F5);font-family: "Cera Pro";font-size: 12px;font-style: normal;font-weight: 400;line-height: 150%;}.feedback-info-buttons {display: flex;justify-content: space-between;align-items: center;}.feedback-button-wrapper {display: none;gap: 20px;margin-right: 20px;}.feedback-button-prev, .feedback-button-next {width: 50px;height: 50px;flex-shrink: 0;border-radius: 50%;border: 1px solid #4C4A44;display: flex;align-items: center;justify-content: center;}.feedback-button-prev {position: absolute;top: 50%;left: -70px;transform: translateY(-50%);z-index: 2;}.feedback-button-next {position: absolute;top: 50%;right: -70px;transform: translateY(-50%);z-index: 2;}.feedback-link-footer-mobile {color: #4C4A44;text-align: center;font-family: "Cera Pro";font-size: 20px;font-style: normal;font-weight: 400;line-height: 100%;padding: 4px 0;}@media (max-width: 480px) {.feedback-link-footer-mobile {font-size: 16px;}}@media (max-width: 1160px) {.feedbackSwiper {height: 310px;}}@media (max-width: 1024px) {.feedback-button-prev, .feedback-button-next {width: 30px;height: 30px;}.feedback-button-prev img, .feedback-button-next img {width: 14px;height: 14px;}.feedback-button-prev {left: -50px;}.feedback-button-next {right: -50px;}.feedback__title {font-size: 24px;}}@media (max-width: 768px) {.feedback-swiper-wrapper .feedback-button-prev, .feedback-swiper-wrapper .feedback-button-next {display: none;}.feedback-button-wrapper {display: flex;}.feedback-button-wrapper .feedback-button-prev, .feedback-button-wrapper .feedback-button-next {position: static;transform: none;}.feedback-slide-content {padding: 20px 20px;gap: 10px;}}@media (max-width: 450px) {.feedback-slide-content {padding: 10px;}}
/* End */


/* Start:/local/templates/mrdoors2025/components/bitrix/news.list/faq/style.css?17704156621925*/
section.faq {margin-top: 80px;}@media (max-width: 480px) {section.faq {margin-top: 60px;}}.faq__accordion-item {position: relative;-webkit-tap-highlight-color: transparent;}.faq__accordion-item:last-child {margin-bottom: 0;}.faq__accordion-item:first-child .faq__accordion-header {border-top: 1px solid #BABABA;}.faq__accordion-header {display: flex;justify-content: space-between;align-items: center;gap: 12px;height: auto;padding: 16px 10px;background-color: transparent;cursor: pointer;color: var(--Medium-Gray, #4C4A44);font-family: "Cera Pro";font-size: 18px;font-style: normal;font-weight: 400;line-height: 150%;text-transform: uppercase;position: relative;border-bottom: 1px solid #BABABA;}.faq__accordion-icon {right: 20px;transition: transform 0.5s ease, color 0.5s ease;width: 26px;min-width:25px;height: 26px;}.faq__accordion-icon path {fill: #4C4A44;}.faq__accordion-item--active .faq__accordion-icon {transform: rotate(-90deg);}.faq__accordion-header:hover, .faq__accordion-item--active .faq__accordion-icon path {background-color: #4C4A44;color: #F5F5F5;}.faq__accordion-header:hover .faq__accordion-icon path {fill: #F5F5F5;}.faq__accordion-item--active .faq__accordion-header, .faq__accordion-icon path {background-color: #4C4A44;color: #F5F5F5;}.faq__accordion-item--active .faq__accordion-header .faq__accordion-icon path {fill: #F5F5F5;}.faq__accordion-content {position: relative;overflow: hidden;max-height: 0;transition: max-height 0.6s ease;color: #0E0E0E;}.faq__accordion-content p {padding: 20px;color: var(--Medium-Gray, #4C4A44);font-family: Inter;font-size: 16px;font-style: normal;font-weight: 400;}.faq__link {color: #0E0E0E;text-decoration: underline;font-weight: 600;transition: color 0.3s ease;}.faq__accordion-text {display: block;word-break: break-word;}@media (max-width: 768px) {.faq__accordion-header {font-size: 12px;padding: 12px 10px;}.faq__accordion-icon {width: 16px;height: 16px;}}
/* End */


/* Start:/local/components/cmd_u/forms/templates/page_form/style.css?17645105685367*/
.consultation {position: relative;overflow: hidden;background-repeat: no-repeat, no-repeat;background-size: cover;background-position: center;margin-top: 80px;}@media (max-width: 480px) {.consultation {margin-top: 60px;}}.consultation::before {content: "";position: absolute;left: -173px;bottom: -340px;width: 1037px;height: 1037px;border-radius: 1037px;background: radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0) 100%);pointer-events: none;}div.consultation__wrapper {position: relative;display: flex;align-items: center;justify-content: space-between;gap: 40px;color: #fff;z-index: 1;padding-top: 80px;padding-bottom: 80px;}.consultation__title {color: #F5F5F5;font-size: 36px;font-style: normal;font-weight: 500;line-height: 39px;text-transform: uppercase;max-width: 520px;}.consultation__subtitle {color: #F5F5F5;font-size: 16px;font-style: normal;font-weight: 400;line-height: 20px;max-width: 259px;}.list_files {display: flex;flex-direction: column;gap: 10px;}.list_file {display: flex;align-items: center;gap: 5px;}.list_file img {width: 54px;height: 54px;}.list_file_name {font-weight: 500;font-style: Medium;font-size: 24px;line-height: 100%;letter-spacing: 0%;text-decoration: underline;text-decoration-style: solid;text-decoration-thickness: 0%;text-decoration-skip-ink: auto;color: #FFFFFF;}.consultation__content {display: flex;flex-direction: column;gap: 40px;}.consultation__form {background: #4C4A44;padding: 40px;display: flex;flex-direction: column;gap: 40px;max-width: 480px;width: 100%;}.form_title {font-weight: 700;font-style: Bold;font-size: 16px;line-height: 100%;text-transform: uppercase;color: #F5F5F5;}.consultation__inputs {display: flex;flex-direction: column;gap: 28px;}.div_input {width: 100%;position: relative;}.div_input input {width: 100%;}.required-icon {right: 0px;top: 0px;position: absolute;font-size: 20px;color: #D11B1D;}.consultation__form input[type=text], .consultation__form input[type=tel], .consultation__form input[type=email] {background: transparent;border: none;border-bottom: 1px solid #BABABA;padding-bottom: 16px;font-size: 16px;font-style: normal;font-weight: 250;line-height: 100%;}.consultation__form input::placeholder, .consultation__form textarea::placeholder {color: #BABABA;}.consultation__checkbox-input[type=checkbox] {-webkit-appearance: none;-moz-appearance: none;appearance: none;width: 20px;height: 20px;border: 1px solid #F4F1EA;position: relative;border-radius: 0;flex-shrink: 0;cursor: pointer;}.consultation__checkbox-input[type=checkbox]:checked::after {content: "";position: absolute;left: 50%;top: 50%;width: 5px;height: 10px;border: solid #F4F1EA;border-width: 0 2px 2px 0;transform: translate(-50%, -65%) rotate(45deg);}.consultation__checkbox {display: flex;align-items: center;gap: 13px;color: #F4F1EA;font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;}.consultation__checkbox a {color: #F4F1EA;font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;text-decoration-line: underline;text-decoration-style: solid;text-decoration-skip-ink: auto;text-decoration-thickness: auto;text-underline-offset: auto;text-underline-position: from-font;text-decoration: underline;}.consultation__form button {position: relative;display: flex;padding: 20px 24px;justify-content: center;align-items: center;gap: 10px;align-self: stretch;background: #F5F5F5;color: #111;text-align: center;font-size: 16px;font-style: normal;font-weight: 400;line-height: 100%;text-transform: uppercase;}.consultation__form button:hover {text-decoration: underline;text-underline-offset: 4px;}.form_textarea {background: transparent;border: none;border-bottom: 1px solid #BABABA;padding-bottom: 16px;color: #BABABA;font-size: 16px;font-style: normal;font-weight: 250;line-height: 100%;outline: none;resize: none;height: 50px;}.checkboxes_new {display: flex;flex-direction: column;gap: 10px;}.checkbox_item_input[type=checkbox] {-webkit-appearance: none;-moz-appearance: none;appearance: none;width: 20px;height: 20px;border: 1px solid #F4F1EA;position: relative;border-radius: 0;flex-shrink: 0;cursor: pointer;}.checkbox_item_input[type=checkbox]:checked::after {content: "";position: absolute;left: 50%;top: 50%;width: 5px;height: 10px;border: solid #F4F1EA;border-width: 0 2px 2px 0;transform: translate(-50%, -65%) rotate(45deg);}.checkbox_item {display: flex;align-items: center;gap: 13px;color: #F4F1EA;font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;}.checkbox_item span a {color: #F4F1EA;font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;text-decoration-line: underline;text-decoration-style: solid;text-decoration-skip-ink: auto;text-decoration-thickness: auto;text-underline-offset: auto;text-underline-position: from-font;text-decoration: underline;}@media (min-width: 1441px) {.consultation__form {max-width: 600px;width: 100%;}}@media (max-width: 860px) {.consultation__wrapper {flex-direction: column;}.consultation__wrapper {align-items: start;}.consultation__form {max-width: 100%;width: 100%;}}@media screen and (max-width: 768px) {.list_file_name {font-size: 20px;}.consultation__title {font-size: 24px;}}@media screen and (max-width: 480px) {.list_file img {width: 36px;height: 36px;}.list_file_name {font-size: 14px;}}@media (max-width: 360px) {.consultation__form button {font-size: 16px;}}
/* End */
/* /local/templates/mrdoors2025/components/bitrix/breadcrumb/white/style.css?1770415662730 */
/* /local/templates/mrdoors2025/components/bitrix/news/sale/bitrix/news.list/sale_list/style.css?17704156623393 */
/* /local/components/cmd_u/filter/templates/standart/style.css?17631066225115 */
/* /local/templates/mrdoors2025/components/bitrix/news.list/feedback/style.css?17704156622907 */
/* /local/templates/mrdoors2025/components/bitrix/news.list/faq/style.css?17704156621925 */
/* /local/components/cmd_u/forms/templates/page_form/style.css?17645105685367 */
