@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvao4CP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVuEooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvaooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVvoooCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVsEpYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtapYCP.ttf) format('truetype');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVtzpYCP.ttf) format('truetype');
}
:root {
  --color-footer: #f7f6f2;
  --color-body: #fdfdf9;
  --color-grey: #e5e2de;
  --text-medium: #5c5c5f;
  --text-yellow: #9D6D0B;
  --color-black: #26262c;
  --color-white: #ffffff;
  --color-green: #00BB61;
  --color-orange: #FE8D25;
  --color-red: #E51515;
  --color-sale_home: #FE8D25;
  --color-widget: #FE8D25;
  --color-popular: #fafafa;
  --color-main_color: #4573F2;
  --color-main_color_hover: #1E4FD8;
  --color-main_add_color: #F4F5FB;
  --color-main_add_color_hover: #EDEFF6;
  --color-basket: var(--color-main_color);
  --color-head_icon: var(--color-main_color);
  --color-gray: #B4B4B4;
  --color-gray_light: #E5E5E5;
  --border-radius-0: 0;
  --border-radius-3: 3px;
  --border-radius-5: 5px;
  --border-radius-8: 8px;
  --border-radius-10: 10px;
  --border-radius-15: 15px;
  --border-radius-35: 35px;
  --border-radius-50: 50px;
  --border-radius-16-16-0-0: 16px 16px 0 0;
  --border-radius-8-0-0-8: 8px 0 0 8px;
  --border-radius-0-8-8-0: 0 8px 8px 0;
  --border-radius-8-8-0-0: 8px 8px 0 0;
  --border-radius-0-0-8-8: 0 0 8px 8px;
  --shadow: 0px 6px 20px rgba(0, 0, 0, 0.1);
}
.zoom-image {
  position: relative;
}
.zoom-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent;
}
.drift-zoom-pane {
  width: 420px !important;
  height: 500px !important;
  z-index: 999999;
}
.color-main_add_color_hover {
  fill: var(--color-main_add_color_hover);
}
.color-main_color_hover {
  fill: var(--color-main_color_hover);
}
.color-main_color {
  fill: var(--color-main_color);
}
.color-gray {
  fill: var(--color-gray);
}
a {
  text-decoration: none;
  transition: all .5s;
}
b,
strong {
  font-weight: bold;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: bold;
  font-family: inherit;
}
h1,
.h1 {
  font-size: 22px;
}
h2,
.h2,
h3,
.h3 {
  font-size: 18px;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-size: 16px;
}
.hide-identical .param-identically,
.rs-cart-block:not(.active) .label-count,
.rs-compare-block:not(.active) .label-count,
.rs-favorite-block:not(.active) .label-count,
.rs-filter-wrapper .catalog-filter .offcanvas-close {
  display: none;
}
canvas,
img,
video {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}
.aside-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.aside-menu li:not(:last-child) {
  border-bottom: 1px solid var(--color-gray_light);
}
.aside-menu a {
  line-height: 1.2;
  display: flex;
  align-items: center;
  padding: 14px 0;
  color: var(--color-black);
  text-decoration: none;
}
.aside-menu a:hover {
  color: var(--color-main_color);
}
.aside-menu a:hover svg {
  fill: var(--color-main_color);
}
.aside-menu a svg {
  display: none;
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  margin-right: 24px;
  fill: var(--color-main_color);
}
.aside-menu_active a {
  color: var(--color-main_color);
}
.aside-menu_active a svg {
  fill: var(--color-main_color);
}
.exception-message {
  height: 100vh;
}
.exception-message .svg_color {
  fill: var(--color-basket);
}
.exception-message .svg_border {
  stroke: var(--color-basket);
  stroke-width: 2px;
}
.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 2px;
  left: 0;
  bottom: -10px;
  position: relative;
  background: var(--color-gray_light);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--color-main_color);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-pagination-progressbar.swiper-pagination-lock {
  display: none;
}
.swiper-gallery .swiper-slide {
  width: 100% !important;
}
.swiper-gallery .swiper-button-next {
  right: 0;
}
.swiper-gallery .swiper-button-next::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-right' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
}
.swiper-gallery .swiper-button-prev {
  left: 0;
}
.swiper-gallery .swiper-button-prev::before {
  background-image: url("../img/icons-boot/chevron-left.svg");
}
.swiper-gallery .swiper-button-next,
.swiper-gallery .swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  top: calc(50%);
  z-index: 5;
  background: var(--color-white);
  transition: all .3s ease;
  box-shadow: 0px 4px 8px rgba(32, 32, 32, 0.16);
  outline: none;
}
.swiper-gallery .swiper-button-next::before,
.swiper-gallery .swiper-button-prev::before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 1rem;
}
.swiper-gallery .swiper-button-next:hover,
.swiper-gallery .swiper-button-prev:hover {
  border-color: ;
}
.swiper-gallery .swiper-button-next:active,
.swiper-gallery .swiper-button-prev:active {
  background: ;
}
.swiper-gallery .swiper-button-next.swiper-button-disabled,
.swiper-gallery .swiper-button-prev.swiper-button-disabled {
  opacity: .7;
}
.swiper-gallery:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
  background: white;
  z-index: 1;
}
.swiper-gallery .swiper-pagination-bullets {
  opacity: 0;
  height: 30%;
  width: 100%;
  display: flex;
  justify-content: center;
  bottom: 0px;
}
.swiper-gallery .swiper-pagination-bullet {
  background: transparent;
  border: 0px solid var(--color-main_color);
  height: 100%;
  width: 100%;
  position: relative;
}
.swiper-gallery .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  border-bottom: 2px solid var(--color-gray_light);
  width: 100%;
  bottom: 0;
  left: 0;
}
.swiper-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
}
.swiper-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  border-bottom: 2px solid var(--color-main_color);
}
.swiper-pagination-bullets {
  position: absolute;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  left: 50%;
  bottom: -10px;
  padding-bottom: 0;
  transform: translateX(-50%);
  z-index: 2;
}
.swiper-pagination-bullet {
  position: relative;
  display: inline-block;
  border-radius: 50%;
  background: var(--color-white);
  border: 1px solid var(--color-main_color);
  margin: 0 4px;
  min-width: 8px;
  height: 8px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--color-main_color);
}
.product-slider__container {
  margin-right: -0.75rem;
  overflow: hidden;
}
.product-slider__container:hover .swiper {
  z-index: 4;
}
.product-slider__container .swiper {
  overflow: visible;
}
.swiper.swiper-initialized {
  visibility: visible;
}
.swiper-button-next,
.swiper-button-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 35px;
  height: 45px;
  border: 0;
  border-radius: 0;
  top: calc(39%);
  z-index: 5;
  background: var(--color-white);
  transition: all .3s ease;
  outline: none;
}
.swiper-button-next::before,
.swiper-button-prev::before {
  content: '';
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/icons/accordion-arrow.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 2rem;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  border-color: var(--color-gray_light);
  background: var(--color-main_color);
}
.swiper-button-next:hover:before,
.swiper-button-prev:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.72846 9.21967C6.03307 8.92678 6.52693 8.92678 6.83154 9.21967L12 14.1893L17.1685 9.21967C17.4731 8.92678 17.9669 8.92678 18.2715 9.21967C18.5762 9.51256 18.5762 9.98744 18.2715 10.2803L12.5515 15.7803C12.2469 16.0732 11.7531 16.0732 11.4485 15.7803L5.72846 10.2803C5.42385 9.98744 5.42385 9.51256 5.72846 9.21967Z' /%3E%3C/svg%3E%0A");
}
.swiper-button-next:active,
.swiper-button-prev:active {
  background: var(--color-gray_light);
}
.swiper-button-prev {
  left: 0px;
}
.swiper-button-prev::before {
  transform: rotate(90deg);
}
.swiper-button-next {
  right: 0px;
}
.swiper-button-next::before {
  transform: rotate(-90deg);
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}
.noticeslide .swiper-button-next,
.noticeslide .swiper-button-prev {
  top: 17px;
  background: transparent;
}
.noticeslide .swiper-button-next:before,
.noticeslide .swiper-button-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.72846 9.21967C6.03307 8.92678 6.52693 8.92678 6.83154 9.21967L12 14.1893L17.1685 9.21967C17.4731 8.92678 17.9669 8.92678 18.2715 9.21967C18.5762 9.51256 18.5762 9.98744 18.2715 10.2803L12.5515 15.7803C12.2469 16.0732 11.7531 16.0732 11.4485 15.7803L5.72846 10.2803C5.42385 9.98744 5.42385 9.51256 5.72846 9.21967Z' /%3E%3C/svg%3E%0A");
}
.swiper-banner .swiper-button-next,
.swiper-banner .swiper-button-prev {
  top: 50%;
}
.swiper-banner .swiper-pagination {
  display: none;
}
.swiper-banner .swiper-slide {
  border-radius: var(--border-radius-15);
  overflow: hidden;
}
.banner-zone {
  border-radius: var(--border-radius-15);
  overflow: hidden;
}
@keyframes animation-slide-top {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
.animation-slide-top {
  animation: animation-slide-top 0.3s ease;
}
.nav-pills {
  scrollbar-width: none;
  /* Firefox 64 */
  flex-wrap: nowrap;
  position: relative;
  overflow-x: auto;
  padding-bottom: 0;
  margin-bottom: 0;
  overflow-scrolling: touch;
}
.nav-pills::-webkit-scrollbar-track {
  display: none;
}
.nav-pills::-webkit-scrollbar {
  display: none;
}
.nav-pills::-webkit-scrollbar-thumb {
  display: none;
}
.nav-pills::before {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-gray_light);
  z-index: 1;
}
.nav-pills .nav-link {
  cursor: pointer;
  white-space: nowrap;
  padding-top: 0;
  padding-bottom: 12px;
  font-size: 16px;
  position: relative;
  transition: all .3s ease;
  color: var(--color-black);
}
.nav-pills .nav-link:hover {
  color: var(--color-main_color);
}
.nav-pills .nav-link::before {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-gray_light);
  z-index: 1;
}
.nav-pills .nav-link::after {
  content: '';
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--color-main_color);
  z-index: 2;
  opacity: 0;
}
.nav-pills .nav-link.active {
  color: var(--color-main_color);
  background-color: transparent;
}
.nav-pills .nav-link.active::after {
  opacity: 1;
}
.nav-pills .nav-link.active:hover {
  color: var(--color-main_color);
}
.head__inner.head_sticky {
  box-shadow: var(--shadow);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  background-color: var(--color-body);
  transform: translateY(0%);
}
.head__inner.head_sticky .head-catalog {
  display: none !important;
}
.logo img {
  max-height: 40px;
}
header.head {
  position: relative;
  background: var(--color-body);
  margin-bottom: 24px;
}
header.head .head-bar-add {
  background-color: var(--color-footer);
  color: var(--color-white);
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
}
header.head .head-bar-add a {
  color: var(--color-white);
}
header.head .head-bar-add a:hover {
  text-decoration: underline;
}
header.head .head-bar-add_bg-1 {
  background-color: #367668;
  color: var(--color-black);
}
header.head .head-bar-add_bg-2 {
  background-color: #9A3251;
}
header.head .head-bar-add_bg-3 {
  background-color: var(--text-yellow);
}
header.head .head-bar__menu {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
header.head .head-bar__menu a:hover {
  color: var(--color-main_color);
}
header.head .head-bar__menu a {
  padding-right: 10px;
  display: inline-block;
  color: var(--color-black);
  font-size: 14px;
}
header.head .head-bar__menu .dropdown-menu {
  padding: 0;
  border: 2px solid var(--color-white);
  min-width: 13rem;
  font-size: 16px;
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
  background: var(--color-white);
  border-radius: var(--border-radius-5);
}
header.head .head-bar__menu .dropdown-menu a {
  display: block;
  color: var(--color-black);
  padding: 5px 12px;
  font-size: 14px;
}
header.head .head-bar__menu .dropdown-menu a:hover {
  background-color: white;
  color: var(--color-main_color);
}
header.head .head-phones__add {
  padding: 0 0 0 10px;
}
header.head .head-phones {
  text-align: right;
  justify-content: flex-end;
}
header.head .head-phones small {
  font-size: 10px;
  color: var(--color-gray);
  display: inline-block;
  padding-left: 10px;
}
header.head .head-phones a {
  font-weight: bold;
  font-size: 16px;
  color: var(--color-black);
}
.head-catalog-btn {
  background: var(--color-main_color);
  color: var(--color-white);
  border-radius: var(--border-radius-8);
  display: flex;
  font-size: 16px;
  padding: 8px 10px;
  align-items: center;
  cursor: pointer;
  text-align: center;
  border: 0;
  height: 40px;
}
.head-catalog-btn:hover {
  background: var(--color-main_color_hover);
}
.head-catalog-btn svg {
  fill: var(--color-white);
}
.head-catalog {
  background-color: var(--color-body);
  padding: 15px 0;
  border-top: 1px solid var(--color-grey);
  border-bottom: 1px solid var(--color-grey);
}
.head-catalog .head-catalog__menu-btn button {
  background: transparent;
  border: 0;
}
.head-catalog .head-catalog__menu-btn button svg {
  fill: var(--color-white);
  width: 30px;
  height: 30px;
}
.head-catalog .head-catalog__list {
  display: inline-flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.head-catalog .head-catalog__list a {
  color: var(--color-black);
  display: block;
  margin-right: 30px;
  font-weight: 500;
}
.head-catalog .head-catalog__list a:hover {
  color: var(--color-main_color);
}
.head-catalog .head-catalog__list .dropdown-menu a {
  color: var(--color-black);
  padding: 5px 0;
}
.head-catalog .head-catalog__list .dropdown-menu a:hover {
  color: var(--color-black);
  text-decoration: underline;
}
.head-dropdown-catalog__ver2:before {
  content: '';
  position: absolute;
  background-color: var(--color-main_add_color);
  left: 0;
  top: 0;
  width: 22%;
  height: 75vh;
  z-index: -1;
}
.head-dropdown-catalog__ver2 .head-dropdown-catalog__categories {
  background-color: var(--color-main_add_color);
}
.head-dropdown-catalog__ver2 .head-dropdown-catalog__sub {
  height: 70vh;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-scrolling: touch;
  scrollbar-color: var(--color-main_color);
  scrollbar-width: 1px;
}
.head-dropdown-catalog__ver2 .head-dropdown-catalog__sub::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: var(--text-yellow);
}
.head-dropdown-catalog__ver2 .head-dropdown-catalog__sub::-webkit-scrollbar {
  width: 1px;
}
.head-dropdown-catalog__ver2 .head-dropdown-catalog__sub::-webkit-scrollbar-track {
  border-radius: 1px;
  background: var(--color-white);
}
.head-dropdown-catalog__ver2 .head-dropdown-catalog__sub::-webkit-scrollbar-thumb {
  border-radius: 1px;
}
.head-dropdown-catalog__ver2 .head-catalog-subcategories-2 a {
  color: var(--color-black);
  padding: 10px 0;
  font-size: 16px;
}
.head-dropdown-catalog__ver2 .head-catalog-subcategories-2 .head-catalog-subcategories {
  display: block;
}
.head-dropdown-catalog__subcat .banner-zone img {
  border-radius: var(--border-radius-15);
}
#dropdown-subcat-0 svg {
  fill: var(--color-main_color);
}
.head-catalog-subcategories-2 {
  margin-left: 0;
}
.head-catalog-subcategories-2 .head-catalog-category,
.head-catalog-subcategories-2 .head-catalog-subcategories a {
  color: var(--color-gray);
  padding: 2px 0;
  font-size: 14px;
}
.head-catalog-subcategories-2 .head-catalog-category:hover,
.head-catalog-subcategories-2 .head-catalog-subcategories a:hover {
  color: var(--color-main_color);
}
.head-catalog-subcategories-2 .head-catalog-subcategories {
  display: none;
}
.head__inner.head_sticky .head-dropdown-catalog {
  top: 78px !important;
  position: fixed;
}
.head-dropdown-catalog {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 5;
  background-color: var(--color-white);
  height: 75vh;
  box-shadow: 0px 24px 20px rgba(0, 0, 0, 0.1);
}
.head-dropdown-catalog__categories {
  list-style: none;
  margin: 0;
  height: 75vh;
  overflow-y: scroll;
  overflow-x: hidden;
  overflow-scrolling: touch;
  scrollbar-color: var(--color-main_color);
  scrollbar-width: 1px;
}
.head-dropdown-catalog__categories::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: var(--text-yellow);
}
.head-dropdown-catalog__categories::-webkit-scrollbar {
  width: 1px;
}
.head-dropdown-catalog__categories::-webkit-scrollbar-track {
  border-radius: 1px;
  background: transparent;
}
.head-dropdown-catalog__categories::-webkit-scrollbar-thumb {
  border-radius: 1px;
}
.head-dropdown-catalog__categories a {
  transition: all .3s ease;
  color: var(--color-black);
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
  position: relative;
}
.head-dropdown-catalog__categories svg {
  opacity: 0;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  height: 100%;
  fill: var(--color-main_color);
}
.head-dropdown-catalog__category.active:hover svg {
  opacity: 1;
}
.head-dropdown-catalog__subcat a {
  color: var(--color-black);
  display: flex;
  padding: 10px 0;
}
.head-catalog-subcategories {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.head-dropdown-catalog__subcat-list {
  border-right: 1px solid var(--color-gray);
  height: 100%;
}
.head-dropdown-catalog__subcat,
.head-dropdown-catalog__subsubcat {
  display: none;
}
.head-catalog__dropdown.show {
  width: 100%;
  margin: 0px;
  background: transparent;
  border: 0;
}
.head-catalog__container {
  background-color: var(--color-body);
  border-left: 1px solid var(--color-grey);
  border-right: 1px solid var(--color-grey);
  border-bottom: 1px solid var(--color-grey);
  padding: 0 20px 20px;
  margin-top: 51px;
}
.head-catalog__item {
  border-right: 1px solid var(--color-grey);
  margin: 20px 0 0;
}
.search {
  width: 60%;
  justify-content: flex-end;
}
#search_mob {
  display: block;
}
.head-search {
  display: flex;
  position: relative;
  border: 1px solid var(--color-grey);
  border-radius: var(--border-radius-8);
}
.head-search .form-control {
  border-radius: 8px 0 0 8px;
  padding: 7px 15px;
  border: 0;
  background-color: var(--color-body);
  border-right: 0;
  box-shadow: none;
}
.head-search .head-search__btn {
  border-radius: 0 8px 8px 0;
  font-size: 16px;
  padding: 5px 15px;
  background-color: var(--color-body);
  border-color: var(--color-grey);
  display: flex;
  align-items: center;
  border: 0;
  transition: all .5s;
}
.head-search .head-search__btn svg {
  fill: var(--color-main_color);
}
.head-search .head-search__clear {
  background: transparent;
  border: 0;
  width: 40px;
  height: 35px;
  position: absolute;
  right: 50px;
}
.head-search .head-search__clear img {
  width: 10px;
}
.head-search .btn:not(:disabled):not(.disabled):active {
  background-color: var(--color-main_color);
  border-color: var(--color-main_color);
}
.head-search .rs-autocomplete-result a {
  color: var(--color-black);
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.head-search .rs-autocomplete-result a:hover {
  background-color: var(--color-main_add_color_hover);
}
.head-search .rs-autocomplete-result a .text-nowrap {
  display: none;
}
.head-search .rs-autocomplete-result ul {
  display: block;
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: var(--color-white);
  padding: 0;
  border: 2px solid var(--color-white);
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: var(--border-radius-5);
  padding: 0 10px;
  margin: 0;
  list-style-type: none;
}
.head-search .rs-autocomplete-result ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
  font-size: 12px;
  border-bottom: 1px solid var(--color-gray_light);
  cursor: pointer;
}
.head-search .rs-autocomplete-result ul li:last-child {
  border-bottom: 0;
}
.head-icon-link {
  background: var(--color-body);
  text-decoration: none;
  min-width: 50px;
  max-width: 50px;
  white-space: nowrap;
  transition: all .3s ease;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  cursor: pointer;
}
.head-icon-link svg {
  transition: all .3s ease;
  fill: var(--color-main_color);
  width: 20px;
  height: 20px;
}
.head-icon-link .label-count {
  display: block;
  font-style: normal;
  font-size: 10px;
  background-color: var(--color-main_color);
  color: var(--color-white);
  position: absolute;
  border-radius: 50%;
  padding: 0 5px;
  text-align: center;
  top: -3px;
  margin: 0 0 0 10px;
  min-width: 15px;
}
.head-icon-link .label-title {
  width: 100%;
  font-size: 12px;
  color: var(--color-black);
  margin-top: 4px;
  display: none;
}
.label-title-hor {
  color: var(--color-black);
  font-size: 12px;
  margin-left: 8px;
  height: 15px;
}
.head-icon__user_auth .user_auth_s {
  stroke: var(--color-head_icon);
}
.head-icon__user_auth .user_auth_f {
  fill: var(--color-head_icon);
}
.head-icon__user_auth path {
  fill: var(--color-head_icon);
}
.head-icon__user_auth svg {
  fill: transparent;
  width: 20px;
  height: 20px;
}
.lk-dropdown {
  position: relative;
  border: 2px solid var(--color-white);
  min-width: 13rem;
  font-size: 16px;
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
  background: var(--color-white);
  border-radius: var(--border-radius-5);
}
.lk-dropdown svg {
  display: none;
}
.lk-dropdown a {
  display: block;
  color: var(--color-black);
  padding: 5px 20px;
  font-size: 14px;
}
.lk-dropdown a:hover {
  color: var(--color-main_color);
}
.cart.active .cart__empty-text,
.cart__price {
  display: none;
}
.cart.active .cart__price,
.cart__empty-text {
  display: block;
}
.head-main {
  padding: 15px 0;
  position: relative;
  z-index: 8;
  transform: translateY(0%);
  transition: all .5s;
  background-color: var(--color-body);
}
.head-simple .head-icon-link {
  min-width: 50px;
  max-width: 50px;
}
.head-simple .label-title {
  display: none;
}
.head-simple .mobile-bar__link {
  text-align: center;
}
.head-simple .mobile-bar__link svg {
  fill: var(--color-main_color);
}
.affiliate_head {
  display: flex;
  align-items: center;
  font-weight: bold;
  margin-right: 12px;
  cursor: pointer;
}
.affiliate_head span {
  color: var(--color-black);
}
.affilliate-confirm {
  position: absolute;
  left: 0;
  right: 0;
  top: 138px;
  z-index: 7;
}
.rs-admin-top-panel .affilliate-confirm {
  margin-top: 62px;
}
.affilliate-confirm__inner {
  padding: 16px 34px 16px 24px;
  border-radius: var(--border-radius-8);
  background: var(--color-main_add_color);
  border: 1px solid var(--color-gray_light);
  font-size: 14px;
  box-shadow: var(--shadow);
  display: inline-flex;
  position: relative;
}
.affilliate-confirm__inner .btn {
  padding: 4px 16px;
  font-size: 14px;
}
.affilliate-confirm__inner .btn-close {
  position: absolute;
  right: 6px;
  top: 6px;
}
.affilliate-confirm__quest {
  padding-right: 25px;
}
footer {
  border-top: 1px solid var(--color-gray);
  background-color: var(--color-footer);
  color: var(--color-black);
  font-size: 14px;
  padding: 50px 0;
  margin-top: 50px;
}
footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer a {
  color: var(--color-black);
  display: block;
  margin-bottom: 8px;
}
footer .developers a {
  color: var(--color-main_color);
}
.mobile-bar {
  display: none;
}
.widget-click {
  cursor: pointer;
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  z-index: 4;
  color: var(--color-white);
  background: var(--color-widget);
  border-radius: 55px;
  font-weight: bold;
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  height: 50px;
  justify-content: center;
}
.widget-click:hover .widget-text {
  animation-play-state: running;
}
.widget-click .widget-text {
  position: absolute;
  display: flex;
  z-index: -1;
  animation: 4s linear infinite slidein;
  animation-play-state: paused;
}
.widget-click .widget-text svg {
  fill: var(--color-widget);
}
@keyframes slidein {
  100% {
    transform: rotate(1turn);
  }
}
.widget-click .fc {
  opacity: 1;
  display: flex;
  font-size: 16px;
  padding: 0 12px;
  font-size: 14px;
  width: 50px;
  height: 50px;
  align-items: center;
}
.widget-click .fc svg {
  fill: var(--color-white);
}
.widget-click .ft {
  opacity: 0;
  display: none;
  width: 50px;
  text-align: center;
}
.widget-click .ft svg {
  fill: var(--color-white);
}
.widget-click .open {
  background: var(--color-white);
  color: var(--color-widget);
}
.widget-click.show {
  border-radius: var(--border-radius-0-0-8-8);
}
.widget-click.show .fc {
  opacity: 0;
  display: none;
}
.widget-click.show .fc svg {
  fill: var(--color-white);
}
.widget-click.show .ft {
  opacity: 1;
  display: block;
}
.widget-click.show .ft svg {
  fill: var(--color-white);
  width: 25px;
  height: 25px;
}
.widget-click.show .widget-text {
  display: none;
}
.widget {
  inset: auto !important;
  transform: translate(0px, 0px) !important;
  transition: .40s opacity;
  min-width: 50px;
  width: 50px;
  border: 1px solid var(--color-widget);
  box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.15);
  right: 30px !important;
  bottom: 77px !important;
  position: fixed !important;
  background-color: var(--color-widget);
  padding: 0;
  border-radius: var(--border-radius-8-8-0-0);
  text-align: center;
}
.widget .block {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.widget .block a {
  width: 100%;
  margin: 7px 0;
  position: relative;
}
.widget .block svg {
  fill: var(--color-white);
  width: 20px;
  height: 20px;
}
.widget .block span {
  position: absolute;
  right: 60px;
  width: 500%;
  font-size: 16px;
  font-weight: normal;
  color: var(--color-black);
  display: flex;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}
.breadcrumb {
  overflow: hidden;
  margin-bottom: 3rem;
}
.breadcrumb__list {
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: nowrap;
  scrollbar-width: none;
  /* Firefox 64 */
  overflow-x: auto;
  overflow-scrolling: touch;
}
.breadcrumb__list::-webkit-scrollbar-track {
  display: none;
}
.breadcrumb__list::-webkit-scrollbar {
  display: none;
}
.breadcrumb__list::-webkit-scrollbar-thumb {
  display: none;
}
.breadcrumb__list .breadcrumb__item {
  position: relative;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: var(--color-gray);
}
.breadcrumb__list .breadcrumb__item:first-child::before {
  content: none;
}
.breadcrumb__list .breadcrumb__item:before {
  content: '/';
  position: absolute;
  margin: 0 0 0 -10px;
  font-size: 10px;
}
.breadcrumb__list .breadcrumb__item a,
.breadcrumb__list .breadcrumb__item span {
  padding-right: 15px;
  transition: all .3s ease;
  color: var(--color-gray);
  text-decoration: none;
  font-size: 12px;
}
.compare-columns-titles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0;
}
.compare-columns-title {
  font-size: 14px;
  color: var(--color-gray);
}
.compare-columns-header {
  height: 4rem;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  color: var(--color-main_color);
}
.compare-product-header {
  height: 4rem;
}
.compare-product-param {
  padding: 6px 0 48px;
}
.compare-product-param.param-different {
  color: var(--color-black);
  font-weight: bold;
}
.compare-checkbox {
  display: inline-block;
}
.compare-checkbox input {
  display: none;
}
.compare-checkbox label {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  border-radius: var(--border-radius-8);
  cursor: pointer;
  border: 1px solid var(--color-gray);
  transition: color .3s ease;
}
.compare-checkbox label:hover {
  color: var(--color-main_color);
}
.compare-checkbox input:checked ~ label {
  color: var(--color-black);
}
.compare-checkbox input:checked ~ label .compare-checkbox__toggle {
  background: var(--color-main_color);
  border: 1px solid var(--color-main_color);
}
.compare-checkbox input:checked ~ label .compare-checkbox__toggle::before {
  background: var(--color-white);
  transform: translateX(24px);
}
.compare-checkbox__toggle {
  min-width: 50px;
  height: 25px;
  border-radius: 16px;
  position: relative;
  background: var(--color-white);
  transition: all .3s ease;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.compare-checkbox__toggle::before {
  content: '';
  transition: all .3s ease;
  position: absolute;
  display: block;
  left: 2px;
  top: 2px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #bfbfbf;
}
.compare-products {
  height: 502px;
}
.compare-products_sticky .compare-products__inner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 8;
  background: var(--color-white);
  max-height: 128px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  box-shadow: 0px 4px 8px rgba(32, 32, 32, 0.16);
}
.compare-products_sticky .product-slider,
.compare-products_sticky .product-slider__container {
  height: 100%;
}
.compare-products_sticky .product-slider__container {
  padding-top: 0;
}
.compare-products_sticky .item-card {
  padding-bottom: 0;
  padding-top: 0;
  border: none;
}
.compare-products_sticky .item-card__wrapper,
.compare-products_sticky .item-product-labels,
.compare-products_sticky .item-product-reviews,
.compare-products_sticky .item-product-price,
.compare-products_sticky .item-card__actions,
.compare-products_sticky .swiper-pagination,
.compare-products_sticky .item-card__cat {
  display: none;
}
.compare-products_sticky .item-card__inner {
  display: block;
}
.compare-products_sticky .item-product-img {
  min-width: 48px;
  max-width: 48px;
}
.compare-products_sticky .item-card__title {
  margin: 0 0 0 8px;
  font-size: 14px;
  max-height: 22px;
  min-height: 22px;
  -webkit-line-clamp: 1;
}
.search-nav {
  padding-bottom: 5px;
}
.search-nav h1 {
  font-size: 30px;
}
.re-container {
  position: relative;
  padding-bottom: 5px;
}
.re-container:before {
  content: '';
  position: absolute;
  width: 100%;
  bottom: 0;
}
.re-container sup {
  color: var(--color-main_color);
}
.catalog-subcategories:empty {
  display: none;
}
.catalog-subcategories {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.catalog-subcategories a {
  color: var(--color-black);
  background-color: var(--color-main_add_color);
  font-size: 12px;
  padding: 3px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  white-space: nowrap;
  border-radius: var(--border-radius-5);
}
.catalog-subcategories a:hover {
  color: var(--color-main_color);
  background-color: var(--color-main_add_color_hover);
}
.cat__left {
  margin-bottom: 60px;
}
.cat__left-main {
  margin-bottom: 20px;
}
.cat__left-main a {
  color: var(--color-main_color);
  text-decoration: underline;
}
.cat__left-sub a {
  color: var(--color-black);
  display: block;
  margin-bottom: 10px;
}
.cat__left-sub a:hover {
  color: var(--color-black);
  text-decoration: underline;
}
.catalog-filter-sort {
  padding: 0;
}
.catalog-sort {
  display: inline-flex;
}
.catalog-sort .catalog-sort__title {
  font-size: 14px;
  color: var(--color-gray);
}
.catalog-sort .catalog-sort__block {
  display: flex;
  cursor: pointer;
  font-size: 14px;
}
.catalog-sort .catalog-sort__order {
  display: flex;
  align-items: center;
  margin: 2px 0 0;
}
.catalog-sort .catalog-sort__order svg {
  margin-left: 5px;
  fill: var(--color-main_color);
  width: 19px;
  height: 19px;
}
.catalog-sort .catalog-sort__order.asc svg {
  transform: rotate(180deg) scaleX(-1);
}
.dropdown-sort {
  border: 2px solid var(--color-white);
  margin: 6px 0 0;
  font-size: 16px;
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
  z-index: 4;
  text-align: left;
  border-radius: var(--border-radius-5);
}
.dropdown-sort a {
  cursor: pointer;
  padding: 3px 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
  border-radius: var(--border-radius-5);
  color: var(--color-black);
  flex-direction: row-reverse;
  justify-content: flex-end;
}
.dropdown-sort a:hover {
  color: var(--color-main_color);
}
.offcanvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9;
  opacity: 1;
  visibility: visible;
}
.offcanvas-body {
  padding: 0;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.offcanvas-close {
  cursor: pointer;
}
.offcanvas {
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  transform: translateX(-100%);
  transition: all .5s ease;
  width: 30%;
  background: var(--color-white);
  overflow-scrolling: touch;
  scrollbar-color: var(--color-main_color);
  scrollbar-width: thin;
}
.offcanvas::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: var(--text-yellow);
}
.offcanvas::-webkit-scrollbar {
  width: 2px;
}
.offcanvas::-webkit-scrollbar-track {
  border-radius: 1px;
  background: var(--color-gray);
}
.offcanvas::-webkit-scrollbar-thumb {
  border-radius: 1px;
}
.offcanvas-multilevel {
  display: flex;
}
.offcanvas_active {
  visibility: visible;
  transform: translateX(0);
  overflow: auto;
  overflow-x: hidden;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
}
.offcanvas_active .catalog-offcanvas-buttons {
  padding: 0 16px 16px;
}
.offcanvas_active .catalog-filter__head {
  padding: 16px;
  background: var(--color-main_color);
  color: var(--color-white);
}
.offcanvas_active .catalog-filter__head .h3 svg {
  fill: var(--color-white);
}
@media screen and (max-width: 1199.98px) {
  .accordion.filter-accordion {
    padding: 16px;
  }
}
.offcanvas__list {
  list-style: none;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overflow-scrolling: touch;
  margin: 0;
  padding: 0;
  width: 100%;
  background: var(--color-body);
  scrollbar-color: var(--color-main_color);
  scrollbar-width: thin;
}
.offcanvas__list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: var(--text-yellow);
}
.offcanvas__list::-webkit-scrollbar {
  width: 2px;
}
.offcanvas__list::-webkit-scrollbar-track {
  border-radius: 1px;
  background: var(--color-gray);
}
.offcanvas__list::-webkit-scrollbar-thumb {
  border-radius: 1px;
}
.offcanvas-lk__list .aside-menu__link,
.offcanvas__list-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 16px;
  border-bottom: 1px solid var(--color-gray_light);
  color: var(--color-black);
  text-decoration: none;
  transition: color .3s ease;
}
.offcanvas-lk__list .aside-menu__link svg,
.offcanvas__list-item svg {
  display: none;
  transition: fill .3s ease;
  fill: var(--color-main_color);
  width: 24px;
  height: 24px;
}
.offcanvas-lk__list .aside-menu__link:hover,
.offcanvas__list-item:hover {
  color: var(--color-main_color);
}
.offcanvas-lk__list .aside-menu__link:hover svg,
.offcanvas__list-item:hover svg {
  fill: var(--color-main_color);
}
.offcanvas__list-item_act {
  color: var(--color-main_color);
}
.offcanvas__list-item_act svg {
  fill: var(--color-main_color);
}
.offcanvas__has-subnav > a {
  position: relative;
  padding-right: 40px;
}
.offcanvas__has-subnav > a::after {
  content: '';
  position: absolute;
  background-image: url("../img/icons/accordion-arrow.svg");
  background-size: 16px;
  width: 16px;
  height: 16px;
  right: 16px;
  top: calc(42%);
  transform: rotate(-90deg);
}
.offcanvas__subnav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: var(--color-body);
  z-index: 40;
  transform: translate3d(101%, 0, 0);
  transition: transform 0.5s;
}
.offcanvas__subnav_active {
  transform: translate3d(0, 0, 0);
  width: 100%;
}
.offcanvas__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  background: var(--color-body);
  border-bottom: 1px solid var(--color-gray_light);
}
.offcanvas__list-item_primary {
  color: var(--color-main_color);
}
.offcanvas__list-item_primary:hover {
  color: var(--color-gray);
}
.offcanvas__back-track {
  display: flex;
  align-items: center;
  padding: 16px;
  background: var(--color-main_color);
  color: var(--color-white);
  text-decoration: none;
  cursor: pointer;
}
.offcanvas__back-track::before {
  content: '';
  background-image: url("../img/icons/arrow-white.svg");
  background-size: 16px;
  width: 16px;
  height: 16px;
  margin-right: 8px;
}
.offcanvas__back-track:hover {
  color: var(--color-white);
}
.offcanvas__main-category {
  display: block;
  background: var(--color-body);
  color: var(--color-main_color);
  font-weight: bold;
  padding: 16px;
  text-decoration: none;
  text-align: left;
}
.offcanvas__list-item_lk-logout {
  color: var(--color-gray);
}
.offcanvas__list-item_lk-logout svg {
  fill: var(--color-gray);
}
.offcanvas__city {
  color: var(--color-white);
  text-decoration: none;
}
.offcanvas__city:hover {
  text-decoration: underline;
  color: var(--color-white);
}
.offcanvas__lk {
  display: flex;
  align-items: center;
  text-align: center;
}
.offcanvas__lk-item {
  position: relative;
  background: var(--color-footer);
  flex: 1 0 0;
  padding: 16px;
  color: var(--color-black);
  border-bottom: 1px solid var(--color-gray_light);
  text-decoration: none;
  font-size: 16px;
  transition: color .3s ease;
}
.offcanvas__lk-item svg {
  transition: fill .3s ease;
  fill: var(--color-main_color);
}
.offcanvas__lk-item:hover {
  color: var(--color-main_color);
}
.offcanvas__lk-item:hover svg {
  fill: var(--color-main_color);
}
.offcanvas__lk-item:nth-child(2)::before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 1px;
  background: var(--color-white);
}
.filter-invisible .filter-column {
  display: none !important;
}
.catalog-filter-btn svg {
  fill: var(--color-main_color);
  width: 17px;
  height: 17px;
}
.catalog-filter-btn span {
  color: var(--color-black);
}
.catalog-filter-btn sup {
  color: var(--color-red);
  background: var(--color-red);
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
}
.catalog-bar {
  display: none;
}
.btn-close.modal-close {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 0;
  margin: 0;
  box-shadow: none;
  background: 0 0;
}
.rs-bad-offer .item-product-price {
  visibility: hidden;
}
.rs-bad-offer.rs-product .item-product-price {
  display: none;
}
.rs-bad-offer .item-product-cart-action .rs-reserve,
.rs-bad-offer .item-product-cart-action .rs-buy,
.rs-bad-offer .item-product-cart-action .rs-unobtainable {
  display: none !important;
}
.rs-ajax-paginator.rs-in-loading:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/icons/loader.svg) no-repeat center center;
  background-size: 20px;
  display: inline-flex;
  vertical-align: middle;
}
.rs-ajax-paginator.rs-in-loading span,
.rs-cart-block.rs-in-loading svg {
  display: none;
}
.rs-cart-block.rs-in-loading > .position-relative:before {
  content: '';
  width: 24px;
  height: 24px;
  background: url(../img/icons/loader.svg) no-repeat center center;
  background-size: 24px;
  display: inline-flex;
  vertical-align: middle;
}
.rs-unobtainable,
.rs-product-item .rs-reserve,
.rs-product .rs-reserve,
.rs-multi-complectations .rs-reserve,
.rs-not-avaliable .rs-buy,
.rs-not-avaliable .rs-buy-one-click,
.rs-not-avaliable .isAddedToCart {
  display: none;
}
.rs-not-avaliable .rs-unobtainable {
  display: inline-block;
}
.rs-forced-reserve .rs-reserve,
.rs-not-avaliable.rs-can-be-reserved .rs-reserve {
  display: flex !important;
  justify-content: center;
}
.rs-forced-reserve .rs-buy,
.rs-not-avaliable.rs-can-be-reserved .rs-unobtainable {
  display: none !important;
}
.rs-loader {
  position: absolute;
  top: 0;
  height: 3px;
  left: 50%;
  width: 0%;
  background-color: #d0772d;
  animation: leftRightLoading 1s ease 0s infinite;
}
@keyframes leftRightLoading {
  0% {
    left: 50%;
    width: 0%;
  }
  100% {
    left: 0;
    width: 100%;
  }
}
.rs-verify-code-block {
  margin-bottom: 0 !important;
}
.rs-verify-timer .phrase {
  color: var(--color-main_color);
}
.rs-verify-code-block.rs-inline .rs-verify-line input[data-key] {
  width: 100% !important;
  margin-left: 0px;
  border-left: 0;
}
.rs-verify-reset,
.rs-verify-refresh-code {
  cursor: pointer;
  background-color: var(--color-main_color);
  color: var(--color-white);
  font-size: 12px;
  padding: 3px 20px;
  border-radius: var(--border-radius-5);
}
.rs-verify-reset:hover,
.rs-verify-refresh-code:hover {
  color: var(--color-white);
  background-color: var(--color-main_color_hover);
}
.checkout-phone {
  position: relative;
}
.rs-verify-ok {
  position: absolute;
  width: 24px;
  top: calc(25%);
  right: 9px;
}
.rs-verify-ok svg {
  fill: var(--color-green);
}
.rs-filter-section {
  position: relative;
}
.rs-filter-section.rs-in-loading:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 2;
}
.no-wrap {
  white-space: nowrap;
}
.order-items__multioffers {
  margin-bottom: 0.5rem;
  font-size: 0.9rem;
  color: gray;
}
.hide-identical .param-identically {
  display: none;
}
.rs-admin-top-panel .offcanvas {
  padding-top: 62px;
}
.offcanvas__list-separator {
  border-top: 2px solid var(--color-main_color);
}
.rs-compare-block:not(.active) .label-count {
  display: none;
}
.rs-favorite-block:not(.active) .label-count {
  display: none;
}
.rs-cart-block:not(.active) .label-count {
  display: none;
}
.rs-filter-wrapper .catalog-filter .offcanvas-close {
  display: none;
}
.filter-invisible .filter-column {
  display: none !important;
}
.label-count_static {
  color: var(--color-main_color);
}
.warehouse-row .warehouse-row__map {
  position: relative;
}
.cart.active .cart__price,
.cart__empty-text {
  display: block;
}
.cart__price,
.cart.active .cart__empty-text {
  display: none;
}
.product-one-click.disabled {
  color: gray;
}
.product-one-click.disabled svg {
  fill: gray;
}
.modal-cart-item__old-price {
  color: gray;
  font-size: 0.8rem;
  font-weight: normal;
  text-decoration: line-through;
}
.lk-orders-item {
  border: 1px solid var(--color-gray_light);
  border-radius: var(--border-radius-8);
  margin-bottom: 24px;
  overflow: hidden;
}
.lk-orders-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
}
.lk-orders-item__head-products {
  display: flex;
  align-items: center;
}
.lk-orders-item__title {
  font-size: 20px;
  font-weight: bold;
  margin-right: 16px;
}
.lk-orders-item__price {
  margin-left: 16px;
  font-size: 20px;
  font-weight: bold;
}
.lk-orders-item__body {
  padding: 24px;
}
.lk-order-status {
  font-weight: normal;
  font-size: 12px;
  display: inline-block;
  box-sizing: border-box;
  text-align: right;
}
.lk-order-status .statusItem_ok {
  fill: var(--color-green);
}
.lk-order-status svg {
  width: 20px;
  height: 20px;
  fill: var(--color-red);
}
.lk-order-warning {
  padding: 16px;
  background: var(--color-gray);
  border-radius: var(--border-radius-8);
  margin-bottom: 24px;
}
.lk-order-total {
  padding: 24px;
  border: 1px solid var(--color-gray_light);
  border-radius: var(--border-radius-8);
}
.lk-order-total__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.lk-order-total__doc svg {
  fill: var(--color-main_color);
  width: 20px;
  height: 20px;
}
.lk-balance-history {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray_light);
}
.lk-balance-history > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lk-balance-history__reason {
  color: var(--color-gray);
}
.lk-balance-history__icons .success-link svg {
  fill: var(--color-green);
  transform: rotate(180deg);
}
.lk-balance-history__icons .danger-link svg {
  fill: var(--color-red);
  transform: rotate(-90deg);
}
.lk-balance-history__receipt {
  display: block;
}
.lk-balance-history__receipt svg {
  fill: var(--color-gray);
}
.lk-balance-history__receipt:hover svg {
  fill: var(--color-main_color);
}
.lk-balance-up {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 16px;
  border: 1px solid var(--color-gray_light);
  background: transparent;
  border-radius: var(--border-radius-8);
  text-align: left;
  font-size: 14px;
  box-sizing: border-box;
  min-height: 125px;
}
.lk-balance-up .h3 {
  color: var(--color-black);
  margin-bottom: 24px;
}
.lk-balance-up .checkout-radio__title:after {
  display: none;
}
.lk-balance-up:hover {
  border-color: var(--color-main_color);
}
.lk-balance-up:hover .h3 {
  color: var(--color-main_color);
}
.lk-balance-up:active {
  border-color: var(--color-main_color);
}
.lk-balance-up:active .h3 {
  color: var(--color-main_color);
}
.lk-returns {
  border: 1px solid var(--color-gray);
  border-radius: var(--border-radius-8);
}
.lk-returns__title {
  padding: 32px 32px 24px;
  font-size: 24px;
  font-weight: bold;
}
.lk-returns__head {
  font-weight: bold;
  padding: 14px 32px;
  background: var(--color-gray);
}
.lk-returns__list {
  padding: 0 32px;
  list-style: none;
  margin: 0;
}
.lk-returns__list li {
  padding: 16px 0;
}
.lk-returns__list li:not(:last-child) {
  border-bottom: 1px solid var(--color-gray);
}
.lk-return-checkbox {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  margin-right: 16px;
}
.lk-support-item {
  padding: 16px 0;
  border-bottom: 1px solid var(--color-gray_light);
}
.support_counter {
  background-color: var(--color-main_color);
  color: white;
  font-size: 12px;
  border-radius: 20px;
  padding: 0 6px;
  margin: 2px 10px 0 0;
  position: absolute;
}
.support_firstmessage {
  color: var(--color-black);
  margin-left: 30px;
}
.support_message {
  color: var(--color-gray);
}
.lk-support-item__delete {
  cursor: pointer;
  color: var(--color-gray_light);
}
.lk-support-item__delete svg {
  fill: var(--color-gray_light);
}
.lk-support-item__delete:hover {
  color: var(--color-red);
}
.lk-support-item__delete:hover svg {
  fill: var(--color-red);
}
.news-card {
  display: block;
  color: var(--color-black);
  text-decoration: none;
  transition: all .3s ease;
  border-radius: var(--border-radius-8);
  border: 1px solid var(--color-gray_light);
  overflow: hidden;
}
.news-card:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.news-card__img {
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(#ffffff, #000000);
}
.news-card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: unset;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.news-card__body {
  padding: 24px 16px;
  border-top: 0;
}
.news-card__date {
  font-size: 12px;
  margin-bottom: 8px;
  color: var(--color-gray);
  line-height: 1.2;
}
.news-card__title {
  line-height: 1.2;
  max-height: 38px;
  min-height: 38px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-other-news {
  border: 1px solid var(--color-gray_light);
  border-radius: var(--border-radius-8);
  list-style: none;
  padding: 0;
  margin: 0;
}
.article-other-news li:not(:last-child) a {
  border-bottom: 1px solid var(--color-gray_light);
}
.article-other-news a {
  display: block;
  color: $black;
  text-decoration: none;
  padding: 24px;
}
.article-other-news a:hover {
  color: var(--color-main_color);
}
/* Галерея в статьях */
.gallery {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin-left: -1%;
}
.gallery li {
  width: 24%;
  margin-left: 1%;
  margin-bottom: 14px;
}
.brand-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: var(--border-radius-8);
  padding: 24px;
  box-sizing: border-box;
  text-align: center;
  background: var(--color-white);
  border: 1px solid var(--color-gray_light);
  transition: all .3s ease;
  color: var(--color-black);
  text-decoration: none;
}
.brand-item:hover {
  border-color: var(--color-main_color);
}
.brand-item__img {
  height: 54px;
}
.brand-item__img img {
  height: 100%;
  object-fit: contain;
}
.brand-item__title {
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  min-height: 20px;
  max-height: 20px;
  line-height: 20px;
  margin-top: 8px;
}
.lk-chat-item {
  position: relative;
  padding: 16px;
}
.lk-chat-item_admin {
  background: var(--color-main_add_color);
  border-radius: 24px 24px 24px 0;
}
.lk-chat-item_client {
  background: var(--color-main_color);
  border-radius: 24px 24px 0 24px;
  color: var(--color-white);
}
.lk-chat-item_client_w {
  padding-left: 100px;
}
.lk-chat-item_admin_w {
  padding-right: 100px;
}
.lk-chat-item__sender {
  color: var(--color-gray_light);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.lk-chat-item__adm {
  min-width: 32px;
  height: 32px;
  margin-right: 16px;
}
.order-items {
  padding: 0;
  border: 0;
  border-radius: var(--border-radius-8);
}
.order-items__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  transition: all .3s ease;
}
.order-items__title::after {
  content: '';
  flex-shrink: 0;
  margin-left: 16px;
  background-image: url("../img/icons/accordion-arrow.svg");
  background-repeat: no-repeat;
  background-size: 2rem;
  width: 2rem;
  height: 2rem;
  transition: all .3s ease;
}
.order-items__title:not(.collapsed)::after {
  transform: rotate(180deg);
}
.order-items__title:hover {
  color: var(--color-main_color);
}
.order-items__list {
  list-style: none;
  padding: 0 16px 0 0;
  margin: 0;
  max-height: 275px;
  overflow-y: auto;
  overflow-scrolling: touch;
  -webkit-overflow-scrolling: touch;
  scrollbar-color: var(--color-main_color);
  scrollbar-width: thin;
}
.order-items__list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: var(--text-yellow);
}
.order-items__list::-webkit-scrollbar {
  width: 2px;
}
.order-items__list::-webkit-scrollbar-track {
  border-radius: 1px;
  background: var(--color-gray_light);
}
.order-items__list::-webkit-scrollbar-thumb {
  border-radius: 1px;
}
.order-items__list li:not(:last-child) {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--color-gray_light);
}
.order-items__list .order-items__list-title {
  color: var(--color-black);
  font-weight: bold;
  text-decoration: none;
}
.order-items__list .order-items__list-title:hover {
  color: var(--color-main_color);
}
.order-items__list-multi,
.order-items__list-amount {
  font-size: 14px;
}
.checkout-auth {
  border-radius: 8px;
  padding: 24px;
  border: 1px solid var(--color-gray_light);
}
.checkout-auth-info {
  padding: 0;
  border-radius: var(--border-radius-8);
  border: 0;
}
.noUi-horizontal {
  height: 2px;
}
.noUi-target {
  background: transparent;
  border: none;
  margin-top: 16px;
}
.noUi-horizontal .noUi-handle {
  cursor: pointer;
  width: 24px;
  height: 24px;
  right: -12px;
  top: -11px;
  border-radius: 50%;
  border: 2px solid var(--color-main_color);
  outline: none;
  box-shadow: none;
}
.noUi-horizontal .noUi-handle::before,
.noUi-horizontal .noUi-handle::after {
  content: none;
}
.noUi-horizontal .noUi-handle.noUi-active {
  background: var(--color-main_color);
}
.noUi-connect {
  background: var(--color-main_color);
}
.offcanvas .catalog-filter {
  width: 100%;
  border: none;
  border-radius: 0;
  padding-bottom: 0;
}
.catalog-offcanvas-buttons {
  padding: 0 0 16px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4;
}
.catalog-offcanvas-buttons .catalog-filter__clean {
  padding: 0;
  font-size: 14px;
  border: 0;
  text-align: left;
  transition: all .5s;
}
.catalog-offcanvas-buttons .catalog-filter__clean:hover {
  background: transparent;
  color: var(--color-main_color);
  text-decoration: underline;
}
.catalog-filter {
  padding: 0;
}
.catalog-filter .form-label {
  font-size: 12px;
  color: var(--color-gray);
}
.catalog-filter__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid var(--color-grey);
}
.catalog-filter__head .h3 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
.catalog-filter__head .h3 svg {
  min-width: 24px;
  max-width: 24px;
  height: 24px;
  fill: var(--color-main_color);
}
.catalog-filter__clean,
.catalog-filter__apply {
  display: none;
}
.rs-filter-active .catalog-filter__clean,
.offcanvas .rs-filter-active .catalog-filter__apply {
  display: block;
}
.catalog-offcanvas-buttons {
  background: transparent;
}
.accordion-item,
.accordion-button {
  background-color: transparent;
}
.filter-accordion .accordion-item {
  margin-bottom: 16px;
  border: 0;
  border-bottom: 1px solid var(--color-grey);
  border-radius: 0;
}
.filter-accordion .accordion-button {
  padding: 0 0 16px;
  font-weight: bold;
  box-shadow: none;
}
.filter-accordion .accordion-button:hover {
  color: var(--color-main_color);
}
.filter-accordion .accordion-button:after {
  transform: none;
  transition: none;
  content: '+';
  background-image: none;
  width: 24px;
  height: 24px;
  font-size: 24px;
  display: flex;
  align-items: center;
  font-weight: 100;
}
.catalog-filter .accordion-button:not(.collapsed) {
  background: transparent;
  color: var(--color-black);
}
.catalog-filter .accordion-button:not(.collapsed):after {
  content: '-';
  background-image: none;
}
.accordion-body {
  padding: 0 0 24px 0;
}
.accordion-body .rs-filter-from,
.accordion-body .rs-filter-to {
  font-size: 14px;
  padding: 6px 16px;
  border: 1px solid var(--color-gray_light);
}
.filter-list {
  margin: 0;
  list-style: none;
  padding: 0 8px 0 16px;
  max-height: 190px;
  overflow-y: auto;
  overflow-scrolling: touch;
  scrollbar-color: var(--color-main_color);
  scrollbar-width: thin;
}
.filter-list::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: var(--text-yellow);
}
.filter-list::-webkit-scrollbar {
  width: 2px;
}
.filter-list::-webkit-scrollbar-track {
  border-radius: 1px;
  background: var(--color-gray_light);
}
.filter-list::-webkit-scrollbar-thumb {
  border-radius: 1px;
}
.filter-list li:not(:last-child) {
  margin-bottom: 16px;
}
.filter-list label {
  cursor: pointer;
}
.filter-line {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -6px;
}
.filter-line li {
  margin-top: 10px;
}
.filter-line li:not(:last-child) {
  margin-right: 10px;
}
.radio-string label,
.radio-radio label,
.radio-list label,
.radio-bg-color label,
.radio-color label,
.radio-image label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--color-gray);
  padding: 5px 10px;
  box-sizing: border-box;
  min-width: 40px;
  border-radius: var(--border-radius-5);
  font-size: 12px;
  cursor: pointer;
}
.radio-string label:before,
.radio-radio label:before,
.radio-list label:before,
.radio-bg-color label:before,
.radio-color label:before,
.radio-image label:before,
.radio-string label:after,
.radio-radio label:after,
.radio-list label:after,
.radio-bg-color label:after,
.radio-color label:after,
.radio-image label:after {
  content: none;
}
.radio-string label > img,
.radio-radio label > img,
.radio-list label > img,
.radio-bg-color label > img,
.radio-color label > img,
.radio-image label > img {
  height: 100%;
  object-fit: contain;
  border-radius: 100%;
}
.radio-string label > .radio-bg-color,
.radio-radio label > .radio-bg-color,
.radio-list label > .radio-bg-color,
.radio-bg-color label > .radio-bg-color,
.radio-color label > .radio-bg-color,
.radio-image label > .radio-bg-color {
  width: 100%;
  height: 100%;
  border-radius: var(--border-radius-5);
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.radio-string label:hover,
.radio-radio label:hover,
.radio-list label:hover,
.radio-bg-color label:hover,
.radio-color label:hover,
.radio-image label:hover {
  border-color: var(--color-main_color);
}
.radio-string input[type='radio'],
.radio-radio input[type='radio'],
.radio-list input[type='radio'],
.radio-bg-color input[type='radio'],
.radio-color input[type='radio'],
.radio-image input[type='radio'],
.radio-string input[type='checkbox'],
.radio-radio input[type='checkbox'],
.radio-list input[type='checkbox'],
.radio-bg-color input[type='checkbox'],
.radio-color input[type='checkbox'],
.radio-image input[type='checkbox'] {
  display: none;
}
.radio-string input[type='radio']:checked ~ label,
.radio-radio input[type='radio']:checked ~ label,
.radio-list input[type='radio']:checked ~ label,
.radio-bg-color input[type='radio']:checked ~ label,
.radio-color input[type='radio']:checked ~ label,
.radio-image input[type='radio']:checked ~ label,
.radio-string input[type='checkbox']:checked ~ label,
.radio-radio input[type='checkbox']:checked ~ label,
.radio-list input[type='checkbox']:checked ~ label,
.radio-bg-color input[type='checkbox']:checked ~ label,
.radio-color input[type='checkbox']:checked ~ label,
.radio-image input[type='checkbox']:checked ~ label {
  border-color: var(--color-main_color);
}
.radio-string input[type='radio']:checked ~ label:before,
.radio-radio input[type='radio']:checked ~ label:before,
.radio-list input[type='radio']:checked ~ label:before,
.radio-bg-color input[type='radio']:checked ~ label:before,
.radio-color input[type='radio']:checked ~ label:before,
.radio-image input[type='radio']:checked ~ label:before,
.radio-string input[type='checkbox']:checked ~ label:before,
.radio-radio input[type='checkbox']:checked ~ label:before,
.radio-list input[type='checkbox']:checked ~ label:before,
.radio-bg-color input[type='checkbox']:checked ~ label:before,
.radio-color input[type='checkbox']:checked ~ label:before,
.radio-image input[type='checkbox']:checked ~ label:before {
  content: '';
  position: absolute;
  background-color: var(--color-main_color);
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .05;
}
.radio-image_small label {
  min-width: 32px;
  height: 32px;
}
.radio-radio label,
.radio-string label,
.radio-list label,
.radio-image_txt label {
  padding: 5px 10px;
  border-color: var(--color-gray_light);
  background: var(--color-white);
}
.radio-image_cover label {
  padding: 0;
  overflow: hidden;
}
.radio-color label,
.radio-image label {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  box-sizing: border-box;
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 12px;
  cursor: pointer;
  overflow: hidden;
  padding: 1px;
}
.radio-color label > img,
.radio-image label > img {
  object-fit: contain;
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.radio-color label > .radio-bg-color,
.radio-image label > .radio-bg-color {
  border: 1px solid var(--color-white);
  border-radius: 50%;
  width: 100%;
  height: 100%;
}
.radio-color input[type='radio'],
.radio-image input[type='radio'],
.radio-color input[type='checkbox'],
.radio-image input[type='checkbox'] {
  display: none;
}
.radio input[type="radio"] {
  display: none;
}
.radio label {
  position: relative;
  transition: all .3s ease;
  display: flex;
  cursor: pointer;
}
.radio label .radio-attr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.radio label .radio-attr svg {
  transition: all .3s ease;
  fill: var(--color-gray);
}
.radio label .radio-attr__check {
  opacity: 0;
}
.radio label:hover .radio-attr svg {
  fill: var(--color-main_color);
}
.radio input:checked ~ label {
  cursor: default;
}
.radio input:checked ~ label .radio-attr svg {
  fill: var(--color-main_color);
}
.radio input:checked ~ label .radio-attr__check {
  opacity: 1;
}
.radio input:disabled ~ label {
  cursor: default;
  color: var(--color-gray);
}
.radio input:disabled ~ label .radio-attr svg {
  fill: var(--color-gray);
}
.radio input:disabled ~ label .radio-attr__check {
  opacity: 0;
}
input[type="radio"].radio,
input[type="checkbox"].checkbox {
  margin-right: 4px;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.1em;
  vertical-align: top;
  background-color: var(--color-white);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid var(--color-gray);
  appearance: none;
  color-adjust: exact;
}
input[type="radio"].radio {
  border-radius: var(--border-radius-3);
}
input[type="radio"].radio:checked {
  background-color: var(--color-main_color);
  border-color: var(--color-main_color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
input[type="checkbox"].checkbox {
  border-radius: var(--border-radius-3);
}
input[type="checkbox"].checkbox:checked {
  background-color: var(--color-main_color);
  border-color: var(--color-main_color);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.checkbox input[type="checkbox"] {
  display: none;
}
.checkbox label {
  position: relative;
  transition: all .3s ease;
  display: flex;
  cursor: pointer;
}
.checkbox label .checkbox-attr {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  width: 24px;
  height: 24px;
}
.checkbox label .checkbox-attr svg {
  transition: all .3s ease;
  fill: var(--color-gray);
}
.checkbox label .checkbox-attr__check {
  opacity: 0;
}
.checkbox label:hover .checkbox-attr svg {
  fill: var(--color-main_color);
}
.checkbox input:checked ~ label {
  cursor: default;
}
.checkbox input:checked ~ label .checkbox-attr svg {
  fill: var(--color-main_color);
}
.checkbox input:checked ~ label .checkbox-attr__check {
  opacity: 1;
}
.checkbox input:disabled ~ label {
  cursor: default;
  color: var(--color-gray_light);
}
.checkbox input:disabled ~ label .checkbox-attr svg {
  fill: var(--color-gray_light);
}
.checkbox input:disabled ~ label .checkbox-attr__check {
  opacity: 0;
}
/* ---- */
.empty-list {
  text-align: center;
}
.affiliate-list {
  padding: 14px 16px;
  border-radius: var(--border-radius-8);
  border: 1px solid #D3D5DB;
  margin-top: 24px;
}
.affiliate-sublevel > * {
  opacity: 0.75;
}
.old-price {
  color: gray;
  text-decoration: line-through;
  font-weight: normal;
  margin-right: 16px;
}
.change-city-type.collapsing {
  transition: none;
}
.rs-visible-new,
.rs-visible-hold,
.rs-visible-success,
.rs-visible-fail {
  display: none;
}
.new .rs-visible-new {
  display: inline-block;
}
.hold .rs-visible-hold {
  display: inline-block;
}
.success .rs-visible-success {
  display: inline-block;
}
.fail .rs-visible-fail {
  display: inline-block;
}
.rs-checkout_lock {
  position: relative;
}
.rs-checkout_lock:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
  /*background:url(../img/icons/loader.svg) no-repeat 98% 2% rgba(255,255,255,0.7);*/
  /*background-size:32px 32px;*/
}
.accordion-header {
  position: relative;
}
.filter-clear {
  position: absolute;
  top: 46%;
  right: 25px;
  margin-top: -20px;
  display: none;
  z-index: 3;
}
.rs-active .filter-clear {
  display: none;
}
.toast-container {
  z-index: 10;
}
.toast.error {
  border-color: red;
}
.selectPvz {
  width: 100%;
  height: calc(80vh);
  display: grid;
  grid-template-columns: 1fr 2fr;
  grid-template-rows: fit-content(100%) 1fr;
  grid-template-areas: "search map" "list map";
  grid-gap: 16px 20px;
}
.selectPvz_empty {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
  font-size: 24px;
}
.selectPvz_pvzSearch {
  grid-area: search;
}
.selectPvz_pvzSearchInput {
  width: 100%;
  height: 35px;
  padding: 6px 12px;
  font-size: 13px;
  color: #2c2c2c;
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
}
.selectPvz_pvzSearchInput:focus {
  border-color: #79c2ff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08), 0 0 8px rgba(121, 194, 255, 0.6);
}
.selectPvz_pvzList {
  overflow-y: auto;
  grid-area: list;
}
.selectPvz_pvzListItem {
  padding: 4px 12px;
  cursor: pointer;
  transition: all .2s;
}
.selectPvz_pvzListItem:hover {
  background-color: #eee;
}
.selectPvz_pvzMap {
  height: 100%;
  grid-area: map;
  background-color: #eee;
  position: relative;
}
.selectPvz_pvzMap > * {
  z-index: 2!important;
}
.selectPvz_pvzMap * {
  transition: none;
}
.selectPvz_pvzMap::after {
  content: attr(data-load-text);
  width: 100%;
  text-align: center;
  display: block;
  top: calc(40%);
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .selectPvz {
    grid-template-areas: "map map" "map map";
  }
  .selectPvz_pvzList,
  .selectPvz_pvzSearch {
    display: none;
  }
}
.checkout-total {
  list-style: none;
  padding: 0;
  margin: 0;
}
.checkout-total li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 16px 0;
}
.checkout-total li:not(:last-child) {
  border-bottom: 1px solid var(--color-gray_light);
}
.checkout-total-fixed {
  z-index: 3;
}
.checkout-total-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 12px 0;
  background: var(--color-white);
  transition: all .3s ease;
  transform: translateY(100%);
}
.checkout-total-fixed_act {
  transform: translateY(0);
  box-shadow: 0px -2px 16px rgba(32, 32, 32, 0.16);
}
.checkout-total-fixed__key {
  font-size: 18px;
  color: var(--color-gray);
  margin-right: 16px;
}
.checkout-total-fixed__sum {
  font-weight: bold;
  white-space: nowrap;
  font-size: 22px;
}
.accordion-checkout-finish .accordion-item {
  border-bottom: 1px solid var(--color-gray_light);
  border: 0;
}
.accordion-checkout-finish .accordion-button {
  padding: 24px 0;
  font-size: 24px;
  font-weight: bold;
}
.accordion-checkout-finish .accordion-button::after {
  background-image: url("../img/icons/accordion-arrow.svg");
  background-size: 2rem;
  width: 2rem;
  height: 2rem;
}
.accordion-checkout-finish .accordion-button:hover {
  color: var(--color-main_color);
}
.accordion-checkout-finish .accordion-button:not(.collapsed) {
  color: var(--color-black);
  background: transparent;
  box-shadow: none;
}
.accordion-checkout-finish .accordion-collapse {
  padding: 0;
  color: var(--color-black);
}
.accordion-checkout-finish .accordion-body {
  padding: 0 0 24px;
}
.checkout-finish-item:not(:last-child) {
  margin-bottom: 24px;
}
.checkout-finish-item__img {
  margin-right: 16px;
  min-width: 64px;
  min-height: 64px;
  max-width: 64px;
  max-height: 64px;
  text-align: center;
}
.aside-sticky {
  position: sticky;
  top: 16px;
}
.aside-sticky-2 {
  position: sticky;
  top: 126px;
}
.promocode-form .form-control {
  background: transparent;
  border-radius: var(--border-radius-8-0-0-8);
  padding: 6px 15px;
  border-bottom: 1px solid #4b5666;
  border-top: 1px solid #4b5666;
  border-left: 1px solid #4b5666;
  border-right: 0;
  box-shadow: none;
}
.promocode-form .btn {
  border-radius: var(--border-radius-0-8-8-0);
  font-size: 16px;
  padding: 5px 15px;
  background-color: #4b5666;
  border-color: #4b5666;
  display: flex;
  align-items: center;
  border: 1px solid #4b5666;
}
.promocode-form .btn:hover {
  background: transparent;
}
.promocode-form .btn:hover path {
  fill: #4b5666;
}
.product-one-click {
  cursor: pointer;
  font-size: 14px;
  color: var(--color-main_color);
  text-decoration: underline;
}
.product-one-click:hover {
  text-decoration: none;
}
#rs-cart-page .cart-aside {
  border: 1px solid var(--color-gray_light);
  border-radius: var(--border-radius-8);
  padding: 16px;
}
#rs-cart-page .text-danger {
  font-size: 14px;
  color: var(--color-red);
  margin-top: 8px;
  margin-bottom: 8px;
}
#rs-cart-page .total_title {
  font-size: 14px;
}
#rs-cart-page .total_discount {
  color: var(--color-red);
}
#rs-cart-page .t-order-addinfo {
  font-size: 12px;
  color: var(--color-gray);
}
#rs-cart-page .card-price_old_block {
  flex-wrap: wrap;
  display: flex;
  align-items: baseline;
  font-weight: normal;
}
#rs-cart-page .card-price_old_block .card-price_old {
  font-size: 12px;
  color: var(--color-gray);
  line-height: 16px;
  text-decoration: line-through;
}
#rs-cart-page .card-price_old_block .card-price_percent {
  display: inline-block;
  line-height: 14px;
  font-size: 12px;
  color: var(--color-red);
  text-transform: uppercase;
  margin-left: 5px;
}
#rs-cart-page .rs-clean {
  font-size: 14px;
  color: var(--color-gray);
}
#rs-cart-page .rs-clean:hover {
  color: var(--color-main_color);
}
#rs-cart-page .rs-clean:hover svg {
  fill: var(--color-main_color);
}
#rs-cart-page .rs-clean svg {
  margin-right: 6px;
  fill: var(--color-gray);
}
#rs-cart-page .cart-item {
  border-bottom: 1px solid var(--color-gray_light);
  padding: 0 0 4px;
  margin: 0 0 26px;
}
#rs-cart-page .modal-cart-item .danger-link,
#rs-cart-page .cart-item .danger-link {
  color: var(--color-red);
  font-size: 12px;
}
#rs-cart-page .swiper {
  border-bottom: 1px solid var(--color-gray_light);
  padding-bottom: 36px;
  margin-bottom: 36px;
}
#rs-cart-page .swiper-button-next {
  right: 0;
}
#rs-cart-page .swiper-button-prev {
  left: 0;
}
#rs-cart-page .cart-item__cat {
  font-size: 12px;
  color: var(--color-gray);
}
#rs-cart-page .recom {
  font-weight: bold;
  margin-bottom: 16px;
}
#rs-cart-page .cart-item__title {
  font-size: 16px;
  color: var(--color-black);
}
#rs-cart-page .modal-cart-item__title {
  color: var(--color-black);
  max-height: 44px;
  min-height: 44px;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#rs-cart-page .modal-cart-item__img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: transparent;
}
#rs-cart-page .modal-cart-item__img img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
}
#rs-cart-page .cart-item__img {
  width: 83px;
  margin-right: 12px;
}
#rs-cart-page .cart-item__img img {
  width: 100%;
  border-radius: var(--border-radius-5);
}
#rs-cart-page .catalog-select_cart {
  display: flex;
  font-size: 14px;
}
#rs-cart-page .catalog-select__value {
  position: relative;
  padding-left: 10px;
}
#rs-cart-page .catalog-select__value:before {
  content: ':';
  position: absolute;
  left: 1px;
  font-size: 14px;
  top: 0;
}
#rs-cart-page .catalog-select__options select {
  display: none;
}
#rs-cart-page .cart-item__price-wrap {
  font-weight: bold;
  font-size: 18px;
}
#rs-cart-page .cart-item__delete:hover svg {
  fill: var(--color-main_color);
}
#rs-cart-page .cart-item__delete svg {
  fill: var(--color-gray);
  width: 20px;
  height: 20px;
}
.product-accessories {
  background-color: #f7f6f2;
  padding: 16px;
}
.product-accessories__item {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.product-accessories__item-title {
  margin-top: 1rem;
}
.product-accessories__item-img img {
  border-radius: var(--border-radius-5);
}
.product-accessories__item:not(:last-child) {
  border-bottom: 1px solid var(--color-gray_light);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 991.98px) {
  .product-accessories__item:not(:last-child) {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.product-accessories .item-product-amount {
  margin-top: -28px;
  width: 100px;
}
.product-accessories .item-product-amount button {
  min-width: 28px;
  max-width: 28px;
  height: 28px;
}
.product-accessories .item-product-amount input {
  max-width: 32px;
  height: 28px;
}
.product-accessories .item-product-amount__input {
  height: 28px;
}
@media screen and (min-width: 992px) {
  .product-gallery_vertical,
  .product-variant-second .product-gallery {
    display: flex;
    align-items: flex-start;
  }
  .product-gallery_vertical .product-gallery-thumbs-wrap,
  .product-variant-second .product-gallery .product-gallery-thumbs-wrap {
    order: -1;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin-top: 0;
    margin-right: 24px;
    max-height: 660px;
  }
  .product-gallery_vertical .product-gallery-thumbs,
  .product-variant-second .product-gallery .product-gallery-thumbs {
    flex-direction: column;
  }
  .product-gallery_vertical .product-gallery-thumbs .swiper-slide,
  .product-variant-second .product-gallery .product-gallery-thumbs .swiper-slide {
    min-width: 84px;
    max-width: 84px;
    height: 100px;
  }
  .product-gallery_vertical .product-gallery-thumbs__video,
  .product-variant-second .product-gallery .product-gallery-thumbs__video {
    margin: 16px 0;
  }
  .product-gallery_vertical .swiper-button-prev,
  .product-variant-second .product-gallery .swiper-button-prev {
    margin-bottom: 16px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    transform: rotate(90deg);
  }
  .product-gallery_vertical .swiper-button-next,
  .product-variant-second .product-gallery .swiper-button-next {
    margin-top: 16px;
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    transform: rotate(90deg);
  }
}
.product-gallery-top .swiper-slide {
  text-align: left;
  position: relative;
  height: auto;
  width: 100%;
  overflow: hidden;
}
.product-gallery-top .swiper-slide img {
  border-radius: var(--border-radius-8);
}
.product-gallery-top .swiper-slide img::selection {
  background: transparent;
}
.product-gallery-top .swiper-slide img::-moz-selection {
  background: transparent;
}
@media screen and (min-width: 992px) {
  .product-gallery-top .swiper-slide:not(.swiper-slide-zoomed):focus,
  .product-gallery-top .swiper-slide:not(.swiper-slide-zoomed):hover {
    cursor: pointer;
  }
  .product-gallery-top .swiper-slide:not(.swiper-slide-zoomed):focus::before,
  .product-gallery-top .swiper-slide:not(.swiper-slide-zoomed):hover::before {
    visibility: visible;
    opacity: 1;
  }
}
.product-gallery-top .swiper-slide.swiper-slide-zoomed {
  cursor: all-scroll;
}
.product-gallery-thumbs-wrap {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 24px;
}
.product-gallery-thumbs-wrap .swiper {
  margin: 0;
}
.product-gallery-thumbs-wrap .swiper-button-disabled {
  display: none;
}
.product-gallery-thumbs-wrap .swiper-button-next,
.product-gallery-thumbs-wrap .swiper-button-prev {
  position: unset;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  outline: none;
  background: transparent;
  border: none;
  box-shadow: none;
}
.product-gallery-thumbs-wrap img {
  max-height: 100%;
  border-radius: var(--border-radius-5);
}
.product-gallery-thumbs {
  display: flex;
}
.product-gallery-thumbs .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  height: 64px;
  width: 64px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: border-color 0.3s ease;
  border-radius: var(--border-radius-5);
  overflow: hidden;
}
.product-gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: var(--color-main_color);
}
.product-gallery-thumbs__video {
  margin-right: 16px;
  margin-left: 16px;
}
.product-gallery-video {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  max-width: 48px;
  max-height: 48px;
  transition: transform .3s ease;
  outline: none;
}
.product-gallery-video svg {
  transition: fill .3s ease;
  fill: var(--color-main_color);
}
@media screen and (max-width: 575.98px) {
  .product-gallery-video {
    min-width: 42px;
    max-width: 42px;
    max-height: 42px;
  }
}
.product-gallery-video:hover {
  transform: scale(1.1);
}
.product-gallery-video:hover svg {
  fill: var(--color-main_color);
}
.product-availability-head {
  padding: 14px 24px;
  font-size: 14px;
  border-bottom: 1px solid var(--color-gray_light);
  margin-bottom: 24px;
  color: var(--color-gray);
}
.product-availability-item {
  padding: 24px;
  border-bottom: 1px solid var(--color-gray_light);
}
.product-availability-item:first-child {
  padding-top: 0;
}
.availability-indicator {
  display: inline-flex;
  padding: 2px;
}
.availability-indicator__not {
  display: none;
}
.rs-warehouse-empty .availability-indicator {
  padding: 4px;
  font-size: 12px;
  line-height: 14px;
  color: var(--color-gray);
}
.rs-warehouse-empty .availability-indicator__not {
  display: block;
}
.rs-warehouse-empty .availability-indicator__point {
  display: none;
}
.availability-indicator__point {
  width: 8px;
  height: 20px;
  background: var(--color-gray_light);
}
.availability-indicator__point:not(:last-child) {
  margin-right: 2px;
}
.availability-indicator__point_act {
  background: var(--color-main_color);
}
.product-variant-first .to-chars.rs-go-to-tab {
  margin-bottom: 24px;
}
.product-variant-first .variant-product-main {
  display: flex;
  flex-wrap: wrap;
  margin-top: -32px;
  margin-right: -12px;
  margin-left: -12px;
}
.product-variant-first .variant-product-main > * {
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 32px;
  flex-shrink: 0;
  max-width: 100%;
  width: 100%;
}
.product-variant-first .item-product-cart-action {
  height: auto;
  min-width: auto;
}
.product-variant-first .variant-product-options__list {
  margin-top: -32px;
}
.product-variant-first .variant-product-options__list > * {
  margin-top: 32px;
}
@media screen and (min-width: 992px) {
  .product-variant-second .variant-product-gallery {
    flex: 0 0 auto;
    width: 66.66667%;
  }
}
@media (min-width: 1400px) {
  .product-variant-second .variant-product-main {
    margin-left: 25.33333%;
  }
}
.product-variant-second .variant-product-options {
  margin-bottom: 32px;
}
.product-variant-second .variant-product-options__list {
  margin-top: -24px;
}
.product-variant-second .variant-product-options__list > * {
  margin-top: 24px;
}
.product-rating {
  padding: 24px;
  background: #f7f6f2;
  border: 1px solid var(--color-gray_light);
}
@media screen and (max-width: 991.98px) {
  .product-rating {
    padding: 16px;
  }
}
.product-rating__stars {
  min-width: 94px;
  max-width: 94px;
  height: 16px;
  background: url("../img/icons/review-block-star.svg") repeat-x top left / contain;
}
.product-rating__stars-act {
  background: url("../img/icons/review-star-active.svg") repeat-x top left / contain;
  height: 16px;
}
.product-rating__stars_5 {
  width: 100%;
}
.product-rating__stars_4 {
  width: 80%;
}
.product-rating__stars_3 {
  width: 60%;
}
.product-rating__stars_2 {
  width: 40%;
}
.product-rating__stars_1 {
  width: 20%;
}
.product-rating__score {
  font-size: 48px;
  line-height: 1;
  font-weight: bold;
}
.section-review {
  border-top: 1px solid var(--color-gray_light);
  padding-top: 50px;
  margin-top: 100px;
  border-bottom: 1px solid var(--color-gray_light);
  padding-bottom: 50px;
}
@media screen and (max-width: 991.98px) {
  .section-review {
    margin-top: 0;
  }
}
.product-review-item {
  padding-bottom: 24px;
}
.product-review-item:not(:last-child) {
  margin-bottom: 24px;
  border-bottom: 1px solid var(--color-gray_light);
}
.product-review-item__title {
  font-weight: bold;
  margin-bottom: 4px;
  line-height: 1.2;
}
.product-review-item__date {
  color: var(--color-gray);
}
.rating-stars {
  background: url("../img/icons/review-star.svg") repeat-x top left / contain;
  min-width: 115px;
  max-width: 115px;
  height: 20px;
}
.rating-stars__act {
  background: url("../img/icons/review-star-active.svg") repeat-x top left / contain;
  height: 20px;
}
.stars-block {
  height: 24px;
  padding: 0;
  display: flex;
  list-style: none;
  margin-bottom: 0;
}
.stars-block li {
  display: inline-block;
  min-width: 24px;
  height: 24px;
  cursor: pointer;
  background: url("../img/icons/star.svg") no-repeat 50% 50%;
}
.stars-block li.active {
  background: url("../img/icons/star-active.svg") no-repeat 50% 50%;
}
.cookies-policy {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 24px;
  z-index: 5;
}
.cookies-policy.cookies-policy_active {
  display: block;
}
.cookies-policy__inner {
  padding: 16px 24px;
  border-radius: var(--border-radius-8);
  background: var(--color-main_add_color);
  border: 1px solid var(--color-gray_light);
  font-size: 14px;
  box-shadow: var(--shadow);
}
.compare_bar {
  display: none;
  position: relative;
  margin: 0 0 10px;
}
.compare_bar__inner {
  background: var(--color-main_color);
  text-align: center;
}
.compare_bar__inner a {
  font-size: 12px;
  padding: 3px 0;
  border-radius: var(--border-radius-5);
  color: var(--color-black);
  background-color: var(--color-main_add_color);
  display: block;
}
.compare_bar__inner .rs-compare-items-count {
  font-style: normal;
  font-size: 10px;
  background-color: var(--color-red);
  color: var(--color-white);
  border-radius: 50%;
  padding: 0 5px;
  text-align: center;
  margin: 0 0 0 10px;
  min-width: 15px;
  display: inline-flex;
  align-items: center;
}
.item-card_brdr,
.product-slider {
  margin: 0;
}
.item-card_brdr .item-product-choose,
.product-slider .item-product-choose {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-scrolling: touch;
}
.item-card_brdr .item-product-choose::-webkit-scrollbar-track,
.product-slider .item-product-choose::-webkit-scrollbar-track {
  display: none;
}
.item-card_brdr .item-product-choose::-webkit-scrollbar,
.product-slider .item-product-choose::-webkit-scrollbar {
  display: none;
}
.item-card_brdr .item-product-choose::-webkit-scrollbar-thumb,
.product-slider .item-product-choose::-webkit-scrollbar-thumb {
  display: none;
}
.item-card_brdr-5 {
  margin: 0;
}
.rs-product .item-product-cart-action .btn {
  padding: 15px;
}
.rs-product .item-product-cart-action .rs-to-cart {
  font-size: 14px;
}
.rs-product .item-product-amount button {
  height: 56px;
  min-width: 53px;
  max-width: 53px;
}
.rs-product .item-product-amount__input {
  height: 56px;
}
.rs-product .item-product-amount__input input {
  height: 56px;
}
.rs-product .item-product-amount {
  max-height: 56px;
}
.rs-product .product-comp,
.rs-product .product-fav {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.rs-product .product-comp svg,
.rs-product .product-fav svg {
  fill: var(--color-gray);
  width: 20px;
  height: 20px;
}
.rs-product .product-comp span,
.rs-product .product-fav span {
  display: block;
  font-size: 14px;
  color: var(--color-main_color);
  text-decoration: underline;
}
.rs-product .product-comp span:hover,
.rs-product .product-fav span:hover {
  text-decoration: none;
}
.rs-product .product-comp .title-active,
.rs-product .product-fav .title-active {
  display: none;
}
.rs-product .product-block-info .product-block-info__title {
  font-size: 16px;
  color: var(--color-black);
}
.rs-product .product-block-info svg {
  fill: var(--color-main_color);
  width: 20px;
  height: 20px;
  min-width: 20px;
}
.rs-product .product-block-info .svgpay {
  width: 64px;
  height: 36px;
  margin: 0 0 3px 0;
}
.rs-product .product-block-info .product-block-info__desc {
  color: var(--color-gray);
}
.rs-product .product-fav.rs-in-favorite svg,
.rs-product .product-comp.rs-in-compare svg {
  fill: var(--color-main_color);
}
.rs-product .product-fav.rs-in-favorite .title-active,
.rs-product .product-comp.rs-in-compare .title-active {
  display: block;
}
.rs-product .product-fav.rs-in-favorite span,
.rs-product .product-comp.rs-in-compare span {
  display: none;
}
.rs-product .product-comp {
  justify-content: flex-end;
}
.item-card .btn,
.item-product-cart-action .btn {
  font-size: 14px;
  border-radius: var(--border-radius-8);
  padding: 10px 15px;
  border: 1px solid #4b5666;
  background-color: #4b5666;
  color: var(--color-white);
  letter-spacing: 5px;
  text-transform: uppercase;
}
.item-card .btn.added .text-hide,
.item-product-cart-action .btn.added .text-hide {
  align-items: center;
  display: flex;
  justify-content: center;
}
.item-card .btn.added .text-view,
.item-product-cart-action .btn.added .text-view {
  display: none;
}
.item-card .btn svg,
.item-product-cart-action .btn svg {
  fill: var(--color-white);
  width: 20px;
  height: 20px;
}
.item-card .btn:hover,
.item-product-cart-action .btn:hover {
  color: #4b5666;
  background-color: transparent;
  border: 1px solid #4b5666;
}
.item-card .text-hide,
.item-product-cart-action .text-hide {
  display: none;
}
.item-card .text-view,
.item-product-cart-action .text-view {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-product-cart-action-opacity .btn {
  font-size: 14px;
  border-radius: 0;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: var(--color-main_color);
  text-decoration: underline;
}
.item-product-cart-action-opacity .btn.added .text-hide {
  align-items: center;
  display: flex;
  justify-content: center;
}
.item-product-cart-action-opacity .btn.added .text-view {
  display: none;
}
.item-product-cart-action-opacity .btn svg {
  display: none;
}
.item-product-cart-action-opacity .btn:hover {
  color: var(--color-main_color);
  text-decoration: none;
}
.item-product-cart-action-opacity .text-hide {
  display: none;
}
.item-product-cart-action-opacity .text-view {
  display: flex;
  justify-content: center;
  align-items: center;
}
.item-card__inner:hover .swiper-gallery .image-1 {
  opacity: 0 !important;
}
.item-card__inner:hover .swiper-gallery .image-2 {
  opacity: 1 !important;
}
@media screen and (max-width: 1199.98px) {
  .item-card__inner .swiper-slide {
    display: none;
  }
  .item-card__inner .swiper-slide.image-1 {
    display: block;
  }
  .item-card__inner:hover .swiper-gallery .image-1 {
    opacity: 1 !important;
  }
  .item-card__inner:hover .swiper-gallery .image-2 {
    opacity: 1 !important;
  }
}
.item-card {
  position: relative;
  padding-bottom: 16px;
}
.item-card:hover {
  z-index: 3;
  border-color: transparent;
}
.item-card:hover .swiper-gallery .swiper-pagination-bullets {
  opacity: 0;
}
.item-card:hover .item-card__wrapper {
  visibility: visible;
}
.item-card:hover .item-card__attr {
  visibility: visible;
}
.item-card .rs-in-favorite svg,
.item-card .rs-in-compare svg {
  fill: var(--color-main_color);
}
.item-card svg {
  width: 20px;
  height: 20px;
  fill: var(--color-gray);
  cursor: pointer;
}
.item-card:hover .item-card__attr,
.item-card:hover .item-card__wrapper {
  visibility: visible;
}
.item-card__inner {
  position: relative;
  z-index: 2;
  padding: 8px 0 0;
}
.item-card__complete {
  padding-top: 10px;
}
.item-card__complete .row-cols-auto div {
  display: none;
}
.item-card__complete .row-cols-auto div:first-child {
  display: block;
}
.item-card__complete .row-cols-auto .fs-5.text-gray {
  display: none;
  font-size: 12px !important;
  color: var(--color-gray);
}
.item-card__cat {
  color: var(--color-gray);
  font-size: 12px;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
}
.item-card__title {
  display: block;
  color: var(--color-black);
  text-decoration: none;
  font-weight: 600;
}
.item-card__not-available {
  display: none;
}
.rs-not-avaliable .item-card__not-available {
  display: flex;
  color: var(--color-red);
  font-size: 12px;
}
.item-card__available {
  display: flex;
  color: var(--color-green);
  font-size: 12px;
}
.rs-not-avaliable .item-card__available {
  display: none;
}
.youtube-player {
  border-radius: var(--border-radius-8);
}
.catalog-description {
  color: var(--text-medium);
  border-top: 1px solid var(--color-gray);
  font-size: 14px;
  padding-top: 20px;
  margin-top: 30px;
}
.video_yt img {
  border-radius: var(--border-radius-8);
}
.video_yt iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.item-product-img {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: var(--color-white);
}
.item-product-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  z-index: 1;
  object-fit: contain;
  max-height: 100%;
  width: 100%;
  border-radius: var(--border-radius-8);
}
.item-product-img img.active {
  opacity: 1;
}
.item-product-labels-btn {
  display: none !important;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  max-width: 20px;
  height: 20px;
  box-sizing: border-box;
  margin-top: 10px;
  padding: 4px;
  border-radius: 50%;
  background: var(--color-white);
  border: 1px solid var(--color-gray);
}
.item-product-labels-btn svg {
  min-width: 12px;
  height: 12px;
}
.item-product-labels {
  display: flex;
  position: absolute;
  z-index: 5;
  top: 10px;
  left: 0;
  right: 0;
}
.item-product-labels ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.item-product-labels.full-labels .item-product-label {
  display: block;
}
.item-product-labels.full-labels .item-product-labels-btn {
  transform: rotate(180deg);
}
.product-gallery .product-labels {
  transform: translate(0px, 10px);
  position: absolute;
  z-index: 2;
}
.item-product-label {
  line-height: 14px;
  font-weight: bold;
  font-size: 10px;
  display: inline-block;
  padding: 3px 12px;
  white-space: nowrap;
  margin-right: 4px;
  margin-bottom: 4px;
  margin-top: 0;
  border: 1px solid transparent;
  color: var(--color-gray);
  background-color: white;
}
.item-product-percent {
  line-height: 14px;
  font-weight: bold;
  font-size: 10px;
  text-transform: uppercase;
  display: inline-block;
  padding: 3px 6px;
  white-space: nowrap;
  margin-right: 4px;
  margin-top: 0;
  border: 1px solid transparent;
  color: var(--color-white);
  background: var(--color-red);
  border-radius: var(--border-radius-5);
}
.item-product-label_hit {
  background: var(--color-gray);
}
.item-product-label_credit {
  color: var(--color-white);
  background: var(--color-gray);
  border-color: var(--color-white);
}
.item-product-label_sale {
  color: var(--color-white);
  background: var(--color-gray);
  border-color: var(--color-white);
}
.item-product-reviews {
  display: flex;
  position: relative;
  align-items: center;
}
.item-product-reviews .rating {
  position: relative;
  background: url("../img/icons/star-s.svg") top left repeat-x;
  height: 10px;
  width: 70px;
}
.item-product-reviews .rating .value {
  height: 10px;
  background: url("../img/icons/star-s-active.svg") top left repeat-x;
  position: absolute;
  top: 0;
  left: 0;
}
.index-category__wrapper .re-container-mob {
  border-top: 1px solid #e5e2de;
  padding-top: 40px;
  margin-top: 30px;
  border-bottom: 1px solid #e5e2de;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.index-category {
  display: block;
  font-weight: bold;
  text-align: center;
  padding: 0;
  border-radius: var(--border-radius-15);
  background: var(--color-white);
  height: 100%;
  text-decoration: none;
  color: var(--color-black);
  transition: all .3s ease;
}
.index-category__img {
  margin: 0 0 10px 0;
  padding: 0 0 120% 0;
  overflow: hidden;
  position: relative;
  border-radius: var(--border-radius-16-16-0-0);
}
.index-category__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.index-category__title {
  font-weight: normal;
  color: var(--color-main_color);
  text-decoration: underline;
  padding: 5px 0px 10px;
  position: relative;
}
.index-category__title:hover {
  text-decoration: none;
}
.item-product-amount {
  display: flex;
  align-items: center;
  max-height: 43px;
}
.item-product-amount input {
  background-color: var(--color-body);
  box-sizing: content-box;
  outline-color: transparent;
  text-align: center;
  padding: 0;
  border: none;
  max-width: 43px;
  margin: 0;
  height: 43px;
}
.item-product-amount button {
  padding: 3px;
  margin: 0;
  background: var(--color-body);
  line-height: 8px;
  color: var(--color-white);
  min-width: 40px;
  max-width: 40px;
  height: 43px;
  transition: all .3s ease;
  border: 1px solid var(--color-gray_light);
}
.item-product-amount button svg {
  width: 13px;
  height: 13px;
  fill: var(--color-main_color);
  transition: all .3s ease;
}
.item-product-amount button:hover {
  background: var(--color-main_color);
}
.item-product-amount button:hover svg {
  fill: var(--color-white);
}
.item-product-amount button:active {
  background: var(--color-main_add_color_hover);
}
.item-product-amount button:active svg {
  fill: var(--color-black);
}
.item-product-amount button:disabled {
  background: var(--color-body);
}
.item-product-amount button:disabled svg {
  fill: var(--color-black);
}
.item-product-amount__input {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  background-color: var(--color-body);
  border-top: 1px solid var(--color-gray_light);
  border-bottom: 1px solid var(--color-gray_light);
  padding: 0;
  overflow: hidden;
  flex: 1 0 0;
  font-size: 14px;
  height: 43px;
}
.item-product-amount__input span {
  font-size: 10px;
  margin: -5px 0 2px;
  display: block;
  width: 100%;
  text-align: center;
}
.item-product-amount__prev {
  border-radius: var(--border-radius-8-0-0-8);
  border-right: none;
}
.item-product-amount__next {
  border-radius: var(--border-radius-0-8-8-0);
  border-left: none;
}
.item-product-price_card {
  margin-bottom: 0;
}
.item-product-price_prod .item-product-price__new-price {
  font-size: 24px;
}
.item-product-price__old-price {
  color: var(--color-main_color);
  white-space: nowrap;
  margin-left: 8px;
  font-size: 14px;
  font-weight: normal;
  text-decoration: line-through;
}
.item-product-price__new-price {
  white-space: nowrap;
}
.item-product-choose {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.item-product-choose li {
  margin-top: 6px;
}
.item-product-choose li:not(:last-child) {
  margin-right: 8px;
}
.item-product-choose > li.no-exists {
  opacity: 1;
}
.item-product-choose > li.no-exists .radio-list,
.item-product-choose > li.no-exists .radio-color,
.item-product-choose > li.no-exists .radio-image {
  position: relative;
  overflow: hidden;
}
.item-product-choose > li.no-exists .radio-list label:after,
.item-product-choose > li.no-exists .radio-color label:after,
.item-product-choose > li.no-exists .radio-image label:after {
  content: '';
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background: var(--color-gray);
  transform: rotate(45deg);
}
.item-product-chars {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.item-product-chars li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.item-product-chars li::before {
  content: '';
  position: absolute;
  z-index: -1;
  height: 3px;
  left: 0;
  top: 50%;
  width: 100%;
  background: url("../img/icons/leader.svg") repeat-x 0% 0%;
}
.item-product-chars li:not(:last-child) {
  margin-bottom: 8px;
}
.to-chars.rs-go-to-tab {
  font-size: 14px;
  display: block;
}
.item-product-chars_list {
  margin: 32px 0 0;
}
.item-product-chars_list li {
  max-width: 280px;
}
.item-product-cart-action {
  height: 40px;
  min-width: 144px;
}
.item-product-cart-action .item-product-cart-action__amount {
  display: none;
}
.item-product-cart-action .item-product-cart-action__to-cart {
  display: block;
}
.item-product-cart-action_amount .item-product-cart-action__amount {
  display: block;
}
.item-product-cart-action_amount .item-product-cart-action__to-cart {
  display: none;
}
.popover {
  box-shadow: var(--shadow);
}
.btn-popover {
  padding: 0.1rem 0.4rem;
  border: 1px solid var(--color-main_color);
  border-radius: 50%;
  font-size: 10px;
  text-decoration: none;
  margin: 0 5px;
  cursor: pointer;
}
.product-chars {
  padding: 0;
  margin: 0;
  list-style: none;
}
.product-chars li {
  overflow: hidden;
  padding: 8px 16px;
}
.product-chars li:nth-child(2n-1) {
  background: var(--color-main_add_color);
}
.product-doc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 24px;
  border-bottom: 1px solid var(--color-gray_light);
}
.product-doc sup {
  color: var(--color-main_color);
}
.product-doc__desc {
  color: var(--color-gray);
}
.product-doc__link {
  display: block;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  margin-left: 24px;
  transition: all .3s ease;
  text-decoration: none;
  color: var(--color-main_color);
}
.product-doc__link svg {
  transition: fill .3s ease;
  fill: var(--color-main_color);
  width: 25px;
  height: 25px;
}
.product-doc__link:hover {
  transform: scale(1.1);
  color: var(--color-gray_light);
}
.pagination {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.pagination__list {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  list-style: none;
  padding-left: 0;
  overflow-x: auto;
  padding-bottom: 100px;
  margin-bottom: -100px;
  overflow-scrolling: touch;
}
.pagination__item:not(:last-child) {
  margin-right: 8px;
}
.pagination__item a,
.pagination__item span {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: var(--border-radius-8);
  text-decoration: none;
}
.pagination__item_num a {
  min-width: 38px;
  max-width: 38px;
  height: 38px;
  color: var(--color-black);
  background: var(--color-gray_light);
  transition: all .3s ease;
}
.pagination__item_num a:hover {
  background: var(--color-main_color);
  color: var(--color-white);
}
.pagination__item_arrow svg {
  transition: all .3s ease;
  fill: var(--color-main_color);
}
.pagination__item_arrow a,
.pagination__item_arrow span {
  background: transparent;
  max-width: 24px;
  min-width: 24px;
  height: 24px;
}
.pagination__item_arrow a:hover {
  background: transparent;
}
.pagination__item_arrow a:hover svg {
  fill: var(--color-main_color_hover);
}
.pagination__item_arrow a:active svg {
  fill: var(--color-main_color_hover);
}
.pagination__item_active a,
.pagination__item_active span {
  min-width: 38px;
  max-width: 38px;
  height: 38px;
  pointer-events: none;
  background: var(--color-main_color);
  color: var(--color-white);
}
.pagination__item_disable a,
.pagination__item_disable span {
  pointer-events: none;
  background: transparent;
  max-width: 24px;
  min-width: 24px;
  height: 24px;
}
.pagination__item_disable svg {
  fill: var(--color-gray);
}
.total__product {
  font-size: 12px;
  color: var(--color-gray);
}
.total__product-head {
  font-size: 12px;
  color: var(--text-medium);
}
.checkout-block {
  border-radius: var(--border-radius-8);
}
.checkout-block__num {
  margin-right: 16px;
  font-size: 32px;
  color: var(--color-main_color);
  font-weight: bold;
  line-height: 36px;
}
.checkout-block__title {
  font-weight: bold;
  font-size: 18px;
  color: var(--color-main_color);
}
.checkout-block__svg svg {
  fill: var(--color-main_color);
  width: 22px;
  height: 22px;
  margin-right: 12px;
}
.checkout-block__subtitle {
  font-weight: bold;
  font-size: 16px;
}
.checkout-radio input {
  display: none;
}
.checkout-radio label {
  height: 100%;
  position: relative;
  display: block;
  padding: 16px;
  border-radius: var(--border-radius-8);
  border: 1px solid var(--color-gray_light);
  cursor: pointer;
  font-size: 14px;
  transition: all .3s ease;
}
.checkout-radio label:hover {
  border-color: var(--color-main_color);
}
.checkout-radio input:disabled ~ label {
  border-color: var(--color-red);
}
.checkout-radio input:checked ~ label {
  border-color: var(--color-main_color);
  cursor: default;
  background: transparent;
}
.checkout-radio input:checked ~ label .checkout-radio__title::after {
  border: 2px solid var(--color-main_color);
}
.checkout-radio input:checked ~ label .checkout-radio__title::before {
  display: block;
}
.checkout-radio input:checked ~ label:after {
  content: '';
  position: absolute;
  background-color: var(--color-main_color);
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: .05;
  left: 0;
  top: 0;
}
.checkout-radio__desc {
  color: var(--color-gray);
  font-size: 14px;
}
.danger-link {
  color: var(--color-red);
}
.success-link {
  color: var(--color-green);
}
.checkout-radio__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.2;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 16px;
}
.checkout-radio__title::after {
  content: '';
  margin-left: 16px;
  display: block;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border: 1px solid var(--color-gray_light);
  border-radius: 50%;
}
.checkout-radio__title::before {
  content: '';
  margin-right: 16px;
  display: none;
  min-width: 20px;
  max-width: 20px;
  min-height: 20px;
  max-height: 20px;
  border-radius: 50%;
  position: absolute;
  right: 0;
  background-color: var(--color-main_color);
}
.checkout-radio__img {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  max-width: 32px;
  height: 32px;
  margin-right: 16px;
}
.checkout-radio__img img {
  height: 100%;
  object-fit: contain;
}
.checkout-another-address input {
  display: none;
}
.checkout-another-address label {
  cursor: pointer;
  text-decoration: underline;
  color: var(--theme-primary);
  transition: all .3s ease;
}
.checkout-another-address label:hover {
  color: var(--color-main_color);
}
.checkout-another-address input:checked ~ label {
  color: var(--color-gray);
}
.checkout-phone {
  display: flex;
  overflow: hidden;
}
.checkout-phone > :first-child {
  position: relative;
}
.checkout-help {
  padding: 24px;
  border-radius: var(--border-radius-8);
  border: 1px solid var(--color-gray_light);
}
.city-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  line-height: 20px;
  padding: 14px 16px;
  border-radius: var(--border-radius-8);
  border: 1px solid var(--color-gray_light);
  max-width: 360px;
}
.city-select__name {
  color: var(--color-black);
  white-space: nowrap;
  overflow: hidden;
  margin-right: 8px;
}
.city-warehouses {
  margin-top: 32px;
}
.city-warehouses__head {
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  border-radius: 8px;
  background: var(--color-gray_light);
  padding: 15px 32px;
}
.city-warehouses__item {
  padding: 24px 32px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid var(--color-gray_light);
}
.city-warehouses__mode {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 270px;
}
.city-warehouses__phone {
  width: 120px;
  margin: 0 24px;
}
.cart-checkout-item {
  border: 1px solid var(--color-gray);
  padding: 16px;
  border-radius: var(--border-radius-8);
  margin-bottom: 8px;
  overflow: hidden;
}
.cart-checkout-item_error {
  border-color: var(--color-red);
}
.cart-checkout-item__img {
  display: block;
  min-width: 64px;
  min-height: 64px;
  max-width: 64px;
  max-height: 64px;
  text-align: center;
  margin-right: 16px;
}
.cart-checkout-item__title {
  display: block;
  color: var(--color-black);
  text-decoration: none;
  margin-right: 16px;
}
.cart-checkout-item__del {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 16px;
  width: 16px;
  height: 16px;
  color: var(--color-gray);
}
.cart-checkout-item__del svg {
  fill: var(--color-gray);
}
.cart-checkout-item__del:hover {
  color: var(--color-red);
}
.cart-checkout-item__del:hover svg {
  fill: var(--color-red);
}
.cart-checkout-item__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
@media screen and (max-width: 767.98px) {
  .cart-checkout-item__bar {
    margin-left: -56px;
  }
}
.cart-checkout-clear {
  color: var(--color-gray);
  font-size: 14px;
}
.cart-checkout-clear:hover {
  color: var(--color-red);
}
#jvlabelWrap,
.__jivoMobileButton {
  display: none !important;
}
html,
body {
  background-color: var(--color-body);
  font-feature-settings: 'pnum' on, 'lnum' on;
  font-family: 'Raleway', sans-serif;
  color: var(--color-black);
  font-weight: 400;
  font-size: 14px;
  scrollbar-width: none;
  /* Firefox 64 */
  overflow-scrolling: touch;
  scrollbar-color: var(--color-main_color);
  scrollbar-width: 5px;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: var(--text-yellow);
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 5px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  border-radius: 1px;
  background: var(--color-gray);
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  border-radius: 1px;
}
@media screen and (min-width: 1500px) {
  main {
    min-height: 500px;
  }
}
:focus {
  outline: none !important;
}
.border-top {
  border-top: 1px solid var(--color-gray_light) !important;
}
.btn {
  line-height: initial;
  font-weight: normal;
  font-size: 16px;
  padding: 14px 32px;
  border-radius: var(--border-radius-8);
}
.btn-sm,
.btn-group-sm > .btn {
  font-weight: normal;
  font-size: 14px;
  padding: 0.25rem 1rem;
}
.btn-warning:disabled,
.btn-warning.disabled {
  color: var(--color-black);
  background-color: var(--color-orange);
  border-color: var(--color-orange);
}
.btn-primary {
  color: white;
  background-color: #4b5666;
  border-color: #4b5666;
  letter-spacing: .24rem;
  text-transform: uppercase;
  font-size: 13px;
}
.btn-primary:hover {
  border-color: #4b5666;
  color: #4b5666;
  background-color: transparent;
  box-shadow: none;
}
.btn-primary:active {
  border-color: #4b5666;
  color: #4b5666;
  background-color: transparent;
  box-shadow: none;
}
.btn-primary:disabled,
.btn-primary.disabled {
  background-color: #4b5666;
  border-color: #4b5666;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
  border-color: #4b5666;
  color: #4b5666;
  background-color: transparent;
  box-shadow: none;
}
.btn-outline-primary {
  color: var(--color-white);
  border-color: var(--color-main_color);
  background-color: var(--color-main_color);
}
.btn-outline-primary:hover {
  border-color: var(--color-main_color);
  color: var(--color-main_color);
  background-color: transparent;
}
.form-switch .form-check-input {
  width: 50px;
  height: 25px;
  cursor: pointer;
}
.form-switch .form-check-input[type=checkbox] {
  border-radius: 15px;
}
.form-control:disabled,
.form-control[readonly] {
  background-color: var(--color-main_add_color);
}
input:disabled {
  background-color: var(--color-body);
  border-color: var(--color-body);
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.form-select {
  padding: 14px 16px;
  border-radius: var(--border-radius-8);
  border: 1px solid var(--color-gray_light);
}
.form-select:focus {
  border-color: var(--color-main_color);
  outline: 0;
  box-shadow: none;
}
.form-control {
  line-height: initial;
  padding: 14px 16px;
  font-weight: normal;
  color: var(--color-black);
  border: 1px solid var(--color-gray_light);
  background: var(--color-body);
  border-radius: var(--border-radius-8);
}
.form-control:focus {
  color: var(--color-black);
  background-color: #fff;
  border-color: var(--color-main_color);
  outline: 0;
  box-shadow: none;
}
.btn-check:focus {
  color: var(--color-white);
  background-color: var(--color-main_color);
  border-color: var(--color-main_color);
  box-shadow: none;
}
.btn-check:focus + .btn,
.btn:focus,
.btn-check:focus {
  box-shadow: none;
}
.form-label {
  color: var(--color-gray);
  font-size: 14px;
}
.invalid-feedback {
  font-size: 12px;
  color: var(--color-red);
}
.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
  border-color: var(--color-red);
  box-shadow: none;
}
.form-check-input:checked {
  background-color: var(--color-main_color);
  border-color: var(--color-main_color);
}
.form-check-input:focus {
  box-shadow: none;
}
.form-check-input[type=checkbox] {
  border-radius: var(--border-radius-3);
}
small,
.small {
  font-size: 14px;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.text-gray {
  color: var(--color-gray);
}
.accordion-button:focus {
  box-shadow: none;
}
.rs-region-list a {
  cursor: pointer;
}
.rs-region-change .head-search__dropdown,
.rs-checkout_addressBlock .head-search__dropdown {
  display: none;
  top: calc(108%);
  background: var(--color-white);
  border: 1px solid var(--color-gray_light);
  border-radius: var(--border-radius-8);
  position: absolute;
  padding: 0;
  width: 100%;
  z-index: 3;
  overflow: hidden;
  box-shadow: var(--shadow);
  color: var(--color-black);
}
.rs-region-change .head-search__dropdown ul,
.rs-checkout_addressBlock .head-search__dropdown ul {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: auto;
  overflow-scrolling: touch;
  scrollbar-color: var(--color-main_color);
  scrollbar-width: thin;
}
.rs-region-change .head-search__dropdown ul li,
.rs-checkout_addressBlock .head-search__dropdown ul li {
  margin-bottom: 0;
}
.rs-region-change .head-search__dropdown ul a,
.rs-checkout_addressBlock .head-search__dropdown ul a {
  color: var(--color-black);
  padding: 5px 8px;
  cursor: pointer;
}
.rs-region-change .head-search__dropdown ul::-webkit-scrollbar-thumb,
.rs-checkout_addressBlock .head-search__dropdown ul::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: var(--text-yellow);
}
.rs-region-change .head-search__dropdown ul::-webkit-scrollbar,
.rs-checkout_addressBlock .head-search__dropdown ul::-webkit-scrollbar {
  width: 2px;
}
.rs-region-change .head-search__dropdown ul::-webkit-scrollbar-track,
.rs-checkout_addressBlock .head-search__dropdown ul::-webkit-scrollbar-track {
  border-radius: 1px;
  background: var(--color-gray_light);
}
.rs-region-change .head-search__dropdown ul::-webkit-scrollbar-thumb,
.rs-checkout_addressBlock .head-search__dropdown ul::-webkit-scrollbar-thumb {
  border-radius: 1px;
}
.rs-region-change .head-search__dropdown ul > li:not(:last-child),
.rs-checkout_addressBlock .head-search__dropdown ul > li:not(:last-child) {
  margin-bottom: 0;
}
.rs-region-change .head-search__dropdown .dropdown-item,
.rs-checkout_addressBlock .head-search__dropdown .dropdown-item {
  display: flex;
  justify-content: space-between;
  white-space: normal;
}
@media screen and (max-width: 1199.98px) {
  .rs-region-change .head-search__dropdown .dropdown-item,
  .rs-checkout_addressBlock .head-search__dropdown .dropdown-item {
    font-size: 14px;
  }
}
.rs-region-change input[aria-expanded="true"] + .head-search__dropdown,
.rs-checkout_addressBlock input[aria-expanded="true"] + .head-search__dropdown {
  display: block;
}
.modal-dialog.success .modal-content:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-check2' viewBox='0 0 16 16'%3E%3Cpath d='M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z'/%3E%3C/svg%3E");
  width: 60px;
  height: 60px;
  background-color: var(--color-main_color);
  border-radius: 50%;
  background-position: center;
  align-items: center;
  background-repeat: no-repeat;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -35px;
  background-size: 30px;
  border: 5px solid var(--color-white);
}
.modal-content {
  border: 1px solid var(--color-white);
  border-radius: var(--border-radius-8);
  box-shadow: var(--shadow);
}
.modal-header {
  border-bottom: 0;
}
a {
  color: var(--color-main_color);
}
a:hover {
  color: var(--color-main_color);
  text-decoration: none;
}
.to_svg svg {
  fill: var(--color-main_color);
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.feedbkForm .form-success:before {
  position: relative;
}
.cc_banner-wrapper {
  box-shadow: -10px 10px 30px rgba(0, 0, 0, 0.1);
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--color-white);
  z-index: 99999999999;
}
.cc_banner-wrapper .cc_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
  position: relative;
  background-color: var(--color-white);
}
.cc_banner-wrapper .cc_container:before {
  content: '';
  position: absolute;
  background-image: url(../img/icons/cookie.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  z-index: -1;
  left: 10px;
  margin: -37px 0 0 0;
  top: 0;
}
.cc_banner-wrapper .cc_container .cc_message {
  font-size: 12px;
  margin: 0;
  padding: 10px;
}
.cc_banner-wrapper .cc_container .cc_btn {
  font-size: 12px;
  background-color: var(--color-main_color);
  color: var(--color-white);
  padding: 3px 10px;
  border-radius: var(--border-radius-3);
}
@media screen and (max-width: 1400px) {
  .search {
    width: 33%;
  }
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .catalog-filter-sort {
    background-color: var(--color-footer);
    padding: 10px 0;
  }
  .border-radius-filter {
    border-radius: var(--border-radius-8-0-0-8);
    border-right: 1px solid var(--color-white);
  }
  .border-radius-sort {
    border-radius: var(--border-radius-0-8-8-0);
  }
  .border-radius--sort {
    border-radius: var(--border-radius-8);
  }
  .head_list_products {
    width: 100%;
  }
}
@media screen and (max-width: 991.98px) {
  .swiper-gallery .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    border-bottom: 4px solid var(--color-main_color);
  }
  .swiper-gallery .swiper-pagination-bullets {
    opacity: 1;
    height: 4px;
    display: block;
  }
  .swiper-gallery .swiper-pagination-bullet {
    height: 4px;
    width: 4px;
    margin: 0 2px;
    min-width: 4px;
  }
  .swiper-gallery .swiper-pagination-bullet:before {
    border-bottom: 4px solid var(--color-gray_light);
    width: 100%;
    bottom: 0;
    left: 0;
    border-radius: 50%;
  }
  .head-simple .mobile-bar__link svg {
    fill: var(--color-white);
  }
  .head-simple .mobile-bar__link .label-title {
    display: none;
  }
  .item-card__inner {
    padding: 0;
  }
  .aside-sticky,
  .aside-sticky-2 {
    position: relative;
    top: auto;
  }
  .rs-cart-block.rs-in-loading > .position-relative:before {
    background: url(../img/icons/loader-w.svg) no-repeat center center;
    background-size: 24px;
  }
  .product-availability-head {
    display: none;
  }
  .offcanvas {
    width: 50%;
  }
  .head-bar {
    display: none;
  }
  .head-main,
  .head_sticky .head-main {
    background-color: var(--color-body);
    padding: 10px 0;
  }
  .head-icon-link {
    min-width: 35px;
    max-width: 35px;
  }
  .head-icon-link .label-title {
    display: none;
  }
  #search_mob {
    display: none;
  }
  #search_mob.collapse.show {
    display: flex;
    margin-top: 10px;
  }
  .search {
    width: 100%;
  }
  .mobile-bar__link .head-icon-link {
    position: absolute;
    margin: -20px 0 0 0;
  }
  .head-search .head-search__btn {
    display: none;
  }
  .head-search .head-search__clear {
    right: 0;
    height: 30px;
  }
  .head-search .head-search__clear img {
    width: 20px;
  }
  .compare_bar.active {
    display: block;
  }
  .item-card_brdr,
  .item-card_brdr-5 {
    padding: 10px;
  }
  .item-card .item-product-cart-action {
    min-width: auto;
  }
  .item-card-container {
    margin-left: -10px;
    margin-right: -10px;
  }
  .item-card:hover .item-card__complete {
    display: none;
  }
  .item-card__wrapper {
    display: none;
  }
  .catalog-sort .dropdown-menu {
    min-width: 13rem;
  }
  .catalog-sort .dropdown-sort a {
    flex-direction: initial;
    justify-content: flex-start;
  }
  .catalog-offcanvas-buttons {
    padding: 0 16px 16px;
  }
  .rs-checkout_productBlock {
    margin-bottom: 3rem;
  }
  .variant-product-gallery {
    margin-bottom: 48px;
  }
  .product-accessories {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .lk-orders-item__head-products {
    display: block;
  }
  .lk-orders-item__head {
    display: block;
    text-align: center;
  }
  .lk-orders-item__title {
    margin-right: 0;
  }
  .lk-chat-item_client_w {
    padding-left: 50px;
  }
  .lk-chat-item_admin_w {
    padding-right: 50px;
  }
}
@media screen and (max-width: 576px) {
  .offcanvas {
    width: 85%;
  }
  .variant-product-options__list {
    margin-top: 0;
  }
  .cart-popup .cart-popup__item {
    width: 100%;
  }
  .cart-popup .cart-popup__item:not(:last-child) {
    margin-bottom: 1rem;
  }
  .cart-popup .cart-popup__item a {
    width: 100%;
  }
}
