@import "assets/fonts/king/stylesheet.css";
@import "assets/fonts/muller/stylesheet.css";

:root {
  --color-blue: #242565;
  --color-light-blue: #7172bb;

  --color-grey: #777;
  --color-light-grey: #ccc;

  --color-backgroung: #f7f7f7;
  --color-backgroung-light-blue: #efefff ;
  --color-border-grey: #e9e9e9;
  --color-border-blue: #242565;
  --color-breadcrumbs: #e9e9e9;
  --color-button--hover: #30993e;
  --color-button: #36ac46;
  --color-element: #ffffff;
  --color-focus: #ec1d24;
  --color-icons-black: #202020;
  --color-icons-dark: #232462;
  --color-icons-light: #ffffff;
  --color-easy-grey: #f5f5f5;
  --color-text-grey: #777;
  --color-text-red: #ff4d4d;
  --color-text-lightblue: #7172bb;
  --color-text-main: #202020;
  --color-text-menu: #232462;
  --color-text-under-banner: #575757;
  --color-text-white: #ffffff;
  --main-gradient: linear-gradient(to left,#232462,#363798);
  --white-gradient: linear-gradient(to left, white, white, rgba(255,255,255,0)); }

body { display: flex; flex-direction: column; min-height: 100%; font-family: 'Muller Regular', serif; width: 100%;   padding-top: 76px; line-height: 1.5;
  max-width: 2000px; margin: auto; box-shadow: 0 0 15px -5px rgb(0 0 0 / 20%)  }
body.show-panel{ padding-top: 0 !important}
a {color: inherit; text-decoration: none;}
* { -webkit-appearance: none; box-sizing: border-box; margin: 0; padding: 0; }
a:focus { outline: none; text-decoration: none;    }
a:hover { text-decoration: none;   }


h1{ font-family: 'King', serif; font-weight: bold; font-size: 24px; text-align: left; color: var(--color-text-main); line-height: 1.2}
h2{ font-family: 'King', serif; font-weight: bold; font-size: 18px; text-align: left; color: var(--color-text-main); line-height: 1.3;  margin: 0 0 15px;}


.container{ max-width: 1240px; }

.header{ position: fixed; top: 0; left: 0; right: 0; width: 100%; max-width: 2000px; margin: auto;  background-color: var(--color-element);   z-index: 1000; }
.show-panel .header{ position: relative}
.header__auth-link, .header__phone, .header__user-button { color: var(--color-text-white); font-size: 13px; }
.header__workspace .header__best-price, .header__workspace .header__top-50 { color: var(--color-text-menu); font-weight: bold; font-size: 12px; text-transform: uppercase; }
.header__auth-link:hover{ color: var(--color-text-white); text-decoration: underline }


.header__auth-link--registration { padding-left: 10px; }
.header__authorization { align-items: center; display: flex; position: relative;  display: none }
.header__authorization .state { transform: rotate(180deg); }
.header__authorization .state.state--open { transform: none; }
.header__authorization i { display: block; height: 12px; width: 30px; }
.header__authorization i .icon { fill: var(--color-icons-light); opacity: 0.4; }
.header__authorization, .header__social-links { margin: 0 0 0 28px; }

.header__logotype {}
.header__logotype-wrapper { width: 60px; position: absolute; left: 0; right: 0; margin: auto; bottom: 8px;  z-index: 100; transition: 0.3s}
.header__logotype-wrapper img { width: 100%; height: auto}
.header__logotype-wrapper .logo-desktop{ display: none}
.header__logotype-wrapper .logo-slogan { color: var(--color-text-menu); font-weight: 500; font-size: 8px; font-style: normal; letter-spacing: 0.6px; opacity: 0.8; padding-top: 3px; text-align: center; text-transform: uppercase; display: none }


.header__middle { background-color: var(--color-text-white); position: relative; transition: 0.2s; z-index: 100 }
.header__middle .wrapper { display: flex;  justify-content: space-between; height: 50px; transition: 0.2s; }


.header__mobile-menu { flex-direction: column; justify-content: space-between; }
.header__mobile-menu span { background-color: var(--color-icons-dark); display: block; height: 2px; width: 19px; }
.header__phone { line-height: 1em; margin-left: auto; margin-right: 0; }
.header__social-link--vk { display: block; height: 20px; width: 20px; }
.header__social-link--vk .icon { fill: var(--color-icons-light); }
.header__top-bar { background: var(--main-gradient); }
.header__top-bar .wrapper { align-items: center; display: flex; height: 26px; }
.header__top-menu { margin: 0 !important; }
.header__user-button { background: none; border: none; line-height: 1em; }
.header__user-menu { display: block !important; height: 0; opacity: 0; overflow: hidden; transition: all 0.1s; }
.header__user-menu.opened { height: auto; opacity: 1; padding: 10px 0; transition: all 0.1s; }

.header-link{text-transform: uppercase;font-size: 12px; color: var(--color-text-menu); font-weight: bold}

.header__workspace { justify-content: space-between; width: 100%;   display: flex; position: static; z-index: 1000; }
.header__workspace .header__workspace-item{flex-basis: 25%; display: flex; position: relative; align-items: center}
.header__workspace .header__workspace-item.header__top-50{ position: static}
.header__workspace .header__favorites { display: none; }
.header__workspace .header__search  {justify-content: flex-start; }
.header__workspace .header__top-50 { display: none; }
.header__workspace .header__cart-container { justify-content: flex-end; }
.header__workspace .header__profile{justify-content: flex-end; }

.header__workspace .header__best-price { display: none; align-self: center;  }
.header__workspace .header__best-price:hover,
.header__workspace .header__top-50:hover >span { color: var(--color-focus); transition: 0.2s; }
.header__workspace .header__best-price:not(:hover),
.header__workspace .header__top-50:not(:hover) { transition: 0.2s; }
.header__workspace .header__cart { width: 21px; z-index: 20; position: relative }
.header__workspace .header-cart-button{ cursor: pointer}

.header__workspace .header__favorites {  }
.header__workspace .header__favorites .icon { fill: var(--color-icons-dark); width: 23px; height: 23px; }
.header__workspace .header__favorites:hover .icon,
.header__workspace .header__cart:hover .icon,
.header__workspace button:hover .icon { fill: var(--color-focus); transition: 0.2s; }
.header__workspace .header__favorites:not(:hover) .icon,
.header__workspace button:not(:hover) .icon { transition: 0.2s; }
.header__workspace .header__mobile-menu { display: flex; height: 12px; width: 19px; }
.header__workspace .header__mobile-menu-container { height: 40px; width: 40px; }
.header__workspace .header__profile--login .icon,
.header__workspace .header__profile--personal .icon,
.header__workspace .header__cart .icon { fill: var(--color-icons-dark); }

.header__workspace .header__profile--login,
.header__workspace .header__profile--personal { display: block; height: 21px; width: 15px; }
.header__workspace .header__search button{ width: 21px; }
.header__workspace button { background: none; border: none; display: block; height: 23px; width: 23px; }
.header__workspace button .icon { fill: var(--color-icons-dark); }

/*
.section__title { display: flex; justify-content: space-between; padding-top: 20px;  padding-bottom:  10px;  }
.section__title h2{ margin: 0; padding: 0}
.section__title-link { border-radius: 2px; border: 1px solid var(--color-border-grey); height: 30px; line-height: 30px; padding: 0 30px; }
*/

.section-title{}
.section-title{ padding-top: 15px}
.section-title h1{ margin: 0;}
.section-title-tabs{ display: flex; justify-content: flex-start; padding: 5px 0; border-top:1px solid var(--color-light-grey); margin-top: 10px; margin-bottom: 10px }
.section-title-tabs a{ display: block; position: relative; text-transform: uppercase;  font-size: 12px; margin-right: 20px; line-height: 30px; }
.section-title-tabs a.is-active:after{ display: block; content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 1px; background: var(--color-focus);}

.alert-danger { color: var(--color-focus); font-size: 13px; }
.auth__container .bx-authform-formgroup-container .btn-primary { color: var(--color-text-white); font-weight: bold; font-size: 12px; }
.auth__container .bx-authform-input-container input { color: var(--color-text-under-banner); font-size: 14px; }
.auth__container--forgot .auth__or { color: var(--color-text-main); font-weight: bold; font-size: 12px; }
.auth__description, .footer__mobile-menu a, .form__annotations p { color: var(--color-text-main); font-size: 12px; }
.auth__links a{ color: var(--color-text-grey); font-size: 12px; }
.auth__actions { align-items: center; display: flex; justify-content: space-between; width: 100%; }
.auth__actions noindex { display: block; width: 40%; }
.auth__container { background-color: var(--color-text-white); padding: 20px 0; }
.auth__container .bx-authform-formgroup-container { margin: 0; width: calc(60% - 30px); }
.auth__container .bx-authform-formgroup-container .btn-primary { background-color: var(--color-button); border-radius: 2px; border: none; height: 40px; line-height: 30px; width: 100%; }
.auth__container .bx-authform-input-container { margin-bottom: 20px; }
.auth__container .bx-authform-input-container input { background: none; border-color: var(--color-border-grey); border-radius: 2px; padding: 14px 15px 11px; width: 100%; }
.auth__container form { margin: 0 auto; max-width: 355px; }
.auth__container--forgot .auth__action { padding-top: 10px; }
.auth__container--forgot .auth__links { margin-top: 20px; }
.auth__container--forgot .auth__or { padding-bottom: 10px; text-align: center; }
.auth__container--forgot .bx-authform-formgroup-container { width: 100%; }
.auth__container--forgot .bx-authform-input-container { margin-bottom: 10px; }
.auth__description { line-height: 1.6em; margin: 0 auto 20px; max-width: 355px; text-align: center; }
.auth__links a { display: block; text-align: end; }
.auth__section h1 { margin: 0; padding: 10px 0; }

.contacts__section p, .franchise-page__info-block li, .franchise-page__info-block p { color: var(--color-icons-black); font-size: 13px; line-height: 1.6em; }
.contacts__container { background-color: var(--color-text-white); padding: 20px 0 30px; }
.contacts__map img { width: 100%; }


.franchise-page__contact-link { color: var(--color-text-main); font-weight: bold; font-size: 14px;  }
.franchise-page__info-block h3 { color: var(--color-text-main); font-weight: bold; font-size: 16px; }
.franchise__promo-description, .franchise__promo-link { color: var(--color-text-white); font-size: 12px; }
.franchise__promo-title { color: var(--color-text-white); font-family: 'King'; font-weight: bold; font-size: 16px; line-height: 1.2em; text-align: center }

.popular__list h3 { color: var(--color-text-main); font-family: 'King'; font-weight: bold; font-size: 15px; }
.popup__added-to-cart .popup-window-buttons .popup-window-button { color: var(--color-text-white); font-weight: bold; font-size: 16px; }
.popup__added-to-cart .popup-window-content p { color: var(--color-text-white); font-size: 12px; }
.popup__added-to-cart .popup-window-titlebar-text { color: var(--color-text-white); font-family: 'King'; font-weight: bold; font-size: 17px; }
.public-page .franchise-page__h1-container h1 { color: var(--color-text-white); font-size: 30px; }
.public-page .franchise-page__h1-container p { color: var(--color-text-white); font-size: 13px; }
.public-page h1 { color: var(--color-icons-black);   font-size: 18px; line-height: 1.2em; }
.public-page h2 { color: var(--color-text-main);  font-size: 18px; }

.alert-danger { background-color: white; border-radius: 2px; border: none; box-shadow: 1px 2px 2px rgba(0,0,0,0.1); margin: 20px 20px 0; }

.bx-aside-nav .header__user-menu a { height: auto; line-height: 100%; }
.bx-aside-nav .header__user-menu a, .header__user-menu a { color: var(--color-text-main); display: block; font-family: "Muller Regular", serif; font-size: 13px; padding: 0 20px 10px; text-align: left; }
.bx-aside-nav .header__user-menu li:last-child a, .header__user-menu li:last-child a { padding-bottom: 0; }
.bx-aside-nav .header__user-menu, .header__user-menu { -webkit-box-shadow: 0 1px 7px 0 rgba(0,0,0,0.1); background-color: var(--color-text-white); border-radius: 2px; box-shadow: 0 1px 7px 0 rgba(0,0,0,0.1); display: none; list-style: none; position: absolute; right: 0; top: 150%; width: 150px; }
.bx_item_detail_rating { margin-bottom: 5px; }
.bx_item_detail_rating .bx_stars_bg { background: url(assets/images/stars2.svg) no-repeat center; bottom: 0; left: -1px; position: absolute; right: -1px; top: 0; z-index: 80; }
.bx_item_detail_rating .bx_stars_container { height: 15px; width: 58px; }
.bx_item_detail_rating .bx_stars_progress { background: #f2bb69; }
.bx_item_detail_rating tbody > tr > td:last-child { display: none; }
.captcha-container { margin-bottom: 5px; }
.captcha-container img { height: 40px; width: 100%; }
.cart-page__slogan { display: none; }


.delivery__alert--first, .self__delivery--alert { color: var(--color-text-main); font-size: 13px; }
.delivery__alert--second { color: var(--color-focus); font-size: 13px; }
.delivery__article { padding-top: 40px; }
.delivery__article h2 { display: flex; position: relative; }
.delivery__article h2:after { background-color: var(--color-border-grey); bottom: 0; content: ''; flex: 1; height: 1px; margin: auto 0 auto 15px; top: 0; }
.delivery__article-image { margin-right: 68px; }
.delivery__article-image img { height: 167px; width: 167px; }
.delivery__articles { background-color: var(--color-text-white); padding-bottom: 50px; }
.delivery__notification { color: var(--color-text-main); font-weight: bold; font-size: 13px; margin-top: 20px; }
.delivery__tariff { color: var(--color-text-main); font-weight: 500; font-size: 13px; list-style: none; padding-bottom: 3px; padding-left: 20px; position: relative; }
.delivery__tariff:before { background-color: var(--color-button); border-radius: 50%; bottom: 5px; content: ''; display: block; height: 5px; left: 3px; margin: auto; position: absolute; top: 0; width: 5px; }
.delivery__theses { margin-top: 40px; }
.delivery__thesis p { color: var(--color-text-main); font-size: 13px; margin: 10px auto 20px; max-width: 300px; }
.delivery__thesis--alert:before { content: "\f071"; }
.delivery__thesis--money:before { content: "\f0d6"; }
.delivery__thesis--time:before { content: "\f017"; }
.delivery__thesis:before { color: var(--color-icons-dark); font-family: FontAwesome, serif; font-size: 28px; }


.footer h3 { color: var(--color-text-main); font-weight: bold; font-size: 11px; text-transform: uppercase; }
.footer__contacts-links a:first-child { color: var(--color-text-main); font-size: 16px; }
.footer__disc, .footer__middle-apps p { color: var(--color-text-grey); font-size: 13px; }
.footer__links a, .popular-list__menu a, .popular-list__menu li::marker { color: var(--color-text-black); font-weight: 500; font-size: 13px; }
.footer { background-color: var(--color-backgroung); }
.footer h3 { margin: 0; }
.footer__contacts-links a:first-child { display: block; margin-bottom: 5px; }
.footer__contacts-links a:last-child .icon { height: 30px; opacity: 0.7; width: 30px; }
.footer__desktop-section { display: none; }
.footer__disc { opacity: 0.4; padding: 43px 0 32px; text-align: center; }
.footer__links a { display: block; margin-bottom: 15px; }
.footer__logo { position: relative; }
.footer__logo a { left: 0; margin: auto; position: absolute; right: 0; top: -22px; }
.footer__logo a img { height: 100%; }
.footer__logo--desktop { display: none; }
.footer__logo--mobile { display: block; height: 62px; width: 155px; }
.footer__middle { border-bottom: 1px solid #d8d8d8; display: flex; margin: auto; max-width: 1108px; padding-bottom: 50px; }
.footer__middle .icon { fill: var(--color-text-grey); height: 44px; opacity: 0.3; width: 40px; }
.footer__middle > div { flex: 1; }
.footer__middle h3 { margin-bottom: 15px; }
.footer__middle-apps p { margin: 0; max-width: 240px; }
.footer__mobile-menu a { border-bottom: 1px solid rgba(233,233,233,0.7); display: block; padding: 10px; text-align: center; }
.footer__mobile-menu li:last-child a { border-bottom: none; }
.footer__mobile-section { padding-top: 50px; }
.footer__systems-logos { align-items: center; display: flex; padding: 5px 0 20px; }
.footer__systems-logos .icon:first-child { height: 42px; }

.form__annotations { margin: 10px auto 20px; max-width: 355px; }
.form__annotations p { margin: 0; }
.form__annotations p:last-child span { font-weight: bold !important; margin-top: 5px; }

.franchise-page__contact-link { margin: 20px auto 50px; text-align: center; }
.franchise-page__contact-link a { color: var(--color-icons-dark) !important; text-decoration: underline; }
.franchise-page__container { padding: 30px 0; }
.franchise-page__container h2 { line-height: 1.2em; margin-bottom: 30px; padding: 0 30px; text-align: center; }
.franchise-page__h1 { margin-bottom: 20px; }
.franchise-page__info-block { background-color: var(--color-text-white); box-shadow: 0 0 20px rgba(0,0,0,0.05); margin: 0 auto 40px; max-width: 517px; padding: 30px; }
.franchise-page__info-block .icon { fill: var(--color-icons-dark); height: 20px; margin-right: 15px; min-width: 27px; width: 27px; }
.franchise-page__info-block h3 { align-items: center; display: flex; margin: 0; padding: 30px 0 17px; }
.franchise-page__info-block img { height: auto; width: 100%; }
.franchise-page__info-block li { margin-bottom: 10px; padding-left: 30px; position: relative; }
.franchise-page__info-block li:before { background-color: var(--color-icons-dark); border-radius: 50%; bottom: 0; content: ''; display: block; height: 5px; left: 11px; margin: auto; position: absolute; top: 0; width: 5px; }
.franchise-page__info-block ul { padding-top: 15px; position: relative; }
.franchise-page__info-block ul:after { background-color: var(--color-icons-dark); content: ''; display: block; height: 2px; left: 0; position: absolute; top: 0; width: 30px; }
.franchise-page__info-block ul:before { background-color: var(--color-border-grey); content: ''; display: block; height: 2px; position: absolute; top: 0; width: 100%; }
.franchise-page__info-block:nth-child(2) li:before { background-color: var(--color-focus); }
.franchise-page__info-block:nth-child(2) ul:after { background-color: var(--color-focus); }
.franchise-page__info-blocks { margin: auto; }
.franchise-section { background-color: var(--color-focus); padding: 53px 0; }
.franchise__logo { margin-bottom: 30px; text-align: center; }
.franchise__logo img { height: 130px; }
.franchise__promo { text-align: center; }
.franchise__promo-description { margin: 0; text-align: center; }
.franchise__promo-link { align-items: center; border: 1px solid var(--color-text-white); display: inline-flex; height: 30px; margin-top: 20px; padding: 3px 30px 0; text-align: center; }

.icon { display: block; height: 100%; width: 100%; }
.inline-item__popup .product-inline-item__qnt .product-item-amount-field-container { border-radius: 2px; border: 1px solid #e0e0e0; height: 35px; justify-content: space-between; text-align: left; width: 104px; }
.inline-item__popup .product-inline-item__qnt .product-item-amount-field-container .product-item-amount-field-btn-minus, .inline-item__popup .product-inline-item__qnt .product-item-amount-field-container .product-item-amount-field-btn-plus { background: none; height: 100%; }
.inline-item__popup .product-inline-item__qnt, .inline-item__popup .product-inline-item__sku { padding-bottom: 30px; }
.inline-item__popup .product-item-amount { text-align: left; }
.inline-item__popup .product-item-amount input.product-item-amount-field { color: var(--color-text-main); font-size: 16px; height: 100%; }
.inline-item__popup-close { height: 30px; opacity: .65; position: absolute; right: 50px; top: 50px; width: 30px; }
.inline-item__popup-close:after { transform: rotate(45deg); }
.inline-item__popup-close:after, .inline-item__popup-close:before { background: #575757; content: ''; display: block; height: 3px; left: -6px; position: absolute; top: 14px; width: 42px; }
.inline-item__popup-close:before { transform: rotate(-45deg); }
.inline-item__popup-close:hover { cursor: pointer; opacity: 1; transition: opacity 0.2s; }
.inline-item__popup-close:hover:after, .inline-item__popup-close:hover:before { background-color: var(--color-focus); transition: color 0.2s; }
.inline-item__popup-close:not(:hover) { transition: opacity 0.2s; }
.inline-item__popup-close:not(:hover):after, .inline-item__popup-close:not(:hover):before { transition: color 0.2s; }
.inline-item__popup-label { color: var(--color-text-main); font-size: 14px; line-height: 100%; margin-bottom: 8px; text-align: left; }
.inline-item__popup-title { font-family: 'King'; font-weight: bold; font-size: 22px; margin-bottom: 40px; text-align: center; }
.inline-item__popup.offers-opened { background-color: var(--color-text-white); bottom: 20px; box-sizing: border-box; left: 0; margin: auto; max-height: 530px; max-width: 920px; padding: 85px 0 75px; position: absolute; right: 0; top: 20px; }
.inline-item__popup.offers-opened .inline-item__popup-title { margin-bottom: 40px; }
.inline-item__popup.offers-opened .item-inline__popup-buttons { margin-top: 20px; }
.inline-item__popup.offers-opened > div { margin: auto; max-width: 60%; }
.inline-item__sku-selected { align-items: center; background-color: var(--color-text-white); border: 1px solid var(--color-border-grey); color: var(--color-text-main); cursor: pointer; display: flex; font-size: 18px; height: 40px; padding: 0 12px; position: relative; }
.inline-item__sku-selected + .product-item-scu-block { display: none; }
.inline-item__sku-selected.select-opened:after { transform: rotate(225deg); transition: all 0.2s; }
.inline-item__sku-selected:after { border-bottom: 3px solid var(--color-text-grey); border-right: 3px solid var(--color-text-grey); content: ''; display: block; height: 9px; margin: auto; position: absolute; right: 20px; top: 15px; transform: rotate(45deg); transition: all 0.2s; width: 9px; }
.item-inline__button-container--buy { margin-right: 1.7%; }
.item-inline__popup-button--to-shop { background: none; border-bottom: 1px solid var(--color-text-main); border: none; color: var(--color-text-main); font-weight: bold; font-size: 15px; line-height: 100%; margin-top: 25px; }
.item-inline__popup-button--to-shop:hover { border-color: var(--color-focus); color: var(--color-focus); transition: all 0.2s; }
.item-inline__popup-button--to-shop:not(:hover) { transition: all 0.2s; }
.item-inline__popup-buttons { display: flex; flex-wrap: wrap; justify-content: center; }
.item-inline__popup-buttons .item-inline__button--buy { background-color: var(--color-button); border: none; color: var(--color-text-white); }
.item-inline__popup-buttons .item-inline__button--buy, .item-inline__popup-buttons .item-inline__popup-link--to-element { align-items: center; border-radius: 2px; display: flex; font-family: "Muller Bold", serif; font-size: 15px; height: 60px; justify-content: center; line-height: 62px; }
.item-inline__popup-buttons .item-inline__button--buy:hover { background-color: var(--color-button--hover); transition: 0.2s; }
.item-inline__popup-buttons .item-inline__button--buy:not(:hover) { transition: 0.2s; }
.item-inline__popup-buttons .item-inline__popup-link--to-element { box-shadow: inset 0 0 0 1px var(--color-button); color: var(--color-button); margin-left: 1.7%; }
.item-inline__popup-buttons .item-inline__popup-link--to-element:hover { color: var(--color-button); }
.item-inline__popup-link { width: 48.3%; }
.overlay { display: none !important;
  /* background-color: rgba(0,0,0,0.5); bottom: 0; display: none; left: 0; opacity: 0; position: fixed; right: 0; top: 0; transition: 0.2s; z-index: 200;*/
}
.overlay.overlay--open { -webkit-transition: 0.2s; display: block; opacity: 1; transition: 0.2s; }
.popular-list__menu { padding-left: 20px; }
.popular-list__menu a { display: block; position: relative; white-space: nowrap; }
.popular-list__menu a:after { background: var(--white-gradient); content: ''; display: block; height: 100%; position: absolute; right: 0; top: 0; width: 40px; }
.popular-list__menu a:hover { color: var(--color-focus); transition: color 0.2s; }
.popular-list__menu a:not(:hover) { transition: color 0.2s; }
.popular-list__menu li { padding-bottom: 7px; }
.popular-list__menu li::marker { content: initial !important; }
.popular-lists-section { background-color: var(--color-icons-light); padding: 35px 0; }
.popular-lists-section .wrapper { display: flex; }
.popular__list { overflow: hidden; }
.popular__list h3 { margin: 0 0 15px; }
.popup--opened { overflow: hidden; position: fixed; width: 100%; }
.popup-window.popup-window-with-titlebar.popup__added-to-cart { align-items: center; bottom: 0; height: 100%; justify-content: center; left: 0 !important; margin: auto; max-width: 920px; padding: 0 20px; position: fixed !important; right: 0; top: 0 !important; width: 100%; z-index: 1210 !important; }
.popup__added-icon { position: relative; top: 4px; width: 58px; }
.popup__added-to-cart { background-color: var(--color-icons-dark); }
.popup__added-to-cart .popup-window-buttons { bottom: 30px; margin: 0 auto; padding: 0; position: absolute; width: calc(100% - 40px); }
.popup__added-to-cart .popup-window-buttons .popup-window-button { align-items: center; background: none; border-radius: 2px; box-shadow: none; display: flex; height: 40px; justify-content: center; line-height: 1em; margin: 0; padding: 0; text-transform: none; width: 100%; }
.popup__added-to-cart .popup-window-buttons .popup__button--to-cart { background-color: var(--color-button); }
.popup__added-to-cart .popup-window-buttons .popup__button--to-shop { font-size: 12px !important; margin-top: 15px; text-decoration: underline; }
.popup__added-to-cart .popup-window-content { background: none; }
.popup__added-to-cart .popup-window-content p { margin: 0; }
.popup__added-to-cart .popup-window-titlebar { height: auto; margin: 20px 0 12px; }
.popup__added-to-cart .popup-window-titlebar-text { height: auto; line-height: 1em; padding: 0; }
.popup__added-to-cart.popup-window-with-titlebar .popup-window-close-icon:after { content: none; }
.popup__added-to-cart.popup-window-with-titlebar .popup-window-content { flex: none; height: auto; padding: 0 0 30vh; }
.popup__icon--close { align-items: center; display: flex; justify-content: center; right: 20px; top: 20px; }
.popup__icon--close svg { height: 12px; }
.popup__icon-circle { align-items: center; background-color: var(--color-button); border-radius: 50%; display: flex; height: 89px; justify-content: center; min-height: 89px; width: 89px; }
.popup__multi-items .popup-window-close-icon { align-items: center; display: flex; justify-content: center; opacity: .65; right: 21px; top: 21px; }
.popup__multi-items .popup-window-close-icon:before { background-image: none; color: white; content: '\f00d'; font-family: FontAwesome, serif; font-size: 16px; }
.popup__multi-items .popup-window-titlebar { position: relative; }
.popup__multi-items .popup-window-titlebar:after { color: var(--color-text-white); content: "\f00c"; display: block; font-family: FontAwesome, serif; font-size: 66px; left: 0; margin: auto; position: absolute; right: 0; top: 12px; width: 66px; }
.popup__multi-items .popup-window-titlebar:before { background-color: var(--color-button); border-radius: 50%; content: ''; display: block; height: 89px; left: 0; margin: auto auto 20px; right: 0; width: 89px; }
.popup__offers-to-cart { background-color: rgba(0,0,0,0.65); display: none; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 999; }
.product-inline-item__qnt .product-item-amount-description-container { display: none; }
.product-inline-item__qnt .product-item-amount-field-container { display: inline-flex; }
.product-inline-item__sku { position: relative; z-index: 101; }
.product-inline-item__sku .product-item-scu-block { position: relative; }
.product-inline-item__sku .product-item-scu-item-list { background-color: var(--color-text-white); border-top: 0; border: 1px solid #dbdbe2; left: 2px; position: absolute; top: 0; width: 100%; }
.product-inline-item__sku .product-item-scu-item-text { color: var(--color-text-main); font-size: 15px; text-align: left; text-transform: initial; }
.product-inline-item__sku .product-item-scu-item-text-block { outline: none; padding: 0; }
.product-inline-item__sku .product-item-scu-item-text-container { display: block; padding: 8px 12px; }
.product-inline-item__sku .product-item-scu-item-text-container:hover { background-color: #f9f9f9; cursor: pointer; transition: background-color 0.1s; }
.product-inline-item__sku .product-item-scu-item-text-container:not(:hover) { transition: background-color 0.1s; }
.product-item__button--buy-popup { background-color: var(--color-button); border-radius: 2px; border: 0; color: var(--color-text-white); font-size: 12px; height: 30px; line-height: 32px; margin: 0; padding: 0 30px; width: auto; }
.product-item__button--buy-popup:hover { background-color: var(--color-button--hover); transition: 0.2s; }
.product-item__button--buy-popup:not(:hover) { transition: 0.2s; }

/**/
.public-page{}
.public-page h1 { text-align: center; font-size:22px }
.public-page h2 { text-align: left; font-size:18px}
.public-page h3 {  font-size:16px}

.public-page-header {  background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; flex-direction: column; justify-content: center; min-height: 250px; }
.public-page-header-logo  .icon { fill: var(--color-text-white); height: 40px; margin: auto; width: 38px; }
.public-page-header h1{ color:#fff; text-align:center}
.public-page-header h2{ color:#fff; text-align:center; }
.public-page-header p{ color:#fff; text-align:center}

.public-page-inner{ background: #fff; padding: 15px; margin:20px 0  }

.section-text-list-blocks{ margin: 15px 0}
.section-text-list-blocks .list-blocks-item{border: 1px solid var(--color-light-blue); padding: 15px; border-radius: 15px; margin-bottom: 20px; box-sizing: border-box}
.section-text-list-blocks .list-blocks-item h3{ color: var(--color-blue); margin: 0; margin-bottom: 10px; font-size:16px; font-weight: bold}
.section-text-list-blocks .list-blocks-item p{ margin: 0}

/**/
.public-page .franchise-page__h1-container { background-image: url("assets/images/franchise-bg.png"); background-position: center; background-repeat: no-repeat; background-size: cover; display: flex; flex-direction: column; justify-content: center; min-height: 250px; }
.public-page .franchise-page__h1-container .icon { fill: var(--color-text-white); height: 40px; margin: auto; width: 38px; }
.public-page .franchise-page__h1-container h1 { margin: 0; }
.public-page .franchise-page__h1-container p { line-height: 1.61em; margin: 0 auto; max-width: 1000px; padding: 0 30px; text-align: center; }

.row { margin: 0; }
.self__delivery--address { color: var(--color-button); font-size: 13px; }

.work-area { background-color: var(--color-backgroung); overflow: hidden; }
.wrapper { margin: 0 auto; max-width: 1240px; padding: 0 15px; width: 100%; position: static }


.footer__links a, .popular-list__menu a, .popular-list__menu li::marker { font-size: 12px; }
.header__auth-link, .header__phone, .header__user-button { font-size: 12px; display: flex }
.bx-aside-nav .header__authorization .header__auth-link--registration, .header__social-links { display: none; }
.header__catalog-menu { display: none; z-index: 50 }
.header__logotype { bottom: 11px; }
.popular-lists-section { overflow-x: scroll; }
.popular__list { min-width: 170px; }
.popular__list:last-child { min-width: 230px; }
.trends__best-sellers { display: none; }
.catalog-swiper-pagination { display: none; }


/**/
.menu-topsale .menu-topsale-container{position: absolute;  left: 0; right: 0; top:100%; margin: auto; background: #fff; opacity: 0; max-height: 0; overflow: hidden;
  box-shadow: 0 5px 15px -5px rgb(0 0 0 /15%); transition: opacity .2s}
.menu-topsale .menu-topsale-inner{ width: 100%; max-width: 1240px; margin: auto; display: flex; flex-wrap: wrap; justify-content: space-between}
.menu-topsale{ margin: 0; padding: 0; list-style: none; display: flex;}
.menu-topsale > li{}
.menu-topsale > li:hover .menu-topsale-inner{  }

.menu-topsale .menu-topsale-root{ display: flex; flex: 1; align-items: center; cursor: pointer}
.menu-topsale .menu-topsale-root.is-active .menu-topsale-container{ opacity: 1; max-height: 500px; padding: 20px; }
.menu-topsale .menu-topsale-root.is-active > span{ color: var(--color-text-red)}
.menu-topsale .menu-topsale-item{ width: calc(25% - 20px); margin-bottom: 20px}
.menu-topsale .menu-topsale-item a{ padding: 5px; display: flex; align-items: center; cursor: pointer; background: #fff; border-radius: 4px; transition: .3s}
.menu-topsale .menu-topsale-item a:hover{ box-shadow:0 5px 15px -6px rgb(37 38 102 / 20%)}
.menu-topsale .menu-topsale-item img{width: 40px;height: 40px; margin-right:5px; object-fit: contain; flex-shrink: 0; border: 1px solid var(--color-border-grey); border-radius: 4px}
.menu-topsale .menu-topsale-item span{ font-size: 13px; font-weight: normal; text-transform: none; color: inherit !important }
/**/
.message-box{ padding: calc(5% + 20px) calc(5% + 10px); background: #fff; text-align: center  }
.message-box *{text-align: center  }

/**/
.delivery__article-image { display: none; }
.delivery__thesis { text-align: center; }

.trends-section { margin: 15px 0 20px; overflow: hidden  }
.trends-section .catalog-swiper-pagination{ display: none}

/**/
.catalog-items { display: flex; flex-wrap: wrap; justify-content: space-between; padding: 5px; box-sizing: border-box}
.catalog-items .catalog-item { flex-basis: 50%; width: 50%; box-sizing: border-box; padding: 5px; height: unset; position: relative}
.catalog-items .product-item {display:block; box-sizing:border-box; padding:15px; background: #fff; border-radius: 2px; height: 100%}
.catalog-items .product-item .product-item-price-current {font-size:14px; color:var(--color-text-main);font-weight: bold;}
.catalog-items .product-item .product-item-price-old {font-size:11px; color:var(--color-text-grey); position: relative; margin-left: 7px;}
.catalog-items .product-item .product-item-price-old:after {  content: "";  display: block;  position: absolute;  top: 45%;  left: 0;  width: 100%;  height: 1px;  background: #a1a1a1;  }
.catalog-items .product-item .product-item-title { font-size:13px;     color:var(--color-text-main);    font-weight: bold;}

.product-item .product-item-inner{ min-height: 100%; display: flex; flex-direction: column; justify-content: space-between;  background: #fff; z-index: 10; position: relative}
.product-item .product-item-image{ height: 180px;}
.product-item .product-item-image img{ width: 100%; height: 100%; display: block; object-fit: contain;}
.product-item .product-item-title{ flex: 1; margin-top: 15px;}
.product-item .product-item-title h3{ font-size: 13px; line-height: 1.4; margin: 0; overflow-x: auto}
.product-item .product-item-rating{ display: flex; margin-top: 5px}
.product-item .product-item-cart{ margin-top: 10px;}
.product-item .product-item-price{display: flex; align-items: flex-end;}
.product-item .product-item-action{ display: flex; justify-content: space-between; align-items: center}
.product-item .product-item-buttons{  margin-top: 10px;}
.product-item .btn  { background-color: var(--color-button--hover); color: #fff; transition: 0.2s;  min-width: 90px;}
.product-item .btn.btn-gray  { background-color: var( --color-light-grey); color: #000;  }

.product-item .btn:hover{}

.product-item .product-item-availability{ margin-top: 8px; font-size: 12px}
.product-item .product-item-availability .in-stock{ color: #36ac46; font-weight: bold;opacity: 1 }
.product-item .product-item-availability .out-stock{  opacity: .7 }

.price > span{ font-family: system-ui, sans-serif; font-weight: 700}


/** stars **/
.stars{ display: inline-block; position: relative; height: 12px; font-size: 0; line-height: 0; z-index: 100}
.stars span{ display: inline-block; width: 12px; height: 12px; margin:0px 1px;   }
.stars:before{content: ""; display: block; position: absolute; top:0; left: 0; width: 100%; height: 100%; background-repeat: repeat-x; background-position: left center; background-size: 14px 12px; z-index: -2; background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgMEw3Ljk5NiAzLjI1Mjc0TDExLjcwNjMgNC4xNDU5TDkuMjI5NTkgNy4wNDkzNkw5LjUyNjcxIDEwLjg1NDFMNiA5LjM5NThMMi40NzMyOSAxMC44NTQxTDIuNzcwNDEgNy4wNDkzNkwwLjI5MzY2MSA0LjE0NTlMNC4wMDQgMy4yNTI3NEw2IDBaIiBmaWxsPSIjRURFRUVDIi8+Cjwvc3ZnPgo=");}
.stars .stars-on{position: absolute; top:0; left: 0; width:0; height: 100%; background-repeat: repeat-x; background-position: left center; background-size: 14px 12px; z-index: -1; background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgMEw3Ljk5NiAzLjI1Mjc0TDExLjcwNjMgNC4xNDU5TDkuMjI5NTkgNy4wNDkzNkw5LjUyNjcxIDEwLjg1NDFMNiA5LjM5NThMMi40NzMyOSAxMC44NTQxTDIuNzcwNDEgNy4wNDkzNkwwLjI5MzY2MSA0LjE0NTlMNC4wMDQgMy4yNTI3NEw2IDBaIiBmaWxsPSIjRkZDODMzIi8+Cjwvc3ZnPgo=");}
.stars.active:hover .stars-on{ display: none}
.stars.active:hover span.star-over{ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxMiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYgMEw3Ljk5NiAzLjI1Mjc0TDExLjcwNjMgNC4xNDU5TDkuMjI5NTkgNy4wNDkzNkw5LjUyNjcxIDEwLjg1NDFMNiA5LjM5NThMMi40NzMyOSAxMC44NTQxTDIuNzcwNDEgNy4wNDkzNkwwLjI5MzY2MSA0LjE0NTlMNC4wMDQgMy4yNTI3NEw2IDBaIiBmaWxsPSIjRkZDODMzIi8+Cjwvc3ZnPgo=");}
.stars.active span.star-active{ cursor: pointer}
/** -stars- **/

/** swiper **/
.swiper-progress-bar{ display:  none}

.catalog-swiper-arrows { position: absolute; top:50%; left: 0; right: 0; margin:auto;  display: none; z-index: 20 }
.catalog-swiper-arrows .swiper-arrow {  height: 74px; width: 74px; opacity: 0.4; position: absolute; transform: translateY(-50%);  transition: opacity 0.2s; }
.catalog-swiper-arrows .swiper-arrow.swiper-button-disabled{ opacity: 0}
.catalog-swiper-arrows div:before { border-bottom: 3px solid var(--color-text-grey); border-right: 3px solid var(--color-text-grey); bottom: 0; content: ''; display: block; height: 21px; left: 0; margin: auto; position: absolute; right: 0; top: 0; width: 21px; }
.catalog-swiper-arrows .swiper-arrow:hover { opacity: 1; }
.catalog-swiper-arrows .arrow-next { right: -50px; }
.catalog-swiper-arrows .arrow-next:before { transform: rotate(-45deg); }
.catalog-swiper-arrows .arrow-prev { left: -50px; }
.catalog-swiper-arrows .arrow-prev:before { transform: rotate(135deg); }
.catalog-swiper-pagination { display: flex; justify-content: center; margin-top: 35px; }
.catalog-swiper-pagination .swiper-pagination-bullet { background-color: var(--color-light-grey); border-radius: 50%; display: block; height: 10px; margin: 0 4px; max-width: 10px; transition: background-color 0.2s; width: 10px; }
.catalog-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active { background-color: var(--color-icons-black); transition: background-color 0.2s; }
/** -swiper- **/



/**/
.text-section{ max-width: 1240px;margin: auto; margin-bottom: 30px; padding-top: 15px;}
.text-section .section-title { padding: 0 15px;}
.text-content{background: #fff; padding: 15px}

/**/
.article{ background-color: #fff}
.article h1{ margin: 0; padding: 15px; background: #f7f7f7; text-align: center }
.article .article-inner{ padding: 15px 0}

/*ov*/
.over-container{position:fixed;  top:135px;   left:0; bottom:0; right:0; margin: auto;  overflow:hidden; z-index:2500; background: #fff;
  background-color:#fff; opacity: 0;  visibility: hidden;   transition: opacity .3s ease, visibility 0s ease .3s; height: calc(100% - 95px) }
#over-container-filter-container{ z-index: 700}
.over-container.is-open{ opacity: 1; visibility: visible;  transition: opacity .3s ease, visibility 0s ease 0s; }
.over-content{ height: 100%; width: 100%;   overflow:auto; box-shadow: -4px 0px 6px -2px rgba(0 0 0 / 16%); }
.over-container.filter{ background-color:rgba(1, 1, 1, 0); background-image:none;}
.overheight-close{ display:none;  width:20px; height:22px; position:absolute; top:20px; right:20px; z-index:10100}
.overheight-close:before,
.overheight-close:after{ content:""; position:absolute; display:block; height:100%; width:5px; background:#fff;}
.overheight-close:before{-webkit-transform: skewX(45deg);transform: skewX(45deg);}
.overheight-close:after{-webkit-transform: skewX(-45deg);transform: skewX(-45deg);}
.over-container .overheight_close_button{ width:28px; height:28px; position:fixed; top:12px; right:12px; background-repeat: no-repeat; background-position: center; background-size: 20px; background-image:url(images/sprite-icons.svg#close); border-radius: 50%; background-color: #DDDDE8}

.over-container .over-content{ background: #fff;}

.price-currency{ font-family: sans-serif}
/**/
.bx-basket-block a {  display: block;  height: 21px;  width: 21px; }

.header-cart-count {  text-align: center;  position: absolute;  right: -10px;  top: -10px;  line-height: 18px;  width: 18px;  height: 18px;
  border-radius: 50%;  background-color: var(--color-focus);  border: 1px solid #fff;  color: #fff;  font-size: 11px;  opacity: 0;  transition: all 0.3s;}
.header-cart-count.is-show{ opacity: 1}

.header-favorites-count {  text-align: center;  position: absolute;  right: -10px;  top: -10px;  line-height: 18px;  width: 18px;  height: 18px;
  border-radius: 50%;  background-color: var(--color-focus);  border: 1px solid #fff;  color: #fff;  font-size: 11px;  opacity: 0;  transition: all 0.3s;}
.header-favorites-count.is-show{ opacity: 1}

.bx-basket-item-list-wrapper { display: none }
.bx-basket-item-list-container {   padding-top: 5px; }
.bx-basket-item-list-products{overflow-y: auto;  max-height: 300px;}
.bx-basket-item-list-item { display: flex;  position: relative;  padding: 7px 10px; }
.bx-basket-item-list-item:last-child {  margin-bottom: 0;  border-bottom: none; }
.bx-basket-item-list-item-status {  font-size: 10px;  text-transform: uppercase;  color: var(--color-text-grey); background-color: var(--color-backgroung);
  line-height: 28px; text-align:center; letter-spacing: .5px; }
.bx-basket-item-list-item-img { width: 60px; height: 60px; flex-shrink: 0; margin-right: 5px}
.bx-basket-item-list-item-img a {  display: block; }
.bx-basket-item-list-item-img img { width:100%; height:100%; object-fit: contain; display: block;  margin: auto; }
.bx-basket-item-product-info {  border-bottom: 2px solid #f1f1f1; padding-right: 5px; flex-grow: 1 }
.bx-basket-item-list-item:last-child .bx-basket-item-product-info {  border-bottom: none; }
.bx-basket-item-list-item-name {  padding-bottom: 5px; display: flex; justify-content: space-between; }
.bx-basket-item-list-item-name a {  display: block; font-size: 12px;  line-height: 1.5em; transition: color 0.15s; color: var(--color-text-main);}
.bx-basket-item-list-item-name a:hover {  color: var(--color-focus);  transition: color 0.15s; }
.bx-basket-item-list-item-remove{ margin-left: 10px}
.bx-basket-item-list-item-remove button{ width: 16px; height: 16px;    background-repeat: no-repeat; background-position: center; background-size: 20px; background-image:url(images/sprite-icons.svg#icon-remove);}
.bx-basket-item-list-item-total{ display: flex; justify-content: space-between; color: rgb(0 0 0 / 70%)}
.bx-basket-item-list-item-price-block {  padding-bottom: 5px;  font-size: 12px; }
.bx-basket-item-list-item-price {  color: var(--color-text-main);}
.bx-basket-item-list-item-price-old {  font-size: 12px;  color: var(--color-text-grey);}
.bx-basket-item-list-item-sum span{ font-weight: bold; color: rgb(0 0 0 / 100%)}
.bx-basket-item-list-item-count span{font-weight: bold; color: rgb(0 0 0 / 100%)}
.bx-basket-summary-count {  font-size: 12px;  color: var(--color-text-main); }
.bx-basket-item-list-summary{  padding:15px;  background-color: var(--color-backgroung); }
.bx-basket-summary-info {  display: flex;  justify-content: space-between;  align-items: center;  margin-bottom: 10px; }
.bx-basket-summary-total {  font-size: 17px;  color: var(--color-text-main);}
.bx-basket-summary-count {  font-size: 12px;  color: var(--color-text-main);}
.bx-basket-item-list-button-container{ display: flex; justify-content: space-between}
.bx-basket-item-list-summary .btn-primary {  background-color: var(--color-button);  border: none;  transition: background-color 0.2s;}
.bx-basket-item-list-summary .btn-primary:hover {  background-color: var(--color-button--hover);   }
.bx-basket-item-list-summary .btn-secondary {  box-shadow: inset 0 0 0 1px #ccc;  color: var(--color-button) !important;   transition: color 0.2s;}
.bx-basket-item-list-summary .btn-secondary:hover {  color: var(--color-focus) !important;    }



/**/
.page404 .message-block {padding: 30px 0; text-align:center}
.page404 h2{ font-weight: 900;  text-align:center; font-size:60px; margin: 0; color: var(--color-light-blue) }
.page404 h2 span{ color: var(--color-blue)}
.page404 .message-block a {color: var(--color-blue); text-decoration: underline ;cursor:pointer}


@media (min-width: 480px) {
  .franchise-page__h1 { align-items: center; display: flex; justify-content: center; }
  .public-page .franchise-page__h1-container .icon { margin: 0 10px 0 0; }
  .public-page-inner{ padding: 20px;}
}

@media (min-width: 600px) {
  .catalog-items .catalog-item {flex-basis: 33.3333%;}
}

@media (min-width: 768px) {

  .contacts__container .wrapper { display: flex; flex-direction: row-reverse; }
  .contacts__info { padding-right: 30px; }
  .contacts__map { min-width: 420px; }


  .public-page h1 { margin-bottom: 20px; font-size: 26px; }

  .section-text-list-blocks{ display: flex; flex-wrap: wrap; justify-content: space-between; margin: 0 -10px }
  .section-text-list-blocks .list-blocks-item{ flex-basis: calc(50% - 20px); margin: 10px; flex-grow: 1;  }
}


@media (min-width: 950px) {
  body{ padding-top: 115px;}
  .franchise-page__info-block h3 { font-size: 18px; }
  .franchise__promo-description, .franchise__promo-link { font-size: 13px; }
  .franchise__promo-title { font-size: 18px; }
  .popular__list h3 { font-size: 16px; }
  .popup__added-to-cart .popup-window-content p { color: var(--color-text-grey); font-size: 15px; }
  .popup__added-to-cart .popup-window-titlebar-text { color: var(--color-text-main); font-size: 22px; }
  .public-page .franchise-page__h1-container p { font-size: 16px; }

  .public-page h1 { font-size: 28px; }

  .auth__container { padding: 50px 0; }
  .auth__container .bx-authform-formgroup-container .btn-primary:hover { background-color: var(--color-button--hover); transition: background-color 0.2s; }
  .auth__container .bx-authform-formgroup-container .btn-primary:not(:hover) { transition: background-color 0.2s; }
  .auth__section h1 { padding: 26px 0 23px; }
  .bx-aside-nav .header__user-menu a:not(:hover), .header__user-menu a:not(:hover) { transition: color 0.2s; }
  .catalog-inline__articles { overflow: visible; }
  .catalog-inline__articles .product-item { background: var(--color-text-white); width: 100%; }
  .catalog-inline__articles .product-item-hidden[data-entity="props-block"] { display: none !important; }
  .delivery__alert--first, .self__delivery--alert { font-size: 14px; }
  .delivery__alert--second { font-size: 14px; }
  .delivery__article { display: flex; padding-top: 60px; }
  .delivery__article--self-delivery, .delivery__article--alert { align-items: center; }
  .delivery__articles { padding-bottom: 70px; }
  .delivery__notification { font-size: 14px; }
  .delivery__tariff { font-size: 14px; padding-bottom: 4px; }
  .delivery__theses { display: flex; }
  .delivery__thesis p { font-size: 14px; padding-right: 20px; }
  .footer__desktop-section { display: block; padding-top: 50px; }
  .footer__logo--desktop { display: block; height: 80px; top: -56px !important; width: 87px; }
  .footer__logo--mobile { display: none; }
  .footer__mobile-section { display: none; }
  .form__annotations { margin-bottom: 30px; }
  .franchise-page__info-block { margin-bottom: 0; max-width: none; padding: 40px; }
  .franchise-page__info-block--solo { display: flex; grid-column-end: 3; grid-column-start: 1; }
  .franchise-page__info-block--solo img { padding-right: 40px; }
  .franchise-page__info-blocks { display: grid; grid-column-gap: 4%; grid-row-gap: 30px; grid-template-columns: 48% 48%; grid-template-rows: auto auto; }
  .franchise__container { display: flex; justify-content: center; }
  .franchise__logo { margin: 0; width: 240px; }
  .franchise__logo img { height: 176px; }
  .franchise__promo { text-align: left; width: 450px; }
  .franchise__promo-description { font-size: 14px !important; text-align: left; }
  .franchise__promo-title { text-align: left; }

  .header__top-bar .wrapper { height: 35px; }
  .header__logotype-wrapper { width: 90px }
  .is-scroll .header__logotype-wrapper { width: 70px }
  .header__authorization{ display: flex; z-index: 1000}
  .header__mobile-menu { display: none; }

  .header__user-menu a:hover, .bx-aside-nav .header__user-menu a:hover { color: var(--color-focus); transition: color 0.2s; }
  .header__workspace .header__mobile-menu-container { display: none; }
  .header__workspace .header__favorites{ display: flex}

  .header__workspace .header__top-50,
  .header__workspace .header__best-price,
  .header__catalog-menu{ display: flex}


  .header__middle .wrapper { height: 80px; }
  .is-scroll .header__middle .wrapper{height: 50px;}
  .header__workspace{ flex-basis: 380px}
  .header__workspace .header__workspace-item{ flex-basis: auto; min-width: 50px; justify-content: flex-end; align-items: center}
  .header__workspace .header__workspace-item.header__top-50{ align-items: stretch}
  .header__workspace .header__profile{display: none}
  .header__workspace .header__search{  }


  .popular-list__menu li { padding-bottom: 12px; }
  .popular__list { width: 25%; }
  .popular__list h3 { margin-bottom: 22px; }
  .popup-window-overlay { opacity: .8; }
  .popup-window.popup-window-with-titlebar.popup__added-to-cart { background-color: var(--color-text-white); max-height: 460px; min-height: 320px; padding: 85px 0 75px; }
  .popup__added-to-cart .popup-window-buttons { bottom: auto; position: relative; width: 250px; }
  .popup__added-to-cart .popup-window-buttons .popup-window-button { height: 60px; }
  .popup__added-to-cart .popup-window-buttons .popup__button--to-shop { color: var(--color-text-main) !important; font-size: 15px !important; margin-top: 7px; }
  .popup__added-to-cart .popup-window-titlebar { margin: 13px 0 17px; }
  .popup__added-to-cart.popup-window-with-titlebar .popup-window-content { padding: 0 0 23px; }
  .popup__icon--close { height: 30px; right: 40px; top: 40px; width: 30px; }
  .popup__icon--close svg { display: none; }
  .popup__icon--close:after { content: '' !important; transform: rotate(45deg); }
  .popup__icon--close:after, .popup__icon--close:before { background-color: var(--color-text-grey); display: block; height: 3px; left: -6px; position: absolute; top: 14px; width: 42px; }
  .popup__icon--close:before { content: '' !important; transform: rotate(-45deg); }
  .popup__multi-items .popup-window-close-icon { height: 42px; right: 42px; top: 42px; width: 42px; }
  .popup__multi-items .popup-window-close-icon:after { transform: rotate(-45deg); }
  .popup__multi-items .popup-window-close-icon:before { transform: rotate(45deg); }
  .popup__multi-items .popup-window-close-icon:before, .popup__multi-items .popup-window-close-icon:after { background-color: #575757; background-image: none; bottom: 0; content: "" !important; height: 3px; left: 0; margin: auto; position: absolute; right: 0; top: 0; width: 42px; }
  .popup__multi-items .popup-window-close-icon:hover:after, .popup__multi-items .popup-window-close-icon:hover:before { background-color: var(--color-focus); transition: 0.2s; }
  .popup__multi-items .popup-window-close-icon:not(:hover):after, .popup__multi-items .popup-window-close-icon:not(:hover):before { transition: 0.2s; }
  .product-item-button-container .btn:hover { background-color: var(--color-button--hover); transition: background-color 0.2s; }
  .product-item-button-container .btn:not(:hover) { transition: background-color 0.2s; }
  .self__delivery--address { font-size: 14px; }


  .catalog-items.swiper-wrapper{ flex-wrap: nowrap; padding: 0}
  .catalog-swiper .catalog-item{flex-basis: calc(25% - 20px)}
  .catalog-swiper .catalog-item:first-child{ margin-left: 5px}
  .catalog-swiper .catalog-item:last-child{ margin-right: 5px}

}

@media (min-width: 1024px) {
  .work-area{ overflow: visible}

  .franchise-page__info-blocks { grid-row-gap: 40px; }

  .header__logotype-wrapper{ width: 180px}
  .is-scroll .header__logotype-wrapper{ width: 130px}
  .header__logotype-wrapper .logo-mobile{ display: none}
  .header__logotype-wrapper .logo-desktop{ display: block;}
  .header__logotype-wrapper .logo-slogan{ display: block}
  .header-link{ font-size: 13px;}

  /**/
  .header .bx-basket-item-list-wrapper{  display: none;  position: absolute;  top:40px;  right: -10px; padding: 30px 10px 10px 10px; transition: opacity 0.3s;
    overflow: hidden; max-height: 0; opacity: 0; z-index: 10}
  .is-scroll .header .bx-basket-item-list-wrapper{ top: 25px; padding-top: 25px}
  .header .bx-basket-item-list {  width: 340px;  box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.2); border-radius: 6px; background: #fff; overflow: hidden}
  .header .bx-basket:hover .bx-basket-item-list-wrapper,
  .header .bx-basket-item-list-wrapper:hover{ display:block; max-height: unset; opacity: 1}
  .header .bx-basket-item-list-wrapper.is-hide{ display: none !important; visibility: hidden}

  .catalog-items .catalog-item{ padding: 0 10px; z-index: 100}
  .catalog-items .catalog-item:hover{ z-index: 200}
  /*.catalog-items .catalog-item:hover .product-item{ position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto;  transition: .2s }*/
  .catalog-items .product-item:before{ display: block; content: ""; position: absolute; top:-20px; bottom: -40px; left: -10px; right: -10px; margin: auto;
    z-index: 0;   transition: .2s}
  .catalog-items .product-item:hover:before{ background: #fff; box-shadow: 0 0 18px -5px rgb(0 0 0 / 15%)}

  .catalog-search .catalog-items .catalog-item {flex-basis: 25%;}


  .product-item .product-item-title{ text-align: center}
  .product-item .stars{ margin: auto}
  .product-item .product-item-price{  justify-content: center}
  .product-item .product-item-availability{ text-align: center}
  .product-item .product-item-action{ position: absolute; bottom: -50px; left: 0; right: 0; margin: auto; opacity: 0;  transition: .2s}
  .product-item:hover .product-item-action{ bottom: -42px ;opacity: 1;     }
  .product-item .product-item-buttons{margin: auto;  }

  /** swiper **/
  .catalog-swiper-arrows{ display: block}

  /** /swiper **/

  /** catalog-swiper **/
  .catalog-swiper{width: calc(100% - 80px); max-width: 1140px; margin:40px auto; box-sizing: border-box; overflow: visible; }
  .catalog-swiper{width: calc(100% - 80px); max-width: 1140px; margin:40px auto; box-sizing: border-box; overflow: visible; }
  .catalog-swiper .catalog-item{flex-basis: 25%; }
  .catalog-swiper .catalog-item:first-child{  margin-left: unset}
  .catalog-swiper .catalog-item:last-child{ margin-right: unset}

  .catalog-swiper .swiper-slide   { opacity: 0; transition: opacity 0.2s; }
  .catalog-swiper .swiper-slide.swiper-slide-fully-visible   { opacity: 1; transition: opacity 0.2s; }
  .catalog-swiper .swiper-slide.swiper-slide-fully-visible:after { background-color: transparent; height: 0; left: 0; opacity: 0; top: 0; transition: 0.2s; width: 0; }
  .catalog-swiper .swiper-slide:after { background-color: var(--color-backgroung); content: ''; height: 100%; left: 0; opacity: 1; position: absolute; top: 0; transition: 0.2s; width: 100%; }
  .catalog-swiper h2 { margin-bottom: 10px; text-align: left; }

  .swiper-progress-bar{  display: block;  height: 1px;  background-color: var(--color-border-grey);}
  .swiper-progress-line { background-color: var(--color-focus); height: 100%; transition: width 0.2s; width: 0; }
  /** /catalog-swiper **/

  .section-title{}
  .section-title-tabs{ justify-content: center; padding-top: 10px }
  .section-title-tabs a{ font-size: 14px; margin: 0 20px; letter-spacing: .5px; }


  /**/
  .text-section{ padding-left: 15px; padding-right: 15px }
  .text-section .section-title { padding: 0px;}
  .text-content{padding: 15px}

  .public-page h1 { text-align: center; font-size:32px }
  .public-page h2 {   font-size:22px}
  .public-page h3 {  font-size:16px}
  .public-page-inner{ padding: 30px;}

   .list-blocks-item{padding: 20px;}
  .list-blocks-item{ flex-basis: calc(50% - 15px)}

  .page404 h2{ font-size:80px;}


}
@media (min-width: 1200px) {


  .catalog-section .catalog-items .catalog-item {flex-basis: 25%;}
  .catalog-search .catalog-items .catalog-item {flex-basis: 20%;}


}

