@import url(https://cdnjs.cloudflare.com/ajax/libs/noUiSlider/12.0.0/nouislider.min.css);

.not_found[data-v-54877217] {
  margin: 0 0;
}


.nuxt-progress {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 3px;
  width: 0%;
  opacity: 1;
  transition: width 0.1s, opacity 0.4s;
  background-color: #0071e3;
  z-index: 999999;
}
.nuxt-progress.nuxt-progress-notransition {
  transition: none;
}
.nuxt-progress-failed {
  background-color: red;
}


.nuxt__build_indicator[data-v-26c032d0] {
  box-sizing: border-box;
  position: fixed;
  font-family: monospace;
  padding: 5px 10px;
  border-radius: 5px;
  box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
  width: 88px;
  z-index: 2147483647;
  font-size: 16px;
  line-height: 1.2rem;
}
.v-enter-active[data-v-26c032d0], .v-leave-active[data-v-26c032d0] {
  transition-delay: 0.2s;
  transition-property: all;
  transition-duration: 0.3s;
}
.v-leave-to[data-v-26c032d0] {
  opacity: 0;
  transform: translateY(20px);
}
svg[data-v-26c032d0] {
  display: inline-block;
  vertical-align: baseline;
  width: 1.1em;
  height: 0.825em;
  position: relative;
  top: 1px;
}


/*
WOC main styles
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on img inside links in IE 10.
 */
img {
  border-style: none;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap'); !* fonts *! */
/*@import "https://cdnjs.cloudflare.com/ajax/libs/Swiper/6.7.0/swiper-bundle.min.css"; !* swiper *!*/
/* swiper for price range */
.modal_bg {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1050;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: #111;
  opacity: 0.6;
  transition: right 0.4s;
  visibility: hidden;

}
.modal_bg.opened {
  visibility: visible;
}
.modal {
  margin: 0 auto;
  position: fixed;
  height: 100vh;
  z-index: 1051;
  top: 0;
  right: 0;
  background: var(--white);
  overflow-y: scroll;
  overflow-x: hidden;
  transform: translateX(100%);
}
.modal.opened {
  transform: translateX(0%);
}
.modal_close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/icons/close.svg");
}
.callback_modal {
  max-width: 442px;
  width: 100%;
}
.callback_modal .callback_modal_wrap {
  padding: 120px 50px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.callback_modal .callback_modal_wrap .image {
  width: 157px;
  height: 157px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 10px;
}
.callback_modal .callback_modal_wrap .image img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}
.callback_modal .callback_modal_wrap .title_late {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--main);
  margin: 0 0 5px;
}
.callback_modal .callback_modal_wrap .subtitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: var(--main);
  margin: 0 0 20px;
}
.callback_modal .callback_modal_wrap .subtitle_late {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: var(--main);
  margin: 0 0 20px;
}
.callback_modal .callback_modal_wrap form {
  width: 100%;
}
.callback_modal .callback_modal_wrap .accepted_title  {
  display: none;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  color: var(--main);
  margin: 0 0 10px;
}
.callback_modal .callback_modal_wrap .accepted_subtitle  {
  display: none;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #111;
}
.callback_modal.accepted .callback_modal_wrap {
  padding: 0 50px;
  justify-content: center;
  height: 100%;
}
.callback_modal.accepted .callback_modal_wrap .image {
  display: none;
}
.callback_modal.accepted .callback_modal_wrap .title_late {
  display: none;
}
.callback_modal.accepted .callback_modal_wrap .subtitle {
  display: none;
}
.callback_modal.accepted .callback_modal_wrap .subtitle_late {
  display: none;
}
.callback_modal.accepted .callback_modal_wrap .accepted_title {
  display: block;
}
.callback_modal.accepted .callback_modal_wrap .accepted_subtitle {
  display: block;
}
.callback_modal.accepted .callback_modal_wrap form {
  display: none;
}
.notify_modal {
  max-width: 442px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notify_modal .notify_modal_wrap {
  max-width: 342px;
}
.notify_modal .notify_modal_wrap p + p {
  margin: 0;
}
.notify_modal .notify_modal_wrap .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: var(--main);
  text-align: center;
  margin: 0 0 10px;
}
.notify_modal .notify_modal_wrap .subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: var(--main);
  margin: 0 0 20px;
}
.notify_modal .send_notify {
  margin: 20px 0 0;
}
.notify_modal .notify_modal_wrap .thank_you_title {
  display: none;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: #111;
  text-align: center;
  margin: 0 0 10px;
}
.notify_modal .notify_modal_wrap .thank_you_subtitle {
  display: none;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--main);
}
.notify_modal.thank_you_notify .notify_modal_wrap .title {
  display: none;
}
.notify_modal.thank_you_notify .notify_modal_wrap .subtitle {
  display: none;
}
.notify_modal.thank_you_notify .notify_modal_wrap form {
  display: none;
}
.notify_modal.thank_you_notify .notify_modal_wrap .thank_you_title {
  display: block;
}
.notify_modal.thank_you_notify .notify_modal_wrap .thank_you_subtitle {
  display: block;
}
.add_review_modal {
  max-width: 442px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.add_review_modal .add_review_wrap {
  max-width: 342px;
  width: 100%;

}
.add_review_modal .review_added {
  display: none;
  max-width: 342px;
  width: 100%;
}
.add_review_modal .review_added .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: var(--main);
  text-align: center;
  margin: 0 0 10px;
}
.add_review_modal .review_added .subtitle {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: var(--main);
}
.add_review_modal .add_review_wrap .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: var(--main);
  margin: 0 0 20px;
}
.add_review_modal .add_review_wrap .ratting {
  display: flex;
  margin: 0 0 20px;
}
.add_review_modal .add_review_wrap .ratting .star {
  display: block;
  width: 36px;
  height: 36px;
  background: url("/icons/star_l.svg") no-repeat center/contain;
}
.add_review_modal .add_review_wrap .ratting .star.star_full {
  background: url("/icons/star_l_full.svg") no-repeat center/contain;
}
.add_review_modal .add_review_wrap .ratting .star + .star {
  margin: 0 0 0 3px;
}
.add_review_modal .add_review_wrap form {
  margin: 0 0 20px;
}
.bonus_info {
  padding: 20px;
  background: var(--backround);
  border-radius: 5px;
}
.bonus_info .bonus_info_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.bonus_info .bonus_info_wrap .bonus {
  min-width: 53px;
  margin: 0 10px 0 0;
}
.bonus_info .bonus_info_wrap .bonus span {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  color: var(--main);
}
.bonus_info .bonus_info_wrap .bonus_info_text p {
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  color: var(--main);
}
.add_review_modal.added .add_review_wrap {
  display: none;
}
.add_review_modal.added .review_added {
  display: block;
}
.shop_map_modal {
  max-width: 746px;
  width: 100%;
}
.np_map_modal {
  max-width: 746px;
  width: 100%;
}
.map_wrap {
  padding: 50px;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.map_wrap .map_title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: var(--main);
  margin: 0 0 25px;
}
.map_wrap .map_inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.map_wrap .map_inner .map {
  height: 100%;
}
.map_wrap .map_inner .locations_wrap {
  position: absolute;
  overflow-y: auto;
  top: 5px;
  bottom: 5px;
  left: 5px;
  max-width: 316px;
  width: 100%;
  background: var(--white);
}
.locations_wrap.custom_scrollbar::-webkit-scrollbar {
  width: 3px;
}
.location_list {

}
.location_list .location_item + .location_item .location_item_wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.location_list .location_item {
  padding: 0 15px;
  cursor: pointer;
}
.location_list .location_item .location_item_wrap {
  padding: 15px 0;
}
.location_list .location_item.hovered,
.location_list .location_item:hover {
  background: var(--backround);
}
.location_list .location_item .l_title {
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  color: var(--main);
  margin: 0 0 10px;
}
.location_list .location_item .l_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.location_list .location_item .l_item + .l_item {
  margin: 10px 0 0;
}
.location_list .location_item .l_item .icon {
  display: block;
  width: 24px;
  min-width: 24px;
  height: 24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 10px 0 0;
}
.location_list .location_item .l_item .icon_location {
  background-image: url("/icons/pin.svg");
}
.location_list .location_item .l_item .icon_time {
  background-image: url("/icons/clock.svg");
}
.location_list .location_item .l_item .icon_phone {
  background-image: url("/icons/phone.svg");
}
.location_list .location_item .l_item p {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--main);
}
.cart_modal {
  max-width: 614px;
  width: 100%;
}
.cart_wrap {
  padding: 50px 0 0;
  height: 100%;
  display: flex;
  flex-direction: column
}
.cart_wrap .cart_title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: #000;
  margin: 0 0 25px;
  padding: 0 50px;
}
.cart_wrap .cart_list {
  padding: 0 50px 15px;
  margin: 0 0 auto;
}
.cart_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 0;
  border-top: 1px solid var(--backround);
}
.cart_item .product_img_wrap {
  min-width: 110px;
  height: 110px;
  position: relative;
  margin: 0 10px 0 0;
}
.cart_item .product_img_wrap .product_img {
  width: 100%;
  height: 100%;
}
.cart_item .product_img_wrap .product_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.cart_item .product_img_wrap .add_to_whislist {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
}
.cart_item .product_img_wrap .add_to_whislist.active .icon ,
.cart_item .product_img_wrap .add_to_whislist:hover  .icon {
  background-image: url(/icons/heart_product_red.svg);
}
.cart_item .product_descr {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cart_item .product_descr .product_descr_wrap {
  max-width: 355px;
  width: 100%;
  margin: 0 15px 0 0;
}
.cart_item .product_descr .title {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--main);
  margin: 0 0 10px;
}
.cart_item .product_descr .counter_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.counter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 113px;
  min-width: 113px;
  height: 46px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/img/backgrounds/counter_bg.webp");
  padding: 11px;
  margin: 0 20px 0 0;
}
.counter .counter_btn {
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
  width: 24px;
  height: 24px;
  padding: 0;
}
.counter .counter_btn.disabled {
  opacity: 0.6;
}
.counter .counter_btn .icon {
  display: block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.counter .counter_btn.subtract .icon {
  background-image: url("/icons/count_minus.svg");
}
.counter .counter_btn.add .icon {
  background-image: url("/icons/count_plus.svg");
}
.counter .counter_number {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: var(--main);
  width: 30px;
  outline: none;
  border: none;
}
.cart_item .product_descr .price_wrap .price_old {
  margin: 0 0 3px;
}
.cart_item .product_descr .price_wrap .price_old del {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #555;
  text-decoration: line-through;
  -webkit-text-decoration-color: #f22613;
          text-decoration-color: #f22613;
}
.cart_item .product_descr .price_wrap .price_current p {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  display: flex;
  align-items: center;
  color: #111;
}
.delete_from_chart {
  display: block;
  width: 24px;
  height: 24px;
}
.delete_from_chart .icon {
  display: block;
  width: 24px;
  height: 24px;
  background: url("/icons/delete.svg") no-repeat center/cover;
}
.modal .modal_big_btn {
  border-radius: 0;
  display: flex;
  min-height: 56px;
}
.cart_with {
  padding: 30px 50px;
  background: var(--backround);
}
.cart_with .cart_with_wrap .section_head {
  margin: 0 0 20px;
}
.cart_with .cart_with_wrap .section_head .head_title p {
  font-size: 20px;
  line-height: 24px;
}
.cart_swiper .product_slide {
  width: 168px;
  height: 251px;
  padding: 10px;
  background: var(--white);
}
.cart_swiper .product_slide .product_slide_img {
  width: 148px;
  height: 148px;
  margin: 0 0 6px;
}
.cart_swiper .product_slide .product_slide_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.cart_swiper .product_slide .title {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: var(--main);
  margin: 0 0 6px;
  overflow: hidden;
  max-height: 30px;
}
.cart_swiper .product_slide .product_slide_price {
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: var(--main);
  margin: 0 0 6px;
}
.cart_swiper .product_slide .product_add {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 13px;
  line-height: 16px;
}
.cart_swiper .product_slide .product_add .icon {
  display: block;
  width: 18px;
  height: 18px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/icons/plus_blue.svg");
  margin: 0 5px 0 0;
}
.modal_totals {
  padding: 25px 50px 20px;
}
.totals_wrap {
  width: 100%;

}
.totals_wrap .totals_list {
  margin: 0 0 15px;
}
.totals_wrap .totals_list .totals_item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.totals_wrap .totals_list .totals_item + .totals_item {
  margin: 10px 0 0;
}
.totals_wrap .totals_list .totals_item .title {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--main);
}
.totals_wrap .totals_list .totals_item .descr {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: var(--main);
}
.totals_wrap .totals_list .totals_item .descr.total_bonus .icon  {
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/icons/bonus.svg");
  margin: 0 5px 0 0;
}
.totals_wrap .delivery_progress {
  background-color: #0e0d32;
  border-radius: 5px;
  padding: 14px 17px;
  margin: 0 0 15px;
}
.totals_wrap .delivery_progress .progress_top {
  margin: 0 0 9px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.totals_wrap .delivery_progress .progress_top .title {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
}
.totals_wrap .delivery_progress .progress_top .title span {
  font-weight: bold;
  color: var(--white);
}
.totals_wrap .delivery_progress .progress_top .progress_left {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: var(--orange);
  white-space: nowrap;
}
.totals_wrap .delivery_progress .progress {
  border-radius: 5px;
  width: 100%;
  height: 20px;
  border: 1px solid #c4c4c4;
  position: relative;
  background-color: var(--white);
}
.totals_wrap .delivery_progress .progress .progress_bar {
  background-color: var(--orange);
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid var(--white);
  border-radius: 5px;
}
.add_promo_wrap {
  width: 100%;
  margin: 0 0 15px;
}
.add_promo_wrap .add_promo_btn {
  width: 100%;
  height: 54px;
  background: rgba(0, 113, 227, 0.1);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;

}
.add_promo_wrap .add_promo_btn .icon {
  display: block;
  margin: 0 10px 0 0;
  width: 24px;
  height: 24px;
  background: url("/icons/promo_code.svg") no-repeat center/cover;
}
.add_promo_wrap .promo_input {
  display: none;
}
.add_promo_wrap .promo_input .apply_promo {
  position: absolute;
  top: 18px;
  right: 17px;
}
.add_promo_wrap .promo_success {
  background: rgba(0, 113, 227, 0.1);
  border-radius: 5px;
  padding: 19px 16px 18px;
  display: none;
  justify-content: space-between;
  align-items: center;
}
.add_promo_wrap .promo_success span {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}
.add_promo_wrap.adding .add_promo_btn {
  display: none;
}
.add_promo_wrap.adding .promo_input {
  display: block;
}
.add_promo_wrap.success .promo_success {
  display: flex;
}
.add_promo_wrap.success .promo_input {
  display: none;
}
.totals_wrap .totals_quick_buy .quick_buy_form {
  max-width: 100%;
}
.cart_swiper .swiper-slide {
  width: 168px;
}
.address_modal {
  max-width: 442px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.address_modal .add_address_wrap {
  max-width: 342px;
  width: 100%;
}
.address_modal .add_address_wrap .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin: 0 0 10px;
}
.address_modal .add_address_wrap .subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  margin: 0 0 20px;
}
.address_modal .add_address_wrap .address_inputs_list {
  margin: 0 0 15px;
}
.address_modal .add_address_wrap .address_inputs_list .input_group {
  margin-bottom: 0;
}
.address_modal .add_address_wrap .save_address {
  margin: 20px 0 0;
}
.log_in_modal {
  max-width: 442px;
  width: 100%;
}
.log_in_wrap .add_number {
  padding: 214px 50px 0;
}
.log_in_wrap .add_number .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px;
  text-align: center;
}
.log_in_wrap .add_number .input_group .flag {
  position: absolute;
  top: 18px;
  left: 16px;
  width: 21px;
  height: 18px;
  display: block;
}
.log_in_wrap .add_number .input_group.phone_input_group input {
  padding: 18px 18px 18px 45px;
}
.log_in_wrap .add_code {
  display: none;
  padding: 260px 105px 0 106px;
}
.log_in_wrap .add_code .title {
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  margin: 0 0 10px;
}
.log_in_wrap .add_code .entered_number_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 30px;
}
.log_in_wrap .add_code .entered_number_wrap .entered_number {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin: 0 10px 0 0;
  white-space: nowrap;
}
.log_in_wrap .add_code .code_inputs_list {
  margin: 0 0 30px;
}
.log_in_wrap .add_code .otc fieldset {
  border: 0;
  padding: 0;
  margin: 0;
}
.log_in_wrap .add_code .otc fieldset .itc_inputs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 220px;
  margin: 0 auto;
}
.log_in_wrap .add_code .otc input[type="number"] {
  width: 40px;
  height: 54px;
  padding: 17px 13px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--main);
  text-align: center;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
       appearance: textfield;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.log_in_wrap .add_code .otc input[type="number"] + input[type="number"] {
  margin: 0 0 0 20px;
}
.log_in_wrap .add_code input::-webkit-outer-spin-button,
.log_in_wrap .add_code input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.log_in_wrap .add_code .resend_code {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: var(--grey);
  text-align: center;
}
.log_in_wrap .add_code .resend_code span {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: var(--grey);
}
.log_in_wrap.code .add_number {
  display: none;
}
.log_in_wrap.code .add_code {
  display: block;
}
.log_in_wrap .add_code .resend_code .resend_btn {
  display: none;
  justify-content: center;
}
.log_in_wrap .add_code .resend_code.show_resend_btn .second_left_wrap {
  display: none;
}
.log_in_wrap .add_code .resend_code.show_resend_btn .resend_btn {
  display: flex;
}
.log_in_wrap .finish_registration {
  padding: 210px 50px 0;
  display: none;
}
.log_in_wrap .finish_registration .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin: 0 0 20px;
}
.log_in_wrap .finish_registration form .input_group {
  margin: 0 0 20px;
}
.log_in_wrap.code.success_code .add_code {
  display: none;
}
.log_in_wrap.code.success_code .finish_registration {
  display: block;
}
@media screen and (max-width: 768px) {
  .cart_swiper {
    overflow: visible;
  }

  .cart_wrap {
    padding: 20px 0 0;
  }

  .cart_wrap .cart_title {
    padding: 0 15px;
    margin: 0 0 15px;
    font-size: 24px;
    line-height: 30px;
  }

  .cart_wrap .cart_list {
    padding: 0 15px 10px;
  }

  .cart_item .product_img_wrap {
    min-width: 90px;
    height: 90px;
  }

  .cart_with {
    padding: 20px 15px;
  }

  .cart_with .cart_with_wrap .section_head .head_title p {
    font-size: 17px;
    line-height: 24px;
  }

  .cart_with .cart_with_wrap .section_head {
    margin: 0 0 15px;
  }

  .cart_swiper .swiper-slide {
    width: 135px !important;
  }

  .cart_swiper .product_slide {
    width: 135px;
    height: 213px;
  }

  .cart_swiper .product_slide .product_slide_img {
    width: 115px;
    height: 115px;
    margin: 0 0 5px;
  }

  .cart_swiper .product_slide .title {
    margin: 0 0 4px;
  }

  .cart_swiper .product_slide .product_slide_price {
    margin: 0 0 5px;
  }

  .modal_totals {
    padding: 20px 15px 15px;
  }

  .totals_wrap .delivery_progress .progress_top .title {
    max-width: 194px;
  }

  .totals_wrap .delivery_progress .progress_top .title span {
    font-weight: normal;
  }

  .totals_wrap .delivery_progress .progress_top {
    margin: 0 0 10px;
  }

  .totals_wrap .delivery_progress .progress_top .progress_left {
    font-size: 15px;
  }

  .totals_quick_buy .quick_buy_form .quick_buy_btn {
    width: 133px;
  }


}
@media screen and (max-width: 720px) {
  .map_wrap {
    padding: 20px 15px;
  }

  .modal {
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  .map_wrap .map_inner .locations_wrap {
    display: none;
  }

  .map_wrap .map_title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 20px;
  }

  .log_in_wrap .add_number {
    padding: 155px 17px 0;
  }

  .log_in_wrap .add_number .title {
    font-size: 20px;
    line-height: 24px;
  }

  .log_in_wrap .add_number form {
    max-width: 342px;
    margin: 0 auto;
  }

  .log_in_wrap.code .add_code {
    padding: 155px 72px 0;
  }

  .log_in_wrap.code.success_code .finish_registration {
    padding: 140px 15px;
  }

  .log_in_wrap.code.success_code .finish_registration form {
    max-width: 345px;
    margin: 0 auto;
  }
}
/* home */
.breadcrumbs {
  padding: 20px 0 15px;
}
.breadcrumbs_list {
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs_list li {
  vertical-align: top;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #757679;
  white-space: nowrap;
}
.breadcrumbs_list li + li {
  position: relative;
  margin: 0 0 0 7px;
  padding: 0 0 0 7px;
}
.breadcrumbs_list li + li::before {
  content: '';
  position: absolute;
  left: -2px;
  top: 7px;
  width: 4px;
  height: 4px;
  background-color: var(--main);
  border-radius: 50%;
}
.breadcrumbs_list li .breadcrumb_link {
  font-size: 13px;
  line-height: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    padding: 10px 0;
  }
}
/* home */
.link_blue {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  color: var(--link-blue);
}
.link_blue:active {
  color: #006cda;
}
.link_black {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}
.link_black:hover {
  color: #007fff;
}
.link_white {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
}
.btn_transparent {
  display: inline-block;
  background-color: transparent;
  border: 2px solid var(--orange);
  border-radius: 5px;
  cursor: pointer;
}
.btn_transparent:hover {
  border: 2px solid #ffdf61;
}
.btn_transparent:active {
  border: 2px solid #efc20d;
}
.orange_btn {
  display: inline-block;
  background-color: var(--orange);
  border: 2px solid transparent;
  border-radius: 5px;
  cursor: pointer;
}
.orange_btn:hover {
  background-color: #ffdf61;
}
.orange_btn:active {
  background-color: #efc20d;
}
.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.orange_btn.added {
  background-color: var(--orange);
}
.orange_btn.added:hover {
  border: 2px solid #ffdf61;
}
.orange_btn.added:focus {
  border: 2px solid #efc20d;
}
.btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--main);
}
.link_with_icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.link_with_icon .icon {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
  background-size: cover;
  background-position: center;
}
.link_with_icon .icon.location_icon {
  background-image: url("/icons/location.svg");
}
.link_with_icon span {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--link-blue);
}
.blue_btn {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 6px;
  border: 2px solid transparent;
  border-radius: 5px;
  cursor: pointer;
  background: var(--link-blue);
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: var(--white);
}
/* home */
.input_group {
  margin: 0 0 15px;
  position: relative;
}
.input_group > input,
.input_group > textarea {
  width: 100%;
  height: 54px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 28px 16px 8px;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: var(--main);
  position: relative;
}
.input_group textarea {
  resize: none;
  outline: none;
}
.input_group > input:hover,
.input_group > textarea:hover {
  border: 1px solid rgba(0, 0, 0, 0.18);
}
.input_group .floating_label {
  position: absolute;
  pointer-events: none;
  left: 16px;
  top: 17px;
  transition: 0.2s ease all;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #757679;
}
textarea:not(:-moz-placeholder-shown) ~ .floating_label, input:not(:-moz-placeholder-shown) ~ .floating_label {
  top: 8px;
  left: 16px;
  font-size: 12px;
  line-height: 15px;
}
input:focus ~ .floating_label,
textarea:focus ~ .floating_label,
textarea:not(:placeholder-shown) ~ .floating_label,
input:not(:placeholder-shown) ~ .floating_label {
  top: 8px;
  left: 16px;
  font-size: 12px;
  line-height: 15px;
}
.input_group.error input {
  border: 1px solid #f22613;
}
.input_group .error_text {
  display: none;
  margin: 2px 0 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: #f22613;
}
.input_group.error .error_text {
  display: block;
}
.input_group.phone_input_group input {
  padding: 17px 16px;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #757679;
}
.input_group.phone_input_group input::-moz-placeholder {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #757679;
}
.input_group.phone_input_group input::placeholder {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  display: flex;
  align-items: center;
  color: #757679;
}
.input_group.text_field .custom_input {
  height: 90px;
}
.custom_select select {
  display: none;
}
.custom_select .ts-wrapper .ts-control {
  display: flex;
  width: 100%;
  height: 54px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 28px 16px 8px;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: var(--main);
  position: relative;
}
.custom_select .ts-wrapper .ts-control input {
  border: none;
  width: 100%;
  display: none;
}
.custom_select.input_group .floating_label {
  font-size: 15px;
}
.custom_select .ts-wrapper.has-items ~ .floating_label {
  top: 8px;
  left: 16px;
  font-size: 12px;
  line-height: 15px;
}
.custom_select .select_arrow {
  position: absolute;
  top: 19px;
  right: 20px;
  display: block;
  width: 16px;
  height: 16px;
  pointer-events: none;
  background: url("/icons/select_arrow.svg") no-repeat center;
}
.dropdown-active + .select_arrow {
  transform: rotate(180deg);
}
.custom_select .ts-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
  padding: 15px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.custom_select .ts-dropdown .ts-dropdown-content {
  max-height: 100px;
  overflow: auto;
}
.custom_select .ts-dropdown .ts-dropdown-content::-webkit-scrollbar {
  width: 2px;
}
.custom_select .ts-dropdown .ts-dropdown-content::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  opacity: 0.6;
}
.custom_select .ts-dropdown .ts-dropdown-content::-webkit-scrollbar-thumb {
  background: var(--main);
}
.custom_select .ts-dropdown .ts-dropdown-content::-webkit-scrollbar-thumb:hover {
  background: var(--link-blue);
}
.custom_select .ts-dropdown .option {
  padding: 5px 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--main);
  cursor: pointer;
}
.custom_select .ts-dropdown .option:first-child {
  padding: 0 0 5px;
}
.custom_select .ts-dropdown .option:last-child {
  padding: 5px 0 0;
}
.custom_select .ts-dropdown .option:hover {
  color: var(--link-blue);
}
.custom_select .vs__dropdown-toggle {
  padding: 0 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0;
  height: 54px;
}
.custom_select .vs__selected-options {
  padding: 0;
  overflow: hidden;
  flex-wrap: nowrap;
}
.custom_select .vs__selected-options .vs__selected {
  flex-shrink: 0;
}
.custom_select .vs__search,
.custom_select .vs__search:focus,
.custom_select .vs__selected {
  padding: 28px 14px 8px;
  margin:0 0;
  height: 52px;
  flex-shrink: 0;
}
.custom_select .vs__clear {
  display: none;
}
.custom_select .vs--single.vs--loading .vs__selected,
.custom_select .vs--single.vs--open .vs__selected {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}
.custom_select .vs__dropdown-menu {
  top: 100%;
  left: 0;
  z-index: 10;
  padding: 15px;
  margin: 0;
  width: 100%;
  max-height: 400px;
  min-width: 100%;
  overflow-y: auto;
  box-shadow: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-top-style: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0;
  background: var(--white);
}
.custom_select .vs__dropdown-option {
  display: block;
  white-space: nowrap;
  padding: 5px 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--main);
  cursor: pointer;
}
.custom_select .vs__dropdown-option--highlight {
  background: #fff;
  color: var(--link-blue);
}
.custom_checkbox input {
  display: none;
}
.custom_checkbox input + label {
  display: block;
  position: relative;
  padding: 3px 0 3px 34px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--main);
  cursor: pointer;
  background: transparent;
}
.custom_checkbox input + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/icons/checkbox.svg);
}
.custom_checkbox input:checked + label::before {
  background-image: url(/icons/checkbox_check.svg);
}
/* form */
.product_item_wrap {
  display: inline-block;
  min-width: 248px;
  height: 383px;
  margin: 0 10px 10px 0;
  position: relative;
}
.product_item {
  max-width: 248px;
  width: 100%;
  height: auto;
  min-height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--white);
  padding: 15px;
  z-index: 0;
}
.product_item:hover {
  max-width: 260px;
  padding: 15px 21px;
  box-shadow: 0 5px 25px rgba(42, 39, 37, 0.15);
  left: -6px;
  z-index: 40;
  width: 260px;
}
.product_item .product_images_wrap {
  width: 100%;
  height: 218px;
  display: block;
  position: relative;
  margin: 0 0 15px;
}
.product_item .product_images_wrap .stickers {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.product_item .product_images_wrap .stickers .sticker + .sticker {
  margin: 10px 0 0 0;
}
.product_item .product_images_wrap .stickers .sticker {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 37px;
  height: 36px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
.product_item .product_images_wrap .stickers .sticker span {
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: var(--white);
}
.product_item .product_images_wrap .stickers .sticker.red {
  background-image: url("/icons/red_star.svg");
}
.product_item .product_images_wrap .stickers .sticker.green {
  background-image: url("/icons/green_star.svg");
}
.product_item .product_images_wrap .stickers .sticker.orange {
  background-image: url("/icons/orange_star.svg");
}
.product_item .product_images_wrap .actions {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.product_item .product_images_wrap .actions .delete_from_favorite {
  display: none;
  width: 24px;
  height: 24px;
}
.add_to_whislist {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 36px;
  height: 36px;
  background: #f3f3f7;
  border: none;
  outline: none;
  border-radius: 50%;
  cursor: pointer;
}
.add_to_whislist .icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url("/icons/heart_product.svg");
  width: 18px;
  height: 18px;
  display: block;
}
.product_item:hover .product_images_wrap .actions .add_to_whislist .icon ,
.product_item .product_images_wrap .actions .add_to_whislist.active .icon {
  background-image: url("/icons/heart_product_red.svg");
}
.product_item .product_images_wrap .product_images  {
  width: 100%;
  height: 100%;
}
.product_item .product_images_wrap .product_images .swiper-pagination {
  display: none;
}
.product_item:hover .product_images_wrap .product_images .swiper-pagination {
  display: block;
}
.product_item .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #bdbec3;
  opacity: 1;
}
.product_item .swiper-pagination-bullet-active {
  background: var(--main);
}
.product_item .swiper-horizontal > .swiper-pagination-bullets, .product_item .swiper-pagination-bullets.swiper-pagination-horizontal, .product_item .swiper-pagination-custom, .product_item .swiper-pagination-fraction {
  bottom: 0;
}
.product_item .visible_info {

}
.product_item .visible_info .title {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #000;
  margin: 0 0 10px;
  min-height: 32px;
  max-height: 32px;
  overflow: hidden;
}
.product_item:hover .visible_info .title {
  max-height: 320px;
}
.product_item .visible_info .price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 14px;
}
.product_item .visible_info .price del {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #555;
  text-decoration: line-through;
  -webkit-text-decoration-color: #f22613;
          text-decoration-color: #f22613;
  margin: 0 5px 0 0;
}
.product_item .visible_info .price > span {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: var(--main);
  margin: 0 15px 0 0;
}
.product_item .visible_info .price > small {
  font-weight: 600;
  margin: 3px 10px 0 0;
}
.bonus {
  background: #dbf6ff;
  border-radius: 50px;
  padding: 4px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bonus span {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 0 2px;
}
.add_to_cart {
  padding: 7px 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.add_to_cart .icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url("/icons/cart.svg");
  width: 24px;
  height: 24px;
  display: block;
}
.add_to_cart.added .icon {
  background-image: url("/icons/cart-done.svg");
}
.add_to_cart span {
  display: block ;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  margin: 0 0 0 10px;
}
.product_item:not(:hover) .add_to_cart_wrap .add_to_cart span {
  display: none;
}
.notify_card_btn {
  padding: 8px 14px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notify_card_btn .icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url(/icons/time.svg);
  width: 24px;
  height: 24px;
  display: block;
}
.notify_card_btn span {
  display: block ;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  margin: 0 0 0 10px;
}
.product_item:not(:hover) .add_to_cart_wrap .notify_card_btn span {
  display: none;
}
.product_item .hidden_info {
  margin: 14px 0 0;
  display: none;
}
.product_item .hidden_info .list .item + .item {
  margin: 10px 0 0;
}
.product_item .hidden_info .list .item .item_title {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: var(--grey);
  margin: 0 0 4px;

}
.product_item .hidden_info .list .item .link_blue {
  font-size: 12px;
  line-height: 15px;
}
.product_item .hidden_info .list .item .descr {
  display: block;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: var(--main);
}
.product_item:hover .hidden_info {
  display: block;
}
.test_wrap {
  padding: 100px 0 100px;
}
@media screen and (max-width: 768px) {
  .product_item_wrap {
    min-width: 169px;
    height: 296px;
  }

  .product_item {
    width: 169px;
    padding: 10px;
  }

  .product_item .product_images_wrap {
    height: 148px;
    margin: 0 0 19px;
  }

  .product_item .product_images_wrap .product_images .product_card_slider  {
    overflow-y: visible;
  }

  .product_item .product_images_wrap .product_images .swiper-pagination {
    display: block;
  }

  .product_item .visible_info .price {
    align-items: center;
    margin: 0 0 10px;
  }

  .product_item .visible_info .price > span {
    font-size: 14px;
    line-height: 16px;
  }

  .product_item .visible_info .title {
    margin: 0 0 5px;
  }

  .product_item:hover {
    width: 182px;
    padding: 10px 16px 10px 17px;
    left: -5px;
  }
}
/* home */
.pagination .page_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.pagination .page_list .page_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;

}
.pagination .page_list .page_btn .icon {
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.pagination .page_list .page_btn.page_prev {
  margin: 0 8px 0 0;
}
.pagination .page_list .page_btn.page_next {
  margin: 0 0 0 13px;
}
.pagination .page_list .page_btn.page_prev .icon {
  background-image: url("/icons/arrow_sm_right.svg");
  transform: rotate(180deg);
}
.pagination .page_list .page_btn.page_next .icon {
  background-image: url("/icons/arrow_sm_right.svg");
}
.pagination .page_list li + li .page_number {
  margin: 0 0 0 5px;

}
.pagination .page_list .page_number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid transparent;
}
.pagination .page_list .page_number:hover {
  border: 2px solid #f3f3f7;
}
.pagination .page_list .page_number.active {
  background: #f3f3f7;
  border: 2px solid #f3f3f7;
  color: var(--main);
}
.pagination .page_list .page_number.disabled {
  color: var(--main);
}
@media (max-width: 768px) {
  .pagination .page_list .page_btn,
  .pagination .page_list .page_number {
    width: 34px;
    height: 34px;
  }
}
/* home */
.acordeon {
  width: 100%;
}
.acordeon.catalog_accordeon {
  max-width: 1065px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 0 0;
}
.acordeon .acordeon_list_head {
  margin: 0 0 20px;
}
.acordeon .acordeon_list_head p {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: var(--main);
}
.acordeon .accordeon_list {
  padding: 0 0;
}
.acordeon .accordeon_list .accordeon_item + .accordeon_item {
  margin: 10px 0 0;
}
.acordeon .accordeon_list .accordeon_item .accordeon_head {
  padding: 20px;
  background: var(--backround);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.acordeon .accordeon_list .accordeon_item .accordeon_head p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--main);
  margin: 0 10px 0 0;
}
.acordeon .accordeon_list .accordeon_item .accordeon_head .sign_toggle {
  display: block;
  width: 26px;
  height: 24px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("/icons/plus_black.svg");
}
.acordeon .accordeon_list .accordeon_item.opened .accordeon_head .sign_toggle  {
  background-image: url("/icons/minus_black.svg");
}
.acordeon .accordeon_list .accordeon_item .accordeon_content {
  padding: 0 20px;
  height: 0;
  overflow: hidden;
}
.acordeon .accordeon_list .accordeon_item .accordeon_conten p {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: var(--main);
}
.acordeon .accordeon_list .accordeon_item.opened .accordeon_content {
  height: auto;
  padding: 15px 20px;
}
@media screen and (max-width: 768px) {
  .acordeon .accordeon_list .accordeon_item .accordeon_head {
    align-items: flex-start;
  }
}
@media screen and (max-width: 425px) {
  .acordeon .accordeon_list .accordeon_item .accordeon_head p {
    max-width: 267px;
  }
}
/* page_products */
.tabs_container .nav_tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #f3f3f7;
  border-radius: 10px;
  padding: 6px;
  width: -moz-max-content;
  width: max-content;
}
.tabs_container .nav_tabs li + li {
  margin: 0 0 0 10px;
}
.tabs_container .nav_tabs li a {
  border-radius: 6px;
  background: transparent;
  padding: 12px 15px;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: var(--link-blue);
  white-space: nowrap;
}
.tabs_container .nav_tabs li.active a {
  background: var(--white);
  color: var(--main);
}
.tabs_container .tab_content .tab_pane {
  display: none;
}
.tabs_container .tab_content .tab_pane.active {
  display: block;
}
/* page_products */
:root body {
  --orange: #fc0;
  --white: #fff;
  --backround: #f3f3f7;
  --main: #111;
  --grey: #757679;
  --link-black: #222;
  --link-blue: #0071e3;
  --error: #6a0005;
}
/**::selection {*/
/*  background-color: transparent;*/
/*}*/
/**::-moz-selection {*/
/*  background-color: transparent;*/
/*}*/
html {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
body {
  padding: 0 0;
  margin: 0 0;
  background: var(--white);
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  position: relative;
  /*scroll-behavior: smooth;*/
  width: 100%;
  height: auto;
  overflow: hidden;
}
body * {
  font-family: 'Inter', sans-serif;
  font-weight: 400;
  font-style: normal;
  box-sizing: border-box;
  color: var(--main);
}
body.overflow {
  overflow: hidden;
  position: fixed;
}
header .header_bottom * ,
footer * {
  transition: hover 0.3s;
}
button {
  outline: none;
}
input {
  outline: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
b, strong {
  font-weight: bolder !important;
}
h1 {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 15px;
}
h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 20px;
}
h3 {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 15px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
p + p {
  margin: 10px 0 0;
}
a {
  text-decoration: none;
  color: var(--link-black);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
  display: inline-block;
  cursor: pointer;
}
.acordeon p a {
  color: var(--link-blue) !important;
}
a:-webkit-any-link.focus-visible {
  outline-offset: 0;
}
a:-webkit-any-link:focus-visible {
  outline-offset: 0;
}
.custom_scrollbar::-webkit-scrollbar {
  width: 2px;
}
.custom_scrollbar::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
  opacity: 0.6;
}
.custom_scrollbar::-webkit-scrollbar-thumb {
  background: var(--main);
}
.custom_scrollbar::-webkit-scrollbar-thumb:hover {
  background: var(--link-blue);
}
.error_msg {
  color: var(--error);
  font-size: 12px;
  padding: 4px 0;
}
.error_bg {
  background: var(--error);
  color: var(--white);
}
img {
  max-width: 100%;
  height: auto;
}
.not-visible {
  visibility: hidden;
}
.container {
  display: block;
  max-width: 1310px;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}
.divider {
  display: table;
  height: 1px;
  clear: both;
}
.article_item ul li,
.dotted_list li {
  position: relative;
  padding: 0 0 0 16px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.article_item ul li::before,
.dotted_list li::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #111;
  border-radius: 22px;
}
.article_item ul li + li,
.dotted_list li + li {
  margin: 15px 0 0;
}
.article_item ul li a,
.dotted_list li a {
  display: inline;
  font-size: 16px;
  line-height: 24px;
}
.article_item ol,
.ordered_list ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: num;
}
.article_item ol li + li,
.ordered_list ol li + li {
  margin: 15px 0 0;
}
.article_item ol li,
.ordered_list ol li {
  margin: 0;
  padding: 0 0 0 27px;
  position: relative;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.article_item ol > li,
.ordered_list ol > li {
  counter-increment: num;
}
.article_item ol > li::before,
.ordered_list ol > li::before {
  content: counter(num) '.';
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.header_top {
  background: var(--backround);
}
#global_wrap {
  padding: 170px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
header {
  width: 100%;
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  z-index: 50;
}
footer {
  margin: auto 0 0 0;
}
header .header_top {
  max-height: 30px;
  overflow: hidden;
  transition-duration: 0.3s;
}
header.scrolled .header_top {
  max-height: 0;
}
.header_top_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_top_wrap .header_links {
  display: flex;
  justify-content: flex-start;
}
.header_top_wrap .header_links li + li {
  margin: 0 0 0 30px;
}
.header_top_wrap .header_links .header_link {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: var(--link-black);
  opacity: 0.85;
  padding: 7px 0;
}
.header_top .lang_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 3px 0 0;
}
.header_top .lang_wrap .lang_item {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: var(--link-black);
  opacity: 0.6;
  position: relative;
}
.header_top .lang_wrap .lang_item:first-child {
  padding: 0 10px 0 0;
}
.header_top .lang_wrap .lang_item + .lang_item {
  padding: 0 0 0 10px;
}
.header_top .lang_wrap .lang_item + .lang_item::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 10px;
  background-color: var(--link-black);
}
.header_top .lang_wrap .lang_item.selected {
  opacity: 1;
}
.header_main {
  height: 80px;
}
.header_main_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 80px;
}
.header_logo_desktop {
  margin: 0 68px 0 0;
}
.header_logo_desktop .header_logo_link {
  width: 292px;
  height: 35px;
}
.header_logo_mob {
  display: none;
  width: 40px;
  height: 40px;
}
.mob_btn_wrap {
  display: none;
}
.mob_search {
  display: none;
}
.header_search {
  padding: 23px 0;
  margin: 0 auto 0 0;
  max-width: 419px;
  width: 100%;
}
.header_search_input {
  outline: none;
  border: none;
  border-bottom: 1px solid rgba(17,17,17,0.25098);
  padding: 2px 24px 10px 0;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.header_search_input::-moz-placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: var(--main);
  opacity: 0.7;
}
.header_search_input::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: var(--main);
  opacity: 0.7;
}
.header_search_row {
  position: relative;
  height: 38px;
}
.header_search_row .header_search_btn {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  width: 24px;
  height: 24px;
  padding: 0;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/icons/search.svg");
}
.header_search_row .header_search_input:focus + .header_search_btn {
  background-image: url("/icons/close.svg");
}
.header_search .header_search_row .search_autocomplete_wrap {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 8;
}
.header_search .header_search_row .search_autocomplete {
  display: none;
  background: #fff;
  padding: 0 20px;
}
.header_search .header_search_row:hover .header_search_input ~ .search_autocomplete_wrap {
  display: block;
}
.header_search .header_search_row:hover .search_autocomplete_wrap {
  display: block;
}
.header_search .header_search_row:hover .header_search_input:invalid ~ .search_autocomplete_wrap .search_autocomplete.history {
  display: block;
}
.header_search .header_search_row:hover .header_search_input:valid ~ .search_autocomplete_wrap .search_autocomplete.results {
  display: block;
}
.header_search .header_search_row:hover .search_autocomplete_wrap .search_autocomplete.results {
  display: block;
}
.header_search .header_search_row .search_autocomplete .autocomplete_item {
  padding: 20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header_search .header_search_row .search_autocomplete .autocomplete_item:last-child {
  border-bottom: none;
}
.header_search .header_search_row .search_autocomplete .autocomplete_item .ai_title {
  display: block;
  margin: 0 0 15px;
}
.header_search .header_search_row .search_autocomplete .autocomplete_item .ai_title p {
  display: block;
  margin: 0 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #111;
  opacity: 0.7;
}
.header_search .header_search_row .search_autocomplete .autocomplete_item .history_list li {
  margin: 0 0 10px;
}
.header_search .header_search_row .search_autocomplete .autocomplete_item .history_list li:last-child {
  margin: 0 0;
}
.header_search .header_search_row .search_autocomplete .autocomplete_item .history_list li a span {
  padding: 0 0 0 10px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #757679;
}
.header_search .cart_item {
  padding: 0 0 15px;
  border-top: none;
}
.header_search .cart_item:last-child {
  padding: 0 0;
}
.header_search .cart_item .product_img_wrap {
  width: 90px;
  height: 90px;
  max-width: 90px;
  min-width: 90px;
}
.header_search .cart_item .product_descr .title {
  font-size: 13px;
  line-height: 16px;
}
.header_search .add_to_cart_wrap {
  margin-left: 25px;
}
.header_search .add_to_cart_wrap span {
  display: none;
}
.header_search .add_to_cart_wrap button:hover span {
  display: block;
}
.header_search_row + .search_bg {
  background: #111;
  opacity: 0.6;
  position: absolute;
  top: 140px;
  left: -100vw;
  width: 300vw;
  height: 200vh;
  z-index: 7;
  display: none;
}
.header_search_row:hover + .search_bg {
  display: block;
}
.header_callback_wrap {
  display: flex;
  flex-direction: column;
  margin: 0 108px 0 20px;
}
.header_callback_wrap .calback_phone {
  margin: 0 0 3px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: var(--main);
  white-space: nowrap;
}
.header_callback_wrap .calback_phone:active {
  color: var(--link-blue);
}
.header_callback_wrap .callback_btn {
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  white-space: nowrap;
}
.header_callback_wrap .callback_info {
  font-size: 10px;
}
.header_profile_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_profile_list .header_profile_item + .header_profile_item {
  margin: 0 0 0 30px;
}
.header_profile_item {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header_profile_item i {
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header_profile_item i.profile_icon {
  background-image: url("/icons/user.svg");
}
.header_profile_item i.favorite_icon {
  background-image: url("/icons/heart.svg");
  margin: 0 5px 0 0;
}
.header_profile_item.profile_link .favorites_count {
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: var(--main);
}
.header_profile_item i.shopping_chart_icon {
  background-image: url("/icons/cart.svg");
  margin: 0 5px 0 0;
}
.header_profile_item .shopping_chart_count {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: var(--orange);
  font-weight: normal;
  font-size: 14px;
  line-height: 160%;
  color: var(--main);
}
.header_bottom {
  background-color: var(--main);
}
.header_bottom_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header_bottom_wrap .header_menu {
  max-width: 258px;
  width: 100%;
  z-index: 6;
}
.header_bottom_wrap .header_menu_link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 30px;
  width: 100%;
  background: #35353c;
}
.header_bottom_wrap .header_menu_link .header_menu_icon {
  width: 24px;
  height: 24px;
  margin: 0 9px 0 0;
}
.header_bottom_wrap .header_menu_link .mob_header_menu_icon {
  display: none;
  width: 24px;
  height: 24px;
  margin: 0 9px 0 0;
}
.header_bottom_wrap .header_menu_link .text {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  color: var(--white);
}
.header_menu {
  margin: 0 10px 0 0;
}
.header_nav {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 7;
}
.header_nav .nav_link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 18px 20px;
}
.header_nav .nav_link:hover {
  background: rgba(255, 255, 255, 0.1);

}
.header_nav .nav_link .nav_link_icon {
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
}
.header_nav .nav_link .mob_nav_link_icon {
  display: none;
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
}
.header_nav .nav_link .nav_link_text {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: var(--white);
}
.header_nav .nav_link .submenu_head {
  display: none;
}
.header_nav .nav_link .arrow {
  display: none;
}
header .header_menu .catalog_menu_wrap {
  left: 15px;
  top: 100%;
  position: absolute;
  z-index: 5;
  display: none;
}
header .header_menu.opened .catalog_menu_wrap,
header .header_menu:hover .catalog_menu_wrap {
  display: block;
}
header .catalog_menu_wrap .catalog_menu {
  display: block;
  background: #f3f3f7;
  padding: 18px 0;
  width: 258px;
  height: 475px;
  position: relative;
}
header .catalog_menu_wrap .catalog_menu > li {
  display: block;
  padding: 0 0;
  margin: 0 0 1px;
}
header .catalog_menu_wrap .catalog_menu > li > a {
  display: block;
  padding: 12px 30px;
  margin: 0 0;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #222;
}
header .catalog_menu_wrap .catalog_menu > li:hover > a,
header .catalog_menu_wrap .catalog_menu > li > a:hover {
  color: #0071e3;
}
header .catalog_menu_wrap .catalog_menu .csw {
  position: absolute;
  background: #fff;
  padding: 30px;
  top: 0;
  left: 0;
  width: 99%;
  height: 475px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  -webkit-display: flex;
  -webkit-align-items: flex-start;
  -webkit-justify-content: space-between;
  z-index: -1;
  transition: transform 0.3s ease-in-out;
  transition-delay: 0.12s;
  transform: translateX(0) translateZ(0);
  overflow: hidden;
}
header .catalog_menu_wrap .catalog_menu .csw .csw_rc {
  width: 248px;
  min-width: 248px;
  max-width: 248px;
  margin-left: 30px;
}
header .catalog_menu_wrap .catalog_menu .csw .csw_rc .csw_rc_product {
  display: block;
  padding: 15px;
}
header .catalog_menu_wrap .catalog_menu .csw .csw_rc .csw_rc_product img {
  display: block;
  width: 100%;
  margin: 0 0 15px;
}
header .catalog_menu_wrap .catalog_menu .csw .csw_rc .csw_rc_product .title {
  display: block;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #000;
  margin: 0 0 11px;
}
header .catalog_menu_wrap .catalog_menu .csw .csw_rc .csw_rc_product .price {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0;
}
header .catalog_menu_wrap .catalog_menu .csw .csw_rc .csw_rc_product .price del {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #555;
  text-decoration: line-through;
  -webkit-text-decoration-color: #f22613;
          text-decoration-color: #f22613;
  margin: 0 5px 0 0;
}
header .catalog_menu_wrap .catalog_menu .csw .csw_rc .csw_rc_product .price > span {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: var(--main);
  margin: 0 15px 0 0;
}
header .catalog_menu_wrap .catalog_menu .csw .csw_lc {
  width: 100%;
  height: 415px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
header .catalog_menu_wrap .catalog_menu .csw .csw_lc .csw_cols {
  height: 398px;
  overflow-y: auto;
}
header .catalog_menu_wrap .catalog_menu .csw .csw_lc .csw_cols .csw_submenu {
  padding: 0 1.3% 20px 0;
  width: 33%;
  float: left;
}
header .catalog_menu_wrap .catalog_menu .csw .csw_lc .csw_cols .csw_submenu > a {
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: var(--main);
}
header .catalog_menu_wrap .catalog_menu .csw .csw_lc .csw_cols .csw_submenu ul {
  display: block;
  padding: 20px 0 0;
}
header .catalog_menu_wrap .catalog_menu .csw .csw_lc .csw_cols .csw_submenu ul li {
  display: block;
  padding: 0 0 20px;
}
header .catalog_menu_wrap .catalog_menu .csw .csw_lc .csw_cols .csw_submenu ul li a {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: var(--main);
}
header .catalog_menu_wrap .catalog_menu .csw .csw_lc .csw_cols .csw_submenu ul li a:hover,
header .catalog_menu_wrap .catalog_menu .csw .csw_lc .csw_cols .csw_submenu > a:hover {
  color: #0071e3;
}
header .catalog_menu_wrap .catalog_menu .csw .csw_lc .csw_all .csw_all_link {
  font-size: 14px;
  line-height: 17px;
  color: #0071e3;
}
header .header_menu .catalog_menu_wrap + .catalog_menu_bg {
  background: var(--main);
  opacity: 0.6;
  width: 300vw;
  height: 200vh;
  position: absolute;
  left: -100vw;
  top: 0;
  z-index: -1;
  display: none;
  pointer-events: none;
}
header .header_menu:hover .catalog_menu_wrap + .catalog_menu_bg {
  display: block;
}
header .nav_item .nav_subitems_wrap {
  left: 273px;
  top: 100%;
  position: absolute;
  z-index: 5;
  width: 1022px;
  max-height: 475px;
  overflow-y: auto;
  background: #fff;
  display: none;
  padding: 30px;
}
header .nav_item.opened .nav_subitems_wrap,
header .nav_item:hover .nav_subitems_wrap {
  display: block;
}
header .nav_item .nav_subitems_wrap.with_images ul {
  display: flex;
  align-items: stretch;
  align-content: center;
  justify-content: flex-start;
  -webkit-display: flex;
  -webkit-align-items: stretch;
  -webkit-align-content: center;
  -webkit-justify-content: flex-start;
  flex-wrap: wrap;
}
header .nav_item .nav_subitems_wrap.with_images ul li {
  padding: 5px;
  width: 160px;
  min-width: 160px;
  max-width: 160px;
  height: 89px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
header .nav_item .nav_subitems_wrap.with_images ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-display: flex;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
header .nav_item .nav_subitems_wrap.with_images ul li::before {
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 79px;
  content: '';
  background: rgba(0, 0, 0, 0.1);
  display: block;
}
header .nav_item .nav_subitems_wrap.with_images ul li::after {
  position: absolute;
  left: 5px;
  bottom: 0;
  width: 152px;
  height: 1px;
  content: '';
  background: rgba(0, 0, 0, 0.1);
  display: block;
}
header .nav_item .nav_subitems_wrap.with_images ul li:nth-child(6n)::before {
  display: none;
}
header .nav_item .nav_subitems_wrap.with_images ul li img {
  width: 80%;
  height: auto;
}
header .nav_item .nav_subitems_wrap + .nav_subitems_bg {
  background: var(--main);
  opacity: 0.6;
  width: 300vw;
  height: 200vh;
  position: absolute;
  left: -100vw;
  top: 0;
  z-index: -1;
  display: none;
  pointer-events: none;
}
header .nav_item:hover .nav_subitems_wrap + .nav_subitems_bg {
  display: block;
}
/* hide mob blocks */
.header_bottom .submenu_head,
.header_bottom i.arrow,
.header_bottom .mob_account_item,
.header_bottom .mob_header_callback_wrap,
.header_bottom .mob_header_top_wrap {
  display: none;
}
/* .swiper_pagination_l { */
/*  position: relative; */
/* } */
@media screen and (min-width: 1200px) {
  header .catalog_menu_wrap .catalog_menu > li:hover .csw,
  header .catalog_menu_wrap .catalog_menu .csw._visible {
    width: 1022px;
    transform: translateX(258px) translateZ(0);
  }

  /* header .catalog_menu_wrap .catalog_menu .csw:not(._visible) { */
  header .catalog_menu_wrap .catalog_menu > li:not(:hover) .csw {
    width: 0.1rem;
    height: 0.1rem;
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    margin: -0.1rem;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1310px) {
  .header_nav .nav_link {
    padding: 18px 10px;
  }
}
@media screen and (max-width: 1200px) {
  #global_wrap {
    padding: 60px 0 0;
  }

  .header_top_wrap {
    display: none;
  }

  .header_main {
    background-color: var(--main);
    height: 60px;
  }

  .header_main_wrap {
    height: 60px;
    justify-content: space-between;
  }

  .header_logo_desktop {
    display: none;
  }

  .header_search {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    padding: 0 0;
    width: 100%;
    max-width: 100%;
    transform: translateY(-120%);
  }

  .header_search.opened_in_mob {
    transform: translateY(0);
  }

  .header_search.opened_in_mob .search_bg {
    top: 60px;
    display: block;
  }

  .header_search_row {
    height: 60px;
    padding: 0 15px;
  }

  .header_search_input {
    border-bottom: 1px solid rgba(17,17,17,0.25098);
    padding: 18px 24px 18px 0;
    width: 100%;
  }

  .header_search_row .header_search_btn {
    top: 18px;
    right: 15px;
  }

  .header_search .header_search_row .search_autocomplete {
    padding: 0 15px;
  }

  .header_search .header_search_row .search_autocomplete_wrap {
    margin-bottom: 1px;
    overflow-y: auto;
    max-height: calc(100vh - 60px);
    max-height: -webkit-calc(100vh - 60px);
  }

  .header_callback_wrap {
    display: none;
  }

  .header_logo_mob {
    display: block;
  }

  .mob_btn_wrap {
    display: flex;
    width: 112px;
  }

  .mob_menu_btn {
    display: flex;
    margin: 0 15px 0 0;
  }

  .mob_search {
    display: inline-block;
    width: 24px;
    height: 24px;
  }

  .header_profile_item.profile_link {
    display: none;
  }

  .header_profile_item.profile_link.favorite {
    display: flex;
  }

  .header_profile_item i.favorite_icon {
    background-image: url(/icons/heart_white.svg);
  }

  .header_profile_item i.shopping_chart_icon {
    background-image: url(/icons/cart-white.svg);
  }

  .header_profile_item .shopping_chart_count {
    width: 24px;
    height: 24px;
  }

  .header_profile_item.profile_link .favorites_count {
    display: none;
  }

  .header_profile_list .header_profile_item + .header_profile_item {
    margin: 0 0 0 15px;
  }

  header {
    position: fixed;
  }

  .header_bottom {
    display: block;
    background: #fff;
    width: 311px;
    height: calc(100vh - 60px);
    height: -webkit-calc(100vh - 60px);
    overflow-y: auto;
    transform: translateX(-100%);
    transition-duration: 0.3s;
    position: absolute;
    left: 0;
    top: 60px;
  }

  .header_bottom .container {
    padding: 0 0;
  }

  .header_bottom.opened_in_mob {
    transform: translateX(0);
  }

  .header_bottom.opened_in_mob + .mob_menu_bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background: var(--main);
    opacity: 0.6;
  }

  .header_bottom .mob_account_item,
  .header_bottom .mob_header_callback_wrap,
  .header_bottom .mob_header_top_wrap {
    display: block;
  }

  .header_bottom .mob_account_item a {
    padding: 15px;
    background: #f3f3f7;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }

  .header_bottom .mob_account_item a img {
    margin-right: 10px;
  }

  .header_bottom .mob_account_item a span {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    color: var(--main);
  }

  .header_bottom .header_bottom_wrap {
    padding: 0 15px;
  }

  .header_bottom .header_bottom_wrap,
  .header_bottom .header_nav {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .header_bottom_wrap .header_menu {
    max-width: 100%;
    width: 100%;
    margin: 0 0;
    z-index: auto;
  }

  .header_bottom_wrap .header_menu_link {
    padding: 20px 0;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .header_bottom_wrap .header_menu_link .header_menu_icon {
    margin: 0 10px 0 0;
  }

  .header_bottom_wrap .header_menu_link .text {
    color: var(--main);
  }

  .header_nav {
    z-index: auto;
  }

  .header_nav .nav_link {
    padding: 20px 0;
    position: relative;
  }

  .header_nav .nav_link .arrow {
    display: block;
  }

  .header_nav .nav_link .arrow.fw {
    width:45%;
    background-position: right 17px center;
  }

  .header_nav .nav_link .submenu_head {
    display: block;
  }

  .header_nav .nav_link .nav_link_text {
    color: var(--main);
  }

  .header_nav .nav_link .nav_link_icon,
  .header_bottom_wrap .header_menu_link .header_menu_icon {
    display: none;
  }

  .header_nav .nav_link .mob_nav_link_icon,
  .header_bottom_wrap .header_menu_link .mob_header_menu_icon {
    display: block;
  }

  header .header_nav.mob_sub_menu_opened .nav_item:not(.mob_open) {
    display: none;
  }

  header .header_nav .nav_item .nav_subitems_wrap {
    display: none !important;
    transform: translateX(-100%);
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 60px);
    max-height: 500%;
    background: #fff;
    padding: 0 0;
    z-index: 9;
  }

  header .header_nav .nav_item.mob_open .nav_subitems_wrap {
    display: block !important;
    transform: translateX(0);
  }

  header .nav_item .nav_subitems_wrap.with_images ul li {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
  }

  header .nav_item .nav_subitems_wrap.with_images ul li:nth-child(2n)::before {
    display: none;
  }

  .header_bottom .mob_header_callback_wrap {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
  }

  .header_bottom .mob_header_callback_wrap .calback_phone {
    margin: 0 0 3px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: var(--main);
    white-space: nowrap;
  }

  .header_bottom .mob_header_callback_wrap .callback_btn {
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    white-space: nowrap;
  }

  .header_bottom .mob_header_top_wrap {
    padding: 20px 15px;
    background: #f3f3f7;
  }

  .header_bottom .mob_header_top_wrap .nav_links {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 15px;
  }

  .header_bottom .mob_header_top_wrap .nav_links a {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: var(--link-black);
    opacity: 0.85;
    margin: 0 0 15px;
  }

  .header_bottom .mob_header_top_wrap .lang_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0;
  }

  .header_bottom .mob_header_top_wrap .lang_wrap .lang_item {
    font-weight: normal;
    font-size: 13px;
    line-height: 16px;
    color: var(--link-black);
    opacity: 0.6;
    position: relative;
  }

  .header_bottom .mob_header_top_wrap .lang_wrap .lang_item + .lang_item {
    padding: 0 0 0 10px;
  }

  .header_bottom .mob_header_top_wrap .lang_wrap .lang_item.selected {
    opacity: 1;
  }

  .header_bottom .mob_header_top_wrap .lang_wrap .lang_item:first-child {
    padding: 0 10px 0 0;
  }

  .header_bottom .mob_header_top_wrap .lang_wrap .lang_item + .lang_item::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 1px;
    height: 10px;
    background-color: var(--link-black);
  }

  .header_bottom .has_child,
  .header_bottom .has_sub_child {
    position: relative;
  }

  .header_bottom i.arrow {
    display: block;
    width: 50px;
    height: 50px;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -25px;
    background-position: center;
    background-image: url("/icons/mob_menu_child_arrow.svg");
    background-repeat: no-repeat;
  }

  .header_bottom i.arrow.fw {
    width: 45%;
    background-position: right 17px center;
  }

  header .header_menu .catalog_menu_wrap {
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    min-height: calc(100vh - 60px);
    max-height: 500%;
    position: absolute;
    z-index: 5;
    display: block;
    transform: translateX(-100%);
    background: #fff;
  }

  header .header_nav .nav_item {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  header .header_menu .catalog_menu_bg,
  header .header_nav .nav_item .nav_subitems_bg {
    display: none !important;
  }

  header .header_menu.opened .catalog_menu_wrap {
    transform: translateX(-100%);
  }

  header .header_menu.mob_open .catalog_menu_wrap {
    transform: translateX(0);
  }

  header .catalog_menu_wrap .catalog_menu {
    background: #fff;
    padding: 0 15px;
    width: 100%;
    height: calc(100vh - 114px);
    overflow-y: auto;
    position: static;
    position: initial;
  }

  .header_bottom .submenu_head {
    padding: 15px;
    background: #f3f3f7;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .header_bottom .submenu_head .go_back {
    margin-right: 10px;
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url("/icons/mob_menu_back.svg");
    background-position: center;
  }

  .header_bottom .submenu_head .title {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: 0.01em;
    color: var(--main);
  }

  .header_bottom .submenu_head .go_all {
    position: absolute;
    top: 50%;
    right: 15px;
    font-weight: normal;
    font-size: 14px;
    line-height: 17px;
    margin-top: -8px;
  }

  header .catalog_menu_wrap .catalog_menu > li > a {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  header .catalog_menu_wrap .catalog_menu .csw {
    width: 100%;
    height: 100%;
    padding: 0 0;
    top: 0;
    left: 0;
    z-index: 2;
    transform: translateX(-100%) translateZ(0);
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -webkit-justify-content: flex-start;
  }

  header .catalog_menu_wrap .catalog_menu > li.mob_open .csw {
    width: 100%;
    transform: translateX(0) translateZ(0);
  }

  header .catalog_menu_wrap .catalog_menu .csw .csw_rc {
    display: none !important;
  }

  header .catalog_menu_wrap .catalog_menu .csw .csw_lc {
    width: 100%;
    height: auto;
    border-right: none;
    padding: 0 0;
  }

  header .catalog_menu_wrap .catalog_menu .csw .csw_lc .csw_all {
    display: none;
  }

  header .catalog_menu_wrap .catalog_menu .csw .csw_lc .csw_cols {
    height: calc(100vh - 114px);
    padding: 0 15px;
  }

  header .catalog_menu_wrap .catalog_menu .csw .csw_lc .csw_cols .csw_submenu {
    padding: 20px 0;
    width: 100%;
    float: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  header .catalog_menu_wrap .catalog_menu .csw .csw_lc .csw_cols .csw_submenu ul {
    padding: 15px 0 0;
  }

  header .catalog_menu_wrap .catalog_menu .csw .csw_lc .csw_cols .csw_submenu ul li {
    padding: 0 0 15px;
  }

  header .catalog_menu_wrap .catalog_menu .csw .csw_lc .csw_cols .csw_submenu ul li:last-child {
    padding: 0 0;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 24px;
    line-height: 30px;
  }

  h2 {
    font-size: 20px;
    line-height: 24px;
  }

  h3 {
    font-size: 17px;
    line-height: 24px;
  }

  .article_item ul li + li,
  .dotted_list li + li {
    margin: 10px 0 0;
  }
}
/* header */
.footer {
  background-color: var(--main);
  position: relative;
}
.footer .scroll_to_top {
  position: fixed;
  bottom: 150px;
  right: 60px;
  width: 45px;
  height: 45px;
  background: #fc0;
  transform: skew(-2deg, -2deg);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 20;
}
.footer .scroll_to_top.fix {
  position: absolute;
  top: 60px;
  right: 60px;
}
.footer .scroll_to_top .icon {
  display: block;
  width: 24px;
  height: 27px;
  background: url("/icons/up_arrow.svg") center no-repeat;
}
.footer .footer_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1149px;
  width: 100%;

}
.footer .footer_inner .left {
  margin: 0 15px 0 0;
}
.footer .footer_inner .newsletter {
  min-width: 375px;
  max-width: 400px;
  width: 100%;
  height: 563px;
  position: relative;
}
.footer .footer_inner .newsletter .image {
  width: 100%;
  height: 100%;
}
.footer .footer_inner .newsletter .image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.footer .footer_inner .newsletter .newsletter_main {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #35353c;
  padding: 30px;
  transition-duration: unset;
}
.footer .footer_inner .newsletter .newsletter_main .title {
  margin: 0 0 5px;
}
.footer .footer_inner .newsletter .newsletter_main .title p {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: var(--white);
  text-align: center;
}
.footer .footer_inner .newsletter .newsletter_main .subtitle {
  margin: 0 0 15px;
}
.footer .footer_inner .newsletter .newsletter_main .subtitle p {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: var(--white);
}
.footer .footer_inner .newsletter .newsletter_main .title.done {
  display: none;
}
.footer .footer_inner .newsletter .newsletter_main.sent {
  padding: 84px 30px 77px;
}
.footer .footer_inner .newsletter .newsletter_main.sent .title {
  display: none;
}
.footer .footer_inner .newsletter .newsletter_main.sent .title.done {
  display: block;
}
.footer .footer_inner .newsletter .newsletter_main.sent form {
  display: none;
}
.footer .footer_inner .right {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  max-width: 619px;
  width: 100%;
}
.footer .footer_inner .right .all_rights {
  margin: auto 0 0;
  padding: 0 0 25px;
}
.footer .footer_inner .right .all_rights p {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
  opacity: 0.6;
}
.footer .footer_inner .footer_nav {
  width: 100%;
  padding: 59px 0 0;
  display: flex;
  justify-content: flex-start;
}
.footer .footer_inner .footer_nav .col_left {
  max-width: 308px;
  width: 100%;
  margin: 0 40px 0 0;
}
.footer .footer_inner .footer_nav .col_right {
  max-width: 294px;
  width: 100%;
  padding: 3px 0 0;
}
.footer_nav .item + .item {
  margin: 30px 0 0;
}
.footer .footer_inner .footer_nav .footer_head {
  margin: 0 0 20px;
}
.footer_nav .footer_tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_nav .footer_head .footer_logo {
  height: 16px;
}
.footer_nav .footer_tab .footer_tab_icon {
  display: none;
  width: 24px;
  height: 24px;
  background-image: url("/icons/plus.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer_nav .footer_nav_list ul li + li {
  margin: 10px 0 0;
}
.footer_nav .footer_nav_list.top ul li + li {
  margin: 10px 0 0;
}
.footer_nav .footer_nav_list ul li {
  height: 17px;
}
.footer_nav .footer_nav_list ul li .footer_nav_link {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
}
.footer_nav .shop_location {
  margin: 12px 0 0;
}
.footer_nav .shop_location .title {
  margin: 0 0 7px;
}
.footer_nav .shop_location .title p {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: var(--white);
}
.footer_nav .shop_location a + a {
  margin: 10px 0 0;
}
.footer .footer_inner .footer_nav .footer_nav_title {
  margin: 0 0 15px;
}
.footer .footer_inner .footer_nav .footer_nav_title p {
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  color: var(--white);
}
.footer .footer_inner .footer_nav .footer_back_call {
  margin: 0 0 20px;
}
.footer .footer_inner .footer_nav .footer_back_call .callback_info {
  font-size: 10px;
  display: block;
}
.footer .footer_inner .footer_nav .footer_back_call .title {
  margin: 0 0 10px;
}
.footer .footer_inner .footer_nav .footer_back_call .title p {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
  opacity: 0.7;
}
.footer .footer_inner .footer_nav .footer_back_call .phone {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: var(--white);
  margin: 0 0 5px;
}
.footer .footer_inner .footer_nav .footer_back_call .email_link {
  margin: 20px 0 0;
}
.footer .footer_inner .footer_nav .footer_socials {
  margin: 0 0 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;

}
.footer .footer_inner .footer_nav .footer_socials .title {
  margin: 0 15px 0 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
}
.footer .footer_inner .footer_nav .footer_socials .social_list {
  display: flex;
}
.footer .footer_inner .footer_nav .footer_socials .social_list .social_link + .social_link {
  margin: 0 0 0 15px;
}
.footer .footer_inner .footer_nav .footer_socials .social_link {
  width: 24px;
  height: 24px;
}
.footer .footer_inner .footer_nav .confidential_wrap .confidential_link {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
  margin: 0 0 10px;

}
.footer .footer_inner .footer_nav .projecting_design {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .footer_inner .footer_nav .projecting_design span {
  margin: 0 5px 0 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
}
.footer .footer_inner .footer_nav .projecting_design .link {
  height: 22px;
}
.footer .footer_inner .footer_nav .footer_schedule {
  margin: 0 0 20px;
}
.footer .footer_inner .footer_nav .footer_schedule .title {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
  opacity: 0.7;
  margin: 0 0 10px;
}
.footer .footer_inner .footer_nav .footer_schedule .item {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
}
.footer .footer_inner .footer_nav .footer_schedule .item + .item {
  margin: 5px 0 0 0;
}
.toasted-container.bottom-right {
  right: 20px !important;
  bottom: 20px !important;
}
.toasted .primary.success,
.toasted.toasted-primary.success {
  display: block !important;
  background-color: #F0FAF7 !important;
  border-radius: 5px !important;
  padding: 20px 64px 20px 54px !important;
  background-image: url("/icons/success.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 20px center !important;
  color: var(--main) !important;
}
.toasted .primary.error,
.toasted.toasted-primary.error {
  display: block !important;
  background-color: #ffb6b6 !important;
  border-radius: 5px !important;
  padding: 20px 64px 20px 54px !important;
  background-image: url("/icons/error.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 20px center !important;
  color: var(--main) !important;
}
@media screen and (max-width: 1024px) {
  .footer .footer_inner .footer_nav .projecting_design {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer .footer_inner .footer_nav .projecting_design span {
    margin: 0 0 10px;
  }

}
@media screen and (max-width: 768px) {
  .footer .scroll_to_top.fix,
  .footer .scroll_to_top {
    position: fixed;
    top:auto;
    bottom: 150px;
    right: 15px;
  }

  .footer .footer_inner {
    flex-direction: column;
  }

  .footer .footer_inner .left {
    margin: 0 -13px 0;
  }

  .footer .footer_inner .newsletter {
    min-width: auto;
    max-width: 100%;
    height: auto;
  }

  .footer .footer_inner .newsletter .image {
    display: none;
  }

  .footer .footer_inner .newsletter .newsletter_main {
    position: relative;
    padding: 30px 15px;
  }

  .footer .footer_inner .newsletter .newsletter_main .title p {
    font-size: 17px;
    line-height: 24px;
  }

  .footer .footer_inner .newsletter .newsletter_main .subtitle p {
    font-size: 14px;
    line-height: 17px;
  }

  .footer .footer_inner .right .all_rights {
    padding: 20px 0 30px;
  }

  .footer .footer_inner .footer_nav {
    padding: 14px 0 0;
    flex-direction: column;
  }

  .footer .footer_inner .footer_nav .col_left {
    max-width: 100%;
    margin: 0;
  }

  .footer .footer_inner .right {
    max-width: 100%;
  }

  .footer .footer_inner .footer_nav .col_left .item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .footer .footer_inner .footer_nav .footer_nav_title {
    margin: 0;
    padding: 20px 0;
  }

  .footer .footer_inner .footer_nav .col_left .item + .item {
    margin: 0;
  }

  .footer .footer_inner .footer_nav .footer_head {
    margin: 0;
    padding: 20px 0 16px;
  }


  .footer_nav .footer_tab .footer_tab_icon {
    display: block;
  }

  .footer_nav .footer_nav_list.top ul li + li {
    margin: 15px 0 0;
  }

  .footer_nav .footer_nav_list ul li + li {
    margin: 15px 0 0;
  }

  .footer .footer_inner .footer_nav .col_left .item .item_content {
    padding: 0 0 20px;
    display: none;
  }

  .footer .footer_inner .footer_nav .col_left .item:first-child .item_content {
    display: block;
  }


  .footer .footer_inner .footer_nav .col_left .item.opened .footer_tab .footer_tab_icon{
    background-image: url("/icons/minus.svg");

  }

  .footer .footer_inner .footer_nav .col_left .item:first-child .footer_tab .footer_tab_icon {
    display: none;
  }


  .footer .footer_inner .footer_nav .col_left .item.opened .item_content {
    display: block;
  }

  .footer .footer_inner .footer_nav .col_right {
    padding: 20px 0 0;
    max-width: 100%;
  }

  .footer .footer_inner .footer_nav .footer_back_call {
    margin: 0 0 20px;
  }

  .footer .footer_inner .footer_nav .footer_socials {
    padding: 0;
    margin: 0 0 30px;
  }

  .footer .footer_inner .footer_nav .confidential_wrap .confidential_link {
    padding: 0;
    margin: 0 0 6px;
  }

  .footer .footer_inner .footer_nav .projecting_design span {
    margin: 0 5px 0 0;
  }

  .footer .footer_inner .footer_nav .projecting_design {
    flex-direction: row;
    align-items: center;
    padding: 5px 0 0;
  }


  .footer_nav .shop_location .title {
    margin: 0 0 10px;
  }

  .footer .footer_inner .footer_nav .footer_schedule .item {
    display: inline-block;
  }

  .footer .footer_inner .footer_nav .footer_schedule .item + .item {
    margin: 0 0 0 10px;
  }

}
/* footer */
.home_banner {
  padding: 10px 0 20px;
}
.home_banner_wrap {
  max-width: 100%;
  width: 100%;
  padding: 0 0 0 268px;
}
.banner_slider  {
  max-width: 1380px;
  width: 100%;
  max-height: 465px;
}
.banner_slider .bunner_img {
  width: 100%;
  height: 465px;
}
.banner_slider .swiper-slide {
  /*opacity: 0;*/
  /*visibility: hidden;*/
}
.banner_slider .swiper-slide.swiper-slide-active {
  /*opacity: 1;*/
  /*visibility: visible;*/
}
.banner_slider .bunner_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.big_next,
.big_prev {
  width: 52px;
  height: 62px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.big_next:hover svg path,
.big_prev:hover svg path {
  fill: #007fff;
}
.big_prev {
  left: 0;
}
.big_next {
  right: 0;
}
.big_prev.swiper-button-disabled,
.big_next.swiper-button-disabled {
  opacity: 0.5;
}
.big_prev.swiper-button-disabled:hover svg path,
.big_next.swiper-button-disabled:hover svg path {
  fill: #111;
}
.banner_slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: var(--white);
  opacity: 0.5;
}
.banner_slider .swiper-pagination-bullet-active {
  background: #2b2725;
  opacity: 0.5;
  border: 1px solid #fff;
}
.banner_slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
.banner_slider .swiper-horizontal > .swiper-pagination-bullets,
.banner_slider .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 17px;
}
.section_p {
  padding: 40px 0;
}
.section_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 25px;
}
.section_head .link_blue {
  margin: 15px 0 0;
}
.head_title h1,
.head_title p {
  margin:0 0;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: var(--link-black);
}
.slider_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slider_nav .prev {
  margin: 0 20px 0 0;
}
.slider_nav .next,
.slider_nav .prev {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slider_nav .next:hover svg path,
.slider_nav .prev:hover svg path {
  stroke: var(--link-blue);
}
.slider_nav .prev.swiper-button-disabled,
.slider_nav .next.swiper-button-disabled {
  opacity: 0.5;
}
.slider_nav .prev.swiper-button-disabled:hover svg path,
.slider_nav .next.swiper-button-disabled:hover svg path {
  stroke: var(--main);
}
.widget_slider {
  overflow: visible;
  position: relative;
}
.widget_slider .product_item_wrap .product_item::before {
  width: 1px;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: -5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.widget_slider .swiper-slide:nth-child(5n) .product_item_wrap .product_item::before {
  display: none;
}
.widget_slider .product_item_wrap .product_item:hover::before {
  display: none;
}
.widget_slider .swiper-slide {
  max-height: 383px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
}
.widget_slider .product_images .swiper-slide {
  opacity: 1;
  visibility: visible;
}
.widget_slider .swiper-slide.swiper-slide-active,
.widget_slider .swiper-slide.swiper-slide-active + .swiper-slide,
.widget_slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide,
.widget_slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide,
.widget_slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.widget_slider .swiper-pagination {
  display: none;
}
.widget_slider .product_item_wrap {
  margin: 0;
}
.categories_home {
  padding: 40px 0 27px;
}
.categories_big_wrap {
  display: flex;
  justify-content: flex-start;
  margin: 0 -10px 0 0;
}
.categories_big_wrap .col_l {
  width: 40%;
}
.categories_big_wrap .col_xs {
  width: 40%;
}
.categories_big_wrap .item {
  margin: 0 10px 10px 0;
  position: relative;
  overflow: hidden;
}
.categories_big_wrap .col_s {
  width: 20%;
}
.categories_big_wrap .row {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.categories_big_wrap .item_l {
  width: calc(100% - 10px);
  height: 520px;
}
.categories_big_wrap .bg_wall {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.categories_big_wrap .bg_wall img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.categories_big_wrap .item_l.toys {

}
.categories_big_wrap .item_xs {
  width: calc(50% - 10px);
  height: 255px;

}
.categories_big_wrap .col_s .item_xs {
  width: calc(100% - 10px);
  height: 255px;
  display: flex;
  flex-direction: column;
}
.categories_big_wrap .item_xs.comics {
  z-index: 0;
}
.categories_big_wrap .item_xl {
  width: calc(100% - 10px);
  height: 255px;
}
.categories_big_wrap .item .title {
  position: absolute;
  z-index: 1;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: var(--white);
}
.categories_big_wrap .item_l .title {
  top: 45px;
  left: 45px;
  font-size: 30px;
  line-height: 36px;
}
.categories_big_wrap .item_xs .title {
  top: 30px;
  left: 30px;
}
.categories_big_wrap .item_xl .title {
  top: 40px;
  left: 40px;
  font-size: 30px;
  line-height: 36px;
}
.popular_universes .popular_swiper .popular_item {
  width: 100%;
  height: 94px;
  min-width: 179px;
}
.popular_universes .popular_swiper .swiper-slide  {
  min-width: 174px;
}
.popular_brands .popular_swiper .popular_item {
  width: 100%;
  height: 129px;
  min-width: 175px;
}
.popular_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.popular_brands .popular_swiper .swiper-slide  {
  min-width: 175px;
}
.info_cards .info_cards_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -10px 0 0;
}
.info_cards .info_cards_wrap .info_card_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}
.info_cards .info_cards_wrap .item {
  margin: 0 10px 10px 0;
}
.info_cards .info_cards_wrap .info_card_big {
  max-width: 420px;
  width: 100%;
  height: 432px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.info_cards .info_cards_wrap .info_card_big .info_card_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.info_cards .info_cards_wrap .info_card_big .info_card_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info_cards .info_cards_wrap .info_card_big .card_big_descr {
  margin: auto 0 0;
  position: relative;
  padding: 0 25px 25px;
}
.info_cards .info_cards_wrap .info_card_big .card_big_descr .card_big_descr_top {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 10px;
}
.info_cards .info_cards_wrap .info_card_big .card_big_descr .card_big_descr_top .title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  color: var(--white);
  margin: 0 11px 0 0;
}
.info_cards .info_cards_wrap .info_card_big .card_big_descr .card_big_descr_top .logo_sm {
  width: 215px;
  height: 16px;
}
.info_cards .info_cards_wrap .info_card_big .card_big_descr .subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  color: var(--white);
  opacity: 0.8;
  margin: 0 0 16px;
}
.info_cards .info_cards_wrap .info_card_big .card_big_descr .card_link {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--orange);
}
.info_cards .info_cards_wrap .info_card {
  /*max-width: 277px;*/
  width: 100%;
  height: 430px;
  position: relative;
  background: #0e0d32;
  overflow: hidden;

}
.info_cards .info_cards_wrap .info_card .info_card_top {
  width: 100%;
  height: 326px;
  display: block;
  background: #292e4d;
}
.info_cards .info_cards_wrap .info_card .info_card_descr {
  height: 104px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 15px 45px 20px 20px;
}
.info_cards .info_cards_wrap .info_card .info_card_descr .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: var(--white);
}
.info_cards .info_cards_wrap .info_card .info_card_descr .subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
  margin: 0;
}
.info_cards .info_cards_wrap .info_card .info_card_icon {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 277px;
  height: 326px;
  background-image: url("/img/preim_2.webp");
  background-position: center;
  background-repeat: no-repeat;
}
.info_cards .info_cards_wrap .info_card.cashback .info_card_icon {
  background-image: url("/img/preim_3.webp");
}
.info_cards .info_cards_wrap .info_card.info_card_bonuses .info_card_icon {
  background-image: url("/img/preim_4.webp");
}
.info_cards .info_cards_wrap .info_card_big .info_card_icon .mob {
  display: none;
}
.home_sale {
  padding: 30px 0 80px;
}
.home_news {
  padding: 80px 0;
  background: #f3f3f7;
}
.news_item {
  min-width: 420px;
  width: 100%;
}
.news_item + .news_item {
  margin: 0 0 0 10px;
}
.news_item .vide_link {
  display: block;
  width: 100%;
  height: 290px;
  position: relative;
  margin: 0 0 15px;
}
.news_item .vide_link .img {
  width: 100%;
  height: 100%;
}
.news_item .vide_link .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_item .vide_link .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 38px;
  height: 38px;
  background-image: url("/icons/play.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}
.news_item .news_date p {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #818286;
  margin: 0 0 7px;
}
.news_item .news_title p {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: var(--main);
}
.home_watched {
  padding: 107px 0 45px;
}
.home_info {
  padding: 45px 0 87px;
}
.home_info .home_info_wrap .title {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: var(--main);
}
.home_info .home_info_inner {
  display: block;
  position: relative;
}
.home_info .home_info_inner .descr {
  width: 100%;
  margin: 0 0;
}
.home_info .home_info_inner .descr p {
  font-weight: normal;
  font-size: 13px;
  line-height: 150%;
  color: var(--main);
  margin: 0 0 10px;
}
.home_info .home_info_inner .descr .hidden p {
  max-width: 673px;
}
.home_info .home_info_inner .descr ul {
  margin: 0 0 10px;
}
.home_info .home_info_inner .descr ul li {
  margin: 0 0 10px;
  padding: 0 0 0 11px;
  position: relative;
  font-weight: normal;
  font-size: 13px;
  line-height: 160%;
  color: var(--main);
}
.home_info .home_info_inner .descr ul li::before {
  content: ' ';
  position: absolute;
  top: 8px;
  left: 1px;
  display: block;
  width: 4px;
  height: 4px;
  background-color: var(--main);
}
.home_info .home_info_inner .image {
  float: right;
  margin: 0 0 20px 20px;
  max-width: 528px;
  width: 100%;
  height: 442px;
}
.home_info .home_info_inner .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1310px) {
  .home_news .news_swiper {
    overflow: visible;
  }

  .home_news .news_swiper .swiper-wrapper {
    max-width: 420px;
  }


  .widget_slider {
    max-width: 1022px;
    width: 100%;
    margin: 0 auto;
  }


  .widget_slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }

  .popular_universes .popular_swiper .swiper-wrapper {
    max-width: 175px;
  }

  .popular_brands .popular_swiper .swiper-wrapper {
    max-width: 180px;
  }

  .popular_swiper {
    overflow: visible;
  }
}
@media screen and (max-width: 1280px) {
  .widget_slider .swiper-slide:nth-child(5n) .product_item_wrap .product_item::before {
    display: block;
  }

  .widget_slider .swiper-slide:nth-child(5n) .product_item_wrap .product_item:hover::before {
    display: none;
  }


  .widget_slider .swiper-slide {
    justify-content: center;
    display: flex;
  }

  .widget_slider .swiper-slide:nth-child(4n) .product_item_wrap .product_item::before {
    display: none;
  }

  .info_cards .info_cards_wrap .info_card_big .card_big_descr .card_big_descr_top .logo_sm {
    width: 188px;
    height: 14px;
  }

  .info_cards .info_cards_wrap .info_card_big {
    min-width: 339px;
  }
}
@media screen and (max-width: 1200px) {
  .home_banner {
    padding: 0 0 20px;
  }

  .home_banner_wrap {
    padding: 0;
    max-width: 100%;
    margin: 0;
  }

  .home_banner .container {
    padding: 0;
  }

  .info_cards .info_cards_wrap .info_card .info_card_descr {
    padding: 15px 20px 20px;
  }

}
@media screen and (max-width: 1100px) {
  .info_cards .info_cards_wrap .info_card_inner {
    flex-direction: column;
    width: 100%;
    height: 432px;
    justify-content: space-between;
  }

  .info_cards .info_cards_wrap .info_card {
    max-width: 100%;
    height: 120px;
    background: #292e4d;
    display: flex;
  }

  .info_cards .info_cards_wrap {
    margin: 0;
  }

  .info_cards .info_cards_wrap .item {
    margin: 0;
  }

  .info_cards .info_cards_wrap .info_card .info_card_descr {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    padding: 0 26px 0 115px;
  }

  .info_cards .info_cards_wrap .info_card .info_card_descr .title {
    margin: 0 0 5px;
  }

  .info_cards .info_cards_wrap .info_card_big {
    margin: 0 10px 0 0;
  }

  .info_cards .info_cards_wrap .info_card .info_card_top {
    width: auto;
    width: initial;
    height: 100%;
    background-image: none;
  }

  .info_cards .info_cards_wrap .info_card.shipping .info_card_icon {
    background-image: url("/icons/batmobile_mob.svg");
    top: 24px;
    left: -52px;
    width: 152px;
    height: 65px;
  }

  .info_cards .info_cards_wrap .info_card.cashback .info_card_icon {
    top: 50%;
    left: -13px;
    transform: translate(0, -50%);
    width: 118px;
    height: 118px;
    background-image: url("/img/preim_3_sm.webp");
  }

  .info_cards .info_cards_wrap .info_card.info_card_bonuses .info_card_icon {
    top: -7px;
    left: -41px;
    width: 139px;
    height: 139px;
    background-image: url("/img/preim_4_sm.webp");
  }
}
@media screen and (max-width: 1048px) {
  .widget_slider {
    max-width: 764px;
  }


  .widget_slider .swiper-slide:nth-child(4n) .product_item_wrap .product_item::before {
    display: block;
  }

  .widget_slider .swiper-slide:nth-child(4n) .product_item_wrap .product_item:hover::before {
    display: none;
  }

  .widget_slider .swiper-slide:nth-child(3n) .product_item_wrap .product_item::before {
    display: none;
  }

  .widget_slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media screen and (max-width: 960px) {
  .categories_big_wrap {
    flex-direction: column;
  }

  .categories_big_wrap .col_l {
    width: 100%;
  }

  .categories_big_wrap .col_xs {
    width: 100%;
  }

  .categories_big_wrap .col_s {
    display: flex;
    width: 100%;
  }

  .categories_big_wrap .col_s .item_xs {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 788px) {
  .widget_slider {
    max-width: 506px;
  }

  .widget_slider .swiper-slide:nth-child(3n) .product_item_wrap .product_item::before {
    display: block;
  }

  .widget_slider .swiper-slide:nth-child(3n) .product_item_wrap .product_item:hover::before {
    display: none;
  }

  .widget_slider .swiper-slide:nth-child(2n) .product_item_wrap .product_item::before {
    display: none;
  }

  .widget_slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }


}
@media screen and (max-width: 768px) {
  .widget_slider {
    max-width: 100%;
  }

  .widget_slider .swiper-slide:nth-child(2n) .product_item_wrap .product_item::before {
    display: block;
  }

  .widget_slider .swiper-slide:nth-child(2n) .product_item_wrap .product_item:hover::before {
    display: none;
  }

  .widget_slider .swiper-slide:nth-child(4n) .product_item_wrap .product_item::before {
    display: none;
  }

  .widget_slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide,
  .widget_slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }

  .big_next {
    display: none;
  }

  .big_prev {
    display: none;
  }

  .home_banner {
    padding: 0 0 5px;
  }

  .container {
    padding: 0 15px;
  }

  .section_head {
    margin: 0 0 15px;
  }

  .popular_universes .section_head {
    margin: 0 0 17px;
  }

  .head_title h1,
  .head_title p {
    font-size: 24px;
    line-height: 30px;
  }

  .section_head .link_blue {
    margin: 10px 0 0;
  }

  .section_p {
    padding: 25px 0;
  }

  .widget_slider > .swiper-pagination {
    display: block;
    position: relative;
    bottom: 0;
    margin: 20px 0 0;
    z-index: 0;
  }

  .widget_home_new .widget_slider > .swiper-pagination {
    margin: 0;
  }

  .widget_slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #bdbec3;
    opacity: 1;
  }

  .widget_slider .swiper-pagination-bullet-active {
    background: var(--main);
  }

  .slider_nav {
    display: none;
  }

  .categories_home {
    padding: 25px 0 12px;
  }

  .categories_big_wrap .item_l {
    height: 345px;
  }

  .categories_big_wrap .item_l .title {
    top: 30px;
    left: 30px;
    font-size: 24px;
    line-height: 30px;
  }

  .categories_big_wrap .item_l .toy_1 {
    top: 122px;
    left: 13px;
    width: 125px;
    height: 184px;
  }

  .categories_big_wrap .item_xs {
    height: 172px;
  }

  .categories_big_wrap .item_xl {
    height: 180px;
  }

  .categories_big_wrap .col_s .item_xs {
    height: 168px;
  }

  .categories_big_wrap .item_xs .title {
    top: 20px;
    left: 20px;
  }

  .categories_big_wrap .item_xl .title {
    top: 20px;
    left: 20px;
    font-size: 20px;
    line-height: 24px;
  }

  .info_cards .info_cards_wrap {
    flex-direction: column;
    max-width: 430px;
    margin: 0 auto;
  }

  .info_cards .info_cards_wrap .info_card_big {
    margin: 0 0 10px;
    max-width: 100%;
    height: 367px;
  }

  .info_cards .info_cards_wrap .info_card_big .info_card_icon {
    top: 13px;
    right: 97px;
    left: auto;
    width: 102px;
    height: 227px;
  }


  .info_cards .info_cards_wrap .info_card_big .info_card_bg {
    width: 100%;
    height: 426px;
  }

  .info_cards .info_cards_wrap .info_card_big .card_big_descr {
    padding: 0 19px 16px 24px;
  }

  .info_cards .info_cards_wrap .info_card_big .card_big_descr .card_big_descr_top {
    margin: 0 0 4px;
  }

  .info_cards .info_cards_wrap .info_card_big .card_big_descr .subtitle {
    margin: 0 0 10px;
  }

  .info_cards .info_cards_wrap .info_card_big .info_card_icon .desktop {
    display: none;
  }

  .info_cards .info_cards_wrap .info_card_big .info_card_icon .mob {
    display: block;
  }

  .info_cards .info_cards_wrap .info_card_inner {
    height: auto;
  }

  .info_cards .info_cards_wrap .info_card.shipping {
    margin: 0 0 10px;
  }

  .info_cards .info_cards_wrap .info_card.cashback {
    margin: 0 0 10px;
  }

  .info_cards .info_cards_wrap .info_card .info_card_descr .title {
    font-weight: 600;
    font-size: 17px;
    line-height: 19px;
  }

  .home_sale {
    padding: 24px 0 50px;
  }

  .home_news {
    padding: 50px 0;
  }

  .home_news .section_head {
    margin: 0 0 19px;
  }

  .news_item {
    min-width: 289px;
  }

  .news_item .vide_link {
    height: 199px;
    margin: 0 0 10px;
  }

  .news_item .news_title p {
    font-size: 14px;
    line-height: 18px;
  }

  .home_watched {
    padding: 50px 0 27px;
  }

  .home_watched .section_head .link_blue {
    display: none;
  }

  .home_info {
    padding: 24px 0 51px;
  }

  .home_info .home_info_inner .image {
    float:none;
    margin: 0 0 20px;
    width:100%;
    height: auto;
  }

  .home_info .home_info_wrap .title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px;
  }

  .home_info .home_info_inner .descr p {
    margin: 0 0 5px;
  }

  .home_info .home_info_inner .descr ul li {
    margin: 0 0 5px;
  }


  .home_info .home_info_inner .image img {
    max-height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .popular_universes .popular_swiper .swiper-wrapper {
    max-width: 141px;
  }

  .popular_universes .popular_swiper .swiper-slide {
    min-width: 141px;
  }

  .popular_universes .popular_swiper .popular_item {
    min-width: 146px;
    height: 76px;
  }

  .popular_brands .popular_swiper .swiper-wrapper {
    max-width: 154px;
  }

  .popular_brands .popular_swiper .swiper-slide {
    min-width: 154px;
  }

  .popular_brands .popular_swiper .popular_item {
    min-width: 154px;
    height: 112px;
  }

  .home_news .news_swiper .swiper-wrapper {
    max-width: 289px;
  }

}
@media screen and (max-width: 720px) {
  .widget_slider {
    max-width: 527px;
  }

  .widget_slider .swiper-slide:nth-child(4n) .product_item_wrap .product_item::before {
    display: block;
  }

  .widget_slider .swiper-slide:nth-child(4n) .product_item_wrap .product_item:hover::before {
    display: none;
  }

  .widget_slider .swiper-slide:nth-child(3n) .product_item_wrap .product_item::before {
    display: none;
  }

  .widget_slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media screen and (max-width: 620px) {
  .banner_slider .bunner_img {
    height: auto;
  }
}
@media screen and (max-width: 546px) {
  .widget_slider {
    max-width: 346px;
  }

  .widget_slider .swiper-slide:nth-child(3n) .product_item_wrap .product_item::before {
    display: block;
  }

  .widget_slider .swiper-slide:nth-child(3n) .product_item_wrap .product_item:hover::before {
    display: none;
  }

  .widget_slider .swiper-slide:nth-child(2n) .product_item_wrap .product_item::before {
    display: none;
  }

  .widget_slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}
@media screen and (max-width: 425px)  {
  .info_cards .info_cards_wrap .info_card_big .info_card_bg {
    height: 367px;
  }
}
/* page_home */
#shop .shop_inner {
  display: flex;
}
#shop .shop_inner .left_col {
  min-width: 237px;
  width: 237px;
  margin: 0 21px 0 0;
}
#shop .shop_inner .filter .filter_box {
  padding: 0 20px;
  background: #f3f3f7;
  border-radius: 5px;
  margin: 0 0 5px;
}
#shop .shop_inner .filter .filter_box .filter_item {
  padding: 20px 0;
}
.shop_inner .filter .filter_box .filter_head {
  cursor: pointer;
  margin: 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: margin 0.3s;
}
.shop_inner .filter .filter_box .opened_in_mob .filter_head {
  margin: 0 0 15px;
}
.shop_inner .filter .filter_box .fi_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.shop_inner .filter .filter_box .opened_in_mob .fi_content {
  max-height: 999px;
}
.shop_inner .filter .filter_box .loading .fi_content {
  position: relative;
}
.shop_inner .filter .filter_box .loading .fi_content::after {
  position: absolute;
  content:'';
  display: block;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-image: url("/video/wocAnim12xSpeed-unscreen.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.shop_inner .filter .filter_box .filter_head.filter_price_head {
  display: block;
}
.shop_inner .filter .filter_box .filter_head p {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: var(--main);
  display: inline-block;
}
.shop_inner .filter .filter_box .filter_head .icon_arrow {
  /*display: none;*/
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/icons/arrow_sm_right.svg);
}
.shop_inner .filter .filter_top {
  display: none;
  background: #f3f3f7;
  padding: 20px 15px;
  position: relative;
  border-bottom: 2px solid var(--white);
}
.shop_inner .filter .filter_top .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: var(--main);
}
.shop_inner .filter .filter_top .filter_close_btn {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(/icons/close.svg);
}
.shop_inner .filter .filter_box .filter_head span {
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: var(--main);
  margin: 0 0 0 5px;
}
.shop_inner .filter .filter_box .filter_categories_list .filter_categories_item + .filter_categories_item {
  margin: 10px 0 0;
}
.shop_inner .filter .filter_box .filter_categories_list .filter_categories_item span {
  font-size: 14px;
  line-height: 17px;
  align-items: center;
  color: var(--grey);
  margin: 0 0 0 10px;
}
#shop .shop_inner .filter .filter_box .filter_item .filter_price_range {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#shop .shop_inner .filter .filter_box .filter_item .filter_price_range .input_group {
  margin: 0 0 10px;
}
#shop .shop_inner .filter .filter_box .filter_item .custom_input {
  height: 44px;
  padding: 13px 13px 13px 13px;
  position: relative;
  border: 1px solid var(--white);
}
#shop .shop_inner .filter .filter_box .filter_item .filter_price_range .custom_input {
  min-width: 85px;
}
#shop .shop_inner .filter .filter_box .filter_item .filter_price_range span {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--grey);
  padding: 0 0 12px;
}
#shop .shop_inner .filter .filter_box .filter_line {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 0;
}
#shop .shop_inner .filter .filter_box .filter_item .filter_search_btn {
  position: absolute;
  top: 10px;
  right: 16px;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/icons/search.svg");
}
#shop .shop_inner .filter .filter_box .fi_content .fi_items {
  max-height: 296px;
  overflow-y: auto;
}
.fi_item + .fi_item {
  margin: 10px 0 0;
}
.fi_checkbox input {
  display: none;
}
.fi_checkbox input + label {
  display: block;
  position: relative;
  padding: 3px 0 4px 34px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--main);
  cursor: pointer;
  background: transparent;
}
.fi_checkbox input + label .fi_count {
  color: var(--grey);
  margin: 0 0 0 7px;
  display: inline-block;
}
.fi_checkbox input + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/icons/checkbox.svg");
}
.fi_checkbox input:checked + label::before {
  background-image: url("/icons/checkbox_check.svg");
}
.filter_selected_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 5px 0;
}
.filter_selected_item {
  display: flex;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 6px 7px;
  margin: 0 10px 10px 0;
}
.filter_selected_item .title {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: var(--main);
  margin: 0 5px 0 0;
}
.filter_selected_item .close {
  display: block;
  width: 16px;
  height: 16px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/icons/close_blue.svg');
}
.filter_price .fi_price_range {
  border: none;
  height: 3px;
  background-color: var(--link-black);
  border-radius: 0;
  margin:15px 0 5px;
}
.filter_price .fi_price_range .noUi-connect {
  height: 3px;
  background-color: var(--main);
}
.filter_price .noUi-horizontal .noUi-handle {
  background: var(--orange);
  border: 1px solid var(--orange);
  box-sizing: border-box;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  width: 16px;
  height: 16px;
  top: -7px;
  right:-7px !important;
}
.filter_price .noUi-horizontal .noUi-handle::after {
  display: none;
}
.filter_price .noUi-horizontal .noUi-handle::before {
  width: 4px;
  height: 4px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: var(--white);
  border: 1px solid var(--white);
  box-sizing: border-box;
  border-radius: 2px;
}
/* PRODUCT LIST */
.shop_actions {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 9px;
}
.mob_filter_btn {
  display: none;
  max-width: 192px;
  width: 100%;
}
.mob_filter_btn .icon  {
  display: block;
  margin: 0 5px 0 0;
  width: 24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/icons/filter.svg");
}
.shop_actions .product_count {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.shop_actions .product_count span {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--main);
  margin: 0 5px 0 0;
  display: block;
}
.shop_actions .product_count .product_count_wrap {
  padding: 0 0 10px;
  position: relative;
}
.shop_actions .product_count .product_count_wrap .count {
  padding: 0 13px 0 0;
  position: relative;
}
.shop_actions .product_count .product_count_wrap .count::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/icons/arrow_sm.svg");
}
.shop_actions .product_count .product_count_wrap .select_count {
  position: absolute;
  top: 100%;
  right: 0;
  display: block;
  padding: 15px 15px 15px 28px;
  background: #fff;
  box-shadow: 0 5px 25px rgba(42, 39, 37, 0.15);
  visibility: hidden;
  opacity: 0;
  z-index: 10;
}
.shop_actions .product_count .product_count_wrap:hover .select_count {
  visibility: visible;
  opacity: 1;
}
.shop_actions .product_count .product_count_wrap .select_count ul li + li {
  margin: 10px 0 0;
}
.shop_actions .product_count .product_count_wrap .select_count ul li .link_black.selected {
  color: var(--link-blue);
}
.shop_actions .sort_products {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.shop_actions .sort_products .title {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--main);
  margin: 0 10px 0 0;
}
.shop_actions .sort_products .sort_type_selected_mob {
  display: none;
}
.shop_actions .sort_products .sort_type_desktop {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.shop_actions .sort_products .sort_type_desktop .sort_type + .sort_type {
  margin: 0 0 0 10px;
}
.shop_actions .sort_products .sort_type_desktop .sort_type.selected {
  color: var(--main);
}
.shop_actions .sort_products .sort_type_mob  {
  display: none;
}
.shop_inner .right_col {
  max-width: 1022px;
  width: 100%;
}
.shop_inner .catalog_products {
  padding: 15px 0 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.products_wrap {
  margin: 0 -10px 0 0;
  display: flex;
  flex-wrap: wrap;
}
.products_wrap .product_item_wrap {
  margin: 5px 10px 5px 0;
}
.products_wrap .product_item_wrap::before {
  display: block;
  content: '';
  position: absolute;
  top: -5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.products_wrap .product_item_wrap::after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: -5px;
  width: 1px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.products_wrap .product_item_wrap:nth-of-type(-n+4)::before {
  display: none;
}
.products_wrap .product_item_wrap:nth-of-type(4n)::after {
  display: none;
}
.products_wrap.top_products_wrap .product_item_wrap:nth-last-child(-n+4) .product_item::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.products_wrap.bottom_products_wrap .product_item_wrap:nth-of-type(-n+4)::before {
  display: block;
}
.catalog_banner_wrap {
  padding: 0 0 0 258px;
}
.info_cards_sm_wrap {
  padding: 30px 0 30px;
  width: 100%;
}
.info_cards_sm_wrap .swiper-slide {
  /*max-width: 248px;*/
  height: 129px;
}
.info_cards_sm_wrap .info_card_sm {
  width: 100%;
  height: 100%;
  position: relative;
  background: #292e4d;
  overflow: hidden;
}
.info_cards_sm_wrap .info_card_sm.about {
  background: linear-gradient(180deg, #131a46 26.85%, #354381 92.94%);
  padding: 20px;
}
.info_cards_sm_wrap .info_card_sm.about .info_card_bg {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 254px;
  height: 86px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("/img/backgrounds/city_sm.webp");
}
.info_cards_sm_wrap .info_card_sm .logo_sm {
  width: 175px;
  height: 20px;
  margin: 0 0 5px;
  position: relative;
}
.info_cards_sm_wrap .info_card_sm .subtitle {
  position: relative;
  margin: 0;
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: var(--white);
}
.info_cards_sm_wrap .info_card_sm .info_card_icon {
  position: absolute;
}
.info_cards_sm_wrap .info_card_sm.cashback {
  padding: 34px 20px 38px 80px;
}
.info_cards_sm_wrap .info_card_sm.shipping {
  padding: 34px 11px 34px 83px;
}
.info_cards_sm_wrap .info_card_sm.info_card_bonuses {
  padding: 34px 2px 38px 82px;
}
.info_cards_sm_wrap .info_card_sm.cashback .info_card_icon {
  width: 108px;
  height: 108px;
  top: 8px;
  left: -13px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/backgrounds/bonus_sm.webp");
}
.info_cards_sm_wrap .info_card_sm .title {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  color: var(--white);
  margin: 0 0 5px;
}
.info_cards_sm_wrap .info_card_sm.shipping .info_card_icon {
  top: 13px;
  left: -54px;
  width: 132px;
  height: 103px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/backgrounds/batmobile.webp");
}
.info_cards_sm_wrap .info_card_sm.info_card_bonuses .info_card_icon {
  top: 8px;
  left: -30px;
  width: 112px;
  height: 112px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/img/backgrounds/document.webp");
}
.shop_inner .catalog_navigation {
  padding: 25px 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop_inner .catalog_navigation .show_more_btn {
  max-width: 188px;
}
.shop_inner .catalog_navigation .show_more_btn .icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0 0 10px;
  background-size: cover;
  background-image: url("/icons/arrow_sm_white.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.shop_inner .catalog_navigation .pagination {
  margin: 0 -12px 0 0;
}
.callback_section {
  margin: 0 0 52px;
}
.callback_section .callback_section_wrap {
  background: #35353c;
  width: 100%;
  position: relative;
  padding: 38px 0 38px 66px;
}
.callback_section .callback_section_wrap .callback_dots_bg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 666px;
  height: 176px;
  background-image: url("/img/backgrounds/subs_dots_bg.webp");
  background-repeat: no-repeat;
  background-position: center;
}
.callback_section .callback_section_wrap .image {
  display: block;
  position: absolute;
  top: 9px;
  right: 94px;
  width: 256px;
  height: 166px;
  z-index: 0;
}
.callback_section .callback_section_wrap .callback_form {
  position: relative;
  z-index: 1;
  max-width: 523px;
  width: 100%;
}
.callback_section .callback_section_wrap .callback_form .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: var(--white);
  margin: 0 0 20px;
}
.callback_section .callback_section_wrap .callback_form form {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.callback_section .callback_section_wrap .callback_form form .input_group {
  margin: 0 10px 0 0;
  max-width: 280px;
  width: 100%;
}
.callback_section .callback_section_wrap .callback_form .callback_btn_large {
  max-width: 233px;
  width: 100%;
}
.callback_section .callback_section_wrap .callback_form .accepted_content {
  display: none;
  margin: 25px 0 24px;
}
.callback_section .callback_section_wrap .callback_form .accepted_content .accepted_title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: var(--white);
  margin: 0 0 10px;
}
.callback_section .callback_section_wrap .callback_form .accepted_content .subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
}
.callback_section .callback_section_wrap .callback_form.accepted .callback_form_inner {
  display: none;
}
.callback_section .callback_section_wrap .callback_form.accepted .accepted_content {
  display: block;
}
.catalog_banner {
  margin: 0 0 80px;
}
.popular_categories .categories_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -10px 0 0;
}
.popular_categories .categories_list .categories_item {
  max-width: 313px;
  width: 100%;
  height: 130px;
  margin: 0 10px 0 0;
  display: block;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: relative;
  padding: 20px 20px;
  overflow: hidden;
}
.popular_categories .categories_list .categories_item .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: var(--white);
  position: relative;
  z-index: 1;
}
.popular_categories .categories_list .categories_item .bg_wall {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popular_categories .categories_list .categories_item .bg_wall img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#shop .shop_inner .tags_list {
  /*display: none;*/
  justify-content: flex-start;
  align-items: center;
  padding: 15px 0 20px;
  overflow-x: auto;
}
#shop .shop_inner .tags_list .tags_item {
  background: #f3f3f7;
  border: 1px solid #f3f3f7;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 4px 5px;
}
#shop .shop_inner .tags_list .tags_item.selected {
  border: 1px solid var(--link-blue);
}
#shop .shop_inner .tags_list .tags_item + .tags_item {
  margin: 0 0 0 10px;
}
#shop .shop_inner .tags_list .tags_item p {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: var(--main);
  white-space: nowrap;
}
.catalog_watched {
  padding: 80px 0 80px;
}
.request {
  padding: 0 0 200px;
}
.request .request_title {
  margin: 0 0 15px;
}
.request .request_title p {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: var(--main);
  margin: 0;
}
.request .request_title p span {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: var(--main);
}
.request .request_title p:last-child {
  margin: 0 0 0 7px;
}
.request .request_subtitle {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--main);
}
.popular_categories.search_popular_categories {
  margin: 0 0 80px;
}
.request_bottom_wrap {
  max-width: 1022px;
  width: 100%;
  margin: 0 auto;
}
.request_bottom_wrap .callback_section {
  margin: 0 0 50px;
}
.request_bottom_wrap .request_banner {
  margin: 0 0 80px;
}
#shop .shop_inner .filter .filter_box .filter_item .filter_top {
  display: none;
}
@media screen and (max-width: 1309px) {
  .products_wrap {
    justify-content: center;
  }

  .products_wrap .product_item_wrap {
    min-width: calc(25% - 10px);
  }

  .info_cards_sm_wrap .swiper-wrapper {
    justify-content: center;
  }


  .info_cards_sm_wrap .swiper-slide {
    /*max-width: 168px;*/
    height: 153px;
  }

  .info_cards_sm_wrap .info_card_sm.about {
    padding: 20px 13px 20px 15px;
  }

  .info_cards_sm_wrap .info_card_sm .logo_sm {
    width: 140px;
    height: 16px;
  }

  .info_cards_sm_wrap .info_card_sm .subtitle {
    font-size: 12px;
    line-height: 15px;
  }

  .info_cards_sm_wrap .info_card_sm.about .info_card_bg {
    right: -8px;
  }

  .info_cards_sm_wrap .info_card_sm.cashback .info_card_icon {
    width: 79px;
    height: 79px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-image: url("/img/bonus_sm_mob.webp");
  }

  .info_cards_sm_wrap .info_card_sm.cashback {
    padding: 79px 13px 19px 17px;
  }

  .info_cards_sm_wrap .info_card_sm.shipping .info_card_icon {
    top: -23px;
    left: 50%;
    transform: translateX(-50%);
  }

  .info_cards_sm_wrap .info_card_sm.shipping {
    padding: 79px 10px 19px 13px;
  }

  .info_cards_sm_wrap .info_card_sm.info_card_bonuses .info_card_icon {
    top: -18px;
    left: 10px;
  }

  .info_cards_sm_wrap .info_card_sm.info_card_bonuses {
    padding: 79px 12px 19px 17px;
  }

  .shop_inner .catalog_navigation .pagination {
    margin: 0;
  }

  .products_wrap.bottom_products_wrap .product_item_wrap:last-child .product_item::before {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: -5px;
    width: 1px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 1200px) {
  .products_wrap .product_item_wrap {
    min-width: 248px;
  }

  .products_wrap .product_item_wrap:nth-of-type(4n)::after {
    display: block;
  }

  .products_wrap .product_item_wrap:nth-of-type(4n)::before {
    display: block;
  }

  .products_wrap .product_item_wrap:nth-of-type(3n)::after {
    display: none;
  }
}
@media screen and (max-width: 1051px)  {
  .info_cards_sm_wrap .info_cards_sm {
    max-width: 344px;
    width: 100%;
  }

  .info_cards_sm_wrap .swiper-wrapper {
    justify-content: flex-start;
  }

  .info_cards_sm > .swiper-pagination {
    display: block;
    position: relative;
    bottom: 0;
    margin: 15px 0 0;
    z-index: 0;
  }

  .info_cards_sm .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #bdbec3;
    opacity: 1;
  }

  .info_cards_sm_wrap {
    padding: 25px 0;
  }

  .info_cards_sm .swiper-pagination-bullet-active {
    background: var(--main);
  }

  .products_wrap .product_item_wrap:nth-of-type(3n)::after {
    display: block;
  }

  .products_wrap .product_item_wrap:nth-of-type(3n)::before {
    display: block;
  }

  .products_wrap.bottom_products_wrap .product_item_wrap:last-child .product_item::before {
    display: none;
  }

  .products_wrap .product_item_wrap:nth-of-type(2n)::after {
    display: none;
  }


}
@media screen and (max-width: 968px) {
  .shop_actions .sort_products {
    align-items: flex-end;
    flex-direction: column;
    position: relative;
  }

  .shop_actions .sort_products .title {
    margin: 0 0 2px;
    color: var(--grey);
  }

  .shop_actions .sort_products .sort_type_desktop {
    display: none;
  }

  .shop_actions .sort_products .sort_type_selected_mob {
    display: block;
    font-size: 14px;
    line-height: 17px;
    color: var(--link-blue);
  }

  .shop_actions .sort_products .sort_type_mob {
    position: absolute;
    top: 45px;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 15px 15px 15px 28px;
    background: #fff;
    box-shadow: 0 5px 25px rgb(42 39 37 / 15%);
    visibility: hidden;
    opacity: 0;
    z-index: 10;
  }

  .shop_actions .sort_products:hover .sort_type_mob {
    visibility: visible;
    opacity: 1;
  }

  .shop_actions .sort_products .sort_type_mob .sort_type {
    white-space: nowrap;
  }

  .shop_actions .sort_products:hover .sort_type_mob .sort_type + .sort_type {
    margin: 10px 0 0;
  }

  .shop_actions .sort_products .sort_type_mob .sort_type.selected {
    color: var(--link-blue);
  }

  .popular_categories .categories_list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .popular_categories .categories_list .categories_item {
    margin: 0 10px 10px 0;
    max-width: calc(50% - 10px);
  }

}
@media screen and (max-width: 793px) {
  .shop_actions {
    align-items: center;
    margin: 0;
  }

  .shop_actions .product_count {
    display: none;
  }

  .mob_filter_btn {
    display: flex;
    height: 45px;
    align-items: center;
  }

  #shop .shop_inner .left_col {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 55;
    width: 100%;
    transform: translateX(-100%);
    margin: 0;
    overflow-y: scroll;
  }

  #shop .shop_inner.filter_opened .left_col {
    transform: translateX(0);
  }

  #shop .shop_inner .tags_list {
    display: flex;
    overflow: auto;
    margin: 0 -13px 0 0;
  }

  .shop_inner .catalog_navigation {
    flex-direction: column;
    padding: 20px 0 39px;
  }

  .shop_inner .catalog_navigation .show_more_btn {
    margin: 0 0 15px;
  }

  .shop_inner .filter .filter_box .filter_head {
    margin: 0 0 15px;
  }

  .shop_inner .filter .filter_box .fi_content {
    max-height: 999px;
  }

  .callback_section {
    margin: 0 0 40px;
  }

  .callback_section .callback_section_wrap {
    padding: 36px 32px 38px 38px;
  }

  .callback_section .callback_section_wrap .callback_form {
    max-width: 100%;
  }

  .callback_section .callback_section_wrap .callback_form .title {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 15px;
  }

  .callback_section .callback_section_wrap .callback_form.accepted .accepted_content {
    margin: 58px 0 55px;
  }

  .callback_section .callback_section_wrap .callback_form .accepted_content .accepted_title {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }

  .callback_section .callback_section_wrap .callback_form .accepted_content .subtitle {
    text-align: center;
  }

  .callback_section .callback_section_wrap .callback_form form {
    max-width: 275px;
    margin: 0 auto;
    flex-direction: column;
  }

  .callback_section .callback_section_wrap .callback_form form .input_group {
    max-width: 100%;
    margin: 0 0 15px;
  }

  .callback_section .callback_section_wrap .callback_form .callback_btn_large {
    max-width: 100%;
  }

  .callback_section .callback_section_wrap .image {
    display: none;
  }

  .catalog_banner {
    margin: 0 0 50px;
  }

  .catalog_banner_wrap {
    padding: 0;
  }

  .shop_inner .filter .filter_top {
    display: block;
  }


  #shop .shop_inner .filter .filter_box {
    border-radius: 0;
    margin: 0;
    padding: 0 15px;
  }

  #shop .shop_inner .filter .filter_box.filter_categories .filter_item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  #shop .shop_inner .filter .filter_box .filter_item .filter_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }

  #shop .shop_inner .filter .filter_box .filter_item .filter_price.custom {
    padding: 20px 15px;
  }

  #shop .shop_inner .filter .filter_box .filter_item .fi_price_range {
    width: 100%;
  }

  #shop .shop_inner .filter .filter_box .filter_item .filter_price_range {
    max-width: 198px;
    width: 100%;
  }

  #shop .shop_inner .filter .filter_box .filter_item .filter_price .filter_buy_btn {
    max-width: 137px;
    height: 44px;
  }

  #shop .shop_inner .filter .filter_box .filter_item .filter_price_range .input_group {
    margin: 0;
    width: 85px;
  }

  #shop .shop_inner .filter .filter_box .filter_item .filter_price_range span {
    padding: 0;
  }

  #shop .shop_inner .filter .filter_box .filter_item .filter_search {
    /*display: none;*/
  }

  .shop_inner .filter .filter_box .filter_head .icon_arrow {
    display: block;
  }

  #shop .shop_inner .left_col .filter {
    height: 100vh;
    position: relative;
    background: #f3f3f7;
  }

  #shop .shop_inner .filter .filter_box .filter_item.make_mob_view {
    padding: 20px 0 5px;
  }

  .shop_inner .filter .filter_box .filter_head p {
    font-size: 15px;
  }

  #shop .shop_inner .filter .filter_box .filter_item.make_mob_view .filter_top {
    display: block;
  }

  #shop .shop_inner .filter .filter_box .filter_item.make_mob_view .fi_content {
    position: absolute;
    left: 0;
    top: 0;
    background: #f3f3f7;
    width: 100%;
    height: 100%;
    z-index: 5;
    transform: translateX(-100%);
    transition: all 0.3s;
  }

  #shop .shop_inner .filter .filter_box .filter_item.make_mob_view.opened_in_mob .fi_content {
    transform: translateX(0);
  }

  #shop .shop_inner .filter .filter_box .fi_content .fi_items {
    max-height: calc(100vh - 72px);
    padding: 15px;
  }

  .shop_inner .filter .filter_top .title .go_back {
    display: inline-block;
    margin:0 4px 0 0;
    width: 24px;
    height: 30px;
    vertical-align: top;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("/icons/mob_menu_back.svg");
  }

}
@media screen and (max-width: 768px) {
  .products_wrap .product_item_wrap {
    min-width: 169px;
    height: 296px;
  }

  .products_wrap .product_item_wrap:nth-of-type(2n)::after {
    display: block;
  }

  .products_wrap .product_item_wrap:nth-child(3)::before {
    display: none;
  }

  .products_wrap .product_item_wrap:nth-child(4)::before {
    display: none;
  }

  .products_wrap .product_item_wrap:nth-of-type(4n)::after {
    display: none;
  }


  .catalog_watched {
    padding: 40px 0 57px;
  }

  .section_head.catalog_section_head {
    margin: 0 0 10px;
  }

  .shop_inner .catalog_products {
    padding: 0 0 5px;
  }

  .shop_inner .product_item .product_images_wrap .product_images .product_card_slider {
    height: 157px;
  }

  .info_cards_sm > .swiper-pagination {
    margin: 4px 0 0;
  }

  .catalog_watched .section_head .link_blue {
    display: none;
  }

  .catalog_watched .widget_slider > .swiper-pagination {
    bottom: -10px;
  }

  .request {
    padding: 0 0 100px;
  }

  .popular_categories.search_popular_categories {
    margin: 0 0 40px;
  }

  .request_bottom_wrap .callback_section {
    margin: 0 0 25px;
  }

  .request_bottom_wrap .request_banner {
    margin: 0 0 40px;
  }

}
@media screen and (max-width: 731px) {
  .products_wrap .product_item_wrap:nth-child(4)::before {
    display: block;
  }

  .products_wrap .product_item_wrap:nth-of-type(4n)::after {
    display: block;
  }

  .products_wrap .product_item_wrap:nth-of-type(3n)::after {
    display: none;
  }
}
@media screen and (max-width: 552px) {
  .products_wrap .product_item_wrap:nth-child(3)::before {
    display: block;
  }

  .products_wrap .product_item_wrap:nth-of-type(3n)::after {
    display: block;
  }

  .products_wrap .product_item_wrap:nth-of-type(2n)::after {
    display: none;
  }

  .products_wrap {
    margin: 0 -15px 0 0;
  }
}
@media screen and (max-width: 440px) {
  .popular_categories .categories_list {
    flex-direction: column;
    margin: 0;
  }

  .popular_categories .categories_list .categories_item {
    max-width: 100%;
    height: 100px;
    margin: 0 0 10px 0;
  }
}
/* page_catalog */
.brands_head .section_head {
  margin: 0 0 20px;
}
.letters {
  background: #f3f3f7;
}
.letters .letters_wrap .letters_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 25px 0;
  overflow-x: auto;
}
.letters .letters_wrap .letters_list .letters_item {
  font-size: 16px;
  line-height: 19px;
  margin: 0 30px 0 0;
  text-transform: uppercase;
  white-space: nowrap;
}
.letters .letters_wrap .letters_list .letters_item.title {
  color: var(--main);
  text-transform: capitalize;
}
.brands {
  padding: 0 0 40px;
}
.brands .brands_wrap .brands_list .brands_item {
  padding: 30px 0 29px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.brands .brands_wrap .brands_list .brands_item .brands_letter {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: #111;
  min-width: 103px;
  margin: 0 5px 0 0;
  text-transform: uppercase;
}
.brands .brands_wrap .brands_list .brands_item .brands_name_list {
  padding: 0 0;
  margin: -7px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.brands .brands_wrap .brands_list .brands_item .brands_name_list .col {
  width: 205px;
  margin: 0 10px 0 0;
}
.brands .brands_wrap .brands_list .brands_item .brands_name_list .col .brand_name {
  display: block;
  font-size: 16px;
  line-height: 19px;
  margin: 15px 0 0;
}
.brands_widget {
  padding: 40px 0 80px;
}
@media screen and (max-width: 1000px) {
  .brands .brands_wrap .brands_list .brands_item .brands_name_list {
    flex-direction: column;
  }

  .brands .brands_wrap .brands_list .brands_item .brands_name_list .col {
    margin: 0;
  }

  .brands_widget {
    padding: 25px 0 40px;
  }
}
/* page_brands */
.product_main {
  background: var(--backround);
  padding: 0 0 50px;
}
.product_main .breadcrumbs {
  padding: 20px 0;
}
.product_card .card_wrap {
  display: flex;
}
.product_card .card_gallery {
  width: 735px;
  min-width: 735px;
  margin: 0 2px 0 0;
  display: flex;
  flex-direction: column;
  background-color: var(--white);
}
.product_card .card_gallery .card_slider_wrap {
  padding: 30px;
  display: flex;
  margin: 0 0 2px;
  position: relative;
}
.product_card .card_gallery .card_slider_wrap .stickers {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 2;
}
.product_card .card_gallery .card_slider_wrap .stickers .sticker {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 44px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
}
.product_card .card_gallery .card_slider_wrap .stickers .sticker.red {
  background-image: url("/icons/red_sticker.svg");
}
.product_card .card_gallery .card_slider_wrap .stickers .sticker.green {
  background-image: url("/icons/green_star.svg");
}
.product_card .card_gallery .card_slider_wrap .stickers .sticker.orange {
  background-image: url("/icons/orange_star.svg");
}
.product_card .card_gallery .card_slider_wrap .stickers .sticker span {
  font-weight: bold;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.03em;
  color: var(--white);
}
.product_card .card_gallery .card_slider_thumbs_wrap {
  width: 90px;
  height: 390px;
  margin: 0 21px 0 0;
  overflow: hidden;
}
.product_card .card_gallery .card_slider_thumbs_wrap .card_slider_thumbs {
  min-width: 100%;
  height: 100%;
}
.product_card .card_gallery .card_slider_thumbs_wrap .card_slider_thumbs .swiper-slide {
  width: 90px;
  height: 90px;
  opacity: 0.7;
  border-bottom: 2px solid transparent;
}
.product_card .card_gallery .card_slider_thumbs_wrap .card_slider_thumbs .swiper-slide .slide_img  {
  width: 100%;
  height: 100%;
}
.product_card .card_gallery .card_slider_thumbs_wrap .card_slider_thumbs .swiper-slide .slide_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_card .card_gallery .card_slider_thumbs_wrap .card_slider_thumbs .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
  border-bottom: 2px solid var(--main);
}
.product_card .card_gallery .card_slider {
  max-width: 564px;
  height: 564px;
  overflow: hidden;
  position: relative;
}
.product_card .card_gallery .card_slider .slide_img {
  width: 100%;
  height: 100%;
}
.product_card .card_gallery .card_slider .slide_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product_card .card_gallery .products_navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 31px 20px 30px 30px;
  background: var(--white);
  margin: auto 0 0;
  border-top: 2px solid var(--backround);
}
.product_card .card_gallery .products_navigation .prev_product {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product_card .card_gallery .products_navigation i {
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
}
.product_card .card_gallery .products_navigation .prev_product .prev {
  background-image: url("/icons/arrow_prev_blue.svg");
  margin: 0 5px 0 0;
}
.product_card .card_gallery .products_navigation .next_product .next {
  background-image: url("/icons/arrow_next_blue.svg");
  margin: 0 0 0 5px;
}
.product_card .card_gallery .products_navigation .next_product {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product_card .card {
  background: var(--white);
}
.product_card .card_info {
  padding: 30px;
}
.product_card .card_info .product_title {
  margin: 0 0 15px;
}
.product_card .card_info .product_title h1,
.product_card .card_info .product_title p {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: var(--main);
}
.product_card .card_info .card_info_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px;
}
.product_card .card_info .card_info_content .product_sku {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--grey);
}
.product_card .card_info .card_info_content .product_reviews_wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product_card .card_info .card_info_content .product_reviews_wrap .reviews_count span {
  color: var(--link-blue);
}
.rating_box {
  width: 80px;
  height: 16px;
  position: relative;
  background-image: url("/icons/star.svg");
  margin: 0 5px 0 0;
}
.rating_box .rating_box_active {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
  background-image: url("/icons/star_full.svg");
}
.product_card .card_info .card_info_bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_card .card_info .card_info_bottom .card_price_wrap .price_old del {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #555;
  text-decoration: line-through;
  -webkit-text-decoration-color: #f22613;
          text-decoration-color: #f22613;
  margin: 0 0 3px;
}
.product_card .card_info .card_info_bottom .card_price_wrap .price_current_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product_card .card_info .card_info_bottom .card_price_wrap .price_current_wrap .price_current {
  margin: 0 18px 0 0;
}
.product_card .card_info .card_info_bottom .card_price_wrap .price_current_wrap .price_current p {
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  color: var(--main);
}
.product_card .card_info .card_info_bottom .card_info_buttons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.product_card .card_info .card_info_bottom .card_info_buttons .card_buy_btn {
  width: 238px;
  margin: 0 20px 0 0;
}
.product_card .card_info .card_info_bottom .card_info_buttons .card_buy_btn span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--main);
}
.product_card .card_info .card_info_bottom .card_info_buttons .card_buy_btn .icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url(/icons/cart-done.svg);
  width: 24px;
  height: 24px;
  display: none;
  margin: 0 10px 0 0;
}
.product_card .card_info .card_info_bottom .card_info_buttons .card_buy_btn.added_to_cart {
  background: var(--orange);
  border: 2px solid var(--orange);
}
.product_card .card_info .card_info_bottom .card_info_buttons .card_buy_btn.added_to_cart .icon {
  display: block;
}
.product_card .card_info .card_info_bottom .card_info_buttons .add_to_wishlist {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: cover;
  background-image: url(/icons/heart_product.svg);
  width: 24px;
  height: 24px;
  display: block;
  border: none;
  outline: none;
}
.together .together_list .together_item .together_image_wrap .add_to_whislist.active .icon,
.together .together_list .together_item .together_image_wrap .add_to_whislist:hover .icon,
.product_card .card_info .card_info_bottom .card_info_buttons .add_to_wishlist.active,
.product_card .card_info .card_info_bottom .card_info_buttons .add_to_wishlist:hover {
  background-image: url(/icons/heart_product_red.svg);
}
.product_card .card_quick_buy {
  border-top: 2px solid var(--backround);
  padding: 30px;
  position: relative;
  overflow: hidden;
}
.product_card .card_quick_buy .bg_img {
  display: block;
  position: absolute;
  top: 7px;
  right: -32px;
  width: 180px;
  height: 153px;
  background-image: url("/img/backgrounds/qucik_buy_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 0;
}
.product_card .card_quick_buy .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: var(--main);
  margin: 0 0 10px;
}
.quick_buy_form {
  max-width: 367px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.quick_buy_form .input_group {
  margin: 0;
}
.quick_buy_form .quick_buy_btn {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  width: 154px;
  height: 54px;
  border: 2px solid var(--orange);
  font-size: 14px;
}
.quick_buy_form .quick_buy_btn:hover {
  border: 2px solid #ffdf61;
}
.quick_buy_form .quick_buy_btn:focus {
  border: 2px solid #efc20d;
}
.product_card .card_quick_buy .accepted_content {
  display: none;
  margin: 0 0 36px;
}
.product_card .card_quick_buy .accepted_content .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px;
}
.product_card .card_quick_buy .accepted_content .subtitle {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
}
.product_card .card_quick_buy.accepted .card_quick_buy_inner {
  display: none;
}
.product_card .card_quick_buy.accepted .accepted_content {
  display: block;
}
.product_card .card_delivery {
  border-top: 2px solid var(--backround);
  padding: 30px;
}
.product_card .card_delivery .item + .item {
  margin: 25px 0 0;
}
.product_card .card_delivery .item .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: var(--main);

}
.product_card .card_delivery .card_delivery_list .card_delivery_item {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 15px 0 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_card .card_delivery .item:last-child .card_delivery_list .card_delivery_item {
  border-bottom: none;
  padding: 15px 0 0;
}
.product_card .card_delivery .card_delivery_list .card_delivery_item .delivery_type_title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product_card .card_delivery .card_delivery_list .card_delivery_item .delivery_type_title .delivery_icon {
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
}
.product_card .card_delivery .card_delivery_list .card_delivery_item .delivery_type_title span {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--main);
}
.product_card .card_delivery .card_delivery_list .card_delivery_item .delivery_type_subtitle p {
  white-space: nowrap;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #111;
}
.product_card .card_delivery .card_delivery_list .card_delivery_item .delivery_type_subtitle p strong {
  font-weight: 600;
}
.product_card .card_delivery .card_delivery_list .card_delivery_item.payment_item {
  justify-content: flex-start;
}
.product_card .card_delivery .card_delivery_list .card_delivery_item.payment_item .delivery_type_title:first-child {
  margin: 0 25px 0 0;
}
.together.section_p {
  padding: 80px 0 40px;
}
.together .together_list {
  border: 2px solid var(--orange);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.together .together_list .together_item:nth-child(1) {
  max-width: 459px;
  width: 100%;
  border-right: 2px solid var(--orange);
}
.together .together_list .together_item {
  height: 226px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.together .together_list .together_item:nth-child(2) {
  max-width: 465px;
  width: 100%;
  border-right: 2px solid var(--orange);
}
.together .together_list .together_item:nth-child(3) {
  max-width: 352px;
  width: 100%;
}
.together .together_list .together_item:nth-child(1) .together_product {
  padding: 0 46px 0 40px;
}
.together .together_list .together_item:nth-child(2) .together_product {
  padding: 0 45px 0 47px;
}
.together .together_list .together_item:nth-child(3) .savings_wrap {
  padding: 0 45px 0 47px;
}
.together .together_list .together_item .sign {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 60px;
  height: 60px;
  display: block;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.together .together_list .together_item i.plus_sign {
  background-image: url("/icons/plus_big.svg");
}
.together .together_list .together_item i.minus_sign {
  background-image: url("/icons/minus_big.svg");
}
.together .together_list .together_item .together_product {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.together .together_list .together_item .together_image_wrap {
  position: relative;
  margin: 0 14px 0 0;
}
.together .together_list .together_item .together_image_wrap .together_image {
  width: 150px;
  height: 150px;
}
.together .together_list .together_item .together_image_wrap .together_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.together .together_list .together_item .together_image_wrap .add_to_whislist {
  position: absolute;
  top: 0;
  right: 0;
}
.together .together_list .together_product .together_product_title {
  font-size: 13px;
  line-height: 16px;
  margin: 0 0 10px;
}
.together .together_list .together_product .together_product_price .price_old {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #555;
  text-decoration: line-through;
  -webkit-text-decoration-color: #f22613;
          text-decoration-color: #f22613;
  margin: 0 5px 0 0;
}
.together .together_list .together_product .together_product_price .price_current {
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  color: var(--main);
}
.together .together_list .savings_wrap {
  width: 100%;

}
.together .together_list .savings_wrap .savings_price {
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: var(--main);
  margin: 0 0 5px;
}
.together .together_list .savings_wrap .savings_discount {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 21px;
}
.together .together_list .savings_wrap .savings_discount .discount_image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 33px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url("/icons/discount.svg");
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #fff;
  margin: 0 5px 0 0;
}
.together .together_list .savings_wrap .savings_discount .discount_text {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--main);
}
.product_info {
  padding: 40px 0;
}
.product_info .product_card_accordeon {
  max-width: 850px;
  margin: 0 auto;
}
.product_card_accordeon .accordeon_list .accordeon_item + .accordeon_item {
  margin: 5px 0 0;
}
.product_card_accordeon .accordeon_list .accordeon_item .accordeon_head {
  align-items: center;
  padding: 18px 25px;
}
.product_card_accordeon .accordeon_list .accordeon_item .accordeon_head .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: var(--main);
}
.product_card_accordeon .accordeon_list .accordeon_item .accordeon_head .title span {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: var(--main)
}
.product_card_accordeon .accordeon_list .accordeon_item .accordeon_head .sign_toggle {
  width: 16px;
  height: 16px;
  background-image: url("/icons/acc_arrov.svg");
}
.product_card_accordeon .accordeon_list .accordeon_item.opened .accordeon_head .sign_toggle {
  transform: rotate(180deg);
  background-image: url("/icons/acc_arrov.svg");
}
.product_card_accordeon .accordeon_list .accordeon_item .accordeon_content {
  padding: 0 24px;
}
.product_card_accordeon .accordeon_list .accordeon_item.opened .accordeon_content {
  padding: 20px 24px 25px;
}
.product_card_accordeon .accordeon_list .accordeon_item.opened:last-child .accordeon_content {
  padding: 28px 24px 0;
}
.product_info .product_characteristics .product_characteristic {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 0 0 9px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product_info .product_characteristics .product_characteristic + .product_characteristic {
  padding: 20px 0 9px;
}
.product_info .product_characteristics .product_characteristic .title {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--grey);
}
.product_info .product_characteristics .product_characteristic .descr {
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #111;
}
.product_info .product_characteristics .product_characteristic .pc_link {
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  display: inline;
}
.product_info .video_review_wrap {
  max-width: 800px;
  width: 100%;
}
.product_info .video_review_wrap .title  {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: var(--main);
  margin: 0 0 20px;
}
.reviews_wrap {
  margin: 0 0 0 4px;
}
.reviews_list .review_item {
  display: none;
  padding: 0 0 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.reviews_list .review_item:nth-child(1),
.reviews_list .review_item:nth-child(2),
.reviews_list .review_item:nth-child(3) {
  display: block;
}
.reviews_wrap.more_reviews .review_item {
  display: block !important;
}
.reviews_list .review_item + .review_item {
  padding: 20px 0 20px;
}
.reviews_list .review_item .review_item_top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px;
}
.reviews_list .review_item .review_item_top .author_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.reviews_list .review_item .review_item_top .author_wrap .author {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: var(--main);
  margin: 0 15px 0 0;
}
.reviews_list .review_item .review_item_top .author_wrap .rating_box {
  width: 90px;
  height: 18px;
  background-image: url("/icons/star_big.svg");
}
.reviews_list .review_item .review_item_top .author_wrap .rating_box .rating_box_active {
  background-image: url("/icons/star_full_big.svg");
}
.reviews_list .review_item .review_item_top .review_date {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: var(--grey);
}
.reviews_list .review_item .review_text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: var(--main);
}
.reviews_wrap .show_more_review {
  margin: 20px 0 40px;
}
.reviews_banner {
  background: #0c68a4;
  position: relative;
  max-width: 780px;
  margin: 0 0 0 4px;
}
.reviews_banner .reviews_banner_bg {
  display: block;
  position: absolute;
  top: -42px;
  left: 0;
  width: 783px;
  height: 200px;
  background-image: url(/img/review_bunner_bg_dots.webp);
  background-repeat: no-repeat;
  background-position: center;
}
.reviews_banner .reviews_banner_icon {
  display: block;
  position: absolute;
  top: -12px;
  left: -8px;
  width: 89px;
  height: 81px;
  z-index: 0;
  background-image: url(/img/review_bunner_icon.webp);
  background-repeat: no-repeat;
  background-position: center;
}
.reviews_banner .reviews_banner_wrap {
  padding: 28px 30px 32px 82px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}
