

/* Start:/local/templates/domix/components/bitrix/breadcrumb/domix_bredcrumbs/style.css?17791232051556*/
@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/news.list/rent-banner/style.css?17768512984178*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/news.list/rent-banner/../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;
  }
}
.rent-mainbanner__wrapper {
  height: 298px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media (width <= 768px) {
  .rent-mainbanner__wrapper {
    height: 440px;
  }
}
.rent-mainbanner__background {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -o-object-position: bottom;
     object-position: bottom;
}
.rent-mainbanner__content {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 40px;
  right: 40px;
  width: 670px;
}
@media (width <= 768px) {
  .rent-mainbanner__content {
    width: auto;
    top: 24px;
    left: 24px;
    right: 24px;
  }
}
.rent-mainbanner__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: white;
}
@media (width <= 768px) {
  .rent-mainbanner__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.02em;
  }
}
.rent-mainbanner__text {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 590px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
@media (width <= 768px) {
  .rent-mainbanner__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
}
.rent-mainbanner .btn__primary {
  margin-top: 24px;
  height: 45px;
  padding: 13px 20px;
  display: inline-flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
@media (width <= 582px) {
  .rent-mainbanner .btn__primary {
    width: 100%;
    justify-content: center;
  }
}

.rent-required__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (width <= 1200px) {
  .rent-required__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width <= 991px) {
  .rent-required__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 582px) {
  .rent-required__wrapper {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.rent-required__item {
  background: white;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}
@media (width <= 582px) {
  .rent-required__item {
    padding: 20px;
    gap: 16px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.rent-required__icon {
  height: 40px;
}
@media (width <= 582px) {
  .rent-required__icon {
    height: auto;
    width: 32px;
  }
}
.rent-required__title {
  color: black;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
}
@media (width <= 582px) {
  .rent-required__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
}

.rent-contacts__item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.rent-contacts__item-img {
  width: 70px;
  height: 70px;
}
.rent-contacts__item-name {
  color: black;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (width <= 582px) {
  .rent-contacts__item-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
  }
}
.rent-contacts__item-email {
  display: block;
  margin-top: 8px;
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.rent-contacts__item-email:hover {
  text-decoration: none;
}
@media (width >= 992px) {
  .rent-required{
    margin-top: 100px;
  }
  .rent-required .section-header__title {
    font-size: 32px;
    margin-bottom: 11px;
    letter-spacing: 0;
  }
  .rent-contacts{
    margin-top: 100px;
  }
  .rent-contacts .section-header__title {
    letter-spacing: -0.2px;
    margin-bottom: 10px;
  }
}
/* End */


/* Start:/local/templates/domix/components/bitrix/news.list/rent-needs/style.css?17768512984178*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/news.list/rent-needs/../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;
  }
}
.rent-mainbanner__wrapper {
  height: 298px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media (width <= 768px) {
  .rent-mainbanner__wrapper {
    height: 440px;
  }
}
.rent-mainbanner__background {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -o-object-position: bottom;
     object-position: bottom;
}
.rent-mainbanner__content {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 40px;
  right: 40px;
  width: 670px;
}
@media (width <= 768px) {
  .rent-mainbanner__content {
    width: auto;
    top: 24px;
    left: 24px;
    right: 24px;
  }
}
.rent-mainbanner__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: white;
}
@media (width <= 768px) {
  .rent-mainbanner__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.02em;
  }
}
.rent-mainbanner__text {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 590px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
@media (width <= 768px) {
  .rent-mainbanner__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
}
.rent-mainbanner .btn__primary {
  margin-top: 24px;
  height: 45px;
  padding: 13px 20px;
  display: inline-flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
@media (width <= 582px) {
  .rent-mainbanner .btn__primary {
    width: 100%;
    justify-content: center;
  }
}

.rent-required__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (width <= 1200px) {
  .rent-required__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width <= 991px) {
  .rent-required__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 582px) {
  .rent-required__wrapper {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.rent-required__item {
  background: white;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}
@media (width <= 582px) {
  .rent-required__item {
    padding: 20px;
    gap: 16px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.rent-required__icon {
  height: 40px;
}
@media (width <= 582px) {
  .rent-required__icon {
    height: auto;
    width: 32px;
  }
}
.rent-required__title {
  color: black;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
}
@media (width <= 582px) {
  .rent-required__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
}

.rent-contacts__item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.rent-contacts__item-img {
  width: 70px;
  height: 70px;
}
.rent-contacts__item-name {
  color: black;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (width <= 582px) {
  .rent-contacts__item-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
  }
}
.rent-contacts__item-email {
  display: block;
  margin-top: 8px;
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.rent-contacts__item-email:hover {
  text-decoration: none;
}
@media (width >= 992px) {
  .rent-required{
    margin-top: 100px;
  }
  .rent-required .section-header__title {
    font-size: 32px;
    margin-bottom: 11px;
    letter-spacing: 0;
  }
  .rent-contacts{
    margin-top: 100px;
  }
  .rent-contacts .section-header__title {
    letter-spacing: -0.2px;
    margin-bottom: 10px;
  }
}
/* End */


/* Start:/local/templates/domix/components/bitrix/news.list/rent-contacts/style.css?17768512984178*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/news.list/rent-contacts/../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;
  }
}
.rent-mainbanner__wrapper {
  height: 298px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media (width <= 768px) {
  .rent-mainbanner__wrapper {
    height: 440px;
  }
}
.rent-mainbanner__background {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -o-object-position: bottom;
     object-position: bottom;
}
.rent-mainbanner__content {
  position: absolute;
  z-index: 2;
  top: 40px;
  left: 40px;
  right: 40px;
  width: 670px;
}
@media (width <= 768px) {
  .rent-mainbanner__content {
    width: auto;
    top: 24px;
    left: 24px;
    right: 24px;
  }
}
.rent-mainbanner__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.01em;
  color: white;
}
@media (width <= 768px) {
  .rent-mainbanner__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    letter-spacing: -0.02em;
  }
}
.rent-mainbanner__text {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.8);
  max-width: 590px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
@media (width <= 768px) {
  .rent-mainbanner__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
}
.rent-mainbanner .btn__primary {
  margin-top: 24px;
  height: 45px;
  padding: 13px 20px;
  display: inline-flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
@media (width <= 582px) {
  .rent-mainbanner .btn__primary {
    width: 100%;
    justify-content: center;
  }
}

.rent-required__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
@media (width <= 1200px) {
  .rent-required__wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width <= 991px) {
  .rent-required__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 582px) {
  .rent-required__wrapper {
    grid-template-columns: 1fr;
    gap: 5px;
  }
}
.rent-required__item {
  background: white;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 32px;
}
@media (width <= 582px) {
  .rent-required__item {
    padding: 20px;
    gap: 16px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }
}
.rent-required__icon {
  height: 40px;
}
@media (width <= 582px) {
  .rent-required__icon {
    height: auto;
    width: 32px;
  }
}
.rent-required__title {
  color: black;
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
}
@media (width <= 582px) {
  .rent-required__title {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
}

.rent-contacts__item {
  display: flex;
  gap: 16px;
  align-items: center;
}
.rent-contacts__item-img {
  width: 70px;
  height: 70px;
}
.rent-contacts__item-name {
  color: black;
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (width <= 582px) {
  .rent-contacts__item-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 110%;
  }
}
.rent-contacts__item-email {
  display: block;
  margin-top: 8px;
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
.rent-contacts__item-email:hover {
  text-decoration: none;
}
@media (width >= 992px) {
  .rent-required{
    margin-top: 100px;
  }
  .rent-required .section-header__title {
    font-size: 32px;
    margin-bottom: 11px;
    letter-spacing: 0;
  }
  .rent-contacts{
    margin-top: 100px;
  }
  .rent-contacts .section-header__title {
    letter-spacing: -0.2px;
    margin-bottom: 10px;
  }
}
/* End */


/* Start:/local/templates/domix/components/bitrix/form.result.new/popup_form/style.css?17763461774861*/
@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-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 */
/* /local/templates/domix/components/bitrix/breadcrumb/domix_bredcrumbs/style.css?17791232051556 */
/* /local/templates/domix/components/bitrix/news.list/rent-banner/style.css?17768512984178 */
/* /local/templates/domix/components/bitrix/news.list/rent-needs/style.css?17768512984178 */
/* /local/templates/domix/components/bitrix/news.list/rent-contacts/style.css?17768512984178 */
/* /local/templates/domix/components/bitrix/form.result.new/popup_form/style.css?17763461774861 */
