@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/../fonts/slick.eot");
  src: url("../fonts/../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/../fonts/slick.woff") format("woff"), url("../fonts/../fonts/slick.ttf") format("truetype"), url("../fonts/../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 48px;
  width: 48px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: url("../images/slider-arrow.svg") center no-repeat;
  background-size: 48px;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99;
  transition: 0.2s;
}
.slick-prev:hover,
.slick-next:hover {
  right: -35px;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.15;
}
.slick-prev:before,
.slick-next:before {
  display: none;
  font-family: "slick";
  font-size: 24px;
  line-height: 1;
  color: black;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -30px;
  transform: scale(-1, 1) translate(0, -50%);
}
.slick-prev:hover {
  left: -35px;
}

.slick-next {
  right: -30px;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -36px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  width: 8px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  color: #000;
  opacity: 0.7;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 8px;
  height: 8px;
  font-family: "slick";
  font-size: 10px;
  line-height: 8px;
  text-align: center;
  color: black;
  opacity: 0.15;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}

/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}

/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}

/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}

/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(0, 0, 0, 0.75);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
          animation-name: remodal-overlay-opening-keyframes;
}

.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
          animation-name: remodal-overlay-closing-keyframes;
}

/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}

/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.15);
  transform: translate3d(0, 0, 0);
  border-radius: 8px;
  color: #2b2e38;
}
.remodal h2 {
  text-align: left;
  margin: 10px 0;
}
.remodal .auth-items li {
  list-style: none;
  margin-bottom: 12px;
}
.remodal .auth-items li a {
  border-radius: 12px;
  text-align: center;
  padding: 12px;
  display: block;
  border: 1px solid #5CC6FA;
  color: #5CC6FA;
  font-weight: bold;
  font-size: 16px;
}
.remodal .auth-items li a:hover {
  text-decoration: none;
  color: #fff;
  background: #5CC6FA;
}
.remodal .ulogin-buttons-container {
  width: 100% !important;
  height: auto !important;
}
.remodal .ulogin-buttons-container > * {
  display: none;
}
.remodal .ulogin-buttons-container .ulogin-button-vkontakte {
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 1px solid #5CC6FA !important;
  color: #5CC6FA;
  font-weight: bold;
  font-size: 16px;
  width: 100% !important;
  border-radius: 12px !important;
  text-align: center;
  background-image: none !important;
  box-sizing: border-box !important;
  height: auto !important;
  padding: 22px !important;
  line-height: inherit !important;
}
.remodal .ulogin-buttons-container .ulogin-button-vkontakte:after {
  content: "\412\445\43E\434   \447\435\440\435\437   VK";
  display: block;
  font-size: 16px;
}
.remodal .ulogin-buttons-container .ulogin-button-vkontakte:hover {
  opacity: 1 !important;
  background-color: #5CC6FA !important;
}
.remodal .ulogin-buttons-container .ulogin-button-vkontakte:hover:after {
  color: #fff;
}
.remodal.auth-modal .h3 {
  font-size: 22px;
}
.remodal .auth-policy {
  margin-top: 24px;
  color: #777;
}
.remodal .auth-policy a {
  color: #5CC6FA;
}
.remodal .cabinet {
  margin: 50px 0 0;
}
.remodal .cabinet .my-info {
  width: 100%;
}
.remodal .cabinet .my-info label.lbl-checkbox {
  font-weight: 400;
}
.remodal .cabinet .my-info label.lbl-checkbox:hover {
  text-decoration: underline;
}
.remodal .cabinet .my-info .form-list {
  margin-bottom: 0;
}
.remodal .cabinet .my-info .form-list .form-group {
  width: 47.5%;
}
.remodal .cabinet .my-info .form-list .form-group label {
  text-align: left;
}
.remodal .cabinet .my-info .form-list .form-group:last-child {
  margin-right: 0;
}

.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
          animation-name: remodal-opening-keyframes;
}

.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
          animation-name: remodal-closing-keyframes;
}

/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}

/* Close button */
.remodal-close, .remodal-back {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 45px;
  height: 45px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}

.remodal-back {
  right: auto;
  left: 0;
}

.remodal-close:hover,
.remodal-close:focus,
.remodal-back:hover,
.remodal-back:focus {
  color: #2b2e38;
}

.remodal-close:before, .remodal-back:before {
  font-size: 45px;
  line-height: 45px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 45px;
  height: 45px;
  content: "\D7";
  text-align: center;
}

.remodal-back {
  width: inherit;
  top: 14px;
  left: 14px;
}
.remodal-back:before {
  content: "\AB   \41D\430\437\430\434";
  background-size: 42px;
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.2s;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  width: auto;
}
.remodal-back:hover:before {
  filter: brightness(0);
}

/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}

.remodal-confirm {
  color: #fff;
  background: #81c784;
}

.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}

.remodal-cancel {
  color: #fff;
  background: #e57373;
}

.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}

/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.return-modal {
  max-width: 1000px !important;
}
.return-modal .static-page-information {
  text-align: left;
  width: 100%;
}
.return-modal .static-page-navigation {
  display: none;
}

.product-modal {
  max-width: 1200px !important;
}

.product-modal-content {
  text-align: left;
}
.product-modal-content .cw {
  width: 98%;
}
.product-modal-content__links {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 20px 0 12px;
}
.product-modal-content .product-card-block .product-card-info {
  background: #f7f7f7;
}
.product-modal-content .product-card-block .product-card-info .product-attributes-list {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 12px;
}
.product-modal-content .product-card-block .product-card-info .product-attributes-list:before {
  display: none;
}
.product-modal-content .product-card-block .product-card-info .product-attributes-list .attribute .title, .product-modal-content .product-card-block .product-card-info .product-attributes-list .attribute .value {
  background: #f7f7f7;
}
.product-modal-content h1 {
  font-size: 32px;
  line-height: 40px;
}

.product-show-more {
  text-align: center;
  margin-top: 32px;
}

.product-popup-block {
  position: relative;
}
.product-popup-block_single:focus-within .product-popup-block__content, .product-popup-block_single:focus .product-popup-block__content {
  display: block;
}
.product-popup-block input {
  width: 100%;
}
.product-popup-block__link {
  position: relative;
  color: #333;
  cursor: pointer;
}
.product-popup-block__link_underline:hover {
  text-decoration: none;
}
.product-popup-block__link_underline:before {
  position: absolute;
  border-bottom: 1px dashed #333;
  content: "";
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
}
.product-popup-block__link:focus-within + .product-popup-block__content, .product-popup-block__link:focus + .product-popup-block__content {
  display: block;
}
.product-popup-block__content {
  display: none;
  z-index: 1111;
  position: absolute;
  right: 0;
  bottom: 25px;
  height: 400px;
  width: 600px;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 0 9px 7px rgba(0, 0, 0, 0.1);
  overflow: scroll;
}
.product-popup-block__content p {
  font-size: 16px;
  line-height: 140%;
  color: #000;
  margin-bottom: 15px;
}
.product-popup-block__content p:last-child {
  margin-bottom: 0;
}
.product-popup-block__content iframe {
  border-radius: 16px;
}

.accept-city-modal {
  max-width: 500px !important;
}
.accept-city-modal .main-title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 16px;
}
.accept-city-modal .description {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 20px;
}
.accept-city-modal .buttons-inline .btn {
  margin: 0 8px;
  font-size: 14px;
  padding: 12px 30px;
}

.helper-text {
  color: #000;
  margin: 16px 0 24px;
  display: block;
  text-align: left;
  background: #f3f3f3;
  padding: 10px;
  border-radius: 10px;
}
.helper-text strong {
  display: block;
  margin-bottom: 6px;
}
.helper-text a {
  color: #5cc6fa;
  text-decoration: underline;
}
.helper-text a:hover {
  font-weight: bold;
}

/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes remodal-opening-keyframes {
  from {
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    transform: none;
    opacity: 1;
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@keyframes remodal-closing-keyframes {
  from {
    transform: scale(1);
    opacity: 1;
  }
  to {
    transform: scale(0.95);
    opacity: 0;
    filter: blur(0);
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 650px;
  }
  .remodal.remodal-cities {
    max-width: 960px;
  }
  .remodal.remodal-pickups {
    max-width: 1050px;
  }
}
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}

.lt-ie9 .remodal {
  width: 550px;
}

@font-face {
  font-family: "Panton";
  src: url("../fonts/Panton-Light.otf");
  font-weight: 100;
}
@font-face {
  font-family: "Panton";
  src: url("../fonts/Panton-Light.otf");
  font-weight: 300;
}
@font-face {
  font-family: "Panton";
  src: url("../fonts/Panton-Regular.otf");
  font-weight: 400;
}
@font-face {
  font-family: "Panton";
  src: url("../fonts/Panton-SemiBold.otf");
  font-weight: 600;
}
@font-face {
  font-family: "Panton";
  src: url("../fonts/Panton-Bold.otf");
  font-weight: 700;
}
@font-face {
  font-family: "Panton";
  src: url("../fonts/Panton-ExtraBold.otf");
  font-weight: 800;
}
* {
  padding: 0;
  margin: 0;
  font-family: "Panton";
  font-weight: 400;
  font-size: 14px;
}

strong, strong * {
  font-weight: bold;
  font-size: inherit;
}

ul {
  list-style-position: inside;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  text-decoration: underline;
}

h1, h2, h3, h4, .main-title span {
  margin: 24px 0;
  font-style: normal;
  font-weight: 800;
  font-size: 40px;
  line-height: 48px;
  color: #000000;
}

input[type=search i]::-webkit-search-cancel-button {
  display: none;
}

.instagram-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.instagram-title .subscribers {
  font-weight: bold;
  color: #aaa;
}

.desktop-visible {
  display: flex;
}

.mobile-visible {
  display: none;
}

@media (max-width: 560px) {
  .desktop-visible {
    display: none !important;
  }

  .mobile-visible {
    display: flex !important;
  }
}
h1.homepage {
  margin: 45px 0 0 !important;
}

h2, .main-title span {
  font-size: 32px;
  line-height: 38px;
}

body.fixed {
  overflow: hidden;
  left: 0;
  top: 0;
}
body.fixed:after {
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  display: block;
  z-index: 111;
  width: 100%;
  height: 100%;
}

.main-title a {
  text-decoration: none;
}
.main-title a:hover {
  color: #666;
}
.main-title a:hover span {
  color: #666;
}

.ts.show-subtitle:after {
  content: attr(data-subtitle);
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #999;
  margin-left: 16px;
}

.main-title span {
  display: flex;
  align-items: center;
}
.main-title span:after {
  background-image: url("../images/title-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  content: "";
  position: relative;
  top: -2px;
}

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

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

hr {
  border: 1px solid #ccdfea;
}

::-webkit-scrollbar-thumb {
  height: 6px;
  border: 3px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  -webkit-border-radius: 7px;
  background-color: #5CC6FA;
}

html {
  height: 100%;
}

body {
  background: #F5F6FB;
  color: #191919;
  font-size: 14px;
  min-height: 100%;
  position: relative;
}

.cw {
  width: 92%;
  max-width: 1360px;
  margin: 0 auto;
  position: relative;
}

.cw-menu {
  width: 76%;
  max-width: 1100px;
}

.btn {
  background: #5CC6FA;
  border-radius: 8px;
  padding: 15px 40px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #FFFFFF;
  transition: 0.2s;
  box-sizing: border-box;
  border: 1px solid #5CC6FA;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn:hover {
  text-decoration: none;
  background: #00a3d0;
  border-color: #00a3d0;
}
.btn:disabled {
  filter: grayscale(1);
}
.btn img {
  max-height: 24px;
  max-width: 24px;
}
.btn.transparent {
  background: transparent;
  color: #5CC6FA;
  border-color: rgba(92, 198, 250, 0.32);
}
.btn.transparent:hover {
  background: transparent;
  border-color: #00a3d0;
}
.btn.red {
  border-color: rgba(233, 52, 89, 0.32);
  color: #b62845;
}
.btn.red:hover {
  background: transparent;
  border-color: #b62845;
}
.btn.big {
  padding: 15px 100px;
}
.btn.favorite {
  padding: 15px;
}

.disabled-btn {
  filter: grayscale(1);
  opacity: 0.5;
  pointer-events: none;
}

.social-links {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 10px;
}
.social-links a {
  margin-right: 20px;
  transition: 0.2s;
}
.social-links a:last-child {
  margin-right: 0;
}
.social-links a:hover {
  opacity: 0.7;
}
.social-links a img {
  height: 40px;
}

.mobile-menu {
  display: none;
}

body.header-fixed #content {
  padding-top: 120px;
}
body.header-fixed header {
  position: fixed;
  height: 90px;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1111;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
}
body.header-fixed header .header-menu {
  display: none;
}
body.header-fixed header .header-navigation {
  padding: 21px 0;
}
body.header-fixed header .header-navigation .cw .live-search {
  margin-left: 310px;
}
body.header-fixed header .header-navigation .cw .select-city, body.header-fixed header .header-navigation .cw .callback, body.header-fixed header .header-navigation .cw .user {
  display: none;
}
body.header-fixed header .header-catalog {
  height: 0;
  padding: 0;
  justify-content: flex-end;
  position: absolute;
  width: 100%;
  top: 23px;
  border-top: 0;
}
body.header-fixed header .header-catalog .catalog-open {
  left: 170px;
  position: absolute;
}
body.header-fixed header .header-catalog .cw .favorite {
  margin-right: 32px;
  margin-left: auto;
}
body.header-fixed header .header-catalog .cw .menu {
  display: none;
}

.header-banner {
  display: block;
  height: 6vw;
  min-height: 60px;
}
.header-banner__slide {
  display: block;
  background-size: cover;
  background-position: center;
  background-image: var(--big-banner);
  width: 100%;
  height: 100%;
  position: relative;
}
.header-banner__close:after {
  font-size: 28px;
  line-height: 34px;
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  content: "\D7";
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.1);
  color: #000;
  border-radius: 50%;
  right: 12px;
  top: calc(50% - 14px);
}

header {
  position: relative;
  z-index: 1111;
  background: #F5F6FB;
}
header .header-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
}
header .header-menu nav ul {
  list-style: none;
  display: flex;
  align-items: center;
}
header .header-menu nav ul li {
  margin-right: 32px;
}
header .header-menu nav ul li a {
  color: #999;
}
header .header-navigation {
  padding: 24px 0;
  background: #fff;
}
header .header-navigation .cw {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-navigation .cw .logo {
  transition: 0.2s;
  position: relative;
  z-index: 1;
}
header .header-navigation .cw .logo:hover {
  opacity: 0.7;
}
header .header-navigation .cw .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-navigation .cw .logo span {
  background-image: var(--big-logo);
  width: 126px;
  height: 48px;
  display: block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
header .header-navigation .cw .live-search {
  margin-left: 130px;
  margin-right: auto;
  width: 470px;
  position: relative;
  transition: 0.2s;
  z-index: 1;
}
header .header-navigation .cw .live-search__mobile-cancel {
  display: none;
}
header .header-navigation .cw .live-search #search-input:not(:-moz-placeholder-shown) + label {
  display: none;
}
header .header-navigation .cw .live-search #search-input:not(:-ms-input-placeholder) + label {
  display: none;
}
header .header-navigation .cw .live-search #search-input:not(:placeholder-shown) + label, header .header-navigation .cw .live-search #search-input:focus + label {
  display: none;
}
header .header-navigation .cw .live-search label {
  left: 14px;
  position: absolute;
  color: #999;
  font-size: 15px;
  top: 17px;
  z-index: 111;
  cursor: text;
}
header .header-navigation .cw .live-search.with-results {
  transition: 0.2s;
}
header .header-navigation .cw .live-search.with-results input[type=search] {
  border-color: rgba(0, 0, 0, 0.06);
  border-radius: 8px 8px 0 0;
}
header .header-navigation .cw .live-search.with-results:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.06);
}
header .header-navigation .cw .live-search .empty-results {
  padding: 10px 0;
}
header .header-navigation .cw .live-search .empty-results span {
  color: #aaa;
  font-weight: bold;
}
header .header-navigation .cw .live-search .search-list-result-mobile {
  display: none;
  position: absolute;
  z-index: 22;
  top: 100%;
  left: 0;
  width: 100%;
  list-style: none;
  background: #fff;
  border-radius: 0 0 8px 8px;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  box-sizing: border-box;
}
header .header-navigation .cw .live-search .search-list-result-mobile .list-all {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  border-top: 1px solid #fafafa;
  text-align: center;
  border-radius: 0 0 8px 8px;
}
header .header-navigation .cw .live-search .search-list-result-mobile .list-all a {
  color: #5bc6fa;
  font-weight: bold;
}
header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result {
  max-height: 500px;
  overflow: auto;
  padding-bottom: 36px;
}
header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result li:not(:last-child) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result li:last-child a {
  border-radius: 0 0 8px 8px;
}
header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result li.search-default {
  display: flex;
  align-items: center;
  position: relative;
}
header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result li.search-default a {
  padding: 10px 30px 10px 44px;
  width: 100%;
}
header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result li.search-default:before {
  content: "";
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  position: absolute;
  left: 12px;
  z-index: 1;
  opacity: 0.5;
}
header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result li a, header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result li span {
  display: block;
}
header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result li.list-all a {
  font-weight: bold;
  color: #5CC6FA;
}
header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result li.list-all a:after {
  display: none;
}
header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result li a {
  padding: 10px 30px 10px 16px;
  color: #666;
  font-size: 15px;
  position: relative;
  display: flex;
  align-items: center;
}
header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result li a img {
  height: 48px;
  margin-right: 12px;
  width: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result li a:after {
  content: "";
  width: 9px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: calc(50% - 7px);
  background-image: url("../images/search-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  display: block;
}
header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result li a:hover {
  background: #fafafa;
  text-decoration: none;
}
header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result li span {
  font-size: 14px;
  color: #6d6d6d;
  padding: 8px 10px;
  background: #f7f7f7;
  border-radius: 0 0 8px 8px;
}
header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result li span.search-price {
  color: #969696;
  background: transparent;
  flex-shrink: 0;
  font-weight: bold;
  padding: 0 0 0 8px;
  border-radius: 0;
  margin-left: auto;
}
header .header-navigation .cw .live-search input[type=search] {
  transition: 0.2s;
  background: #fafafa;
  border-radius: 8px;
  padding: 14px;
  padding-bottom: 13px;
  box-sizing: border-box;
  outline: none;
  width: 100%;
  position: relative;
  z-index: 22;
  font-size: 16px;
}
header .header-navigation .cw .live-search input[type=submit] {
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  right: 16px;
  background: transparent;
  top: calc(50% - 8px);
  border: none;
  cursor: pointer;
  background-image: url(../images/search.svg);
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
  transition: 0.2s;
}
header .header-navigation .cw .live-search input[type=submit]:hover {
  opacity: 0.7;
}
header .header-navigation .cw .mobile-header-catalog-btn {
  display: none;
}
header .header-navigation .cw .select-city {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: auto;
}
header .header-navigation .cw .select-city span {
  margin: 0 4px 0 12px;
  display: block;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  max-width: 150px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
header .header-navigation .cw .select-city:after {
  content: "";
  width: 8px;
  height: 5px;
  background-image: url("../images/geo-position-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  top: -2px;
}
header .header-navigation .cw .callback {
  text-align: right;
  margin-right: auto;
  position: relative;
}
header .header-navigation .cw .callback div .telephone {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
header .header-navigation .cw .callback div .telephone.free {
  position: relative;
}
header .header-navigation .cw .callback div .telephone.free:after {
  position: absolute;
  bottom: -18px;
  color: #777;
  left: 0;
  content: "(\437\432\43E\43D\43E\43A   \431\435\441\43F\43B\430\442\43D\44B\439)";
  width: 100%;
  font-size: 12px;
}
header .header-navigation .cw .callback .callback-btn {
  color: #5CC6FA;
  font-weight: 700;
  position: absolute;
  bottom: -18px;
  display: inherit;
  right: 0;
}
header .header-navigation .cw .user a {
  display: flex;
  align-items: center;
}
header .header-navigation .cw .user a svg {
  margin-right: 15px;
}
header .header-navigation .cw .user a span {
  position: relative;
  top: 2px;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
header .header-catalog {
  border-top: 1px solid #fafafa;
  background: #fff;
  padding: 16px 0;
}
header .header-catalog .cw {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-catalog .cw .catalog-open, header .header-catalog .cw .cart, header .header-catalog .cw .favorite {
  padding-top: 11px;
  padding-bottom: 11px;
}
header .header-catalog .cw .catalog-open {
  padding-left: 24px;
  padding-right: 24px;
  min-width: 210px;
}
header .header-catalog .cw .catalog-open span {
  font-weight: bold;
  margin-top: 1px;
}
header .header-catalog .cw .catalog-open img {
  margin-right: 16px;
}
header .header-catalog .cw .menu {
  margin: 0 30px;
  display: flex;
  align-items: center;
  list-style: none;
  flex-wrap: nowrap;
  overflow: auto;
  /*position: relative;
  top: 5px;*/
}
header .header-catalog .cw .menu::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  opacity: 0.5;
}
header .header-catalog .cw .menu ul {
  list-style: none;
  display: none;
}
header .header-catalog .cw .menu::-webkit-scrollbar-thumb {
  background-color: rgba(92, 198, 250, 0.5);
}
header .header-catalog .cw .menu li {
  margin: 0 15px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
header .header-catalog .cw .menu li:first-child {
  margin-left: 0;
}
header .header-catalog .cw .menu li a {
  display: block;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
header .header-catalog .cw .menu li a:hover {
  opacity: 0.7;
}
header .header-catalog .cw .menu li a img {
  max-height: 24px;
}
header .header-catalog .cw .menu li a span {
  display: block;
  font-weight: bold;
  font-size: 14px;
  margin-top: 6px;
}
header .header-catalog .cw .menu li a.discount {
  color: #ea3459;
}
header .header-catalog .cw .favorite {
  margin-right: 24px;
  margin-left: auto;
}
header .header-catalog .cw .cart {
  padding: 11px 15px;
  flex-shrink: 0;
  position: relative;
}
header .header-catalog .cw .cart img {
  margin-right: 12px;
  position: relative;
  top: -2px;
}
header .header-catalog .cw .cart:hover span:before {
  border-color: #00a3d0;
}
header .header-catalog .cw .cart .title {
  font-weight: bold;
}
header .header-catalog .cw .cart .count {
  position: absolute;
  left: 28px;
  top: 7px;
  width: 13px;
  height: 13px;
  padding-top: 1px;
  background: #ffffff;
  color: #5bc6fa;
  font-weight: 700;
  font-size: 10px;
  border-radius: 4px;
  border: 1px solid #5bc6fa;
  display: none;
  align-items: center;
  justify-content: center;
}
header .header-catalog .cw .cart .count.showed {
  display: flex;
}
header .header-catalog .cw .cart .sum {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  margin-left: 30px;
  position: relative;
}
header .header-catalog .cw .cart .sum:before {
  border-left: 1px solid rgba(92, 198, 250, 0.32);
  position: absolute;
  left: -15px;
  top: -14px;
  height: 46px;
  content: "";
  transition: 0.2s;
}
header .header-catalog-list {
  display: none;
  position: absolute;
  z-index: 111;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  padding: 40px 0;
  max-height: calc(100vh - 300px);
  overflow-y: auto;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.05);
}
header .header-catalog-list .cw {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
header .header-catalog-list .cw .header-catalog-category {
  width: 20%;
  margin-right: 5%;
  margin-bottom: 40px;
}
header .header-catalog-list .cw .header-catalog-category div {
  margin-bottom: 12px;
}
header .header-catalog-list .cw .header-catalog-category div a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
header .header-catalog-list .cw .header-catalog-category div:first-child {
  margin-bottom: 24px;
}
header .header-catalog-list .cw .header-catalog-category div:first-child a {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #5CC6FA;
}

.header-fixed header .header-navigation .cw .live-search .search-list-result {
  min-width: 350px;
}
.header-fixed header .header-navigation .cw .live-search .search-list-result-desktop {
  top: 96px;
}

header .social-links {
  margin-top: 0;
  margin-bottom: 5px;
}

#content {
  padding: 15px 0 50px;
}
#content h1:first-child {
  margin-top: 0;
}

.about-slider {
  margin: 40px 0 72px;
  width: 75%;
}
.about-slider #main-slider .slide {
  height: 42.32vw;
  max-height: 620px;
}

#main-slider {
  width: 100%;
  margin-top: 15px;
  height: 42.32vw;
}
#main-slider:not(.slick-initialized) {
  height: 42.32vw;
  overflow: hidden;
}
#main-slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-slider .slide {
  position: relative;
  height: 42.32vw;
  max-height: 620px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #f2faf8;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  align-items: center;
  outline: none;
  text-decoration: none;
  transition: 0.2s;
}
#main-slider .slide:hover {
  opacity: 0.7;
}
#main-slider .slide .info {
  width: 260px;
  margin: auto auto 60px auto;
  padding: 20px;
  box-sizing: border-box;
}
#main-slider .slide .info .title {
  font-weight: 800;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #FFFFFF;
}

