

/* Start:/local/templates/new-design/public/css/catalog.css?177874826179832*/
@font-face {
  font-family: 'Montserrat';
  src: url('/local/templates/new-design/public/fonts/montserrat-regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/local/templates/new-design/public/fonts/montserrat-medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/local/templates/new-design/public/fonts/montserrat-semibold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('/local/templates/new-design/public/fonts/montserrat-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --yellow: #F4D86E;
  --blue: #0073DD;
  --gray: #333333;
  --red: #E63946;
}
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: 0;
}
html,
body {
  margin: 0;
}
html {
  height: 100%;
}
body {
  color: #2E4055;
  font-family: 'Montserrat', sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
body[data-over=modal-open] {
  overflow: hidden;
}
.advertising-strip {
  background: var(--yellow);
  text-align: center;
  padding: 8px;
}
.advertising-strip.top {
  position: relative;
  z-index: 4;
}
.advertising-strip a {
  font-weight: 500;
  color: var(--blue);
}
.advertising-strip svg {
  display: inline;
  vertical-align: bottom;
}
[onclick] {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
input,
select,
textarea,
button {
  font-family: 'Montserrat', sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type=number] {
  -moz-appearance: textfield;
}
a {
  color: inherit;
  text-decoration: none;
}
svg {
  fill: currentColor;
  stroke: currentColor;
  display: block;
}
img {
  max-width: 100%;
  height: auto;
}
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1168px;
  width: 100%;
}
h1.h2 {
  padding: 16px 0;
  margin: 0;
}
.h1 {
  color: #333;
  font-size: 32px;
  font-weight: 500;
  line-height: 38px;
  margin: 0;
}
.h2 {
  color: #181818;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
}
.main-title {
  margin-bottom: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.main-title .h1,
.main-title .h2 {
  flex: 1 1 50%;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.section {
  padding-top: 48px;
  padding-bottom: 48px;
}
.btn {
  color: var(--yellow);
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  text-align: center;
  background: #595959;
  padding: 0 12px;
  min-height: 40px;
  transition: background 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.btn:hover {
  background: #444;
}
.btn:active {
  background: var(--gray);
}
.btn.disabled {
  background: #E4E4E4;
  color: #999;
  cursor: auto;
  pointer-events: none;
}
.btn.isLoading {
  pointer-events: none;
  color: transparent !important;
  position: relative;
}
.btn.isLoading:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
  background: url('/local/templates/new-design/resources/img/preloader.gif') no-repeat center;
  background-size: contain;
}
.btn-lg {
  font-size: 18px;
  line-height: 24px;
  min-height: 48px;
}
.btn-sm {
  min-height: 32px;
}
.btn-outline {
  color: #555;
  background: transparent;
  box-shadow: 0 0 0 1px #595959 inset;
}
.btn-outline:hover {
  background: var(--yellow);
  color: var(--gray);
}
.btn-outline:active {
  background: #F6F6F6;
}
.btn-link {
  color: #555;
  font-size: 18px;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 5px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-link:hover,
.btn-link:active {
  color: var(--gray);
}
.btn-link.disabled {
  color: #999;
  cursor: auto;
  pointer-events: none;
}
.dropdown {
  position: relative;
}
.dropdown.open .dropdown-menu {
  display: block;
}
.dropdown-toggle {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 14px;
}
.dropdown-toggle svg {
  flex: none;
}
.dropdown-menu {
  background: #fff;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 2px;
  min-width: 100%;
  display: none;
  z-index: 4;
}
.text-muted {
  color: #999;
}
.form-group {
  margin-bottom: 8px;
}
.form-group.is-invalid .select,
.form-group.is-invalid .form-control {
  border-color: #F3767F;
}
.form-group:not(.is-invalid) > .invalid-feedback {
  display: none;
}
.form-group label {
  display: table;
  margin-bottom: 8px;
}
.form-label {
  color: var(--gray);
  font-size: 14px;
  line-height: 18px;
  display: table;
  margin-bottom: 8px;
}
.form-control {
  font-size: 16px;
  border: 1px solid #E4E4E4;
  padding: 8px 16px;
  border-radius: 3px;
  min-height: 40px;
  width: 100%;
}
.form-control:focus {
  border-color: var(--yellow);
}
textarea.form-control {
  line-height: 24px;
  padding-top: 15px;
  display: block;
  resize: none;
}
.form-check > label {
  position: relative;
  cursor: pointer;
  min-height: 24px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.form-check > label input {
  visibility: hidden;
  position: absolute;
}
.form-check > label input:checked ~ .checked {
  border-color: #F4D86E;
  background-color: #F4D86E;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.025 0.400049C10.725 0.100049 10.275 0.100049 9.975 0.400049L4.35 6.02505L2.025 3.70005C1.725 3.40005 1.275 3.40005 0.975 3.70005C0.675 4.00005 0.675 4.45005 0.975 4.75005L3.825 7.60005C3.975 7.75005 4.125 7.82505 4.35 7.82505C4.575 7.82505 4.725 7.75005 4.875 7.60005L11.025 1.45005C11.325 1.15005 11.325 0.700049 11.025 0.400049Z' fill='%23555555'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.form-check > label .checked {
  position: relative;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  flex: none;
}
.form-check.disabled > label {
  pointer-events: none;
  color: #999;
}
.form-check.disabled > label .checked {
  background: #F6F6F6;
}
.form-radio > label {
  position: relative;
  cursor: pointer;
  min-height: 24px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.form-radio > label input {
  visibility: hidden;
  position: absolute;
}
.form-radio > label input:checked ~ .checked {
  border-color: #F4D86E;
  background-color: #F4D86E;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.025 0.400049C10.725 0.100049 10.275 0.100049 9.975 0.400049L4.35 6.02505L2.025 3.70005C1.725 3.40005 1.275 3.40005 0.975 3.70005C0.675 4.00005 0.675 4.45005 0.975 4.75005L3.825 7.60005C3.975 7.75005 4.125 7.82505 4.35 7.82505C4.575 7.82505 4.725 7.75005 4.875 7.60005L11.025 1.45005C11.325 1.15005 11.325 0.700049 11.025 0.400049Z' fill='%23555555'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
}
.form-radio > label .checked {
  position: relative;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  width: 24px;
  height: 24px;
  flex: none;
}
.form-radio.disabled > label {
  pointer-events: none;
  color: #999;
}
.form-radio.disabled > label .checked {
  background: #F6F6F6;
}
.form-radio > label input:checked ~ .checked {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 7C14 10.866 10.866 14 7 14C3.13401 14 0 10.866 0 7C0 3.13401 3.13401 0 7 0C10.866 0 14 3.13401 14 7Z' fill='%23F4D86E'/%3E%3C/svg%3E%0A");
}
.form-radio > label .checked {
  border-radius: 50%;
  height: 22px;
  width: 22px;
}
.form-radio > label > img {
  flex: none;
}
.form-radio.disabled > label .checked {
  background: transparent;
}
.form-radio.disabled > label svg {
  color: #999;
}
.invalid-feedback {
  font-size: 12px;
  line-height: 1;
  color: var(--red);
  margin-top: 6px;
}
.d-none {
  display: none !important;
}
.cart {
  border: 1px solid #F6F6F6;
  padding: 7px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.cart__img img {
  display: block;
}
.cart__body {
  flex: 1;
}
.cart__name {
  color: #555;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.cart__price {
  display: flex;
  align-items: center;
  gap: 4px;
}
.cart__features {
  font-size: 12px;
  line-height: 14px;
  color: #555;
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.cart__features span {
  padding: 2px 6px;
  background: #F6F6F6;
  border-radius: 3px;
}
.cart__remove,
.cart__buy {
  background: transparent;
  border: none;
  cursor: pointer;
  flex: none;
  margin-left: auto;
  outline: none;
  padding: 3px;
  color: #999;
}
.cart .arrow {
  transform: rotate(-90deg);
  color: #999;
  flex: none;
}
.cart .invalid-feedback {
  margin-top: 0;
}
.cart .card__weight {
  display: flex;
  gap: 5px;
}
.cart .card__weight .item {
  font-size: 12px;
  line-height: 14px;
  background: #F6F6F6;
  border-radius: 5px;
  padding: 2px 6px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.cart .card__weight .item svg {
  fill: initial;
  stroke: initial;
}
.cart .card__weight .item svg[onclick] {
  stroke: #999;
}
.price-old {
  color: var(--red);
  font-size: 12px;
  line-height: 16px;
  text-decoration: line-through;
}
.price-discount {
  color: var(--red);
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  padding: 0 2px;
  border: 1px solid var(--red);
  border-radius: 3px;
}
.price-discount.sale {
  color: #FAFAFA;
  background: var(--red);
}
.custom-scroll {
  overflow-x: hidden;
  overflow-y: auto;
}
.custom-scroll::-webkit-scrollbar {
  width: 15px;
}
.custom-scroll::-webkit-scrollbar-thumb {
  border: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 10px;
  background-color: #999;
}
@supports (-moz-appearance:none) {
  .custom-scroll {
    scrollbar-color: #999 #FFF;
    scrollbar-width: thin;
  }
}
.basket__item {
  border-bottom: 1px solid #F6F6F6;
  margin-bottom: 16px;
}
.basket__item:not(.open) .cart .btn span:last-child {
  display: none;
}
.basket__item:not(.open) .cart-swiper {
  /*display: none;*/
}
.basket__item.open .cart .btn span:first-child {
  display: none;
}
.basket .cart {
  border: none;
  margin: 0;
}
.basket .cart .price-new {
  color: #181818;
}
.basket .cart .btn {
  margin-top: 4px;
  min-width: 140px;
  width: auto;
}
.basket .cart-swiper {
  padding-bottom: 10px;
}
.basket .cart-swiper .product-preview .stickers .swiper-slide {
  line-height: 14px;
  font-weight: 400;
  color: #555;
  background: #F6F6F6;
}
.basket .cart-swiper .product-preview .name {
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.basket .cart-swiper .product-preview .name-wrap {
  min-height: 36px;
}
.basket .cart-swiper .product-preview .img {
  height: 156px;
}
.basket .cart-swiper .checked {
  border-color: #595959;
}
.basket .cart-swiper .checked .btn {
  background: #E4E4E4;
  color: #999;
  cursor: auto;
  pointer-events: none;
}
.basket__total {
  color: #555;
}
.basket__total .info {
  font-size: 14px;
  line-height: 18px;
  background: #F6F6F6;
  padding: 8px 10px;
  border-radius: 3px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.basket__total .row {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.basket__total .value {
  color: #181818;
  align-items: center;
  display: flex;
  gap: 10px;
}
.basket__total__sum {
  color: #181818;
}
.basket__total__sum .label {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.basket__total__sum .value {
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
}
.basket__total .btn {
  margin-top: 8px;
  width: 100%;
}
.basket__total .btn + .btn-link {
  color: #555;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  display: table;
  padding: 8px;
  margin: 12px auto 0;
}
.basket__hidden {
  display: none;
}
.basket .has-hidden {
  cursor: pointer;
}
.basket .has-hidden.open .value .arrow {
  transform: scale(-1);
}
.basket .section {
  padding: 0 0 8px;
}
.basket .section .h2 {
  margin: 0;
}
.basket .product-swiper .product-preview {
  margin-right: 7px;
  width: 172px;
}
.basket .product-swiper .product-preview:last-child {
  margin-right: 0;
}
.basket .product-swiper .product-preview .btn {
  margin-top: 0;
}
@media (min-width: 768px) {
  .visible-xs {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body[data-over=modal-open] {
    touch-action: none;
    width: 100%;
  }
  @supports (-webkit-touch-callout: none) {
    body[data-over=modal-open] {
      position: fixed;
    }
  }
  .section {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .hidden-xs {
    display: none !important;
  }
  h1.h2 {
    padding-top: 0;
  }
}
.header {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 5;
}
.header__top {
  background: #fff;
}
.header__top .container {
  height: 48px;
  display: flex;
  align-items: center;
}
.header__top .location {
  color: var(--gray);
  cursor: pointer;
  padding-right: 15px;
  margin-right: 16px;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 9px;
}
.header__top .location svg {
  flex: none;
}
.header__top .location span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.header__top .location-mob {
  display: none;
}
.header__top .top-menu {
  display: flex;
  gap: 16px;
}
.header__top .top-menu > a {
  padding: 8px 16px;
}
.header__top .top-menu .actions {
  color: var(--red);
  align-items: center;
  display: flex;
  gap: 8px;
}
.header__top .top-menu .dropdown-toggle {
  padding: 8px 16px;
}
.header__top .top-menu .dropdown-menu {
  margin-top: 16px;
  left: 50%;
  transform: translateX(-50%);
}
.header__top .top-menu .dropdown-menu a {
  display: block;
  white-space: nowrap;
  padding: 8px;
}
.header__main {
  background: #555;
}
.header__main .container {
  position: relative;
  height: 72px;
  display: flex;
  align-items: center;
}
.header__main .btn-catalog {
  min-width: 272px;
  background: #444;
}
.header__main .btn-catalog + .logo {
  margin: 0 auto;
}
.header__main .logo img {
  display: block;
}
.header__main .logo + .phones .dropdown-menu {
  margin-top: 25px;
}
.header__main .logo + .phones + .lang .dropdown-menu {
  margin-top: 25px;
}
.header__main .search {
  margin-right: 16px;
  position: relative;
}
.header__main .search__form {
  display: none;
  position: relative;
}
.header__main .search__form .form-control {
  color: #181818;
  padding: 10px 40px 10px 16px;
  min-height: 44px;
  text-overflow: ellipsis;
}
.header__main .search__form .form-control:not(:-moz-placeholder-shown) {
  border-color: var(--yellow);
}
.header__main .search__form .form-control:not(:placeholder-shown),
.header__main .search__form .form-control:focus {
  border-color: var(--yellow);
}
.header__main .search_btn {
  color: #FAFAFA;
  outline: none;
  border: none;
  background: transparent;
  padding: 8px 0;
  margin: 0;
  cursor: pointer;
}
.header__main .search__btn {
  background: transparent;
  outline: none;
  border: none;
  color: #555;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  height: 44px;
  width: 40px;
}
.header__main .search__result {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
@media (min-width: 768px) {
  .header__main .search__result:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: -1;
  }
}
.header__main .search__inner {
  background: #fff;
  border-radius: 8px;
  padding: 0 16px;
  margin-top: 3px;
  max-height: 690px;
  overflow: auto;
  position: relative;
  min-width: 500px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
.header__main .search__inner::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.header__main .search__list {
  margin-bottom: 12px;
}
.header__main .search__list a {
  padding: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}
.header__main .search__list a span {
  color: #999;
}
.header__main .search__title {
  color: var(--gray);
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
.header__main .actions {
  color: #FAFAFA;
  --stroke: #FAFAFA;
  display: flex;
  align-items: center;
  gap: 16px;
}
.header__main .actions > * {
  padding: 8px 0;
}
.header__main .actions__user .icon {
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__main .actions__user .icon svg {
  flex: none;
}
.header__main .actions__user .icon svg:last-child {
  margin: -3px 0 0 -3px;
}
.header__main .actions__wish .icon {
  display: block;
}
.header__main .actions__cart {
  color: var(--yellow);
  background: #444;
  border-radius: 3px;
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header__main .actions__cart .text {
  font-size: 16px;
}
.header__main .actions__cart .price {
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
  background: var(--yellow);
  border-radius: 4px;
  padding: 2px;
}
.header__main .actions__cart .price ~ .text {
  display: none;
}
.header__main .actions .icon {
  position: relative;
}
.header__main .actions .counter {
  background: var(--yellow);
  border-radius: 50%;
  color: #555;
  font-size: 8px;
  line-height: 100%;
  min-height: 12px;
  min-width: 12px;
  position: absolute;
  right: -2px;
  bottom: -1px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__main .dropdown-toggle {
  color: #FAFAFA;
}
.header .phones {
  margin-left: auto;
  margin-right: 16px;
}
.header .phones .form-group {
  margin-bottom: 0;
}
.header .phones .dropdown-toggle {
  padding: 8px 18px;
  gap: 10px;
}
.header .phones .dropdown-toggle a {
  line-height: 23px;
}
.header .phones .dropdown-menu {
  margin-top: 16px;
  padding: 8px 16px 16px;
  width: 224px;
  left: 50%;
  transform: translateX(-50%);
}
.header .phones .dropdown-menu > a {
  font-weight: 500;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.header .phones .dropdown-menu > a:hover {
  color: #0073DD;
}
.header .phones .dropdown-menu > a:active {
  color: #555;
}
.header .phones .dropdown-menu > a + a {
  margin-left: 29px;
}
.header .phones .dropdown-menu > a svg {
  color: #333;
}
.header .phones .dropdown-menu > .text-muted {
  font-size: 12px;
  display: table;
  margin-bottom: 16px;
}
.header .phones .dropdown-menu .btn {
  margin-top: 8px;
  width: 100%;
}
.header .phones .social {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .phones .social a {
  color: var(--gray);
  background: #F6F6F6;
  border-radius: 5px;
  padding: 6px;
}
.header .phones .social a svg {
  display: block;
}
.header .lang .dropdown-toggle {
  padding: 8px 5px 8px 16px;
}
.header .lang .dropdown-menu {
  margin-top: 16px;
  padding: 3px 6px;
  min-width: 64px;
  left: 50%;
  transform: translateX(-50%);
}
.header .lang .dropdown-menu > * {
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .lang .dropdown-menu > * svg {
  margin-top: -5px;
}
.header .catalog-menu {
  display: none;
  position: absolute;
  left: 16px;
  right: 16px;
  top: 100%;
}
@media (min-width: 768px) {
  .header .catalog-menu:after {
    content: "";
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: -1;
  }
}
.header .catalog-menu__inner {
  margin-top: 8px;
  position: relative;
  z-index: 5;
}
.header .catalog-menu .nav-list {
  background: #fff;
  border-radius: 5px 0 0 5px;
  overflow-y: auto;
  max-height: calc(100dvh - 190px);
  width: 270px;
}
.header .catalog-menu .nav-list > .item {
  border: 1px solid transparent;
  border-radius: 5px;
}
.header .catalog-menu .nav-list > .item:hover {
  border-color: #E4E4E4;
  background: #FAFAFA;
}
.header .catalog-menu .nav-list > .item:hover .submenu {
  opacity: 1;
  visibility: visible;
}
.header .catalog-menu .nav-list > .item > a .arrow,
.header .catalog-menu .nav-list > .item > .item-link .arrow {
  transform: rotate(-90deg);
}
.header .catalog-menu .submenu {
  background: #FAFAFA;
  border-radius: 0 5px 5px 0;
  transition: all 0.3s;
  position: absolute;
  left: 270px;
  right: 0;
  top: 0;
  min-height: 100%;
  opacity: 0;
  visibility: hidden;
  display: flex;
}
.header .catalog-menu .submenu-inner {
  overflow-y: auto;
  max-height: calc(100dvh - 190px);
  flex: 1;
  align-self: flex-start;
}
.header .catalog-menu .submenu-inner > ul {
  -moz-columns: 2;
       columns: 2;
}
.header .catalog-menu .submenu-inner > ul > li {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}
.header .catalog-menu .submenu-inner .item ul {
  padding-left: 72px;
  padding-bottom: 5px;
}
.header .catalog-menu .submenu-inner .item ul a {
  color: #555;
  font-size: 14px;
  line-height: 18px;
  display: block;
  min-height: 22px;
}
.header .catalog-menu .submenu .popular {
  background: #F6F6F6;
  width: 288px;
  flex: none;
}
.header .catalog-menu .submenu .popular .title {
  font-size: 20px;
  font-weight: 600;
  padding: 12px 16px;
}
.header .catalog-menu .submenu .popular a {
  display: block;
  padding: 8px 16px;
}
.header .catalog-menu ul {
  padding: 0;
  margin: 0;
}
.header .catalog-menu ul li {
  list-style: none;
}
.header .catalog-menu .item .sub-item,
.header .catalog-menu .item > a,
.header .catalog-menu .item > .item-link {
  padding: 8px 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.header .catalog-menu .item .sub-item {
  cursor: pointer;
}
.header .catalog-menu .item .sub-item:not(.open) + ul {
  display: none;
}
.header .catalog-menu .item .sub-item.open .arrow {
  transform: scale(-1);
}
.header .catalog-menu .item > .item-link {
  cursor: pointer;
}
.header .catalog-menu .item .img {
  background-size: contain;
  height: 48px;
  width: 48px;
  flex: none;
}
.header .catalog-menu .item .arrow {
  color: #555;
  margin-left: auto;
  flex: none;
}
body:not(#openSearch):not(#openSearchMenu) .header .search__result {
  display: none !important;
}
#openSearch .header__main .logo {
  display: none;
}
#openSearch .header__main .search {
  margin-left: 16px;
  flex: 1;
}
#openSearch .header__main .search__form {
  display: block;
}
#openSearch .header__main .search_btn {
  display: none;
}
#openCatalog .header .catalog-menu {
  display: block;
}
@media (max-width: 960px) {
  .header__main .btn-catalog {
    min-width: 180px;
  }
  .header .catalog-menu .submenu {
    flex-direction: column;
  }
  .header .catalog-menu .submenu ul {
    flex: none;
  }
  .header .catalog-menu .submenu .popular {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header {
    overflow: auto;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 64px;
    transform: translateX(100%);
    z-index: 6;
    display: flex;
    flex-direction: column;
    transition: 0.3s ease;
  }
  .header::after {
    content: "";
    background: #555;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 64px;
  }
  .header-mob {
    background: #555;
    padding: 10px 16px;
    position: sticky;
    top: 0;
    z-index: 5;
    height: 64px;
    display: flex;
    align-items: center;
  }
  .header-mob .logo img {
    display: block;
  }
  .header-mob .actions {
    color: #FAFAFA;
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .header-mob .actions > * {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
    padding: 8px;
    margin: 0;
    cursor: pointer;
  }
  .header-mob .actions .icon {
    position: relative;
    display: block;
  }
  .header-mob .actions .counter {
    background: var(--yellow);
    border-radius: 50%;
    color: #555;
    font-size: 8px;
    line-height: 100%;
    min-height: 12px;
    min-width: 12px;
    position: absolute;
    right: -2px;
    bottom: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .header__top {
    margin-top: auto;
    position: relative;
    order: 2;
    z-index: -1;
  }
  .header__top .container {
    height: auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .header__top .location {
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    padding: 9px 0;
    order: -1;
  }
  .header__top .location svg {
    height: 24px;
    width: 24px;
  }
  .header__top .top-menu {
    font-size: 14px;
    line-height: 18px;
    display: block;
    order: -2;
  }
  .header__top .top-menu > a {
    padding: 11px 0;
    display: table;
  }
  .header__top .top-menu .dropdown-toggle {
    display: none;
  }
  .header__top .top-menu .dropdown-menu {
    display: block !important;
    position: static;
    transform: none;
    border: none;
    margin: 0 0 8px;
  }
  .header__top .top-menu .dropdown-menu a {
    padding: 11px 0;
  }
  .header__top .phones {
    margin: 8px 0 0;
    width: 100%;
    z-index: 1;
  }
  .header__top .phones .dropdown-toggle {
    display: none;
  }
  .header__top .phones .dropdown-menu {
    display: block !important;
    background: #555;
    position: static;
    transform: none;
    margin: 0 -16px;
    padding: 20px 16px 32px;
    border: none;
    border-radius: 0;
    width: auto;
  }
  .header__top .phones .dropdown-menu > a {
    font-size: 20px;
    color: #FAFAFA;
  }
  .header__top .phones .dropdown-menu > a svg {
    color: #FAFAFA;
  }
  .header__top .phones .dropdown-menu > .text-muted {
    color: #F4F4F4;
    line-height: 16px;
  }
  .header__top .phones .callback {
    display: none;
  }
  .header__top .phones .social a {
    color: #FAFAFA;
    background: #444;
    padding: 8px;
  }
  .header__top .lang {
    position: absolute;
    right: 18px;
    bottom: 30px;
    z-index: 1;
  }
  .header__top .lang .dropdown-toggle {
    color: #FAFAFA;
  }
  .header__top .lang .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
  .header__main {
    background: transparent;
  }
  .header__main .container {
    height: auto;
    max-height: 100%;
    align-items: initial;
    flex-direction: column;
  }
  .header__main .logo {
    position: fixed;
    top: 17px;
    left: 16px;
    z-index: 1;
  }
  .header__main .logo img {
    width: 165px;
  }
  .header__main .close_btn {
    color: #FAFAFA;
    outline: none;
    border: none;
    background: transparent;
    padding: 8px;
    margin: 0;
    cursor: pointer;
    position: fixed;
    right: 16px;
    top: 12px;
    z-index: 1;
  }
  .header__main .btn-catalog {
    background: #595959;
    margin: 16px 0;
    order: 1;
  }
  .header__main .btn-back {
    color: #555;
    font-size: 18px;
    font-weight: 500;
    display: none;
    align-items: center;
    gap: 10px;
  }
  .header__main .btn-back .arrow {
    transform: rotate(90deg);
    flex: none;
  }
  .header__main .btn-back__menu {
    color: #555;
    font-size: 18px;
    font-weight: 500;
    display: none;
    align-items: center;
    gap: 10px;
  }
  .header__main .btn-back__menu .arrow {
    transform: rotate(90deg);
    flex: none;
  }
  .header__main .actions {
    color: var(--gray);
    --stroke: var(--gray);
    display: block;
  }
  .header__main .actions > * {
    padding: 12px 0;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .header__main .actions .arrow {
    transform: rotate(-90deg);
    color: #555;
    margin-left: auto;
    margin-right: 6px;
    flex: none;
  }
  .header__main .actions__cart {
    color: var(--gray);
    background: transparent;
  }
  .header__main .actions__cart .icon {
    order: -2;
  }
  .header__main .actions__cart .text {
    font-size: 16px;
    display: block;
    order: -1;
    flex: 1;
  }
  .header__main .search {
    margin: 16px 0;
  }
  .header__main .search__form {
    display: block;
  }
  .header__main .search__form .form-control {
    min-height: 48px;
  }
  .header__main .search_btn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
  }
  .header__main .search_btn svg {
    display: none;
  }
  #openMenu {
    overflow: hidden;
  }
  #openMenu .header {
    transform: translateX(0);
  }
  #openSearch,
  #openSearchMenu {
    overflow: hidden;
  }
  #openSearch .header,
  #openSearchMenu .header {
    transform: translateX(0);
  }
  #openSearch .header__top,
  #openSearchMenu .header__top {
    display: none;
  }
  #openSearch .header__main,
  #openSearchMenu .header__main {
    max-height: 100%;
  }
  #openSearch .header__main .logo,
  #openSearchMenu .header__main .logo {
    display: block;
  }
  #openSearch .header__main .search,
  #openSearchMenu .header__main .search {
    margin-left: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  #openSearch .header__main .search__result,
  #openSearchMenu .header__main .search__result {
    position: static;
    max-height: 100%;
    height: 100%;
    flex: 1;
    margin: 0 -8px;
    padding: 0 8px;
    overflow: auto;
  }
  #openSearch .header__main .search__inner,
  #openSearchMenu .header__main .search__inner {
    border-radius: 0;
    padding: 0;
    margin-top: 12px;
    max-height: 100%;
    min-width: 100%;
  }
  #openSearch .header__main .search_btn,
  #openSearchMenu .header__main .search_btn,
  #openSearch .header__main .btn-catalog,
  #openSearchMenu .header__main .btn-catalog,
  #openSearch .header__main .actions,
  #openSearchMenu .header__main .actions {
    display: none;
  }
  #openSearch .header__main .btn-back,
  #openSearchMenu .header__main .btn-back {
    display: flex;
    order: -1;
    margin: 16px 0 0;
  }
  #openSearchMenu .header__main .btn-back {
    display: none;
  }
  #openCatalog {
    overflow: hidden;
  }
  #openCatalog .header {
    transform: translateX(0);
  }
  #openCatalog .header.openSubmenu .header__top {
    display: none;
  }
  #openCatalog .header.openSubmenu .header__main .btn-back__menu {
    display: none;
  }
  #openCatalog .header.openSubmenu .catalog-menu__title .h2 {
    display: none;
  }
  #openCatalog .header.openSubmenu .catalog-menu__title .btn-back {
    display: flex;
  }
  #openCatalog .header.openSubmenu .catalog-menu .nav-list {
    overflow: hidden;
  }
  #openCatalog .header.openSubmenu .catalog-menu .nav-list > .item {
    background: transparent;
    border: none;
  }
  #openCatalog .header.openSubmenu .catalog-menu .nav-list > .item:not(.open) {
    display: none;
  }
  #openCatalog .header.openSubmenu .catalog-menu .nav-list > .item.open > a {
    display: none;
  }
  #openCatalog .header.openSubmenu .catalog-menu .nav-list > .item.open > .item-link {
    display: none;
  }
  #openCatalog .header__top .top-menu,
  #openCatalog .header__top .location {
    display: none;
  }
  #openCatalog .header__main .btn-catalog,
  #openCatalog .header__main .actions {
    display: none;
  }
  #openCatalog .header__main .btn-back__menu {
    display: flex;
    order: -1;
    margin: 16px 0 0;
  }
  #openCatalog .header .catalog-menu {
    position: static;
  }
  #openCatalog .header .catalog-menu__title {
    color: var(--gray);
    font-size: 20px;
    font-weight: 600;
    padding: 8px 0;
  }
  #openCatalog .header .catalog-menu__inner {
    max-height: 100%;
    margin: 0 -16px;
    z-index: 0;
  }
  #openCatalog .header .catalog-menu .nav-list {
    max-height: 100%;
    width: 100%;
  }
  #openCatalog .header .catalog-menu .nav-list .item.open .submenu {
    display: block;
  }
  #openCatalog .header .catalog-menu .submenu {
    position: static;
    overflow: hidden;
    display: none;
    opacity: 1;
    border-radius: 0;
    background: transparent;
  }
  #openCatalog .header .catalog-menu .submenu-inner {
    visibility: visible;
    max-height: 100%;
  }
  #openCatalog .header .catalog-menu .submenu-inner > ul {
    display: block;
    -moz-columns: auto;
         columns: auto;
    padding-top: 7px;
  }
  #openCatalog .header .catalog-menu .submenu-inner .item ul a {
    min-height: 30px;
  }
  #openCatalog .header .catalog-menu .submenu .sub-all {
    position: absolute;
    height: 40px;
    right: 16px;
    top: -40px;
    width: -moz-min-content;
    width: min-content;
    display: flex;
    align-items: center;
  }
  #openCatalog .header .catalog-menu .submenu .sub-all img {
    display: none;
  }
  #openCatalog .header .catalog-menu .submenu .sub-all a {
    font-weight: 500;
    padding: 0;
    text-decoration: underline;
    text-underline-offset: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #openCatalog .header .catalog-menu .submenu .popular {
    padding-bottom: 8px;
  }
}
.location-search {
  position: relative;
  font-size: 16px;
}
.location-search.open {
  display: block;
}
.location-search.open .location-search__list,
.location-search.open .close-icon {
  display: block;
}
.location-search.open .location-list {
  display: none;
}
.location-search__list {
  background: #fff;
  display: none;
  max-height: 318px;
  margin-right: -4px;
}
.location-search__list.show {
  display: block;
}
.location-search__list.show ~ .location-list {
  display: none;
}
.location-search__list strong {
  font-weight: 500;
}
.location-search__list span {
  display: block;
  cursor: pointer;
  padding: 12px 0;
}
.location-search .search-icon {
  color: #555;
  position: absolute;
  top: 14px;
  right: 16px;
}
.location-search .form-control {
  padding: 15px 44px 15px 16px;
}
.location-search .location-list {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.location-search .location-list span {
  font-size: 14px;
  line-height: 18px;
  color: #555;
  padding: 5px;
  border: 1px solid #F6F6F6;
  border-radius: 5px;
  cursor: pointer;
}
.modal#locationModal .modal-dialog {
  max-width: 368px;
}
@media (max-width: 767px) {
  .location-search {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .location-search__list {
    max-height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 56px;
  }
  .modal#locationModal .modal-dialog {
    margin: 0;
    padding: 0;
    max-width: none;
    transition: none;
  }
  .modal#locationModal .modal-content {
    height: 100vh;
  }
  .modal#locationModal .modal-body {
    border-radius: 0;
    padding-top: 12px;
    min-height: 100%;
    display: flex;
    flex-direction: column;
  }
}
.modal {
  position: fixed;
  top: -1000%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  visibility: hidden;
  overflow: hidden;
  outline: 0;
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 20;
  transition: 0.3s all;
}
.modal-overlay ~ .modal-overlay {
  z-index: 999991;
}
.modal.is-visible {
  visibility: visible;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  z-index: 999991;
}
.modal.is-visible .modal-dialog {
  transform: translate(0, 0);
}
.modal.is-visible ~ .is-visible {
  z-index: 999992;
}
.modal-dialog {
  margin: 1.75rem auto;
  position: relative;
  transition: transform 0.3s ease-out;
  min-height: calc(100% - 3.5rem);
  max-width: 368px;
  width: 100%;
  transform: translate(0, -10%);
  display: flex;
  align-items: center;
}
.modal-content {
  position: relative;
  pointer-events: auto;
  width: 100%;
}
.modal-body {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
}
.modal-close {
  cursor: pointer;
  position: absolute;
  right: 16px;
  top: 16px;
}
.modal-form-label {
  display: block;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 20px;
}
.modal-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 16px;
  padding-right: 28px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.modal ol {
  padding: 0 0 0 20px;
  margin: 0;
}
.modal ol ul {
  padding: 0;
}
.modal ul {
  padding: 0 0 0 20px;
  margin: 0;
}
.modal ul li {
  list-style: disc;
}
.modal .btn {
  margin-top: 15px;
  width: 100%;
}
.modal .btn ~ .btn-link {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  color: #555;
  display: table;
  margin: 18px auto 10px;
}
.modal svg {
  display: inline;
  vertical-align: bottom;
}
.modal .text {
  color: var(--gray);
  margin-bottom: 16px;
}
.modal .form-control {
  min-height: 48px;
}
.modal .form-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 12px;
  margin-top: 16px;
}
.modal .select-menu {
  padding: 0;
}
.modal#langModal .btn {
  padding: 0 17px;
  display: table;
  line-height: 40px;
  margin: auto;
  width: auto;
}
.modal#chooseSizeModal .row {
  margin: 12px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal#chooseSizeModal .row strong {
  font-weight: 500;
}
.modal#chooseSizeModal .row .btn-link {
  color: #555;
  font-size: 14px;
  line-height: 20px;
}
.modal#chooseSizeModal .cart {
  border-radius: 5px;
}
.modal#chooseSizeModal .cart:hover,
.modal#chooseSizeModal .cart.active {
  border-color: #595959;
}
.modal#chooseSizeModal .size {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.modal#chooseSizeModal .size input {
  display: none;
}
.modal#chooseSizeModal .size input:checked ~ .checked {
  color: #181818;
  font-weight: 500;
  border-color: #595959;
}
.modal#chooseSizeModal .size .checked {
  font-size: 20px;
  line-height: 1;
  border: 1px solid #F6F6F6;
  border-radius: 3px;
  padding: 0 5px;
  height: 48px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.modal#chooseSizeModal .btn {
  margin-top: 24px;
  width: 100%;
}
.modal#vcodeModal .vcodetimer {
  color: #999;
  font-size: 12px;
  line-height: 14px;
}
.modal#vcodeModal .vcodetimer span {
  color: var(--gray);
}
.modal#calcSizeModal .form-size {
  margin-top: 16px;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}
