@charset "UTF-8";
/* line 1, _settings.scss */
:root {
  --bg: var(--draft-bg, #F5F5F5);
  --bg-is-light: var(--draft-bg-is-light, true);
  --bg-minor-shade: var(--draft-bg-minor-shade, #f4f4f4);
  --bg-minor-shade-is-light: var(--draft-bg-minor-shade-is-light, true);
  --bg-major-shade: var(--draft-bg-major-shade, #f4f4f4);
  --bg-major-shade-is-light: var(--draft-bg-major-shade-is-light, true);
  --bg-half-shade: var(--draft-bg-half-shade, #f0f0f0);
  --bg-half-shade-is-light: var(--draft-bg-half-shade-is-light, true);
  --color-btn-bg: var(--draft-color-btn-bg, #003c96);
  --color-btn-bg-is-dark: var(--draft-color-btn-bg-is-dark, true);
  --color-btn-bg-minor-shade: var(--draft-color-btn-bg-minor-shade, #004ab8);
  --color-btn-bg-minor-shade-is-dark: var(--draft-color-btn-bg-minor-shade-is-dark, true);
  --color-btn-bg-major-shade: var(--draft-color-btn-bg-major-shade, #0058dc);
  --color-btn-bg-major-shade-is-dark: var(--draft-color-btn-bg-major-shade-is-dark, true);
  --color-btn-bg-half-shade: var(--draft-color-btn-bg-half-shade, #4a92ff);
  --color-btn-bg-half-shade-is-dark: var(--draft-color-btn-bg-half-shade-is-dark, true);
  --color-accent-text: var(--draft-color-accent-text, #003c96);
  --color-accent-text-is-dark: var(--draft-color-accent-text-is-dark, true);
  --color-accent-text-minor-shade: var(--draft-color-accent-text-minor-shade, #004ab8);
  --color-accent-text-minor-shade-is-dark: var(--draft-color-accent-text-minor-shade-is-dark, true);
  --color-accent-text-major-shade: var(--draft-color-accent-text-major-shade, #0058dc);
  --color-accent-text-major-shade-is-dark: var(--draft-color-accent-text-major-shade-is-dark, true);
  --color-accent-text-half-shade: var(--draft-color-accent-text-half-shade, #4a92ff);
  --color-accent-text-half-shade-is-dark: var(--draft-color-accent-text-half-shade-is-dark, true);
  --color-text-dark: var(--draft-color-text-dark, #333333);
  --color-text-dark-is-dark: var(--draft-color-text-dark-is-dark, true);
  --color-text-dark-minor-shade: var(--draft-color-text-dark-minor-shade, #474747);
  --color-text-dark-minor-shade-is-dark: var(--draft-color-text-dark-minor-shade-is-dark, true);
  --color-text-dark-major-shade: var(--draft-color-text-dark-major-shade, #5c5c5c);
  --color-text-dark-major-shade-is-dark: var(--draft-color-text-dark-major-shade-is-dark, true);
  --color-text-dark-half-shade: var(--draft-color-text-dark-half-shade, #999999);
  --color-text-dark-half-shade-is-dark: var(--draft-color-text-dark-half-shade-is-dark, true);
  --color-text-light: var(--draft-color-text-light, #ffffff);
  --color-text-light-is-light: var(--draft-color-text-light-is-light, true);
  --color-text-light-minor-shade: var(--draft-color-text-light-minor-shade, #f7f7f7);
  --color-text-light-minor-shade-is-light: var(--draft-color-text-light-minor-shade-is-light, true);
  --color-text-light-major-shade: var(--draft-color-text-light-major-shade, #ededed);
  --color-text-light-major-shade-is-light: var(--draft-color-text-light-major-shade-is-light, true);
  --color-text-light-half-shade: var(--draft-color-text-light-half-shade, #808080);
  --color-text-light-half-shade-is-dark: var(--draft-color-text-light-half-shade-is-dark, true);
  --icons_pack: var(--draft-icons_pack, insales-default);
  --controls-btn-border-radius: var(--draft-controls-btn-border-radius, 10px);
  --color-notice-warning: var(--draft-color-notice-warning, #FFFFFF);
  --color-notice-warning-is-light: var(--draft-color-notice-warning-is-light, true);
  --color-notice-warning-minor-shade: var(--draft-color-notice-warning-minor-shade, #f7f7f7);
  --color-notice-warning-minor-shade-is-light: var(--draft-color-notice-warning-minor-shade-is-light, true);
  --color-notice-warning-major-shade: var(--draft-color-notice-warning-major-shade, #ededed);
  --color-notice-warning-major-shade-is-light: var(--draft-color-notice-warning-major-shade-is-light, true);
  --color-notice-warning-half-shade: var(--draft-color-notice-warning-half-shade, #808080);
  --color-notice-warning-half-shade-is-dark: var(--draft-color-notice-warning-half-shade-is-dark, true);
  --color-notice-success: var(--draft-color-notice-success, #FFFFFF);
  --color-notice-success-is-light: var(--draft-color-notice-success-is-light, true);
  --color-notice-success-minor-shade: var(--draft-color-notice-success-minor-shade, #f7f7f7);
  --color-notice-success-minor-shade-is-light: var(--draft-color-notice-success-minor-shade-is-light, true);
  --color-notice-success-major-shade: var(--draft-color-notice-success-major-shade, #ededed);
  --color-notice-success-major-shade-is-light: var(--draft-color-notice-success-major-shade-is-light, true);
  --color-notice-success-half-shade: var(--draft-color-notice-success-half-shade, #808080);
  --color-notice-success-half-shade-is-dark: var(--draft-color-notice-success-half-shade-is-dark, true);
  --color-notice-error: var(--draft-color-notice-error, #FFFFFF);
  --color-notice-error-is-light: var(--draft-color-notice-error-is-light, true);
  --color-notice-error-minor-shade: var(--draft-color-notice-error-minor-shade, #f7f7f7);
  --color-notice-error-minor-shade-is-light: var(--draft-color-notice-error-minor-shade-is-light, true);
  --color-notice-error-major-shade: var(--draft-color-notice-error-major-shade, #ededed);
  --color-notice-error-major-shade-is-light: var(--draft-color-notice-error-major-shade-is-light, true);
  --color-notice-error-half-shade: var(--draft-color-notice-error-half-shade, #808080);
  --color-notice-error-half-shade-is-dark: var(--draft-color-notice-error-half-shade-is-dark, true);
  --color-notice-info: var(--draft-color-notice-info, #FFFFFF);
  --color-notice-info-is-light: var(--draft-color-notice-info-is-light, true);
  --color-notice-info-minor-shade: var(--draft-color-notice-info-minor-shade, #f7f7f7);
  --color-notice-info-minor-shade-is-light: var(--draft-color-notice-info-minor-shade-is-light, true);
  --color-notice-info-major-shade: var(--draft-color-notice-info-major-shade, #ededed);
  --color-notice-info-major-shade-is-light: var(--draft-color-notice-info-major-shade-is-light, true);
  --color-notice-info-half-shade: var(--draft-color-notice-info-half-shade, #808080);
  --color-notice-info-half-shade-is-dark: var(--draft-color-notice-info-half-shade-is-dark, true);
  --font-family: var(--draft-font-family, Poppins);
  --font-family-heading: var(--draft-font-family-heading, Poppins);
  --collection_count: var(--draft-collection_count, 10);
  --product_not_available: var(--draft-product_not_available, preorder);
  --sidebar_index_show: var(--draft-sidebar_index_show, false);
  --sidebar_collection_show: var(--draft-sidebar_collection_show, false);
  --sidebar_cart_show: var(--draft-sidebar_cart_show, false);
  --sidebar_product_show: var(--draft-sidebar_product_show, false);
  --sidebar_blog_show: var(--draft-sidebar_blog_show, false);
  --sidebar_article_show: var(--draft-sidebar_article_show, false);
  --sidebar_page_show: var(--draft-sidebar_page_show, false);
  --sidebar_compare_show: var(--draft-sidebar_compare_show, false);
  --sidebar_search_show: var(--draft-sidebar_search_show, false);
  --feedback_captcha_enabled: var(--draft-feedback_captcha_enabled, false);
  --favorite_enabled: var(--draft-favorite_enabled, true);
  --compare_enabled: var(--draft-compare_enabled, false); }

/* line 1, icons.css */
.header__icon,
.header__icon-big,
.icon_arrow,
.icon_arrow-black,
.icon_favorite {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }

/* line 13, icons.css */
.header__icon,
.icon_favorite {
  width: 19px;
  height: 19px; }

/* line 19, icons.css */
.header__icon-big {
  width: 41px;
  height: 41px;
  background-size: 19px 19px; }

/* line 25, icons.css */
.icon_favorite {
  background-image: var(--icon-favorite); }

/* line 29, icons.css */
.icon_favorite.favorites-added {
  background-image: var(--icon-favorite-red); }

/* line 33, icons.css */
.icon_favorite._active {
  background-image: var(--icon-favorite-blue); }

/* line 37, icons.css */
.icon_user {
  background-image: var(--icon-user-white); }

/* line 41, icons.css */
.icon_favorites {
  background-image: var(--icon-heart-white); }

/* line 45, icons.css */
.icon_cart {
  position: relative;
  background-image: var(--icon-cart-white); }

/* line 50, icons.css */
.icon_search {
  background-image: var(--icon-search); }

/* line 54, icons.css */
.icon_address {
  background-image: var(--icon-address); }

/* line 58, icons.css */
.icon_message {
  background-image: var(--icon-message); }

/* line 62, icons.css */
.icon_arrow {
  width: 17px;
  height: 17px;
  background-image: var(--icon-arrow); }

/* line 68, icons.css */
.modal__delivery-item._accept .icon_arrow {
  background-image: var(--icon-arrow-accept); }

/* line 72, icons.css */
.icon_arrow-black {
  width: 19px;
  height: 19px;
  background-image: var(--icon-arrow-black); }

/* line 78, icons.css */
.icon_close {
  width: 17px;
  height: 17px;
  background-image: var(--icon-close); }

/* line 5, theme.scss */
.outside-widgets .delete-widget-link {
  display: none; }

/* line 9, theme.scss */
.outside-widgets .add-widget-link {
  display: none; }

/*** Новые правки по стилям ***/
/* Карточка товара */
/* Страница заказа */
/* line 19, theme.scss */
.co-order-state {
  border: none !important; }

/* Шапка */
/* line 35, theme.scss */
.tap-bar {
  position: fixed;
  z-index: 100;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 6px;
  border-top: 1px solid #00000026;
  background-color: #fff; }

/* line 46, theme.scss */
.tap-bar__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px; }

/* line 61, theme.scss */
.tap-bar__item {
  -webkit-box-flex: 0;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0;
  height: 100%;
  padding: .5px;
  font-size: 10px;
  line-height: 100%; }

/* line 85, theme.scss */
.tap-bar__item span {
  margin-top: 4px;
  line-height: 100%; }

/* line 90, theme.scss */
.tap-bar__item._active path {
  stroke: #646464; }

/* line 94, theme.scss */
.tap-bar__icon {
  position: relative; }

/* line 98, theme.scss */
.tap-bar__icon .icon-counter {
  right: -15px;
  background: #2394F0;
  color: #fff; }

/* line 104, theme.scss */
.tap-bar__item-btn {
  padding: .5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  width: 129px;
  height: 31px;
  margin-left: 10px;
  padding: 0 15px;
  border: 1px solid #646464;
  border-radius: 50px; }

/* line 121, theme.scss */
.tap-bar__item-btn._active {
  border-color: #2394F0; }

/* line 125, theme.scss */
.tap-bar__item-btn:not(._active) .icon-counter {
  display: none; }

/* line 129, theme.scss */
.tap-bar__item-btn._active path {
  stroke: #2394F0; }

/* line 133, theme.scss */
.tap-bar__price {
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  color: #646464; }

/* line 140, theme.scss */
.tap-bar__item-btn._active .tap-bar__price {
  color: #2394F0; }

/* Модалка */
/* line 146, theme.scss */
.popup {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

/* line 156, theme.scss */
.popup.popup_show,
.modal.popup_show {
  animation: modalFadeIn 0.4s forwards; }

/* line 161, theme.scss */
.popup.popup_hide,
.modal.popup_hide {
  animation: modalFadeOut 0.4s forwards; }

/* line 166, theme.scss */
.popup-warning {
  display: none;
  position: fixed;
  right: 40px;
  bottom: 40px;
  max-width: 370px;
  width: fit-content;
  text-align: center;
  z-index: 100; }

/* line 177, theme.scss */
.modal__content {
  position: relative;
  background: white;
  width: 100%;
  max-width: 400px;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  z-index: 100; }

/* line 188, theme.scss */
.map__input {
  width: 100%;
  padding: 10px;
  font-size: 18px;
  border-bottom: 1px solid #9d9d9d;
  outline: none; }

/* line 196, theme.scss */
.modal-close {
  background: none;
  border: none;
  position: absolute;
  top: 20px;
  right: 10px;
  cursor: pointer;
  color: white;
  z-index: 1000; }

/* line 207, theme.scss */
.btn_warning-accept {
  background-color: #2394F0;
  color: #fff;
  border-radius: 50px;
  font-weight: 400; }

/* line 214, theme.scss */
.btn_warning-close {
  position: static;
  font-size: 16px;
  color: #2394F0; }

/* line 220, theme.scss */
.filter__title-close {
  margin-right: 10px; }

/* line 225, theme.scss */
.micro-alert {
  top: 0;
  right: 0;
  left: 0; }

/* line 230, theme.scss */
.micro-alert-item {
  justify-content: center;
  padding: 8px 50px;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 600;
  color: #000000; }
  @media screen and (max-width: 760px) {
    /* line 230, theme.scss */
    .micro-alert-item {
      border-radius: 0;
      padding: 15px 10px;
      text-align: center;
      width: 100%;
      padding: 15px 25px;
      box-shadow: 0px 4px 9px 0px #0000002E;
      border-top-right-radius: 0;
      border-top-left-radius: 0;
      border-bottom-right-radius: 20px;
      border-bottom-left-radius: 20px; } }

/* line 253, theme.scss */
.modal__title {
  margin-bottom: 5px;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 1.5; }

/* line 261, theme.scss */
.modal__text {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  line-height: 1.5; }

/* line 270, theme.scss */
.popup-delivery {
  align-items: center;
  justify-content: center;
  background-color: #000000B2; }

/* line 276, theme.scss */
.popup-delivery > .modal__content {
  min-width: 559px;
  max-height: 100vh;
  height: 758px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  color: #000000;
  border-radius: 30px; }

/* line 287, theme.scss */
.modal__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  margin-bottom: 20px; }

/* line 299, theme.scss */
.modal__delivery-title {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  line-height: 1.5; }

/* line 306, theme.scss */
.modal__delivery-skip {
  font-size: 14px;
  font-weight: 400;
  color: #797979;
  text-decoration: underline;
  cursor: pointer; }

/* line 314, theme.scss */
.modal__delivery-info {
  margin-bottom: 10px;
  max-width: 237px;
  line-height: 1.5; }

/* line 320, theme.scss */
.modal__delivery-wrapper {
  margin-bottom: 20px;
  background: #F5F5F5; }

/* line 325, theme.scss */
.modal__delivery-wrapper input {
  background-color: inherit;
  color: #000; }

/* line 330, theme.scss */
.modal__list-title {
  margin-bottom: 10px;
  font-size: 16px; }

/* line 335, theme.scss */
.modal__delivery-message {
  flex: 1;
  font-size: 14px;
  line-height: 1.5; }

/* line 341, theme.scss */
.modal__delivery-error {
  padding: 5px 15px;
  margin-bottom: 10px;
  background-color: #E4F3FF;
  border-radius: 10px; }

/* line 348, theme.scss */
.message__delivery-error {
  color: #f15353;
  margin-bottom: 10px;
  font-weight: 600;
  line-height: 1.35; }

/* line 355, theme.scss */
.span-semibold {
  font-weight: 600;
  color: #2394F0; }

/* line 360, theme.scss */
.zones-section {
  flex: 1;
  margin-bottom: 36px;
  overflow: hidden; }

/* line 366, theme.scss */
.zones-list {
  height: 100%; }

/* line 370, theme.scss */
.modal__delivery-items {
  overflow-y: auto;
  height: 100%; }

/* line 375, theme.scss */
.modal__delivery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  column-gap: 15px;
  padding: 8px 0;
  min-height: 37px;
  cursor: pointer; }

/* line 389, theme.scss */
.modal__delivery-item._accept {
  color: #2394F0; }

/* line 393, theme.scss */
.modal__delivery-map {
  border-radius: 20px;
  margin-bottom: 20px; }

/* line 398, theme.scss */
.modal__delivery-item:not(:last-child) {
  border-bottom: 1px solid #0000001A; }

/* line 403, theme.scss */
.popup-success > .modal__content {
  justify-content: space-between; }

/* line 407, theme.scss */
.popup-success .modal__delivery-title {
  text-align: center; }

/* line 411, theme.scss */
.success-text {
  text-align: center;
  font-size: 16px;
  color: #000000;
  line-height: 1.5; }

/* line 418, theme.scss */
.success-text:not(:last-child) {
  margin-bottom: 10px; }

/* line 422, theme.scss */
.success-text:last-child {
  padding: 5px 15px;
  background-color: #E4F3FF;
  border-radius: 15px; }

/* line 428, theme.scss */
.success__heart {
  display: block;
  max-width: 151px;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

/* line 436, theme.scss */
.success__heart:not(:last-child) {
  margin-bottom: 121px; }

/* line 440, theme.scss */
.btn__wrapper-success {
  text-align: center; }

/* line 444, theme.scss */
.btn__wrapper-success > * {
  width: 100%; }

/* line 448, theme.scss */
.btn__back {
  display: block;
  width: 100%;
  margin-top: 10px;
  font-size: 14px;
  color: #797979;
  text-decoration: underline;
  line-height: 1.5; }

/* line 460, theme.scss */
.popup-search {
  position: absolute;
  top: 135px;
  background-color: #000000B2; }

/* line 466, theme.scss */
.search__body {
  position: relative;
  width: 100%;
  max-width: 570px;
  height: calc(100vh - 160px);
  max-height: 715px;
  padding: 30px;
  margin-top: 20px;
  margin-left: calc((100vw - 1170px) / 2 - var(--layout-side-padding));
  border-radius: 30px;
  background-color: #f5f5f5;
  z-index: 100;
  overflow: hidden; }

/* line 483, theme.scss */
.search__scroll {
  height: 100%;
  overflow-y: auto; }

/* line 488, theme.scss */
.search__products-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px; }

/* line 496, theme.scss */
.search__products-list a {
  width: 100%; }

/* line 500, theme.scss */
.search__panel-mob {
  position: sticky;
  top: 0;
  padding-bottom: 10px;
  margin-bottom: 25px;
  background: #f5f5f5;
  z-index: 100; }

/* Баннеры */
/* line 510, theme.scss */
.collections__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  flex-wrap: wrap; }

/* line 518, theme.scss */
.collection__block {
  position: relative; }

/* line 522, theme.scss */
.collection__block-title {
  position: absolute;
  top: 20px;
  left: 20px;
  min-width: 67px;
  width: 45%;
  font-weight: 400;
  color: #181818;
  line-height: 20px;
  z-index: 10; }

/* line 534, theme.scss */
.products-item__img.collection__block-link {
  width: 140px;
  height: 140px;
  margin-bottom: 0;
  padding-bottom: 0;
  transition: opacity 0.35s ease; }

/* line 542, theme.scss */
.collection__block-link img {
  transition: transform 0.35s ease; }

/* line 546, theme.scss */
.collection__block-link:hover {
  opacity: 0.85; }

/* line 550, theme.scss */
.collection__block-link:hover img {
  transform: scale(1.05); }

/* line 555, theme.scss */
.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px; }

/* line 566, theme.scss */
.breadcrumbs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%; }

/* line 578, theme.scss */
.breadcrumbs__item:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin: 2px 5px 0 5px;
  color: #646464; }

/* line 585, theme.scss */
.breadcrumbs__link {
  color: #646464;
  -webkit-transition: color .3s;
  transition: color .3s; }

/* line 591, theme.scss */
.breadcrumbs__link:hover,
.breadcrumbs__item:first-child .breadcrumbs__link {
  color: #000000; }

/* line 598, theme.scss */
.products__grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  grid-gap: 30px; }

/* line 609, theme.scss */
.product-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  text-decoration: none;
  overflow: hidden; }

/* line 622, theme.scss */
.product-item > a {
  width: 100%; }

/* line 626, theme.scss */
.product__message-error {
  margin-top: 7px;
  font-size: 14px;
  color: #FF3131; }

/* line 632, theme.scss */
.products-item__actions {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3; }

/* line 639, theme.scss */
.products-item__img {
  position: relative;
  display: block;
  width: 100%;
  height: 130px;
  margin: 0 auto 10px auto;
  overflow: hidden; }

/* line 649, theme.scss */
.products-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
  object-fit: scale-down;
  -o-object-position: center;
  object-position: center; }

/* line 664, theme.scss */
.products-item__badge {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 10px;
  background-color: #2394F0;
  color: #fff;
  font-size: 10px;
  line-height: 19px;
  border-radius: 40px; }

/* line 676, theme.scss */
.products-item__info {
  flex-grow: 1;
  margin-bottom: 12px; }

/* line 681, theme.scss */
.products-item__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 20px; }

/* line 692, theme.scss */
.products-item__descr {
  font-size: 12px;
  line-height: 16px;
  color: #646464; }

/* line 698, theme.scss */
.products-item__prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px; }

/* line 708, theme.scss */
.products-item__price {
  font-size: 18px;
  font-weight: 700;
  color: #181818; }

/* line 714, theme.scss */
.products-item__price-old {
  font-size: 14px;
  color: #646464; }

/* line 719, theme.scss */
.products-item__price-new {
  color: #FF3131; }

/* line 727, theme.scss */
.address__message {
  margin-top: 12px;
  margin-bottom: 6px;
  color: #FF3131;
  font-weight: 600; }

/* line 734, theme.scss */
.zone__message {
  margin-top: 12px;
  margin-bottom: 6px; }

/* line 740, theme.scss */
.zone__message > a {
  display: block;
  margin-top: 10px;
  padding: 4px 20px;
  max-width: 100px;
  width: 100%;
  font-size: 16px;
  line-height: 16px;
  background-color: #2394F0;
  color: #fff;
  border-radius: 50px;
  text-align: center; }

/* line 754, theme.scss */
.btn__disabled {
  background: var(--color-btn-bg-disabled) !important;
  color: var(--color-btn-color-disabled) !important;
  border-color: var(--color-btn-bg-disabled) !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
  pointer-events: none !important; }

/* line 763, theme.scss */
.cart__login {
  font-weight: 500; }

/* line 767, theme.scss */
.btn__auth {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 56px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  background-color: #2394F0;
  border-radius: 30px;
  font-family: inherit;
  padding: var(--controls-btn-padding-y) var(--controls-btn-padding-x);
  outline: none;
  transition: var(--btn-transition);
  text-align: center;
  line-height: 120%; }

/* line 785, theme.scss */
.btn__auth:hover {
  color: #fff; }

/* line 790, theme.scss */
.static-text {
  line-height: 20px; }

/* line 794, theme.scss */
.static-text h2 {
  margin-bottom: 16px;
  font-size: 25px;
  font-weight: 700; }

/* line 800, theme.scss */
.static-text p,
.static-text .res-caption {
  margin-bottom: 16px; }

/* line 805, theme.scss */
.static-tex ul li {
  list-style: inside; }

/* line 809, theme.scss */
.url__push {
  font-family: inherit;
  border-radius: var(--controls-form-border-radius);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--controls-height-m);
  padding: 4px var(--controls-btn-padding-x);
  white-space: break-spaces;
  background-color: #999999;
  color: #fff;
  transition: color 0.3s ease; }

@media screen and (min-width: 1000px) {
  /* line 824, theme.scss */
  .tap-bar,
  .filter__title-close {
    display: none; }

  /* line 829, theme.scss */
  .search__panel-mob {
    display: none; } }
@media screen and (min-width: 560px) {
  /* line 835, theme.scss */
  .modal__back-close {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

  /* line 844, theme.scss */
  .modal__back-close > svg {
    display: none; } }
@media screen and (max-width: 1000px) {
  /* Переопределение стандартных стилей */
  /* line 851, theme.scss */
  main {
    padding-bottom: 56px; }

  /* line 855, theme.scss */
  .widget-type_system_widget_v4_button_on_top_1 .btn-on-top {
    bottom: 70px !important; }

  /* line 859, theme.scss */
  .widget-type_emilius_widget_header {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  /* line 864, theme.scss */
  .widget-type_widget_v4_filter_sort_2_ea2d9be5f52b4eeabf5f3a2832b2cdc3 {
    margin-bottom: 25px;
    padding: 15px 20px;
    box-shadow: 0px 4px 9px 0px #0000002E;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px; }

  /* line 872, theme.scss */
  .breadcrumbs {
    display: none; }

  /* line 877, theme.scss */
  .popup-warning {
    right: 20px;
    bottom: 70px; } }
@media screen and (max-width: 1260px) {
  /* line 884, theme.scss */
  .search__body {
    margin-top: 10px;
    margin-left: 20px; } }
@media screen and (max-width: 1000px) {
  /* line 891, theme.scss */
  .popup-search {
    top: 0; } }
@media screen and (max-width: 760px) {
  /* line 898, theme.scss */
  .modal__title {
    font-size: 14px; }

  /* line 902, theme.scss */
  .modal__text {
    font-size: 12px; }

  /* line 907, theme.scss */
  .popup-delivery > .modal__content {
    min-width: 100%;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0;
    overflow: auto; }

  /* line 916, theme.scss */
  .modal__delivery-title {
    font-size: 18px; }

  /* line 920, theme.scss */
  .modal__delivery-wrapper input {
    font-size: 16px; }

  /* line 924, theme.scss */
  .modal__list-title,
  .modal__delivery-info {
    font-size: 14px; }

  /* line 929, theme.scss */
  .modal__delivery-message {
    font-size: 12px; }

  /* line 934, theme.scss */
  .popup-warning {
    max-width: 100vw;
    left: 0;
    right: 0;
    bottom: 50px;
    width: 100%;
    z-index: 50; }

  /* line 943, theme.scss */
  .popup-warning > .modal__content {
    max-width: 100%;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 26px;
    border-radius: 30px 30px 0 0; }

  /* line 951, theme.scss */
  .popup-warning > .modal__content::before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 4px;
    width: 30px;
    border-radius: 0.25rem;
    background-color: #eae9e8; }

  /* line 965, theme.scss */
  .modal__delivery-item {
    font-size: 12px; }

  /* line 969, theme.scss */
  .btn_warning-close {
    font-size: 14px; }

  /* line 973, theme.scss */
  .btn__wrapper {
    row-gap: 15px; }

  /* line 977, theme.scss */
  .btn_warning-accept {
    max-width: 312px;
    width: 100%; }

  /* line 983, theme.scss */
  .popup-success > .modal__content {
    justify-content: space-between; }

  /* line 987, theme.scss */
  .success__heart:not(:last-child) {
    margin-bottom: 20px; }

  /* line 991, theme.scss */
  .btn__back {
    margin-top: 5px; }

  /* Баннеры */
  /* line 997, theme.scss */
  .collections__body {
    gap: 10px; }

  /* line 1002, theme.scss */
  .collection__block-title {
    top: 11px;
    left: 11px;
    min-width: 67px;
    width: 50%;
    font-size: 10px;
    line-height: 11.23px; }

  /* line 1011, theme.scss */
  .collection__block-link {
    width: 100px !important;
    height: 100px !important; }

  /* line 1017, theme.scss */
  .popup-search {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 56px;
    height: auto;
    z-index: 50; }

  /* line 1026, theme.scss */
  .search__body {
    width: 100%;
    height: 100%;
    margin: 0;
    max-width: 100%;
    max-height: 100%;
    padding: 20px;
    border-radius: 0; }

  /* line 1036, theme.scss */
  .search__products-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px; }

  /* line 1043, theme.scss */
  .static-text h2 {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700; }

  /* line 1050, theme.scss */
  .products-item__title {
    font-size: 14px;
    line-height: 1.25; } }
@media screen and (max-width: 560px) {
  /* line 1058, theme.scss */
  .products__grid {
    grid-template-columns: 1fr 1fr;
    gap: 20px; }

  /* line 1064, theme.scss */
  .product-item {
    padding: 10px; }

  /* line 1068, theme.scss */
  .modal__content {
    width: 100%;
    height: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0; }

  /* line 1077, theme.scss */
  .modal-close {
    color: #000; }

  /* line 1082, theme.scss */
  .products-item__price {
    font-size: 16px; }

  /* line 1086, theme.scss */
  .products-item__price-old {
    font-size: 12px; } }
@media screen and (max-width: 350px) {
  /* line 1092, theme.scss */
  .collections__body {
    justify-content: center; } }
@media screen and (max-width: 340px) {
  /* line 1098, theme.scss */
  .search__products-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr; } }
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translateY(-30px); }
  to {
    opacity: 1;
    transform: translateY(0); } }
@keyframes modalFadeOut {
  from {
    opacity: 1;
    transform: translateY(0); }
  to {
    opacity: 0;
    transform: translateY(-30px); } }