#main-banner {
  height: 145px;
  border-radius: 12px;
}
#main-banner .banner {
  height: 145px;
  border-radius: 12px;
  transition: 0.2s;
  background-size: cover;
  background-position: center;
  outline: none;
}
#main-banner .banner:hover {
  opacity: 0.7;
}

#main-news {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main-news .new {
  border-radius: 16px;
  display: block;
  width: 49%;
  max-height: 260px;
  height: 18vw;
  margin-bottom: 2%;
  transition: 0.2s;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
#main-news .new:hover {
  opacity: 0.7;
}
#main-news .new:hover {
  text-decoration: none;
}
#main-news .new .information {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  padding: 80px 32px 32px 32px;
  box-sizing: border-box;
  width: 60%;
  height: 100%;
}
#main-news .new .information .title {
  font-weight: 800;
  font-size: 34px;
  line-height: 41px;
  color: #FFFFFF;
}
#main-news .new .information .description {
  margin-top: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

#main-about {
  background: #fff;
  padding: 110px 0;
}
#main-about .cw {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#main-about .cw > * {
  width: 48%;
}
#main-about .cw .about-description h2 {
  margin: 0 0 15px 0;
  font-size: 38px;
}
#main-about .cw .about-description .description {
  font-weight: normal;
  font-size: 16px;
  line-height: 28px;
  color: #878787;
}
#main-about .cw .about-description .description p {
  margin-bottom: 20px;
}
#main-about .cw .about-image img {
  border-radius: 8px;
  width: 100%;
}

#mobile-filter-open {
  display: none;
}

.main-catalog {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.main-catalog .catalog-filter {
  width: 25%;
}
.main-catalog .catalog-filter .btn-catalog-filter-close {
  display: none;
}
.main-catalog .catalog-filter .catalog-filter-mobile-title {
  display: none;
}
.main-catalog .catalog-filter .title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  position: relative;
  width: 100%;
  display: block;
}
.main-catalog .catalog-filter .title:hover {
  text-decoration: none;
  opacity: 0.7;
}
.main-catalog .catalog-filter .title:after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("../images/pm-p.svg");
  background-position: center;
  background-size: 12px;
  opacity: 0.7;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
}
.main-catalog .catalog-filter-field {
  padding: 24px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.main-catalog .catalog-filter-field label {
  cursor: pointer;
  margin-bottom: 0;
}
.main-catalog .catalog-filter-field .prices-range {
  position: relative;
  pointer-events: none;
  margin-top: 24px;
}
.main-catalog .catalog-filter-field .prices-range:after {
  content: "";
  left: 0;
  top: 8px;
  width: 100%;
  height: 3px;
  background: #5CC6FA;
  display: block;
  position: absolute;
}
.main-catalog .catalog-filter-field .prices-range input[type=range] {
  height: 25px;
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  position: relative;
  z-index: 1;
}
.main-catalog .catalog-filter-field .prices-range input[type=range]:last-child {
  margin-top: -25px;
}
.main-catalog .catalog-filter-field .prices-range input[type=range]:focus {
  outline: none;
}
.main-catalog .catalog-filter-field .prices-range input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px 3px #5cc6fa;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6.5px;
  pointer-events: all;
}
.main-catalog .catalog-filter-field .prices-range input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 5px #696969;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #696969;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: 7px;
  pointer-events: all;
}
.main-catalog .catalog-filter-field .prices-range input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #696969;
  border: 0px solid #696969;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  background: #696969;
  cursor: pointer;
  pointer-events: all;
}
.main-catalog .catalog-filter-field.filter-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-catalog .catalog-filter-field.filter-line .title:after {
  display: none;
}
.main-catalog .catalog-filter-field.opened .title:after {
  background-image: url("../images/pm-m.svg");
}
.main-catalog .catalog-filter-field.opened .catalog-filter-field-values {
  display: block;
}
.main-catalog .catalog-filter-field-values {
  display: none;
  padding: 16px 0 0;
}
.main-catalog .catalog-filter .checkbox-list {
  margin: 16px 0 8px;
}
.main-catalog .catalog-filter .checkbox-list > div span {
  margin-left: 8px;
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.4);
  margin-top: auto;
  margin-bottom: 2px;
}
.main-catalog .catalog-filter .checkbox-list > div:not(:last-child) {
  margin-bottom: 8px;
}
.main-catalog .catalog-list-block {
  width: 72%;
}
.prices-range-values {
  display: flex;
  align-items: center;
  position: relative;
}
.prices-range-values:before, .prices-range-values:after {
  content: "\43E\442";
  font-weight: 600;
  font-size: 14px;
  position: absolute;
  left: 16px;
  top: 11px;
}
.prices-range-values:after {
  left: calc(50% + 16px);
  content: "\434\43E";
}
.prices-range-values input {
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  padding: 10px 10px 10px 40px !important;
  width: 50% !important;
  background: transparent !important;
  color: #999;
}
.prices-range-values input.price-value-min {
  border-radius: 8px 0 0 8px !important;
}
.prices-range-values input.price-value-max {
  border-radius: 0 8px 8px 0 !important;
  border-left: 0 !important;
}

.main-catalog .inline-blocks > * {
  margin: 0;
}
.main-catalog .catalog-list {
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}
.main-catalog .catalog-list .product {
  overflow: hidden;
}

.product__open-modal {
  display: none;
  position: absolute;
  background: #6bcbfa;
  margin: auto;
  color: #fff;
  padding: 8px;
  border-radius: 10px;
  font-weight: bold;
  opacity: 0.7;
}

.product__open-modal:hover {
  opacity: 1;
}

.catalog-list {
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
}
.catalog-list.catalog-categories-main {
  flex-wrap: nowrap;
  overflow: auto;
}
.catalog-list.catalog-categories-main::-webkit-scrollbar {
  width: 6px;
  height: 10px;
  opacity: 0.5;
}
.catalog-list.catalog-categories-main::-webkit-scrollbar-thumb {
  background-color: rgba(92, 198, 250, 0.5);
}
.catalog-list.catalog-categories-main::-webkit-scrollbar-thumb {
  background-color: rgba(92, 198, 250, 0.5);
}
.catalog-list .product {
  position: relative;
  background: #fff;
  padding: 45px 35px;
  box-sizing: border-box;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
}
.catalog-list .product a {
  outline: none;
}
.catalog-list .product:hover {
  opacity: 0.7;
}
.catalog-list .product:hover {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
}
.catalog-list .product .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 225px;
  margin-top: 12px;
  position: relative;
}
.catalog-list .product .image img {
  max-width: 100%;
  max-height: 100%;
}
.catalog-list .product .title {
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #333333;
}
.catalog-list .product__gift {
  position: absolute;
  left: -5px;
  top: 0;
  z-index: 11;
  width: 85px;
}
.catalog-list .product .images-container {
  width: 100%;
  height: 225px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 12px;
}
.catalog-list .product .images {
  width: 100%;
  height: 100%;
}
.catalog-list .product .images .slick-list {
  height: 100%;
  margin: 0;
  padding-bottom: 0;
}
.catalog-list .product .images .slick-list .slick-slide {
  margin: 0;
}
.catalog-list .product .images .slick-track {
  height: 100%;
}
.catalog-list .product .images .slick-dots {
  bottom: -25px;
}
.catalog-list .product .images .slick-dots li li {
  margin: 0 4px;
}
.catalog-list .product .images .slick-dots li button:before {
  font-size: 9px;
}
.catalog-list .product .images img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.catalog-list .product .images img:not([src=""]):before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: url(../images/loading.gif);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 60px;
}
.catalog-list .product:hover .product__open-modal {
  display: block;
  z-index: 11;
}
.catalog-list .product-badges {
  position: absolute;
  z-index: 1;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.catalog-list .product-badges span {
  font-size: 12px;
  color: #fff;
  border-radius: 0 6px 6px 0;
  padding: 4px 8px 2px 16px;
  text-transform: uppercase;
  font-weight: bold;
  opacity: 0.9;
}
.catalog-list .product-badges span.discount {
  background: #b62845;
}
.catalog-list .product-badges span.hit {
  background: #EC6E2D;
}
.catalog-list .product-badges span.new {
  background: #3444EC;
}
.catalog-list .product-badges span.little-lost {
  background: #11c970;
}
@media (max-width: 767px) {
  .catalog-list .product-badges span {
    font-size: 10px;
    padding: 2px 6px 0px 8px;
    font-weight: bold;
  }
}
.catalog-list .category {
  position: relative;
  background: #fff;
  padding: 45px 35px;
  box-sizing: border-box;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  border-radius: 8px;
  min-width: 150px;
  width: 150px;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  padding: 16px;
  transition: 0.2s;
}
.catalog-list .category a {
  outline: none;
}
.catalog-list .category:hover {
  opacity: 0.7;
}
.catalog-list .category:hover {
  box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.05);
}
.catalog-list .category .image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 225px;
  margin-top: 12px;
  position: relative;
  height: 90px;
  margin-bottom: 20px;
}
.catalog-list .category .image img {
  max-width: 100%;
  max-height: 100%;
}
.catalog-list .category .title {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  color: #000000;
  overflow: hidden;
}
.catalog-list .product {
  padding: 0;
  text-align: left;
  outline: none;
  display: flex;
  flex-wrap: wrap;
  max-width: 400px;
}
.catalog-list .product .product-price {
  margin-top: 0px;
}
.catalog-list .product__info {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.catalog-list .product:nth-child(4n+4) {
  margin-right: 0;
}
.catalog-list .product:hover {
  box-shadow: 2px 5px 15px rgba(0, 0, 0, 0.075);
  opacity: 1;
}
.catalog-list .product .information {
  /*height: 85px;*/
  width: 100%;
  display: block;
}
.catalog-list .product .product-favorite {
  right: 16px;
  top: 18px;
  position: absolute;
  z-index: 1;
}
.catalog-list .product .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  text-align: left;
  color: #000;
  margin-bottom: 8px;
}
.catalog-list .product .tabs {
  position: absolute;
  top: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: calc(100% - 30px);
  z-index: 1;
}
.catalog-list .product .tabs.tabs--spacing {
  padding-left: 90px;
}
.catalog-list .product .tabs.tabs--spacing span:first-child {
  border-radius: 0 0 6px 6px;
}
.catalog-list .product .tabs > * {
  margin-right: 10px;
}
.catalog-list .product .tabs span {
  border-radius: 0 0 6px 6px;
  padding: 6px 10px 4px 10px;
  font-size: 16px;
  font-weight: 700;
}
.catalog-list .product .tabs span:first-child {
  border-radius: 12px 0 6px;
}
.catalog-list .product .tabs .discount {
  background: #ea3459;
  color: #fff;
}
.catalog-list .product .tabs .promotion {
  background: #25a921;
  color: #fff;
  font-size: 12px;
}
.catalog-list .product .tabs .under-order {
  background: #5CC6FA;
  color: #FFFFFF;
}
.catalog-list .product .product-cart-control {
  margin-left: auto;
  margin-top: 4px;
}
.catalog-list .product .product-cart-control .cart-count .number {
  margin: 0 10px;
}
.catalog-list .product .to-cart {
  z-index: 1;
  background: #ea3459;
  border-color: #ea3459;
  color: #fff;
  box-sizing: border-box;
  margin-left: auto;
  transition: 0.2s;
  padding: 6px 18px;
  min-width: 112px;
}
.catalog-list .product .to-cart.inCart {
  background: #11c970;
  border: 1px solid #11c970;
}
.catalog-list .product .to-cart.inCart:hover {
  background: #0fb163;
  border: 1px solid #0fb163;
}
.catalog-list .product .to-cart img {
  max-height: 21px;
  max-width: 21px;
}
.catalog-list .product .to-cart:hover {
  color: #fff;
  background: #d5163d;
  border: 1px solid #d5163d;
}

