

/* Start:/local/templates/mrdoors2025/components/bitrix/news.list/page_single_top/style.css?17704156624272*/
.hero {
  background-color: var(--main-color);
}

.hero__wrapper {
  margin: 0 auto;
  width: 100%;
  height: 725px;
  display: flex;
  flex-direction: column;
  position: relative;
}
.single_page {
    height: 100%;
    position: absolute;
    width: 100%;
}
div.hero__content {
  z-index: 5;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  padding-top: 20px;
  padding-bottom: 40px;
  flex-direction: column;
  gap: 100px;
  align-self: stretch;
  justify-content: end;
}

.hero__content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.hero__content-title {
  max-width: 595px;
  color: var(--white);
  font-family: "Cera Pro";
  font-size: 54px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 59.4px */
  letter-spacing: -2.7px;
  text-transform: uppercase;
}
.hero_descr {
  font-family: Cera Pro;
  font-weight: 500;
  font-size: 24px;
  line-height: 100%;
  color: #F5F5F5;
  width: min(100%, 480px);
}
.hero__content-button {
  color: #111;
  text-align: center;
  font-family: "Cera Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  background: rgba(245, 245, 245, 0.7);
  display: flex;
  max-width: 360px;
  padding: 20px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.hero__button:hover {
  background-color: white;
  color: #2c3e50;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 255, 255, 0.3);
}

.hero__content-list-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.hero__content-list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #ccc;
}

.hero__content-list li {
  position: relative;
  white-space: nowrap;
  color: #BABABA;
  font-family: "Cera Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.hero__content-list li:not(:last-child) {
  padding-right: 30px;
}

.hero__content-list li:not(:last-child)::after {
  content: "|";
  position: absolute;
  right: 0px;
  color: #BABABA;
  font-family: "Cera Pro";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}

@media (max-width: 1050px) {
  .hero__content-list {
    grid-template-columns: repeat(2, auto);
  }
  .hero__content-list li:nth-child(2)::after {
    content: none;
  }
}
@media (max-width: 768px) {
  .hero__content-list {
    gap: 16px;
  }
  .hero__content-list li:not(:last-child) {
    padding-right: 20px;
  }
  .hero__content-list li {
    font-size: 12px;
  }
  .hero__content-title {
    font-size: 40px;
    max-width: 440px;
  }
  .hero__content-button {
    height: 34px;
    padding: 0;
    gap: 10px;
    max-width: 230px;
    font-size: 12px;
  }
  .hero__content-list li:not(:last-child)::after {
    font-size: 12px;
  }
  div.hero__content {
    gap: 40px;
  }
  .hero__wrapper {
    height: 463px;
  }
}
@media (max-width: 600px) {
  .hero__content-title {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .hero__wrapper {
    height: 727px;
  }
  .hero__content-list li:not(:last-child)::after {
    content: none;
  }
  .hero__content-list li:not(:last-child) {
    padding-right: 0;
  }
  .hero__content-list li:nth-child(4) {
    display: none;
  }
  .hero__content-list {
    grid-template-columns: repeat(3, auto);
  }
  .hero__content-wrapper {
    gap: 155px;
  }
  .hero__content-list-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .hero__content-list {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
  }
  .hero__content-button {
    max-width: 100%;
  }
  .hero__content-title {
    max-width: 400px;
    font-size: 40px;
  }
}
@media (max-width: 400px) {
  .hero__content-list {
    justify-content: center;
  }
}
/* End */


/* Start:/local/components/cmd_u/forms/templates/page_form_p_black/style.css?17635890705591*/
.form_p_black {
    background-color: #111;
    margin-top: 80px;
    padding: 100px 0px;
}
.form_b_center {
    max-width: 1920px;
    padding: 0px 100px;
    margin: 0px auto;
}
.form_p_content {
    display: flex;
}
.left_img {
    width: 50%;
}
.form_p_form {
    width: 50%;
    height: inherit;
}
.left_img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.page_form_c__form {
    background: transparent;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid;
    border-right: 1px solid;
    border-top: 1px solid;
    border-color: #F5F5F5;
}
.form_title {
    font-family: Cera Pro;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-transform: uppercase;
    color: #F5F5F5;
}
.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 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;
}

.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%;
    /* 20px */
    text-transform: uppercase;
    margin-top: auto;
}

.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%;
    }
    .left_img img {
        width: 100%;
    }
    .form_p_form {
        width: 100%;
    }
    .page_form_c__form {
        max-width: unset;
        border-top: unset;
        border-left: 1px solid #F5F5F5;;
    }
}
@media screen and (max-width: 768px) {
    .form_p_black {
        padding: 60px 0px;
    }
    .form_b_center {
        padding: 0px 80px;
    }
}
@media screen and (max-width: 480px) {
    .form_b_center {
        padding: 0px 20px;
    }
}
@media (max-width: 360px) {
    .page_form_c__form button {
        font-size: 16px;
    }
}
/* End */


