

/* Start:/local/templates/mrdoors2025/components/bitrix/breadcrumb/standart/style.css?1781019200916*/
.breadcrumb_block {
    max-width: 1920px;
    margin: 110px auto 40px;
    padding: 0px 100px;
}
.breadcrumb_item_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-wrap: wrap;
    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-style: Regular;
    font-size: 14px;
    leading-trim: CAP_HEIGHT;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #3D3C37;
}
.semicolon_breadcrumb {
    height: 10px;
}
@media screen and (max-width: 768px) {
    .breadcrumb_block {
        padding: 0px 80px;
        margin: 120px auto 30px;
    }
}
@media screen and (max-width: 480px) {
    .breadcrumb_block {
        padding: 0px 20px;
        margin: 90px auto 20px;
    }
}
/* End */


/* Start:/local/components/pixelplus/favorites/templates/favorites/style.css?17881796071982*/
.favorites-page {
    min-height: 60vh;
    padding: 0 0 80px;
}

.favorites-page__title {
    margin: 28px 0 0;
    color: #252525;
    font-family: Cera Pro, sans-serif;
    font-size: clamp(36px, 5vw, 64px);
    font-weight: 500;
    line-height: 1;
}

.favorites-page__actions {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0 24px;
}

.favorites-page__clear-btn.hero__content-button {
    display: inline-block;
    color: #111;
    text-align: center;
    font-family: "Cera Pro", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    background: rgba(245, 245, 245, 0.7);
    border: none;
    padding: 14px 24px;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s ease;
}

.favorites-page__clear-btn.hero__content-button:hover {
    background-color: #ffffff;
    color: #2c3e50;
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

@media (max-width: 1366px) {
    .favorites-page__clear-btn.hero__content-button {
        font-size: 16px;
        padding: 9px 18px;
    }
}

@media (max-width: 1199px) {
    .favorites-page__clear-btn.hero__content-button {
        font-size: 14px;
        padding: 9px 12px;
    }
}

.favorites-page__cards { min-height: 180px; }

.favorites-page__status {
    width: 100%;
    margin: 48px 0;
    color: #777;
    font-family: Cera Pro, sans-serif;
    font-size: 18px;
    text-align: center;
}

@media (max-width: 579px) {
    .favorites-page { padding: 110px 0 48px; }
    .favorites-page__title { margin-top: 18px; font-size: 36px; }
    .favorites-page__actions {
        margin: 16px 0 20px;
        justify-content: stretch;
    }
    .favorites-page__clear-btn.hero__content-button {
        width: 100%;
        font-size: 12px;
        padding: 9px 17px;
    }
    .favorites-page__cards { margin-top: 28px; }
}

.favorites-page .breadcrumb_block {
    padding: 0;
}
/* End */


/* Start:/local/templates/mrdoors2025/components/bitrix/news/catalog/bitrix/news.list/list/style.css?17881796078213*/
.custom_cont_page {
    padding: 35px 0px;
    margin-top: 110px;
    position: relative;
    margin-bottom: 40px;
}
.custom_cont_page_img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-position: center;
}
.custom_cont_page_img::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 1) 0%, transparent 100%);
    pointer-events: none;
}
.custom_position {
    z-index: 10;
    position: relative;
}
.banner_items {
    display: flex;
    gap: 20px;
}
.h1_pages {
    color: #F5F5F5;
    background-position: center;
}
.banner_item span {
    font-family: Cera Pro;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #F5F5F5;
}
.banner_item .slesh {
    margin-right: 20px;
}
.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 {
    display: block;
}
.listing_card a {
    position: relative;
}
.listing_img {
    position: relative;
    overflow: hidden;
    aspect-ratio: 610 / 383;
}
.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_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 0.3s all;
}
.listing_img:hover img {
    scale: 1.03;
}

.listing__wrap {
    position: absolute;
    z-index: 9;
    bottom: 0;
    padding: 0 20px 20px 20px;
    width: 100%;
}
@media (max-width: 576px) {
    .listing__wrap {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 8px;
        height: 100%;
    }
}

.listing__layer {
    display: grid;
    grid-template-columns: 2fr 1fr;
    align-items: flex-end;
    gap: 10px;
}

.listing_text_title {
    font-family: Cera Pro;
    font-weight: 700;
    font-style: 700;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #F5F5F5;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px black, -1px -1px 2px black, 0 0 4px rgba(0, 0, 0, 0.8);
}
.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;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #BABABA;
}
.listing_text_price span {
    color: #F5F5F5;
}
.listing_form_block {
    background-color: #4C4A44;
    position: relative;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
}
.listing_form_block a {
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
}
.listing_form_block_text {
    position: absolute;
    display: flex;
    justify-content: space-between;
    left: 20px;
    bottom: 60px;
    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;
}