.product-lost {
  color: #999;
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.similar-products-lost {
  margin-bottom: 80px !important;
}

.product-stock-price {
  padding: 4px 6px 3px 6px;
  background: #e50a38;
  border-radius: 6px;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

/*.product-card__not_stock {
	pointer-events: none;
	opacity: .5;
}*/
.video-reviews-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.video-reviews-list.video-reviews {
  margin: 50px 0;
}
.video-reviews-list.vertical {
  margin: 24px 0;
  flex-direction: column;
}
.video-reviews-list.vertical .video-reviews-list-item {
  margin-right: 0 !important;
  margin-bottom: 32px;
  width: 100%;
}
.video-reviews-list.vertical .video-reviews-list-item .title {
  height: auto;
}
.video-reviews-list-item {
  width: 23.5%;
  text-decoration: none;
  margin-right: 2%;
  margin-bottom: 3%;
  transition: 0.2s;
}
.video-reviews-list-item:hover {
  opacity: 0.7;
}
.video-reviews-list-item:nth-child(4n+4) {
  margin-right: 0;
}
.video-reviews-list-item:hover {
  text-decoration: none;
}
.video-reviews-list-item .image {
  width: 100%;
  height: 210px;
  display: block;
  border-radius: 12px;
  position: relative;
}
.video-reviews-list-item .image:after {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  width: 53px;
  height: 37px;
  background-image: url("../images/youtube-play.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.video-reviews-list-item .image img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
}
.video-reviews-list-item .title {
  height: 52px;
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  color: #000000;
  margin-top: 16px;
  display: block;
}

.instagram-item .image img {
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
}
.instagram-item .image:after {
  display: none;
}

.video_review-information {
  margin-top: 16px;
  display: flex;
}
.video_review-information span {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #999;
}
.video_review-information span.views {
  margin-left: 25px;
  position: relative;
}
.video_review-information span.views:before {
  content: "";
  height: 100%;
  left: -13px;
  border-left: 1px solid #d9d9d9;
  top: -2px;
  position: absolute;
}
.video_review-information span.views img {
  margin-right: 8px;
}

.video_reviews-page-blocks {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.video_reviews-page-information {
  padding: 24px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 16px;
  width: 72%;
}
.video_reviews-page-information .video_review-information {
  margin-top: 24px;
}
.video_reviews-page-information .iframe, .video_reviews-page-information iframe {
  border-radius: 12px;
}
.video_reviews-page-information .description {
  margin: 32px 0;
}
.video_reviews-page-information .description p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 20px;
}
.video_reviews-page-information .product {
  margin-top: 70px;
  padding-top: 24px;
  position: relative;
  display: flex;
}
.video_reviews-page-information .product:after {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  left: -24px;
  top: 0;
  width: calc(100% + 48px);
  content: "";
  position: absolute;
}
.video_reviews-page-information .product .cart-block {
  width: 100%;
  padding: 0;
  margin-bottom: 0;
}
.video_reviews-page-information .product .cart-block .cart-list {
  width: 100%;
}
.video_reviews-page-information .product .cart-block .cart-list .cart-item .control span.inCart {
  color: #fff;
}
.video_reviews-page-information .product .cart-block .cart-list .cart-item .price {
  margin-left: 2%;
}
.video_reviews-page-information .product .cart-block .cart-list .cart-item .title {
  width: 40%;
}
.video_reviews-page-information .product .cart-block .cart-list .cart-item .title .product-about {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 8px;
  width: 100%;
}
.video_reviews-page-information .product .cart-block .cart-list .cart-item .title .product-about .product-reviews {
  margin-top: 4px;
}
.video_reviews-page-information .product .cart-block .cart-list .cart-item .title .product-about .product-cards {
  width: auto;
}
.video_reviews-page-information .product .cart-block .cart-list .cart-item .title .product-about .product-cards .card {
  margin-bottom: 0;
}
.video_reviews-page-similar {
  width: 25%;
}
.video_reviews-page-similar p.title {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}

.radio-stars {
  display: flex;
  align-items: center;
}
.radio-stars label {
  width: 32px;
  height: 32px;
  background: url("../images/star-full.svg") center no-repeat;
  background-size: contain;
  margin-right: 4px;
  cursor: pointer;
  transition: 0.2s;
}
.radio-stars label.null {
  background: url("../images/star-null.svg") center no-repeat;
  background-size: 32px;
}
.radio-stars label:hover {
  opacity: 0.7;
}
.radio-stars input {
  display: none !important;
}

.catalog-subcategories .category {
  width: 32%;
  margin-right: 2%;
}
.catalog-subcategories .category:nth-child(4n+4) {
  margin-right: 2%;
}
.catalog-subcategories .category:nth-child(3n+3) {
  margin-right: 0 !important;
}

.catalog-menu {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.catalog-menu select {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  padding: 10px 40px 10px 16px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}
.catalog-menu select:hover {
  opacity: 0.8;
}

.product-page h1 {
  margin-bottom: 10px;
}
.product-page-header {
  margin: 10px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}
.product-page-header .product-reviews {
  margin-top: 0;
  margin-right: 32px;
}
.product-page-header .product-cards .card {
  margin-bottom: 0;
}
.product-page-header .product-cards .card:last-child {
  margin-right: 32px;
}
.product-page-header .product-favorite {
  margin-right: 32px;
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
.product-page-header .product-favorite img {
  margin-right: 12px;
}
.product-page-header .product-share {
  font-weight: bold;
  font-size: 16px;
  display: flex;
  align-items: center;
  color: #999;
  transition: 0.2s;
  position: relative;
}
.product-page-header .product-share .ya-share2 {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
  background: #fff;
  padding: 16px;
  box-sizing: border-box;
  z-index: 11;
  min-width: 200px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}
.product-page-header .product-share .ya-share2:after {
  content: "";
  position: absolute;
  left: 8px;
  top: -14px;
  border: 7px solid transparent;
  border-bottom: 7px solid #fff;
}
.product-page-header .product-share:hover {
  text-decoration: none;
  color: #000;
}
.product-page-header .product-share:hover img {
  filter: grayscale(0);
  opacity: 0.6;
}
.product-page-header .product-share img {
  margin-right: 12px;
  position: relative;
  top: -2px;
  filter: grayscale(1);
  opacity: 0.3;
  transition: 0.2s;
}
.product-page-header .product-article {
  margin-left: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #999;
}

.product-card-block {
  margin-top: 15px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product-card-block .product-card-info .cart-add {
  background: #ea3459;
  border-color: #ea3459;
  padding: 22px 40px;
}
.product-card-block .product-card-info .cart-add:hover {
  background: #e81d46;
  border-color: #e81d46;
}
.product-card-block .product-card-info .cart-add.inCart {
  background: #11c970;
  border-color: #11c970;
}
.product-card-block .product-card-info .cart-add.inCart:hover {
  background: #0fb163;
  border-color: #0fb163;
}
.product-card-block .product-card-main {
  width: 68%;
}
.product-card-block .product-card-images {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 32px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 24px;
}
.product-card-block .product-card-images a[data-toggle=full-screen] {
  position: absolute;
  z-index: 11;
  right: 32px;
  top: 32px;
  transition: 0.2s;
}
.product-card-block .product-card-images a[data-toggle=full-screen]:hover {
  opacity: 0.7;
}
.product-card-block .product-card-images .main-image {
  display: flex;
  align-items: center;
  height: 500px;
  width: 100%;
}
.product-card-block .product-card-images .main-image > div {
  height: 100%;
  width: 100%;
  text-align: center;
  display: none;
}
.product-card-block .product-card-images .main-image > div.slick-list {
  display: block;
}
.product-card-block .product-card-images .main-image > div:not([class]) {
  display: none;
}
.product-card-block .product-card-images .main-image > div:first-child {
  display: block;
}
.product-card-block .product-card-images .main-image > div.video-element {
  display: none;
}
.product-card-block .product-card-images .main-image > div.video-element + div:not([class]) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card-block .product-card-images .main-image .slick-list {
  width: 100%;
}
.product-card-block .product-card-images .main-image .slick-slide {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
}
.product-card-block .product-card-images .main-image a {
  outline: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.product-card-block .product-card-images .main-image img {
  margin: 0 auto;
  vertical-align: middle;
  max-width: 95%;
  max-height: 95%;
}
.product-card-block .product-card-images .main-image .slick-prev, .product-card-block .product-card-images .main-image .slick-next {
  height: 50px;
  width: 50px;
  background: url(../images/product-slider-arrow.svg) center no-repeat;
  left: auto;
  right: -5px;
  transform: translate(0, 0);
}
.product-card-block .product-card-images .main-image .slick-prev:hover, .product-card-block .product-card-images .main-image .slick-next:hover {
  background-color: #fafafa;
  border-radius: 50px;
}
.product-card-block .product-card-images .main-image .slick-prev {
  transform: scale(-1, 1);
  left: -5px;
  right: auto;
}
.product-card-block .product-card-images .preview-images {
  overflow: hidden;
  width: 570px;
  margin: 20px auto 0;
  display: flex;
}
.product-card-block .product-card-images .preview-images .preview-image {
  flex-shrink: 0;
  cursor: pointer;
  transition: 0.2s;
  width: 80px;
  height: 80px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
  border: 1px solid transparent;
  outline: none;
}
.product-card-block .product-card-images .preview-images .preview-image:hover {
  opacity: 0.7;
}
.product-card-block .product-card-images .preview-images .preview-image svg {
  width: 40px;
  height: 40px;
}
.product-card-block .product-card-images .preview-images .preview-image img {
  height: 90%;
  width: 90%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-card-block .product-card-images .preview-images .preview-image.slick-current {
  border: 1px solid #5CC6FA;
}
.product-card-block .product-card-info {
  width: 30%;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  box-sizing: border-box;
}
.product-card-block .product-card-info .product-price {
  margin-top: 0;
}
.product-card-block .product-card-info .product-price .current {
  font-weight: bold;
  font-size: 32px;
}
.product-card-block .product-card-info .product-price .discount {
  font-size: 20px;
}
.product-card-block .product-card-info .to-cart, .product-card-block .product-card-info .one-click {
  width: 100%;
  text-align: center;
  display: block;
  margin: 16px 0;
}
.product-card-block .product-card-info .to-cart span, .product-card-block .product-card-info .one-click span {
  font-weight: 800;
  font-size: 17px;
  letter-spacing: 0.02em;
}
.product-card-block .product-card-info .basket-lariba-calc-btn {
  padding: 16px 20px;
  background-image: linear-gradient(96.39deg, #000aff 9.68%, #971ff5 76.51%);
  border: none;
  width: 100%;
  max-width: 600px;
  outline: none;
  cursor: pointer;
  font-weight: 800;
  font-size: 17px;
  margin-bottom: 16px;
}
.product-card-block .product-card-info .in-stock {
  margin: 12px 0 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #11c970;
  display: flex;
  align-items: center;
}
.product-card-block .product-card-info .in-stock.cart-additional-info {
  color: #ea3459;
}
.product-card-block .product-card-info .in-stock:not(.cart-additional-info):before {
  margin-right: 6px;
  height: 24px;
  width: 24px;
  background-image: url("../images/in_stock.svg");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  position: relative;
  top: -1px;
  display: block;
}
.product-card-block .product-card-info .top-line {
  position: relative;
}
.product-card-block .product-card-info .top-line:before {
  content: "";
  position: absolute;
  left: -24px;
  top: 0;
  width: calc(100% + 48px);
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  display: block;
}
.product-card-block .product-card-info .product-price-warning {
  text-align: center;
  margin: 0 auto 20px;
  color: #bdccd4;
}
.product-card-block .product-card-info .product-attributes-list {
  padding: 8px 0;
  margin-top: 8px;
}
.product-card-block .product-card-info .product-attributes-list .all-attributes {
  font-weight: bold;
  font-size: 16px;
  color: #5CC6FA;
  margin-top: 4px;
  display: inline-block;
}
.product-card-block .product-card-info .product-brand {
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-card-block .product-card-info .product-brand .title {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}
.product-card-block .product-card-info .product-brand img {
  max-height: 30px;
  max-width: 70px;
}
.product-card-block .product-tabs {
  background: #fff;
  margin: 32px 0 20px;
  padding: 0 24px 24px 24px;
  border-radius: 16px;
  box-sizing: border-box;
  width: 100%;
}
.product-card-block .product-tabs > ul {
  display: flex;
  align-items: stretch;
  overflow: auto;
}
.product-card-block .product-tabs > ul li {
  min-width: initial;
  width: auto;
  flex-shrink: 0;
  flex-basis: auto;
  flex-grow: 1;
  list-style: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.04);
}
.product-card-block .product-tabs > ul li.active {
  border-bottom: 2px solid #5CC6FA;
}
.product-card-block .product-tabs > ul li.active a {
  color: #5CC6FA;
}
.product-card-block .product-tabs > ul li a {
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  color: #000;
  padding: 20px 24px 16px 24px;
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.product-card-block .product-tabs > ul li a span {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  color: #5CC6FA;
  padding: 6px 8px 4px 8px;
  border: 1px solid #5CC6FA;
  box-sizing: border-box;
  border-radius: 6px;
  margin-left: 4px;
}
.product-card-block .product-tabs > ul li a:hover {
  text-decoration: none;
}
.product-card-block .product-tabs-block {
  padding: 32px 0;
  font-weight: normal;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 24px;
  color: #878787;
}
.product-card-block .product-tabs-block .product-tab.description {
  color: #000;
}
.product-card-block .product-tabs-block .product-tab.description ul {
  margin-bottom: 15px;
}
.product-card-block .product-tabs-block p {
  font-size: 16px;
  line-height: 140%;
  color: #000;
  margin-bottom: 15px;
}
.product-card-block .product-tabs-block p:last-child {
  margin-bottom: 0;
}
.product-card-block .product-tabs-block iframe {
  border-radius: 16px;
}
.product-card-block .product-attributes {
  width: 100%;
}
.product-card-block .product-attributes .attribute {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 16px;
  position: relative;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}
.product-card-block .product-attributes .attribute .title {
  color: #999;
  background: #fff;
  position: relative;
  top: 6px;
  font-size: 16px;
  padding-right: 8px;
}
.product-card-block .product-attributes .attribute .value {
  font-size: 16px;
  color: #000;
  background: #fff;
  position: relative;
  top: 6px;
  padding-left: 8px;
}

.product-links__list {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr;
}

.product-kits {
  padding: 20px;
  margin-top: 32px;
  background: #fff;
  border-radius: 12px;
}
.product-kits__list {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.product-kits__title {
  font-size: 28px;
  line-height: 36px;
  font-weight: 900;
  margin-bottom: 20px;
}

.product-link {
  border-radius: 12px;
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.08);
  padding: 14px;
}
.product-link__image {
  width: 100%;
  height: 200px;
  margin-bottom: 16px;
}
.product-link__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-link__cart {
  margin-top: 12px;
}
.product-link .product-cart-control {
  display: flex;
  justify-content: flex-start;
}
.product-link .to-cart {
  cursor: pointer;
  padding: 6px 26px;
  background: #ea3459;
  border-color: #ea3459;
  color: #fff;
}
.product-link .to-cart:hover {
  border-color: #b62845;
  background: #b62845;
}

.product-link .old-price, .product-link .current-price {
  font-weight: bold;
  font-size: 20px;
}

.kit-link {
  position: relative;
}
.kit-link .default-checkbox {
  position: absolute;
  top: 16px;
  left: 16px;
}
.kit-link .default-checkbox input:checked ~ label:before {
  background-size: 16px;
}
.kit-link .default-checkbox label:before {
  width: 24px;
  height: 24px;
}
.kit-link:before {
  content: "+";
  position: absolute;
  top: 50%;
  left: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #5CC6FA;
  font-size: 80px;
  font-weight: bold;
  line-height: 0;
}
.kit-link__price {
  color: #999;
  position: relative;
  display: inline-block;
}
.kit-link__price .product-price {
  color: #999;
  margin: 8px 0 4px;
}
.kit-link__price:before {
  content: "";
  height: 2px;
  border-top: 2px solid #999;
  display: block;
  width: 100%;
  position: absolute;
  top: 19px;
  left: 0;
}
.kit-link__new-price .profit {
  color: #ea3459;
  margin-left: 12px;
  font-size: 15px;
  font-weight: bold;
}

.product-link-total {
  color: #262626;
  background: #f2f2f2;
  border: 2px solid #e6e6e6;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.product-link-total__row {
  font-size: 15px;
}
.product-link-total__row:not(:last-child) {
  margin-bottom: 12px;
}
.product-link-total__row span {
  font-weight: bold;
  font-size: 18px;
}
.product-link-total__row.profit {
  color: #ea3459;
  font-size: 16px;
}
.product-link-total__row.title {
  font-size: 20px;
  margin-bottom: 32px;
  font-weight: bold;
}
.product-link-total__row.total span {
  font-size: 24px;
}
.product-link-total__row.sum .value {
  text-decoration: line-through;
  color: #aaa;
  margin-right: 12px;
}
.product-link-total__row.btn-add {
  margin-top: 20px;
}

.product-offers {
  padding: 16px 0 0 0;
  margin: 16px 0;
  width: 100%;
}
.product-offers.gift-offers .product-offers-title img {
  width: 65px;
}
.product-offers.gift-offers .product-offers-title span {
  color: #fff;
}
.product-offers.gift-offers .product-offers__container a {
  width: 100px;
  height: 100px;
}
.product-offers.gift-offers .product-offers-title {
  display: flex;
  align-items: center;
  border-radius: 12px 12px 0 0;
  gap: 4px;
  padding: 4px 8px;
  background: #e60938;
}
.product-offers.gift-offers .product-offers__list {
  margin-top: 0;
  border-radius: 0px 0px 12px 12px;
}
.product-offers-title span {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #999;
}
.product-offers-title span.value {
  color: #000;
}
.product-offers__list {
  background: #f7f7f7;
  border-radius: 12px;
  padding: 12px;
  margin-top: 8px;
}
.product-offers__container {
  display: flex;
  align-items: flex-start;
  overflow: scroll;
  width: 100%;
}
.product-offers__container a {
  box-sizing: border-box;
  border-radius: 8px;
  background: #fff;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-offers__container a:hover {
  opacity: 0.8;
}
.product-offers__container a:not(:last-child) {
  margin-right: 8px;
}
.product-offers__container a img {
  width: 90%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.select-gift__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-direction: column;
  gap: 16px;
}
.select-gift__item input {
  display: none !important;
}
.select-gift__item label {
  padding: 8px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 0;
  cursor: pointer;
}
.select-gift__item label:hover {
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.select-gift__item label img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 12px;
}
.select-gift__item label span {
  color: #000;
}
.select-gift__item input:checked + label {
  background: #5cc5fa;
  border-color: #5CC6FA;
}
.select-gift__item input:checked + label span {
  color: #ffffff;
  font-weight: bold;
}

.product-impossible-buy {
  margin-bottom: 16px;
  line-height: 20px;
  font-weight: 600;
  color: #e50838;
  padding: 8px;
  font-size: 14px;
  border: 2px solid #e50838;
  border-radius: 8px;
  text-align: center;
}

.product-video-callback {
  margin: 12px 0;
}
.product-video-callback a {
  display: inline-flex;
  align-items: center;
  background-image: linear-gradient(45deg, #EC6E2D, #ea9062);
  color: #fff;
  border-radius: 6px;
  padding: 5px 12px 4px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.2s;
}
.product-video-callback a:hover {
  opacity: 0.8;
}
.product-video-callback svg {
  width: 24px;
  height: 24px;
  position: relative;
  top: -1px;
  margin-right: 4px;
  filter: invert(1) opacity(0.3);
}

.product-offers-colors {
  margin: 20px 0;
}
.product-offers-colors__link {
  display: flex;
  align-items: center;
  padding: 8px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 8px;
  font-size: 14px;
}
.product-offers-colors__link strong {
  font-size: 12px;
  color: #888;
}
.product-offers-colors__link:hover {
  background: #f5f5f5;
  text-decoration: none;
}
.product-offers-colors__link img {
  width: 48px;
  height: 48px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
  margin-right: 8px;
}
.product-offers-colors__link:not(:last-child) {
  margin-bottom: 8px;
}

.product-select-gifts {
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  flex-wrap: wrap;
  gap: 16px;
}
.product-select-gifts__link {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  background: #fafafa;
  border: 1px solid #eee;
  border-radius: 8px;
  font-size: 14px;
}
.product-select-gifts__link strong {
  font-size: 12px;
  color: #888;
}
.product-select-gifts__link:hover {
  background: #f5f5f5;
  text-decoration: none;
}
.product-select-gifts__link img {
  width: 160px;
  height: 160px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  border-radius: 8px;
}
.product-select-gifts__link:not(:last-child) {
  margin-bottom: 8px;
}

.product-reviews-list {
  position: relative;
  padding-top: 20px;
}
.product-reviews-list .product-reviews-info {
  height: 72px;
  display: flex;
  align-items: center;
  background: rgba(196, 196, 196, 0.08);
  border-radius: 8px;
  margin-bottom: 50px;
  padding: 20px 0 20px 20px;
  box-sizing: border-box;
}
.product-reviews-list .product-reviews-info .product-reviews {
  margin-top: 0;
}
.product-reviews-list .product-reviews-info .product-reviews img {
  width: 24px;
}
.product-reviews-list .product-reviews-info span {
  color: #000;
  font-size: 16px;
}
.product-reviews-list .product-reviews-pagination-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.product-reviews-list .product-reviews-pagination-loader .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 185px;
  font-weight: 800;
  font-size: 16px;
  color: #5CC6FA;
}
.product-reviews-list .reviews-add {
  margin-right: 10px;
  margin-left: auto;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.product-reviews-list .product-review {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  padding: 32px 0;
}
.product-reviews-list .product-review:last-child {
  padding-bottom: 0;
}
.product-reviews-list .product-review:last-child:after {
  display: none;
}
.product-reviews-list .product-review:after {
  content: "";
  width: calc(100% + 48px);
  height: 1px;
  position: absolute;
  left: -24px;
  bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  display: block;
}
.product-reviews-list .product-review .author {
  width: 25%;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0.02em;
  color: #000000;
}
.product-reviews-list .product-review .author .rating {
  margin-bottom: 16px;
}
.product-reviews-list .product-review .author .rating img {
  width: 20px;
}
.product-reviews-list .product-review .author .date {
  color: #999;
  font-size: 14px;
  margin-top: 8px;
  font-weight: 600;
}
.product-reviews-list .product-review .review {
  width: 75%;
  font-size: 16px;
  line-height: 130%;
  color: #000;
}
.product-reviews-list .product-review .review .title {
  margin-top: 24px;
  margin-bottom: 12px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.product-reviews-list .product-review .review .title img {
  position: relative;
  top: -2px;
  margin-right: 12px;
}
.product-reviews-list .product-review .review .title.dignity {
  color: #11c970;
  margin-top: 0;
}
.product-reviews-list .product-review .review .title.limitations {
  color: #ea3459;
}
.product-reviews-list .product-review .review__images {
  margin-top: 24px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.product-reviews-list .product-review .review__image {
  width: 120px;
  height: 100px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 8px;
}

.cheaper-found {
  text-align: left;
  margin-left: auto;
}
.cheaper-found a {
  display: inline-block;
  color: #5CC6FA;
  font-size: 13px;
  position: relative;
}
.cheaper-found a:after {
  position: absolute;
  border-bottom: 1px dashed #5CC6FA;
  content: "";
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
}
.cheaper-found a:hover {
  text-decoration: none;
  color: #12acf8;
}

.product-delivery__block {
  background: #fafafa;
  padding: 12px;
  border-radius: 10px;
  margin-bottom: 8px;
}
.product-delivery .cart-selected-city {
  margin: 0;
}
.product-delivery__item {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.product-delivery__item:not(:last-child) {
  margin-bottom: 12px;
}
.product-delivery__item div {
  color: #555;
  font-weight: 600;
  line-height: 18px;
}
.product-delivery__item img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.product-delivery__price {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
}
.product-delivery__price img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.product-delivery__free {
  display: inline-flex;
  align-items: center;
  color: #11c970;
  font-weight: bold;
}
.product-delivery__return {
  text-align: center;
  margin-top: 8px;
}
.product-delivery__return a {
  display: inline-block;
  position: relative;
  color: #5CC6FA;
}
.product-delivery__return a:after {
  position: absolute;
  border-bottom: 1px dashed #5CC6FA;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.product-delivery__return a:hover {
  text-decoration: none;
  color: #12acf8;
}
.product-delivery__return a:hover:after {
  border-color: #12acf8;
}

.similar-products {
  margin-top: 80px;
}

.map-pickups {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.map-pickups__yandex {
  height: 100%;
  width: 70%;
}
.map-pickups__menu {
  width: 30%;
  min-width: 150px;
  padding: 20px;
  box-sizing: border-box;
  text-align: left;
  background: #fafafa;
  height: 100%;
  border: 1px solid #ebebeb;
}
.map-pickups__title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 24px;
}

#map-pickups {
  width: 100%;
  height: 400px;
}
#map-pickups .ymaps-object-label {
  padding: 3px 8px 2px;
  border-radius: 6px;
  display: inline-block;
  margin-bottom: 12px;
  color: #fff;
}
#map-pickups .ymaps-object-title {
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
}
#map-pickups .ymaps-object-metro {
  font-size: 14px;
  margin-bottom: 15px;
  display: inline-block;
}
#map-pickups .ymaps-object-worktime {
  font-size: 15px;
  display: inline-block;
  margin-bottom: 15px;
}
#map-pickups .ymaps-object-btn {
  padding: 10px 20px;
  font-size: 15px;
  display: inline-block;
}

.cart-delivery-block .cart-delivery-block-items {
  display: none;
}

.cart-promo form {
  align-items: flex-start !important;
  margin-top: 25px !important;
  flex-direction: column;
}
.cart-promo .btn {
  margin-top: 0 !important;
  border-radius: 8px !important;
  padding: 18px !important;
  margin-left: 12px;
}
.cart-promo__title {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 12px;
}
.cart-promo__row {
  display: flex;
  align-items: center;
}
.cart-promo__row input {
  padding: 16px !important;
}
.cart-promo__row_accepted {
  font-size: 15px;
  background: rgba(92, 198, 250, 0.08);
  padding: 10px 10px 8px 10px;
  border-radius: 12px;
}
.cart-promo__row_accepted span {
  font-size: 15px;
  font-weight: bold;
  margin-right: 4px;
}
.cart-promo__row_accepted a {
  color: #ea3459;
  font-weight: bold;
  margin-left: 12px;
  font-size: 15px;
}
.cart-promo__description {
  margin-top: 16px;
  line-height: 20px;
  color: #777;
  max-width: 700px;
}
.cart-promo__description a {
  color: #5CC6FA;
}

#delivery-service-inputs label {
  padding: 12px !important;
}
#delivery-service-inputs > div {
  width: 100% !important;
  margin-right: 0;
}

.delivery-service-title {
  padding: 5px 8px 4px;
  border-radius: 8px;
  color: #fff;
  margin-bottom: 8px;
  display: inline-block;
}
.delivery-service-title.boxberry {
  background: #f370d1;
}
.delivery-service-title.dpd {
  background: #ed4745;
}
.delivery-service-title.cdek {
  background: #56db40;
}

.selected-pickup {
  display: none;
}
.selected-pickup a {
  color: #EA3459;
  font-weight: bold;
  display: inline-block;
  margin-top: 5px;
}
.selected-pickup input {
  display: block !important;
  width: 100%;
  padding: 12px;
  background: #fafafa !important;
  pointer-events: none;
}
.selected-pickup input:-moz-placeholder-shown {
  width: 1px;
  height: 1px;
  font-size: 0px !important;
  padding: 0 !important;
  border: 0 !important;
}
.selected-pickup input:-ms-input-placeholder {
  width: 1px;
  height: 1px;
  font-size: 0px !important;
  padding: 0 !important;
  border: 0 !important;
}
.selected-pickup input:placeholder-shown {
  width: 1px;
  height: 1px;
  font-size: 0px !important;
  padding: 0 !important;
  border: 0 !important;
}

.cart-block {
  margin-bottom: 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cart-block .inline-blocks {
  width: 77%;
  margin-bottom: 40px;
  align-items: flex-end;
}
.cart-block .inline-blocks a {
  color: #5CC6FA;
  font-size: 16px;
  font-weight: 600;
}
.cart-block .cart-total {
  width: 20%;
  padding: 24px;
  box-sizing: border-box;
  border-radius: 12px;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.cart-block .cart-total .issue-order {
  width: calc(100% + 48px);
  left: -24px;
  bottom: -24px;
  position: relative;
  border-radius: 0 0 12px 12px;
  font-weight: 800;
  background: #ea3459;
  border-color: #ea3459;
  padding: 20px 40px;
}
.cart-block .cart-total .issue-order:disabled {
  filter: grayscale(1);
}
.cart-block .cart-total .issue-order:hover {
  background: #e81d46;
  border-color: #e81d46;
}
.cart-block .cart-total-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.cart-block .cart-total-row:not(first-child) {
  margin-top: 12px;
}
.cart-block .cart-total-row.discount div.value {
  color: #ea3459;
}
.cart-block .cart-total-row.sum {
  margin-top: 36px;
}
.cart-block .cart-total-row.sum:after {
  height: 1px;
  position: absolute;
  left: -24px;
  top: -20px;
  width: calc(100% + 48px);
  content: "";
  display: block;
  border-top: 2px solid #f0f0f0;
}
.cart-block .cart-total-row.sum div {
  font-size: 20px;
}
.cart-block .cart-total-row.sum div.key {
  color: #000;
}
.cart-block .cart-total-row.sum div.value {
  font-weight: bold;
}
.cart-block .cart-total-row:before {
  content: "";
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
  width: 100%;
  bottom: 8px;
  left: 0;
  position: absolute;
}
.cart-block .cart-total-row div, .cart-block .cart-total-row span {
  background: #fff;
  line-height: 19px;
  z-index: 1;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
.cart-block .cart-total-row div.key, .cart-block .cart-total-row span.key {
  color: #999;
  padding: 3px 8px 3px 0;
}
.cart-block .cart-total-row div.value, .cart-block .cart-total-row span.value {
  padding: 3px 0 3px 8px;
}
.cart-block .cart-form {
  width: 77%;
}
.cart-block .cart-form .user-addresses {
  margin-bottom: 30px;
}
.cart-block .cart-form .user-addresses > div:nth-child(2n+2) {
  margin-right: 0;
}
.cart-block .cart-form .cart-issue-form {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 12px;
}
.cart-block .cart-form .cart-issue-form-address-fields {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cart-block .cart-form .cart-issue-form input {
  width: 100%;
}
.cart-block .cart-form .radio-box-select {
  justify-content: space-between;
}
.cart-block .cart-form .radio-box-select > div {
  width: 49%;
}
.cart-block .cart-form .radio-box-select > div label {
  flex-wrap: wrap;
  background: #fff;
  position: relative;
}
.cart-block .cart-form .radio-box-select > div label p, .cart-block .cart-form .radio-box-select > div label span {
  display: block;
  width: 100%;
  padding-left: 30px;
  box-sizing: border-box;
}
.cart-block .cart-form .radio-box-select > div label span {
  width: auto;
}
.cart-block .cart-form .radio-box-select > div label p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #999;
  margin-top: 12px;
}
.cart-block .cart-form .radio-box-select > div label span {
  font-weight: bold;
  font-size: 14px;
  line-height: 17px;
  margin-top: 12px;
}
.cart-block .cart-form .radio-box-select > div label span.loader-pickup-counter-field {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: right;
  text-decoration: underline;
}
.cart-block .cart-form .radio-box-select > div label span.free-delivery {
  color: #11c970;
}
.cart-block .cart-form-block-pay label {
  align-items: center;
  min-height: 66px;
}
.cart-block .cart-form-block-pay label .pays {
  margin-left: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cart-block .cart-form-block-pay label .pays img {
  margin-left: 14px;
}
.cart-block .cart-form-block {
  margin-bottom: 64px;
}
.cart-block .cart-form-block textarea {
  width: 100%;
}
.cart-block .cart-form-block .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
  margin-bottom: 20px;
}
.cart-block .cart-form-block .title.mini {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
}
.cart-block .cart-list {
  width: 77%;
  border-radius: 16px;
  padding: 24px;
  background: #FFFFFF;
  box-sizing: border-box;
}
.cart-block .cart-list .cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 0;
  box-sizing: border-box;
  position: relative;
}
.cart-block .cart-list .cart-item .image {
  transition: 0.2s;
}
.cart-block .cart-list .cart-item .image:hover {
  opacity: 0.8;
}
.cart-block .cart-list .cart-item:after {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  width: calc(100% + 48px);
  position: absolute;
  left: -24px;
  bottom: 0;
  content: "";
}
.cart-block .cart-list .cart-item:first-child {
  padding-top: 0;
}
.cart-block .cart-list .cart-item:last-child {
  padding-bottom: 0;
}
.cart-block .cart-list .cart-item:last-child:after {
  display: none;
}
.cart-block .cart-list .cart-item .image {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  width: 88px;
}
.cart-block .cart-list .cart-item .image img {
  max-width: 100%;
  max-height: 100%;
}
.cart-block .cart-list .cart-item .title {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 24px;
  color: #333333;
  width: 30%;
}
.cart-block .cart-list .cart-item .title a {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.cart-block .cart-list .cart-item .title .product-cards {
  width: 100%;
}
.cart-block .cart-list .cart-item .title .article {
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #999;
  margin-top: 8px;
}
.cart-block .cart-list .cart-item .count {
  width: 15%;
}
.cart-block .cart-list .cart-item .price {
  width: 20%;
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  text-align: left;
  position: relative;
  margin-left: 5%;
}
.cart-block .cart-list .cart-item .price .discount {
  /*position: absolute;
  bottom: -20px;
  left: 0;*/
  font-weight: 600;
  font-size: 14px;
  color: #ea3459;
}
.cart-block .cart-list .cart-item .price .oldprice {
  font-weight: bold;
  font-size: 14px;
  color: #999;
  position: relative;
  margin-left: 12px;
}
.cart-block .cart-list .cart-item .price .oldprice:after {
  content: "";
  display: block;
  width: 100%;
  left: 0;
  top: calc(50% - 2px);
  position: absolute;
  border: 1px solid #999;
}
.cart-block .cart-list .cart-item .control {
  width: auto;
  text-align: right;
  margin-left: auto;
  padding-right: 20px;
}
.cart-block .cart-list .cart-item .control a, .cart-block .cart-list .cart-item .control span {
  margin-left: 25px;
}
.cart-block .cart-list .cart-item .control a.to-cart, .cart-block .cart-list .cart-item .control span.to-cart {
  padding: 15px 18px;
  margin-left: 40px;
  cursor: pointer;
}
.cart-block .cart-list .cart-item .control a.to-cart.inCart, .cart-block .cart-list .cart-item .control span.to-cart.inCart {
  background: #5CC6FA;
  border: 1px solid #75cffb;
}
.cart-block .cart-list .cart-item .control a:first-child, .cart-block .cart-list .cart-item .control span:first-child {
  margin-left: 0;
}
.cart-block .cart-list-history .cart-item .count {
  width: 20%;
}
.cart-block .cart-kit {
  margin: 16px 0;
}
.cart-block .cart-kit__header {
  display: flex;
  align-items: center;
}
.cart-block .cart-kit__title {
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  border-radius: 8px 8px 0 0;
  background: #EC6E2D;
  display: inline-block;
  padding: 10px 16px 9px;
}
.cart-block .cart-kit__remove {
  margin-left: 16px;
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  background: #eee;
  border-radius: 6px;
  color: #e93359;
  font-weight: bold;
}
.cart-block .cart-kit__remove:hover {
  text-decoration: none;
  background: #ddd;
}
.cart-block .cart-kit__remove img {
  margin-right: 8px;
  width: 16px;
}
.cart-block .cart-kit .cart-item {
  padding: 12px 0;
}
.cart-block .cart-kit__list {
  padding: 16px;
  border: 2px solid #EC6E2D;
  border-radius: 0 12px 12px 12px;
}
.cart-block form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 35px;
}
.cart-block form .left-block {
  width: 67%;
}
.cart-block form .right-block {
  width: 30%;
}
.cart-block form .right-block .form-group {
  margin-bottom: 15px;
}
.cart-block form .right-block .cart-sum {
  font-weight: 600;
  font-size: 18px;
  color: #333333;
  margin: 12px 0;
}
.cart-block form .right-block .cart-sum span {
  font-size: 18px;
}
.cart-block form .right-block .confirm-text {
  font-size: 11px;
  line-height: 16px;
  color: #878787;
}
.cart-block form input, .cart-block form select, .cart-block form textarea {
  border: 1px solid #e4e4e4;
  width: 100%;
}
.cart-block form textarea {
  resize: none;
  height: 135px;
}
.cart-block form .btn {
  border-radius: 21px;
  padding: 22px;
  outline: none;
  border: none;
  margin-top: 10px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

.cart-selected-city {
  margin: 15px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.cart-selected-city svg {
  margin: 0 6px 0 12px;
  width: 12px;
}
.cart-selected-city a {
  display: inline-flex;
  position: relative;
  text-decoration: none;
  color: #5CC6FA;
  font-weight: bold;
}
.cart-selected-city a:before {
  width: 100%;
  height: 1px;
  content: "";
  border-bottom: 1px dashed #5CC6FA;
  position: absolute;
  bottom: 0px;
  left: 0;
}
.cart-selected-city a:hover {
  color: #2bb5f8;
}
.cart-selected-city a:hover:before {
  border-color: #2bb5f8;
}

.cart-count {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-count a, .cart-count span:not(.number) {
  border: 1px solid rgba(92, 198, 250, 0.24);
  box-sizing: border-box;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  min-width: 32px;
  cursor: pointer;
}
.cart-count a.disabled, .cart-count span:not(.number).disabled {
  pointer-events: none;
  filter: grayscale(1);
}
.cart-count a img, .cart-count span:not(.number) img {
  vertical-align: middle;
  width: 14px;
}
.cart-count a:hover, .cart-count span:not(.number):hover {
  background: #fafafa;
}
.cart-count .number {
  font-weight: bold;
  font-size: 16px;
  text-align: center;
  color: #000000;
  margin: 0 18px;
}

.price-notification {
  margin-bottom: 16px;
}
.price-notification a {
  font-size: 12px;
  color: #555;
}

.delivery-inline-block {
  display: flex;
  align-items: center;
  width: 100%;
}
.delivery-inline-block .warning {
  position: relative;
  margin-top: 12px;
  margin-left: 16px;
}
.delivery-inline-block .warning span {
  display: none !important;
}
.delivery-inline-block .warning img {
  width: 16px;
}
.delivery-inline-block .warning img:hover + span, .delivery-inline-block .warning img:focus + span {
  position: absolute;
  display: block !important;
  width: 300px !important;
  max-width: 52vw;
  background: #fafafa;
  border: 1px solid #5CC6FA;
  border-radius: 8px;
  padding: 8px !important;
  font-size: 12px !important;
  line-height: 15px !important;
  font-weight: 400 !important;
  top: -20px;
  left: 30px;
  z-index: 111;
}
.delivery-inline-block .warning img:hover + span:before, .delivery-inline-block .warning img:focus + span:before {
  left: -13px;
  top: 10px;
  border: 6px solid transparent;
  border-right: 6px solid #5CC6FA;
  content: "";
  position: absolute;
}

.cart-additional-info {
  font-weight: bold;
  color: #ea3459;
}

.order-details-block {
  margin-top: 20px;
}

.order-number {
  margin-bottom: 5px;
  font-size: 18px;
}

.order-sum {
  font-weight: 600;
  font-size: 22px;
  color: #333333;
  margin: 12px 0 30px;
  border-top: 1px solid #dcdcdc;
  padding-top: 15px;
}

.order-title {
  margin-bottom: 15px;
}
.order-title strong {
  font-weight: bold;
}

.order-details-block .cart-block .cart-list {
  width: 100%;
}

.order-success-text {
  margin: 10px 0 30px;
}

.order-online-pay-text {
  font-weight: bold;
  margin: 30px 0 30px;
}
.order-online-pay-text a {
  margin-left: 15px;
}

.pay_status_0 {
  color: #c70000;
}
.pay_status_1 {
  color: #00bf00;
}

.main-brands {
  margin-bottom: 30px;
  margin-top: 80px !important;
}
.main-brands .brands-list .brand:nth-child(8n+8) {
  margin-right: 2%;
}
.main-brands .brands-list .brand:nth-child(6n+6) {
  margin-right: 0;
}
.main-brands .brands-list .brand:nth-child(1), .main-brands .brands-list .brand:nth-child(5), .main-brands .brands-list .brand:nth-child(9), .main-brands .brands-list .brand:nth-child(12), .main-brands .brands-list .brand:nth-child(13), .main-brands .brands-list .brand:nth-child(17) {
  width: 23%;
}

.brands-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.brands-list .brand {
  background: #FFFFFF;
  border-radius: 12px;
  height: 144px;
  display: block;
  width: 10.5%;
  margin-right: 2%;
  margin-bottom: 2%;
  padding: 20px;
  box-sizing: border-box;
  transition: 0.2s;
}
.brands-list .brand:nth-child(8n+8) {
  margin-right: 0;
}
.brands-list .brand:hover {
  opacity: 0.7;
}
.brands-list .brand img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.main-video-reviews .slick-prev, .main-video-reviews .slick-next {
  top: 110px;
}
.main-video-reviews .slick-dots {
  bottom: -45px;
}
.main-video-reviews .video-reviews-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.main-video-reviews .video-reviews-list .video-reviews-list-item {
  margin-bottom: 0;
}
.main-video-reviews .video-reviews-list .slick-list {
  width: 100%;
}
.main-video-reviews .video-reviews-list .slick-track {
  display: flex;
  align-items: flex-start;
  margin-left: 0;
}
.main-video-reviews .video-reviews-list .slick-slide {
  float: none;
  outline: none;
  border: none;
  padding: 0 10px;
  width: auto;
  display: block;
  margin-right: 0;
}

.popular-products, .discount-products, .hots-products, .similar-products, .recently-products, .main-video-reviews, .main-brands, .popular-categories {
  margin: 50px auto 50px;
}
.popular-products .catalog-list, .discount-products .catalog-list, .hots-products .catalog-list, .similar-products .catalog-list, .recently-products .catalog-list, .main-video-reviews .catalog-list, .main-brands .catalog-list, .popular-categories .catalog-list {
  margin: auto;
}

.popular-products .catalog-products, .discount-products .catalog-products, .similar-products .catalog-products, .recently-products .catalog-products, .hots-products .catalog-products {
  margin: 25px auto;
}
.popular-products .catalog-products .slick-track, .discount-products .catalog-products .slick-track, .similar-products .catalog-products .slick-track, .recently-products .catalog-products .slick-track, .hots-products .catalog-products .slick-track {
  display: flex;
  align-items: flex-start;
}
.popular-products .catalog-products .slick-list, .discount-products .catalog-products .slick-list, .similar-products .catalog-products .slick-list, .recently-products .catalog-products .slick-list, .hots-products .catalog-products .slick-list {
  padding-bottom: 15px;
  margin: 0 -5px;
}
.popular-products .catalog-products .slick-next, .discount-products .catalog-products .slick-next, .similar-products .catalog-products .slick-next, .recently-products .catalog-products .slick-next, .hots-products .catalog-products .slick-next {
  right: -30px;
}
.popular-products .catalog-products .slick-next:hover, .discount-products .catalog-products .slick-next:hover, .similar-products .catalog-products .slick-next:hover, .recently-products .catalog-products .slick-next:hover, .hots-products .catalog-products .slick-next:hover {
  right: -35px;
}
.popular-products .catalog-products .slick-dots, .discount-products .catalog-products .slick-dots, .similar-products .catalog-products .slick-dots, .recently-products .catalog-products .slick-dots, .hots-products .catalog-products .slick-dots {
  bottom: -20px;
}
.popular-products .catalog-products .slick-slide, .discount-products .catalog-products .slick-slide, .similar-products .catalog-products .slick-slide, .recently-products .catalog-products .slick-slide, .hots-products .catalog-products .slick-slide {
  float: none;
  outline: none;
  border: none;
  margin: 0 5px;
}
.popular-products .catalog-products .slick-slide:first-child, .discount-products .catalog-products .slick-slide:first-child, .similar-products .catalog-products .slick-slide:first-child, .recently-products .catalog-products .slick-slide:first-child, .hots-products .catalog-products .slick-slide:first-child {
  padding-left: 0;
}
.popular-products .catalog-products .product, .discount-products .catalog-products .product, .similar-products .catalog-products .product, .recently-products .catalog-products .product, .hots-products .catalog-products .product {
  margin-right: 0;
  width: auto;
  display: flex;
}

.popular-categories .catalog-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px 20px;
  position: relative;
}
.popular-categories .catalog-categories .category {
  height: 22vw;
  max-height: 320px;
  padding: 32px;
  overflow: hidden;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
  background-position: center;
  background-size: cover;
  min-width: inherit;
}
.popular-categories .catalog-categories .category .title {
  font-weight: bold;
  font-size: 21px;
  line-height: 26px;
  max-height: inherit;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.popular-categories .catalog-categories .category .title:after {
  background-image: url("../images/title-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  margin-left: 12px;
  content: "";
  position: relative;
  top: -2px;
  filter: invert(1);
}
.popular-categories .catalog-categories .category .image {
  position: absolute;
  right: 0;
  bottom: -20%;
  width: 100%;
  height: 230px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  filter: brightness(1.2);
}
.popular-categories .catalog-categories .category:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 3;
  width: 100%;
  grid-row-start: 1;
  background-color: #3444EC;
  display: flex;
}
.popular-categories .catalog-categories .category:nth-child(1) .title {
  font-size: 40px;
  line-height: 48px;
  position: relative;
  z-index: 1;
}
.popular-categories .catalog-categories .category:nth-child(1) .image {
  bottom: -38%;
  height: 140%;
  width: 400px;
  justify-content: flex-end;
}
.popular-categories .catalog-categories .category:nth-child(2) {
  background-color: #ea3459;
  width: 100%;
  grid-row-start: 1;
  grid-row-end: 2;
  height: 100%;
}
.popular-categories .catalog-categories .category:nth-child(5) {
  background-color: #F3B640;
  height: 100%;
  grid-row-start: 1;
  grid-row-end: 3;
  max-height: 100%;
}
.popular-categories .catalog-categories .category:nth-child(4) {
  background-color: #EC6E2D;
}
.popular-categories .catalog-categories .category:nth-child(3) {
  background-color: #11c970;
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}
.popular-categories .catalog-categories .category:nth-child(6) {
  background-color: #5CC6FA;
}

.center {
  text-align: center;
}

select, input:not([type=submit]):not([type=radio]), textarea {
  outline: none;
  background: #fff;
  padding: 22px 16px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 8px;
  color: #000;
  font-size: 14px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
}

ymaps input {
  border: initial !important;
  border-radius: inherit !important;
  padding: 0 2px !important;
}

input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

textarea {
  height: 100px;
  resize: vertical;
}

input[type=submit] {
  border: none;
  outline: none;
  cursor: pointer;
}

select {
  padding-right: 40px;
}

.form-group {
  margin-bottom: 16px;
}
.form-group.left {
  text-align: left;
}
.form-group.full > * {
  width: 100%;
}
.form-group.form-select select {
  width: 100%;
}
.form-group.full-group {
  width: 100%;
}
.form-group.half {
  width: 49%;
}
.form-group.half-on-line {
  width: 49%;
}
.form-group.half-line {
  margin-right: 5%;
}
.form-group.quarter {
  width: 23.5%;
}
.form-group.big > * {
  padding: 10px 45px;
}

.delivery-group #map-pickups {
  height: 280px;
  display: none;
}
.delivery-group .radio-box-select {
  justify-content: space-between;
}
.delivery-group .radio-box-select > div {
  width: 48.5%;
  margin-right: 0;
}
.delivery-group .radio-box-select > div .delivery-inline-block {
  margin-top: 8px;
}
.delivery-group .radio-box-select > div .selected-pickup {
  margin-bottom: 20px;
}
.delivery-group .radio-box-select > div .selected-pickup input {
  display: block !important;
}
.delivery-group .radio-box-select > div input {
  display: none !important;
}
.delivery-group .radio-box-select > div input:checked ~ label {
  background: #5cc5fa;
  color: #fff;
}
.delivery-group .radio-box-select label {
  display: flex !important;
  flex-wrap: wrap;
  padding: 14px;
  position: relative;
}
.delivery-group .radio-box-select label:before {
  display: none;
}
.delivery-group .radio-box-select label .loader-pickup-counter-field {
  position: absolute;
  right: 20px;
  bottom: 12px;
}
.delivery-group .free-delivery, .delivery-group .pickup-address {
  display: block;
  width: 100%;
}

.required {
  color: red;
}

.job-form {
  margin: 20px 0 60px;
}
.job-form .contacts-block {
  margin-top: 0;
}
.job-form .title {
  font-weight: bold;
  margin: 0 0 20px;
  font-size: 16px;
}
.job-form form {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.job-form .contacts-block {
  width: 48%;
}
.job-form .main-block {
  width: 48%;
}
.job-form .radio-buttons {
  margin-bottom: 30px;
}
.job-form .radio-buttons div {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
  margin-right: 15px;
}
.job-form .radio-buttons div label {
  display: inline-block;
  margin-left: 5px;
  font-size: 15px;
  margin-bottom: 0;
}
.job-form .radio-buttons div label, .job-form .radio-buttons div input {
  cursor: pointer;
}

.select {
  position: relative;
}
.select:after {
  content: "";
  background-image: url("../images/select-arrow.svg");
  width: 16px;
  height: 16px;
  position: absolute;
  right: 16px;
  top: calc(50% - 8px);
  display: block;
}

.product-favorite, .product-trash {
  filter: grayscale(1);
  opacity: 0.3;
  transition: 0.2s;
}
.product-favorite:hover, .product-trash:hover {
  text-decoration: none;
}
.product-favorite img, .product-trash img {
  width: 20px;
}
.product-favorite:hover, .product-favorite.added, .product-trash:hover, .product-trash.added {
  filter: grayscale(0);
  opacity: 0.6;
}
.product-favorite.added, .product-trash.added {
  opacity: 1;
}

.product-reviews {
  margin-top: 2px;
  display: flex;
  align-items: center;
  color: #999;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
}
.product-reviews .word {
  margin-left: 3px;
  font-weight: 600;
}
.product-reviews label {
  margin-bottom: 6px;
  line-height: 12px;
}
.product-reviews .radio-stars label {
  margin-bottom: 0;
  width: 28px;
  height: 28px;
}
.product-reviews .radio-stars label.null {
  background-size: 28px;
}
.product-reviews .stars {
  margin-right: 6px;
  display: flex;
  align-items: center;
}
.product-reviews .stars.stars_grade {
  flex-direction: column;
}
.product-reviews .stars:not(.stars_grade) {
  position: relative;
  top: -2px;
}
.product-reviews .stars img:not(:last-child) {
  margin-right: 3px;
}

.product-cheaper-stock {
  position: absolute;
  left: 0;
  top: -4px;
  height: 70px;
  width: 100%;
  z-index: 1;
  background-image: url("/images/stock-gift.png");
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}

.product-cards {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-cards .card {
  margin-right: 8px;
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  border-radius: 6px;
  padding: 6px 8px;
}
.product-cards .card.new {
  background: #11c970;
}
.product-cards .card.best-price {
  background: #3444EC;
}
.product-cards .card.hit {
  background: #EC6E2D;
}
.product-cards .card.little-lost {
  background: #1991ca;
}

.product-found-cheaper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-found-cheaper__title {
  display: inline-block;
  font-size: 14px;
  border-radius: 6px;
  color: #25892f;
  font-weight: bold;
}
.product-found-cheaper__link {
  margin-left: 6px;
  display: inline-block;
  font-size: 13px;
  background: #25892e;
  color: #fff;
  padding: 5px 6px 3px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

.product-price {
  display: block;
  font-weight: bold;
  font-size: 20px;
  color: #000;
  margin: 12px 0 8px;
  width: 100%;
}
.product-price-currency {
  font-size: 20px;
}
.product-price .discount {
  font-size: 16px;
  margin-left: 12px;
  color: #999;
  font-weight: bold;
  position: relative;
}
.product-price .discount:after {
  border-top: 2px solid #999;
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  width: 100%;
  height: 1px;
  left: 0;
}

.price-difference {
  background: #b51232;
  padding: 6px 10px;
  border-radius: 6px;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
  font-weight: bold;
  margin-right: auto;
}

.empty {
  margin: 10px 0 100px;
}
.empty_list {
  color: #999;
  font-size: 14px;
  margin: 30px 0 20px;
}

.static-page {
  line-height: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.static-page .title {
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #5CC6FA;
  margin-bottom: 24px;
}
.static-page .title.black {
  color: #000;
}
.static-page .title-mini {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 12px;
}
.static-page .title-mini.small {
  font-size: 16px;
  line-height: 19px;
}
.static-page-information {
  width: 75%;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  box-sizing: border-box;
}
.static-page-information .page-block {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
}
.static-page-information .page-block.last {
  margin-bottom: 0;
}
.static-page-information .page-block.top-line {
  margin-top: 80px;
  position: relative;
}
.static-page-information .page-block.top-line:before {
  width: calc(100% + 48px);
  position: absolute;
  left: -24px;
  top: -40px;
  content: "";
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.static-page-information .page-block .image {
  width: 64px;
  margin-right: 24px;
}
.static-page-information .page-block .image img {
  max-width: 64px;
  max-height: 64px;
}
.static-page-information .page-block .page-block-text {
  width: calc(100% - 88px);
}
.static-page-information .text-gray {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #999;
}
.static-page-information .text-gray.small {
  font-size: 14px;
  line-height: 140%;
  box-sizing: border-box;
  font-weight: 500;
  position: relative;
}
.static-page-information ul, .static-page-information ol {
  margin: 32px 0;
}
.static-page-information ul li, .static-page-information ol li {
  margin: 0 0 16px 0;
  list-style: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  padding-left: 20px;
  position: relative;
}
.static-page-information ul li:last-child, .static-page-information ol li:last-child {
  margin-bottom: 0;
}
.static-page-information ul li:before, .static-page-information ol li:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5CC6FA;
  display: inline-block;
  content: "";
  margin-right: 16px;
  position: absolute;
  top: 4px;
  left: 0;
}
.static-page-information ul li.divider-list, .static-page-information ol li.divider-list {
  position: relative;
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.static-page-information ul li.divider-list:after, .static-page-information ol li.divider-list:after {
  width: calc(100% - 30px);
  height: 1px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
  position: absolute;
  bottom: 4px;
  left: 30px;
  display: block;
  content: "";
}
.static-page-information ul li strong, .static-page-information ol li strong {
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
}
.static-page-information ul li span, .static-page-information ol li span {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  background: #fff;
  display: block;
  position: relative;
  z-index: 1;
}
.static-page-information ul li span:first-child, .static-page-information ol li span:first-child {
  padding-right: 8px;
  margin-right: auto;
}
.static-page-information ul li span:last-child, .static-page-information ol li span:last-child {
  padding-left: 8px;
}
.static-page-information ol li:before {
  content: attr(data-num);
  background: transparent;
  font-weight: 800;
  font-size: 16px;
  color: #5CC6FA;
  top: 0;
}
.static-page-information .text-background {
  padding: 16px;
  box-sizing: border-box;
  margin: 24px 0;
  border-radius: 12px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}
.static-page-information .text-background.pink {
  background: rgba(233, 52, 89, 0.04);
}
.static-page-information .text-background.sky {
  background: rgba(92, 198, 250, 0.08);
}
.static-page-navigation {
  width: 23%;
}
.static-page-navigation .navigation-content {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 24px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
}
.static-page-navigation .navigation-content .years {
  font-weight: 800;
  font-size: 64px;
  line-height: 77px;
  color: #5CC6FA;
  margin-bottom: 8px;
}
.static-page-navigation .navigation-content a {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  display: block;
}
.static-page-navigation .navigation-content a:not(:last-child) {
  margin-bottom: 16px;
}
.static-page p {
  margin-bottom: 24px;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
}
.static-page .margin-top-8 {
  margin-top: 8px;
}
.static-page .margin-top-12 {
  margin-top: 12px;
}
.static-page .margin-top-24 {
  margin-top: 24px;
}
.static-page .margin-top-32 {
  margin-top: 32px;
}
.static-page .margin-top-40 {
  margin-top: 40px;
}
.static-page .margin-bottom-0 {
  margin-bottom: 0;
}
.static-page .padding-left-36 {
  padding-left: 36px;
}
.static-page .max-width-600 {
  max-width: 600px;
}

.contacts-block {
  margin: 40px 0 32px;
}
.contacts-block .contacts-info {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contacts-block .contacts-info-block {
  width: 23%;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
  margin-right: auto;
}
.contacts-block .contacts-info-block span {
  font-size: 14px;
  font-weight: 700;
  display: block;
  color: #999;
}
.contacts-block .contacts-info-block div, .contacts-block .contacts-info-block div a {
  margin-top: 12px;
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  color: #000000;
}
.contacts-block #contacts-map {
  width: 100%;
  height: 500px;
  border-radius: 12px;
}
.contacts-block #contacts-map ymaps {
  border-radius: 12px;
}
.contacts-block #contacts-map ymaps .ymaps-2-1-77-searchbox-button-text {
  padding: 12px;
}
.contacts-block #contacts-map ymaps .ymaps-2-1-77-searchbox-button {
  height: 46px;
}

.pagination-catalog {
  display: block;
  width: 100%;
  margin-top: 40px;
  position: relative;
}
.pagination-catalog.loading:after {
  display: inline-block;
  content: "";
  background-image: url(../images/loading.gif);
  width: 60px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
}

#pagination {
  margin: 20px auto;
  width: 100%;
}
#pagination ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
#pagination ul .pages-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#pagination ul .pages-list > span {
  margin: 0 5px;
}
#pagination ul li {
  list-style: none;
  margin: 0 3px;
}
#pagination ul li.selected a {
  background: #5CC6FA;
  color: #fff;
  font-weight: bold;
}
#pagination ul li.selected a:hover {
  background: #5CC6FA;
}
#pagination ul li a {
  box-sizing: border-box;
  padding: 9px 18px;
  font-weight: 500;
  line-height: 20px;
  font-size: 14px;
  color: #000;
  display: flex;
  align-items: center;
  border-radius: 6px;
}
#pagination ul li a:hover {
  text-decoration: none;
  background: #fff;
}
#pagination ul li.prev, #pagination ul li.next {
  margin: 0 10px;
}
#pagination ul li.prev a, #pagination ul li.next a {
  border: 1px solid rgba(92, 198, 250, 0.16);
  box-sizing: border-box;
  border-radius: 6px;
  color: #5CC6FA;
  font-weight: bold;
}
#pagination ul li.prev a:hover, #pagination ul li.next a:hover {
  background: #fff;
}

.feedback-messengers {
  position: fixed;
  z-index: 111111;
  right: 0;
  bottom: 100px;
}
.feedback-messengers__list {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.feedback-messengers__item {
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  width: 64px;
  height: 64px;
  border-radius: 12px 0 0 12px;
  transition: 0.2s;
}
.feedback-messengers__item:hover {
  opacity: 0.8;
}
.feedback-messengers__item_whatsapp {
  background-color: #25d366;
  background-image: url("/images/social/whatsapp.svg");
}

footer {
  background: #fff;
  padding: 32px 0;
}
footer .cw {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
footer .cw .company-info {
  width: 28%;
}
footer .cw .company-info .logo img {
  max-width: 150px;
}
footer .cw .company-info address {
  margin-top: 16px;
  font-weight: 600;
  font-size: 12px;
  color: #999;
  font-style: normal;
  display: flex;
  align-items: center;
}
footer .cw .company-info address img {
  margin-right: 10px;
  position: relative;
  top: -2px;
}
footer .cw .company-info .copy {
  margin-top: 16px;
  font-size: 14px;
  line-height: 140%;
}
footer .cw .menu-block nav ul {
  list-style: none;
}
footer .cw .menu-block nav ul li {
  margin-bottom: 16px;
}
footer .cw .menu-block nav ul li a {
  font-weight: 600;
  font-size: 16px;
  color: #000000;
}
footer .cw .social {
  position: relative;
}
footer .cw .footer-title {
  margin-bottom: 22px;
  font-weight: 600;
  font-size: 14px;
  color: #999;
}
footer .cw .pay-methods {
  border: 1px solid rgba(0, 0, 0, 0.08);
  box-sizing: border-box;
  border-radius: 8px;
  padding: 12px 24px;
  margin-top: 32px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
footer .cw .pay-methods img {
  margin-right: 24px;
  max-width: 125px;
}
footer .cw .pay-methods img:last-child {
  margin-right: 0;
}

.cabinet-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 24px;
}
.cabinet-title.left {
  text-align: left;
}

.cabinet {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 10px 0;
}
.cabinet .cabinet-menu {
  width: 24%;
  border: 1px solid #E8EEF6;
  box-sizing: border-box;
  border-radius: 12px;
}
.cabinet .cabinet-menu ul li {
  list-style: none;
  border-bottom: 1px solid #E8EEF6;
}
.cabinet .cabinet-menu ul li:first-child a {
  border-radius: 12px 12px 0 0;
}
.cabinet .cabinet-menu ul li:last-child {
  border-bottom: none;
}
.cabinet .cabinet-menu ul li:last-child a {
  border-radius: 0 0 12px 12px;
}
.cabinet .cabinet-menu ul li a {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  padding: 16px 24px;
  position: relative;
  background: #fff;
}
.cabinet .cabinet-menu ul li a:hover, .cabinet .cabinet-menu ul li a.active {
  text-decoration: none;
  color: #5CC6FA;
}
.cabinet .cabinet-menu ul li a:after {
  width: 8px;
  height: 13px;
  position: absolute;
  right: 24px;
  top: calc(50% - 8px);
  background: url("../images/cabinet-arrow.svg") center/contain no-repeat;
  content: "";
}
.cabinet .cabinet-block {
  width: 73%;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 24px;
  box-sizing: border-box;
}
.cabinet .cabinet-block h2 {
  margin: 40px 0 25px;
}
.cabinet .cabinet-block.cabinet-full {
  width: 100%;
  margin-left: 0;
}
.cabinet .do {
  display: flex;
  align-items: center;
  font-weight: bold !important;
}
.cabinet .do img {
  margin-right: 10px;
}
.cabinet .client-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.cabinet .client-info .my-info {
  width: 47%;
}
.cabinet .client-info .my-info form {
  width: 100%;
}
.cabinet .client-info .my-info .inline-blocks a {
  font-weight: normal;
}
.cabinet .client-info .my-info .form-list {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-bottom: 10px;
}
.cabinet .client-info .my-info .form-group {
  width: 100%;
}
.cabinet .client-info .my-info .form-group > * {
  width: 100%;
}
.cabinet .client-info .confidentiality {
  width: 47%;
}
.cabinet .client-info .confidentiality .confidentiality-check {
  margin-top: 45px;
}
.cabinet .client-info .confidentiality .confidentiality-text {
  margin-top: 40px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  background: rgba(92, 198, 250, 0.08);
  border-radius: 8px;
  padding: 16px;
  box-sizing: border-box;
}
.cabinet .my-orders-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
}
.cabinet .my-orders-header .cabinet-title {
  width: 30%;
  margin-bottom: 0;
}
.cabinet .my-orders-header .sum, .cabinet .my-orders-header .status {
  width: 23.3%;
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  color: #999;
}
.cabinet .my-orders-header .pm {
  width: 15%;
}
.cabinet .my-orders-item {
  border: 1px solid #F5F5F5;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 24px;
}
.cabinet .my-orders-item:last-child {
  margin-bottom: 0;
}
.cabinet .my-orders-item.opened a {
  border-radius: 8px 8px 0 0;
}
.cabinet .my-orders-item.opened .pm .pm-symbol {
  background-image: url("../images/pm-m.svg");
}
.cabinet .my-orders-item > a {
  display: flex;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 18px 16px;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  transition: 0.2s;
}
.cabinet .my-orders-item > a:hover {
  background: #efefef;
}
.cabinet .my-orders-item > a .id {
  width: 30%;
}
.cabinet .my-orders-item > a .sum, .cabinet .my-orders-item > a .status {
  width: 23.3%;
  text-align: center;
}
.cabinet .my-orders-item > a .status.status-0 {
  color: #999;
}
.cabinet .my-orders-item > a .status.status-1 {
  color: #EC6E2D;
}
.cabinet .my-orders-item > a .status.status-2 {
  color: #45afec;
}
.cabinet .my-orders-item > a .status.status-3 {
  color: #11C970;
}
.cabinet .my-orders-item > a .pm {
  width: 15%;
  text-align: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.cabinet .my-orders-item > a span {
  font-weight: bold;
  font-size: 16px;
}
.cabinet .my-orders-item > a span .date {
  margin-left: 12px;
  color: #999;
  font-weight: 400;
  font-size: 14px;
}
.cabinet .my-orders-item .order-information {
  display: none;
}
.cabinet .my-orders-item .order-details {
  padding: 24px 16px;
  box-sizing: border-box;
}
.cabinet .my-orders-item .order-details-title {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  margin-bottom: 16px;
}
.cabinet .my-orders-item .order-details div {
  color: #000;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.cabinet .my-orders-item .order-details div:last-child {
  margin-bottom: 0;
}
.cabinet .my-orders-item .order-details div:after {
  position: absolute;
  left: 0;
  bottom: 5px;
  content: "";
  border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
  width: 100%;
  display: block;
  z-index: 0;
}
.cabinet .my-orders-item .order-details div span.key {
  font-weight: 400;
  color: #999;
  padding-right: 8px;
  padding-left: 0;
}
.cabinet .my-orders-item .order-details div span {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  z-index: 1;
  display: block;
  padding-left: 8px;
  box-sizing: border-box;
  background: #fff;
}
.cabinet .my-orders-item .order-products {
  padding: 16px 16px 0 16px;
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.cabinet .my-orders-item .order-products-list .order-products-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  padding: 26px 0;
}
.cabinet .my-orders-item .order-products-list .order-products-item:last-child {
  border-bottom: 0;
}
.cabinet .my-orders-item .order-products-list .order-products-item .image {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cabinet .my-orders-item .order-products-list .order-products-item .image img {
  max-width: 100%;
  max-height: 100%;
}
.cabinet .my-orders-item .order-products-list .order-products-item .title {
  width: 40%;
  margin-left: 32px;
  margin-right: auto;
  font-size: 16px;
  line-height: 19px;
}
.cabinet .my-orders-item .order-products-list .order-products-item .title .article {
  width: 100%;
  color: #999;
  font-size: 14px;
  margin-top: 6px;
}
.cabinet .my-orders-item .order-products-list .order-products-item .count, .cabinet .my-orders-item .order-products-list .order-products-item .price {
  font-size: 16px;
  line-height: 19px;
  font-weight: bold;
  color: #000000;
  width: 25%;
  text-align: right;
}
.cabinet .my-orders-item .order-products-list .order-products-item .count {
  text-align: center;
}
.cabinet .cabinet-addresses .btn {
  padding: 10px 30px;
}
.cabinet .cabinet-addresses-list {
  margin: 32px 0 24px 0;
}
.cabinet .cabinet-addresses-list > * {
  width: 100%;
  margin-right: 0;
}
.cabinet .cabinet-addresses-list label {
  flex-wrap: wrap;
  position: relative;
}
.cabinet .cabinet-addresses-list label .edit-address {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  text-align: right;
  color: #5CC6FA;
  right: 16px;
  top: 16px;
  position: absolute;
}
.cabinet .cabinet-addresses-list label p.user {
  margin-left: 30px;
  margin-top: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #999;
  width: 100%;
}

.to-top-link {
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  width: 50px;
  height: 50px;
  display: none;
  transition: 0.2s;
  border-radius: 10px;
  z-index: 11111;
}
.to-top-link.showed {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-animation: 0.5s linear 0s both opacity;
          animation: 0.5s linear 0s both opacity;
}
@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.to-top-link:hover {
  background: #fbfbfb;
}
.to-top-link img {
  width: 30px;
  height: 30px;
}

label {
  font-weight: normal;
  font-size: 12px;
  width: 100%;
  color: #516077;
  display: block;
  margin-bottom: 12px;
}

.message_success {
  width: 100%;
}

#message_success, #message_error, .message_success p {
  padding: 15px 20px;
  color: #fff;
  background: #63c184;
  text-align: center;
  width: 100%;
  margin: 20px auto 10px;
  box-sizing: border-box;
  border-radius: 12px;
}

#message_error {
  background: #ea3359;
}

.alert-danger {
  width: 90%;
  margin: 20px auto;
}
.alert-danger ul li, .alert-danger p {
  padding: 10px 20px;
  box-sizing: border-box;
  color: #fff;
  background: #ca5656;
  text-align: center;
  border-bottom: 1px solid #c24a4a;
}

.addresses-modal {
  padding: 24px;
  max-width: 800px;
}
.addresses-modal form {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.addresses-modal .other-group {
  margin-top: 32px;
  padding: 32px 0;
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.addresses-modal .other-group:before {
  position: absolute;
  left: -24px;
  top: 0;
  width: calc(100% + 48px);
  content: "";
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
.addresses-modal .other-group .form-group {
  display: none;
}
.addresses-modal .other-group .form-group:nth-child(2) {
  margin-top: 24px;
}

.auth-modal {
  max-width: 500px;
  /* Firefox */
}
.auth-modal input::-webkit-outer-spin-button,
.auth-modal input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.auth-modal input[type=number] {
  -moz-appearance: textfield;
}
.auth-modal .inline-blocks input {
  margin: 0 auto;
}

.default-modal .h3 {
  font-size: 18px;
  margin: 24px 0;
  font-style: normal;
  font-weight: 800;
  color: #000000;
}
.default-modal input:not([type=submit]) {
  width: 100%;
}
.default-modal .auth-tabs {
  width: 100%;
  display: flex;
  border-radius: 8px;
}
.default-modal .auth-tabs a {
  width: 50%;
  display: block;
  padding: 10px;
  box-sizing: border-box;
  text-decoration: none;
  background: #fff;
  border: 1px solid #5CC6FA;
}
.default-modal .auth-tabs a:first-child {
  border-radius: 8px 0 0 8px;
}
.default-modal .auth-tabs a:last-child {
  border-radius: 0 8px 8px 0;
}
.default-modal .auth-tabs a.active {
  background: #5CC6FA;
  color: #fff;
}
.default-modal .auth-tabs a.active:hover {
  background: #75cffb;
}
.default-modal .auth-tabs a:hover {
  background: #f9f9f9;
}
.default-modal .my-info .form-group {
  text-align: left;
}
.default-modal .my-info .form-group label {
  margin-bottom: 5px;
  display: block;
}
.default-modal .my-info .form-group input:not([type=submit]), .default-modal .my-info .form-group textarea {
  border: 1px solid #5CC6FA;
  display: block;
  width: 100%;
  padding: 16px;
}
.default-modal .my-info .form-group textarea {
  resize: none;
}

.telephone_field {
  font-size: 18px;
}

.inline-blocks {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.inline-blocks > * {
  margin: 0 5px;
}

.breadcrumbs {
  margin: 40px auto 10px;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  list-style: none;
}
.breadcrumbs ul li {
  display: flex;
  align-items: center;
}
.breadcrumbs ul li:not(.active) {
  position: relative;
}
.breadcrumbs ul li:not(.active):after {
  width: 12px;
  height: 12px;
  content: "";
  background-image: url("../images/breadcrumbs-arrow.svg");
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 8px;
  display: block;
  position: relative;
  top: -2px;
}
.breadcrumbs ul li > span {
  color: #999;
}

.default-checkbox {
  display: flex;
}
.default-checkbox input {
  display: none;
}
.default-checkbox input:checked ~ label:before {
  background-image: url("../images/checkbox-selected.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #5CC6FA;
  border-color: #5CC6FA;
}
.default-checkbox label {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #000000;
  display: flex;
  align-items: flex-start;
  cursor: pointer;
}
.default-checkbox label .text {
  width: inherit;
}
.default-checkbox label a {
  font-weight: 400;
  font-size: 15px;
  line-height: 19px;
  color: #5CC6FA;
}
.default-checkbox label:before {
  content: "";
  border: 2px solid rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border-radius: 3px;
  display: block;
  margin-right: 10px;
}

.radio-box-select {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.radio-box-select div {
  margin-right: 16px;
}
.radio-box-select div:last-child {
  margin-right: 0;
}
.radio-box-select div input {
  display: none;
}
.radio-box-select div input:checked ~ label {
  position: relative;
  border-color: #5CC6FA;
}
.radio-box-select div input:checked ~ label:before {
  border-color: #5CC6FA;
  background-image: url("../images/radio-selected.svg");
  background-position: center;
  background-repeat: no-repeat;
}
.radio-box-select div label {
  font-weight: bold;
  font-size: 16px;
  color: #000000;
  border: 1px solid rgba(0, 0, 0, 0.16);
  box-sizing: border-box;
  border-radius: 8px;
  display: inline-flex;
  cursor: pointer;
  padding: 20px 40px 20px 20px;
  min-width: 205px;
}
.radio-box-select div label:hover {
  border: 1px solid #aaa;
}
.radio-box-select div label:before {
  border: 2px solid rgba(0, 0, 0, 0.16);
  border-radius: 50%;
  width: 16px;
  height: 16px;
  content: "";
  display: block;
  margin-right: 10px;
}

.pm-symbol {
  width: 19px;
  height: 19px;
  display: inline-block;
  position: relative;
  background-image: url("../images/pm-p.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.warning-page .warning-page-content {
  margin: 120px auto 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.warning-page .warning-page-content > * {
  width: 100%;
  text-align: center;
}
.warning-page .warning-page-content .error-code {
  font-weight: 800;
  font-size: 64px;
  line-height: 77px;
  color: #5CC6FA;
}
.warning-page .warning-page-content .warning-title {
  margin: 10px 0 16px;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
.warning-page .warning-page-content .warning-description {
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #999;
}
.warning-page .warning-page-content .warning-description img {
  vertical-align: middle;
  margin-left: 10px;
}

.cities-list {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #eee;
  -moz-column-count: 2;
       column-count: 2;
  text-align: left;
}
.cities-list div {
  margin-bottom: 5px;
}
.cities-list div a {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  transition: 0.15s;
}
.cities-list div a.selected {
  color: #5bc6fa;
  font-weight: 900;
  text-decoration: underline;
  opacity: 0.85;
  pointer-events: none;
}
.cities-list-result {
  display: none;
}

.cities-search-online {
  position: relative;
  max-width: 400px;
}
.cities-search-online:focus-within .cities-select-result {
  display: block;
}
.cities-search-online .cities-select-result {
  display: none;
  position: absolute;
  left: 0px;
  top: calc(100% - 6px);
  width: 100%;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  border-top: 0;
  z-index: 11;
  padding-top: 8px;
  background: #fafafa;
  max-height: 350px;
  overflow: scroll;
}
.cities-search-online .cities-select-result.hidden {
  display: none !important;
}
.cities-search-online .cities-select-result p {
  text-align: left;
  padding: 8px;
  color: #ffffff;
  background: #5dc6fa;
  font-weight: bold;
  font-size: 15px;
}
.cities-search-online .cities-select-result a {
  display: block;
  padding: 8px;
  text-align: left;
  box-sizing: border-box;
  background: #fafafa;
}
.cities-search-online .cities-select-result a:hover {
  color: #5CC6FA;
  text-decoration: none;
}
.cities-search-online .cities-select-result a:not(:last-child) {
  border-bottom: 1px solid #f5f5f5;
}

.regions-list {
  -moz-column-count: 4;
       column-count: 4;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.region-block {
  width: 220px;
  margin: 0 0 20px;
  display: inline-flex;
}
.region-block p {
  font-size: 20px;
  font-weight: 900;
  text-align: left;
  color: #999;
}

.selected-region, .selected-city {
  text-align: left;
  font-size: 18px;
  color: #5CC6FA;
  margin: 20px 0;
}
.selected-region span, .selected-city span {
  font-weight: 900;
  font-size: 18px;
  color: #000;
}

.regions-list-items {
  margin-left: 10px;
}
.regions-list-items li {
  list-style: none;
  text-align: left;
}
.regions-list-items li:not(last-child) {
  margin-bottom: 5px;
}
.regions-list-items li a {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  transition: 0.15s;
}
.regions-list-items li a:hover {
  color: #5CC6FA;
  text-decoration: none;
}
.regions-list-items li a.selected {
  color: #5bc6fa;
  font-weight: 900;
  text-decoration: underline;
  opacity: 0.85;
  pointer-events: none;
}

.privacy-block {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 20px;
  box-sizing: border-box;
  background: #5CC6FA;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  border-radius: 10px;
  z-index: 111111;
  max-width: 320px;
}
.privacy-block .description p {
  margin-bottom: 10px;
  font-weight: bold;
  padding-right: 10px;
  box-sizing: border-box;
}
.privacy-block .description a {
  color: #333;
}
.privacy-block .close {
  position: absolute;
  right: 30px;
  top: 10px;
  cursor: pointer;
}
.privacy-block .close:hover {
  opacity: 0.7;
}
.privacy-block .close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 32px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  content: "\D7";
  text-align: center;
}

input[type=checkbox].switcher {
  position: relative;
  -webkit-appearance: none;
  outline: none;
  width: 36px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.16);
  border-radius: 50px;
  padding: 0;
  border: none;
  cursor: pointer;
}
input[type=checkbox].switcher:hover {
  opacity: 0.8;
}

input[type=checkbox].switcher:after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  background: #fff;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  transition: 0.1s;
}

input[type=checkbox].switcher:checked {
  background-color: #5CC6FA;
}

input[type=checkbox].switcher:checked:after {
  right: 2px;
  left: auto;
}

.sitemap {
  margin-left: 20px;
  list-style: disclosure-closed;
}
.sitemap ul {
  margin-left: 20px;
  list-style: disclosure-closed;
}
.sitemap a {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
}

.faq-list {
  margin-top: 60px;
}
.faq-list__item {
  cursor: pointer;
  margin: 10px 0;
  position: relative;
  padding: 20px 40px 20px 20px;
  background: #fafafa;
  border: 1px dashed #cecece;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600;
}
.faq-list__item:hover {
  background: #f6f6f6;
}
.faq-list__item:after {
  content: "+";
  position: absolute;
  right: 15px;
  top: 14px;
  font-size: 28px;
  font-weight: 600;
}
.faq-list__item_opened:after {
  content: "-";
}
.faq-list__item_opened .faq-list__answer {
  margin-top: 15px;
  display: block;
  border-top: 1px solid #ececec;
  padding-top: 15px;
}
.faq-list__answer {
  display: none;
}

.installments-steps {
  margin: 110px 0 60px;
  text-align: center;
}
.installments-steps > .btn {
  display: inline-block;
  margin-top: 20px;
}
.installments-steps ol {
  display: grid;
  gap: 60px;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-content: center;
  counter-reset: my-counter;
  list-style: none;
}
.installments-steps ol li {
  counter-increment: my-counter;
  position: relative;
  max-width: 390px;
  margin: 0 auto 30px;
}
.installments-steps ol li p {
  line-height: 23px;
  font-size: 16px;
  text-align: center;
}
.installments-steps ol li::before {
  content: counter(my-counter);
  color: #ffffff;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  width: 42px;
  height: 42px;
  line-height: 46px;
  left: calc(50% - 21px);
  top: -60px;
  background: #5cc6fa;
  border-radius: 50%;
  text-align: center;
}

.mobile-navigation {
  display: none;
}

.form-list.sms-code {
  display: flex;
  width: 260px;
  margin: 24px auto;
}
.form-list.sms-code input {
  margin: 0 5px;
  font-size: 26px;
  text-align: center;
  padding: 20px 14px 15px;
  line-height: 28px;
  letter-spacing: 8px;
}

#sms-warning-resend {
  display: none;
}
#sms-warning-resend a {
  font-weight: bold;
  color: #5CC6FA;
}
#sms-warning-resend a:hover {
  text-decoration: underline;
}

.sms-warning {
  margin: 12px 0 6px;
  color: #666;
}

.cart-alert-message {
  display: inline-block;
  position: fixed;
  right: 0;
  bottom: 0;
  margin: 20px;
  z-index: 11111111;
  background: #11c970;
  padding: 16px 16px 13px 36px;
  color: #fff;
  border-radius: 6px;
  font-size: 15px;
  font-weight: bold;
}
.cart-alert-message:before {
  content: "";
  width: 16px;
  height: 16px;
  position: absolute;
  left: 14px;
  top: calc(50% - 8px);
  background: url(../images/checkbox-selected.svg);
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: center;
}

.countdown {
  font-family: sans-serif;
  color: #fff;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
  position: absolute;
  z-index: 1;
  /*padding: 16px;*/
  padding: 24px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 12px;
}

.countdown-list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.countdown-number {
  /*padding: 12px 20px;*/
  padding: 20px 22px 12px;
  border-radius: 6px;
  background: #5CC6FA;
  display: inline-block;
}
.countdown-number:not(:last-child) {
  margin-right: 8px;
}

.countdown-time {
  text-align: center;
  vertical-align: middle;
  /*font-size: 24px;
  line-height: 22px;*/
  font-size: 52px;
  font-weight: bold;
  display: inline-block;
}

.countdown-text {
  display: block;
  /*padding-top: 5px;
  font-size: 16px;
  line-height: 16px;*/
  font-size: 30px;
  line-height: 30px;
}

.countdown-title {
  color: #000;
  text-align: left;
  margin-bottom: 12px;
  font-weight: bold;
  /*font-size: 20px;*/
  font-size: 40px;
}

::-webkit-input-placeholder {
  color: #999;
}

::-moz-placeholder {
  color: #999;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #999;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #999;
}

.popular-slider {
  position: relative;
  margin-top: 64px;
  margin-bottom: 64px;
  /*.catalog-slider {
  	display: grid;
  	grid-template-columns: repeat(4, 1fr);
  	gap: 16px;
  	.product {
  		width: 100%;
  	}
  }*/
}
.popular-slider__products-list {
  display: flex;
  overflow-x: scroll;
  scroll-behavior: smooth;
  flex-wrap: nowrap;
  margin: 0;
}
.popular-slider__products-list::-webkit-scrollbar {
  display: none;
}
.popular-slider__product {
  min-width: 24%;
  background-color: #f5f5f5;
  padding: 8px;
  box-sizing: border-box;
  text-align: center;
}
.popular-slider__product .product {
  max-width: inherit;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.popular-slider__arrow {
  position: absolute;
  display: block;
  height: 48px;
  width: 48px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: url(../images/slider-arrow.svg) center no-repeat;
  background-size: 48px;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 99;
  transition: 0.2s;
}
.popular-slider__arrow--left {
  left: -20px;
  transform: translate(0, -50%) scaleX(-1);
}
.popular-slider__arrow--right {
  right: -20px;
}

.popular-categories {
  margin: 100px 0 64px;
}
.popular-categories__list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 20px;
  overflow: auto;
}
.popular-categories__category {
  /*width: 100%;*/
  flex-shrink: 0;
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  transition: 0.2s;
}
.popular-categories__category:hover {
  text-decoration: none;
  opacity: 0.85;
}
.popular-categories__category-image {
  text-align: center;
}
.popular-categories__category-image img {
  width: 100%;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.popular-categories__category-title {
  color: #000000;
  font-size: 13px;
  font-weight: bold;
  margin-top: 8px;
  text-align: center;
}

@media (max-width: 1340px) {
  .cw {
    width: 92%;
  }

  header .header-navigation .cw .live-search {
    margin-left: 40px;
    width: 340px;
  }
  header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result li a {
    font-size: 14px;
  }
  header .header-catalog .cw .menu li {
    margin: 0 15px 5px 15px;
  }
  header .header-catalog .cw .catalog-open {
    padding: 15px 25px;
    min-width: inherit;
    flex-shrink: 0;
  }
  header .header-catalog .cw .catalog-open img {
    margin-right: 12px;
  }
  header .header-catalog .cw .favorite {
    margin-right: 20px;
  }
  header .header-catalog .cw .cart img {
    margin-right: 0;
  }
  header .header-catalog .cw .cart .title {
    display: none;
  }

  #main-news .new .information {
    width: 80%;
  }

  .video_reviews-page-information {
    width: 100%;
  }

  .video_reviews-page-similar {
    width: 100%;
    margin-top: 40px;
  }

  .video-reviews-list.vertical {
    flex-direction: row;
  }
  .video-reviews-list.vertical .video-reviews-list-item {
    width: 23.5%;
    margin-right: 2% !important;
  }
  .video-reviews-list.vertical .video-reviews-list-item:nth-child(4n+4) {
    margin-right: 0 !important;
  }

  .main-catalog .catalog-filter {
    width: 350px;
    position: fixed;
    height: 100vh;
    padding-top: 150px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 11;
    background: #fff;
    display: block;
    box-shadow: 5px 2px 9px rgba(0, 0, 0, 0.05);
    overflow: auto;
    transform: translateX(-370px);
    transition: 0.3s;
  }
  .main-catalog .catalog-filter .catalog-filter-mobile-title {
    display: flex;
    padding: 20px 16px;
    font-size: 20px;
    font-weight: 800;
    border-bottom: 3px solid #5bc6fa;
  }
  .main-catalog .catalog-filter.opened {
    transform: translateX(0px);
  }
  .main-catalog .catalog-filter .catalog-filter-field {
    padding: 0;
  }
  .main-catalog .catalog-filter .title {
    padding: 20px 16px;
    box-sizing: border-box;
  }
  .main-catalog .catalog-filter .title:after {
    right: 16px;
  }
  .main-catalog .catalog-filter input[type=checkbox].switcher {
    margin-right: 16px;
  }
  .main-catalog .catalog-filter .catalog-filter-field-values {
    padding: 16px;
  }
  .main-catalog .catalog-filter.opened {
    /*width: 350px;
    position: fixed;
    height: 100vh;
    padding-top: 150px;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 11;
    background: #fff;
    display: block;
    box-shadow: 5px 2px 9px rgba(0,0,0,.05);
    overflow: auto;*/
  }

  .main-catalog .catalog-list-block {
    width: 100%;
  }

  .mobile-filter {
    display: block;
  }

  #mobile-filter-open {
    display: flex;
    font-size: 14px;
    padding: 10px 16px;
    height: 37px;
  }
  #mobile-filter-open img {
    margin-right: 14px;
  }

  .catalog-list-block .inline-blocks {
    align-items: flex-start;
  }

  .cart-block .cart-form .radio-box-select > div label {
    padding: 20px;
  }
  .cart-block .cart-form .radio-box-select > div label .pays img {
    margin-left: 8px;
  }

  #main-news .new {
    height: 18vw;
  }
}
@media (max-width: 1200px) {
  .product-links__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .product-modal-content .product-card-block .product-card-info {
    background: transparent;
    border: 1px solid #f7f7f7;
    margin: 0 auto;
    max-width: 600px;
  }

  .cw {
    width: 95%;
  }

  .header-fixed header .header-navigation .cw .live-search .search-list-result-mobile {
    width: auto;
  }

  header .header-navigation .cw .callback {
    margin-right: 0;
  }

  .video_reviews-page-information .product .cart-block .cart-list .cart-item .control {
    width: 130px;
    flex-shrink: 0;
  }

  .cart-block .cart-total {
    width: 100%;
    margin-top: 30px;
  }
  .cart-block .cart-list, .cart-block .inline-blocks {
    width: 100%;
  }
  .cart-block .cart-list .cart-item .title {
    width: 35%;
    margin-right: 24px;
  }
  .cart-block .cart-list .cart-item .count span {
    margin: 0 10px;
  }
  .cart-block .cart-list .cart-item .price .oldprice {
    display: inline-block;
  }
  .cart-block .cart-list .cart-item .control {
    width: 70px;
  }
  .cart-block .cart-list .cart-item .control a, .cart-block .cart-list .cart-item .control span {
    margin-left: 15px;
  }

  header {
    /*.header-navigation .cw .select-city {
      display: none;
    }*/
  }
  header .header-navigation .cw .live-search.with-results .search-list-result-desktop {
    display: none !important;
  }
  header .header-navigation .cw .user {
    position: absolute;
    top: -14px;
    right: 0;
  }
  header .header-navigation .cw .user a svg {
    width: 12px;
    margin-right: 10px;
  }
  header .header-navigation .cw .user a span {
    font-size: 14px;
  }
  header .header-navigation .cw .live-search.with-results .search-list-result-mobile {
    display: block !important;
  }
  #main-news .new .information {
    width: 100%;
  }

  .popular-categories .catalog-categories .category {
    padding: 24px;
    /*&:nth-child(1) {
      grid-column-end: 4;
    }

    &:nth-child(2) {
      grid-column-start: 4;
      grid-column-end: 5;
    }

    &:nth-child(3) {
      grid-row-start: 2;
      grid-row-end: 3;
      .image {
        bottom: -30%;
      }
    }

    &:nth-child(5) {
      grid-column-start: 3;
      grid-column-end: 5;
    }*/
  }
  .popular-categories .catalog-categories .category .title {
    font-size: 19px;
  }

  body.header-fixed header .header-navigation .cw .live-search {
    margin-left: 290px;
    width: 250px;
  }
  body.header-fixed header .header-catalog .catalog-open {
    display: none;
  }

  .product-card-block .product-card-info, .product-card-block .product-card-main {
    width: 100%;
  }
  .product-card-block .product-card-info {
    margin-top: 32px;
  }
  .product-card-block .product-tabs > ul {
    overflow: auto;
  }
  .product-card-block .product-tabs > ul::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .product-card-block .product-tabs > ul::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
  }
  .product-card-block .product-tabs > ul::-webkit-scrollbar-thumb {
    background-color: transparent;
  }
  .product-card-block .product-tabs > ul li {
    min-width: 200px;
  }

  .product-card-block .product-card-info .to-cart, .product-card-block .product-card-info .one-click {
    max-width: 600px;
  }

  .catalog-list.popular-slider__products-list {
    touch-action: pan-y;
  }
  .catalog-list.popular-slider__products-list .popular-slider__product {
    min-width: 31.3%;
  }
  .catalog-list.popular-slider__products-list .product {
    width: 100%;
  }

  .cart-block .cart-form {
    width: 100%;
  }

  .contacts-block .contacts-info-block {
    width: 48%;
    margin-top: 16px;
  }

  .countdown {
    zoom: 0.9;
  }

  .popular-categories__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1060px) {
  .product-links__list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  footer .cw {
    flex-wrap: wrap;
  }
  footer .cw .company-info {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }

  header .header-catalog-list {
    max-height: 50vh;
  }
  header .header-catalog-list .cw .header-catalog-category {
    width: 50%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  header .header-catalog-list .cw .header-catalog-category div:first-child a {
    font-size: 20px;
    line-height: 24px;
  }

  header .header-catalog .cw .catalog-open {
    margin-right: 25px;
    padding: 11px 15px;
  }
  header .header-catalog .cw .catalog-open img {
    margin-right: 0;
  }
  header .header-catalog .cw .catalog-open span {
    display: none;
  }
  header .header-catalog .cw .menu {
    margin-left: 0;
  }

  .main-brands .brands-list .brand {
    width: 23.5% !important;
    margin-right: 2%;
    padding: 12px;
  }
  .main-brands .brands-list .brand:nth-child(6n+6) {
    margin-right: 2%;
  }
  .main-brands .brands-list .brand:nth-child(4n+4) {
    margin-right: 0;
  }

  .main-video-reviews .video-reviews-list {
    /*flex-wrap: nowrap;
    overflow: auto;*/
    /*
    &-item {
      min-width: 250px;
      max-width: 250px;
      margin-right: 2%;
    }*/
  }

  body.header-fixed header .header-navigation .cw .live-search {
    width: 300px;
    margin-left: 50px;
  }

  .video-reviews.video-reviews-list .video-reviews-list-item {
    width: 31%;
    margin-right: 3.5% !important;
  }
  .video-reviews.video-reviews-list .video-reviews-list-item:nth-child(4n+4) {
    margin-right: 3.5% !important;
  }
  .video-reviews.video-reviews-list .video-reviews-list-item:nth-child(3n+3) {
    margin-right: 0 !important;
  }

  .static-page-navigation {
    display: none;
  }

  .static-page-information, .about-slider {
    width: 100%;
  }

  .countdown {
    zoom: 0.8;
  }

  .cabinet {
    flex-wrap: wrap;
  }
  .cabinet .cabinet-menu, .cabinet .client-info, .cabinet .cabinet-block {
    width: 100%;
  }
  .cabinet .cabinet-menu {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border: 0;
  }
  .cabinet .cabinet-menu ul {
    display: flex;
    overflow: scroll;
    width: 100%;
    background: #fff;
    border-radius: 12px 12px 0 0;
    padding: 0 16px;
    box-sizing: border-box;
  }
  .cabinet .cabinet-menu ul li {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
    border-bottom: 0;
  }
  .cabinet .cabinet-menu ul li a {
    border-bottom: 2px solid rgba(0, 0, 0, 0.04);
  }
  .cabinet .cabinet-menu ul li a.active {
    border-color: #5CC6FA;
  }
  .cabinet .cabinet-menu ul li a:after {
    display: none;
  }
  .cabinet .cabinet-menu ul li:last-child a {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .cabinet .client-info, .cabinet .cabinet-block {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (max-width: 960px) {
  .countdown {
    zoom: 0.7;
  }

  .cabinet .client-info .my-info {
    width: 100%;
  }
  .cabinet .client-info .confidentiality {
    width: 100%;
  }
  .cabinet .client-info .confidentiality .confidentiality-text {
    margin-top: 24px;
  }

  .cart-block .cart-form .radio-box-select > div {
    width: 100%;
    margin-right: 0;
  }

  header .header-menu {
    display: none;
  }
  header .header-navigation .cw {
    flex-wrap: wrap;
  }
  header .header-navigation .cw .select-city {
    margin-left: 28px;
  }
  header .header-navigation .cw .callback {
    margin-right: 0;
    margin-left: auto;
  }
  header .header-navigation .cw .live-search {
    order: 1;
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  header .header-catalog .cw .cart .count {
    left: 28px;
    top: 5px;
  }

  body.header-fixed header .header-catalog {
    top: 26px;
  }
  body.header-fixed header .header-catalog .cw .favorite {
    margin-right: 20px;
  }
  body.header-fixed header .header-navigation .cw .live-search {
    margin-top: 0;
  }

  #main-news .new {
    width: 100%;
    max-height: inherit;
    height: 37vw;
  }

  header .header-catalog .cw .cart {
    min-width: inherit;
    position: relative;
    width: 54px;
    height: 44px;
  }
  header .header-catalog .cw .cart .sum {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    right: 0;
    top: -14px;
    font-size: 10px;
    background: #5bc6fa;
    color: #fff;
    padding: 3px 3px 1px 3px;
    border-radius: 6px;
  }
  header .header-catalog .cw .cart .sum:before {
    display: none;
  }

  .regions-list {
    -moz-column-count: 3;
         column-count: 3;
  }

  .popular-categories .catalog-categories .category {
    padding: 24px 16px;
  }
  .popular-categories .catalog-categories .category .title {
    font-size: 20px !important;
  }
  .popular-categories .catalog-categories .category .title:after {
    width: 16px;
    height: 16px;
    background-size: 16px;
  }

  .product-reviews-list .product-review {
    flex-wrap: wrap;
  }
  .product-reviews-list .product-review .author {
    width: 100%;
    position: relative;
    margin-bottom: 24px;
  }
  .product-reviews-list .product-review .author .rating {
    position: absolute;
    right: 0;
  }
  .product-reviews-list .product-review .author .rating img {
    width: 16px;
  }
  .product-reviews-list .reviews-add {
    width: 100%;
    margin-top: 16px;
    font-size: 16px;
  }
  .product-reviews-list .product-reviews-info {
    height: auto;
    padding: 24px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .product-reviews-list .product-reviews-info .product-reviews {
    text-align: center;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }
  .product-reviews-list .product-reviews-info .product-reviews .stars {
    width: 100%;
    margin-bottom: 20px;
    justify-content: center;
  }

  .product-page-header {
    flex-direction: row;
    gap: 6px;
    margin: 6px 0;
  }
  .product-page-header .product-article {
    display: block;
    width: 100%;
    margin-top: 15px;
    font-size: 12px;
    font-weight: bold;
  }
  .product-page-header .product-reviews {
    width: auto;
    margin-left: 0;
  }
  .product-page-header .product-cards .card:last-child {
    margin-right: 24px;
  }
  .product-page-header .product-favorite {
    width: 20px;
    height: 24px;
    overflow: hidden;
  }
  .product-page-header .product-share {
    font-size: 0;
  }
  .product-page-header .product-share .ya-share2 {
    left: auto;
    right: 0;
  }
  .product-page-header .product-share .ya-share2:after {
    left: auto;
    right: 12px;
  }
  .product-page-header .product-favorite {
    margin-left: auto;
    margin-right: 0;
  }
  .product-page-header .product-share {
    margin-right: 0;
    margin-left: 24px;
  }

  .breadcrumbs ul li {
    margin-bottom: 3px;
  }
  .breadcrumbs ul li:not(.active) a span {
    font-weight: bold;
  }

  .cabinet .cabinet-addresses .btn {
    width: 100%;
    font-weight: normal;
  }
  .cabinet .cabinet-addresses-list {
    margin: 16px 0 12px 0;
  }
  .cabinet .cabinet-addresses-list label {
    padding: 14px 14px 14px 45px;
    font-size: 14px;
    margin-right: 0;
  }
  .cabinet .cabinet-addresses-list label:before {
    position: absolute;
    left: 14px;
  }
  .cabinet .cabinet-addresses-list label p.user {
    margin-left: 0;
  }
  .cabinet .cabinet-addresses-list label .edit-address {
    font-size: 14px;
    position: initial;
    order: 1;
    margin-top: 16px;
  }

  .cart-block .cart-form .radio-box-select.user-addresses div label {
    padding: 14px 14px 14px 45px;
    position: relative;
  }
  .cart-block .cart-form .radio-box-select.user-addresses div label:before {
    position: absolute;
    left: 14px;
  }
  .cart-block .cart-form .radio-box-select.user-addresses div label p.user {
    padding-left: 0;
  }

  .main-catalog .catalog-list {
    grid-template-columns: repeat(2, 1fr);
  }

  #pagination {
    margin-bottom: 0;
  }
  #pagination ul .pages-list {
    width: 100%;
    justify-content: center;
  }
  #pagination ul li a {
    padding: 8px 12px;
    font-size: 16px;
  }
  #pagination ul li.prev {
    display: none;
  }
  #pagination ul li.next {
    width: 100%;
    order: -1;
    margin: 16px 0 24px;
    text-align: center;
  }
  #pagination ul li.next a {
    justify-content: center;
    padding: 10px 0;
  }

  .popular-categories .catalog-categories .category {
    /*&:nth-child(1) {
      grid-column-end: 5;
    }

    &:nth-child(2) {
      grid-column-end: 5;
      grid-column-start: 7;
      grid-row-end: 2;
      .image {
        bottom: -20%;
      }
    }

    &:nth-child(3) {
      grid-column-start: 1;
      grid-column-end: 3;
      .image {
        bottom: -22%;
      }
    }

    &:nth-child(4) {
      grid-column-start: 3;
      grid-column-end: 5;
      .image {
        bottom: -25%;
      }
    }

    &:nth-child(5) {
      grid-column-start: 5;
      grid-column-end: 7;
      .image {
        bottom: -20%;
      }
    }*/
  }

  #map-pickups {
    height: auto;
  }

  .map-pickups {
    position: relative;
    flex-direction: column;
    height: auto;
  }
  .map-pickups__yandex {
    width: 100%;
    height: 400px;
  }
  .map-pickups__menu {
    margin-top: 20px;
    width: 100%;
    max-width: 460px;
  }
}
@media (max-width: 767px) {
  .countdown {
    padding: 12px;
  }
  .countdown-list {
    opacity: 0.8;
  }

  header .header-navigation .cw .live-search .empty-results {
    padding: 10px;
  }
  header .header-navigation .cw .user {
    right: 16px;
  }

  #content .cw {
    overflow: hidden;
  }

  footer .cw .footer-title {
    font-weight: 500;
  }
  footer .cw .company-info .logo {
    display: none;
  }
  footer .cw .company-info .copy {
    font-weight: 600;
  }
  footer .cw .pay-methods {
    justify-content: center;
    margin-top: 24px;
  }
  footer .cw .social-links {
    margin-top: 0;
    justify-content: center;
  }
  footer .cw .menu-block, footer .cw .social {
    width: 100%;
    margin-bottom: 24px;
  }
  footer .cw .social, footer .cw .header-callback {
    position: relative;
  }
  footer .cw .social:after, footer .cw .header-callback:after {
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    height: 1px;
    position: absolute;
    display: block;
    content: "";
    width: calc(100% + 32px);
    bottom: -30px;
    left: -16px;
  }
  footer .cw .social .footer-title, footer .cw .header-callback .footer-title {
    display: none;
  }
  footer .cw .social .to-top-link {
    top: 5px;
  }

  .cw {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
  }

  #main-news .new {
    margin-bottom: 12px;
  }
  #main-news .new .information {
    padding: 60px 24px 24px 24px;
  }
  #main-news .new .information .title {
    font-size: 26px;
    line-height: 32px;
  }

  .main-brands .brands-list .brand {
    width: 32% !important;
  }
  .main-brands .brands-list .brand:nth-child(4n+4) {
    margin-right: 2%;
  }
  .main-brands .brands-list .brand:nth-child(3n+3) {
    margin-right: 0;
  }

  .video-reviews-list-item .title {
    font-size: 16px;
    line-height: 130%;
    height: 40px;
  }

  .popular-categories .catalog-categories .category .title:after {
    display: none;
  }

  body.header-fixed header .header-navigation .cw .live-search {
    width: 200px;
  }

  .video-reviews.video-reviews-list {
    margin: 30px 0;
  }
  .video-reviews.video-reviews-list .video-reviews-list-item {
    width: 48%;
    margin-right: 4% !important;
  }
  .video-reviews.video-reviews-list .video-reviews-list-item:nth-child(3n+3) {
    margin-right: 4% !important;
  }
  .video-reviews.video-reviews-list .video-reviews-list-item:nth-child(2n+2) {
    margin-right: 0 !important;
  }

  .regions-list {
    -moz-column-count: 2;
         column-count: 2;
  }

  .cart-block .cart-list .cart-item {
    flex-wrap: wrap;
  }
  .cart-block .cart-list .cart-item .title {
    width: calc(100% - 115px);
    margin-right: 0;
  }
  .cart-block .cart-list .cart-item .price {
    order: 1;
    width: calc(100% - 115px);
    margin-left: auto;
    margin-right: 0;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .cart-block .cart-list .cart-item .count {
    order: 2;
    width: 150px;
    margin-left: 115px;
    justify-content: flex-start;
  }
  .cart-block .cart-list .cart-item .count span {
    margin: 0 18px;
  }
  .cart-block .cart-list .cart-item .control {
    order: 3;
  }

  .popular-categories .catalog-categories {
    gap: 14px 14px;
  }

  .cart-block .cart-list .cart-item .price .discount {
    position: initial;
    margin-left: 16px;
    font-size: 12px;
  }

  .catalog-list .product .to-cart {
    padding: 6px;
    min-width: 100px;
    font-size: 14px;
  }

  .product__open-modal {
    display: none !important;
  }

  .catalog-list.popular-slider__products-list .popular-slider__product {
    min-width: 47%;
    padding: 4px;
  }

  .popular-slider__arrow {
    width: 24px;
    height: 24px;
    background-size: 24px;
  }
  .popular-slider__arrow--left {
    left: -10px;
  }
  .popular-slider__arrow--right {
    right: -10px;
  }

  .product-card-block .product-card-images .preview-images {
    width: auto;
  }

  .video_reviews-page-information .product .cart-block .cart-list .cart-item .title {
    width: calc(100% - 120px);
  }
  .video_reviews-page-information .product .cart-block .cart-list .cart-item .control {
    width: auto;
    padding-right: 0;
  }
  .video_reviews-page-information .product .cart-block .cart-list .cart-item .price {
    width: auto;
    margin-bottom: 0;
  }

  .cabinet .my-orders-item:not(.opened) .pm-symbol {
    background-image: url("/images/title-arrow.svg");
    background-size: 16px;
    opacity: 0.3;
  }

  .cabinet .my-orders-item.opened {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    height: 100vh;
    z-index: 111;
    width: 100%;
    overflow: auto;
  }
  .cabinet .my-orders-item.opened .pm .pm-symbol {
    background-image: url("/images/close-mobile.svg");
  }
  .cabinet .my-orders-item.opened .order-details-title {
    display: none;
  }
  .cabinet .my-orders-item.opened .order-products {
    padding-top: 0;
  }
  .cabinet .my-orders-item.opened .order-details div {
    margin-bottom: 24px;
  }
  .cabinet .my-orders-item.opened .order-details div:last-child {
    margin-bottom: 0;
  }
  .cabinet .my-orders-item.opened .order-details div span {
    font-size: 14px;
  }
  .cabinet .my-orders-item.opened .order-details div span:not(.key) {
    text-align: right;
  }
  .cabinet .my-orders-item.opened .order-details div:after {
    display: none;
  }
  .cabinet .my-orders-item.opened > a {
    border-radius: 0;
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.04);
  }
  .cabinet .my-orders-item.opened > a .status {
    font-size: 14px;
  }
  .cabinet .my-orders-item.opened > a span .date {
    font-size: 12px;
    display: block;
    margin-left: 0;
    margin-top: 4px;
  }

  .job-form .main-block {
    width: 100%;
  }
  .job-form .contacts-block {
    width: 100%;
  }

  .cities-list {
    -moz-column-count: 2;
         column-count: 2;
  }

  .product .product-reviews {
    width: 100%;
    margin-bottom: 4px;
  }

  .product-links__list {
    grid-template-columns: 1fr 1fr;
  }

  .feedback-messengers__item {
    opacity: 0.7;
    background-size: 28px;
    width: 40px;
    height: 40px;
  }

  .popular-categories__category {
    width: 168px;
  }
}
@media (max-width: 560px) {
  h1, h2, h3, h4, .main-title span {
    margin: 16px 0;
  }

  .header-banner {
    display: block;
    height: 14vw;
    min-height: inherit;
  }
  .header-banner__slide {
    background-image: var(--small-banner);
  }

  .product-modal-content .cw {
    padding: 0;
  }
  .product-modal-content h1 {
    font-size: 20px;
    line-height: 26px;
  }
  .product-modal-content .product-card-block .product-card-info {
    background: #fff;
  }

  .cw {
    padding: 0 10px;
  }

  .product-card-block .product-card-info .mobile-cart-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 10px 0 !important;
    border-bottom: 1px solid #f0f0f0;
    border-radius: 0 !important;
    bottom: 58px !important;
  }
  .product-card-block .product-card-info .mobile-cart-block .to-cart {
    text-align: center;
    margin: 0;
    width: auto;
    padding: 10px 32px;
  }
  .product-card-block .product-card-info .mobile-cart-block .to-cart img {
    width: 12px;
    height: 12px;
  }
  .product-card-block .product-card-info .mobile-cart-block .product-price {
    line-height: normal;
    margin: 0;
  }
  .product-card-block .product-card-info .mobile-cart-block .product-price .current {
    font-size: 18px;
  }
  .product-card-block .product-card-info .mobile-cart-block .product-price .discount {
    font-size: 13px;
    margin-left: 8px;
  }
  .product-card-block .product-card-info .mobile-cart-block .product-stock-price {
    font-size: 11px;
    display: inline-flex;
    margin-bottom: 0;
    margin-top: 2px;
  }

  .product-cheaper-stock {
    top: -22px;
    height: 70px;
    width: 139%;
  }

  .product-card-container h1 {
    font-size: 20px;
    line-height: 25px;
  }

  .mobile-navigation {
    display: block;
    margin: 16px 0 12px;
  }
  .mobile-navigation__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    align-items: center;
    justify-content: center;
  }
  .mobile-navigation__item {
    position: relative;
    padding: 0 10px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 12px;
    background-image: linear-gradient(45deg, #EC6E2D, #ea9062);
  }
  .mobile-navigation__item:nth-child(2) {
    background-image: linear-gradient(45deg, #E93459, #f27790);
  }
  .mobile-navigation__item:nth-child(3) {
    background-image: linear-gradient(45deg, #3444EC, #6b75db);
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .mobile-navigation__item:nth-child(3) .mobile-navigation__title {
    font-size: 17px;
    text-align: center;
    top: 2px;
  }
  .mobile-navigation__item:nth-child(3) .mobile-navigation__icon {
    width: 40px;
    height: 40px;
  }
  .mobile-navigation__title {
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    position: relative;
    top: 5px;
    z-index: 11;
    width: 100%;
  }
  .mobile-navigation__icon {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: 5px;
    top: 2px;
    filter: invert(1) opacity(0.3);
  }
  .mobile-navigation__icon svg {
    width: 100%;
    height: 100%;
  }

  .product-stock-price {
    font-size: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    top: 3px;
  }

  .product-lost {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .job-form .radio-box-select div label {
    align-items: center;
    padding: 11px 10px 10px 10px;
    font-size: 14px;
  }

  .order-details-block {
    padding-top: 20px;
  }

  header .header-navigation .cw .logo span {
    background-image: var(--small-logo);
    width: 40px;
    height: 40px;
  }
  header .header-navigation .cw .callback div .telephone.free {
    top: -6px;
  }
  header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result li a {
    font-size: 13px;
    font-weight: bold;
    color: #444;
    padding-right: 40px;
  }
  header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result li a span {
    font-size: 13px;
  }
  header .header-navigation .cw .select-city {
    top: 8px;
    margin-left: 16px;
  }
  header .header-navigation .cw .select-city svg {
    display: none;
  }
  header .header-navigation .cw .select-city span {
    margin: 0;
  }
  header .header-navigation .cw .select-city:before {
    content: "\413\43E\440\43E\434";
    position: absolute;
    top: -18px;
    font-size: 12px;
    color: #999;
  }
  header .header-navigation .cw .select-city:after {
    top: -1px;
    right: -4px;
  }

  header.searchable {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 11111;
  }
  header.searchable:after {
    content: "";
    width: 100%;
    left: 0;
    top: 55px;
    height: 8px;
    position: absolute;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.05);
    z-index: 1;
  }
  header.searchable .logo, header.searchable .header-callback, header.searchable .select-city {
    display: none !important;
  }
  header.searchable .header-navigation .cw .live-search {
    margin-top: 0;
    width: calc(100% - 64px);
  }
  header.searchable .header-navigation .cw .live-search__mobile-cancel {
    display: flex;
    width: 60px;
    position: absolute;
    right: -64px;
    text-align: center;
    top: 0;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: bold;
    color: #666;
  }
  header.searchable .header-navigation .cw .live-search.with-results:after {
    display: none;
  }
  header.searchable .header-navigation .cw .live-search.with-results input[type=search] {
    border-radius: 8px;
  }
  header.searchable .header-navigation .cw .live-search.with-results .search-list-result-mobile {
    position: fixed;
    left: 0;
    top: 70px;
    border: none;
    border-radius: 0;
    height: calc(100vh - 70px);
    overflow: scroll;
  }
  header.searchable .header-navigation .cw .live-search.with-results .search-list-result-mobile .list-all {
    position: initial;
  }
  header.searchable .header-navigation .cw .live-search.with-results .search-list-result-mobile .search-list-result {
    max-height: inherit;
    padding-bottom: 0;
  }
  header .header-catalog .cw .menu li a span {
    margin-top: 3px;
  }
  header .header-catalog .cw .catalog-open {
    display: none;
  }

  .main-catalog .catalog-list {
    gap: 6px;
  }

  .main-catalog .catalog-filter {
    transform: translateX(-120%);
    width: 100%;
    padding-top: 0;
    margin-bottom: 60px;
    z-index: 1111;
  }
  .main-catalog .catalog-filter .catalog-filter-mobile-title {
    border-bottom: 16px solid #F5F6FB;
  }
  .main-catalog .catalog-filter .title {
    font-size: 16px;
    font-weight: 700;
  }
  .main-catalog .catalog-filter .btn-catalog-filter-close {
    display: block;
    position: -webkit-sticky;
    position: sticky;
    background: #fff;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 16px;
    box-sizing: border-box;
    box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.04);
    z-index: 1;
  }
  .main-catalog .catalog-filter .btn-catalog-filter-close .btn {
    width: 100%;
  }

  footer .cw .header-callback:after {
    display: none;
  }

  footer .cw .social {
    position: initial;
  }

  footer .cw .header-callback {
    text-align: center;
    width: 100%;
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
  footer .cw .header-callback:after {
    bottom: 0;
  }
  footer .cw .header-callback > div {
    margin-bottom: 8px;
  }
  footer .cw .header-callback > div .telephone {
    font-size: 24px;
    line-height: 29px;
    font-weight: 700;
  }
  footer .cw .header-callback .callback-btn {
    font-size: 14px;
    line-height: 17px;
    color: #5CC6FA;
    font-weight: 700;
  }
  footer .cw .company-info {
    margin-bottom: 50px;
    padding-right: 30px;
  }
  footer .cw .social:after {
    display: none;
  }
  footer .cw .pay-methods img {
    margin-right: 16px;
    max-width: 95px;
  }

  .warning-page .warning-page-content {
    padding: 0 16px;
    box-sizing: border-box;
  }
  .warning-page .warning-page-content .warning-icon img {
    width: 48px;
  }
  .warning-page .warning-page-content .warning-title {
    font-size: 18px;
    margin: 6px 0 10px;
  }
  .warning-page .warning-page-content .warning-description {
    font-size: 14px;
  }

  .contacts-block {
    margin-top: 24px;
  }
  .contacts-block .contacts-info-block {
    width: 100%;
    margin-top: 12px;
  }
  .contacts-block .contacts-info-block:first-child {
    margin-top: 0;
  }

  .cabinet .my-orders-item > a .sum {
    font-size: 14px;
  }

  .cabinet .my-orders-header {
    display: none;
  }

  .cart-form-issue .inline-blocks {
    padding: 0 !important;
    margin-bottom: 32px !important;
  }
  .cart-form-issue .cart-block .cart-total {
    width: 100% !important;
  }

  .cart-block .cart-form .radio-box-select > div label .pays img {
    height: 16px;
    max-width: 40px;
  }

  .cart-block .cart-form-block {
    margin-bottom: 40px;
  }

  .cart-block .cart-form-block .title {
    font-size: 20px;
    margin-bottom: 16px;
  }

  .cabinet .my-orders-item .order-products-list .order-products-item {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .cabinet .my-orders-item .order-products-list .order-products-item .title {
    width: calc(100% - 80px);
    margin-left: 16px;
    margin-bottom: 8px;
  }
  .cabinet .my-orders-item .order-products-list .order-products-item .title .article {
    font-size: 12px;
  }
  .cabinet .my-orders-item .order-products-list .order-products-item .count {
    text-align: left;
    margin-left: 80px;
  }

  #main-slider {
    margin-top: 10px;
  }

  .catalog-list {
    margin: 12px 0 24px;
  }
  .catalog-list.catalog-products {
    margin: 16px 0;
  }
  .catalog-list .category {
    width: 115px;
    min-width: 115px;
    margin-right: 8px;
    padding: 12px 8px;
  }
  .catalog-list .category .image {
    height: 56px;
    margin-bottom: 8px;
  }
  .catalog-list .category .title {
    font-size: 12px;
    line-height: 14px;
    display: block;
  }
  .catalog-list .product__gift {
    width: 64px;
  }
  .catalog-list .product .tabs.tabs--spacing {
    padding-left: 64px;
  }

  .select:after {
    width: 12px;
    height: 12px;
    background-size: cover;
    top: calc(50% - 6px);
  }

  .catalog-list-block .inline-blocks .catalog-menu {
    margin-bottom: 0;
  }
  .catalog-list-block .inline-blocks .catalog-menu select {
    font-size: 14px;
    height: 37px;
  }

  .cabinet .cabinet-block {
    padding: 24px 16px 16px 16px;
  }

  .cabinet .client-info .confidentiality .confidentiality-text {
    font-size: 14px;
  }

  .btn.big {
    width: 100%;
  }

  .form-group {
    margin-bottom: 8px;
  }
  .form-group.quarter, .form-group.half-on-line, .form-group.half {
    width: 100%;
    margin-right: 0 !important;
  }

  .addresses-modal .other-group:before {
    left: -16px;
    width: calc(100% + 32px);
  }
  .addresses-modal .btn-delete {
    width: 100%;
  }
  .addresses-modal .form-group.big {
    width: 100%;
  }
  .addresses-modal .form-group.big > * {
    padding: 15px 40px;
    width: 100%;
  }

  .default-modal .auth-tabs {
    margin-top: 40px;
  }

  .remodal .my-info .inline-blocks {
    margin-top: 16px;
  }

  .remodal {
    padding: 16px;
    min-height: 100vh;
    width: 100%;
    border-radius: 0;
    background: #F5F6FB;
    margin-bottom: 0;
  }
  .remodal .inline-blocks > * {
    width: 100%;
  }

  .auth-modal {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: fixed;
  }
  .auth-modal .my-info {
    width: 100%;
  }
  .auth-modal .my-info .h3 {
    margin-top: 0;
  }

  .accept-city-modal {
    width: 95%;
    min-height: auto;
  }
  .accept-city-modal .main-title {
    font-size: 19px;
    padding: 24px 40px 20px 20px !important;
  }
  .accept-city-modal .description {
    font-size: 15px;
    line-height: 20px;
  }
  .accept-city-modal .buttons-inline .btn {
    margin: 0 3px;
    font-size: 13px;
    padding: 10px 16px;
  }

  .remodal .main-title, .cabinet-title.left {
    left: -16px;
    top: -16px;
    width: calc(100% + 32px);
    background: #fff;
    position: relative;
    padding: 20px 40px 20px 20px;
    box-sizing: border-box;
  }
  .remodal .main-title span, .cabinet-title.left span {
    margin: 0;
  }

  .remodal-close {
    /*top: 15px;
    right: 5px;*/
    z-index: 1;
    color: #000;
    width: 40px;
    height: 40px;
    top: 6px;
  }
  .remodal-close:before {
    font-size: 40px;
    line-height: 40px;
    width: 40px;
  }

  .remodal-wrapper {
    padding: 0;
  }

  select, input:not([type=submit]):not(.switcher):not([type=radio]), textarea {
    padding: 17px 12px;
  }

  .radio-box-select div label {
    min-width: auto;
    padding: 18px 16px 18px 16px;
    margin-right: 8px;
  }

  .static-page-information {
    padding: 16px;
  }
  .static-page-information .page-block .page-block-text {
    width: calc(100% - 64px);
  }
  .static-page-information .page-block .image {
    margin-right: 16px;
    width: 48px;
  }
  .static-page-information .page-block .image img {
    width: 48px;
    height: 48px;
  }

  .video_reviews-page-information .iframe, .video_reviews-page-information iframe {
    height: 250px;
  }

  .mobile-menu-active {
    padding: 16px 20px !important;
    margin: 0 !important;
    position: fixed !important;
    z-index: 1111 !important;
    bottom: 60px !important;
    left: 16px !important;
    width: calc(100% - 32px) !important;
    border-radius: 8px !important;
    font-size: 17px !important;
  }

  .cart-block .cart-total-row.sum {
    margin-bottom: 0;
  }

  .cart-block .cart-total {
    z-index: 111111;
  }

  .price-notification {
    margin-bottom: 8px;
  }

  .product-offers {
    margin-top: 8px;
    margin-bottom: 16px;
    padding: 0;
  }
  .product-offers.top-line:before {
    display: none !important;
  }

  .product-card-block .product-tabs-block {
    padding-bottom: 0;
  }
  .product-card-block .product-tabs-block .product-tab.description {
    color: #000;
  }
  .product-card-block .product-tabs-block .product-tab.description p {
    color: #000;
  }
  .product-card-block .product-tabs {
    padding: 0 16px 24px 16px;
  }
  .product-card-block .product-tabs > ul {
    align-items: flex-end;
  }
  .product-card-block .product-tabs > ul li {
    flex: auto;
    min-width: initial;
    width: auto;
    flex-shrink: 0;
  }
  .product-card-block .product-tabs > ul li[data-open="3"] {
    display: none;
  }
  .product-card-block .product-tabs > ul li a {
    font-size: 16px;
    padding: 16px 16px 12px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-card-block .product-tabs > ul li a span {
    font-size: 12px;
    padding: 3px 6px 0px;
    line-height: inherit;
  }
  .product-card-block .product-card-info, .product-card-block .product-card-images {
    padding: 12px;
  }
  .product-card-block .product-card-images .main-image img {
    max-width: 100%;
    max-height: 100%;
  }
  .product-card-block .product-card-images .preview-images {
    margin-top: 12px;
  }
  .product-card-block .product-card-images .preview-images .preview-image svg {
    width: 24px;
    height: 24px;
  }
  .product-card-block .product-card-images {
    margin-bottom: 32px;
  }
  .product-card-block .product-card-info {
    margin-top: 0;
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
  }
  .product-card-block .product-card-info .one-click {
    margin-bottom: 16px;
  }
  .product-card-block .product-card-info .basket-labiba-calc-btn {
    font-size: 15px;
    font-weight: normal;
  }
  .product-card-block .product-attributes .attribute .title, .product-card-block .product-attributes .attribute .value {
    font-size: 14px;
  }
  .product-card-block .product-card-info .product-attributes-list .all-attributes, .product-card-block .product-card-info .product-brand .title {
    font-size: 14px;
    font-style: normal;
  }
  .product-card-block .product-card-info .top-line:before {
    left: -16px;
    width: calc(100% + 32px);
  }
  .product-card-block .product-card-info .product-price .current {
    font-size: 24px;
  }
  .product-card-block .product-card-info .product-price .discount {
    font-size: 16px;
    font-weight: normal;
  }
  .product-card-block .product-card-info .product-price .discount:after {
    border-width: 1px;
  }
  .product-card-block .product-card-info .in-stock {
    font-size: 14px;
    margin: 4px 0 12px 0;
  }
  .product-card-block .product-card-info .to-cart span {
    font-size: 15px;
  }
  .product-card-block .product-card-info .one-click {
    padding: 12px 40px;
    margin: 8px 0;
  }
  .product-card-block .product-card-info .one-click span {
    font-size: 15px;
  }
  .product-card-block .product-card-info .basket-lariba-calc-btn {
    padding: 12px 20px;
    font-size: 15px;
  }
  .product-card-block .product-card-info .product-card-block .product-card-info .product-attributes-list .all-attributes {
    font-size: 14px;
  }

  .product-offers-title span {
    font-size: 15px;
    line-height: 17px;
  }

  .product-offers__list {
    margin-top: 8px;
  }

  .mobile-menu.resized {
    padding: 72px 0 6px;
  }

  .cart-block .cart-total-row:not(first-child) {
    margin-top: 0;
    margin-bottom: 12px;
  }

  .cart-block .inline-blocks {
    padding: 0 16px;
    box-sizing: border-box;
    margin-bottom: 16px;
    align-items: center;
  }
  .cart-block .inline-blocks a {
    font-size: 14px;
  }

  .ts:after {
    font-size: 16px;
    margin-left: 8px;
  }

  .inline-blocks > * {
    margin: 0;
  }

  .cart-block .cart-total {
    width: calc(100% - 32px);
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    border-radius: 12px;
  }

  .cart-block .cart-list {
    border-radius: 0;
    padding: 16px;
  }
  .cart-block .cart-list .cart-item {
    align-items: flex-start;
  }
  .cart-block .cart-list .cart-item .image {
    width: 64px;
    height: 64px;
  }
  .cart-block .cart-list .cart-item .title {
    margin-left: 16px;
    width: calc(100% - 80px);
  }
  .cart-block .cart-list .cart-item .title a {
    font-size: 14px;
  }
  .cart-block .cart-list .cart-item .title .article {
    font-size: 12px;
  }
  .cart-block .cart-list .cart-item .price {
    font-size: 16px;
    width: auto;
    margin-left: 80px;
  }
  .cart-block .cart-list .cart-item .price .oldprice {
    font-size: 12px;
    margin-left: 8px;
  }
  .cart-block .cart-list .cart-item .count {
    margin-left: 80px;
  }
  .cart-block .cart-list .cart-item .control {
    padding-right: 0;
    position: relative;
    top: 5px;
    width: auto;
  }

  .cw-cart {
    width: 100%;
    padding: 0;
  }

  .breadcrumbs {
    margin: 16px auto 10px;
  }
  .breadcrumbs ul {
    flex-wrap: nowrap;
    overflow: scroll;
    gap: 12px;
    padding-bottom: 3px;
  }
  .breadcrumbs li {
    flex-shrink: 0;
    margin-bottom: 0 !important;
  }
  .breadcrumbs li:after {
    display: none !important;
  }
  .breadcrumbs li a {
    display: block;
    background: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
  }
  .breadcrumbs ul li:not(.active) a span {
    color: #5CC6FA;
  }

  h1 {
    font-size: 24px;
    line-height: 30px;
  }

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

  h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .popular-categories .catalog-list {
    margin: 16px 0;
  }
  .popular-categories .catalog-categories {
    gap: 8px 8px;
  }
  .popular-categories .catalog-categories .category {
    padding: 12px 6px;
    min-width: inherit;
    /*&:nth-child(3) {
      height: 110px;
      .image {
        bottom: -10%;
      }
    }
    &:nth-child(1) {
      padding: 12px;
      .title {
        font-size: 14px !important;
      }
    }*/
  }
  .popular-categories .catalog-categories .category .image {
    height: 100%;
  }
  .popular-categories .catalog-categories .category .title {
    font-size: 11px !important;
    line-height: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  }

  .mobile-menu {
    display: block;
    position: fixed;
    z-index: 1111;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px 0 6px;
    box-sizing: border-box;
    box-shadow: 0px -2px 7px 2px rgba(0, 0, 0, 0.08);
    border-top: 1px solid #e2e2e29e;
  }
  .mobile-menu ul {
    list-style: none;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .mobile-menu ul li {
    width: 20%;
  }
  .mobile-menu ul li a {
    text-decoration: none;
    text-align: center;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  .mobile-menu ul li a img.opened {
    display: none;
  }
  .mobile-menu ul li a img.closed {
    display: inline-block;
  }
  .mobile-menu ul li a.active span:not(.counter), .mobile-menu ul li a.opened span:not(.counter) {
    color: #5CC6FA;
  }
  .mobile-menu ul li a.active img.opened, .mobile-menu ul li a.opened img.opened {
    display: inline-block;
  }
  .mobile-menu ul li a.active img.closed, .mobile-menu ul li a.opened img.closed {
    display: none;
  }
  .mobile-menu ul li a img {
    height: 22px;
    margin-bottom: 3px;
  }
  .mobile-menu ul li a span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    color: #333;
    font-weight: bold;
  }
  .mobile-menu ul li a .counter {
    position: absolute;
    top: -5px;
    right: calc(50% - 16px);
    width: 13px;
    height: 13px;
    background: #5CC6FA;
    color: #fff;
    font-weight: 700;
    font-size: 8px;
    border-radius: 50%;
    border: 2px solid #fff;
    display: none;
    align-items: center;
    justify-content: center;
  }
  .mobile-menu ul li a .counter.showed {
    display: flex;
  }

  body.header-fixed #content {
    padding-top: 80px;
  }
  body.header-fixed header {
    height: auto;
  }
  body.header-fixed header .header-navigation {
    padding: 12px 0;
  }
  body.header-fixed header .header-navigation .cw .live-search {
    margin-left: inherit;
  }

  .header-catalog-list {
    display: none;
  }

  header .header-catalog {
    display: none;
    padding: 0;
    z-index: 1111;
    background: #f5f6fb;
  }
  header .header-catalog.mobile-opened {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: auto;
  }
  header .header-catalog.mobile-opened .catalog-open {
    display: block;
    background: transparent;
    color: #000;
    border: none;
    width: 100%;
    text-align: center;
  }
  header .header-catalog.mobile-opened .catalog-open img {
    display: none;
  }
  header .header-catalog.mobile-opened .catalog-open span {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 40px;
    display: block;
  }
  header .header-catalog.mobile-opened .catalog-open span:after {
    font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
    font-size: 25px;
    position: relative;
    width: 100%;
    height: 100%;
    content: "\D7";
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header-catalog.mobile-opened .catalog-open:after {
    content: "\41A\430\442\430\43B\43E\433   \442\43E\432\430\440\43E\432";
  }
  header .header-catalog.mobile-opened .cw {
    flex-wrap: wrap;
    padding: 0;
  }
  header .header-catalog.mobile-opened .cw .favorite, header .header-catalog.mobile-opened .cw .cart {
    display: none;
  }
  header .header-catalog.mobile-opened .cw .menu {
    width: 100%;
    margin: 0;
    flex-wrap: wrap;
    padding-bottom: 60px;
  }
  header .header-catalog.mobile-opened .cw .menu li {
    width: 100%;
    margin: 0 0 1px 0;
  }
  header .header-catalog.mobile-opened .cw .menu li a {
    text-align: left;
    display: flex;
    align-items: center;
    padding: 22px 16px;
    background: #fff;
    position: relative;
  }
  header .header-catalog.mobile-opened .cw .menu li a:after {
    display: none;
  }
  header .header-catalog.mobile-opened .cw .menu li a:hover {
    opacity: 1;
  }
  header .header-catalog.mobile-opened .cw .menu li a.has-childs:after {
    background-image: url("/images/arrow-down.svg");
    content: "";
    position: absolute;
    right: 16px;
    top: 26px;
    width: 16px;
    height: 16px;
    background-size: 16px;
    display: block;
    transform: rotate(-90deg);
  }
  header .header-catalog.mobile-opened .cw .menu li a.has-childs.opened {
    background: #6bcbfa;
  }
  header .header-catalog.mobile-opened .cw .menu li a.has-childs.opened:after {
    transform: rotate(0deg);
  }
  header .header-catalog.mobile-opened .cw .menu li a.has-childs.opened + ul {
    display: block;
  }
  header .header-catalog.mobile-opened .cw .menu li a.has-childs.opened + ul a {
    background: #fafafa;
    padding: 14px 20px;
  }
  header .header-catalog.mobile-opened .cw .menu li a img {
    margin-right: 20px;
  }
  header .header-navigation {
    padding: 12px 0;
  }
  header .header-navigation .cw .select-city span {
    font-size: 15px;
  }
  header .header-navigation .cw .telephone {
    font-size: 15px !important;
  }
  header .header-navigation .cw .user {
    display: none;
  }
  header .header-navigation .cw .mobile-header-catalog-btn {
    /*padding: 10px 9px 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    border-radius: 0 8px 8px 0;
    margin-top: 10px;
    position: relative;
    left: -1px;
    order: 3;

    img {
      width: 20px;
      position: relative;
      top: -2px;
      margin-right: 4px;
    }*/
  }
  header .header-navigation .cw .live-search {
    width: 100%;
    order: 3;
    margin-top: 10px;
    margin-left: 0;
    display: flex;
    flex-wrap: wrap;
    transition: none;
  }
  header .header-navigation .cw .live-search label {
    top: 12px;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
  }
  header .header-navigation .cw .live-search label:before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    border: none;
    cursor: pointer;
    background-image: url(/images/search-mobile.svg);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    margin-right: 8px;
    position: relative;
    top: -2px;
  }
  header .header-navigation .cw .live-search input[type=search] {
    padding: 11px 12px 9px 12px;
    font-size: 14px;
    text-align: center;
    border-radius: 8px;
  }
  header .header-navigation .cw .live-search input[type=submit] {
    display: none;
    right: auto;
    left: 12px;
  }

  .slick-prev, .slick-next {
    display: none !important;
  }

  .cw-slider {
    padding: 0;
  }

  #main-slider {
    height: 41vw;
    overflow: hidden;
  }
  #main-slider:not(.slick-initialized) {
    padding: 0 10px;
  }
  #main-slider .slide {
    margin: 0 10px 0 0;
    height: 41vw;
  }
  #main-slider .slide .info {
    display: none;
  }

  .slick-dots li {
    margin: 0 4px;
  }
  .slick-dots li button:before {
    font-size: 8px;
  }

  /*.countdown {
      padding: 8px 8px 20px 8px;
  }

  .countdown-title {
      margin-bottom: 4px;
      font-size: 17px;
      opacity: .7;
  }

  .countdown-text {
      line-height: 12px;
      font-size: 15px;
      position: absolute;
      top: 26px;
      color: #000;
      left: 0;
      right: 0;
      margin: auto;
      padding-top: 3px;
      font-weight: bold;
  }

  .countdown-number {
      padding: 4px 8px 2px 8px;
      opacity: .7;
      position: relative;
      &:not(:last-child) {
          margin-right: 6px;
      }
  }

  .countdown-time {
      font-size: 18px;
      line-height: 18px;
  }*/
  .countdown {
    zoom: 0.4;
  }

  .popular-products, .discount-products, .similar-products, .popular-categories {
    margin: 20px auto;
  }

  .popular-products {
    margin-bottom: 50px;
  }

  .hots-products {
    margin-top: 30px;
  }

  .popular-categories {
    margin-top: 50px;
  }

  .popular-products .catalog-products, .discount-products .catalog-products, .similar-products .catalog-products {
    margin: 16px auto;
  }

  .main-title span {
    font-size: 20px;
    line-height: 24px;
    margin: 16px 0;
  }
  .main-title span:after {
    background-size: 16px;
    width: 16px;
    height: 16px;
  }

  .product-reviews .word {
    display: none;
  }

  .main-brands {
    margin-top: 50px !important;
    margin-bottom: 0;
  }
  .main-brands .brands-list .brand {
    height: 80px;
  }

  .product-price {
    font-size: 14px;
    /*line-height: 17px;*/
    margin: 8px 0 4px;
    position: relative;
    top: 3px;
  }
  .product-price .discount {
    font-size: 12px;
    line-height: 14px;
    font-weight: normal;
  }
  .product-price .discount:after {
    border-width: 1px;
  }

  .product-kits {
    padding: 16px;
  }
  .product-kits__list {
    display: flex;
    overflow: scroll;
    padding: 4px;
  }
  .product-kits__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  .product-link {
    width: 200px;
    flex-shrink: 0;
    padding: 10px;
  }
  .product-link-total {
    width: 240px;
  }
  .product-link__title {
    line-height: 16px;
  }
  .product-link__title a {
    font-size: 13px;
  }
  .product-link .old-price, .product-link .current-price {
    font-size: 16px;
  }

  .kit-link__price:before {
    top: 16px;
  }

  .kit-link:before {
    left: -26px;
  }

  .product-link-total__row.title {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .product-link-total__row.total span {
    font-size: 20px;
  }
  .product-link-total__row.btn-add {
    margin-top: 16px;
  }
  .product-link-total__row.btn-add .btn {
    padding: 12px 30px;
    font-size: 15px;
  }

  .product-cards .card, .product-reviews {
    font-size: 12px;
  }

  .product-cards .card {
    padding: 4px 6px;
  }

  .catalog-list .product-badges {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    z-index: 1;
  }
  .catalog-list .product {
    padding: 12px;
  }
  .catalog-list .product__info {
    padding: 8px;
  }
  .catalog-list .product .image {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    margin-top: 0;
  }
  .catalog-list .product .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .catalog-list .product .images-container {
    margin-top: 0;
    padding-bottom: 134%;
    width: 100%;
    height: 0;
    margin-bottom: 0;
  }
  .catalog-list .product .images-container .images {
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
  }
  .catalog-list .product .tabs {
    width: 100%;
  }
  .catalog-list .product .tabs > * {
    margin-right: 6px;
  }
  .catalog-list .product .tabs span {
    font-size: 11px;
    padding: 4px 4px 2px 4px;
  }
  .catalog-list .product .title {
    font-size: 12px;
    line-height: 130%;
    margin-bottom: 0px;
  }
  .catalog-list .product .information {
    margin-bottom: 6px;
    height: inherit;
  }

  .product-cards .card {
    margin-right: 8px;
  }

  .catalog-list .product {
    overflow: hidden;
  }
  .catalog-list .product .product-cart-control {
    width: 100%;
  }
  .catalog-list .product .to-cart {
    font-size: 13px;
    width: 100%;
  }
  .catalog-list .product .product-favorite {
    top: 12px;
    right: 12px;
  }
  .catalog-list .product .images .slick-dots {
    bottom: 0;
    right: 8px;
    width: auto;
  }
  .catalog-list .product .images .slick-dots li {
    margin: 0 3px;
  }
  .catalog-list .product .images .slick-dots li button:before {
    font-size: 6px;
  }

  .catalog-list .product {
    align-items: flex-start;
    align-content: baseline;
    padding: 0 !important;
  }
  .product-favorite img, .product-trash img {
    width: 18px;
  }

  .product-page-header .product-favorite img {
    width: inherit;
    position: relative;
    top: -1px;
  }

  #main-banner {
    height: 100px;
  }
  #main-banner .banner {
    height: 100px;
  }

  .main-video-reviews {
    margin: 40px auto 40px;
  }

  .product-reviews .stars {
    margin-right: 8px;
  }
  .product-reviews .stars img {
    width: 14px;
    margin-right: 2px;
  }

  .video-reviews-list-item .title {
    font-size: 14px;
    line-height: 130%;
    height: 54px;
  }
  .video-reviews-list-item span {
    font-size: 14px;
  }

  #content {
    padding: 5px 0 30px;
  }

  .product-card-block .product-card-images a[data-toggle=full-screen] {
    right: 16px;
    top: 16px;
  }
  .product-card-block .product-card-images a[data-toggle=full-screen] img {
    width: 24px;
  }

  .product-card-block .product-card-images .main-image, .product-card-block .product-card-images .main-image .slick-slide {
    height: 340px;
  }

  .product-card-block .product-card-images .preview-images .preview-image {
    width: 50px;
    height: 50px;
    margin-right: 0;
  }

  .video_reviews-page-information {
    padding: 16px;
  }
  .video_reviews-page-information span {
    font-size: 14px;
  }
  .video_reviews-page-information .product {
    padding-bottom: 12px;
  }
  .video_reviews-page-information .product:after {
    left: -16px;
    width: calc(100% + 32px);
  }
  .video_reviews-page-information .product .cart-block .cart-list {
    padding: 0;
  }
  .video_reviews-page-information .product .cart-block .cart-list .cart-item .title {
    width: calc(100% - 80px);
  }
  .video_reviews-page-information .product .cart-block .cart-list .cart-item .title .product-about .product-reviews {
    display: block;
    width: 100%;
    margin-top: 12px;
  }
  .video_reviews-page-information .product .cart-block .cart-list .cart-item .price {
    margin-left: 80px;
  }
  .video_reviews-page-information .product .cart-block .cart-list .cart-item .control {
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    margin-top: 6px;
  }
  .video_reviews-page-information .product .cart-block .cart-list .cart-item .control span.to-cart {
    padding: 11px 15px;
    margin-left: auto;
  }
  .video_reviews-page-information .product .cart-block .cart-list .cart-item .control a:first-child {
    margin-left: 80px;
  }

  .product-reviews-list {
    background: #fff;
    padding: 16px;
    border-radius: 16px;
    margin-bottom: 40px;
  }
  .product-reviews-list .product-review .review {
    font-size: 14px;
  }
  .product-reviews-list .product-reviews-info {
    margin-bottom: 24px;
  }
  .product-reviews-list .product-reviews-info .product-reviews .stars {
    margin-right: 0;
    margin-bottom: 6px;
  }

  .cabinet .my-orders-item:not(.opened) {
    margin-bottom: 16px;
  }
  .cabinet .my-orders-item:not(.opened) > a {
    padding: 16px;
    flex-wrap: wrap;
    position: relative;
  }
  .cabinet .my-orders-item:not(.opened) > a .sum {
    width: 100%;
    text-align: left;
    margin-top: 16px;
    font-size: 16px;
  }
  .cabinet .my-orders-item:not(.opened) > a .pm {
    position: absolute;
    right: 16px;
    bottom: 16px;
  }
  .cabinet .my-orders-item:not(.opened) > a .status {
    position: absolute;
    right: 16px;
    top: 16px;
    font-size: 14px;
    width: auto;
  }
  .cabinet .my-orders-item:not(.opened) > a span .date {
    margin-left: 0;
    display: block;
    width: 100%;
    margin-top: 12px;
  }

  .header-fixed header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result {
    min-width: auto;
  }

  .to-top-link {
    right: 20px;
    bottom: 70px;
    width: 40px;
    height: 40px;
    background: rgba(250, 250, 250, 0.5);
  }
  .to-top-link img {
    width: 26px;
    height: 26px;
  }

  .region-block {
    width: 200px;
  }
  .region-block p {
    font-size: 17px;
  }

  .regions-list-items li:not(last-child) {
    margin-bottom: 4px;
  }
  .regions-list-items li a {
    font-size: 14px;
  }

  .privacy-block {
    padding-top: 25px;
  }
  .privacy-block .description p {
    font-size: 13px;
  }
  .privacy-block .description a {
    font-size: 13px;
  }
  .privacy-block .close {
    right: 28px;
    top: 7px;
  }

  .cart-block .cart-total-row.sum:after {
    left: -16px;
    width: calc(100% + 32px);
  }

  .faq-list__item {
    font-size: 15px;
    padding: 12px 35px 12px 12px;
  }
  .faq-list__item:after {
    top: 9px;
    font-size: 24px;
  }

  .installments-steps {
    margin: 100px 0 50px;
  }
  .installments-steps ol li::before {
    font-size: 24px;
  }
  .installments-steps ol li p {
    line-height: 19px;
    font-size: 14px;
  }

  .faq-list {
    margin-top: 50px;
  }

  .delivery-group .radio-box-select > div {
    width: 100%;
  }
  .delivery-group .radio-box-select > div .delivery-inline-block span {
    font-size: 13px;
  }
  .delivery-group .radio-box-select label {
    padding: 10px;
  }
  .delivery-group .radio-box-select label .loader-pickup-counter-field {
    bottom: 10px;
    font-size: 13px;
  }

  #map-pickups .ymaps-object-metro {
    font-size: 12px;
  }

  .cart-alert-message {
    top: 10px;
    bottom: auto;
    margin: auto;
    right: 0;
    left: 0;
    max-width: 260px;
    padding: 12px 12px 10px 24px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
  }
  .cart-alert-message:before {
    left: 16px;
  }

  .product-links__list {
    grid-gap: 8px;
  }

  .product-link {
    padding: 8px;
  }
  .product-link__image {
    height: 150px;
    text-align: center;
  }
  .product-link__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    margin: 0 auto;
  }
  .product-link__title {
    line-height: 18px;
  }

  h1.show-subtitle:after {
    font-size: 15px;
    line-height: 20px;
  }

  .popular-slider {
    margin-top: 32px;
    margin-bottom: 32px;
  }

  .popular-categories {
    margin-top: 24px;
  }
  .popular-categories__list {
    gap: 12px;
  }
  .popular-categories__category {
    width: 110px;
    padding: 8px;
  }
  .popular-categories__category-image img {
    height: 100px;
  }
  .popular-categories__category-title {
    font-size: 12px;
    color: #555;
  }
}
@media (max-width: 420px) {
  .product-stock-price {
    font-size: 10px;
    padding: 3px 4px 3px 4px;
  }

  .catalog-list .product {
    padding: 10px;
  }

  .catalog-list .product .image {
    margin-bottom: 0;
  }

  /*.catalog-list .product .image, */
  #map-pickups .ymaps-object-title {
    font-size: 14px;
  }

  #map-pickups .ymaps-object-worktime {
    font-size: 12px;
  }

  #map-pickups .ymaps-object-btn {
    padding: 6px 12px;
    font-size: 13px;
  }

  .cities-list {
    -moz-column-count: 1;
         column-count: 1;
  }

  .cart-block .cart-form .radio-box-select > div label {
    padding: 12px;
  }
  .cart-block .cart-form .radio-box-select > div label .pays img {
    max-width: 36px;
    margin-left: 4px;
  }

  .radio-box-select div label {
    font-size: 14px;
  }

  .regions-list {
    -moz-column-count: 1;
         column-count: 1;
  }

  .region-block {
    width: 100%;
  }

  .video-reviews.video-reviews-list .video-reviews-list-item {
    margin-bottom: 30px;
    width: 100%;
  }
  .video-reviews.video-reviews-list .video-reviews-list-item .title {
    height: auto;
  }

  .cart-block .cart-list .cart-item .price .discount {
    display: block;
    margin-left: 0;
    margin-top: 6px;
  }

  .cabinet .my-orders-item.opened > a {
    align-items: flex-start;
  }
  .cabinet .my-orders-item.opened > a .sum {
    display: none;
  }
  .cabinet .my-orders-item.opened > a .id {
    width: auto;
  }
  .cabinet .my-orders-item.opened > a .status {
    width: auto;
    margin-left: 12px;
    margin-right: auto;
    position: relative;
    top: 2px;
  }
  .cabinet .my-orders-item.opened > a .pm {
    position: relative;
    top: 10px;
  }

  header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result li a {
    padding: 8px 28px 8px 8px;
  }
  header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result li a:after {
    zoom: 0.7;
  }

  header .header-navigation .cw .live-search .search-list-result-mobile .search-list-result li a img {
    width: 32px;
    height: 32px;
    margin-right: 10px;
  }

  .main-video-reviews .video-reviews-list-item .image {
    height: 120px;
  }
  .main-video-reviews .video-reviews-list-item span {
    font-size: 12px;
  }
  .main-video-reviews .video-reviews-list-item span.views {
    width: 16px;
  }
  .main-video-reviews .video-reviews-list-item span.views img {
    position: relative;
    top: -1px;
  }
  .main-video-reviews .video-reviews-list .slick-slide {
    padding: 0 6px;
  }
  .video-reviews.video-reviews-list .video-reviews-list-item {
    margin-right: 0 !important;
  }

  .main-video-reviews .instagram-item .image {
    height: 160px;
  }
}
@media (max-width: 374px) {
  .countdown {
    zoom: 0.35;
  }

  .privacy-block {
    max-width: 320px;
  }

  .product-price {
    font-size: 12px;
  }
  .product-price .discount {
    font-size: 10px;
    margin-left: 6px;
  }

  .product-favorite img, .product-trash img {
    width: 17px;
  }

  .catalog-list-block .inline-blocks {
    flex-wrap: wrap;
  }
  .catalog-list-block .inline-blocks .catalog-menu .select {
    width: 100%;
  }
  .catalog-list-block .inline-blocks .catalog-menu .select select {
    width: 100%;
  }
  .catalog-list-block .inline-blocks > * {
    width: 100%;
    margin-bottom: 8px;
  }

  #main-news .new .information {
    padding: 24px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  }
  #main-news .new .information .title {
    font-size: 22px;
    line-height: 28px;
  }

  footer .cw .social-links a img {
    max-width: 40px;
    height: auto;
  }
  footer .cw .pay-methods {
    justify-content: center;
  }
  footer .cw .pay-methods img {
    margin: 5px;
    max-width: 50px;
  }

  .product-cards .card, .product-reviews {
    font-size: 10px;
  }

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

  h2 {
    font-size: 17px;
    line-height: 21px;
  }

  h3 {
    font-size: 14px;
    line-height: 18px;
  }

  .breadcrumbs ul li span {
    font-size: 12px;
  }

  .cart-count a, .cart-count span:not(.number) {
    min-height: 26px;
    min-width: 26px;
  }
  .cart-count a img, .cart-count span:not(.number) img {
    width: 12px;
  }

  .cart-count .number {
    font-size: 14px;
  }
}