/* Start:/local/templates/mrdoors2025/components/bitrix/news.list/full_width_swiper/style.css?17704156624155*/
.page_left_p {padding-left: 100px;}.black {background-color: #4C4A44;padding-top: 80px;padding-bottom: 80px;}.page_left_cont {max-width: 1920px;margin: 0 auto;}.swiper_block_wid {margin: 80px auto 0px;overflow: hidden;}.more_cont {width: min(100%, 1720px);margin: 0 auto;overflow: hidden;}.page_section_title {margin-bottom: 40px;font-family: Cera Pro;font-weight: 500;font-size: 36px;line-height: 100%;text-transform: uppercase;color: #4C4A44;}.page_section_descr {font-family: Cera Pro;font-weight: 400;font-style: Regular;font-size: 16px;line-height: 100%;color: #4C4A44;width: min(100%, 423px);margin-bottom: 40px;}.black .page_section_title , .black .page_section_descr {color: #F5F5F5;}@media screen and (min-width: 768px) {}.swiper_block_wid .swiper-initialized {width: 700px;overflow: visible;}.swiper_block_wid .swiper {overflow: visible;}.swiper_block_wid .slider_img {overflow: hidden;}.swiper_block_wid .slider_img img {object-fit: cover;height: 100%;width: 100%;object-position: left;transition: transform 0.5s ease;}.swiper_block_wid .slider_img:hover img {transform: scale(1.1);}.swiper_block_wid .swiper-slide {transition: width 0.3s ease;}.swiper_block_wid .swiper-slide {width: 400px;height: 600px;}.swiper_block_wid div.current_active {width: 700px;}.slider_pc_link_cont {max-width: 1920px;margin: 20px auto 0px;padding: 0px 100px;}.slider_pc_link {width: fit-content;margin-left: auto;}.slider_pc_link a {color: #F5F5F5;text-align: center;font-family: "Cera Pro";font-style: normal;line-height: 100%;padding: 4px 0;}.slider_pc_link:hover a {border-bottom: 1px solid #F5F5F5;}@media screen and (max-width: 768px) {.swiper_block_wid .swiper-slide {width: 168px;height: 420px;}.swiper_block_wid div.current_active {width: 550px;}.swiper_block_wid .swiper-initialized {width: min(100%, 550px);padding: 0px 80px;}.slider_pc_link_cont {padding: 0px 80px;}.slider_pc_link {margin-left: unset;}}@media screen and (max-width: 550px) {.swiper_block_wid .swiper-initialized, .slider_pc_link_cont {padding: 0px 20px;}.swiper_block_wid div.current_active, .swiper_block_wid .swiper-slide {width: 280px;}}@media screen and (max-width: 480px) {.swiper_block_wid .swiper-initialized {padding: 0px 20px;}}.swiper_block_wid .swiper {overflow: visible;}.swiper_block_wid .swiper-wrapper {align-items: stretch;}.swiper_block_wid a {display: block;height: 100%;}.swiper_block_wid a {position: relative;}.swiper_block_wid .slider_img {position: relative;overflow: hidden;height: 100%;}.swiper_block_wid .slider_img::after {content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);pointer-events: none;}.swiper_block_wid .slider_text {position: absolute;left: 40px;bottom: 40px;}.swiper_block_wid .slider_text_title {font-family: Cera Pro;font-weight: 500;font-size: 24px;line-height: 100%;color: #F5F5F5;margin-bottom: 20px;}.swiper_block_wid .slider_text_descr {font-family: Cera Pro;font-weight: 400;font-size: 16px;line-height: 100%;color: #F5F5F5;width: min(100%, 320px);}.bottom_nav_block {max-width: 1920px;padding: 0px 100px;margin: 40px auto 0px;position: relative;display: flex;justify-content: space-between;}.custom_position_nav {display: flex;gap: 40px;align-items: center;}.nav_block {width: 50px;height: 50px;flex-shrink: 0;border-radius: 50%;border: 1px solid #4C4A44;display: flex;align-items: center;justify-content: center;}.custom_position_nav .swiper-button-disabled {opacity: 0.3;}@media screen and (max-width: 768px) {section.black {padding: 40px 0px;}.button_div button {font-size: 12px;}.page_left_p {padding-left: 80px;}.page_section_title {font-size: 24px;}.page_section_descr {font-size: 14px;}.custom_position_nav {gap: 20px;}.bottom_nav_block {padding: 0 80px;}}@media screen and (max-width: 650px) {.swiper_block_wid .slider_text {left: 10px;width: calc(100% - 20px);}.swiper_block_wid .slider_text_title {font-size: 18px;}.swiper_block_wid .slider_text_descr {font-size: 12px;}}@media screen and (max-width: 480px) {section.black {margin: 60px auto 0px;padding: 60px 0px;}.page_left_p {padding-left: 20px;}.bottom_nav_block {padding: 0 20px;}}
/* End */


/* Start:/local/templates/mrdoors2025/components/bitrix/news.list/solution_type_slider/style.css?17704156625454*/
section.catalog {
  margin-top: 80px;
  padding-left: 100px;
}
@media (max-width: 480px) {
  section.catalog {
    margin-top: 60px;
  }
}
.small_title .catalog-content-title {
  font-size: 24px;
}
.black {
  background-color: #111111;
  margin-top: unset !important;
  padding-top: 100px !important;
  padding-bottom: 80px !important;
}
.black * {
  color: #F5F5F5 !important;
}
.catalog-container {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 500px;
}
.catalog-container .swiper {
  height: 100%;
}
.catalog-header {
  flex: 0 0 260px;
  height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.catalog-content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.catalog-info-buttons {
  display: none;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
  margin-right: 20px;
}
.catalog-link-footer-mobile {
  color: #4C4A44;
  text-align: center;
  font-family: "Cera Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 4px 0;
}
.catalog-content-title-alt {
  color: #4C4A44;
  font-family: "Cera Pro";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 36px */
  text-transform: uppercase;
}
.catalog-description {
  color: #4C4A44;
  font-family: "Cera Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 200px;
}
.catalog-description a {
  color: #4C4A44;
  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;
}
.catalog-button-wrapper {
  display: flex;
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .catalog-button-wrapper {
    margin-left: auto;
  }
}
.catalog-button-next {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #4C4A44;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-button-prev {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid #4C4A44;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper_catalog_type .swiper-slide {
  width: 300px;
  /* фиксированная ширина */
  flex-shrink: 0;
}
.swiper {
  width: 100%;
  height: 400px;
  flex: 1;
}
.swiper-slide {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}
.swiper-slide:hover {
  transform: scale(1.02);
}
.slide-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  transition: background 0.3s ease;
}
.slide-overlay {
  border-radius: 600px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(17, 17, 17, 0.7) 9.13%, rgba(17, 17, 17, 0) 100%);
  position: absolute;
  left: -300px;
  bottom: -300px;
  width: 600px;
  height: 600px;
  aspect-ratio: 1/1;
  pointer-events: none;
}
.slide-content {
  color: white;
  z-index: 2;
}
.catalog-slide-title {
  color: #F5F5F5;
  font-family: "Cera Pro";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 20px */
}
.slide-content-alt .catalog-slide-title {
  font-size: 54px;
  margin-bottom: 40px;
}
.card_descr {
  font-family: Cera Pro;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  vertical-align: middle;
}
.centre_button {
  width: fit-content;
  margin: 60px auto 0px;
}
.centre_button a {
  display: block;
  width: 420px;
  height: 53px;
  padding: 15px 10px 0px;
  font-size: 20px;
}
@media (max-width: 768px) {
  section.catalog {
    padding-left: 80px;
  }
  .slide-content-alt .catalog-slide-title {
    font-size: 40px;
  }
  .centre_button {
    width: 100%;
  }
  .centre_button a {
    width: min(100%, 680px);
  }
}
@media (max-width: 1024px) {
  .catalog-container {
    height: 350px;
  }
  .swiper_catalog_type .swiper-slide {
    width: 250px;
    /* фиксированная ширина */
    flex-shrink: 0;
  }
  .catalog-header {
    height: 350px;
  }
  .catalog-content-title-alt {
    font-size: 24px;
  }
  .catalog-description {
    font-size: 14px;
    max-width: 210px;
  }
  .catalog-button-next {
    width: 30px;
    height: 30px;
  }
  .catalog-button-prev {
    width: 30px;
    height: 30px;
  }
  .catalog-button-next img {
    width: 14px;
    height: 14px;
  }
  .catalog-button-prev img {
    width: 14px;
    height: 14px;
  }
  .catalog-button-wrapper {
    gap: 20px;
  }
}
@media (max-width: 690px) {
  .catalog-info-buttons {
    display: flex;
  }
  .catalog-container {
    flex-direction: column;
    height: auto;
    align-items: start;
  }
  .catalog-description {
    max-width: 370px;
  }
  .catalog-header {
    flex: auto;
    height: auto;
  }
  .swiper_catalog_type .swiper-wrapper {
    height: 350px;
    width: 100%;
  }
  .catalog-header .catalog-button-wrapper {
    display: none;
  }
}
@media (max-width: 480px) {
  section.catalog {
    padding-left: 20px;
  }
    .catalog-content-title-alt {
    font-size: 20px;
  }
}
@media (max-width: 374px) {
  .swiper_catalog_type .swiper-slide {
    width: 200px;
  }
}
/* 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 */


