

/* 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/system.pagenavigation/catalog-pagination/style.css?17763461771928*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/system.pagenavigation/catalog-pagination/../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;
  }
}
.pagination-wrapper {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (width <= 582px) {
  .brands .pagination-wrapper {
    padding: 0 8px;
  }
}
.pagination-wrapper .show-more-catalog {
  background-color: #e6e8ea;
  width: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.pagination-wrapper .show-more-catalog:hover {
  background-color: #e9422f;
  color: white;
}
.pagination-wrapper .page-item .num {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.pagination-wrapper .page-item {
  height: 30px;
  width: 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.pagination-wrapper .page-item.disabled {
  pointer-events: none;

}
.pagination-wrapper .page-item.active, .pagination-wrapper .page-item:hover {
  background-color: #e9422f;
  text-decoration: none;
}
.pagination-wrapper .page-item.active .num, .pagination-wrapper .page-item:hover .num {
  color: white;
}
.pagination-wrapper .page-pager {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.pagination-wrapper .page-pager .btn {
  /*max-height: 9px;*/
}
.pagination-wrapper .pages {
  display: flex;
  align-items: center;
  gap: 5px;
}
/* End */


/* Start:/local/templates/domix/components/bitrix/catalog.section/product-favorites-list/style.css?17763461774797*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/catalog.section/product-favorites-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;
  }

  .breadcrumbs.favorites {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

section.favorites_products {
  margin-block: 100px;
}

@media (width <= 582px) {
  section.favorites_products {
    margin-block: 60px;
  }
}

.favorites_products .mobile {
  display: none;
}
.favorites_products__container {
  display: none;
}
.favorites_products__container.active {
  display: block;
}
.favorites_products__wrapper-products {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}
@media (width <= 1200px) {
  .favorites_products__wrapper-products {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (width <= 768px) {
  .favorites_products__wrapper-products {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (width <= 582px) {
  .favorites_products__wrapper-products {
    grid-template-columns: repeat(2, 1fr);
  }
}
.favorites_products__tabs {
  background-color: white;
  padding: 5px;
  width: -moz-max-content;
  width: max-content;
  border-radius: 8px;
  margin-bottom: 32px;
  overflow: hidden;
  overflow-x: scroll;
}
@media (width <= 991px) {
  .favorites_products__tabs {
    width: 100%;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.favorites_products__tabs-wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  overflow-x: scroll;
}
.favorites_products__tabs__tab {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  cursor: pointer;
  padding: 11px 14px;
  opacity: 0.6;
  white-space: nowrap;
}
.favorites_products__tabs__tab.active {
  background-color: #e9422f;
  border-radius: 6px;
  color: white;
  opacity: 1;
}
.favorites_products__header-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 38px;
}
.favorites_products__clean-compare-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.favorites_products__btn-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}

.empty-favorite__empty-page {
  background-color: white;
  border-radius: 20px;
  padding: 60px 30px;
  position: relative;
}
@media (width <= 1200px) {
  .empty-favorite__empty-page {
    position: static;
  }
}
@media (width <= 582px) {
  .empty-favorite__empty-page {
    padding: 15px 30px;
  }

  .favorites_products__header-block {
    margin-bottom: 30px;
  }
}
.empty-favorite__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 110%;
  letter-spacing: -0.02em;
}
@media (width <= 582px) {
  .empty-favorite__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
  }
}
.empty-favorite__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
}
@media (width <= 1200px) {
  .empty-favorite__description {
    max-width: 330px;
    text-align: center;
  }
}
@media (width <= 582px) {
  .empty-favorite__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
}
.empty-favorite__to-catalog {
  width: -moz-max-content;
  width: max-content;
}
.empty-favorite__to-catalog .btn__primary {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
.empty-favorite__left-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (width <= 1200px) {
  .empty-favorite__left-block {
    align-items: center;
  }
}
@media (width <= 1200px) {
  .empty-favorite__left-block {
    gap: 15px;
  }
}
.empty-favorite__right-block {
  position: absolute;
  bottom: 0;
  right: 11%;
}
@media (width <= 1200px) {
  .empty-favorite__right-block {
    position: relative;
    right: 0%;
    bottom: -60px;
  }
}
@media (width <= 582px) {
  .empty-favorite__right-block {
    bottom: -15px;
    max-width: 202px;
  }
}
@media (width <= 1200px) {
  .empty-favorite__empty-block {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .empty-favorite {
    position: relative;
  }
}
@media (width <= 582px) {
  .empty-favorite__empty-block {
    gap: 20px;
  }
}

main:has(section) {
  margin-top: 30px;
}

section.empty-favorite {
  margin-top: 30px;
}

@media (width <= 582px) {
  main:has(section) {
    margin-top: 5px;
    margin-block-start: 5px;
  }
}
@media (width > 991px) {
  .product-list__wrapper-products {
    grid-template-columns: repeat(5, 1fr) !important;
  }
}
/* End */