.modal#calcSizeModal .form-size .form-group {
  position: relative;
  margin: 0;
}
.modal#calcSizeModal .form-size .placeholder {
  color: #181818;
  position: absolute;
  right: 16px;
  top: 12px;
}
.modal#emptyWishModal .modal-body svg,
.modal#emptyCartModal .modal-body svg {
  fill: none;
  display: block;
  margin: 40px auto 16px;
}
.modal#emptyWishModal .modal-body p,
.modal#emptyCartModal .modal-body p {
  text-align: center;
  margin: 0;
}
.modal#addCartModal {
  overflow: hidden;
}
.modal#addCartModal .modal-dialog {
  max-width: 430px;
  margin: 0 0 0 auto;
  padding: 0;
  min-height: auto;
  transition: none;
  height: 100%;
}
.modal#addCartModal .modal-content {
  height: 100%;
}
.modal#addCartModal .modal-body {
  padding: 0 16px;
  border-radius: 0;
  min-height: 100dvh;
  max-height: 100%;
  height: 100%;
  overflow: auto;
  display: flex;
  flex-direction: column;
}
.modal#addCartModal .modal-body .h2 {
  margin: 16px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal#addCartModal .modal-body .modal-close {
  position: static;
  margin-right: -10px;
}
.modal#addCartModal .basket {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.modal#addCartModal .basket__total {
  background: #fff;
  position: sticky;
  bottom: 0;
  padding: 8px 16px 16px;
  margin: auto -16px 0;
  z-index: 10;
}
.modal#addCartModal .basket__total .info {
  margin-bottom: 16px;
}
.modal#addCartModal .basket__total .value,
.modal#addCartModal .basket__total .label {
  font-size: 14px;
  line-height: 18px;
}
.modal#addCartModal .basket__total .btn + .btn-link {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  padding: 8px;
  margin: 12px auto 0;
}
.modal#successAuthModal .telegram-promo {
  color: var(--gray);
  border: 1px solid #F0F0F0;
  border-radius: 3px;
  padding: 12px;
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.modal#successAuthModal .telegram-promo .icon {
  background: #1C8ADB;
  color: #ffff;
  border-radius: 5px;
  height: 40px;
  width: 40px;
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal#successAuthModal .telegram-promo .text {
  font-size: 12px;
  line-height: 14px;
  margin: 0;
}
.modal#successAuthModal .telegram-promo > svg {
  color: #999;
  margin-left: auto;
  transform: rotate(-90deg);
  flex: none;
}
.modal#successAuthModal .telegram-promo-img {
  display: block;
  margin-top: 16px;
}
.modal#confirmModal .title {
  color: var(--gray);
}
.modal#confirmModal .btns {
  display: flex;
  gap: 8px;
}
.modal#botModal .modal-dialog,
.modal#advertisingModal .modal-dialog {
  max-width: 560px;
}
.modal#botModal .custom-scroll,
.modal#advertisingModal .custom-scroll {
  max-height: 560px;
}
.modal#botModal .custom-scroll img,
.modal#advertisingModal .custom-scroll img {
  margin: 0 auto;
  display: block;
}
@media (max-width: 767px) {
  .modal#shopsModal .list + .info {
    display: none;
  }
  .modal#addCartModal .modal-body::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
  }
  .modal#botModal .custom-scroll,
  .modal#advertisingModal .custom-scroll {
    max-height: calc(100dvh - 130px);
  }
}
@media (max-width: 500px) {
  .modal-dialog {
    padding: 0 16px;
  }
}
/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */
/* FONT_START */
@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
}
.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: '';
  flex-shrink: 0;
  order: 9999;
}
.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper:not(.swiper-initialized) .swiper-button-prev,
.swiper:not(.swiper-initialized) .swiper-button-next {
  display: none;
}
.swiper-pagination {
  padding: 2px 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  z-index: 1;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-pagination-bullet {
  background: #E4E4E4;
  border: 0.5px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  flex: none;
  height: 6px;
  width: 6px;
}
.swiper-pagination-bullet-active {
  border-color: var(--gray);
  background: var(--yellow);
  height: 8px;
  width: 8px;
}
.swiper-button-prev,
.swiper-button-next {
  background: #F6F6F6;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: 8px;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  transform: rotate(90deg);
}
.swiper-button-next {
  left: auto;
  right: 8px;
}
.swiper-button-next svg {
  transform: rotate(-90deg);
}
.swiper-button-disabled {
  display: none;
}
@media (max-width: 767px) {
  .base-swiper {
    margin: 0 -16px;
    padding: 0 16px;
  }
  .swiper-button-prev {
    left: 16px;
  }
  .swiper-button-next {
    right: 16px;
  }
}
.product-preview {
  border: 1px solid #F6F6F6;
  border-radius: 5px;
  padding-top: 30px;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  display: flex;
  flex-direction: column;
}
.product-preview .stickers {
  position: absolute;
  left: 0;
  top: 8px;
  margin: 0;
  padding: 0 8px;
  max-width: 100%;
  z-index: 1;
}
.product-preview .stickers .swiper-slide {
  color: #09490F;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  background-color: #ECF4ED;
  border-radius: 5px;
  padding: 2px 6px;
  margin-right: 4px;
  white-space: nowrap;
  width: auto;
}
.product-preview .stickers .swiper-slide.sale {
  color: #FAFAFA;
  background: var(--red);
}
.product-preview .stickers .swiper-slide.orange {
  color: #FFF1E5;
  background: #FF6F00;
}
.product-preview .stickers .swiper-slide.new {
  color: #555555;
  background: #F4D86E;
}
.product-preview .stickers .swiper-slide.pink {
  color: #C71585;
  background: #F9E8F3;
}
.product-preview .stickers .swiper-slide.action {
  color: var(--red);
  background: transparent;
  box-shadow: 0 0 0 1px var(--red) inset;
  border-radius: 3px;
}
.product-preview .stickers .swiper-slide.sets {
  color: #555555;
  background: #F7F7F7;
}
.product-preview .stickers .swiper-slide:last-child {
  margin-right: 0;
}
.product-preview .img {
  height: 184px;
  position: relative;
}
.product-preview .img img:not(.crt img) {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-preview .img.img-2 picture:nth-child(1) img {
  left: 0;
}
.product-preview .img.img-2 picture:nth-child(2) img {
  left: auto;
  right: 0;
}
.product-preview .img.img-2 img {
  top: 0 !important;
  transform: none !important;
  width: 50% !important;
}
.product-preview .img.img-3 picture:nth-child(1) img {
  left: 0;
}
.product-preview .img.img-3 picture:nth-child(2) img {
  left: auto;
  right: 0;
  height: 50%;
}
.product-preview .img.img-3 picture:nth-child(3) img {
  left: auto;
  right: 0;
  top: auto !important;
  bottom: 0;
  height: 50%;
}
.product-preview .img.img-3 img {
  top: 0 !important;
  transform: none !important;
  width: 50% !important;
}
.product-preview .img.img-4 picture:nth-child(1) img {
  left: 0;
  height: 50%;
}
.product-preview .img.img-4 picture:nth-child(2) img {
  left: auto;
  right: 0;
  height: 50%;
}
.product-preview .img.img-4 picture:nth-child(3) img {
  left: 0;
  top: auto !important;
  bottom: 0;
  height: 50%;
}
.product-preview .img.img-4 picture:nth-child(4) img {
  left: auto;
  right: 0;
  top: auto !important;
  bottom: 0;
  height: 50%;
}
.product-preview .img.img-4 img {
  top: 0 !important;
  transform: none !important;
  width: 50% !important;
}
.product-preview .img.img-5 picture:nth-child(1) img {
  top: 0;
  left: 0;
  height: 60%;
  width: 60%;
}
.product-preview .img.img-5 picture:nth-child(2) img {
  top: 0;
  left: auto;
  right: 0;
  height: 60%;
  width: 40%;
}
.product-preview .img.img-5 picture:nth-child(3) img {
  left: 0;
  top: auto !important;
  bottom: 0;
  height: 40%;
  width: 33.333%;
}
.product-preview .img.img-5 picture:nth-child(4) img {
  left: 33.333%;
  top: auto !important;
  bottom: 0;
  height: 40%;
  width: 33.333%;
}
.product-preview .img.img-5 picture:nth-child(5) img {
  left: auto;
  right: 0;
  top: auto !important;
  bottom: 0;
  height: 40%;
  width: 33.333%;
}
.product-preview .img.img-5 img {
  transform: none !important;
}
.product-preview .body {
  margin-top: auto;
  padding: 0 8px 8px;
}
.product-preview .crt {
  color: #181818;
  font-size: 12px;
  line-height: 14px;
  background: #F6F6F6;
  border: 1px solid #B19672;
  pointer-events: none;
  border-radius: 5px;
  padding: 2px 5px;
  position: absolute;
  bottom: 2px;
  left: 8px;
  min-height: 20px;
  display: flex;
  align-items: center;
  gap: 3px;
}
.product-preview .crt img,
.product-preview .crt svg {
  flex: none;
  fill: initial;
  stroke: initial;
}
.product-preview .name {
  font-size: 12px;
  line-height: 16px;
  margin: 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.product-preview .name h2 {
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-weight: inherit;
}
.product-preview .price {
  display: flex;
  align-items: center;
}
.product-preview .price.discount {
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 8px;
}
.product-preview .price.discount .price-new {
  text-align: center;
  flex: 100%;
}
.product-preview .price.discount .wish-btn {
  position: absolute;
  right: 0;
  top: -23px;
}
.product-preview .price .wish-btn {
  cursor: pointer;
  margin-left: auto;
}
.product-preview .price .wish-btn.active {
  --fill: var(--yellow);
}
.product-preview .btn {
  width: 100%;
}
.product-swiper .product-preview {
  margin-right: 12px;
  height: auto;
  width: 188px;
}
.product-swiper .product-preview:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .product-swiper .swiper-button-prev,
  .product-swiper .swiper-button-next {
    display: none;
  }
}
.footer {
  background: #555;
  margin-top: auto;
}
.footer__top {
  padding: 37px 0;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.footer__top .logo {
  padding: 6px 0 0 9px;
  flex: 2;
}
.footer__top .phones {
  flex: 1;
}
.footer__top .phones a {
  color: #FAFAFA;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 9px;
}
.footer__top .phones .text-muted {
  color: #E4E4E4;
  font-size: 12px;
  line-height: 16px;
  display: table;
  margin-bottom: 16px;
}
.footer__top .social {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__top .social > a {
  color: #FAFAFA;
  background: #444;
  border-radius: 5px;
  padding: 8px;
}
.footer__top .social .lang .dropdown-toggle {
  color: #FAFAFA;
  padding: 8px 0;
}
.footer__top .social .lang .dropdown-menu {
  top: auto;
  bottom: 100%;
  padding: 3px 6px;
  min-width: 64px;
  left: 50%;
  transform: translateX(-50%);
}
.footer__top .social .lang .dropdown-menu > * {
  padding: 4px 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer__top .social .lang .dropdown-menu > * svg {
  margin-top: -5px;
}
.footer__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.footer__nav + .footer__bottom {
  padding-top: 25px;
}
.footer__nav .item {
  flex: 1;
}
.footer__nav .item .title {
  color: #FAFAFA;
  font-size: 20px;
  margin-bottom: 12px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.footer__nav .item nav a {
  color: #E4E4E4;
  padding: 8px 0;
  display: table;
}
.footer__bottom {
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer__bottom .copy {
  color: #999;
  font-size: 18px;
}
.footer__bottom .pay-list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.msg {
  position: fixed;
  right: 32px;
  bottom: 5%;
  transition: ease 0.3s;
  z-index: 2;
}
.msg.open .msg__list {
  display: flex;
}
.msg.open .msg__btn svg {
  display: block;
}
.msg.open .msg__btn svg:nth-child(1) {
  display: none;
}
.msg__list {
  display: none;
  position: absolute;
  right: 0;
  bottom: 100%;
  flex-direction: column;
  align-items: center;
}
.msg__list a {
  background: #F6F6F6;
  border-radius: 8px;
  margin-bottom: 8px;
  border: 1px solid #595959;
  height: 44px;
  width: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.msg__btn {
  background: var(--yellow);
  color: var(--grey);
  padding: 0;
  border: none;
  cursor: pointer;
  border: 1px solid #595959;
  border-radius: 8px;
  height: 56px;
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.msg__btn svg:nth-child(2) {
  display: none;
}
@media (max-width: 960px) {
  .footer__top .logo {
    flex: 1;
  }
  .footer__top .logo img {
    width: 156px;
  }
}
@media (max-width: 767px) {
  .footer.pb-100 {
    padding-bottom: 100px;
  }
  .footer__top {
    padding-bottom: 24px;
    display: block;
  }
  .footer__top .logo {
    padding: 0 0 0 5px;
    margin-bottom: 18px;
    flex: 100%;
  }
  .footer__top .lang {
    margin-left: auto;
  }
  .footer__nav {
    display: block;
  }
  .footer__nav + .footer__bottom {
    padding-top: 16px;
  }
  .footer__nav .item {
    margin-bottom: 8px;
  }
  .footer__nav .item:not(.open) nav {
    display: none;
  }
  .footer__nav .item.open .arrow {
    transform: scale(-1);
  }
  .footer__nav .item .title {
    margin: 0;
    padding: 12px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer__bottom {
    text-align: center;
    flex-direction: column-reverse;
    justify-content: center;
  }
  .footer__bottom .pay-list {
    margin-bottom: 10px;
    flex-direction: column;
  }
  .footer__bottom .copy {
    font-size: 16px;
    white-space: nowrap;
  }
  .msg {
    right: 16px;
    bottom: 60px;
  }
}
.breadcrumbs {
  padding: 0 16px;
  margin: 12px -16px;
  overflow: auto;
  display: flex;
  align-items: center;
}
.breadcrumbs::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}
.breadcrumbs .item {
  color: #999;
  list-style: none;
  white-space: nowrap;
}
.breadcrumbs .item .arrow {
  margin: 0 4px;
  transform: rotate(-90deg);
  flex: none;
}
.breadcrumbs .item a {
  color: var(--gray);
  display: inline-flex;
  align-items: center;
}
.select {
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  position: relative;
}
.select.open .select-menu {
  display: block;
}
.select:not(.open) .select-empty {
  display: none!important;
}
.select.gray {
  background: #F6F6F6;
}
.select-toggle {
  padding: 14px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.select-toggle input {
  font-size: 16px;
  border: none;
  background: transparent;
  margin: -14px;
  padding: 14px;
  height: 100%;
  width: 100%;
}
.select-toggle input[readonly] {
  pointer-events: none;
}
.select-toggle > span {
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 9px;
}
.select-toggle .arrow {
  flex: none;
}
.select-menu {
  background: #F6F6F6;
  display: none;
  margin: 1px 0 0;
  padding: 0;
  position: absolute;
  top: 100%;
  left: 0;
  max-height: 150px;
  width: 100%;
  z-index: 4;
}
.select-option {
  font-size: 14px;
  line-height: 18px;
  padding: 11px 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.select-option.selected {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6667 1L5.50004 10.1667L1.33337 6' stroke='%23555555' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  padding-right: 30px;
}
.select-empty {
  font-size: 14px;
  line-height: 18px;
  padding: 11px 12px;
}
.filter-side {
  padding-right: 16px;
  width: 272px;
  flex: none;
}
.filter-side__title {
  margin: 16px 0;
  font-weight: 600;
}
.filter-side__chosen {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.filter-side__chosen button {
  color: #555;
  background: transparent;
  padding: 6px 9px;
  cursor: pointer;
  border-radius: 5px;
  margin: 0;
  border: 1px solid #F6F6F6;
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-side__chosen button svg {
  flex: none;
}
.filter-side__chosen .clear {
  background: #F6F6F6;
  border-color: #E4E4E4;
}
.filter-side__item {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}
.filter-side__item.open .body {
  display: block;
}
.filter-side__item.open .title {
  font-weight: 500;
}
.filter-side__item.open .title .count {
  display: none;
}
.filter-side__item.open .title svg {
  transform: scale(-1);
}
.filter-side__item > .title {
  cursor: pointer;
  padding: 12px 6px 12px 0;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.filter-side__item > .title .arrow {
  pointer-events: none;
}
.filter-side__item > .title .count {
  color: #181818;
  font-size: 12px;
  line-height: 16px;
  background: var(--yellow);
  border-radius: 4px;
  padding: 2px;
  margin: 0 8px 0 auto;
  white-space: nowrap;
}
.filter-side__item .body {
  display: none;
  padding-bottom: 12px;
}
.filter-side__item .form-check {
  margin-bottom: 8px;
  padding-left: 12px;
}
.filter-side__item .form-check:last-child {
  margin-bottom: 0;
}
.filter-side__item .form-check > label {
  padding: 8px 0;
  justify-content: space-between;
  gap: 16px;
}
.filter-side__item .filter-range__inputs {
  display: flex;
  align-items: center;
  gap: 8px;
}
.filter-side__item .filter-range .form-group {
  margin: 0;
}
.filter-side__item .filter-range .form-control {
  border: 1px solid #E4E4E4;
}
.filter-side__item .filter-shops .label {
  color: #333;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
}
.filter-side__item .filter-shops .form-check > label {
  padding: 0;
}
.filter-side__item .filter-shops .select-location {
  margin-bottom: 12px;
  cursor: pointer;
  padding: 7px 16px;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
}
.filter-side__item .filter-shops .select-location span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.filter-side__item .filter-shops .select-location svg {
  flex: none;
}
.filter-side__item .filter-shops .name {
  color: #181818;
  display: flex;
  align-items: center;
  gap: 6px;
}
.filter-side__item .filter-shops .name svg {
  fill: initial;
  stroke: initial;
}
.filter-side__item .filter-shops .address {
  color: #555;
  font-size: 14px;
  line-height: 18px;
  display: table;
}
.filter-side__item .filter-state {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
  gap: 8px;
}
.filter-side__item .filter-state .form-check {
  position: relative;
  margin: 0;
  padding: 0;
  flex: none;
  width: 80px;
}
.filter-side__item .filter-state .form-check label {
  font-size: 12px;
  line-height: 18px;
  padding-top: 24px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.filter-side__item .filter-state .form-check .checked {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.filter-side__item .filter-state .form-check .img img {
  display: block;
}
.filter-side__item .filter-size {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(52px, 1fr));
  gap: 8px;
}
.filter-side__item .filter-size .form-check {
  margin: 0;
  padding: 0;
}
.filter-side__item .filter-size .form-check > label {
  min-height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding: 0;
}
.filter-side__item .filter-size .form-check > label input:checked ~ .checked {
  color: #181818;
  font-weight: 500;
  border-color: #595959;
}
.filter-side__item .filter-size .form-check > label .checked {
  background: transparent;
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.filter-side__item .filter-size .form-check > label .checked a {
  pointer-events: none;
}
@media (max-width: 767px) {
  .filter-side {
    background: #fff;
    bottom: 0;
    right: 0;
    overflow: auto;
    padding: 0;
    position: fixed;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.35s ease;
    width: calc(100% - 48px);
    z-index: 20;
  }
  .filter-side.open {
    transform: translateX(0);
  }
  .filter-side__title {
    font-weight: 500;
    margin: 0;
    padding: 19px 16px;
    background: #F6F6F6;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .filter-side__form {
    padding: 8px 16px 32px;
  }
  .filter-side__chosen {
    margin-bottom: 8px;
  }
  .filter-side__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 19;
    transition: 0.3s all;
  }
}
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  touch-action: none;
  -moz-user-select: none;
  user-select: none;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  background: #F6F6F6;
  margin: 26px 0 5px;
  padding-right: 30px;
  border-radius: 10px;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects {
  border-radius: 3px;
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  transition: transform 0.3s;
}
.noUi-horizontal {
  height: 4px;
}
.noUi-connect {
  background: #595959;
}
.noUi-handle {
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='6' viewBox='0 0 8 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5C0.5 0.223858 0.723858 0 1 0V0C1.27614 0 1.5 0.223858 1.5 0.5V5.5C1.5 5.77614 1.27614 6 1 6V6C0.723858 6 0.5 5.77614 0.5 5.5V0.5Z' fill='%23595959'/%3E%3Cpath d='M3.5 0.5C3.5 0.223858 3.72386 0 4 0V0C4.27614 0 4.5 0.223858 4.5 0.5V5.5C4.5 5.77614 4.27614 6 4 6V6C3.72386 6 3.5 5.77614 3.5 5.5V0.5Z' fill='%23595959'/%3E%3Cpath d='M6.5 0.5C6.5 0.223858 6.72386 0 7 0V0C7.27614 0 7.5 0.223858 7.5 0.5V5.5C7.5 5.77614 7.27614 6 7 6V6C6.72386 6 6.5 5.77614 6.5 5.5V0.5Z' fill='%23595959'/%3E%3C/svg%3E%0A");
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #595959;
  position: absolute;
  border-radius: 50%;
  right: -30px;
  top: -14px;
  height: 32px;
  width: 32px;
}
.noUi-tooltip {
  color: #333;
  font-size: 14px;
  margin-top: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.categories {
  margin-bottom: 32px;
}
.categories .btn {
  margin: 0 auto 16px;
  max-width: 368px;
  width: 100%;
  display: flex;
}
.categories .swiper-slide {
  border-radius: 5px;
  border: 1px solid #F6F6F6;
  margin-right: 12px;
  text-align: center;
  padding: 11px;
  height: auto;
  width: 179px;
}
.categories .swiper-slide:last-child {
  margin-right: 0;
}
.categories .swiper-slide .img {
  margin-bottom: 4px;
}
.categories .swiper-slide .img img {
  display: block;
}
.action__header {
  color: var(--gray);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 28px 32px;
}
.action__header .img {
  display: block;
  border-radius: 5px;
}
.action__header .text {
  flex: 1 1 300px;
}
.action__header .h2 {
  margin: 0 0 24px;
  padding: 0;
}
.action__header p {
  margin: 0 0 24px;
}
.action__header strong {
  font-weight: 600;
}
.action__header .btn-link {
  color: #555;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.action__header.off .img {
  filter: grayscale(100%);
}
.action__header.off .timer {
  color: #999;
}
.action__header .timer {
  margin-bottom: 20px;
  display: flex;
  gap: 17px;
}
.action__header .timer div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.action__header .timer div span {
  color: #999;
}
.action__header .timer strong {
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
}
.action__header .timer > span {
  color: #999;
  font-size: 36px;
  line-height: 42px;
  font-weight: 500;
}
.catalog {
  padding-bottom: 32px;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.catalog__top {
  padding: 16px 0 32px;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 5px;
}
.catalog__top .h2 {
  padding: 0;
}
.catalog__top .qty {
  color: #999;
  white-space: nowrap;
}
.catalog.wide .catalog__controls .switcher span:first-child {
  display: none;
}
.catalog.wide .catalog__controls .switcher span:last-child {
  display: flex;
}
.catalog.wide .catalog__list {
  grid-template-columns: repeat(3, 1fr);
}
.catalog.wide .catalog__list .product-preview .price.discount {
  justify-content: flex-start;
}
.catalog.wide .catalog__list .product-preview .price.discount .price-new {
  text-align: left;
  flex: none;
}
.catalog.wide .catalog__list .product-preview .price.discount .wish-btn {
  position: static;
}
.catalog__controls {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}
.catalog__controls .sort-by {
  min-width: 167px;
  font-size: 14px;
  line-height: 20px;
}
.catalog__controls .sort-by .select-toggle {
  padding: 12px;
}
.catalog__controls .switcher {
  font-size: 14px;
  line-height: 20px;
  background: #F6F6F6;
  border: 1px solid #E4E4E4;
  border-radius: 3px;
  padding: 9px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.catalog__controls .switcher span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.catalog__controls .switcher span:last-child {
  display: none;
}
.catalog__inner {
  flex: 1;
}
.catalog__banner img {
  display: block;
  border-radius: 5px;
  margin-bottom: 16px;
}
.catalog__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.catalog__list.sets {
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}
.catalog__list.sets .product-preview .img {
  aspect-ratio: 416 / 177;
  height: auto;
  padding: 0;
}
.catalog__list.sets .product-preview .img img {
  width: 100%;
}
.catalog__list.sets .product-preview .body {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.catalog__list.sets .product-preview .price {
  margin-top: 37px;
  position: relative;
  flex: 1;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 8px;
}
.catalog__list.sets .product-preview .price .wish-btn {
  position: absolute;
  right: 0;
  top: -23px;
}
.catalog__list .product-preview {
  width: 100%;
}
.catalog__list .product-preview .img {
  padding-top: 100%;
  height: 100%;
}
.catalog__list .promotion {
  display: block;
  margin: 0 0 -1px -1px;
  padding: 0;
  position: relative;
}
.catalog__list .promotion img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.catalog .load-more-btn {
  margin-top: 36px;
  flex: 100%;
  display: flex;
  justify-content: center;
  grid-column: 1 / -1;
}
.catalog .load-more-btn .btn {
  font-size: 18px;
  padding: 0 14px;
}
.catalog .pagination {
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.catalog .pagination > * {
  border: 1px solid transparent;
  border-radius: 3px;
  padding-top: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 24px;
  width: 24px;
}
.catalog .pagination a {
  color: #999;
}
.catalog .pagination .prev,
.catalog .pagination .next {
  color: #333;
}
.catalog .pagination .prev.disabled,
.catalog .pagination .next.disabled {
  color: #999999;
  pointer-events: none;
}
.catalog .pagination .prev {
  transform: rotate(90deg);
}
.catalog .pagination .next {
  transform: rotate(-90deg);
}
.catalog .pagination .active {
  border-color: #595959;
}
.search-empty {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px 64px;
}
.search-empty .text {
  font-weight: 500;
  text-align: center;
  max-width: 456px;
  flex: 1;
}
.search-empty .text img {
  display: block;
  margin: 0 auto 24px;
}
.search-empty .popular {
  background: #F6F6F6;
  border-radius: 5px;
  max-width: 464px;
  flex: 1;
}
.search-empty .popular .title {
  color: #181818;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  padding: 16px 16px 8px;
}
.search-empty .popular a {
  color: var(--gray);
  display: table;
  padding: 8px 16px;
}
.search-empty .btns {
  flex: 100%;
  display: flex;
  justify-content: center;
  gap: 12px;
}
.search-empty .btns .btn {
  max-width: 274px;
  width: 100%;
}
.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.tags a {
  color: #555;
  border: 1px solid #F6F6F6;
  border-radius: 5px;
  font-size: 14px;
  line-height: 18px;
  padding: 6px 8px;
}
.modal#advertisingModal {
  color: var(--gray);
}
.modal#advertisingModal strong {
  font-weight: 600;
}
@media (max-width: 960px) {
  .catalog__controls .switcher {
    display: none;
  }
  .catalog__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .action__header {
    padding-bottom: 8px;
  }
  .action + .catalog {
    padding-top: 16px;
  }
  .action + .catalog .btn-filter {
    flex: 1;
  }
  .catalog {
    padding-bottom: 16px;
  }
  .catalog.wide .catalog__list {
    grid-template-columns: repeat(1, 1fr);
  }
  .catalog__controls {
    margin-bottom: 16px;
    flex-wrap: wrap;
  }
  .catalog__controls .switcher {
    display: block;
    flex: 1;
  }
  .catalog__controls .sort-by {
    flex: 1;
  }
  .catalog .btn-filter {
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    background: var(--yellow);
    border-radius: 3px;
    border: none;
    flex: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }
  .catalog .btn-filter__sticky {
    color: #555;
    padding: 9px 12px;
    margin: 0;
    border: 1px solid #595959;
    border-radius: 3px 0 0 3px;
    outline: none;
    background: var(--yellow);
    position: fixed;
    top: 50%;
    right: -100%;
    z-index: 2;
    transition: 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .catalog .btn-filter__sticky.sticky {
    right: -1px;
  }
  .catalog__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .catalog__list.sets .product-preview .price {
    margin-top: 0;
  }
  .search-empty {
    gap: 16px;
  }
  .search-empty .text {
    max-width: 100%;
    flex: 100%;
  }
  .search-empty .text img {
    margin-bottom: 16px;
    width: 135px;
  }
  .search-empty .popular {
    max-width: 100%;
    order: 1;
    flex: 100%;
  }
}
.seo-text {
  padding: 32px 0 64px;
}
.seo-text:not(.open) .text {
  max-height: 200px;
  overflow: hidden;
  position: relative;
}
.seo-text:not(.open) .text:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 48px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
  pointer-events: none;
}
.seo-text:not(.open) .btn-link span:last-child {
  display: none;
}
.seo-text.open .btn-link span:first-child {
  display: none;
}
.seo-text .text h1,
.seo-text .text h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;
  margin: 0 0 16px;
}
.seo-text .text strong {
  font-weight: 500;
}
.seo-text .text img {
  display: block;
}
.seo-text .text ul {
  margin: 25px 0;
  padding-left: 24px;
}
.seo-text .text li p {
  margin: 23px 0;
}
.seo-text .btn-link {
  margin: 10px auto 0;
  padding: 8px 0;
  display: table;
}
@media (max-width: 767px) {
  .seo-text {
    padding: 16px 0 32px;
  }
  .seo-text:not(.open) .text {
    max-height: 180px;
    overflow: hidden;
  }
  .seo-text:not(.open) .text:after {
    height: 48px;
  }
}
.seo-text {
  padding-top: 48px;
}
@media (max-width: 767px) {
  .seo-text {
    padding-top: 32px;
  }
}


/* End */
/* /local/templates/new-design/public/css/catalog.css?177874826179832 */
