

/* Start:/local/templates/mrdoors2025/components/bitrix/news.detail/designer_detail/style.css?17704156624944*/
.discount_card_auth {
    font-family: Cera Pro;
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    vertical-align: middle;
    text-transform: uppercase;
    margin-top: -40px;
    margin-bottom: 80px;
}
.head_article {
    margin-bottom: 60px;
}
.head_article_title {
    font-family: Cera Pro;
    font-weight: 500;
    font-size: 24px;
    line-height: 100%;
    color: #4C4A44;
    margin-bottom: 20px;
}
.head_article_cont li {
    padding-left: 15px;
    position: relative;
    width: fit-content;
}
.head_article_cont li::before {
    content: '';
    position: absolute;
    display: block;
    background-color: #4C4A44;
    width: 10px;
    height: 10px;
    left: 0px;
    top: 3px;
}
.head_article_cont li a {
    font-family: Cera Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #4C4A44;
    border-bottom: 1px solid transparent;
}
.head_article_cont li:hover a {
    border-bottom-color: #4C4A44;
}
.discount_page_text {
    width: min(100%, 1086px);
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}
.discount_page_text_left, .discount_page_text_right {
    width: calc(50% - 30px);
}
.discount_page_text *, .advice_text * {
    font-family: Cera Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: justify;
    vertical-align: middle;
    color: #4C4A44;
}
.advice_text a img {
    max-width: 800px;
}
.discount_page_text b, .advice_text b {
    font-weight: 600;
}
.advice_text h2, h3 {
    margin: 20px 0px;
}
.advice_text h2 {
    font-size: 24px;
}
.advice_text h3 {
    font-size: 22px;
}
.advice_text ul {
    margin: 20px 0px;
}
.advice_text ul li {
    padding-left: 15px;
    position: relative;
    width: fit-content;
}
.advice_text ul li::before {
    content: '';
    position: absolute;
    display: block;
    background-color: #4C4A44;
    width: 10px;
    height: 10px;
    left: 0px;
    top: 3px;
}
.advice_text a {
    border-bottom: 1px solid transparent;
}
.advice_text a:hover {
    border-color: #4C4A44;
}
.advice_cards {
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.advice_card {
    display: block;
    width: calc(33.33% - 15px);
}
.advice_card_img img {
    width: 550px;
    aspect-ratio: 4 / 3;
}
.advice_card_name {
    width: fit-content;
}
.discount_big_img {
    width: 100%;
    margin: 0 auto 95px;
}
.discount_big_img img {
    width: 100%;
}
.swiper_port_nav {
    margin-top: 80px;
}
@media screen and (max-width: 1024px) {
    .advice_card {
        width: calc(50% - 10px);
    }
}
@media screen and (max-width: 768px) {
    .discount_page_text {
        flex-direction: column;
        gap: 40px;
    }
    .discount_page_text_left, .discount_page_text_right {
        width: 100%;
    }
    .advice_card {
        width: 100%;
    }
}

/* */

.discount_page_text,
.advice_text {
    width: 100%;
}

.discount_page_text h1,
.discount_page_text h2,
.discount_page_text h3,
.discount_page_text h4,
.discount_page_text h5,
.discount_page_text h6,
.advice_text h1,
.advice_text h2,
.advice_text h3,
.advice_text h4,
.advice_text h5,
.advice_text h6 {
    font-family: 'Cera Pro', sans-serif;
    font-weight: 400;
    font-size: 45px;
    line-height: normal;
    vertical-align: middle;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 50px;
    text-align: left;
}

.discount_page_text h1,
.advice_text h1 {

}

.discount_page_text h2,
.advice_text h2 {
    font-size: 30px;
}

.discount_page_text h3,
.advice_text h3 {
    font-size: 25px;
}

.discount_page_text h4,
.advice_text h4 {
    font-size: 25px;
}

.discount_page_text h5.
.advice_text h5 {
    font-size: 25px;
}

.discount_page_text h6,
.advice_text h6 {
    font-size: 25px;
}

.discount_page_text p,
.advice_text p {
    margin: 0 0 20px 0;
}

.discount_page_text b,
.discount_page_text b *,
.discount_page_text strong,
.discount_page_text strong *,
.advice_text b,
.advice_text b *,
.advice_text strong,
.advice_text strong * {
    font-weight: 700;
}

.discount_page_text img,
.advice_text img {
    margin-top: 50px;
    margin-bottom: 50px;

    display: block;
}

.discount_page_text ul,
.advice_text ul {
    list-style: none;
    margin-bottom: 20px;
    text-align: left;
}

.discount_page_text ul li,
.advice_text ul li {
    position: relative;

    list-style: none;

    font-weight: 700;
    padding-left: 20px;
    margin-top: 0;
    text-align: left;
}

.discount_page_text ul li + li,
.advice_text ul li + li {
    margin-top: 7px;
}

.discount_page_text ul li:before,
.advice_text ul li:before {
    content: '';

    display: block;
    width: 5px;
    height: 5px;

    background-color: currentColor;
    border-radius: 50%;

    position: absolute;
    left: 0;
    top: 7px;
}

@media (max-width: 767px) {
    .discount_page_text img,
    .advice_text img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
/* 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/news.detail/designer_detail/style.css?17704156624944 */
/* /local/components/cmd_u/forms/templates/page_form/style.css?17645105685367 */