/* Start:/local/components/cmd_u/forms/templates/popup/style.css?17643171153887*/
.popup_over {position: fixed;left: 0px;top: 0px;width: 100%;height: 100%;z-index: 10000;background: rgba(0,0,0,0.45);-webkit-backdrop-filter: blur(8px);backdrop-filter: blur(8px);transition: opacity .22s ease,visibility .22s ease;opacity:0;visibility:hidden;}.popup_over.open {opacity: 1;visibility: visible;}.popup_close {position: absolute;cursor: pointer;right: 0px;top: 0px;}.popup_content {display: flex;align-items: center;justify-content: center;width: inherit;height: inherit;}.popup_body {width: min(100% - 40px, 680px);display: flex;flex-direction: column;gap: 40px;transform: translateY(20px);opacity: 0;transition: transform .3s ease, opacity .3s ease;}.popup_over.open .popup_body {transform: translateY(0);opacity: 1;}.popup_title {font-family: Cera Pro;font-weight: 500;font-size: 36px;line-height: 39px;vertical-align: middle;text-transform: uppercase;color: #F5F5F5;max-width: calc(100% - 20px);}.popup_subtitle {font-family: Cera Pro;font-weight: 400;font-size: 16px;line-height: 20px;vertical-align: middle;color: #F5F5F5;width: min(480px, 100%);}.popup_cont {background-color: #4C4A44;}.popup_cont form {display: flex;flex-direction: column;gap: 40px;padding: 40px;}.custom_title {display: flex;align-items: center;gap: 10px;}.name_title {font-family: Cera Pro;font-weight: 700;font-size: 16px;line-height: 100%;text-transform: uppercase;color: #F5F5F5;}.page_form_inputs {display: flex;flex-direction: column;gap: 28px;}.together_inputs_block {display: flex;gap: 20px;}.div_input {width: 100%;position: relative;}.div_input input {width: 100%;height: 47px;}.div_input textarea {width: 100%;height: 50px;resize: none;overflow-y: hidden;outline: 0px;border: 0px;border-bottom: 1px solid #BABABA;font-family: "Cera Pro";font-size: 16px;font-style: normal;font-weight: 250;line-height: 100%;padding: 10px;}.div_input textarea::placeholder {color: #BABABA;}.required-icon {right: 0px;top: 0px;position: absolute;font-size: 20px;color: #D11B1D;}.page_form_inputs input[type=text], .page_form_inputs input[type=tel], .page_form_inputs input[type=email] {background: transparent;border: none;border-bottom: 1px solid #BABABA;padding-bottom: 16px;font-family: "Cera Pro";font-size: 16px;font-style: normal;font-weight: 250;line-height: 100%;}.page_form_inputs input::placeholder {color: #BABABA;}.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 screen and (max-height: 880px) {.popup_body {gap: 20px;}.page_form_inputs {gap: 10px;}}@media screen and (max-height: 680px) {.popup_body {gap: 5px;}.popup_title {font-size: 20px;line-height: 25px;}.popup_subtitle, .checkbox_item, .checkbox_item span a {font-size: 12px;}}@media screen and (max-width: 650px) {.popup_body {gap: 20px;}.page_form_inputs {gap: 10px;}}@media screen and (max-width: 550px) {.popup_cont form {gap: 15px;padding: 20px;}}@media screen and (max-width: 460px) {.together_inputs_block {gap: 28px;flex-direction: column;}}
/* End */
/* /local/templates/mrdoors2025/components/bitrix/news.list/page_single_top/style.css?17704156624272 */
/* /local/components/cmd_u/forms/templates/page_form_p_black/style.css?17635890705591 */
/* /local/templates/mrdoors2025/components/bitrix/news.list/full_width_swiper/style.css?17704156624155 */
/* /local/templates/mrdoors2025/components/bitrix/news.list/solution_type_slider/style.css?17704156625454 */
/* /local/components/cmd_u/forms/templates/page_form/style.css?17645105685367 */
/* /local/components/cmd_u/forms/templates/popup/style.css?17643171153887 */