@media (max-width: 1280px) {
    .listing_text {
        font-size: 20px;
    }
}

.listing_button button {
    font-family: Cera Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #F5F5F5;
    border-bottom: 1px solid transparent;
    transition: 0.3s all
}
.listing_form_block:hover .listing_button button {
    border-color: #F5F5F5;
}
@media screen and (max-width: 1024px) {
    .custom_cont_page {
        margin-bottom: 0px;
        padding-bottom: 0px;
    }
    .custom_cont_page_img {
        display: none;
    }
    .custom_position .breadcrumb_block * {
        color: #3D3C37;
    }
    .custom_position .h1_pages {
        color: #111111;
    }
    .breadcrumb_item img, .semicolon_breadcrumb img {
        filter: unset;
    }
    .banner_items {
        display: none;
    }
}
@media screen and (max-width: 991px) {
    .listing_card {
        flex: 0 0 100%;
    }
    .listing_text_title {
        font-size: 14px;
    }
    .listing_text_material {
        display: none;
    }
    .listing_form_block {
        display: none;
    }
}

.listing_main-props {
    margin-top: 20px;
}
@media screen and (max-width: 576px) {
    .listing_main-props {
        margin-top: 0;
        position: absolute;
        top: 8px;
    }
}

.listing_main-props ul {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    font-family: 'CeraPRO-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}

.listing_main-props ul li {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    max-width: 140px;
    padding: 3px 10px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(2px);
}

.listing__footer {
    margin-top: auto;
}
@media screen and (max-width: 576px) {
    .listing__footer {
        margin-top: auto;
    }
}

/* theme-white */

.theme-white .listing_card {
    background: #fff;
}

.theme-white .listing__wrap {
    position: relative;
    padding: 30px;
    background: #fff;
    min-height: 178px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: normal;
}

@media (max-width: 1199px) {
    .theme-white .listing__wrap {
        padding: 20px;
    }
}

.theme-white .listing_main-props {
    position: unset;
    margin: 0 0 15px 0;
}


@media (max-width: 480px) {
    .theme-white .listing_img {
        aspect-ratio: 2 / 2;
    }
}

.theme-white .listing__header {
    position: absolute;
    bottom: 20px;
    margin: 0 30px;
    z-index: 1;
}
@media (max-width: 1199px) {
    .theme-white .listing__header {
        margin: 0 20px;
    }
}

.theme-white .listing_text_title {
    text-shadow: none;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .theme-white .listing_text_title {
        font-family: 'Cera Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 25px;
        color: #FFFFFF;
    }
}
@media (max-width: 576px) {
    .theme-white .listing_text_title {
        font-family: 'Cera Pro';
        font-style: normal;
        font-weight: 700;
        font-size: 18px;
        line-height: 23px;
        color: #FFFFFF;
    }
}

.theme-white .listing_text_desc {
    font-family: 'Cera Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #4C4A44;
    margin-bottom: 10px;
    overflow: hidden;
}

.theme-white .listing_text_desc br {
    display: none;
}


@media (max-width: 480px) {
    .theme-white .listing__layer {
        grid-template-columns: 1fr;
        gap: 20px;
    }
}
@media (max-width: 480px) {
    .theme-white .listing_card__btn-calculate-project-modal {
        justify-content: flex-start;
        grid-template-columns: 1fr;
    }
}

.theme-white .listing_text_block .listing_text_price span {
    color: #3D3C37;
    text-shadow: none;
}
@media (max-width: 991px) {
    .theme-white .listing_text_block .listing_text_price {
        font-size: 13px;
    }
}

.theme-white .listing_text_block .listing_text_price span.listing__text-bold {
    font-family: 'Cera Pro';
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    color: #3D3C37;
}

.theme-white span.hero__content-button {
    color: #fff;
    background: #3D3C37;
    transition: all .3s ease;
}

.theme-white span.hero__content-button:hover {
    color: #fff;
    background: #3D3C37;
    box-shadow: 0 5px 15px #bdbdbd;
}

@media (max-width: 991px) {
    .theme-white span.hero__content-button {
        font-size: 18px;
        padding: 14px 22px;
    }
}

@media (max-width: 480px) {
    .theme-white .listing_main-props ul {
        font-size: 11px;
    }
}

/* theme-white end */

/* End */
/* /local/templates/mrdoors2025/components/bitrix/breadcrumb/standart/style.css?1781019200916 */
/* /local/components/pixelplus/favorites/templates/favorites/style.css?17881796071982 */
/* /local/templates/mrdoors2025/components/bitrix/news/catalog/bitrix/news.list/list/style.css?17881796078213 */