.reviews_banner .reviews_banner_wrap .reviews_banner_content {
  max-width: 353px;
  width: 100%;
  margin: 0 50px 0 0;
}
.reviews_banner .reviews_banner_wrap .reviews_banner_content p + p {
  margin: 0;
}
.reviews_banner .reviews_banner_wrap .reviews_banner_content .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: var(--white);
  margin: 0 0 10px;
}
.reviews_banner .reviews_banner_wrap .reviews_banner_content .subtitle {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: var(--white);
}
.reviews_banner .reviews_banner_wrap .reviews_banner_btn {
  max-width: 265px;
}
.swiper_pagination_sm {
  display: none;
}
.swiper_pagination_sm .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: #bdbec3;
  opacity: 1;
}
.swiper_pagination_sm .swiper-pagination-bullet-active {
  background: var(--main);
}
.swiper_pagination_sm.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper_pagination_sm.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px;
}
.product_info_cards {
  padding: 40px 0 30px;
}
.product_watched {
  padding: 40px 0 80px;
}
.product_card.notify_card .card .card_info .card_info_bottom .card_price_wrap .price_old {
  display: none;
}
.product_card.notify_card .card .card_info .card_info_bottom .price_current_wrap .bonus {
  display: none;
}
.product_card .card_info .card_info_bottom .card_info_buttons .notify_btn {
  width: 248px;
  margin: 0 20px 0 0;
}
.product_card .card_info .card_info_bottom .card_info_buttons .notify_btn .icon {
  background-position: center center;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  background-image: url(/icons/time.svg);
  width: 24px;
  height: 24px;
  display: block;
  margin: 0 10px 0 0;
}
.product_card .card_info .card_info_bottom .card_info_buttons .notify_btn span {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: var(--main);
}
.product_card.notify_card .card .card_quick_buy {
  display: none;
}
.product_card.notify_card .card_gallery .card_slider_wrap {
  padding: 30px 30px 77px;
}
.product_notify.widget {
  padding: 80px 0 40px;
}
@media screen and (max-width: 1310px) {
  .product_card .card_info .card_info_bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .product_card .card_info .card_info_bottom .card_price_wrap {
    margin: 0 0 15px;
  }
}
@media screen and (max-width: 1240px) {
  .product_card .card_wrap {
    flex-direction: column;
    max-width: 735px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1140px) {
  .together .together_list {
    flex-direction: column;
    max-width: 400px;
    margin: 0 auto;
  }

  .together .together_list .together_item {
    height: auto;
  }

  .together .together_list .together_item:nth-child(1) {
    border-right: none;
    border-bottom: 2px solid var(--orange);
  }

  .together .together_list .together_item:nth-child(2) {
    border-right: none;
    border-bottom: 2px solid var(--orange);
  }

  .together .together_list .together_item .sign {
    top: 100%;
    right: 50%;
  }

  .together .together_list .together_item .together_image_wrap .together_image {
    width: 120px;
    height: 120px;
  }

  .together .together_list .together_item:nth-child(1) .together_product {
    padding: 20px 20px 32px 20px;
  }

  .together .together_list .together_item:nth-child(2) .together_product {
    padding: 34px 20px;
  }

  .together .together_list .together_item:nth-child(3) .savings_wrap {
    padding: 34px 20px 23px;
  }

  .together .together_list .together_item .together_image_wrap {
    height: 120px;
  }

  .together .together_list .savings_wrap .savings_discount {
    margin: 0 0 16px;
    justify-content: center;
  }

  .together_slider .swiper_pagination_sm {
    position: relative;
    bottom: 0 !important;
    margin: 10px 0 0;
  }

  .together .together_list .savings_wrap .savings_price {
    text-align: center;
  }
}
@media screen and (max-width: 820px) {
  .product_info .video_review_wrap .video_review iframe {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .product_card .card_gallery .card_slider_thumbs_wrap {
    display: none;
  }

  .swiper_pagination_sm {
    display: block;
  }

  .product_card .card_gallery .card_slider {
    max-width: 100%;
    height: auto;
  }

  .swiper_pagination_sm.swiper-horizontal > .swiper-pagination-bullets,
  .swiper_pagination_sm.swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper_pagination_sm.swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 15px;
  }

  .product_card .card_gallery {
    width: 100%;
    min-width: 100%;
  }

  .product_card .card_gallery .card_slider_wrap {
    padding: 0;
  }

  .product_card.notify_card .card_gallery .card_slider_wrap {
    padding: 0;
  }

  .product_card .card_gallery .products_navigation {
    padding: 18px 20px 17px;
    border-bottom: 2px solid var(--backround);
  }

  .product_card .card_gallery .products_navigation .prev_product {
    font-size: 13px;
    line-height: 16px;
  }

  .product_card .card_gallery .products_navigation .back_to_list {
    display: none;
  }

  .product_card .card_gallery .card_slider_wrap .stickers {
    top: 15px;
    right: 15px;
  }

  .product_card .card_gallery .card_slider_wrap .stickers .sticker {
    width: 37px;
    height: 36px;
  }

  .product_card .card_gallery .products_navigation .prev_product .prev {
    display: none;
  }

  .product_card .card_gallery .products_navigation .next_product .next {
    display: none;
  }

  .product_card .card_info {
    padding: 22px 20px 20px;
  }

  .product_card .card_info .product_title h1,
  .product_card .card_info .product_title p {
    font-size: 24px;
    line-height: 30px;
  }

  .product_card .card_info .card_info_content {
    margin: 0 0 25px;
  }

  .product_card .card_info .card_info_bottom .card_info_buttons {
    width: 100%;
    justify-content: space-between;
  }

  .product_card .card_info .card_info_bottom .card_info_buttons .card_buy_btn {
    width: 261px;
    margin: 0;
  }

  .product_card .card_quick_buy {
    padding: 20px;
  }

  .product_card .card_quick_buy .bg_img {
    display: none;
  }

  .product_card .card_quick_buy .quick_buy_form .quick_buy_btn {
    width: 133px;
  }

  .card_quick_buy .input_group.phone_input_group input {
    padding: 17px 136px 17px 16px;
    font-size: 14px;
    line-height: 17px;
  }



  .product_card .card_info .card_info_bottom .card_info_buttons .notify_btn {
    width: 261px;
    margin: 0;
  }

  .product_card .card_delivery .card_delivery_list .card_delivery_item {
    flex-direction: column;
    align-items: flex-start;
  }

  .product_card .card_delivery .card_delivery_list .card_delivery_item .delivery_type_subtitle {
    padding: 0 0 0 34px;
  }

  .product_card .card_delivery .card_delivery_list .card_delivery_item.payment_item {
    flex-direction: row;
    justify-content: flex-start;
  }

  .product_card .card_delivery {
    padding: 20px 20px 15px 20px;
  }

  .product_card .card_delivery .card_delivery_list .card_delivery_item .delivery_type_title {
    margin: 0 0 5px;
  }

  .product_main .breadcrumbs {
    padding: 10px 0 15px;
  }

  .product_card .card_info .card_info_bottom .card_price_wrap .price_old del {
    font-size: 16px;
    line-height: 19px;
  }

  .product_card .card_info .card_info_bottom .card_price_wrap .price_current_wrap .price_current p {
    font-size: 24px;
    line-height: 29px;
  }

  .product_card .card_info .card_info_bottom .card_price_wrap .price_old {
    margin: 0 0 5px;
  }

  .product_card .card_delivery .item + .item {
    margin: 20px 0 0;
  }

  .product_main {
    padding: 0 0 30px;
  }

  .together.section_p {
    padding: 52px 0 25px;
  }

  .together .together_list .together_item .sign {
    width: 50px;
    height: 50px;
  }

  .product_info {
    padding: 22px 0 25px;
  }

  .product_card_accordeon .accordeon_list .accordeon_item .accordeon_head {
    padding: 18px 20px;
  }

  .product_card_accordeon .accordeon_list .accordeon_item .accordeon_head .title {
    font-size: 17px;
    line-height: 24px;
  }

  .product_card_accordeon .accordeon_list .accordeon_item .accordeon_content {
    padding: 0 0;
  }

  .product_card_accordeon .accordeon_list .accordeon_item.opened .accordeon_content {
    padding: 25px 0 20px;
  }

  .reviews_wrap {
    margin: 0;
  }

  .product_card_accordeon .accordeon_list .accordeon_item.opened:last-child .accordeon_content {
    padding: 20px 0 0;
    overflow: visible;
  }

  .reviews_list .review_item {
    padding: 0 0 15px;
  }

  .reviews_list .review_item + .review_item {
    padding: 15px 0 15px;
  }

  .reviews_list .review_item .review_item_top .author_wrap .author {
    font-size: 15px;
  }

  .reviews_wrap .show_more_review {
    margin: 15px 0 37px;
  }

  .reviews_banner {
    margin: 0 0 0 1px;
  }

  .reviews_banner .reviews_banner_wrap {
    padding: 30px 35px 25px 41px;
    flex-direction: column;
    align-items: center;
  }

  .reviews_banner .reviews_banner_wrap .reviews_banner_content {
    margin: 0 0 15px;
  }

  .reviews_banner .reviews_banner_wrap .reviews_banner_content .title {
    font-size: 20px;
    line-height: 24px;
    width: 269px;
  }

  .reviews_banner .reviews_banner_wrap .reviews_banner_btn {
    height: 40px;
  }

  .reviews_banner .reviews_banner_wrap .reviews_banner_content .subtitle {
    text-align: center;
  }

  .reviews_banner .reviews_banner_icon {
    width: 69px;
    height: 56px;
    top: -11px;
    left: -12px;
    background-image: url("/img/review_banner_icon_sm.webp");
  }

  .product_card_accordeon .accordeon_list .accordeon_item .accordeon_head .title span {
    font-size: 17px;
    line-height: 24px;
  }

  .buy_with .section_head .all_universes_link {
    display: none;
  }

  .product_info_cards {
    padding: 23px 0 25px;
  }

  .section_head .link_blue {
    display: none;
  }

  .product_watched {
    padding: 25px 0 50px;
  }

  .product_notify.widget {
    padding: 40px 0 25px;
  }

  .product_info .video_review_wrap .title {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 10px;
  }

}
@media screen and (max-width: 410px) {
  .product_info .video_review_wrap .video_review iframe {
    height: 190px;
  }
}
@media screen and (max-width: 450px) {
  .product_card .card_gallery .card_slider {
    width: 345px;
    height: 345px;
  }
}
/* page_products */
.thank_you_top {
  padding: 40px 0;
}
.thank_you_top .thank_you_top_wrap {
  max-width: 736px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.thank_you_top .descr .track_order_btn {
  margin: 15px 0 0;
  padding: 15px;
  background: var(--backround);
  border-radius: 4px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 494px;
  width: 100%;

}
.thank_you_top .descr .track_order_btn p {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #111;
}
.thank_you_top .descr .track_order_btn p .link_blue {
  display: inline-block;
}
.thank_you_top .descr .track_order_btn .icon {
  margin: 0 0 0 15px;
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/icons/arrow_sm_right.svg);
}
.thank_you_top .thank_you_image {
  min-width: 232px;
  height: 158px;
  margin: 0 10px 0 0;
}
.thank_you_top .thank_you_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.thank_you_top .descr .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: var(--main);
  margin: 0 0 10px;
}
.thank_you_top .descr .title .order_number {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  color: var(--main);
}
.thank_you_top .descr .subtitle  {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: var(--main);
}
.thank_you_bottom {
  border-top: 3px solid var(--backround);
}
.thank_you_bottom .thank_you_bottom_wrap {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  margin: 0 auto;
}
.thank_you_bottom .ty_left {
  width: 100%;
  height: auto;
  max-width: 50%;
  border-right: 3px solid var(--backround);
  padding: 40px 50px 93px 15px;
}
.thank_you_bottom .ty_left .your_order {
  max-width: 480px;
  margin: 0 0 0 auto;

}
.your_order > .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: var(--main);
  margin: 0 0 15px;
}
.your_order .your_order_list {
  margin: 0 0 15px;
}
.your_order .your_order_list .your_order_item {
  border-top: 1px solid var(--backround);
  padding: 11px 0 11px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.your_order .your_order_list .your_order_item:last-child {
  border-bottom: 1px solid var(--backround);
}
.your_order .your_order_list .your_order_item .image {
  min-width: 90px;
  height: 90px;
  margin: 0 10px 0 0;
}
.your_order .your_order_list .your_order_item .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.your_order .your_order_list .your_order_item .your_order_descr .title {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: var(--main);
  margin: 0 0 10px;
}
.your_order .your_order_list .your_order_item .your_order_descr .price_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.your_order_item .your_order_descr .price_wrap .old_price {
  margin: 0 5px 0 0;
}
.your_order_item .your_order_descr .price_wrap .old_price del {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #555;
  text-decoration: line-through;
  -webkit-text-decoration-color: #f22613;
          text-decoration-color: #f22613;
}
.your_order_item .your_order_descr .price_wrap .current_price {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: var(--main);
  margin: 0 25px 0 0;
}
.your_order_item .your_order_descr .price_wrap .quantity {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: var(--grey);
}
.your_order .thank_you_totals .totals_list .totals_item .title {
  font-size: 13px;
  line-height: 16px;
}
.your_order .thank_you_totals .totals_list .totals_item .descr {
  font-size: 14px;
  line-height: 17px;
}
.your_order .thank_you_totals .totals_list .totals_item .descr.total_bonus .icon {
  margin: 0 7px 0 0;
}
.your_order .thank_you_totals .totals_wrap .totals_list {
  margin: 0;
}
.thank_you_bottom .ty_right {
  width: 50%;
}
.thank_you_bottom .ty_info {
  max-width: 547px;
  width: 100%;
  padding: 40px 15px 40px 50px;
}
.thank_you_bottom .ty_info .ty_info_text {
  margin: 0 0 10px;
}
.thank_you_bottom .ty_info .ty_info_text p {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--main);
}
.thank_you_bottom .ty_info .ty_info_text p + p {
  margin: 15px 0 0;
}
.thank_you_bottom .ty_info .ty_socials {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.thank_you_bottom .ty_info .ty_socials .social_link {
  width: 30px;
  height: 30px;
  margin: 0 15px 0 0;
}
.thank_you_bottom .ty_right_item:first-child {
  border-bottom: 3px solid var(--backround);
}
.recipient_info {
  padding: 40px 15px 40px 50px;
  max-width: 547px;
  width: 100%;
}
.recipient_info .recipient_item + .recipient_item {
  margin: 20px 0 0;
}
.recipient_info .recipient_item .r_title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: var(--main);
  margin: 0 0 10px;
}
.recipient_info .recipient_item .r_descr {
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--main);
}
@media screen and (max-width: 768px) {
  .thank_you_top {
    padding: 25px 0;
  }

  .thank_you_top .thank_you_top_wrap {
    flex-direction: column;
    align-items: center;
    padding: 0 2px 0 2px;
  }

  .thank_you_top .thank_you_image {
    margin: 0 0 10px;
    min-width: 204px;
    height: 140px;
  }

  .thank_you_top .descr .title {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
  }

  .thank_you_top .descr .title .order_number {
    font-size: 24px;
    line-height: 30px;
  }

  .thank_you_top .descr .subtitle {
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }


  .thank_you_bottom .container {
    padding: 0;
  }

  .thank_you_bottom .thank_you_bottom_wrap {
    flex-direction: column;
    align-items: center;
  }


  .thank_you_bottom .ty_left {
    border-right: none;
    border-bottom: 3px solid var(--backround);
    padding: 25px 15px 24px;
    max-width: 100%;
  }

  .your_order > .title {
    line-height: 30px;
  }

  .your_order .your_order_list .your_order_item {
    padding: 10px 0 11px;
  }

  .thank_you_bottom .ty_info {
    padding: 25px 15px;
    max-width: 100%;
  }

  .thank_you_bottom .ty_info .ty_info_text p {
    line-height: 18px;
  }

  .home_news.ty_news .section_head {
    margin: 0 0 15px;
  }

  .thank_you_bottom .ty_right {
    width: 100%;
  }

  .thank_you_bottom .ty_left .your_order {
    max-width: 100%;
  }

  .recipient_info {
    padding: 25px 15px;
    max-width: 100%;
  }

  .recipient_info .recipient_item .r_title {
    font-size: 17px;
    line-height: 24px;
  }
}
@media screen and (max-width: 425px) {
  .thank_you_top .descr .title {
    max-width: 300px;
    margin: 0 auto 10px;
  }

  .thank_you_top .descr .subtitle {
    max-width: 300px;
    margin: 0 auto;
  }
}
/* page_thank_you */
.order_header {
  background: var(--main);
}
.order_header_inner {
  max-width: 1064px;
  margin: 0 auto;
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order_header .header_logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.order_header .header_logo .back_arrow {
  display: none;
  width: 16px;
  height: 16px;
  background: url("/icons/arrow_left_white.svg") no-repeat center/cover;
  margin: 0 5px 0 0;
}
.order_header .header_logo .header_logo_link {
  width: 292px;
  height: 32px;
}
.order_header .header_callback_wrap {
  margin: 0;
  align-items: flex-end;
}
.order_header .header_callback_wrap .calback_phone {
  font-size: 17px;
  line-height: 20px;
  color: var(--white);
}
.ordering {
  margin: -80px 0 0;
}
.ordering .ordering_wrap {
  max-width: 1065px;
  width: 100%;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
}
.ordering .ordering_wrap .left_col {
  max-width: 651px;
  width: 100%;
  border-right: 3px solid var(--backround);
}
.ordering_info {
  max-width: 598px;
  width: 100%;
  padding: 10px 0;
}
.ordering_info .ordering_item {
  padding: 40px 0;
}
.ordering_info .ordering_item + .ordering_item  {
  border-top: 2px solid var(--backround);
}
.ordering_info .ordering_item .ordering_item_wrap {
  max-width: 380px;
  width: 100%;
}
.ordering_info .ordering_item .ordering_item_wrap .last_input_group {
  margin: 0;
}
.ordering_info .ordering_item .section_head {
  margin: 0 0 20px;
}
.ordering_info .ordering_item .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: var(--main);
  margin: 0 0 20px;
}
.ordering_info .ordering_item .title .link_blue {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.ordering_info .ordering_item .quick_order_btn {
  padding: 7px 16px;
  width: auto;
  margin: 0 0 20px;
}
.ordering_info .ordering_item .delivery_type {
  padding: 10px 0 0;
}
.ordering_info .ordering_item .delivery_type .delivery_info_wrap {
  margin: 0 0 20px;
}
.ordering_info .ordering_item .delivery_type .delivery_info {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--main);
  opacity: 0.8;
}
.ordering_info .ordering_item .delivery_type .delivery_info + .delivery_info {
  margin: 10px 0 0;
}
.ordering_info .ordering_item .delivery_type .delivery_info.delivery_price {
  font-size: 13px;
  line-height: 16px;
}
.ordering_info .ordering_item .delivery_type .delivery_info span {
  font-weight: 600;
}
.ordering_info .ordering_item .delivery_type .custom_select {
  margin: 0 0 10px;
}
.ordering_info .ordering_item .delivery_type .department_on_map {
  margin: 0 0 30px;
}
.ordering_info .ordering_item .delivery_type .department_on_map img {
  width: 23px;
  height: 24px;
  margin: 0 5px 0 0;
}
.ordering_info .ordering_item .delivery_type .recipient_info {
  padding: 20px 0 0;
}
.ordering_info .ordering_item .delivery_type .recipient_info.reverse {
  padding: 0 0 20px;
}
.ordering_info .ordering_item .delivery_type .recipient_info .input_group:last-child {
  margin: 0;
}
.ordering_info .ordering_item .order_comment_wrap {
  margin: 0 0 25px;
}
.ordering_info .ordering_item .order_comment_wrap .order_comment_btn .icon {
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 5px 0 0;
  background: url("/icons/plus_blue.svg") center/cover no-repeat;
}
.ordering_info .ordering_item .order_comment_wrap .order_comment {
  margin: 10px 0 0;
  display: none;
}
.ordering_info .ordering_item .order_comment_wrap .order_comment .input_group {
  height: 80px;
}
.ordering_info .ordering_item .order_comment_wrap .order_comment .input_group.text_field .custom_input {
  height: 80px;
}
.ordering_info .ordering_item .order_comment_wrap.opened .order_comment {
  display: block;
}
.ordering_info .ordering_item .order_comment_wrap.opened .order_comment_btn .icon {
  background: url("/icons/minus_blue.svg") center no-repeat;
}
.ordering_wrap .order_totals {
  padding: 50px 0 0 50px;
}
.ordering_wrap .order_totals .totals_wrap {
  width: 364px;
}
.totals_wrap .totals_list .totals_item.in_total .title {
  font-weight: bold;
}
.totals_wrap .totals_list .totals_item.in_total .descr {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: inline;
}
.totals_wrap .totals_list .totals_item .descr .currency {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.ordering_wrap .order_totals .totals_wrap .totals_list {
  margin: 0 0 20px;
}
.totals_wrap .agreement {
  margin: 10px 0 0;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  color: #000;
}
.totals_wrap .agreement .link_blue {
  font-size: 11px;
  line-height: 13px;
  display: inline;
}
.tabs_container .tabs_container .nav_tabs {
  padding: 5px;
}
.tabs_container .tabs_container .nav_tabs li a {
  padding: 10px 12px;
}
.tabs_container .tabs_container .nav_tabs li a span {
  font-weight: bold;
}
.ordering_wrap .order_totals .totals_wrap .totals_list .totals_item + .totals_item {
  margin: 9px 0 0;
}
.address_inputs_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.address_inputs_list .input_group {
  max-width: 105px;
  width: 100%;
  margin: 0 0 20px;
  min-width: calc(33% - 9px);
}
.address_inputs_list .input_group + .input_group {
  margin: 0 0 20px 15px;
}
.ordering_info .ordering_item .delivery_type .recipient_checkbox {
  margin: 0 0 15px;
}
.ordering_info .ordering_item .recipient_info .input_group:last-child {
  margin: 0;
}
.ordering_info .ordering_item .delivery_type .shops_info .on_map_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 15px;
}
.ordering_info .ordering_item .delivery_type .shops_info .on_map_wrap .work_time {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--grey);
  margin: 0 20px 0 0;
  max-width: 166px;
  width: 100%;
}
.ordering_info .ordering_item .delivery_type .shops_info .on_map_wrap .department_on_map {
  margin: 0;
}
.order_footer {
  background: var(--main);
}
.order_footer .order_footer_inner {
  max-width: 1064px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0 23px;
}
.order_footer .order_copyright {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
  opacity: 0.6;
}
.order_footer .callback_btn {
  display: none;
}
@media screen and (max-width: 1200px) {
  .ordering {
    margin: 30px 0 0;
  }

  .order_header .header_callback_wrap {
    display: flex;
  }
}
@media screen and (max-width: 850px) {
  .ordering_info .ordering_item {
    padding: 40px 10px 40px 0;
  }

  .ordering_wrap .order_totals {
    padding: 50px 0 0 10px;
  }

  .ordering_wrap .order_totals .totals_wrap {
    width: 280px;
  }
}
@media screen and (max-width: 768px)  {
  .order_header_inner {
    padding: 20px 0 19px;
  }

  .order_header .header_logo .back_arrow {
    display: block;
  }

  .order_header .header_logo .header_logo_link {
    width: 194px;
    height: 21px;
  }

  .order_header .header_callback_wrap .calback_phone {
    display: none;
  }

  .order_footer .order_footer_inner {
    flex-direction: column;
    align-items: center;
    padding: 20px 0;
  }

  .order_footer .order_footer_inner .callback_btn {
    display: block;
    margin: 10px 0 0;
  }

  .order_footer .order_copyright {
    text-align: center;
  }

  .ordering {
    margin: 0;
  }

  .ordering .ordering_wrap {
    flex-direction: column;
  }

  .ordering .ordering_wrap .left_col {
    max-width: 100%;
    border-right: none;
    border-bottom: 3px solid var(--backround);
  }

  .ordering_info {
    max-width: 100%;
    padding: 0;
  }

  .ordering .container {
    padding: 0;
  }

  .ordering_info .ordering_item {
    padding: 25px 15px;
  }

  .ordering_info .ordering_item .ordering_item_wrap {
    max-width: 100%;
  }


  .ordering_info .ordering_item + .ordering_item {
    border-top: 3px solid var(--backround);
  }

  .ordering_info .ordering_item .title {
    font-size: 17px;
    line-height: 24px;
  }

  .ordering_info .ordering_item .title .link_blue {
    font-size: 17px;
    line-height: 24px;
  }

  .tabs_container .nav_tabs li a {
    padding: 12px 12px;
  }

  .tabs_container .nav_tabs li + li {
    margin: 0;
  }

  .ordering_info .ordering_item.order_delivery .title {
    margin: 0 0 15px;
  }

  .ordering_info .ordering_item .delivery_type .department_on_map {
    margin: 0 0 20px;
  }

  .tabs_container .tabs_container .nav_tabs li + li {
    margin: 0 0 0 10px;
  }

  .ordering_info .ordering_item .delivery_type .recipient_info {
    padding: 15px 0 0;
  }

  .ordering_info .ordering_item.order_payment .title {
    margin: 0 0 15px;
  }

  .payment_tumbler.tabs_container .nav_tabs li + li {
    margin: 0 0 0 10px;
  }

  .payment_tumbler.tabs_container .nav_tabs li a {
    padding: 12px 15px;
  }

  .ordering_info .ordering_item .order_comment_wrap {
    margin: 0 0 20px;
  }

  .ordering_wrap .order_totals {
    padding: 15px;
  }

  .ordering_wrap .order_totals .totals_wrap {
    width: 100%;
  }

  .ordering_wrap .order_totals .totals_wrap .totals_list .totals_item + .totals_item {
    margin: 7px 0 0;
  }

  .ordering_wrap .order_totals .totals_wrap .totals_list {
    margin: 0 0 15px;
  }

  .totals_wrap .agreement {
    text-align: center;
    font-size: 12px;
    line-height: 15px;
  }

  .totals_wrap .agreement .link_blue {
    display: inline-block;
    font-size: 12px;
    line-height: 15px;
  }
}
/* page_order */
[data-tab-content] {
  display: none;
}
.active[data-tab-content] {
  display: block;
}
.profile {
  padding: 30px 0 100px;
  background: var(--backround);
}
.profile .profile_wrap {
  display: flex;
}
.profile .profile_wrap .profile_nav_wrap {
  min-width: 258px;
  width: 258px;
  margin: 0 20px 0 0;
}
.profile .profile_nav {
  background: var(--white);
  padding: 30px 0 22px;
}
.profile .profile_nav .profile_tabs {
  margin: 0 0 20px;
}
.profile .profile_nav .profile_tabs .tab {
  padding: 0 30px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}
