

/* Start:/local/components/cmd_u/forms/templates/subscribe_footer/style.css?17643170671605*/
.employe_form_cont {display: flex;gap: 20px;justify-content: space-between;}.employe_info {display: flex;flex-direction: column;justify-content: center;gap: 48px;width: min(100%, 410px);}.employe_name {font-family: Cera Pro;font-weight: 500;font-size: 36px;line-height: 100%;vertical-align: middle;text-transform: uppercase;color: #111111;}.employe_descr {font-family: Cera Pro;font-weight: 400;font-size: 16px;line-height: 100%;vertical-align: middle;color: #4C4A44;}.employe_title {font-family: Cera Pro;font-weight: 700;font-size: 16px;line-height: 100%;vertical-align: middle;text-transform: uppercase;color: #111111;margin-bottom: 20px;}.employe_contacts_items {display: flex;flex-direction: column;gap: 5px;}.employe_contacts_item a {font-family: Cera Pro;font-weight: 400;font-size: 16px;line-height: 100%;vertical-align: middle;color: #4C4A44;}.employe_form {width: min(100%, 715px);background-color: #4C4A44;padding: 40px;display: flex;flex-direction: column;gap: 40px;}.employe_form_form {display: flex;flex-direction: column;gap: 40px;}.employe_form_title {font-family: Cera Pro;font-weight: 500;font-size: 24px;line-height: 100%;color: #F4F1EA;}.div_input input {border: none;width: 100%;padding: 10px;border-bottom: 1px solid #D9D9D4;font-family: "Cera Pro";font-size: 16px;font-style: normal;font-weight: 250;line-height: 100%;}.div_input input::placeholder {color: #BABABA;}@media screen and (max-width: 768px) {.employe_form_cont {flex-direction: column;}.employe_name {font-size: 24px;}.employe_info {gap: 20px;}.employe_title {margin-bottom: 10px;}.employe_form_title {font-size: 20px;}}
/* 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 */


/* Start:/local/templates/mrdoors2025/styles.css?177079878917576*/
@charset "UTF-8";* {padding: 0px;margin: 0px;border: none;font-family: "Cera Pro";}*, *::before, *::after {box-sizing: border-box;}a, a:link, a:visited {text-decoration: none;}a:hover {text-decoration: none;}aside, nav, footer, header, section, main {display: block;}h1, h2, h3, h4, h5, h6, p {font-size: inherit;font-weight: inherit;}ul, ul li {list-style: none;}img {vertical-align: top;}img, svg {max-width: 100%;height: auto;}address {font-style: normal;}input, textarea, button, select {font-family: inherit;font-size: inherit;color: var(--white);background-color: transparent;}input::-ms-clear {display: none;}button, input[type=submit] {display: inline-block;box-shadow: none;background-color: transparent;background: none;cursor: pointer;}input:focus, input:active, button:focus, button:active {outline: none;}button::-moz-focus-inner {padding: 0;border: 0;}label {cursor: pointer;}legend {display: block;}input[type=file] {max-width: 100%;}input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}input[type=number] {-moz-appearance: textfield;}@font-face {font-family: "Cera Pro";src: url("/fonts/CeraPro-Bold.woff2") format("woff2");font-weight: 700;font-style: normal;font-display: swap;ascent-override: 90%;descent-override: 10%;line-gap-override: 0%;size-adjust: 100%;}@font-face {font-family: "Cera Pro";src: url("/fonts/CeraPro-Medium.woff2") format("woff2");font-weight: 500;font-style: normal;font-display: swap;ascent-override: 90%;descent-override: 10%;line-gap-override: 0%;size-adjust: 100%;}@font-face {font-family: "Cera Pro";src: url("/fonts/CeraPro-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;font-display: swap;ascent-override: 90%;descent-override: 10%;line-gap-override: 0%;size-adjust: 100%;}@font-face {font-family: "Cera Pro";src: url("/fonts/CeraPro-Thin.woff2") format("woff2");font-weight: 100;font-style: normal;font-display: swap;ascent-override: 90%;descent-override: 10%;line-gap-override: 0%;size-adjust: 100%;}@font-face {font-family: "Inter";src: url("/fonts/Inter-Regular.woff2") format("woff2");font-weight: 400;font-style: normal;font-display: swap;ascent-override: 90%;descent-override: 10%;line-gap-override: 0%;size-adjust: 100%;}:root {--main-color: #4C4A44;--white: #F5F5F5;}body {background-color: var(--white);}body.modal-open {overflow: hidden;position: fixed;width: 100%;}.container {margin: 0 auto;padding: 0 100px;max-width: 1920px;}@media (max-width: 768px) {.container {padding: 0 80px;}}@media (max-width: 480px) {.container {padding: 0 20px;}}.none {display: none !important;}.header {position: fixed;top: 0;left: 0;width: 100%;height: 70px;background-color: transparent;color: white;z-index: 1000;transition: background-color 0.3s ease;}.header__container {height: 100%;}.header__wrapper {display: flex;align-items: center;justify-content: space-between;height: 100%;}.header__logo img {height: 40px;}.header__logo {display: flex;align-items: center;color: #F5F5F5;transition: color 0.3s ease;}.header__nav-item {display: flex;gap: 6px;align-items: center;}.header:hover .header__logo {color: #4C4A44;}.header__icon {color: #F5F5F5;transition: color 0.3s ease;display: flex;align-items: center;}.header:hover .header__icon {color: #3D3C37;}.header__icon--salon {display: none;}.header__right {display: flex;align-items: center;gap: 40px;}.header__nav {flex-grow: 1;margin-left: 40px;}.header__nav-list {display: flex;gap: 38px;list-style: none;}.header__nav-link {display: inline-flex;align-items: center;gap: 6px;color: #F5F5F5;font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;text-decoration: none;transition: color 0.3s ease;}.header:hover .header__nav-link {color: #3D3C37;}.header__nav-link:hover {opacity: 0.7;}.header__icons {display: flex;gap: 40px;}.header__nav-arrow {margin-bottom: -1px;}.header__icon {background: none;border: none;color: white;font-size: 18px;cursor: pointer;transition: opacity 0.2s ease;}.header__icon:hover {opacity: 0.7;}.header.scrolled, .scrolled_alt {background-color: #F5F5F5;color: #3D3C37;}.header.scrolled .header__logo, .scrolled_alt .header__logo {color: #4C4A44;}.header.scrolled .header__icon, .scrolled_alt .header__icon{color: #3D3C37;}.header.scrolled .header__nav-link, .scrolled_alt .header__nav-link {color: #3D3C37;}.header, .header__logo, .header__icon, .header__nav-link {transition: color 0.3s ease, background-color 0.3s ease;}.header:hover, .header.scrolled, .scrolled_alt {background-color: #F5F5F5;}.menu-dropdown-wrapper {position: absolute;top: 100%;left: 0;width: 100%;background-color: #F5F5F5;overflow: hidden;z-index: 999;opacity: 0;visibility: hidden;transform: translateY(-20px);transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;}.menu-dropdown-wrapper.active {opacity: 1;visibility: visible;transform: translateY(0);}.menu-dropdown-wrapper.instant-hide {transition: none !important;}.menu-dropdown-content {display: flex;gap: 40px;padding-top: 40px;padding-bottom: 60px;}.menu-content {display: none;}.menu-content.active {display: block;width: 100%;}.search-results-wrapper {display: flex;gap: 40px;}.search-content {display: flex;flex-direction: column;gap: 30px;}.search-wrapper {display: flex;align-items: center;gap: 10px;height: 40px;}.search-input {font-size: 16px;border-radius: 8px;color: #4C4A44;font-size: 24px;font-style: normal;font-weight: 500;line-height: normal;}.search-section {display: flex;flex-direction: column;gap: 20px;}.search-section__title {color: #4C4A44;font-size: 16px;font-style: normal;font-weight: 250;line-height: normal;}.search-section__list {display: flex;flex-direction: column;gap: 16px;}.search-section__item a {position: relative;color: #3D3C37;font-size: 16px;font-style: normal;font-weight: 400;line-height: 100%;padding-left: 20px;display: block;width: 100%;height: 100%;}.search-section__item a::before {content: "→";position: absolute;left: 0;top: 50%;transform: translateY(-50%);color: #BABABA;font-size: 16px;font-style: normal;font-weight: 400;line-height: 100%;}.search-section__item-previously a {position: relative;color: #3D3C37;font-size: 16px;font-style: normal;font-weight: 400;line-height: 100%;padding-left: 23px;display: block;width: 100%;height: 100%;}.search-section__item-previously a::before {content: "";position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 17px;height: 17px;background-image: url("/img/icon/search-in-menu.svg");background-size: contain;background-repeat: no-repeat;}.phone_block_content {width: fit-content;margin-left: auto;display: flex;flex-direction: column;align-items: end;gap: 8px;}.phone_block_content_val a {font-family: Cera Pro;font-weight: 700;font-style: Bold;font-size: 16px;leading-trim: NONE;line-height: 100%;letter-spacing: 0%;text-align: right;text-transform: uppercase;color: #111111;}.time_block_content_val {font-family: Inter;font-weight: 400;font-style: Regular;font-size: 14px;leading-trim: NONE;line-height: 100%;letter-spacing: 0%;text-align: right;color: #111111;}.catalog-scroll-wrapper {max-height: 80vh;overflow-y: auto;}.catalog-grid {display: grid;grid-template-columns: repeat(4, 1fr);gap: 40px;padding: 40px;font-family: "Cera Pro", sans-serif;width: 100%;}.catalog-column {display: flex;flex-direction: column;gap: 32px;}.catalog-block {display: flex;flex-direction: column;}.catalog-title {margin-bottom: 20px;}.catalog-title a {color: #111;font-size: 24px;font-style: normal;font-weight: 500;line-height: 100%;}.catalog-list {list-style: none;padding: 0;margin: 0 0 10px 0;display: flex;flex-direction: column;gap: 10px;}.catalog-list li {font-size: 15px;color: #3d3c37;}.catalog-link {color: #4C4A44;font-size: 16px;font-style: normal;font-weight: 400;line-height: normal;transition: color 0.3s ease;}.catalog-link:hover {color: #000;}.catalog-more-btn {display: inline-flex;align-items: center;background: none;border: none;color: #999;font-size: 14px;cursor: pointer;text-align: left;position: relative;max-width: fit-content;gap: 10px;align-items: center;}.catalog-more-btn::after {content: "";width: 10px;height: 6px;background-image: url("/img/icon/arrow-down.svg");background-size: contain;background-repeat: no-repeat;transition: transform 0.3s ease;margin-bottom: -1px;}.catalog-more-btn.active::after {transform: rotate(180deg);}.catalog-more-btn:hover {color: #000;}.hidden {display: none;}.buyer__wrapper {display: flex;gap: 80px;}.wrapper_head {display: flex;gap: 80px;}.buyer__client {display: flex;flex-direction: column;gap: 20px;}.buyer__title {color: #BABABA;font-size: 14px;font-style: normal;font-weight: 400;line-height: normal;}.buyer__list-client {display: flex;flex-direction: column;gap: 20px;}.buyer__list-client-item a {color: #3D3C37;font-size: 24px;font-style: normal;font-weight: 500;line-height: 100%;display: block;width: 100%;height: 100%;}.buyer__promotion {display: flex;flex-direction: column;gap: 20px;}.buyer__list-promotion {display: flex;flex-direction: column;gap: 20px;}.buyer__list-promotion-item a {color: #3D3C37;font-size: 16px;font-style: normal;font-weight: 400;line-height: 100%;display: block;width: 100%;height: 100%;}.buyer__img {max-width: 100%;flex: 1 1 0;display: flex;justify-content: flex-start;align-items: flex-start;}.buyer__image {max-height: 260px;max-width: 100%;height: auto;object-fit: contain;}img.buyer__image {max-width: 675px;}.menu-section {display: flex;flex-direction: column;gap: 20px;}.menu-section__title {color: #BABABA;font-size: 14px;font-style: normal;font-weight: 400;line-height: normal;}.menu-section__list {display: flex;flex-direction: column;gap: 20px;}.menu-section__item a {color: #3D3C37;font-size: 24px;font-style: normal;font-weight: 500;line-height: 100%;display: block;width: 100%;height: 100%;}.header__icons-group {display: flex;align-items: center;gap: 8px;}.hamburger {display: none;flex-direction: column;gap: 4px;align-items: center;justify-content: center;cursor: pointer;}.hamburger-line {width: 32px;height: 2px;background: #F5F5F5;}.header:hover .hamburger-line, .scrolled_alt .hamburger-line {background: #3D3C37;}.header.scrolled .hamburger-line {background: #3D3C37;}.hamburger:hover .hamburger-line {opacity: 0.7;}@media (max-width: 1380px) {.hamburger {display: flex;}.header__nav {display: none;}}@media (max-width: 768px) {.header__icons {gap: 15px;}.header__icon--user {display: none;}.header__icon--search {display: none;}.header__icon--salon {display: block;height: 30px;}}.levels {display: flex;flex-direction: column;flex: 1 1 auto;background: #fff;min-height: 0;}.search-bar {position: sticky;top: 0;z-index: 2;background: #fff;border-bottom: 1px solid #eee;margin-top: 40px;}.search-input-popup {width: 100%;border: 1px solid var(--Light-Gray, #BABABA);font-size: 24px;font-weight: 500;outline: none;color: var(--Light-Gray, #BABABA);border-radius: 0px;background-image: url("/img/icon/search-in-menu.svg");background-repeat: no-repeat;background-position: left center;background-size: 34px 34px;padding: 4px 0 6px 40px;}.search-input-popup:focus {border-color: #3D3C37;background-color: #fff;}.search-input-popup::placeholder {color: #BABABA;}.stack {position: relative;flex: 1 1 auto;overflow: hidden;min-height: 0;}.stack {touch-action: pan-y;}.popup-header {display: flex;gap: 20px;align-items: center;background: #fff;margin-top: 20px;cursor: pointer;}.back-btn {background: none;border: none;font-size: 20px;color: #666;opacity: 0;pointer-events: none;transition: opacity 0.3s;display: flex;align-items: center;}.back-btn.visible {opacity: 1;pointer-events: auto;}.popup-title {color: var(--Medium-Gray, #4C4A44);font-size: 24px;font-style: normal;font-weight: 500;line-height: 100%;}.close-btn {background: none;border: none;cursor: pointer;text-align: end;width: 17px;height: 18px;aspect-ratio: 17/18;align-self: flex-end;}.close-btn:hover {color: #666;}.category-level {position: absolute;inset: 0;background: #fff;transform: translateX(100%);transition: transform 0.3s ease;display: flex;flex-direction: column;z-index: 1;min-height: 0;}.category-level.active {transform: translateX(0);}.category-level.main {position: absolute;transform: translateX(0);z-index: 0;gap: 60px;}.popup-content, .subcategory-content {overflow-y: auto;min-height: 0;}.category-list {display: flex;flex-direction: column;gap: 17px;padding-top: 40px;}.category-item,.category-item a {cursor: pointer;display: flex;align-items: center;justify-content: space-between;transition: background 0.2s;color: #3D3C37;font-size: 18px;font-style: normal;font-weight: 500;line-height: normal;}.category-item:hover {background: #f8f9fa;}.category-item:last-child {border-bottom: none;}.category-item.no-subcategories {cursor: default;}.category-item.no-subcategories:hover {background: transparent;}.category-arrow {color: #999;font-size: 12px;}.stack .category-level .search-container {display: none !important;}.contacts {display: flex;flex-direction: column;gap: 10px;}.contacts-title {color: #3D3C37;font-size: 20px;font-style: normal;font-weight: 500;line-height: 100%;}.contact-info {color: #3D3C37;font-size: 14px;font-style: normal;font-weight: 400;line-height: normal;}.login-btn {width: 100%;color: var(--White-Background, #F5F5F5);text-align: center;font-size: 20px;font-style: normal;font-weight: 400;line-height: 100%;text-transform: uppercase;border: 1px solid var(--White-Background, #F5F5F5);background: var(--Black, #111);display: flex;padding: 15px 24px;justify-content: center;align-items: center;gap: 10px;align-self: stretch;}.category-arrow {transform: rotate(-90deg);}.page_cont {max-width: 1920px;padding: 0px 100px;margin: 0 auto;}.page_top_m {margin: 110px auto 0px;}.h1_pages {font-family: Cera Pro;font-weight: 400;font-size: 54px;line-height: 110.00000000000001%;vertical-align: middle;text-transform: uppercase;margin-bottom: 60px;width: min(100%, 800px);}@media screen and (max-width: 768px) {.page_cont {padding: 0px 80px;}.h1_pages {font-size: 40px;margin-bottom: 40px;}}@media screen and (max-width: 550px) {.h1_pages {font-size: 30px;}}@media screen and (max-width: 480px) {.page_cont {padding: 0px 20px;}}.page_cont_fixed {max-width: 1920px;padding: 0px 100px;margin: 0 auto;}@media screen and (max-width: 768px) {.page_cont_fixed {padding: 0px 80px;}}@media screen and (max-width: 580px) {.page_cont_fixed {padding: 0px 20px;}}.standart_text_page {font-family: Cera Pro;font-weight: 400;font-style: Regular;font-size: 16px;line-height: 100%;text-align: justify;}.standart_text_page b {font-weight: 700;}.title_page_bottom {font-family: Cera Pro;font-weight: 500;font-style: Medium;font-size: 36px;line-height: 100%;text-transform: uppercase;color: #4C4A44;margin-bottom: 40px;}.margin_top_d {margin-top: 100px;}@media screen and (max-width: 768px) {.margin_top_d {margin-top: 80px;}.title_page_bottom {font-size: 24px;}}@media screen and (max-width: 480px) {.margin_top_d {margin-top: 40px;}.title_page_bottom {font-size: 36px;}}.button {width: 100%;padding: 20px 15px;font-family: "Cera Pro", sans-serif;font-weight: 400;font-size: 20px;line-height: 100%;text-align: center;text-transform: uppercase;border: 1px solid #111;transition: 0.3s all;cursor: pointer;background-color: transparent;}.button--white {color: #111;background-color: var(--white);}.button--white:hover {background-color: #111;color: var(--white);}.button--black {color: var(--white);background-color: #111;}.button--black:hover {background-color: var(--white);color: #111;}.button--trans {color: #EBEBEB;border-color: #EBEBEB;background-color: transparent;}.button--trans:hover {background-color: var(--white);color: #4C4A44;border-color: #4C4A44;}.white_text {color: #EBEBEB;}.nav_ban_left {z-index: 100;position: absolute;left: -52px;top: 50%;transform: translateY(-50%);}.button_nav_left {width: 50px;height: 50px;flex-shrink: 0;border-radius: 50%;border: 1px solid #4C4A44;display: flex;align-items: center;justify-content: center;}.nav_ban_right {z-index: 100;position: absolute;right: -52px;top: 50%;transform: translateY(-50%);}.button_nav_right {width: 50px;height: 50px;flex-shrink: 0;border-radius: 50%;border: 1px solid #4C4A44;display: flex;align-items: center;justify-content: center;}.white_filter {filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);}.swiper-button-disabled .nav_block, .swiper-button-disabled {opacity: 0.3;}@media screen and (max-width: 768px) {.button_nav_left, .button_nav_right {width: 30px;height: 30px;}.button {font-size: 12px;padding: 12px;}.nav_block {width: 30px;height: 30px;}}@media screen and (max-width: 600px) {.nav_block img {width: 14px;height: 14px;}}.text-decor-under:hover {text-decoration: underline;}.text-decor-border {border-bottom: 1px solid transparent;}.text-decor-border:hover {border-bottom: 1px solid #4C4A44;}.txt-dcr-txt-bck:hover {color: #111;}.bold-text-link {font-weight: 500;font-size: 20px;}@media screen and (max-width: 440px) {.bold-text-link {font-size: 16px;}}.popup-overlay {position: fixed;inset: 0;background: rgba(0, 0, 0, 0.5);display: flex;justify-content: flex-end;align-items: center;opacity: 0;visibility: hidden;transition: all 0.3s ease;z-index: 1000;}.popup-overlay.active {opacity: 1;visibility: visible;}.popup {width: 400px;height: 100dvh;background: #fff;transform: translateX(100%);transition: transform 0.3s ease;display: flex;flex-direction: column;position: relative;overflow: hidden;padding: 20px;}.popup-overlay.active .popup {transform: translateX(0);}.button_sign  .button-trans{color: #3D3C37;}
/* End */


/* Start:/css/libs/swiper.css?176427422618466*/
/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, 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');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/my/assets/style_enter.css?17643383362101*/
.my_page_container {
    max-width: 1720px;
    margin: 170px auto 0px;
    padding: 0px 100px;
}
.my_block_enter_cont {
    padding: 40px;
    border: 1px solid #BABABA;
    width: min(100%, 635px);
    margin: 0 auto;
}
.title_block {
    font-family: Cera Pro;
    font-weight: 500;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.block_body {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.block_input_lists {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.input_item {
    position: relative;
}
.input_item input {
    width: 100%;
    border: 1px solid #BABABA;
    padding: 10px;
    color: #676767;
}
.block_button {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.block_button button {
    height: 45px;
    padding: 2px 20px;
}
.sms_title {
    margin-bottom: 10px;
    font-family: Cera Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    vertical-align: middle;
    color: #4C4A44;
}
.sms_inputs {
    display: flex;
    gap: 10px;
}
.sms_inputs .input_item {
    width: 50px;
    height: 50px;
}
.sms_inputs .input_item input {
    text-align: center;
}
.send_code_more {
    margin-top: 40px;
    font-family: Cera Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
    text-decoration-skip-ink: auto;
    color: #4C4A44;
}
.login_block .send_code_more {
    margin-top: 0px;
    margin-bottom: 20px;
}
.error_registered {
    margin-top: 10px;
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .my_page_container {
        padding: 0px 80px;
    }
}
@media screen and (max-width: 550px) {
    .my_page_container {
        padding: 0px 20px;
    }
    .my_block_enter_cont {
        padding: 15px;
    }
    .title_block {
        font-size: 30px;
    }
}
/* End */
/* /local/components/cmd_u/forms/templates/subscribe_footer/style.css?17643170671605 */
/* /local/components/cmd_u/forms/templates/popup/style.css?17643171153887 */
/* /local/templates/mrdoors2025/styles.css?177079878917576 */
/* /css/libs/swiper.css?176427422618466 */
/* /my/assets/style_enter.css?17643383362101 */