/* Start:/local/templates/domix/components/bitrix/form.result.new/need_help_form/style.css?17763461774314*/
@font-face {
  font-family: Onest;
  src: url("/local/templates/domix/components/bitrix/form.result.new/need_help_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;
  }
}
.help-form {
  position: relative;
  border: 1px solid;
  border-radius: 20px;
}
@media (width <= 768px) {
  .help-form {
    display: flex;
    flex-direction: column-reverse;
    background-color: white;
    border-radius: 20px;
  }
}
.help-form__background-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 100%;
  display: flex;
  justify-content: end;
  border-radius: 20px;
}
.help-form__background-block__background-right {
  border-radius: 20px;
}
@media (width <= 768px) {
  .help-form__background-block__background-right {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (width <= 768px) {
  .help-form__background-block {
    position: relative;
  }
}
.help-form__wrapper {
  z-index: 5;
  position: relative;
  padding: 40px 50px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  border-radius: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-image: url("/local/templates/domix/assets/img/favorite_form_background_left.png");
}
@media (width <= 768px) {
  .help-form__wrapper {
    background-image: none;
    padding: 30px;
  }
}
@media (width <= 582px) {
  .help-form__wrapper {
    padding: 24px 19px;
  }
}
.help-form__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 110%;
  letter-spacing: -0.01em;
}
.help-form__title__first-line-title {
  color: #e9422f;
  display: block;
}
@media (width <= 582px) {
  .help-form__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 110%;
    letter-spacing: -0.02em;
  }
}
.help-form__tizers {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (width <= 582px) {
  .help-form__tizers {
    margin-top: 8px;
    gap: 13px;
  }
}
.help-form__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 110%;
  opacity: 0.8;
  max-width: 350px;
}
@media (width <= 582px) {
  .help-form__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
  }
}
.help-form__tizer {
  display: flex;
  align-items: center;
  gap: 13px;
}
@media (width <= 582px) {
  .help-form__tizer {
    align-items: start;
  }
}
.help-form__tizer__title {
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
}
@media (width <= 582px) {
  .help-form__tizer__title {
    max-width: 265px;
  }
}
.help-form__input-field {
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  background-color: white;
  outline: 1px solid #d0d5dd;
  outline-offset: -1px;
  border-radius: 8px;
  width: 300px;
  height: 45px;
  padding-block: 16px;
  padding-left: 16px;
}
.help-form__input-field::-moz-placeholder {
  opacity: 0.5;
}
.help-form__input-field::placeholder {
  opacity: 0.5;
}
@media (width <= 582px) {
  .help-form__input-field {
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.02em;
    width: 100%;
  }
}
.help-form__form {
  display: flex;
  gap: 12px;
  flex-direction: column;
  max-width: 446px;
}
.help-form__form__top-block {
  display: flex;
  align-items: center;
  gap: 7px;
}
.help-form__form__bottom-block {
  margin-left: 5px;
}
@media (width <= 582px) {
  .help-form__form {
    gap: 22px;
  }
}
.help-form__form-block {
  margin-top: 7px;
}
@media (width <= 582px) {
  .help-form__form-block {
    margin-top: 20px;
  }
}
.help-form__submit-btn.btn__primary {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  padding: 13px 30px;
}
.help-form__submit-btn.btn__primary.mobile {
  display: none;
}
@media (width <= 582px) {
  .help-form__submit-btn.btn__primary.mobile {
    display: block;
  }
}
@media (width <= 582px) {
  .help-form__submit-btn.btn__primary {
    display: none;
    height: 50px;
  }
}

.input_placeholder__input.favorite {
  padding: 12px 12px 9px;
}
/* End */
/* /local/templates/domix/components/bitrix/breadcrumb/domix_bredcrumbs/style.css?17791232051556 */
/* /local/templates/domix/components/bitrix/system.pagenavigation/catalog-pagination/style.css?17763461771928 */
/* /local/templates/domix/components/bitrix/catalog.section/product-favorites-list/style.css?17763461774797 */
/* /local/templates/domix/components/bitrix/form.result.new/need_help_form/style.css?17763461774314 */