.profile .profile_nav .profile_tabs .tab.active {
  border-left: 2px solid #0071e3;
  border-bottom: 2px solid transparent;
}
.profile .profile_nav .profile_tabs .tab + .tab {
  margin: 20px 0 0;
}
.profile .profile_nav .profile_tabs .tab .tab_name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.profile .profile_nav .profile_tabs .tab .tab_name svg {
  margin: 0 10px 0 0;
}
.profile .profile_nav .profile_tabs .tab.active .tab_name svg path {
  stroke: var(--link-blue);
}
.profile .profile_nav .profile_tabs .tab.active .tab_name svg circle {
  stroke: var(--link-blue);
}
.profile .profile_nav .profile_tabs .tab .tab_name .title {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  margin: 0 5px 0 0;
}
.profile .profile_nav .profile_tabs .tab.active .tab_name .title {
  color: var(--link-blue);
}
.profile .profile_nav .profile_tabs .tab .tab_name .quantity_wrap {
  display: flex;
  padding: 2px 6px;
  border-radius: 10px;
  background: var(--backround);
}
.profile .profile_nav .profile_tabs .tab .tab_name .quantity_wrap .bracket {
  display: none;
}
.profile .profile_nav .profile_tabs .tab .tab_name .quantity_wrap .quantity {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
}
.profile .profile_nav .profile_log_out_wrap {
  padding: 0 30px;
}
.profile .profile_nav .profile_log_out_wrap .profile_log_out_inner {
  border-top: 2px solid var(--backround);
  padding: 19px 0 0;
}
.profile .profile_wrap .tab_content_wrap {
  max-width: 1002px;
  width: 100%;
  background: var(--white);
}
.push_up {
  position: fixed;
  display: block;
  background: #f0faf7;
  border-radius: 5px;
  padding: 20px 64px 20px 20px;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}
