

/* Start:/local/templates/domix/components/bitrix/breadcrumb/domix_bredcrumbs/style.css?17827441491556*/
@font-face {
   font-family: Onest;
   src: url("/local/templates/domix/components/bitrix/breadcrumb/domix_bredcrumbs/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
   font-weight: 100 900;
   font-display: swap;
}
:root {
   --padding-container: 40px;
   --header-height: 150px;
   --header-height-2: 106px;
   --scrollbar-width: 0px;
}

@media (width <= 991px) {
   :root {
      --padding-container: 30px;
      --header-height: 148px;
      --header-height-2: 148px;
   }
}
@media (width <= 582px) {
   :root {
      --padding-container: 16px;
   }

   .breadcrumbs.dizayn-proekt {
      margin-top: 30px;
   }

   .breadcrumbs.cart {
      margin-top: 0;
   }
}
.breadcrumbs {
   margin-bottom: 30px;
   margin-top: 44px;
}
.breadcrumbs .breadcrumb-item {
   font-weight: 500;
   font-size: 12px;
   line-height: 100%;
   letter-spacing: -0.01em;
   opacity: 0.6;
   white-space: nowrap;
}
.breadcrumbs .breadcrumb-item:last-child {
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
   overflow: hidden;
}
.breadcrumbs .breadcrumbs-wrapper {
   display: inline-flex;
   gap: 9px;
   align-items: center;
   width: 100%;
}
@media (width <= 991px) {
   .catalog-category__title {
      font-weight: 600;
      font-size: 24px;
      line-height: 110%;
      letter-spacing: -0.02em;
      margin-top: 0px;
   }

   .breadcrumbs {
      margin-top: 24px;
      margin-bottom: 10px;
   }
   .breadcrumbs.shops {
      margin-top: 40px !important;
      margin-bottom: 10px;
   }
   .breadcrumbs.partnership {
      margin-top: 40px !important;
      margin-bottom: 10px;
   }
}

/* End */


/* Start:/local/templates/domix/components/bitrix/menu/about-menu/style.css?1782744149873*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/menu/about-menu/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --padding-container: 40px;
  --header-height: 150px;
  --header-height-2: 106px;
  --scrollbar-width: 0px;
}

@media (width <= 991px) {
  :root {
    --padding-container: 30px;
    --header-height: 148px;
    --header-height-2: 148px;
  }
}
@media (width <= 582px) {
  :root {
    --padding-container: 16px;
  }
}
.about-menu {
  background-color: white;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: sticky;
  top: 120px;
}
.about-menu__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  border-radius: 10px;
  padding: 12px;
}
.about-menu__link.active, .about-menu__link:hover {
  color: #e9422f;
  background-color: #f7e7e6;
}

/* End */


/* Start:/local/templates/domix/components/bitrix/news.list/contacts-blocks-list/style.css?17827441492749*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/news.list/contacts-blocks-list/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --padding-container: 40px;
  --header-height: 150px;
  --header-height-2: 106px;
  --scrollbar-width: 0px;
}

@media (width <= 991px) {
  :root {
    --padding-container: 30px;
    --header-height: 148px;
    --header-height-2: 148px;
  }
}
@media (width <= 582px) {
  :root {
    --padding-container: 16px;
  }
}
.contacts-blocks {
  margin-top: 32px;
  margin-bottom: 100px;
}
.contacts-blocks__wrapper {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1380px) {
  .contacts-blocks__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 768px) {
  .contacts-blocks__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contacts-blocks__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 20px;
  background-color: white;
  border-radius: 20px;
  height: 180px;
}
@media (width <= 582px) {
  .contacts-blocks__item {
    padding: 24px;
    height: -moz-max-content;
    height: max-content;
    gap: 24px;
  }
}
.contacts-blocks__item-head {
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
  align-items: center;
}
@media (width <= 582px) {
  .contacts-blocks__item-head {
    align-items: start;
  }
}
.contacts-blocks__item-title {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
  justify-content: center;
  gap: 6px;
}
@media (width <= 582px) {
  .contacts-blocks__item-title {
    align-items: start;
  }
}
.contacts-blocks__item-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.5);
  max-width: 222px;
  text-align: center;
}
@media (width <= 582px) {
  .contacts-blocks__item-text {
    text-align: start;
  }
}
@media (width <= 582px) {
  .contacts-blocks__item:first-child .contacts-blocks__item-text {
    line-height: 130%;
  }
}
.contacts-blocks__item-bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
@media (width <= 582px) {
  .contacts-blocks__item-bottom {
    align-items: start;
  }
}
.contacts-blocks__item-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
}
.contacts-blocks__item-social {
  display: flex;
  gap: 5px;
}
.contacts-blocks__item-button.btn__primary {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
@media (width <= 582px) {
  .contacts-blocks__item-button.btn__primary {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
/* End */


/* Start:/local/templates/domix/components/custom/hlmap.yandex/delivery/style.css?17827441484678*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/custom/hlmap.yandex/delivery/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --padding-container: 40px;
  --header-height: 150px;
  --header-height-2: 106px;
  --scrollbar-width: 0px;
}

@media (width <= 991px) {
  :root {
    --padding-container: 30px;
    --header-height: 148px;
    --header-height-2: 148px;
  }
}
@media (width <= 582px) {
  :root {
    --padding-container: 16px;
  }
}
.map-slider__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.map-slider__tabs {
  display: none;
  width: 100%;
  gap: 24px;
  border-bottom: 1px solid #d9d9d9;
}
@media (width <= 991px) {
  .map-slider__tabs {
    display: flex;
  }
}
.map-slider__tab {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 40px;
  position: relative;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
}
.map-slider__tab.active {
  color: #e9422f;
}
.map-slider__tab.active::after {
  background-color: #e9422f;
}
.map-slider__tab::after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 2px 2px 0 0;
  background-color: transparent;
  transition: 0.25s ease-in-out;
}
.map-slider__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.01em;
}
.map-slider__list {
  display: flex;
  flex-direction: column;
  padding-inline: 20px;
  background-color: white;
  border-radius: 20px;
  min-width: 333px;
  width: 333px;
  height: 100%;
  max-height: 572px;
  overflow: scroll;
}
@media (width <= 991px) {
  .map-slider__list {
    width: 100%;
    max-width: 100%;
    height: 440px;
  }
}
.map-slider__list-wrapper {
  display: flex;
  gap: 10px;
  width: 100%;
}
@media (width <= 991px) {
  .map-slider__list-wrapper {
    flex-direction: column;
    gap: 24px;
  }
}
.map-slider__item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px 10px;
  transition: 0.25s ease-in-out;
}
.map-slider__item-title {
  display: flex;
  gap: 8px;
  width: 100%;
  align-items: start;
  justify-content: space-between;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
.map-slider__item-title::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("/local/templates/domix/assets/img/radio.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.map-slider__item-title.active::after {
  background-image: url("/local/templates/domix/assets/img/radio-active.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.map-slider__item-address {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.map-slider__item-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.map-slider__item-info > * {
  display: flex;
  align-items: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.map-slider__item-phone::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/local/templates/domix/assets/img/phone.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.map-slider__item-email::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/local/templates/domix/assets/img/email.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.map-slider__item-time::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("/local/templates/domix/assets/img/clock.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.map-slider__item-btn {
  display: flex;
  width: 100%;
  height: 45px;
  background-color: #f9f9fa;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  transition: 0.25s ease-in-out;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.map-slider__item-btn:hover {
  background-color: #d9d9d9;
}
.map-slider__map {
  display: flex;
  width: 100%;
  height: auto;
  border-radius: 20px;
  padding: 0;
  margin-left: 10px;
  overflow: hidden;
}
@media (width > 991px) {
  .map-slider__map {
    display: flex !important;
  }
}
@media (width <= 991px) {
  .map-slider__map {
    display: none;
    height: 440px;
  }
}
@media (width <= 582px) {
  .map-slider__map {
    margin-left: 0;
  }
}
/* End */


/* Start:/local/templates/domix/components/bitrix/news.list/visit/style.css?17827441481753*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/news.list/visit/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --padding-container: 40px;
  --header-height: 150px;
  --header-height-2: 106px;
  --scrollbar-width: 0px;
}

@media (width <= 991px) {
  :root {
    --padding-container: 30px;
    --header-height: 148px;
    --header-height-2: 148px;
  }
}
@media (width <= 582px) {
  :root {
    --padding-container: 16px;
  }
}
.visit__wrapper {
  display: flex;
  gap: 20px;
  margin-top: 32px;
}
@media (width <= 582px) {
  .visit__wrapper {
    flex-direction: column;
    gap: 10px;
  }
}
.visit__title {
  max-width: 869px;
}
@media (width <= 582px) {
  .visit__title {
    width: 101%;
  }
}
.visit__item {
  border-radius: 20px;
  background-color: white;
  position: relative;
  height: 400px;
  overflow: hidden;
}
@media (width <= 582px) {
  .visit__item {
    height: 300px;
  }
}
.visit__item-text {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px 24px 0;
  z-index: 2;
  position: relative;
}
.visit__item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (width <= 582px) {
  .visit__item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
    width: 242px;
  }
}
.visit__item-description {
  font-weight: 400;
  font-size: 15px;
  line-height: 120%;
  letter-spacing: -0.02em;
}
.visit__item-image {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media (width <= 582px) {
  .visit__item:nth-child(2) .visit__item-title {
    width: -moz-max-content;
    width: max-content;
  }
}
@media (width >= 583px) {
  .visit {
    margin-top: 112px;
  }
}
/* End */


/* Start:/local/templates/domix/components/bitrix/form.result.new/popup_form/style.css?17827441494921*/
@font-face {
   font-family: Onest;
   src: url("/local/templates/domix/components/bitrix/form.result.new/popup_form/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
   font-weight: 100 900;
   font-display: swap;
}
:root {
   --padding-container: 40px;
   --header-height: 150px;
   --header-height-2: 106px;
   --scrollbar-width: 0px;
}

@media (width <= 991px) {
   :root {
      --padding-container: 30px;
      --header-height: 148px;
      --header-height-2: 148px;
   }
}
@media (width <= 582px) {
   :root {
      --padding-container: 16px;
   }
}
.form-error {
   color: #e9422f;
   font-size: 12px;
   position: absolute;
}
.popup-form {
   display: block;
   pointer-events: none;
   opacity: 0;
   transition: 0.25s ease-in-out;
   visibility: hidden;
   z-index: 1001;
   position: relative;
}
.popup-form .input_placeholder {
   max-width: 100%;
}
.popup-form.active {
   pointer-events: all;
   opacity: 1;
   visibility: visible;
}
.popup-form.active .popup-form__form-wrapper {
   transform: translate(-50%, -50%);
}
.popup-form::after {
   content: "";
   position: fixed;
   inset: 0;
   background: #000;
   opacity: 0.5;
   transition: 0.25s ease-in-out;
   height: 100%;
}
.popup-form form input {
   color: #000000;
   border: 1px solid #d0d5dd;
   border-radius: 8px;
   width: 100%;
   height: 50px;
   padding-left: 15px;
   font-weight: 500;
   font-size: 14px;
   line-height: 130%;
   letter-spacing: -0.02em;
}
.popup-form form input.btn__primary {
  margin-top: 25px;
}
.popup-form__form-block {
   position: relative;
}
.popup-form__form-wrapper {
   position: fixed;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -40%);
   background: white;
   z-index: 2;
   padding: 25px;
   border-radius: 20px;
   max-width: 440px;
   transition: 0.25s ease-in-out;
}
@media (width <= 991px) {
   .popup-form__form-wrapper {
      width: 90%;
      border-radius: 16px;
   }
}
.popup-form__form-title {
   font-weight: 600;
   font-size: 24px;
   line-height: 110%;
   letter-spacing: -0.02em;
   width: 85%;
   margin-bottom: 10px;
}
@media (width <= 991px) {
   .popup-form__form-title {
      letter-spacing: -0.02em;
      width: 100%;
   }
}
.popup-form:not(:has(.popup-form__form-description)) .popup-form__form-title {
   margin-bottom: 32px;
}
.popup-form__form-description {
   font-weight: 400;
   font-size: 16px;
   line-height: 130%;
   color: #212121;
   margin-bottom: 30px;
}
.popup-form__text-fields {
   display: flex;
   flex-direction: column;
   gap: 13px;
}
@media (width <= 991px) {
   .popup-form__text-fields {
      flex-direction: column;
      gap: 11px;
   }
}
.popup-form .for-mobile {
   display: none;
}
.popup-form__title-block {
   display: flex;
   justify-content: space-between;
}
.popup-form__title-block .close-form-btn {
   opacity: 0.5;
   cursor: pointer;
}
.popup-form__checkbox-field {
   margin-top: 17px;
   display: flex;
   align-items: center;
   gap: 13px;
   margin-bottom: 25px;
}
.popup-form__checkbox-field a {
   text-decoration: underline;
}
@media (width <= 991px) {
   .popup-form__checkbox-field {
      margin-top: 17px;
      align-items: start;
      width: 86%;
   }
}
@media (width <= 582px) {
   .popup-form__checkbox-field {
      width: 100%;
   }
}
.popup-form__checkbox-field label {
   font-weight: 400;
   font-size: 12px;
   line-height: 100%;
   letter-spacing: -0.01em;
}
.popup-form form input[type="checkbox"] {
   display: none;
}
@media (width <= 991px) {
   .popup-form .background-for-desktop {
      display: none;
   }
   .popup-form .for-mobile {
      display: block;
   }
   .popup-form .for-desktop {
      display: none;
   }
   .popup-form .btn__primary.for-mobile {
      margin-top: 17px;
      width: 100%;
      font-weight: 500;
      font-size: 14px;
      line-height: 130%;
      letter-spacing: -0.02em;
   }
}
.popup-form__form-wrapper .btn__primary {
   color: #ffffff;
}
.input__checkbox-custom.checked::before {
   opacity: 1;
}
.input__checkbox-custom.checked {
   background: #e9422f;
}
.input_placeholder {
}
.input_placeholder__title {
   margin-bottom: 8px;
   font-size: 14px;
}
.input_placeholder__mes-list {
   display: flex;
   flex-direction: row;
   gap: 10px;
}
.input_placeholder__mes-item {
   width: 45px;
   height: 45px;
   background: #f5f6f7;
   border: 1px solid #f5f6f7;
   border-radius: 10px;
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: center;
   cursor: pointer;
   transition: all 0.3s ease 0s;
}
.input_placeholder__mes-item img {
}
.input_placeholder__ch-hidden {
}
.input_placeholder__mes-wrapper {
}
.popup-form form input[type="radio"].input_placeholder__ch-hidden {
   display: block;
   position: absolute;
   top: 0;
   left: 0;
   width: 45px;
   height: 45px;
   z-index: 1;
   cursor: pointer;
   opacity: 0;
}
.input_placeholder__ch-hidden:checked + .input_placeholder__mes-item {
   background: #e9422f;
}
.input_placeholder__mes-item-wr {
   position: relative;
}

/* End */


/* Start:/local/templates/domix/components/bitrix/news.detail/cupon/style.css?17827441484548*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/news.detail/cupon/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --padding-container: 40px;
  --header-height: 150px;
  --header-height-2: 106px;
  --scrollbar-width: 0px;
}

@media (width <= 991px) {
  :root {
    --padding-container: 30px;
    --header-height: 148px;
    --header-height-2: 148px;
  }
}
@media (width <= 582px) {
  :root {
    --padding-container: 16px;
  }
}
.cupon__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  height: 429px;
}
@media (width <= 991px) {
  .cupon__wrapper {
    height: auto;
    gap: 10px;
  }
}
.cupon__item-mobile {
  display: none;
}
@media (width <= 582px) {
  .cupon__item-mobile {
    display: block;
    width: 100%;
  }
  .cupon__item-mobile .cupon__item-note {
    display: block;
    max-width: 330px;
  }
  .cupon__item-mobile .cupon__item-button.btn__primary {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.cupon__item-right {
  width: 100%;
  background: white;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
@media (width <= 991px) {
  .cupon__item-right {
    flex-basis: 100%;
    height: 402px;
  }
}
.cupon__item-right .cupon__item-content {
  position: absolute;
  top: 40px;
  left: 50px;
  z-index: 2;
  width: 401px;
}
@media (width <= 1400px) {
  .cupon__item-right .cupon__item-content {
    top: 24px;
    left: 24px;
    right: 24px;
  }
}
@media (width <= 991px) {
  .cupon__item-right .cupon__item-content {
    width: 280px;
  }
}
.cupon__item-right .cupon__item-title {
  font-weight: 500;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.01em;
}
@media (width <= 991px) {
  .cupon__item-right .cupon__item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
  }
}
.cupon__item-right .cupon__item-text {
  margin-top: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: rgba(0, 0, 0, 0.8);
}
@media (width <= 991px) {
  .cupon__item-right .cupon__item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
    width: 195px;
  }
}
.cupon__item-right .cupon__item-text span {
  font-weight: 600;
  font-size: 16px;
  line-height: 110%;
}
@media (width <= 991px) {
  .cupon__item-right .cupon__item-text span {
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
}
.cupon__item-right .cupon__item-background {
  position: absolute;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  right: 0;
}
@media (width <= 1400px) {
  .cupon__item-right .cupon__item-background {
    right: -15%;
  }
}
@media (width <= 1200px) {
  .cupon__item-right .cupon__item-background {
    right: 0;
  }
}
.cupon__item-right .cupon__item-button {
  margin-top: 32px;
  display: inline-flex;
  font-size: 14px;
}
@media (width <= 991px) {
  .cupon__item-right .cupon__item-button {
    display: none;
  }
}
@media (width <= 582px) {
  .cupon__item-right .cupon__item-button.btn__primary {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
    text-align: center;
    margin-bottom: 16px;
  }
}
.cupon__item-price {
  font-weight: 700;
  font-size: 76px;
  line-height: 110%;
  letter-spacing: -0.04em;
  margin-top: 6px;
  color: #e9422f;
}
@media (width <= 991px) {
  .cupon__item-price {
    font-size: 56px;
  }
}
.cupon__item-note {
  max-width: 327px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
  line-height: 120%;
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.4);
}
@media (max-width: 1450px) {
  .cupon__item-note {
    max-width: 300px;
  }
}
@media (width <= 991px) {
  .cupon__item-note {
    display: none;
  }
}
.cupon .cupon__mobile-button {
  display: none;
  width: 100%;
  margin-top: 10px;
}
@media (width <= 991px) {
  .cupon .cupon__mobile-button {
    display: flex;
    justify-content: center;
  }
}
.cupon .cupon__mobile-note {
  display: none;
  font-size: 14px;
  margin-top: 16px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.4);
}
@media (width <= 991px) {
  .cupon .cupon__mobile-note {
    display: block;
  }
}
@media (width >= 992px) {
  .cupon{
    margin-top: 100px;
    margin-bottom: 98px;
  }
}

/* End */


/* Start:/local/templates/domix/components/bitrix/news.list/tabs_form/style.css?17827441486746*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/news.list/tabs_form/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --padding-container: 40px;
  --header-height: 150px;
  --header-height-2: 106px;
  --scrollbar-width: 0px;
}

@media (width <= 991px) {
  :root {
    --padding-container: 30px;
    --header-height: 148px;
    --header-height-2: 148px;
  }
}
@media (width <= 582px) {
  :root {
    --padding-container: 16px;
  }
}
.tabs-form .input_placeholder__input.input-phone {
  padding-top: 0;
  padding-bottom: 0;
  height: 100%;
  font-size: 14px;
}
.tabs-form__tabs {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 5px;
  border-radius: 8px;
  background-color: white;
  width: -moz-max-content;
  width: max-content;
  margin-top: 12px;
  margin-bottom: 32px;
}
@media (width <= 582px) {
  .tabs-form__tabs {
    width: 100%;
    margin-top: 24px;
  }
}
.tabs-form__tabs-tab {
  display: flex;
  padding: 10px 14px;
  border-radius: 6px;
  color: #666;
  cursor: pointer;
  transition: 0.25s ease-in-out;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
@media (width <= 582px) {
  .tabs-form__tabs-tab {
    flex-basis: 50%;
    justify-content: center;
  }
}
.tabs-form__tabs-tab:not(.active):hover {
  background-color: #f7e7e6;
}
.tabs-form__tabs-tab.active {
  color: white;
  background-color: #e9422f;
}
.tabs-form__mobile-links {
  display: none;
}
@media (width <= 991px) {
  .tabs-form__mobile-links {
    display: flex;
    margin-top: 32px;
    gap: 24px;
    flex-direction: column;
  }
  .tabs-form__mobile-links .tabs-form__content-item-link,
  .tabs-form__mobile-links .tabs-form__content-item-social {
    display: flex;
  }
}
.tabs-form__content-item-wrapper {
  display: flex;
  gap: 32px;
  background-color: white;
  border-radius: 20px;
  padding: 32px;
  justify-content: space-between;
}
@media (width <= 991px) {
  .tabs-form__content-item-wrapper {
    flex-direction: column;
  }
}
@media (width <= 582px) {
  .tabs-form__content-item-wrapper {
    padding: 24px;
  }
}
.tabs-form__content-item-left {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.tabs-form__content-item-title {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 130%;
}
@media (width <= 582px) {
  .tabs-form__content-item-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
  }
}
.tabs-form__content-item-head {
  max-width: 410px;
  margin-bottom: 13px;
  height: 93px;
}
@media (width <= 991px) {
  .tabs-form__content-item-head {
    max-width: 100%;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (width <= 582px) {
  .tabs-form__content-item-head {
    margin-bottom: 0;
  }
}
.tabs-form__content-item-text-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.tabs-form__content-item-link {
  display: flex;
  flex-direction: column;
  gap: 7px;
}
.tabs-form__content-item-link-title {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (width <= 582px) {
  .tabs-form__content-item-link-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
  }
}
@media (width <= 991px) {
  .tabs-form__content-item-link {
    display: none;
  }
}
.tabs-form__content-item-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0em;
  color: rgba(0, 0, 0, 0.5);
}
.tabs-form__content-item-social {
  display: flex;
  gap: 5px;
}
@media (width <= 991px) {
  .tabs-form__content-item-social {
    display: none;
  }
}
@media (width <= 582px) {
  .tabs-form__content-item-social {
    margin-top: 5px;
  }
}
.tabs-form__content-item-right {
  max-width: 492px;
}
@media (width <= 991px) {
  .tabs-form__content-item-right {
    max-width: 100%;
  }
}
.tabs-form__content-item-text-fields-wrapper {
  display: grid;
  grid-template-areas: "name name" "phone email" "text text";
  gap: 7px;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.tabs-form__content-item-text-fields-wrapper .input__checkbox {
  font-size: 12.3px;
  line-height: 110%;
  letter-spacing: 0;
}

@media (width <= 582px) {
  .tabs-form__content-item-text-fields-wrapper {
    grid-template-areas: "name" "phone" "email" "text";
    gap: 10px;
  }
}
.tabs-form__content-item-text-fields-wrapper .input_placeholder {
  width: 100%;
  max-width: 100%;
}
.tabs-form__content-item-text-fields-wrapper textarea {
  height: 100px;
}
.tabs-form__content-item-text-fields-wrapper .input_placeholder:has(textarea) .input_placeholder__label {
  top: 25%;
}
.tabs-form__content-item-text-fields-wrapper .input_placeholder:has(textarea) .input_placeholder__input:not(:-moz-placeholder) + .input_placeholder__label {
  top: 11px;
}
.tabs-form__content-item-text-fields-wrapper .input_placeholder:has(textarea) .input_placeholder__input:focus + .input_placeholder__label, .tabs-form__content-item-text-fields-wrapper .input_placeholder:has(textarea) .input_placeholder__input:not(:placeholder-shown) + .input_placeholder__label {
  top: 11px;
}
.tabs-form__content-item-text-fields-wrapper .input_placeholder:first-child {
  grid-area: name;
}
.tabs-form__content-item-text-fields-wrapper .input_placeholder:nth-child(2) {
  grid-area: phone;
}
.tabs-form__content-item-text-fields-wrapper .input_placeholder:nth-child(3) {
  grid-area: email;
}
.tabs-form__content-item-text-fields-wrapper .input_placeholder:nth-child(4) {
  grid-area: text;
}
.tabs-form__text-field-input {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  padding: 12px 16px;
  border: 1px solid #d0d5dd;
  border-radius: 10px;
}
@media (width <= 582px) {
  .tabs-form__text-field-input {
    height: 50px;
  }
}
.tabs-form .input_placeholder__label {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.tabs-form__checkbox-text a {
  text-decoration: underline;
}
@media (width <= 582px) {
  .tabs-form__checkbox-text {
    line-height: 120%;
  }
}
.tabs-form__submit.btn__primary {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  margin-top: 4px;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  padding: 13px 35px;
}
@media (width <= 582px) {
  .tabs-form__submit.btn__primary {
    margin-top: 8px;
    width: 100%;
    justify-content: center;
  }
}
.tabs-form form {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  gap: 12px;
}
@media (width <= 582px) {
  .tabs-form form {
    gap: 16px;
  }
}
.tabs-form__checkbox-custom {
  margin: 3px;
}
@media (width >= 583px) {
  .tabs-form {
    margin-bottom: 110px;
  }
}
/* End */


/* Start:/local/templates/domix/components/bitrix/news.list/rekvizity/style.css?17827441481146*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/news.list/rekvizity/../fonts/Onest-VariableFont_wght.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
:root {
  --padding-container: 40px;
  --header-height: 150px;
  --header-height-2: 106px;
  --scrollbar-width: 0px;
}

@media (width <= 991px) {
  :root {
    --padding-container: 30px;
    --header-height: 148px;
    --header-height-2: 148px;
  }
}
@media (width <= 582px) {
  :root {
    --padding-container: 16px;
  }
}
.rekvizity__wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 32px;
}
.rekvizity__item {
  display: flex;
  gap: 6px;
}
@media (width <= 582px) {
  .rekvizity__item {
    flex-direction: column;
    gap: 8px;
  }
}
.rekvizity__item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 110%;
}
@media (width <= 582px) {
  .rekvizity__item-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 110%;
  }
}
.rekvizity__item-value {
  font-weight: 400;
  font-size: 18px;
  line-height: 110%;
}
@media (width <= 582px) {
  .rekvizity__item-value {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
  }
}
/* End */
/* /local/templates/domix/components/bitrix/breadcrumb/domix_bredcrumbs/style.css?17827441491556 */
/* /local/templates/domix/components/bitrix/menu/about-menu/style.css?1782744149873 */
/* /local/templates/domix/components/bitrix/news.list/contacts-blocks-list/style.css?17827441492749 */
/* /local/templates/domix/components/custom/hlmap.yandex/delivery/style.css?17827441484678 */
/* /local/templates/domix/components/bitrix/news.list/visit/style.css?17827441481753 */
/* /local/templates/domix/components/bitrix/form.result.new/popup_form/style.css?17827441494921 */
/* /local/templates/domix/components/bitrix/news.detail/cupon/style.css?17827441484548 */
/* /local/templates/domix/components/bitrix/news.list/tabs_form/style.css?17827441486746 */
/* /local/templates/domix/components/bitrix/news.list/rekvizity/style.css?17827441481146 */
