

/* Start:/local/templates/mrdoors2025/components/bitrix/breadcrumb/standart/style.css?1770415662916*/
.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/cmd_u/forms/templates/page_form_p/style.css?17635890605010*/
.form_p {
    max-width: 1920px;
    padding: 0px 100px;
    margin: 95px auto 0px;
}
.form_p_content {
    display: flex;
}
.form_p_form {
    min-width: 320px;
    width: 50%;
}
.left_img {
    width: 50%;
}
.left_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.page_form_c__form {
    background: #4C4A44;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    /* max-width: 480px; */
    width: 100%;
    height: 100%;
}

.page_form_c__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;
}
.page_form_c__form input[type=text],
.page_form_c__form input[type=tel],
.page_form_c__form input[type=email] {
    background: transparent;
    border: none;
    border-bottom: 1px solid #BABABA;
    padding-bottom: 16px;
    /* color: #BABABA; */
    font-family: "Cera Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 250;
    line-height: 100%;
    /* 16px */
}

.page_form_c__form input::placeholder {
    color: #BABABA;
}

.page_form_c__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;
}

.page_form_c__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);
}

.page_form_c__checkbox {
    display: flex;
    align-items: center;
    gap: 13px;
    color: #F4F1EA;
    font-family: "Cera Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.page_form_c__checkbox a {
    color: #F4F1EA;
    font-family: "Cera Pro";
    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;
}

.page_form_c__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-family: "Cera Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    margin-top: auto;
    /* 20px */
    text-transform: uppercase;
}

.page_form_c__form button:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
}
.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-family: "Cera Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.checkbox_item span a {
    color: #F4F1EA;
    font-family: "Cera Pro";
    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 (max-width: 860px) {
    .form_p_content {
        flex-direction: column;
    }
    .left_img {
        width: 100%;
    }
    .form_p_form {
        width: 100%;
    }
    .form_p_form {
        min-width: unset;
    }
    .page_form_c__form {
        max-width: unset;
    }
}
@media screen and (max-width: 768px) {
    .form_p {
        padding: 0px 80px;
    }
}
@media (max-width: 480px) {
    .form_p {
        padding: 0px 20px;
    }
}
@media (max-width: 360px) {
    .page_form_c__form button {
        font-size: 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/standart/style.css?1770415662916 */
/* /local/components/cmd_u/forms/templates/page_form_p/style.css?17635890605010 */
/* /local/components/cmd_u/forms/templates/page_form/style.css?17645105685367 */