.push_up .close_push_up {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
  width: 18px;
  height: 18px;
  background: url("/icons/close_18.svg") center no-repeat;

}
.push_up .push_up_wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.push_up .push_up_wrap .icon {
  display: block;
  min-width: 24px;
  height: 24px;
  background: url("/icons/success.svg") no-repeat center;
  margin: 0 10px 0 0;
}
.push_up .push_up_wrap.error .icon {
  background: url("/icons/error.svg") no-repeat center;
}
.push_up .push_up_wrap p {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
}
@media screen and (max-width: 768px) {
  .profile {
    padding: 0 0 50px;
  }


  .profile .profile_wrap {
    flex-direction: column;
  }

  .profile .profile_wrap .profile_nav_wrap {
    margin: 0 -15px 20px;
    width: auto;
    overflow: auto;
  }

  .profile .profile_nav {
    padding: 0 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }

  .profile .profile_nav .profile_tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
  }

  .profile .profile_nav .profile_tabs .tab + .tab {
    margin: 0 20px 0 0;
  }

  .profile .profile_nav .profile_tabs .tab {
    padding: 15px 0 13px;
    margin: 0 20px 0 0;
  }

  .profile .profile_nav .profile_log_out_wrap .profile_log_out_inner {
    padding: 0;
    border: none;
  }

  .profile .profile_nav .profile_log_out_wrap {
    padding: 0;
  }

  .profile .profile_nav .profile_log_out_wrap .profile_log_out_inner .log_out {
    white-space: nowrap;
    padding: 15px 0 16px;
  }

  .profile .profile_nav .profile_tabs .tab.active {
    border-left: 2px solid transparent;
    border-bottom: 2px solid var(--link-blue);
  }

  .profile .profile_nav .profile_tabs .tab .tab_name svg {
    display: none;
  }

  .profile .profile_nav .profile_tabs .tab .tab_name .quantity_wrap {
    background: transparent;
    padding: 0;
    display: block;
  }

  .profile .profile_nav .profile_tabs .tab .tab_name .quantity_wrap .bracket {
    display: inline;
    color: var(--link-blue);
  }

  .profile .profile_nav .profile_tabs .tab .tab_name .quantity_wrap .quantity {
    font-size: 15px;
    line-height: 18px;
    color: var(--link-blue);
  }

  .profile .profile_nav .profile_tabs .tab .tab_name .title {
    color: var(--link-blue);
    margin: 0;
  }

  .profile .profile_nav .profile_tabs .tab.active .tab_name .title {
    color: var(--main);
  }

  .profile .profile_nav .profile_tabs .tab.active .tab_name .quantity_wrap .quantity {
    color: var(--main);
  }

  .profile .profile_nav .profile_tabs .tab.active .tab_name .quantity_wrap .bracket {
    color: var(--main);
  }
}
/* page_profile */
.info .info_top {
  background: var(--backround);
  padding: 20px 0 0;
}
.info.contacts .info_top {
  padding: 20px 0 30px;
}
.info .info_top .breadcrumbs {
  padding: 0 0 15px;
}
.info .info_top .info_title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  text-align: center;
  margin: 0 0 15px;
}
.info.contacts .info_top .info_title {
  margin: 0;
}
.info_nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.info_nav .info_tabs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.info_nav .info_tabs .tab {
  padding: 15px 0;
  border-bottom: 2px solid transparent;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  cursor: pointer;
}
.info_nav .info_tabs li + li {
  margin: 0 0 0 35px;
}
.info_nav .info_tabs .tab.nuxt-link-exact-active,
.info_nav .info_tabs .tab.active {
  color: var(--main);
  border-bottom: 2px solid var(--link-blue);
}
.info .info_content {
  padding: 40px 0 80px;
}
.info .info_content .info_content_inner {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
.about_article {
  padding: 0 0 20px;
}
.about_article .about_img {
  margin: 0 -107.5px 49px;
  width: auto;
  height: 350px;
}
.about_article .about_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about_article h2 + p {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  margin: 0 0 25px;
}
.about_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 -4px 25px 0;
}
.about_list .about_item {
  padding: 0 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background: var(--main);
  margin: 0 4px 0 0;
  max-width: 281px;
  width: 100%;
  height: 126px;
}
.about_list .about_item .title {
  font-weight: bold;
  font-size: 38px;
  line-height: 46px;
  color: var(--white);
  margin: 0 0 3px;
}
.about_list .about_item .subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
}
.about_article p {
  max-width: 844px;
  margin: 0 0 35px;
}
.about_article .about_slider {
  position: relative;
  width: auto;
  margin: 0 -107.5px 28px;
  overflow: hidden;
}
.about_article .about_slider .about_slide {
  width: 528px;
  height: 350px;
}
.about_article .about_slider .about_slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info_watched {
  padding: 80px 0 80px;
}
.content_map > p {
  margin: 0 0 25px;
}
.content_map .map_wrap {
  height: 571px;
  padding: 0;
}
.content_map .map_wrap .map_inner {
  border-top: 1px solid var(--backround);
  border-bottom: 1px solid var(--backround);
}
.content_map .map_wrap .map_inner .map {
  padding: 20px 0 20px 393px;
}
.content_map .map_wrap .map_inner .locations_wrap {
  display: block;
  top: 0;
  left: 0;
  max-width: 373px;
  margin: 0 0 21px;
}
.content_map .location_list .location_item + .location_item .location_item_wrap {
  border-top: none;
}
.content_map .location_list .location_item {
  padding: 0 20px;
}
.content_map .location_list .location_item .location_item_wrap {
  padding: 20px 0;
}
.content_map .location_list .location_item + .location_item {
  border-top: 1px solid var(--backround);
}
.content_map .location_item .l_item_map {
  display: none;
  padding: 10px 0 0;
}
.content_map .location_item .l_item_map .map_wrap {
  width: 100%;
  height: 200px;
}
.content_map .location_item .l_item .show_on_map_mob {
  width: 100%;
}
.contacts .contacts_wrap p {
  margin: 0 0 31px;
}
.contacts .contacts_wrap .contacts_list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 0 40px;
}
.contacts .contacts_wrap .contacts_list .contacts_item {
  margin: 0 11px 0 0;
  max-width: 205px;
  width: 100%;
}
.contacts .contacts_wrap .contacts_list .contacts_item .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 10px;
}
.contacts .contacts_wrap .contacts_list .contacts_item img {
  width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
}
.contacts .contacts_wrap .contacts_list .contacts_item .contacts_item_list {
  padding: 0 0 0 34px;
}
.contacts .contacts_wrap .contacts_list .contacts_item .contacts_item_list a + a {
  margin: 10px 0 0;
}
.info_callback.callback_section .callback_section_wrap .image {
  width: 230px;
  height: 150px;
  top: 14px;
  right: 16px;
}
.delivery_payment .dp_banner {
  padding: 40px 40px 39px;
  background: #292e4d;
  position: relative;
  margin: 0 0 39px;
  overflow: hidden;
}
.delivery_payment .dp_banner .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: var(--white);
  margin: 0 0 10px;
}
.delivery_payment .dp_banner .subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
}
.delivery_payment .dp_banner .dp_banner_bg {
  position: absolute;
  top: -130px;
  right: -65px;
  width: 395px;
  height: 395px;
  background: url("/img/backgrounds/batmobile_with_bg.webp") center no-repeat;
}
.delivery_payment .delivery {
  margin: 0 0 50px;
}
.delivery_payment .acordeon .accordeon_list .accordeon_item .accordeon_head .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.info_acordeons .acordeon .accordeon_list .accordeon_item .accordeon_head .title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.info_acordeons .acordeon .accordeon_list .accordeon_item .accordeon_head .title img {
  width: 32px;
  height: 32px;
  margin: 0 10px 0 0;
}
.delivery_payment .acordeon .accordeon_list .accordeon_item.opened .accordeon_content {
  padding: 20px;
}
.self_pickup {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 29px 30px 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 20px;
}
.self_pickup .self_pickup_item {
  max-width: 220px;
  width: 100%;
  position: relative;
}
.self_pickup .self_pickup_item img {
  width: 49px;
  height: 49px;
  margin: 0 0 7px;
}
.q_a .accordeon_list {
  margin: 0 0 40px;
}
.info_acordeons.q_a .acordeon .accordeon_list .accordeon_item.opened:last-child .accordeon_content {
  padding: 15px 20px 0;
}
.self_pickup .self_pickup_item + .self_pickup_item {
  margin: 0 0 0 23px;
  max-width: 243px;
  padding: 0 0 0 23px;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.self_pickup .self_pickup_item p {
  font-weight: normal;
}
.info_acordeons .acordeon .accordeon_list .accordeon_item.opened:last-child .accordeon_content {
  padding: 20px 20px 0;
}
.guarantee_return > p {
  margin: 0 0 20px;
}
.guarantee_return blockquote,
.guarantee_return .warning_text {
  margin: 0 0 40px;
}
blockquote,
.warning_text {
  padding: 20px 20px 20px 54px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: var(--backround);
  background-image: url('/icons/warning.svg');
  background-position: 20px 20px;
  background-size: 24px;
  background-repeat: no-repeat;
  font-size: 14px;
  line-height: 20px;
}
.warning_text img {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
}
.warning_text p {
  font-size: 14px;
  line-height: 20px;
}
.guarantee_return.article_item ul {
  margin: 0 0 40px;
}
@media screen and (max-width: 1090px) {
  .about_article .about_img {
    margin: 0 0 49px;
  }

  .about_article .about_slider {
    margin: 0 0 28px;
  }

  .about_article .about_slider .swiper-slide {
    width: 420px !important;
  }

  .about_article .about_slider .swiper-slide .about_slide {
    width: 100%;

  }

  .about_article .about_slider .about_slide iframe {
    max-width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 881px) {
  .about_article .about_slider .swiper-slide {
    width: 50% !important;
  }

  .info .info_top {
    padding: 10px 0 0;
  }

  .info.contacts .info_top {
    padding: 10px 0 20px;
  }

  .info .info_top .breadcrumbs {
    padding: 0 0 10px;
  }

  .info .info_top .info_title {
    font-size: 24px;
    line-height: 30px;
    text-align: left;
    margin: 0;
  }

  .info_nav {
    justify-content: flex-start;
    overflow-x: auto;
    margin: 0 -15px 0 0;
  }

  .info_nav .info_tabs .tab {
    font-size: 15px;
    line-height: 18px;
    white-space: nowrap;
  }

  .info_nav .info_tabs li + li {
    margin: 0 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .info .info_content {
    padding: 20px 0 50px;
  }

  .about_article {
    padding: 0;
  }

  .about_article .about_img {
    height: auto;
    margin: 0 0 26px;
  }

  .about_article h2 {
    margin: 0 0 15px;
  }

  .about_article h2 + p {
    line-height: 27px;
  }

  .about_list {
    flex-direction: column;
    margin: 0 0 25px;
  }

  .about_list .about_item {
    max-width: 100%;
    align-items: center;
    height: auto;
    padding: 25px 45px 0;
    margin: 0;
  }

  .about_list .about_item:first-child {
    padding: 30px 45px 0;
  }

  .about_list .about_item:last-child {
    padding: 25px 40px 30px;
  }

  .about_article p {
    margin: 0 0 25px;
  }

  .about_article h2.of_on_mob {
    display: none;
  }


  .about_slider .swiper_pagination_sm.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
    position: relative;
  }

  .about_article .about_slider .swiper-slide {
    width: 100% !important;
  }

  .about_article .about_slider .about_slide iframe {
    width: 100%;
  }

  .about_article .about_slider {
    margin: 0 0 16px;
  }

  .info_watched {
    padding: 40px 0 50px;
  }

  .content_map .map_wrap .map_inner .map {
    display: none;
  }

  .content_map .map_wrap .map_inner .locations_wrap {
    max-width: 100%;
    position: relative;
  }

  .content_map .map_wrap {
    height: auto;
  }

  .content_map > p {
    margin: 0 0 20px;
  }

  .content_map .location_list .location_item {
    padding: 0;
  }

  .content_map .location_list .location_item .l_title {
    margin: 0 0 15px;
  }

  .content_map .location_list .location_item .l_item + .l_item {
    margin: 15px 0 0;
  }

  .content_map .location_list .location_item .location_item_wrap {
    padding: 21px 0;
  }

  .content_map .location_item .l_item_map {
    display: none;
  }

  .content_map .location_item.open_map .l_item_map {
    display: block;
  }

  .content_map .location_list .location_item:hover {
    background: var(--white);
  }

  .contacts .contacts_wrap p {
    margin: 0 0 20px;
  }

  .contacts .contacts_wrap .contacts_list {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 25px;
  }

  .contacts .contacts_wrap .contacts_list .contacts_item {
    margin: 0;
  }

  .contacts .contacts_wrap .contacts_list .contacts_item + .contacts_item {
    margin: 20px 0 0;
  }

  .contacts .callback_section {
    margin: 0 0 50px;
  }

  .delivery_payment .dp_banner {
    margin: 5px 0 30px;
    padding: 25px 25px 30px;
  }

  .delivery_payment .dp_banner .dp_banner_bg {
    background: url("/img/backgrounds/batmobile_with_bg_sm.webp") center no-repeat;
    top: -78px;
    right: -104px;
    width: 270px;
    height: 270px;
  }

  .delivery_payment .dp_banner .dp_banner_inner {
    position: relative;
    z-index: 1;
  }

  .delivery_payment .dp_banner .title {
    font-size: 17px;
    line-height: 24px;
    margin: 0 0 5px;
  }

  .delivery_payment .acordeon .accordeon_list .accordeon_item.opened .accordeon_content {
    padding: 15px 0;
  }

  .info_acordeons .acordeon .accordeon_list .accordeon_item .accordeon_content {
    padding: 0;
  }

  .info_acordeons .acordeon .accordeon_list .accordeon_item.opened:last-child .accordeon_content {
    padding: 15px 0 0;
  }

  .delivery_payment .delivery {
    margin: 0 0 30px;
  }

  .info_acordeons h2 {
    margin: 0 0 15px;
  }

  .self_pickup {
    flex-direction: column;
    align-items: stretch;
    padding: 25px;
    margin: 0 0 13px;
  }

  .self_pickup .self_pickup_item {
    max-width: 100%;
  }


  .self_pickup .self_pickup_item + .self_pickup_item {
    max-width: 100%;
    margin: 12px 0 0;
    padding: 12px 0 0;
    border-left: none;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }

  .self_pickup .self_pickup_item img {
    width: 38px;
    height: 38px;
    margin: 0 0 2px;
  }


  .info_acordeons .acordeon .accordeon_list .accordeon_item .accordeon_head .title {
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;
  }

  .q_a .accordeon_list {
    margin: 0 0 30px;
  }

  .guarantee_return .warning_text {
    margin: 0 0 30px;
    padding: 15px 15px 15px 40px;
    background-position: 15px 15px;
  }

  .guarantee_return.article_item ul {
    margin: 0 0 30px;
  }

  .guarantee_return.article_item .article_item ol li + li {
    margin: 10px 0 0;
    padding: 0 0 0 22px;
  }

  .guarantee_return.article_item .article_item ol li {
    padding: 0 0 0 22px;
  }
}
@media screen and (max-width: 550px) {
  .about_article .about_img {
    height: 160px;
  }
}
@media screen and (max-width: 425px) {
  .about_article .about_slider .swiper-wrapper {
    height: 228px;
  }

  .about_article .about_slider .about_slide iframe {
    height: 228px;
  }

  .about_article .about_slider .swiper-slide .about_slide {
    height: 228px;
  }

  .self_pickup .self_pickup_item p {
    max-width: 250px;
  }
}
/* page_content */
.not_found {
  background: #171f4b;
  padding: 120px 0 190px;
  position: relative;
  margin: 0 0 80px;
}
.not_found .not_found_bg {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1477px;
  height: 357px;
  background: url("/img/backgrounds/city_big_bg.webp") no-repeat center;
}
.not_found .thanos {
  display: block;
  position: absolute;
  bottom: 0;
  left: 17px;
  width: 323px;
  height: 414px;
}
.not_found .not_found_wrap {
  max-width: 407px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.not_found .not_found_wrap img {
  display: flex;
  width: 407px;
  height: 147px;
  margin: 0 auto 31px;
}
.not_found .not_found_wrap .subtitle {
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  margin: 0 0 15px;
}
.not_found .not_found_wrap .link_yellow {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: var(--orange);
}
@media screen and (min-width: 1440px) {
  .not_found .not_found_bg {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .not_found {
    padding: 70px 0 197px;
    margin: 0 0 50px;
  }

  .not_found .not_found_bg {
    width: 1440px;
    height: 335px;
    left: -642px;
  }

  .not_found .thanos {
    width: 161px;
    height: 206px;
    left: -14px;
  }

  .not_found .not_found_wrap {
    max-width: 303px;
  }

  .not_found .not_found_wrap img {
    max-width: 267px;
    height: 95px;
    margin: 0 auto 20px;
  }

  .not_found .not_found_wrap .subtitle {
    font-size: 17px;
    line-height: 21px;
    margin: 0 0 10px;
  }

  .not_found .not_found_wrap .link_yellow {
    font-size: 14px;
    line-height: 17px;
  }
}
/* page_404 */
.blog .blog_wrap .section_head {
  margin: 0 0 20px;
}
.blog .blog_wrap .info_nav {
  display: block;
  position: relative;
}
.blog .blog_wrap .info_nav::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: var(--backround);
}
.blog .blog_wrap .info_nav .info_tabs {
  position: relative;
  z-index: 1;

}
.blog .blog_wrap .info_nav .info_tabs .tab {
  padding: 0 0 10px;
  font-size: 15px;
  line-height: 18px;
}
.blog_item.news_item {
  max-width: 420px;
}
.blog_tab .blog_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--backround);
  margin: 0 -10px 30px 0;
}
.blog_tab .blog_list .blog_item {
  margin: 0 10px 30px 0;
}
.blog_tab .pagination .page_list {
  justify-content: center;
}
.blog .blog_wrap .blog_content {
  padding: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .blog .blog_wrap .section_head {
    margin: 0 0 14px;
  }

  .blog .blog_wrap .info_nav .info_tabs .tab {
    padding: 0 0 8px;
  }

  .blog .blog_wrap .blog_content {
    padding: 20px 0 0;
  }

  .blog_tab .blog_list .blog_item {
    margin: 0 10px 20px 0;
  }

  .blog_tab .news_item .vide_link {
    height: 238px;
  }

  .blog_tab .blog_list {
    margin: 0 -10px 25px 0;
  }
}
/* page_blog */
.article {
  padding: 5px 0 80px;
}
.article .article_wrap {
  max-width: 1065px;
  width: 100%;
  margin: 0 auto;
}
.article img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article .big_image {
  max-width: 1065px;
  width: 100%;
  height: 487px;
  margin: 0 0 30px;
}
.article .article_inner {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
.article .article_nav {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 31px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article_nav .prev_article {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
}
.article_nav .prev_article .prev {
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/icons/arrow_prev_blue.svg);
  margin: 0 5px 0 0;
}
.article_nav .next_article {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 13px;
  line-height: 16px;
}
.article_nav .next_article .next {
  display: block;
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/icons/arrow_next_blue.svg);
  margin: 0 0 0 5px;
}
.article .article_item {
  margin: 0 0 50px;
}
.article .article_item .date {
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--grey);
  margin: 0 0 20px;
}
.article .article_item .date + p {
  font-size: 20px;
  line-height: 140%;
}
.article .article_item ul {
  margin: 20px 0;
}
.article .article_item .dotted_list_wrap p {
  margin: 0 0 10px;
}
.article .article_item ul li + li {
  margin: 10px 0 0;
}
.article .article_item .article_slider_wrap {
  margin: 30px 0 0;
}
.article .article_item .article_slider {
  margin: 0 0 10px;
}
.article .article_item .article_slider .slide_img {
  width: 100%;
  height: 430px;
}
.article .article_item .article_slider .slide_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.article .article_item .article_slider .slide_img iframe {
  width: 100%;
  height: 100%;
}
.article .article_item .article_slider_thumbs_wrap .slide_img {
  width: 100%;
  height: 103px;
}
.article .article_item .article_slider_thumbs_wrap .slide_img img {
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.article .article_item .article_slider_thumbs_wrap .slide_img iframe {
  width: 100%;
  height: 100%;
}
.article .article_item .article_slider_thumbs_wrap .swiper-slide {
  opacity: 0.7;
}
.article .article_item .article_slider_thumbs_wrap .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.article .article_item ol {
  margin: 20px 0 35px;
}
.article .article_item .image_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 30px;
}
.article .article_item .image_list .image {
  width: calc(50% - 5px);
  height: 430px;
}
.article .article_item .image_list .image:first-child {
  margin: 0 10px 0 0;
}
.article .article_item p + p {
  margin: 10px 0 0;
}
.article .article_item .article_video_wrap .article_video {
  width: 100%;
  height: 430px;
  margin: 0 0 10px;
}
.article .article_item .article_video_wrap {
  margin: 30px 0;
}
.article .article_item .article_video_wrap .article_video_descr {
  display: inline-block;
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: var(--grey);
}
.article .article_item blockquote {
  margin: 30px auto 39px 84px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.article .article_item blockquote .icon {
  display: block;
  min-width: 31px;
  max-width: 31px;
  height: 23px;
  background: url("/icons/quote.svg") no-repeat center;
  margin: 0 15px 0 0;
}
.article .article_item blockquote p {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  max-width: 635px;
}
.article p span {
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .article {
    padding: 0 0 50px;
  }

  .article .big_image {
    width: auto;
    height: 300px;
    margin: 0 -15px 15px;
  }

  .article .article_item {
    margin: 0 0 30px;
  }

  .article .article_item h1 {
    margin: 0 0 10px;
  }

  .article .article_item .date {
    margin: 0 0 15px;
  }


  .article .article_item .article_slider {
    margin: 0;
  }

  .article .article_item .article_slider_thumbs_wrap {
    display: none;
  }

  .article .article_item .article_slider .swiper_pagination_sm {
    bottom: 0;
    position: relative;
  }

  .article .article_item ol {
    margin: 20px 0 30px;
  }

  .article .article_item .article_slider .slide_img {
    height: 350px;
  }

  .article .article_item .image_list .image {
    height: 350px;
  }

  .article .article_item .article_video_wrap .article_video {
    height: 350px;
    margin: 0 0 6px;
  }

  .article .article_item blockquote {
    margin: 20px 0;
    flex-direction: column;
  }

  .article .article_item blockquote .icon {
    margin: 0 0 10px;
  }

  .article .article_item blockquote p {
    max-width: 100%;
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width: 425px)  {
  .article .big_image {
    height: 175px;
  }

  .article .article_item .article_slider .slide_img {
    height: 190px;
  }

  .article .article_item .image_list .image {
    height: 190px;
  }

  .article .article_item .article_video_wrap .article_video {
    height: 190px;
  }

  .article .article_nav {
    padding: 25px 0 0;
  }
}
/* page_blog */
.promotions_wrap .promotions_list {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.promotions_item {
  max-width: 635px;
  width: 100%;
  margin: 0 10px 30px 0;
}
.promotions_item .promotions_image_wrap {
  position: relative;
  margin: 0 0 15px;
}
.promotions_item .promotions_image_wrap .promotion_image {
  width: 100%;
  height: 290px;
  display: block;
}
.promotions_item .promotions_image_wrap .promotion_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promotion_time {
  background: var(--main);
  padding: 10px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
}
.promotion_time > span {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: var(--white);
}
.promotion_time > span > span {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
  text-transform: uppercase;
}
.promotion_time .colon {
  display: inline-block;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--white);
  margin: 0 6px;
}
.promotions_item .subtitle {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #757679;
  margin: 0 0 10px;
}
.promotions_item .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.promotions_item.disabled {
  pointer-events: none;
  opacity: 0.7;
}
.promotions_wrap .pagination {
  padding: 30px 0 0;
  display: flex;
  justify-content: center;
}
.section_head.section_head_sm .head_title p {
  font-size: 24px;
  line-height: 28px;
}
.promotion_card {
  background: var(--backround);
  padding: 0 0 50px;
}
.promotion_card .promotion_card_inner {
  padding: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  background: var(--white);
}
.promotion_card .promotion_card_inner .promotion_card_image {
  max-width: 635px;
  width: 100%;
  height: 290px;
  margin: 0 20px 0 0;
}
.promotion_card .promotion_card_inner .promotion_card_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.promotion_card .promotion_card_inner .promotion_descr {
  max-width: 565px;
  width: 100%;
}
.promotion_card .promotion_card_inner .promotion_descr .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 25px;
}
.promotion_card .promotion_card_inner .promotion_descr .promotion_time {
  position: relative;
  margin: 0 0 25px;
  display: inline-block;
}
#shop.promotion_shop {
  padding: 50px 0 0;
}
#shop.promotion_shop .shop_inner .catalog_navigation {
  padding: 30px 0 0;
}
.promotion_card .breadcrumbs {
  padding: 15px 0;
}
.promotion_card .promotion_time .colon {
  margin: 0 5px;
}
@media screen and (max-width: 1024px) {
  .promotion_card .promotion_card_inner {
    flex-direction: column;
    align-items: center;
    max-width: 768px;
    margin: 0 auto;
  }

  .promotion_card .promotion_card_inner .promotion_card_image {
    margin: 0;
    max-width: 100%;
  }

  .promotion_card .promotion_card_inner .promotion_descr {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .promotions_item {
    margin: 0 10px 20px 0;
  }

  .promotions_item .promotions_image_wrap {
    margin: 0 0 10px;
  }

  .promotions_item .subtitle {
    font-size: 14px;
    line-height: 17px;
  }

  .promotions_item .title {
    font-size: 14px;
    line-height: 18px;
  }

  .promotion_time > span {
    font-size: 15px;
    line-height: 20px;
  }

  .promotion_time > span > span {
    font-size: 12px;
    line-height: 15px;
  }

  .promotions_wrap .promotions_list {
    padding: 0 0 5px;
  }

  .promotions_wrap .pagination {
    padding: 25px 0 0;
  }

  .promotion_time .colon {
    margin: 0 7px;
  }

  .promotion_card .promotion_card_inner {
    padding: 0;
  }

  .promotion_card .promotion_card_inner .promotion_descr {
    padding: 20px;
  }

  .promotion_card .promotion_card_inner .promotion_descr .title {
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 15px;
  }

  .promotion_card .promotion_time > span {
    font-size: 20px;
    line-height: 24px;
  }

  .promotion_card .promotion_card_inner .promotion_descr .promotion_time {
    margin: 0 0 15px;
  }

  .promotion_card {
    padding: 0 0 30px;
  }

  .section_head.section_head_sm {
    margin: 0 0 15px;
  }

  #shop.promotion_shop {
    padding: 40px 0 0;
  }

  #shop.promotion_shop .shop_inner .catalog_navigation {
    padding: 25px 0 0;
  }

}
@media screen and (max-width: 500px) {
  .promotions_item .promotions_image_wrap .promotion_image {
    height: 157px;
  }

  .promotion_card .promotion_card_inner .promotion_card_image {
    height: 157px;
  }
}
/* page_promotions */
.document_breadcrumbs {
  padding: 20px 0;
}
.document .document_wrap {
  max-width: 850px;
  margin: 0 auto;
}
.document .document_item {
  margin: 0 0 40px;
}
.document .document_item h1 {
  margin: 0 0 20px;
}
.document_list + .document_list {
  margin: 40px 0 0;
}
.document_list ol {
  list-style: none;
  /*counter-reset: num;*/
  padding: 0;
  margin: 0;
}
.document_list ol > li {
  counter-reset: num2 num3;
  counter-increment: num;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  color: var(--main);
}
.document_list ol > li::before {
  content: counter(num) '.';
}
.document_list ol li + li {
  margin: 40px 0 0;
}
/* 2-й уровень */
/*.document_list ol ol {*/
/*  counter-reset: num2;*/
/*}*/
.document_list ol li.ql-indent-1,
.document_list ol ol > li {
  counter-reset: num3;
  counter-increment: num2;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: var(--main);
}
.document_list ol li.ql-indent-1::before,
.document_list ol ol > li::before {
  content: counter(num) '.' counter(num2) '.';
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: var(--main);
}
.document_list ol li.ql-indent-1 + li.ql-indent-1,
.document_list ol ol > li + li {
  margin: 15px 0 0;
}
.document_list ol li.ql-indent-1:first-child,
.document_list ol ol > li:first-child {
  margin: 20px 0 0;
}
.document_list ol li.ql-indent-1 p,
.document_list ol ol > li p {
  margin: 10px 0 0;
}
/* 3-й уровень */
.document_list ol ol ol {
  /*counter-reset: num3;*/
}
.document_list ol li.ql-indent-2,
.document_list ol ol ol > li {
  counter-increment: num3;
  padding: 0 0 0 20px;

}
.document_list ol li.ql-indent-2::before,
.document_list ol ol ol > li::before {
  content: counter(num) '.' counter(num2) '.' counter(num3) '.';
}
.document_list ol li.ql-indent-2:first-child,
.document_list ol ol ol > li:first-child {
  margin: 15px 0 0;
}
.document_list ol li.ql-indent-2 + li.ql-indent-2,
.document_list ol ol ol > li + li {
  margin: 10px 0 0;
}
.document_list ul {
  margin: 10px 0 0;
  padding: 0 0 0 20px;
}
.document_list ul li + li  {
  margin: 10px 0 0;
}
.document_list ul li {
  position: relative;
  padding: 0 0 0 16px;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
}
.document_list ul li::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #111;
  border-radius: 22px
}
/* page_offer */
.default_tab .tab_head {
  border-bottom: 2px solid var(--backround);
}
.default_tab .tab_head .tab_head_wrap {
  padding: 50px 50px 30px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.default_tab .tab_head .tab_head_wrap .title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin: 0 10px 0 0;
}
.default_tab .tab_head .tab_head_wrap .orders_count {
  font-weight: normal;
  font-size: 22px;
  line-height: 27px;
  color: var(--grey);
}
.default_tab .tab_main  {
  display: flex;
}
.default_tab .tab_main .tab_left {
  max-width: 500px;
  width: 100%;
  border-right: 2px solid var(--backround);
}
.default_tab .tab_main .tab_left .tab_left_wrap {
  padding: 30px 50px 50px;
}
.default_tab .profile_form_wrap {
  max-width: 350px;
  width: 100%;
}
.default_tab .profile_form_wrap .profile_form .input_group:last-child {
  margin: 0;
}
.default_tab .profile_form .profile_phone_group {
  margin: 0 0 15px;
}
.default_tab .profile_form .profile_phone_group .title {
  font-weight: normal;
  font-size: 12px;
  line-height: 15px;
  color: var(--grey);
  margin: 0 0 5px;
}
.default_tab .profile_form .profile_phone_group .profile_phone_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.default_tab .profile_form .profile_phone_group .profile_phone_wrap .profile_phone {
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
}
.default_tab .tab_main .tab_right {
  max-width: 500px;
  width: 100%;
}
.default_tab .tab_main .tab_right .tab_right_item {
  padding: 25px 50px 50px;
}
.default_tab .tab_main .tab_right .tab_right_item + .tab_right_item {
  border-top: 2px solid var(--backround);
  padding: 28px 50px 30px;
}
.default_tab .tab_main .tab_main_head {
  margin: 0 0 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.saved_addresses .saved_addresses_list {
  margin: 0 0 15px;
}
.saved_addresses .saved_addresses_list .saved_address_item + .saved_address_item {
  margin: 5px 0 0;
}
.saved_addresses .saved_addresses_list .saved_address_item {
  background: #f3f3f7;
  border-radius: 5px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.saved_addresses .saved_addresses_list .saved_address_item .saved_address_info .city {
  font-weight: bold;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px;
}
.saved_addresses .saved_addresses_list .saved_address_item .saved_address_info .city .star {
  display: block;
  width: 16px;
  height: 16px;
  background: url("/icons/address_star.svg") center no-repeat;
  margin: 0 10px 0 0;
}
.saved_addresses .saved_addresses_list .saved_address_item .saved_address_info .street {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 15px;
}
.saved_addresses .saved_addresses_list .saved_address_item .delete_address:hover svg path {
  stroke: var(--link-blue)
}
.saved_addresses .add_address .icon {
  display: block;
  width: 20px;
  height: 20px;
  background: url("/icons/add_home.svg") center no-repeat;
  margin: 0 5px 0 0;
}
.orders_list {
  width: 100%;
}
.orders_list .orders_item + .orders_item {
  border-top: 2px solid var(--backround);
}
.orders_list .orders_item {
  padding: 30px 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.orders_list .orders_item .order_number_wrap {
  max-width: 286px;
  width: 100%;
  margin: 0 10px 0 0;
}
.orders_list .orders_item .order_number_wrap .order_number_inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 15px;
}
.orders_list .orders_item .order_number_wrap .order_number_inner .order_number_title {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  display: none;
}
.orders_list .orders_item .order_number_wrap .order_number_inner .order_number_title:hover {
  color: var(--link-blue);
}
.orders_list .orders_item .order_number_wrap .order_number_inner .order_number {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin: 0 10px 0 0;
}
.orders_list .orders_item .order_number_wrap .order_number_inner .order_date_wrap {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--grey);
}
.orders_list .orders_item .order_number_wrap .order_number_inner .order_date_wrap span {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: var(--grey);
}
.order_status {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.order_status .icon {
  display: block;
  width: 20px;
  height: 20px;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 5px 0 0;
}
.order_status.in_progress {
  color: #0b4491;
}
.order_status.in_progress .icon {
  background-image: url("/icons/progress.svg");
}
.order_status.done {
  color: #26a65b;
}
.order_status.done .icon {
  background-image: url("/icons/done.svg");
}
.order_status.canceled {
  color: var(--main);
}
.order_status.canceled .icon {
  background-image: url("/icons/canceled.svg");
}
.orders_list .orders_item .order_counts_wrap {
  max-width: 291px;
  width: 100%;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #292a2f;
  margin: 0 10px 0 0;
}
.orders_list .orders_item .order_counts_wrap .order_count {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #292a2f;
}
.orders_list .orders_item .order_counts_wrap .sum {
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  color: var(--main);
}
.orders_list .orders_item .order_products_list {
  max-width: 305px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.orders_list .orders_item .order_products_list .order_product {
  width: 70px;
  height: 70px;
  margin: 0 10px 0 0;
}
.orders_list .orders_item .order_products_list .order_product img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.orders_list .orders_item .order_products_list .more_products {
  width: 65px;
  height: 70px;
}
.orders_list .orders_item .order_products_list .more_products .icon {
  display: block;
  width: 20px;
  height: 20px;
  background: url("/icons/plus_blue.svg") center no-repeat;
  margin: 0 5px 0 0;
}
.order_single .tab_head .tab_head_wrap .order_head {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.order_single .tab_head .tab_head_wrap .back_to_orders_list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.order_single .tab_head .tab_head_wrap .back_to_orders_list .icon {
  display: block;
  min-width: 16px;
  max-width: 16px;
  height: 16px;
  transform: rotate(180deg);
  background-position: center;
  background-image: url(/icons/mob_menu_child_arrow.svg);
  background-repeat: no-repeat;
  margin: 0 10px 0 0;
}
.order_single .tab_head .tab_head_wrap .back_to_orders_list .order_number {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
}
.order_single .tab_head .tab_head_wrap .orders_date {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: var(--grey);
  margin: 0 0 3px;
}
.order_single .tab_head .tab_head_wrap .order_status {
  margin: 0 0 0 auto;
  font-size: 16px;
  line-height: 19px;
}
.order_single .recipient_info {
  padding: 0;
}
.order_single.default_tab .tab_main .tab_right .tab_right_item {
  padding: 30px 50px 30px;
}
.order_single.default_tab .tab_main .tab_right .tab_right_item + .tab_right_item {
  border-top: 2px solid var(--backround);
  padding: 28px 50px 30px;
}
.default_tab .tab_callback {
  max-width: 305px;
  width: 100%;
}
.default_tab .tab_callback .tab_main_head {
  margin: 0 0 15px;
}
.empty_tab .empty_main {
  padding: 50px 50px 40px;
}
.empty_tab .empty_main .empty_title {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 15px;
}
.empty_tab .empty_main .empty_subtitle {
  font-weight: normal;
  font-size: 18px;
  line-height: 22px;
  color: var(--grey);
  margin: 0 0 35px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.empty_tab .empty_main .empty_subtitle img {
  width: 28px;
  height: 28px;
  margin: 0 0 0 10px;
}
.empty_tab .empty_main .categories_big_wrap .col_xs {
  width: 66.6666%;
}
.empty_tab .empty_main .categories_big_wrap .col_s {
  width: 33.3333%;
}
.empty_tab .empty_main .categories_big_wrap .comics .comics_img {
  width: 192px;
  height: 301px;
}
.empty_tab .empty_main .categories_big_wrap .comics .comics_img img {
  width: 100%;
  height: 100%;
}
.empty_tab .empty_main .categories_big_wrap .item_xs {
  height: 301px;
}
.empty_tab .empty_main .categories_big_wrap .item_xs .title {
  top: 35px;
  left: 35px;
  font-size: 24px;
  line-height: 28px;
}
.empty_tab .empty_main .categories_big_wrap .manga .manga_img {
  width: 278px;
  height: 202px;
  top: 118px;
  right: -18px;
}
.empty_tab .empty_main .categories_big_wrap .manga .manga_img img {
  width: 100%;
  height: 100%;
}
.empty_tab .empty_main .categories_big_wrap .keychains .keychains_img {
  width: 240px;
  height: 245px;
  top: 52px;
  right: -54px;
}
.empty_tab .empty_main .categories_big_wrap .keychains .keychains_img img {
  width: 100%;
  height: 100%;
}
.empty_tab .empty_main .categories_big_wrap .item_xl {
  height: 301px;
}
.empty_tab .empty_main .categories_big_wrap .t_shirts .t_shirt_img {
  width: 274px;
  height: 337px;
  top: 30px;
  right: -23px;
}
.empty_tab .empty_main .categories_big_wrap .t_shirts .t_shirt_img img {
  width: 100%;
  height: 100%;
}
.empty_tab .empty_main .categories_big_wrap .lootbox .lootbox_img {
  width: 199px;
  height: 194px;
  top: 114px;
  right: -28px;
}
.empty_tab .empty_main .categories_big_wrap .lootbox .lootbox_img img {
  width: 100%;
  height: 100%;
}
.default_tab .tab_head .tab_head_wrap .bonuses_count {
  font-weight: normal;
  font-size: 22px;
  line-height: 27px;
  color: var(--grey);
}
.bonuses_tab .tab_main {
  flex-direction: column;
  padding: 30px 50px 50px;
}
.bonuses_tab .bonuses_top {
  position: relative;
  max-width: 315px;
  width: 100%;
  padding: 34px 30px 35px;
  background: #dbf6ff;
  border-radius: 10px;
  margin: 0 0 30px;
  overflow: hidden;
}
.bonuses_tab .bonuses_top .bonuses_top_title {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  margin: 0 0 10px;
  position: relative;
  z-index: 1;
}
.bonuses_tab .bonuses_top .total_bonuses {
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  position: relative;
  z-index: 1;
}
.bonuses_tab .bonuses_top .total_bonuses span {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
}
.bonuses_tab .bonuses_top .bonus_bg_img {
  position: absolute;
  top: 16px;
  right: -50px;
  width: 100px;
  height: 100px;
}
.bonuses_tab .bonuses_top .bonus_bg_img img {
  width: 100%;
  height: 100%;
}
.bonuses_tab .bonuses_list .bonuses_item {
  border-bottom: 1px solid var(--backround);
  padding: 15px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.bonuses_tab .bonuses_list .bonuses_item:first-child {
  border-top: 1px solid var(--backround);
}
.bonuses_tab .bonuses_list .bonuses_item .title {
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  margin: 0 10px 0 0;
}
.bonuses_tab .bonuses_list .bonuses_item .order_number {
  font-size: 16px;
  line-height: 19px;
}
.bonuses_tab .bonuses_list .bonuses_item .bonuses_accrued_wrap {
  margin: 0 0 0 auto;
}
.bonuses_tab .bonuses_list .bonuses_item .bonuses_accrued_wrap span {
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}
.bonuses_tab .bonuses_list .bonuses_item .bonuses_accrued_wrap .plus,
.bonuses_tab .bonuses_list .bonuses_item .bonuses_accrued_wrap .minus {
  display: none;
}
.bonuses_tab .bonuses_list .bonuses_item .bonuses_accrued_wrap.added span {
  color: #1e7e16;
}
.bonuses_tab .bonuses_list .bonuses_item .bonuses_accrued_wrap.added .plus {
  display: inline;
}
.bonuses_tab .bonuses_list .bonuses_item .bonuses_accrued_wrap.removed span {
  color: #f22613;
}
.bonuses_tab .bonuses_list .bonuses_item .bonuses_accrued_wrap.removed .minus {
  display: inline;
}
.default_tab .products_wrap {
  padding: 20px 46px 45px 46px;
}
.default_tab .product_item_wrap {
  min-width: 220px;
  height: 354px;

}
.default_tab .product_item_wrap .product_item .product_images_wrap .stickers {
  display: none;
}
.default_tab .product_item_wrap .product_item .product_images_wrap .actions .add_to_whislist {
  display: none;
}
.default_tab .product_item_wrap .product_item .product_images_wrap .actions .delete_from_favorite {
  display: block;
}
.default_tab .product_item_wrap .product_item .product_images_wrap {
  margin: 0 auto 14px;
  width: 190px;
  height: 190px;
}
.default_tab .product_item_wrap .product_item .visible_info .title {
  margin: 0 0 7px;
}
.default_tab .product_item_wrap .product_item .visible_info .price del {
  display: none;
}
.default_tab .product_item_wrap .product_item:hover {
  width: 240px;
  left: -10px;
  padding: 15px 25px;
}
.default_tab .tab_head .tab_head_wrap .favorites_count {
  font-weight: normal;
  font-size: 22px;
  line-height: 27px;
  color: var(--grey);
}
.favorites_empty.empty_tab .empty_main .empty_subtitle {
  display: inline-block;
}
.favorites_empty.empty_tab .empty_main .empty_subtitle img {
  width: 36px;
  height: 36px;
  margin: 0 10px;
  vertical-align: middle;
}
.favorites_empty.empty_tab .section_head {
  margin: 0 0 20px;
}
.favorites_empty.empty_tab .section_head .head_title p {
  font-size: 24px;
  line-height: 28px;
}
.tab_widget .tab_widget_slider  {
  overflow: visible;
}
.tab_widget_slider > .swiper-wrapper > .swiper-slide {
  max-height: 383px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-in-out, visibility 200ms ease-in-out;
}
.tab_widget_slider > .swiper-wrapper > .swiper-slide.swiper-slide-active,
.tab_widget_slider > .swiper-wrapper > .swiper-slide.swiper-slide-active + .swiper-slide,
.tab_widget_slider > .swiper-wrapper > .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide,
.tab_widget_slider > .swiper-wrapper > .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
  opacity: 1;
  visibility: visible;
}
.tab_widget_slider > .swiper-pagination {
  display: none;
}
.tab_widget_slider .product_item_wrap .product_item::before {
  width: 1px;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: -5px;
  background-color: rgba(0, 0, 0, 0.1);
}
.tab_widget_slider .swiper-slide:nth-child(4n) .product_item_wrap .product_item::before {
  display: none;
}
.tab_widget_slider .swiper-slide:last-child .product_item_wrap .product_item::before {
  display: none;
}
.watched_tab.default_tab .tab_head .tab_head_wrap {
  display: inline-block;
  width: 100%;
}
.watched_tab.default_tab .tab_head .tab_head_wrap .title {
  margin: 0;
  display: inline;
}
@media screen and (max-width: 1310px) {
  .tab_widget .tab_widget_slider {
    max-width: 680px;
    margin: 0 auto;
  }

  .tab_widget .tab_widget_slider .widget_swiper_wrap > .swiper-slide {
    max-width: 150px;
  }
}
@media screen and (max-width: 1280px) {
  .tab_widget .tab_widget_slider .widget_swiper_wrap > .swiper-slide {
    max-width: 150px;
    min-width: 150px;
    justify-content: center;
    display: flex;
  }

  .tab_widget .tab_widget_slider {
    max-width: 640px;
  }


  .tab_widget_slider .swiper-slide:nth-child(4n) .product_item_wrap .product_item::before {
    display: none;
  }


  .default_tab .products_wrap  {
    padding: 0;
    margin: -5px -8px -5px 0;
  }


  .default_tab .product_item_wrap {
    min-width: 169px;
    height: 296px;
    margin: 5px 7px 5px 0;
  }

  .default_tab .product_item_wrap::after {
    right: -3px;
  }

  .default_tab .product_item_wrap .product_item {
    padding: 10px;
  }

  .default_tab .product_item_wrap .product_item .product_images_wrap {
    width: 148px;
    height: 148px;
    margin: 0 0 10px;
  }

  .default_tab .product_item_wrap .product_item .visible_info .title {
    margin: 0 0 5px;
  }

  .default_tab .product_item_wrap .product_item .product_images_wrap .product_images .swiper-pagination {
    display: block;
  }



  .default_tab .product_item_wrap .product_item:hover {
    width: 189px;
    padding: 10px 20px;
    margin: 5px 8px 5px 0;
    top: -6px;
  }

  .default_tab .product_item_wrap .product_item:hover::before {
    display: none;
  }

  .default_tab .product_item_wrap:nth-of-type(3n)::after {
    display: block;
  }

  .default_tab .product_item_wrap:nth-of-type(5n)::after {
    display: none;
  }

  .default_tab .product_item_wrap:nth-child(4)::before {
    display: none;
  }

  .default_tab .product_item_wrap:nth-child(5)::before {
    display: none;
  }

  .default_tab .tab_widget_slider .product_item_wrap {
    min-width: 150px;
    height: 268px;
  }

  .default_tab .tab_widget_slider .product_item_wrap .product_item .product_images_wrap {
    width: 129px;
    height: 129px;
  }

  .default_tab .tab_widget_slider .product_item_wrap .product_item .visible_info .title {
    margin: 0 0 5px;
  }

  .tab_widget_slider .product_item .visible_info .price {
    margin: 0 0 12px;
  }

  .tab_widget_slider .product_item .visible_info .price > span {
    font-size: 16px;
    line-height: 19px;
  }

}
@media screen and (max-width: 1200px) {
  .orders_list .orders_item {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 20px 20px 50px;
  }

  .orders_list .orders_item .order_number_wrap {
    margin: 0 0 15px;
  }

  .orders_list .orders_item .order_number_wrap .order_number_inner {
    margin: 0 0 10px;
  }

  .orders_list .orders_item .order_number_wrap .order_number_inner .order_number {
    font-size: 17px;
    line-height: 24px;
    margin: 0 15px 0 0;
  }

  .orders_list .orders_item .order_number_wrap .order_number_inner .order_number_title {
    display: inline;
  }

  .orders_list .orders_item .order_counts_wrap {
    margin: 0 0 10px;
  }

  .orders_list .orders_item .order_products_list {
    justify-content: flex-start;
  }
}
@media screen and (max-width: 1192px) {
  .default_tab .product_item_wrap:nth-child(5)::before {
    display: block;
  }

  .default_tab .product_item_wrap:nth-of-type(5n)::after {
    display: block;
  }

  .default_tab .product_item_wrap:nth-of-type(4n)::after {
    display: none;
  }

  .favorites_empty.empty_tab .section_head {
    margin: 0 0 15px;
  }

  .favorites_empty.empty_tab .section_head .head_title p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1140px) {
  .default_tab .tab_main {
    flex-direction: column;
    align-items: center;
  }

  .default_tab .tab_main .tab_left {
    max-width: 100%;
    border-right: none;
    border-bottom: 2px solid var(--backround);
  }

  .default_tab .profile_form_wrap {
    max-width: 100%;
  }

  .default_tab .tab_main .tab_right {
    max-width: 100%;
  }

  .bonuses_tab.default_tab .tab_main {
    align-items: stretch;
  }
}
@media screen and (max-width: 1090px) {
  .tab_widget .tab_widget_slider {
    max-width: 480px;
  }

  .tab_widget_slider .swiper-slide:nth-child(4n) .product_item_wrap .product_item::before {
    display: block;
  }

  .tab_widget_slider .swiper-slide:nth-child(3n) .product_item_wrap .product_item::before {
    display: none;
  }

  .tab_widget_slider .swiper-slide:last-child .product_item_wrap .product_item::before {
    display: none;
  }

  .tab_widget_slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide + .swiper-slide {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 1051px) {
  .default_tab .product_item_wrap:nth-of-type(2n)::after {
    display: block;
  }

  .default_tab .product_item_wrap:nth-of-type(4n)::after {
    display: none;
  }


  .default_tab .product_item_wrap:nth-child(3)::before {
    display: none;
  }
}
@media screen and (max-width: 1003px) {
  .default_tab .product_item_wrap:nth-of-type(4n)::after {
    display: block;
  }

  .default_tab .product_item_wrap:nth-child(4)::before {
    display: block;
  }

  .default_tab .product_item_wrap:nth-of-type(3n)::after {
    display: none;
  }

  .default_tab .product_item_wrap:last-child::after {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .empty_tab .empty_main .categories_big_wrap .col_xs {
    width: 100%;
  }

  .empty_tab .empty_main .categories_big_wrap .col_s {
    width: 100%;
  }

  .empty_tab .empty_main .categories_big_wrap .item_xs {
    height: 152px;
  }

  .empty_tab .empty_main .categories_big_wrap .item_xl {
    height: 159px;
  }

  .empty_tab .empty_main .categories_big_wrap .item_xs .title {
    top: 17px;
    left: 17px;
    font-size: 17px;
    line-height: 24px;
  }

  .empty_tab .empty_main .categories_big_wrap .item_xl .title {
    top: 17px;
    left: 17px;
    font-size: 17px;
    line-height: 24px;
  }

  .empty_tab .empty_main .categories_big_wrap .comics .comics_img {
    width: 85px;
    height: 152px;
    top: 0;
    right: 0;
  }

  .empty_tab .empty_main .categories_big_wrap .manga .manga_img {
    top: 59px;
    right: -10px;
    width: 140px;
    height: 102px;
  }

  .empty_tab .empty_main .categories_big_wrap .t_shirts .t_shirt_img {
    top: 21px;
    right: -13px;
    width: 136px;
    height: 168px;
  }

  .empty_tab .empty_main .categories_big_wrap .keychains .keychains_img {
    top: 39px;
    right: -24px;
    width: 113px;
    height: 116px;
  }

  .empty_tab .empty_main .categories_big_wrap .lootbox .lootbox_img {
    top: 57px;
    right: -20px;
    width: 103px;
    height: 100px;
  }


}
@media screen and (max-width: 930px) {
  .tab_widget .tab_widget_slider {
    max-width: 320px;
  }



  .tab_widget_slider .swiper-slide:nth-child(3n) .product_item_wrap .product_item::before {
    display: block;
  }

  .tab_widget_slider .swiper-slide:nth-child(2n) .product_item_wrap .product_item::before {
    display: none;
  }

  .tab_widget_slider .swiper-slide.swiper-slide-active + .swiper-slide + .swiper-slide {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 827px) {
  .default_tab .product_item_wrap:nth-of-type(3n)::after {
    display: block;
  }

  .default_tab .product_item_wrap:nth-of-type(2n)::after {
    display: none;
  }

  .default_tab .product_item_wrap:nth-child(3)::before {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .default_tab .tab_head .tab_head_wrap {
    padding: 25px 20px 20px;
  }

  .default_tab .tab_head .tab_head_wrap .title {
    font-size: 24px;
    line-height: 28px;
  }

  .default_tab .tab_main .tab_left .tab_left_wrap {
    padding: 20px;
  }

  .default_tab .tab_main .tab_right .tab_right_item {
    padding: 20px;
  }



  .default_tab .tab_main .tab_main_head {
    margin: 0 0 15px;
  }

  .saved_addresses .saved_addresses_list .saved_address_item {
    padding: 15px;
  }

  .saved_addresses .saved_addresses_list .saved_address_item .saved_address_info .street {
    margin: 0 0 10px;
  }

  .orders_list .orders_item {
    padding: 20px;
  }

  .default_tab .tab_head .tab_head_wrap .orders_count {
    font-size: 20px;
    line-height: 28px;
  }

  .order_single.default_tab .tab_main .tab_right .tab_right_item {
    padding: 20px;
  }

  .order_single.default_tab .tab_main .tab_right .tab_right_item + .tab_right_item {
    padding: 18px 20px 20px;
  }

  .order_single.default_tab .tab_head .tab_head_wrap .title {
    font-size: 20px;
    line-height: 24px;
    margin: 0 15px 0 0;
  }

  .order_single.default_tab .tab_head .tab_head_wrap .title.icon {
    margin: 0 5px 0 0;
  }

  .order_single.default_tab .tab_head .tab_head_wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .order_single .tab_head .tab_head_wrap .back_to_orders_list .order_number {
    font-size: 20px;
    line-height: 24px;
  }

  .order_single .tab_head .tab_head_wrap .orders_date {
    margin: 0 0 2px;
    font-size: 14px;
    line-height: 17px;
  }

  .order_single .tab_head .tab_head_wrap .order_head {
    margin: 0 0 10px;
  }

  .order_single .tab_head .tab_head_wrap .order_status {
    margin: 0 0 0 21px;
    font-size: 14px;
    line-height: 17px;
  }

  .empty_tab .empty_main {
    padding: 25px 20px 15px;
  }

  .favorites_empty.empty_tab .empty_main {
    padding: 25px 23px 25px 16px;
  }

  .empty_tab .empty_main .empty_title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 10px;
  }

  .empty_tab .empty_main .empty_subtitle {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 22px;
  }

  .empty_tab .empty_main .empty_subtitle img {
    width: 24px;
    height: 24px;
    margin: 0 0 0 6px;
  }

  .bonuses_tab.default_tab .tab_main {
    padding: 0;
  }

  .bonuses_tab .bonuses_top_wrap {
    padding: 20px;
  }

  .bonuses_tab .bonuses_top {
    margin: 0;
    max-width: 100%;
    padding: 25px;
  }

  .bonuses_tab .bonuses_list .bonuses_item {
    padding: 20px;
  }

  .bonuses_tab .bonuses_list .bonuses_item .title {
    font-size: 14px;
    line-height: 19px;
    margin: 0 5px 0 0;
  }

  .bonuses_tab .bonuses_list .bonuses_item .order_number {
    font-size: 14px;
    line-height: 17px;
  }

  .bonuses_tab .bonuses_list .bonuses_item .bonuses_accrued_wrap span {
    font-size: 15px;
    line-height: 20px;
  }

  .bonuses_tab .bonuses_top .bonus_bg_img {
    width: 85px;
    height: 85px;
    top: 14px;
    right: -42.5px;
  }

  .default_tab .tab_head .tab_head_wrap .bonuses_count {
    margin: 2px 0 0;
    font-size: 20px;
    line-height: 28px;
  }

  .bonuses_tab.default_tab .tab_head .tab_head_wrap  {
    align-items: flex-start;
  }

  .default_tab .product_item_wrap:nth-child(3)::before {
    display: none;
  }

  .default_tab .product_item_wrap:nth-child(4)::before {
    display: none;
  }

  .default_tab .product_item_wrap:nth-of-type(2n)::after {
    display: block;
  }

  .default_tab .product_item_wrap:nth-of-type(4n)::after {
    display: none;
  }

  .favorites_tab .tab_head .tab_head_wrap {
    padding: 25px 20px 18px;
    align-items: flex-start;
  }

  .default_tab .tab_head .tab_head_wrap .favorites_count {
    margin: 2px 0 0;
    font-size: 20px;
    line-height: 28px;
  }


  .favorites_empty.empty_tab .empty_main .empty_subtitle img {
    width: 30px;
    height: 30px;
  }

  .favorites_empty.empty_tab .empty_main .empty_subtitle {
    margin: 0 0 30px;
  }

  .tab_widget_slider > .swiper-pagination {
    display: block;
    position: relative;
    bottom: 0;
    margin: 15px 0 0;
    z-index: 0;
  }

  .tab_widget_slider .swiper-pagination-bullet {
    margin: 0 7px;
    width: 6px;
    height: 6px;
    background: #bdbec3;
    opacity: 1;
  }

  .tab_widget_slider .swiper-pagination-bullet-active {
    background: var(--main);
  }

  .default_tab .tab_widget_slider .product_item_wrap .product_item {
    width: 150px;
  }

  .watched_tab.default_tab .tab_head .tab_head_wrap {
    width: 93%;
  }
}
@media screen and (max-width: 725px) {
  .default_tab .product_item_wrap:nth-child(4)::before {
    display: block;
  }

  .default_tab .product_item_wrap:nth-of-type(4n)::after {
    display: block;
  }

  .default_tab .product_item_wrap:nth-of-type(3n)::after {
    display: none;
  }

  .tab_widget .tab_widget_slider {
    max-width: 100%;
  }
}
@media screen and (max-width: 549px) {
  .default_tab .product_item_wrap:nth-child(3)::before {
    display: block;
  }

  .default_tab .product_item_wrap:nth-of-type(3n)::after {
    display: block;
  }

  .default_tab .product_item_wrap:nth-of-type(2n)::after {
    display: none;
  }
}
/* page_products */
.hidden {
  display: none;
}
.loading-state-blur {
  position: fixed;
  top:0;
  left:0;
  width:100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  transition: all 0.3s;
  /*background-image: url("/video/wocAnim12xSpeed-unscreen.gif");*/
  /*background-position: center;*/
  /*background-repeat: no-repeat;*/
  /*background-size: 200px;*/
}
.intro-enter-active .loading-state-blur,
.intro-leave-active .loading-state-blur,
.loading-state-blur.loading {
  opacity: 1;
  visibility: visible;
}
.intro-enter-active, .intro-leave-active { transition: opacity 0.3s; }
@media (max-width: 768px) {
  .loading-state-blur {
    background-size: 100px;
  }
  .swiper-3d .swiper-slide-shadow {
    display: none !important;
  }
}
@keyframes page-out {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes page-in {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@media (max-width: 768px) {
  .header_search:not(.opened_in_mob) .header_search_row .search_autocomplete_wrap {
    display: none !important;
  }
  .header_search:not(.opened_in_mob) .header_search_row + .search_bg {
    display: none !important;
  }
}
