<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&amp;subset=cyrillic&amp;display=swap");
ul:not([class]) li {
  position: relative;
}
ul:not([class]) li:before {
  background: #C40000;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  left: -15px;
  top: 7px;
}
.no-click {
  pointer-events: none;
  opacity: 0.6;
}
.load-modal {
  cursor: pointer;
}
.userinfo {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .userinfo {
    order: 3;
    margin: 0 auto;
  }
}
.userinfo .userinfo__img {
  width: 20px;
}
.userinfo .userinfo__img img {
  max-width: 100%;
  height: auto;
}
.userinfo .userinfo__txt {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
}
.cabinet-menu {
  display: flex;
  flex-wrap: wrap;
}
.cabinet-menu li {
  margin-right: 15px;
  margin-bottom: 10px;
}
.cabinet-menu a {
  display: flex;
  align-items: center;
  padding: 30px !important;
  height: 100%;
}
.cabinet-menu a img {
  width: 30px;
  height: auto;
  margin-right: 10px;
}
@media (max-width: 575px) {
  .cabinet-menu li {
    margin-right: 0;
    margin-bottom: 10px;
    flex-basis: 100%;
  }
  .cabinet-menu a {
    padding: 15px !important;
    font-size: 0.9rem;
  }
}
.big_pic {
  margin-bottom: 2%;
}
.table_usl_price {
  padding: 20px 35px;
  background: rgba(196,0,0,0.1);
  border: 1px dashed #C40000;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  font-weight: 400;
  align-items: center;
  margin-top: 10px;
}
.table_usl_price p:last-child {
  margin-bottom: 0;
}
.btt {
  text-align: center;
  margin-bottom: 20px;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.slide-video {
  position: absolute;
}
.swiper-container-vertical &gt; .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.swiper-container-multirow &gt; .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode &gt; .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal &gt; .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical &gt; .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal &gt; .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #C40000;
}
.swiper-container-vertical &gt; .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}
.swiper-container-vertical &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform;
}
.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal &gt; .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl &gt; .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #C40000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal &gt; .swiper-pagination-progressbar,
.swiper-container-vertical &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal &gt; .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical &gt; .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255,255,255,0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0,0,0,0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.swiper-container-horizontal &gt; .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical &gt; .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container &gt; canvas,
.swiper-zoom-container &gt; img,
.swiper-zoom-container &gt; svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
  animation: swiper-preloader-spin 1s steps(12,end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
#ajaxLoader svg {
  stroke: #C40000;
  -webkit-animation: rotating 1s linear infinite;
  -moz-animation: rotating 1s linear infinite;
  -ms-animation: rotating 1s linear infinite;
  -o-animation: rotating 1s linear infinite;
  animation: rotating 1s linear infinite;
}
html {
  font-size: 15px;
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;
}
*:focus {
  outline: none;
}
input,
textarea {
  font-size: 1.1rem;
  color: #656565;
  -webkit-appearance: none;
  border: 1px solid #ddd;
}
body {
  height: 100%;
}
body {
  color: #656565;
  background: #fff;
  cursor: default;
  line-height: 1.4;
  font-weight: 400;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
img {
  border: none;
}
h1,
.animate-1,
.animate-2,
.animate-3 {
  visibility: hidden;
}
.mce-content-body  h1,
.mce-content-body  .animate-1,
.mce-content-body  .animate-2,
.mce-content-body  .animate-3 {
  visibility: visible;
}
p {
  color: #656565;
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  p {
    font-size: 1rem;
  }
}
.info {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
}
@media screen and (max-width: 575px) {
  .info {
    font-size: 1.1rem;
    font-weight: 300;
    line-height: 1.5;
  }
}
.body-flex {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a {
  font-weight: 700;
  color: #1b1b25;
}
h1,
.h1 {
  font-size: 2.6rem;
  color: #1b1b25;
  margin-top: 2.8%;
  margin-bottom: 1.3%;
}
@media screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 600px) {
  h1,
  .h1 {
    font-size: 1.2rem;
  }
}
h2,
.h2 {
  font-size: 2rem;
  margin-top: 2.6rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  h2,
  .h2 {
    margin-top: 1.5rem;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 600px) {
  h2,
  .h2 {
    margin-top: .7rem;
    font-size: 1.2rem;
  }
}
h3,
.h3 {
  font-size: 1.6rem;
  margin-top: 2rem;
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  h3,
  .h3 {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 575px) {
  h3,
  .h3 {
    font-size: 1rem;
  }
}
.h3 {
  font-size: 1.4rem;
  color: #1b1b25;
}
h4,
.h4 {
  font-size: 1.3rem;
  font-weight: 600;
  margin-top: 3%;
  margin-bottom: 1%;
  color: #1b1b25;
}
h5,
.h5 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-top: 3%;
  margin-bottom: 1%;
  color: #222;
}
h6,
.h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-top: 3%;
  margin-bottom: 1%;
  color: #1b1b25;
}
a {
  text-decoration: none;
  color: #C40000;
}
a.link {
  color: #C40000;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color .15s linear;
}
a.link:hover {
  border-bottom-color: currentColor;
}
.footer-btn:hover {
  color: #ffffff !important;
}
.container {
  width: 1368px;
  padding: 0 15px;
  margin: 0 auto;
}
.text_1 {
  color: #444;
  margin-bottom: 20px;
}
.title_text {
  margin-bottom: 10px;
  margin-top: 20px;
  color: #444;
}
.title_text strong {
  font-weight: 700;
}
ul {
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  ul {
    font-size: 0.9rem;
  }
}
ul:not([class]) {
  margin: 15px 0;
  padding-left: 20px;
}
ol {
  margin: 15px 0;
  padding-left: 20px;
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  ol {
    font-size: 0.9rem;
  }
}
header .inner-block &gt; .hostcmsSection {
  width: 100%;
}
header .inner-block,
header .inner-block &gt; .hostcmsSection {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 22px 10px;
  z-index: 1500;
}
header i.icon {
  width: 24px;
  height: 24px;
}
header i.icon .count {
  top: -2px;
  right: -2px;
}
@media (min-width: 1200px) {
  header .list-wish a .icon .count,
  header .compare a .icon .count {
    top: -8px;
  }
}
header .logo {
  width: 100px;
  margin-right: 30px;
}
header .logo:before {
  content: "";
  display: block;
  width: 116px;
  height: 116px;
  border-radius: 50%;
  position: absolute;
  top: -14px;
  left: 73px;
}
header .logo img {
  position: relative;
}
header .logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .count {
  background-color: #C40000;
  position: absolute;
  font-size: 0.7rem;
  color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  line-height: 1;
  padding-top: 1px;
}
header .amount {
  margin-right: 8px;
}
header .search {
  max-width: 360px;
}
header .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .phone a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  color: #1b1b25;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
  gap: 5px;
  align-items: center;
}
@media (max-width: 575px) {
  header .phone a {
    font-size: 1rem !important;
    justify-content: space-between;
    align-items: center;
  }
  header .phone a .phone-icon svg {
    margin: 0 8px 0 0;
  }
}
header .phone::before {
  content: none;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
header .phone-icon {
  margin-right: 10px;
  fill: #C40000;
  cursor: pointer;
  -webkit-transition: fill 0.15s ease-out;
  transition: fill 0.15s ease-out;
  width: 15px;
}
header .phone:hover a {
  color: #C40000;
}
header .phone:hover .phone-icon {
  fill: #C40000;
}
header .cart a span {
  font-size: 0.9rem;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #1b1b25;
}
header .cart a .icon {
  font-style: normal;
  position: relative;
}
header .cart a .icon svg {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
header .cart a:not(.cart-link--empty):hover .icon svg {
  fill: #C40000;
}
header .cart a:not(.cart-link--empty):hover span {
  color: #C40000;
}
header .compare a:hover span {
  color: #1b1b25;
}
header .compare a:hover .icon svg {
  fill: #C40000;
}
header .compare a span {
  font-size: 0.9rem;
  color: #999;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
header .compare a .icon {
  font-style: normal;
  position: relative;
}
header .compare a .icon svg {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
header .list-wish a:hover span {
  color: #1b1b25;
}
header .list-wish a:hover .icon svg {
  fill: #C40000;
  stroke: transparent;
}
header .list-wish a span {
  font-size: 0.9rem;
  color: #999;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  white-space: nowrap;
}
header .list-wish a .icon {
  font-style: normal;
  position: relative;
}
header .list-wish a .icon svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #1b1b25;
}
header.sticky .inner-block {
  padding: 0;
}
header.sticky .list {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
header.sticky .list li {
  position: relative;
  list-style-type: none;
}
header.sticky .list li a {
  padding: 15px 30px;
  color: #1b1b25;
}
header.sticky .list li svg {
  fill: #1b1b25;
}
header.sticky .header-nav__item-link {
  display: block;
  padding: 15px;
}
header.sticky .header-nav__item-link:hover {
  color: #C40000;
}
header.sticky .header-nav__link:hover {
  color: #C40000;
  background-color: #eaeaea;
}
header.sticky .header-nav__show-items {
  top: 51px;
}
header ul li::before {
  content: none;
}
.header__contacts {
  display: flex;
  gap: 50px;
}
@media (max-width: 991px) {
  .header__contacts {
    gap: 5px;
    flex-direction: column;
  }
}
.header__callback {
  color: #C40000;
  cursor: pointer;
  border-bottom: 1px dashed #C40000;
  transition: border-bottom-color .15s linear;
}
@media screen and (max-width: 991px) {
  .header__callback {
    display: none;
  }
}
.header__callback:hover {
  border-bottom-color: transparent;
}
.cart i.icon {
  margin-right: 10px;
}
.search {
  width: 30.226%;
  margin-top: 2px;
  margin-right: 15px;
  max-width: 402px;
}
.search form {
  position: relative;
}
.search form input[type="text"] {
  border: none;
  border-radius: 4px;
  font-size: 0.9rem;
  padding: 12px 38px 12px 14px;
  background: #f7f7f7;
  width: 100%;
}
.search form input[type="text"]::-webkit-input-placeholder {
  color: #656565;
}
.search form input[type="text"]::-moz-placeholder {
  color: #656565;
}
.search form input[type="text"]:-moz-placeholder {
  color: #656565;
}
.search form input[type="text"]:-ms-input-placeholder {
  color: #656565;
}
.search form input[type="submit"] {
  background: url(/img/magnifying-glass.svg) center no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border: none;
  width: 38px;
}
.res_search {
  margin-top: 10px;
  color: #656565;
}
.res_search span {
  font-weight: 700;
  color: #656565;
}
.search_field {
  margin-bottom: 20px;
  width: 100%;
}
hr {
  border: none;
  background-color: #999;
  margin-right: 40px;
  height: 1px;
}
.breadcrumbs {
  font-size: 0.9rem;
  color: #bbb;
  padding-top: 12px;
  padding-bottom: 4px;
  line-height: 2.2;
}
@media screen and (max-width: 991px) {
  .breadcrumbs {
    font-size: 0.8rem;
  }
}
.breadcrumbs a {
  color: #999;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.breadcrumbs a:hover {
  color: #C40000;
}
.breadcrumbs .breadcrumb-last-item {
  color: #bbb;
  border-bottom: none;
  text-decoration: none;
  pointer-events: none;
}
nav.top-menu {
  margin-top: 0px;
  position: relative;
  background-color: #f7f7f7;
  z-index: 1000;
}
nav.top-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  list-style: none;
  padding-left: 0;
}
nav.top-menu ul ul {
  position: absolute;
  top: 100%;
  left: 0px;
  display: none;
  flex-direction: column;
  align-items: flex-start;
}
nav.top-menu ul ul ul {
  left: 100%;
  top: 0;
}
nav.top-menu .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
nav.top-menu .list li::before {
  content: none;
}
nav.top-menu .list li a {
  padding: 15px 20px;
  font-size: 1rem;
  display: block;
  color: #444;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
nav.top-menu .list li a:hover {
  color: #C40000;
}
nav.top-menu .list li a:hover &gt; span &gt; svg {
  fill: #C40000;
}
nav.top-menu .list li a span {
  display: flex;
  justify-content: space-between;
  width: 100%;
  white-space: initial;
  font-weight: 400;
  align-items: center;
}
nav.top-menu .header-nav__item {
  position: relative;
}
nav.top-menu .header-nav__item:hover &gt; ul {
  display: flex;
}
nav.top-menu .pc-hide {
  display: none !important;
}
header {
  z-index: 1000;
}
header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 0;
}
header ul ul {
  position: absolute;
  top: 100%;
  left: 0px;
  display: none;
  flex-direction: column;
  align-items: flex-start;
}
header ul ul ul {
  left: 280px;
  top: 0;
}
header .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
header .list li a {
  padding: 15px 20px;
  font-size: 1rem;
  display: block;
  color: #444;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
header .list li a:hover {
  color: #C40000;
}
header .list li a:hover &gt; span &gt; svg {
  fill: #C40000;
}
header .list li a span {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-weight: 400;
  align-items: center;
}
header.sticky .header-nav__item:hover &gt; ul {
  display: flex;
}
header .pc-hide {
  display: none !important;
}
body.sticky {
  padding-top: 115px;
}
@media (max-width: 450px) {
  body.sticky {
    padding-top: 100px;
  }
}
.link-dotted {
  display: inline-block;
  border-bottom: 2px dotted #C40000;
  color: #C40000;
  transition: all 0.2s linear;
  cursor: pointer;
  font-weight: 500;
}
.link-dotted:hover {
  border-bottom: 2px dotted transparent;
}
.main__btn {
  display: inline-block;
  color: #fff;
  background: #C40000;
  font-size: 1.2rem;
  border: 2px solid #C40000;
  font-weight: 500;
  padding: 12px 36px;
  border-radius: 4px;
  transition: all 0.2s linear;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .main__btn {
    padding: 8px 28px;
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  .main__btn {
    padding: 6px 20px;
    font-weight: 400;
  }
}
.main__btn:hover {
  background: #fff;
  color: #C40000;
}
.main__btn:disabled {
  cursor: auto;
  background-color: #ddd;
  border-color: #ddd;
}
.main__btn:disabled:hover {
  color: #fff;
}
.main__btn.btn-transparent {
  background-color: transparent;
  color: #C40000;
}
.main__btn.btn-transparent:hover {
  color: #fff;
  background-color: #C40000;
}
.main__btn.borderless {
  border: none !important;
}
footer {
  margin-top: 76px;
}
footer ul {
  padding-left: 0;
  list-style: none;
}
footer .footer {
  background: #1b1b25;
  color: #ddd;
}
footer .footer .inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 70px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
footer .footer .inner-block .title {
  color: #656565;
  font-size: 1.8rem;
  border-bottom: 1px solid #1b1b25;
  margin-bottom: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 991px) {
  footer .footer .inner-block .title {
    margin-bottom: 20px;
    padding-bottom: 15px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 600px) {
  footer .footer .inner-block .title {
    font-size: 1.4rem;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 5px;
  }
}
footer .footer .inner-block a {
  color: #bbb;
}
footer .footer .inner-block .description {
  width: 246px;
}
footer .footer .inner-block .description__logo {
  margin-bottom: 28px;
}
footer .footer .inner-block .description__about p {
  font-weight: 400;
  color: #bbb;
}
footer .footer .inner-block .catalog .catalog-link {
  -webkit-column-count: 1;
  column-count: 1;
}
footer .footer .inner-block .catalog .catalog-link li {
  margin-bottom: 12px;
}
footer .footer .inner-block .catalog .catalog-link li a {
  font-size: 1rem;
  padding: 2px 0;
  white-space: initial;
}
footer .footer .inner-block .for-customer .list-link li {
  margin-bottom: 12px;
}
footer .footer .inner-block .for-customer .list-link li a {
  font-size: 1rem;
  padding: 2px 0;
  white-space: initial;
}
footer .footer .inner-block .contacts {
  width: 200px;
}
footer .footer .inner-block .contacts .link-contact .phone {
  margin-bottom: 16px;
}
footer .footer .inner-block .contacts .link-contact .phone a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #eaeaea;
  font-size: 1.2rem;
  font-weight: 500;
  -webkit-transition: all .3s;
  transition: all .3s;
}
footer .footer .inner-block .contacts .link-contact .phone a:before {
  content: none;
  background: url(/img/phone.svg) center no-repeat;
  width: 14px;
  height: 14px;
  margin-right: 14px;
}
footer .footer .inner-block .contacts .link-contact .phone a:hover {
  color: #ddd;
}
footer .footer .inner-block .contacts .link-contact .mail {
  margin-bottom: 16px;
}
footer .footer .inner-block .contacts .link-contact .mail a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #eaeaea;
  font-size: 1rem;
}
footer .footer .inner-block .contacts .link-contact .mail a:before {
  content: none;
  background: url(/img/email.svg) center no-repeat;
  width: 14px;
  height: 10px;
  margin-right: 14px;
}
footer .footer .inner-block .contacts .link-contact .mail a:hover {
  color: #ddd;
}
footer .footer .inner-block .contacts .link-contact .sity {
  margin-bottom: 6px;
}
footer .footer .inner-block .contacts .link-contact .sity span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
footer .footer .inner-block .contacts .link-contact .sity span:before {
  content: none;
  background: url(/img/map.svg) center no-repeat;
  width: 12px;
  height: 16px;
  margin-right: 14px;
}
footer .footer .inner-block .contacts .address-block .address-item {
  margin-bottom: 8px;
}
footer ul li::before {
  content: none;
}
footer .footer-bottom {
  background: #1b1b25;
  color: #656565;
  font-size: 1rem;
  padding: 10px 0 10px;
  border-top: 1px solid #1b1b25;
}
footer .footer-bottom .footer-info {
  text-align: center;
  border-top: 1px solid #313131;
  padding: 16px 10px;
}
footer .footer-bottom .footer-info a {
  color: #bbb;
  position: relative;
}
footer .footer-bottom .inner-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .footer-bottom .inner-block .w33 {
  width: 33.33%;
  white-space: nowrap;
  padding-bottom: 30px;
}
footer .footer-bottom .inner-block .dev {
  text-align: center;
}
footer .footer-bottom .inner-block .dev a {
  color: #bbb;
  position: relative;
}
footer .footer-bottom .inner-block .dev a:before {
  content: "";
  display: block;
  background: #bbb;
  width: 0;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
footer .footer-bottom .inner-block .dev a:hover:before {
  width: 100%;
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar {
  width: 228px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}
.sidebar.sidebar-block {
  display: flex;
  flex-direction: column;
  margin-right: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
section.p-100 {
  padding-top: 5.25%;
  padding-bottom: 2.25%;
}
.content {
  width: calc(100% - 265px);
}
.filter-block {
  order: -1;
  margin-top: 30px;
  margin-bottom: 10px;
}
.sidebar-menu {
  margin-bottom: 15px;
  width: 100%;
}
.sidebar-menu .title {
  color: #999;
  font-size: 0.9rem;
  padding: 22px 22px 10px;
}
.sidebar-menu .sidebar-list ul {
  list-style: none;
  border-bottom: none;
  padding-left: 0;
}
.sidebar-menu .sidebar-list ul li {
  border-bottom: 1px solid #eaeaea;
}
.sidebar-menu .sidebar-list ul li::before {
  content: none;
}
.sidebar-menu .sidebar-list ul li a {
  color: #656565;
  font-size: 1rem;
  width: 100%;
  display: inline-block;
  padding: 13px 15px 15px;
  position: relative;
}
.sidebar-menu .sidebar-list ul li a:hover:before {
  height: calc(100% + 4px);
}
.sidebar-menu .sidebar-list ul li:hover a {
  color: #C40000;
}
.sidebar-menu .sidebar-list__link--active {
  background: #f7f7f7;
}
.sidebar-menu .sidebar-list__link--active svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sidebar-menu .sidebar-list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar-menu .sidebar-list__title--active {
  background: #f7f7f7;
}
.sidebar-menu .sidebar-list__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
}
.sidebar-menu .sidebar-list__arrow svg {
  padding: 8px;
  cursor: pointer;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform 0.15s ease-out;
  transition: -webkit-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  transition: transform 0.15s ease-out, -webkit-transform 0.15s ease-out, background-color .2s ease-out;
  width: 26px;
  height: 26px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
}
.sidebar-menu .sidebar-list__arrow svg:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  background-color: #eaeaea;
}
.sidebar-menu .sidebar-list__arrow--active svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.sidebar-menu .sidebar-sublist {
  border: none !important;
  border-bottom: 1px solid #eaeaea !important;
  display: none;
}
.sidebar-menu .sidebar-sublist__item {
  border: none !important;
}
.sidebar-menu .sidebar-sublist__item--active a {
  color: #C40000 !important;
}
.sidebar-menu .sidebar-sublist__item-link {
  padding: 5px !important;
  padding-left: 25px !important;
}
.sidebar-menu .sidebar-list-group {
  margin-top: 30px;
}
.sidebar-menu .sidebar-list-group ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-menu .sidebar-list-group__item {
  margin-bottom: 5px;
}
.sidebar-menu .sidebar-list-group__item::before {
  content: none;
}
.sidebar-menu .sidebar-list-group__link {
  padding: 15px;
  font-weight: 400;
  color: #444;
  background-color: #f7f7f7;
  display: block;
  border: 0px;
}
.sidebar-menu .sidebar-list-group__link:hover {
  color: #C40000;
  background-color: #eaeaea;
}
@-webkit-keyframes animateLinkLine {
  from {
    left: -20px;
  }
  to {
    left: 40px;
  }
}
@keyframes animateLinkLine {
  from {
    left: -20px;
  }
  to {
    left: 40px;
  }
}
.title-section h2 {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1;
  margin-bottom: 20px;
}
.title-section a {
  color: #656565;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.title-section a:hover {
  color: #1b1b25;
}
.title-section a:hover span {
  background: #1b1b25;
}
.title-section a:hover span:before {
  -webkit-animation: animateLinkLine 1s infinite;
  animation: animateLinkLine 1s infinite;
}
.title-section a span {
  width: 40px;
  height: 1px;
  background: #656565;
  display: block;
  margin-top: 2px;
  margin-left: 10px;
  position: relative;
  overflow: hidden;
}
.title-section a span:before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  background: #f8f5f7;
  left: -20px;
  top: 0;
}
.info-block .title {
  font-weight: 700;
  font-size: 2rem;
  color: #656565;
  margin-bottom: 12px;
}
.news {
  position: relative;
}
.new-group {
  display: inline-flex;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.new-group__item {
  width: 334px !important;
}
.new-group__item .img {
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
  text-align: center;
  position: relative;
}
.new-group__item .img a {
  height: 100%;
}
.new-group__item .img a img {
  border-radius: 4px;
}
.new-group__item .img .new_stiker {
  position: absolute;
  top: 20%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 13px;
  background: #1b1b25;
  padding: 10px 15px;
  border-radius: 0 3px 3px 0;
}
.new-group__item .name {
  margin-bottom: 8px;
}
.new-group__item .new-stock {
  margin-top: 20px;
  margin-bottom: 20px;
  color: #999;
  font-size: 1rem;
  font-weight: 300;
  line-height: 13px;
}
.new-group__item a {
  color: #1b1b25;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.new-group__item a:hover {
  color: #C40000;
}
.new-group__item .description {
  width: 95%;
  color: #eaeaea;
  font-size: 1rem;
  font-weight: 300;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.new-group .swiper-button-prev,
.new-group .swiper-button-next {
  top: auto;
  bottom: 30px;
  border: 1px solid transparent;
  transition: all 0.3s ease-out;
  background-color: #eaeaea;
}
.new-group .swiper-button-prev svg,
.new-group .swiper-button-next svg {
  fill: #fff;
}
.new-group .swiper-button-prev:hover,
.new-group .swiper-button-next:hover {
  background-color: transparent;
  border-color: #eaeaea;
}
.new-group .swiper-button-prev:hover svg,
.new-group .swiper-button-next:hover svg {
  fill: #bbb;
}
.new-group .swiper-button-prev.swiper-button-disabled,
.new-group .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  visibility: visible;
  border-color: transparent;
}
.new-group .swiper-button-prev {
  left: calc(50vw - 60px);
  transform: rotate(-90deg);
}
.new-group .swiper-button-next {
  right: calc(50vw - 60px);
  transform: rotate(90deg);
}
.tabs__container {
  padding-top: 40px;
}
@media screen and (max-width: 991px) {
  .tabs__container {
    padding-top: 25px;
  }
}
@media screen and (max-width: 600px) {
  .tabs__container {
    padding-top: 10px;
  }
}
.tabs__captions {
  margin-bottom: 30px;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tabs__caption {
  margin-right: 55px;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 500;
  color: #1b1b25;
  -webkit-transition: color .2s ease-out, border-bottom-color .2s ease-out;
  transition: color .2s ease-out, border-bottom-color .2s ease-out;
  border-bottom: 6px solid transparent;
}
@media screen and (max-width: 768px) {
  .tabs__caption {
    font-size: 1.2rem;
  }
}
.tabs__caption--current {
  border-bottom-color: #C40000;
}
.tabs__caption:last-child {
  margin-right: 0;
}
.tabs__caption:hover {
  color: #C40000;
}
.tabs__content {
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .tabs__content {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .tabs__content {
    margin-bottom: 20px;
  }
}
.tabs__table {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  opacity: 0;
  -webkit-animation: showSlightlyOpacity .5s ease-out .2s forwards;
  animation: showSlightlyOpacity .5s ease-out .2s forwards;
}
@media screen and (max-width: 768px) {
  .tabs__table {
    flex-direction: column;
  }
}
.tabs__table .shop_item_description {
  display: none;
}
.tabs__table .shop_item.card-item {
  max-width: 240px;
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .tabs__table .shop_item.card-item {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.tabs__table .shop_item.card-item:last-child {
  margin-right: 0;
}
.tabs__link-btn {
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #C40000;
  border: 1px solid transparent;
  -webkit-transition: background-color .2s ease-out, border-color .2s ease-out;
  transition: background-color .2s ease-out, border-color .2s ease-out;
  cursor: pointer;
}
.tabs__link-btn a {
  padding: 12px 28px;
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
}
.tabs__link-btn:hover {
  background-color: transparent;
  border-color: #C40000;
}
.tabs__link-btn:hover a {
  color: #C40000;
}
.main-page__actions h1 {
  text-align: center;
}
.main-page__actions .company-news {
  grid-template-columns: repeat(4,1fr);
}
@media screen and (max-width: 1200px) {
  .main-page__actions .company-news {
    grid-template-columns: repeat(3,1fr);
  }
}
@media screen and (max-width: 991px) {
  .main-page__actions .company-news {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 600px) {
  .main-page__actions .company-news {
    grid-template-columns: repeat(1,1fr);
  }
}
.brands {
  display: flex;
  flex-direction: column;
}
.brands__wrapper {
  margin-bottom: 80px;
}
.brands__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.brands__item {
  margin: 0 30px 30px;
  width: 90px;
  text-align: center;
  transition: .3s;
}
@media screen and (max-width: 1024px) {
  .brands__item {
    margin: 0 15px 30px;
  }
}
@media screen and (max-width: 425px) {
  .brands__item {
    margin: 0 10px 30px;
    width: 80px;
  }
}
@media screen and (max-width: 375px) {
  .brands__item {
    width: 65px;
  }
}
@media screen and (max-width: 320px) {
  .brands__item {
    width: 60px;
  }
}
.brands__item:not(.brands__item--no-filter) {
  filter: grayscale(100);
  opacity: 0.4;
}
.brands__item:hover {
  filter: grayscale(0);
  opacity: 1;
}
.brands .main__btn {
  align-self: center;
}
.adr-section .adr-list {
  max-width: 990px;
  margin-top: 20px;
}
.adr-section .adr-list .adr-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #ddd;
  padding: 36px 0 38px;
}
.adr-section .adr-list .adr-item:first-of-type {
  border: 0;
}
.adr-section .adr-list .adr-item .title {
  color: #444;
  font-weight: 500;
  width: 50%;
  max-width: 312px;
  padding-right: 15px;
}
.adr-section .adr-list .adr-item .value {
  color: #656565;
}
.adr-section .adr-list .adr-item .value a {
  color: #656565;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.adr-section .adr-list .adr-item .value a:hover {
  color: #1b1b25;
}
.adr-section .adr-list .adr-item .value svg {
  fill: #1b1b25;
  margin-right: 10px;
}
.swiper-container .shop_item_description {
  display: none;
}
.slider__wrapper .swiper-container {
  width: 100%;
}
.slider__wrapper .title .description &gt; p {
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .slider__wrapper .title .description &gt; p {
    font-size: 1.4rem;
  }
}
@media (max-width: 425px) {
  .slider__wrapper .title .description &gt; p {
    font-size: 1.2rem;
    margin-bottom: 7px;
  }
}
.slider__wrapper .title .text &gt; * {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 900px) {
  .slider__wrapper .title .text &gt; * {
    font-size: 1.1rem;
  }
}
@media (max-width: 425px) {
  .slider__wrapper .title .text &gt; * {
    font-size: 0.9rem;
  }
}
.slider-block .slider-list .swiper-slide .description {
  -webkit-transform: translateX(30%);
  transform: translateX(30%);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  opacity: 0;
}
.slider-block .slider-list .swiper-slide .text {
  -webkit-transform: translateX(40%);
  transform: translateX(40%);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
  opacity: 0;
  font-size: 1.1rem;
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .slider-block .slider-list .swiper-slide .text {
    font-size: 0.9rem;
    margin-bottom: 10px;
  }
}
.slider-block .slider-list .swiper-slide .main__btn {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
  opacity: 0;
}
.slider-block .slider-list .swiper-slide-active .description {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.slider-block .slider-list .swiper-slide-active .text {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.slider-block .slider-list .swiper-slide-active .main__btn {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.slider-block {
  max-height: 470px;
  margin-top: 40px;
  border-radius: 4px;
}
.slider-block .slider-list .swiper-slide {
  position: relative;
}
.slider-block .slider-list .swiper-slide .title {
  color: #fff;
  position: absolute;
  z-index: 5;
  top: 40%;
  left: 4%;
  max-width: 690px;
  line-height: 1.15;
}
@media (max-width: 575px) {
  .slider-block .slider-list .swiper-slide .title {
    top: 50%;
    transform: translateY(-50%);
  }
}
.slider-block .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 0;
  left: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  bottom: 12px;
}
.slider-block .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #ddd;
  margin: 2px 2px;
  opacity: 1;
  background: transparent;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.slider-block .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}
.main_group_more {
  display: flex;
  justify-content: center;
  margin: 20px 0 60px;
}
.main_group_caption {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-top: 60px;
  margin-bottom: 50px;
  color: #1b1b25;
}
@media screen and (max-width: 1200px) {
  .main_group_caption {
    font-size: 2rem;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 900px) {
  .main_group_caption {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .main_group_caption {
    font-size: 1.6rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.main_group_list {
  display: grid;
  grid-template-columns: repeat(5,1fr);
}
@media screen and (max-width: 991px) {
  .main_group_list {
    grid-template-columns: repeat(4,1fr);
  }
}
.main_group_item {
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 7px;
}
.main_group_item a {
  width: 100%;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .main_group_item a {
    padding: 15px;
  }
}
@media screen and (max-width: 600px) {
  .main_group_item a {
    padding: 5px;
  }
}
.main_group_item a span {
  left: 0px;
  font-weight: bold;
  right: 0px;
  color: #1b1b25;
  font-size: 1.2rem;
  text-align: center;
  padding: 15px 0px 0px 0px;
  bottom: 0px;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.main_group_item a:hover {
  -webkit-box-shadow: 0px 0px 20px 3px rgba(116,115,114,0.2);
  box-shadow: 0px 0px 20px 3px rgba(116,115,114,0.2);
}
.main_group_item a:hover span {
  color: #C40000;
}
.hit-block {
  margin-top: 4.132%;
}
.hit-block:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ddd;
  position: absolute;
  left: 0;
  top: 148px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hit-block .hit-slider {
  padding-bottom: 4.695%;
  max-width: 945px;
  margin: 0 auto;
}
.hit-block .hit-list .hit-item {
  max-width: 216px;
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #ddd;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 24px;
  height: auto;
}
.hit-block .hit-list .hit-item:hover {
  -webkit-box-shadow: 0px 2px 14px 0px #ddd;
  box-shadow: 0px 2px 14px 0px #ddd;
}
.hit-block .hit-list .hit-item:hover .quick-view-link {
  opacity: 1;
  cursor: pointer;
}
.hit-block .hit-list .hit-item .img {
  position: relative;
}
.hit-block .hit-list .hit-item .img img {
  display: block;
  border-radius: 4px;
}
.hit-block .hit-list .hit-item .img:hover .quick-view {
  opacity: 1;
}
.hit-block .hit-list .hit-item .info {
  padding: 6px 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
.hit-block .hit-list .hit-item .info .title {
  color: #656565;
  font-size: 0.8rem;
  line-height: 1.2;
  display: inline-block;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  font-weight: 500;
}
.hit-block .hit-list .hit-item .info .title:hover {
  color: #1b1b25;
}
.hit-block .hit-list .hit-item .info .price {
  color: #444;
  font-size: 1rem;
  font-weight: 700;
  white-space: nowrap;
  margin-bottom: 8px;
  margin-top: 5px;
}
.hit-block .hit-list .hit-item .hit-icon {
  position: absolute;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  background: #C40000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #656565;
  font-weight: 700;
  top: 10px;
  left: 10px;
}
.hit-block .hit-list .hit-item .quick-view-link {
  position: absolute;
  color: #656565;
  font-size: 0.8rem;
  background: #eaeaea;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  border-radius: 4px;
  width: calc(100% - 20px);
  text-align: center;
  padding: 6px 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: 0.7;
  cursor: pointer;
}
.hit-block .hit-list .hit-item .quick-view-link:hover {
  background: #eaeaea;
  color: #1b1b25;
  opacity: 1;
}
.brend-block {
  margin-bottom: 30px;
}
.brend-block .brend-list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 22px;
}
@media screen and (max-width: 600px) {
  .brend-block .brend-list {
    grid-gap: 10px;
  }
}
@media screen and (max-width: 320px) {
  .brend-block .brend-list {
    grid-gap: 5px;
  }
}
.brend-block .brend-item {
  padding: 5px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  overflow: hidden;
}
.brend-block .brend-item:hover {
  box-shadow: 0px 0px 20px 3px rgba(116,115,114,0.2);
}
.brend-block .brend-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand-page-info {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 575px) {
  .brand-page-info {
    flex-wrap: wrap;
  }
}
.brand-page__img {
  display: inline-flex;
  padding-left: 15px;
  margin-bottom: 7px;
  flex-basis: 200px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .brand-page__img {
    flex-basis: 150px;
  }
}
@media screen and (max-width: 575px) {
  .brand-page__img {
    order: -1;
    flex-basis: 30%;
    padding-left: 0;
    margin-left: auto;
  }
}
.brand-page__txt:not(:empty) {
  flex-basis: calc(-100%);
}
@media screen and (max-width: 991px) {
  .brand-page__txt:not(:empty) {
    flex-basis: calc(-50%);
  }
}
@media screen and (max-width: 575px) {
  .brand-page__txt:not(:empty) {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 575px) {
  .brand-page__txt:empty + .brand-page__img {
    margin-left: 0;
  }
}
.card-list {
  display: grid;
  margin-bottom: 2.818%;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 14px;
}
.card-list.per_3 {
  grid-template-columns: repeat(3,1fr);
}
@media screen and (max-width: 1200px) {
  .card-list {
    grid-template-columns: repeat(3,1fr);
  }
}
@media screen and (max-width: 767px) {
  .card-list {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 425px) {
  .card-list {
    grid-template-columns: repeat(1,1fr);
  }
}
.card-list.view-list {
  grid-template-columns: 1fr;
}
.card-list.swiper-wrapper {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.block_slider_main .title-section {
  position: relative;
}
.block_slider_main .title-section .swiper-button-next {
  left: 52px;
  top: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: transparent;
}
.block_slider_main .title-section .swiper-button-prev {
  left: 0;
  top: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  background: transparent;
}
.card-item {
  position: relative;
  padding: 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: flex;
  background: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-item .like {
  position: relative;
  -webkit-transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s, -webkit-transform ease-in 0.1s, -webkit-box-shadow ease-in 0.25s;
}
.card-item:nth-child(4n) {
  margin-right: 0;
}
.card-item:hover {
  -webkit-box-shadow: 0px 0px 20px 0px #eaeaea;
  box-shadow: 0px 0px 20px 0px #eaeaea;
}
.card-item .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 222px;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  overflow: hidden;
}
.card-item .img a {
  margin: auto;
}
.card-item .img a:hover {
  background-color: #eaeaea;
}
.card-item .img img {
  display: block;
  border-radius: 0px;
}
.card-item .img:hover .quick-view {
  opacity: 1;
}
.card-item .img:hover .quick-view-link {
  opacity: 1;
}
.card-item .img .quick-view-link {
  position: absolute;
  color: #656565;
  font-size: 0.9rem;
  background: #eaeaea;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  border-radius: 4px;
  width: calc(100% - 8px);
  text-align: center;
  padding: 6px 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: 0;
  max-width: 158px;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .card-item .img .quick-view-link {
    display: none;
  }
}
.card-item .img .quick-view-link:hover {
  background: #eaeaea;
  color: #1b1b25;
}
.card-item .info {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: auto;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.card-item .info .line-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  top: 0;
  width: 100%;
  padding-top: 14px;
}
.card-item .info .artikul {
  color: #bbb;
  font-size: 0.9rem;
}
.card-item .info .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.card-item .info .icons .compare {
  margin-right: 10px;
  cursor: pointer;
  height: 20px;
}
.card-item .info .icons .compare svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #bbb;
}
.card-item .info .icons .compare.active svg {
  fill: #C40000;
}
.card-item .info .icons .compare:hover svg {
  fill: #C40000;
}
.card-item .info .icons .like {
  cursor: pointer;
  height: 20px;
}
.card-item .info .icons .like svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: transparent;
  stroke: #bbb;
}
.card-item .info .icons .like.active svg {
  fill: #C40000;
  stroke: #C40000;
}
.card-item .info .icons .like:hover svg {
  fill: #C40000;
  stroke: #C40000;
}
.card-item .info .title {
  color: #1b1b25;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  margin: 8px 0;
  transition: color .2s ease-out;
}
@media screen and (max-width: 991px) {
  .card-item .info .title {
    font-size: 0.9rem;
  }
}
.card-item .info .title:hover {
  color: #C40000;
}
.card-item .info .line-buy {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.card-item .info .line-buy .price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.card-item .info .line-buy .price-block .old-price {
  color: #999;
  font-size: 0.8rem;
  display: flex;
  align-items: baseline;
}
.card-item .info .line-buy .price {
  color: #444;
  font-weight: 700;
  font-size: 1.2rem;
}
.card-item .info .line-buy .price .price_amount {
  font-weight: 700;
}
.card-item .info .line-buy .btn {
  background: #C40000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 1rem;
  color: #fff;
  border: 2px solid #C40000;
  width: 98px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 4px;
  font-weight: 500;
}
.card-item .info .line-buy .btn:hover {
  background: #fff;
  color: #C40000;
}
.card-item .info .line-buy .btn.tovar_added {
  background: #C40000;
  color: #fff;
}
.old-price .discount {
  margin-left: 7px;
}
.discount {
  background-color: #f15642;
  color: #fff;
  font-weight: 400;
  font-size: .7rem;
  border-radius: 4px;
  padding: 2px 4px;
  white-space: nowrap;
}
.icon__block {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0px;
  left: 0px;
  flex-direction: column;
}
.icon_info {
  position: absolute;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
.new,
.hit {
  position: absolute;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-weight: 400;
  top: 0px;
  right: 0px;
  z-index: 2;
  font-size: 0.9rem;
}
.new:before,
.hit:before {
  content: "";
  display: block;
  border: 1px solid #ddd;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  border-radius: 50%;
}
@media screen and (max-width: 991px) {
  .new,
  .hit {
    height: 30px;
    width: 30px;
  }
}
@media screen and (max-width: 991px) {
  .new,
  .hit {
    font-size: 0.7rem;
  }
}
.icon__block .new {
  position: relative;
}
.icon__block .hit {
  position: relative;
}
.icon__block .icon_info {
  position: relative;
  z-index: 2;
}
.new {
  background-color: #0aa910;
  z-index: 5;
}
.new + .hit {
  top: 30px;
  z-index: 2;
}
.icon__block .new + .hit {
  top: -4px;
}
.hit {
  background-color: #ffc107;
}
.fuels {
  position: absolute;
  right: 0px;
  top: 0px;
}
.fuels__icon {
  display: flex;
}
@media (max-width: 450px) {
  .new,
  .hit {
    font-size: 0.7rem;
    width: 30px;
    height: 30px;
  }
  .new + .hit {
    top: 24px;
  }
  .icon__block .new + .hit {
    top: 4px;
  }
  .fuels {
    right: 5px;
  }
  .fuels__icon {
    width: 30px;
    height: 30px;
  }
}
.price-block__wrapper {
  background-color: #f7f7f7;
  padding: 20px;
}
section.sale {
  background: #656565;
}
.cart-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.407%;
  margin-bottom: 5.113%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.cart-list .itog_col {
  margin-left: 30px;
  flex-basis: calc(-5%);
}
.cart-list .itog {
  background: #eaeaea;
  padding: 35px 40px;
}
.cart-list .itog .title {
  font-weight: 700;
  color: #444;
  font-size: 1.5rem;
}
.cart-list .itog .body {
  padding-top: 12px;
}
.cart-list .itog .body .total-line {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.cart-list .itog .body .total-line.economy .name {
  color: #444;
  font-size: 1.2rem;
}
.cart-list .itog .body .total-line.itogo {
  padding-bottom: 25px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.cart-list .itog .body .total-line.itogo span {
  font-size: 1.2rem;
  color: #1b1b25;
  font-weight: bold;
}
.cart-list .itog .body .total-line.itogo span.price {
  font-size: 1.5rem;
}
.cart-list .itog .body .total-line.double-string {
  margin-bottom: 30px;
}
.cart-list .itog .body .total-line span {
  color: #1b1b25;
  font-size: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .cart-list .itog .body .total-line span {
    font-size: 0.9rem;
  }
}
.cart-list .itog .body .total-line .price {
  position: relative;
}
.cart-list .itog .body .total-line .price .old-price {
  position: absolute;
  right: 0;
  text-decoration: line-through;
  color: #999;
  font-size: 95%;
  width: 150%;
  text-align: right;
}
.cart-list .itog .body .total-line .price.red {
  color: #f15642;
}
@media screen and (max-width: 991px) {
  .cart-list .itog .body .total-line {
    margin-bottom: 20px;
  }
}
.cart-list .itog .card-buttons {
  text-align: center;
  padding-left: 25px;
  padding-right: 25px;
}
@media screen and (max-width: 991px) {
  .cart-list .itog .card-buttons {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cart-list .itog .card-buttons .main__btn {
  width: 100%;
  margin-bottom: 20px;
}
@media screen and (max-width: 991px) {
  .cart-list .itog .card-buttons .main__btn {
    margin-bottom: 10px;
  }
}
.advantages {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: 40px;
}
.advantages .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.advantages .advantage {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 45px 15px;
  width: 25%;
}
.advantages .advantage svg {
  width: 41px;
  height: 38px;
  fill: #999;
}
.advantages .advantage .advantage_img {
  width: 40px;
}
.advantages .advantage .advantage-title {
  margin-left: 20px;
  color: #656565;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}
@media screen and (max-width: 991px) {
  .advantages .advantage .advantage-title {
    font-size: 0.9rem;
  }
}
@media (max-width: 991px) {
  .advantages .advantage {
    width: 50%;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .advantages .advantage {
    padding: 20px 15px;
  }
}
@media (max-width: 575px) {
  .advantages .advantage {
    padding: 25px 5px;
  }
}
@media (max-width: 375px) {
  .advantages .advantage {
    width: 100%;
    padding-left: 70px;
    justify-content: flex-start;
  }
}
@media (max-width: 320px) {
  .advantages .advantage {
    width: 100%;
    padding-left: 40px;
    justify-content: flex-start;
  }
}
span.dots {
  border-bottom: 1px dotted #999;
  width: 100%;
  -ms-flex-negative: 1 !important;
  flex-shrink: 1 !important;
  margin: 0 5px;
  margin-bottom: 5px;
}
.shop_cart_wrap {
  max-width: 940px;
  flex-basis: 75%;
}
table.shop_cart thead tr {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
table.shop_cart thead tr th {
  padding-top: 23px;
  padding-bottom: 22px;
}
table.shop_cart tbody {
  padding: 5px;
  border-bottom: 1px solid #ddd;
}
table.shop_cart tbody tr td {
  padding: 15px;
  vertical-align: middle;
  text-align: center;
}
table.shop_cart tbody tr td.photo {
  width: 196px;
}
table.shop_cart tbody tr td.count {
  width: 123px;
}
table.shop_cart tbody tr td.photo .img {
  width: 166px;
  height: 166px;
  position: relative;
}
table.shop_cart tbody tr td.photo .img img {
  width: 100%;
  max-height: 166px;
}
table.shop_cart tbody tr td.name {
  text-align: left;
  width: 300px;
}
table.shop_cart tbody tr td.name .title a {
  color: #1b1b25;
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 991px) {
  table.shop_cart tbody tr td.name .title a {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  table.shop_cart tbody tr td.name .title a {
    font-size: 0.9rem;
  }
}
table.shop_cart tbody tr td.name .title a:hover {
  color: #656565;
}
table.shop_cart tbody tr td.name .title .artikul {
  color: #999;
  font-size: 1rem;
}
@media screen and (max-width: 600px) {
  table.shop_cart tbody tr td.name .title .artikul {
    font-size: 0.9rem;
  }
}
table.shop_cart tbody tr td.cost .price-block {
  font-size: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
table.shop_cart tbody tr td.cost .price-block .price {
  color: #444;
  white-space: nowrap;
}
table.shop_cart tbody tr td.cost .price-block .old-price {
  color: #999;
  white-space: nowrap;
}
table.shop_cart tbody tr td.cost .price-block .old-price .discount {
  display: inline-block;
  margin: 0;
}
table.shop_cart tbody tr td.delete a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 26px;
  height: 26px;
  background: transparent;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0 auto;
}
table.shop_cart tbody tr td.delete a:hover {
  background: #eaeaea;
}
table.shop_cart tbody tr td.delete a:hover svg {
  fill: #1b1b25;
}
table.shop_cart tbody tr td.delete a svg {
  fill: #bbb;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
table.shop_cart tbody tr td.delete button {
  background: none;
  border: none;
}
table.shop_cart tbody tr td.delete button svg {
  fill: #999;
}
table.shop_cart tbody tr td.delete button svg:hover {
  fill: #f15642;
}
table.shop_cart tbody tr td.total-cost {
  color: #444;
  font-size: 1.1rem;
  font-weight: 700;
  white-space: nowrap;
}
table.shop_cart th {
  color: #999;
  font-size: 1rem;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  table.shop_cart th {
    font-size: 0.9rem;
  }
}
table.shop_cart .delete-block {
  text-align: right;
}
table.shop_cart .delete-block span {
  display: inline-block;
  margin: 0 0 0 5px;
  font-weight: 700;
  font-size: 13px;
}
table.shop_cart .delete-btn {
  background: none;
  border: none;
  color: #999;
}
table.shop_cart .delete-btn svg {
  fill: #999;
}
.notification {
  position: relative;
  display: none;
  border: 1px solid;
  border-radius: 5px;
  margin: 20px 0 20px;
  padding: 15px;
  padding-right: 30px;
}
.notification .notification__header {
  display: block;
  font-weight: bold;
}
.notification .notification__text {
  display: block;
}
.notification .notification__close {
  position: absolute;
  width: 15px;
  height: 15px;
  display: block;
  text-align: center;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.notification.good {
  border-color: #6ecc0a;
}
.notification.good .notification__header {
  color: #3a6b05;
}
.notification.bad {
  border-color: #f15642;
}
.notification.bad .notification__header {
  color: #bf220e;
}
.notification.warning {
  border-color: #f0d14a;
}
.notification.warning .notification__header {
  color: #c4a210;
}
.group_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px -7.5px 30px -7.5px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.group_list .group_item {
  width: 50%;
  padding: 0px 7px;
  margin-bottom: 14px;
}
@media (max-width: 450px) {
  .group_list .group_item {
    width: 100%;
  }
}
.group_list .group_item_inner {
  height: 100%;
  border-radius: 3px;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid #ddd;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}
@media (max-width: 450px) {
  .group_list .group_item_inner {
    padding: 10px;
  }
}
.group_list .group_item_inner:hover {
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 2px 20px rgba(97,73,48,0.2);
  box-shadow: 0px 2px 20px rgba(97,73,48,0.2);
}
.group_list .group_item_image {
  width: 204px;
  padding-right: 14px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 450px) {
  .group_list .group_item_image {
    width: 25%;
  }
}
.group_list .group_item_description {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.group_list .group_item .group_children_items {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 20px;
}
.group_list .group_item .group_children_items a {
  font-size: 0.9rem;
  line-height: 1.8;
  color: #1b1b25;
  position: relative;
  display: inline-block;
  margin-right: 20px;
  text-decoration: none;
  transition: color .2s ease-out;
}
.group_list .group_item .group_children_items a:hover {
  color: #C40000;
}
.group_list .group_item .group_children_items a::after {
  position: absolute;
  content: "";
  height: 1px;
  bottom: 0px;
  left: 0px;
  width: 25px;
  background: transparent;
  transition: background-color .2s ease-out;
}
.group_list .group_item .group_children_items a:hover::after {
  background-color: #C40000;
}
.group_list .group_item_name a {
  font-size: 1.1rem;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 14px;
  text-decoration: none;
  color: #1b1b25;
  transition: color .2s ease-out;
}
.group_list .group_item_name a:hover {
  color: #C40000;
}
.group_list .group_item_text {
  font-size: 0.8rem;
  color: #656565;
  line-height: 1.5;
  font-weight: 300;
}
.group_list .group_item_text p {
  margin: 0px;
  line-height: 1.5;
}
@media (max-width: 1024px) {
  .group_list .group_item .group_children_items {
    flex-direction: column;
  }
}
h1.h1-tovar {
  max-width: 1100px;
  line-height: 1.3;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
#gallery-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
#gallery-item .delivery {
  max-width: 232px;
  margin-right: 0;
  margin-left: auto;
}
#gallery-item .delivery .title {
  font-weight: 700;
  font-size: 2rem;
  color: #656565;
  padding: 0 20px;
}
#gallery-item .delivery .body {
  padding: 0 20px;
}
#gallery-item .delivery .line-delivery {
  font-size: 0.9rem;
  color: #999;
  margin-bottom: 8px;
}
#gallery-item .delivery .line-delivery span {
  color: #656565;
  white-space: nowrap;
}
#gallery-item .delivery .box-delivery {
  background: #eaeaea;
  margin: 0 -20px;
  padding: 0 20px;
  padding-top: 14px;
  padding-bottom: 8px;
}
#gallery-item .delivery .box-delivery .line-delivery {
  color: #656565;
}
#gallery-item .delivery .box-delivery .line-delivery span {
  font-weight: 700;
}
#gallery-item .images-about-tovar .big-img {
  margin: 0px 0px 14px 14px;
  border-radius: 4px;
}
#gallery-item .images-about-tovar .big-img .new,
#gallery-item .images-about-tovar .big-img .hit {
  top: 10px;
  right: 10px;
}
#gallery-item .images-about-tovar .big-img .icon_info {
  top: 10px;
  left: 10px;
}
#gallery-item .images-about-tovar .big-img .new + .hit {
  top: 40px;
}
#gallery-item .images-about-tovar .big-img .icon__block .new + .hit {
  top: 4px;
}
#gallery-item .images-about-tovar .big-img .fuels {
  right: 10px;
  top: 10px;
}
#gallery-item .information-about-tovar {
  margin-left: 25px;
  max-width: initial;
  flex-shrink: initial;
}
#gallery-item .information-about-tovar .top-line {
  margin-bottom: 35px;
  padding: 16px 5px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
#gallery-item .information-about-tovar .top-line .artikul {
  display: flex;
  align-items: center;
  opacity: .6;
}
#gallery-item .information-about-tovar .top-line__rest-art {
  display: flex;
}
#gallery-item .information-about-tovar .top-line__rest-art .in-store {
  margin-right: 25px;
}
#gallery-item .information-about-tovar .top-line__rest-art .in-store__icon {
  margin-right: 10px;
}
#gallery-item .information-about-tovar .top-line__art {
  padding: 0px 10px;
}
#gallery-item .information-about-tovar .top-line .producer-link {
  padding-right: 10px;
}
#gallery-item .information-about-tovar .top-line .review {
  padding: 0px 10px;
}
#gallery-item .information-about-tovar .top-line .icons {
  padding-left: 10px;
}
#gallery-item .information-about-tovar .line-buy {
  margin-top: 35px;
  padding-bottom: 30px;
  flex-wrap: wrap;
  border-bottom: 1px solid #eaeaea;
}
#gallery-item .information-about-tovar .description {
  margin: 0;
}
#gallery-item .information-about-tovar .description p:first-of-type {
  margin-bottom: 2px;
}
#gallery-item .information-about-tovar .price-block {
  color: #1b1b25;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
#gallery-item .information-about-tovar .price-block .review {
  margin-left: 20px;
}
#gallery-item .information-about-tovar .price-block .review__grades-item {
  width: 16px;
  height: 16px;
}
#gallery-item .information-about-tovar .price-block .price {
  margin-right: 25px;
  font-size: 2rem;
  font-weight: 700;
}
#gallery-item .information-about-tovar .price-block .price .price_amount {
  font-weight: 700;
}
#gallery-item .information-about-tovar .price-block .old-price {
  color: #656565;
  font-size: 1.4rem;
  font-weight: 300;
  display: flex;
  align-items: baseline;
  position: relative;
}
#gallery-item .information-about-tovar .price-block .old-price .discount {
  align-self: center;
}
#gallery-item .information-about-tovar .add-cart {
  margin-top: 5px;
  margin-bottom: 15px;
  padding: .7em 3em;
  line-height: 1;
  cursor: pointer;
}
#gallery-item .information-about-tovar .quickbuy {
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  #gallery-item .information-about-tovar .quickbuy {
    font-size: 0.9rem;
  }
}
#gallery-item .information-about-tovar__features {
  display: flex;
  justify-content: space-between;
}
#gallery-item .information-about-tovar__features-item {
  display: flex;
  align-items: center;
}
#gallery-item .information-about-tovar__features-icon {
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.information-about-tovar .line-buy__quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: 5px;
}
.information-about-tovar .line-buy__quantity button {
  height: 40px;
  width: 32px;
  color: #656565;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
}
.information-about-tovar .line-buy__quantity button:hover {
  color: #1b1b25;
}
.information-about-tovar .line-buy__quantity input {
  margin: 0;
  background: #fff;
  display: block;
  text-align: center;
  padding: 8px;
  width: 50px;
  height: 40px;
  border: 0;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  outline: 0;
}
.information-about-tovar .line-buy__quantity-minus {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border: 1px solid #ddd;
}
.information-about-tovar .line-buy__quantity-plus {
  border: 1px solid #ddd;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.images-about-tovar {
  display: flex;
  flex-shrink: 0;
  align-items: flex-start;
  position: relative;
}
@media screen and (max-width: 991px) {
  .images-about-tovar {
    flex-direction: column-reverse;
  }
}
.images-about-tovar .little-imgs {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  justify-content: flex-start;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .images-about-tovar .little-imgs {
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .images-about-tovar .little-imgs {
    flex-direction: row;
  }
}
.images-about-tovar .little-imgs &gt; div {
  width: 85px;
  height: 85px;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .images-about-tovar .little-imgs &gt; div {
    max-width: 72px;
    height: 72px;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .images-about-tovar .little-imgs &gt; div {
    width: 60px;
    height: 60px;
    max-width: 60px;
  }
}
.images-about-tovar .little-imgs &gt; div:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  background: rgba(255,255,255,0.7);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.images-about-tovar .little-imgs &gt; div:hover:before {
  opacity: 1;
}
.images-about-tovar .little-imgs &gt; div.show:before {
  opacity: 1;
}
.images-about-tovar .big-img {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 450px;
  max-height: 450px;
}
@media screen and (max-width: 1199px) {
  .images-about-tovar .big-img {
    max-width: 350px;
    max-height: 350px;
  }
}
@media screen and (max-width: 991px) {
  .images-about-tovar .big-img {
    max-width: 320px;
    height: 320px;
  }
}
@media screen and (max-width: 767px) {
  .images-about-tovar .big-img {
    max-width: 185px;
    height: 185px;
  }
}
@media screen and (max-width: 575px) {
  .images-about-tovar .big-img {
    max-width: 100%;
    height: 320px;
  }
}
.images-about-tovar .big-img a,
.images-about-tovar .big-img #current-link {
  display: grid;
  cursor: pointer;
}
.producer-link {
  display: block;
  line-height: 1;
}
.producer-link img {
  max-height: 45px;
}
.r-tabs {
  margin: 30px 0;
  position: relative;
}
.r-tabs .r-tabs-nav {
  border-bottom: 3px solid #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  margin-right: 10px;
  border-width: 6px 0px 0px 0px;
}
@media screen and (max-width: 600px) {
  .r-tabs .r-tabs-nav .r-tabs-tab {
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid #f7f7f7;
  }
}
.r-tabs .r-tabs-nav .r-tabs-tab:last-child {
  margin-right: 0;
}
.r-tabs .r-tabs-nav .r-tabs-tab::before {
  content: none;
}
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: block;
  text-align: center;
  padding: 10px 15px;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  color: #1b1b25;
  border: 1px solid transparent;
  border-width: 0px 1px 0px 1px;
}
@media screen and (max-width: 991px) {
  .r-tabs .r-tabs-nav .r-tabs-anchor {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 600px) {
  .r-tabs .r-tabs-nav .r-tabs-anchor {
    padding: 8px 5px;
  }
}
@media (max-width: 375px) {
  .r-tabs .r-tabs-nav .r-tabs-anchor {
    font-size: 0.7rem;
  }
}
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}
.r-tabs .r-tabs-nav .r-tabs-state-active {
  background-color: #f7f7f7;
  transition: background-color .15s linear;
}
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor,
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor:hover {
  color: #C40000;
}
.r-tabs .r-tabs-nav .r-tabs-tab:hover {
  background-color: #f7f7f7;
}
.r-tabs .r-tabs-nav .r-tabs-tab:hover::after {
  position: absolute;
  left: 0px;
  right: 0px;
  content: "";
  display: block;
  top: 100%;
  background: #f7f7f7;
  height: 2px;
}
.r-tabs .r-tabs-panel {
  border-bottom: 1px solid #ddd;
}
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px;
  background-color: #444;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0,0,0,0.4);
  font-size: 1rem;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
@media screen and (max-width: 991px) {
  .r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    font-size: 0.9rem;
  }
}
.r-tabs .r-tabs-accordion-title-active .r-tabs-anchor {
  background-color: #eaeaea;
  color: #444;
  text-shadow: none;
}
.information-about-tovar {
  max-width: 530px;
  margin-left: 70px;
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.information-about-tovar .readmore-js-toggle {
  font-size: 1rem;
  color: #C40000;
  border-bottom: 1px dotted;
  display: inline;
  padding-bottom: 5px;
  transition: border-bottom-color 0.3s ease-out;
  position: relative;
}
@media screen and (max-width: 991px) {
  .information-about-tovar .readmore-js-toggle {
    font-size: 0.9rem;
  }
}
.information-about-tovar .readmore-js-toggle:hover {
  border-bottom-color: transparent;
}
.information-about-tovar .top-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  align-items: center;
}
.information-about-tovar .top-line .artikul {
  font-size: 1rem;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .information-about-tovar .top-line .artikul {
    font-size: 0.9rem;
  }
}
.information-about-tovar .description {
  margin: 10px 0;
  font-size: 0.8rem;
  color: #656565;
}
.information-about-tovar .line-buy {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.information-about-tovar .line-buy .btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 5%;
}
.information-about-tovar .line-buy .btn-block a.add-cart {
  color: #fff;
  background: #C40000;
  font-size: 1rem;
  border: 2px solid #C40000;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  padding: 12px 36px;
  border-radius: 4px;
  margin-bottom: 7px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 991px) {
  .information-about-tovar .line-buy .btn-block a.add-cart {
    font-size: 0.9rem;
  }
}
.information-about-tovar .line-buy .btn-block a.add-cart:hover {
  background: #fff;
  color: #C40000;
}
.information-about-tovar .line-buy .btn-block .quickbuy {
  color: #1b1b25;
  font-size: 0.8rem;
  font-weight: 500;
  border-bottom: 1px dotted #1b1b25;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.information-about-tovar .line-buy .btn-block .quickbuy:hover {
  border-bottom-color: transparent;
}
.information-about-tovar .line-price {
  margin-top: 30px;
  margin-bottom: 30px;
}
.information-about-tovar .line-price .price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.information-about-tovar .line-price .price-block .price {
  color: #444;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  margin-right: 20px;
}
.information-about-tovar .line-price .price-block .old-price {
  color: #999;
  font-size: 1.4rem;
  white-space: nowrap;
}
.information-about-tovar .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.information-about-tovar .icons div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.information-about-tovar .icons svg {
  margin-right: 8px;
}
.information-about-tovar .icons .compare {
  cursor: pointer;
  margin-right: 10px;
}
.information-about-tovar .icons .compare svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #999;
}
.information-about-tovar .icons .compare.active svg {
  fill: #C40000;
}
.information-about-tovar .icons .compare:hover svg {
  fill: #C40000;
}
.information-about-tovar .icons .like {
  cursor: pointer;
}
.information-about-tovar .icons .like svg {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: transparent;
  stroke: #999;
}
.information-about-tovar .icons .like.active svg {
  fill: #C40000;
  stroke: #C40000;
}
.information-about-tovar .icons .like:hover svg {
  fill: #C40000;
  stroke: #C40000;
}
.dotes {
  margin: 0 5px;
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pagination p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px;
}
.pagination a,
.pagination span {
  color: #1b1b25;
  font-size: 1rem;
  min-width: 24px;
  height: 24px;
  border: 2px solid transparent;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 2px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  padding: 0 3px;
}
@media screen and (max-width: 991px) {
  .pagination a,
  .pagination span {
    font-size: 0.9rem;
  }
}
.pagination a:hover {
  border-color: currentColor;
  color: #C40000;
}
.pagination span.current {
  background: #C40000;
  color: #fff;
}
.pagination.morepag {
  display: flex;
  flex-direction: column;
}
.pagination.morepag .show-more {
  margin-bottom: 1rem;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
  position: relative;
  border: 2px solid #C40000;
}
.pagination.morepag .show-more::after {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 19px;
  left: 15px;
  margin-top: -10px;
  top: 50%;
  background: url(/images/show_more.svg) center no-repeat #C40000;
  -webkit-transition: background .7s ease-in-out;
  -moz-transition: background .7s ease-in-out;
  -o-transition: background .7s ease-in-out;
  transition: background .7s ease-in-out;
}
.pagination.morepag .show-more:hover::after,
.pagination.morepag .show-more.loading::after {
  -webkit-animation: .5s ease-out spinner;
  animation: .5s spinner;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pagination.morepag .show-more.loading::after {
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@-webkit-keyframes spinner {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinner {
  from {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.sort-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 10px 20px;
  background: #f7f7f7;
  border-radius: 4px;
}
.sort-block button {
  background: transparent;
  border: 0;
  color: #656565;
  font-size: 1rem;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  padding: 0 3px;
}
@media screen and (max-width: 991px) {
  .sort-block button {
    font-size: 0.9rem;
  }
}
.sort-block button:hover {
  color: #C40000;
}
.sort-block__text {
  color: #bbb;
  margin-right: 7px;
}
.sort-block .pagination {
  margin-right: 0px;
}
.sorting__item--current {
  color: #C40000;
}
.view-count {
  display: flex;
  align-items: center;
}
.view-count__heading {
  margin-right: 12px;
  color: #bbb;
}
.view-count__item {
  margin: 0px 3px;
  color: #1b1b25;
  font-weight: 400;
  height: 26px;
  width: 26px;
  border-radius: 4px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
}
.view-count__item:hover {
  background: #C40000;
  color: #fff;
}
.view-count__item--current {
  background: #C40000;
  color: #fff;
}
.quick-view {
  padding: 0;
  width: 980px;
}
.quick-view .h1 {
  margin-top: 0;
  margin-bottom: 21px;
  padding-bottom: 15px;
  max-width: 880px;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1;
  border-bottom: 1px solid #eaeaea;
}
.quick-view .quick-view__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quick-view .quick-view__item .images-about-tovar {
  margin-left: 0px;
}
.quick-view .quick-view__item .images-about-tovar .big-img {
  margin-top: 0px;
  margin-bottom: 24px;
  width: 360px;
  height: 360px;
}
.quick-view .quick-view__item .information-about-tovar {
  margin-left: 40px;
  max-width: none;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: auto;
  -ms-flex-negative: initial;
  flex-shrink: initial;
}
.quick-view .quick-view__item .information-about-tovar .price-block {
  align-items: flex-end;
}
.quick-view .quick-view__item .information-about-tovar .artikul {
  padding: 0px 10px;
}
.quick-view .quick-view__item .information-about-tovar .producer-link {
  padding-right: 10px;
}
.quick-view .quick-view__item .information-about-tovar .review {
  padding: 0px 10px;
}
.quick-view .quick-view__item .information-about-tovar .icons {
  padding-left: 10px;
}
.quick-view .description {
  margin-bottom: 15px;
  max-height: 200px;
  overflow-y: auto;
}
.quick-view .top-line {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eaeaea;
}
.quick-view .old-price {
  display: flex;
  align-items: center;
}
.quick-view .review {
  margin-bottom: 5px;
  align-items: baseline;
}
.quick-view .information-about-tovar .top-line {
  align-items: center;
}
.icon-search {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.icon-search svg {
  fill: #1b1b25;
  position: relative;
}
.icon-search:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background: #eaeaea;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.images-about-tovar .big-img:hover .icon-search {
  opacity: 0.5;
}
.images-about-tovar .big-img:hover .icon-search:before {
  width: 100%;
  height: 100%;
}
.swiper-button-next,
.swiper-button-prev {
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 150px;
  background: #fff;
  z-index: 5;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  fill: #1b1b25;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
  border: 1px solid #ddd;
}
.swiper-button-next.swiper-button-disabled svg,
.swiper-button-prev.swiper-button-disabled svg {
  fill: #ddd;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev {
  left: 0;
}
.same-container {
  margin-top: 6%;
  display: flex;
  flex-direction: column;
}
.same-container .title-section {
  color: #1b1b25;
  font-size: 2rem;
  font-weight: 700;
}
@media (max-width: 991px) {
  .same-container .title-section {
    font-size: 1.6rem;
  }
}
@media (max-width: 600px) {
  .same-container .title-section {
    font-size: 1.4rem;
  }
}
.same-container .shop_item {
  margin-right: 10px !important;
}
.same-container .swiper-container {
  width: 100%;
}
.same-container .swiper-container .card-item {
  width: 100%;
  height: 100%;
}
.same-container .swiper-container .card-item .info {
  flex-basis: auto;
}
.same-container .swiper-container .shop_item.card-item {
  flex-direction: column;
  max-width: initial;
}
.same-container .swiper-container .swiper-slide {
  height: auto;
}
.same-container .swiper-button-next,
.same-container .swiper-button-prev {
  position: relative;
  top: 0;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  margin: 0;
  bottom: 30px;
  border: 1px solid transparent;
  transition: all 0.3s linear;
  background-color: #eaeaea;
}
.same-container .swiper-button-prev {
  margin-right: 20px;
}
.same-container .sidebar {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.same-container .slider-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.same-container__heading {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
}
.associated-container {
  margin-top: 6%;
  display: flex;
  flex-direction: column;
}
.associated-container .slider-btn {
  display: flex;
}
.associated-container .swiper-container {
  width: 100%;
}
.associated-container .swiper-button-prev,
.associated-container .swiper-button-next {
  position: relative;
  top: 0;
  -webkit-transform: translate(0,0);
  transform: translate(0,0);
  margin: 0;
}
.associated-container .swiper-button-prev {
  margin-right: 20px;
}
.associated-container .shop_item.card-item {
  flex-direction: column;
  max-width: initial;
}
.associated-container .swiper-slide {
  height: auto;
}
.associated-container .card-item {
  height: auto;
}
.associated-container .info {
  flex-basis: auto;
}
.associated-container .title-section {
  color: #1b1b25;
  font-size: 2rem;
  font-weight: 700;
}
.shop_item.card-item .item-data {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.filters_mobile .filter fieldset {
  width: auto;
}
.filters_mobile .filter-buttons__wrapper {
  justify-content: space-around;
}
.filters_mobile &gt; .mobile_sort {
  margin-bottom: 20px;
}
.btn-search,
header .search-close,
.hamburger__btn,
.city_selector .back,
.filters_mobile {
  display: none;
}
.city {
  position: relative;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  .city {
    font-size: 0.9rem;
  }
}
.city &gt; div:first-of-type {
  white-space: nowrap;
}
.city_parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.city_select {
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  border-bottom: #C40000 1px dashed;
  color: #C40000;
  transition: border-bottom-color .15s linear;
}
.city_select:hover {
  border-bottom-color: transparent;
}
.city_selector {
  position: absolute;
  cursor: default;
  left: 50%;
  top: 50%;
  background: #fff;
  list-style: none;
  margin: 0;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: calc(100% - 30px);
  max-width: 1160px;
  height: calc(100vh - 30px);
  max-height: 790px;
}
.city_selector ul {
  -webkit-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 80px;
  column-gap: 80px;
  padding-left: 15px;
}
.city_selector .cityselect {
  cursor: pointer;
}
.city_selector_fone {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000;
  background: rgba(0,0,0,0.5);
  height: 100vh;
}
.city_selector td {
  font-size: 1rem;
  padding: 7px;
  text-align: right;
}
@media screen and (max-width: 991px) {
  .city_selector td {
    font-size: 0.9rem;
  }
}
.city_selector__title {
  font-size: 2rem;
  color: #444;
  font-weight: 700;
  background: #fff;
  padding: 15px 30px 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.city_selector__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.city_selector__body-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.city_selector__body-left span {
  background: #fff;
  margin-left: 15px;
  margin-right: 20px;
  padding: 12px 15px 14px;
  color: #1b1b25;
  font-size: 1.2rem;
}
.city_selector ul li a.animated-border-bottom.link-purple {
  font-size: 1rem;
  color: #656565;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 2px 0;
  display: inline-block;
  white-space: nowrap;
}
@media screen and (max-width: 991px) {
  .city_selector ul li a.animated-border-bottom.link-purple {
    font-size: 0.9rem;
  }
}
.city_selector ul li a.animated-border-bottom.link-purple:hover {
  color: #1b1b25;
}
.city_selector .close {
  position: absolute;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.city_selector .close svg {
  fill: #eaeaea;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.city_selector .close:hover svg {
  fill: #1b1b25;
}
.letter_group .letter {
  color: #444;
  font-weight: 500;
  margin-bottom: 2px;
}
.letter_group {
  margin-bottom: 26px;
}
.letter_group.has_letter .letter {
  visibility: hidden;
}
.cart-link:not(.cart-link--empty) {
  cursor: pointer;
}
#little_cart {
  position: relative;
}
#little_cart #cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cart-result {
  display: none;
  position: absolute;
  z-index: 10000;
  background: #fff;
  right: 0;
  -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
  top: 100%;
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.cart-result__has-modification {
  display: flex;
  flex-direction: column;
}
.tovar-in-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #eaeaea;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tovar-in-cart .img {
  width: 60px;
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}
.tovar-in-cart .img img {
  height: 100%;
}
.tovar-in-cart .name {
  color: #656565;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.2;
  width: 200px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-right: 10px;
  margin-right: 10px;
}
@media screen and (max-width: 991px) {
  .tovar-in-cart .name {
    font-size: 0.9rem;
  }
}
.tovar-in-cart .name:hover {
  color: #1b1b25;
}
.tovar-in-cart .price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 90px;
}
.tovar-in-cart .price-block .price {
  color: #444;
  font-weight: 700;
}
.tovar-in-cart .price-block .old-price {
  color: #eaeaea;
  font-size: 0.9rem;
}
.tovar-in-cart .del {
  width: 26px;
  height: 26px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: auto;
  margin-right: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tovar-in-cart .del svg {
  fill: #444;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tovar-in-cart .del:hover {
  background-color: #eaeaea;
}
.tovar-in-cart .del:hover svg {
  fill: #C40000;
}
.tovar-in-cart .count {
  color: #656565;
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  .tovar-in-cart .count {
    font-size: 0.9rem;
  }
}
.char-item_title {
  margin-bottom: 10px;
  margin-top: 20px;
  font-weight: 600;
  font-size: 1.2rem;
}
.char-item {
  width: 50%;
  margin-bottom: 12px;
  display: flex;
  justify-content: space-between;
  color: #444;
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  .char-item {
    font-size: 0.9rem;
  }
}
.char-dot {
  flex-grow: 2;
  border-bottom: 1px dotted #1b1b25;
  display: block;
  margin: 5px 5px 5px;
}
.char-name {
  display: flex;
  color: #999;
}
@media screen and (max-width: 991px) {
  .char-name {
    font-size: 0.9rem;
  }
}
.char-name .question-icon {
  margin-left: 6px;
}
#item_tab_chars .char-dot::after {
  width: 91%;
}
.quick-char .char-item {
  width: 90%;
  margin-bottom: 10px;
}
.quick-char .char-val {
  margin-left: 0;
}
#dostavka {
  padding: 10px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#dostavka .total-price {
  color: #656565;
}
#dostavka .total-price span {
  color: #444;
  font-weight: 700;
}
.count__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #fff;
  height: 34px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.count__group button {
  background: 0;
  border: 0;
  height: 100%;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  width: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.count__group button svg {
  fill: #1b1b25;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.count__group button.plus {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.count__group button.minus {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.count__group button:hover {
  background: #fff;
}
.count__group button:hover svg {
  fill: #C40000;
}
.count__group input {
  border: 0;
  width: 35px;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  color: #444;
}
@media screen and (max-width: 991px) {
  .count__group input {
    font-size: 0.9rem;
  }
}
.h3__card {
  color: #444;
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  margin-bottom: 26px;
}
#little_compare.not-empty span,
#little_favorite.not-empty span {
  color: #1b1b25;
}
.data-contact__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.data-input__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
.data-input__card label {
  font-size: 1rem;
  color: #444;
  font-weight: 500;
  margin-bottom: 6px;
}
@media screen and (max-width: 991px) {
  .data-input__card label {
    font-size: 0.9rem;
  }
}
.data-input__card label span {
  color: #1b1b25;
}
.data-input__card input {
  border: 1px solid #ddd;
  height: 40px;
  width: 230px;
  margin-right: 30px;
  padding: 0 10px 2px;
}
.data-input__card input:focus {
  border: 1px solid #ddd;
}
.data-delivery__box {
  max-width: 490px;
  margin-right: 30px;
  width: 100%;
}
.data-delivery__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.data-delivery__card .data-input__card input {
  margin-right: 0;
}
.data-delivery__card .data-input__card input {
  margin-bottom: 35px;
  width: 488px;
}
.data-delivery__card .data-input__card:last-of-type,
.data-delivery__card .data-input__card:last-of-type input {
  width: 100%;
}
.oformlenie-box {
  max-width: 990px;
  width: 75%;
}
@media (max-width: 1199px) {
  .oformlenie-box {
    width: 100%;
  }
}
input::-webkit-input-placeholder {
  color: #ddd;
}
input::-moz-placeholder {
  color: #ddd;
}
input:-moz-placeholder {
  color: #ddd;
}
input:-ms-input-placeholder {
  color: #ddd;
}
.oformlenie-box__group {
  margin-top: 10px;
  margin-bottom: 15px;
}
.oformlenie-box__title {
  font-size: 1rem;
  color: #444;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 991px) {
  .oformlenie-box__title {
    font-size: 0.9rem;
  }
}
.oformlenie-box__item label {
  color: #656565;
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
  margin-bottom: 18px;
}
@media screen and (max-width: 991px) {
  .oformlenie-box__item label {
    font-size: 0.9rem;
  }
}
.oformlenie-box__item input {
  display: none;
}
.oformlenie-box__item .radiobtn {
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
  -webkit-transition: border-color 0.3s linear;
  transition: border-color 0.3s linear;
}
.oformlenie-box__item .radiobtn:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: #fff;
}
.data-delivery__card .data-input__card:nth-child(3) input {
  margin-bottom: 6px;
}
.oformlenie-box__item input:checked + label .radiobtn {
  background: #1b1b25;
  border-color: #1b1b25;
}
.oformlenie-box__item label:hover .radiobtn {
  border-color: #1b1b25;
}
.oformlenie-box__item label:hover {
  color: #1b1b25;
}
.politic-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #656565;
  font-size: 0.8rem;
  max-width: 538px;
  margin-top: 36px;
  margin-bottom: 15px;
}
.politic-box &gt; p {
  font-size: 0.8rem;
}
.politic-box &gt; p &gt; a {
  color: #C40000;
}
.politic-box input {
  display: none;
}
.politic-box label {
  width: 16px;
  height: 16px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 2px;
  margin-right: 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  margin-top: 2px;
}
.politic-box label:hover {
  border-color: #C40000;
}
.politic-box input:checked + label {
  border-color: #C40000;
  background: #C40000;
}
.politic-box label svg {
  fill: #fff;
}
input[type="submit"].send-order {
  background: #C40000;
  padding: 10px 30px;
  border: 2px solid #C40000;
  border-radius: 4px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.9rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
}
input[type="submit"].send-order:hover {
  background: #fff;
  color: #C40000;
  border: 2px solid #C40000;
}
.error {
  position: fixed;
  z-index: 500;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -ms-radial-gradient(50% 50%,circle closest-side,rgba(57,57,57,0.85) 0%,rgba(0,0,0,0.85) 100%);
  padding-top: 12%;
}
.error-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 505;
}
.error-box__img {
  width: 484px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 520px;
  position: relative;
}
.error-box .light {
  display: block;
  border-radius: 50%;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 92.5px 157.5px #ffffff;
  box-shadow: 0px 0px 92.5px 157.5px #ffffff;
  width: 63px;
  height: 63px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,calc(-50% - 30px));
  transform: translate(-50%,calc(-50% - 30px));
}
@-webkit-keyframes light-flickr {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0.15;
  }
  30% {
    opacity: 0.75;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 0.45;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes light-flickr {
  0% {
    opacity: 1;
  }
  15% {
    opacity: 0.15;
  }
  30% {
    opacity: 0.75;
  }
  45% {
    opacity: 1;
  }
  60% {
    opacity: 0.45;
  }
  75% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lamp-off {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes lamp-off {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lamp-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes lamp-on {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.error-box .light {
  -webkit-animation: light-flickr 1500ms linear forwards;
  animation: light-flickr 1500ms linear forwards;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.error-box .lamp-on {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 5;
  -webkit-animation: lamp-off 1s linear forwards;
  animation: lamp-off 1s linear forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.error-box .lamp-off {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,calc(-50% + 26px));
  transform: translate(-50%,calc(-50% + 26px));
  z-index: 5;
  opacity: 0;
  -webkit-animation: lamp-on 1s linear forwards;
  animation: lamp-on 1s linear forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.error-box__text {
  color: #fff;
  text-align: center;
  max-width: 615px;
  padding: 0 25px;
  padding-top: 50px;
}
.error-box__text .name {
  font-weight: 700;
  font-size: 2.8rem;
}
.error-box__text .back-link {
  font-size: 1.2rem;
  color: #fff;
  background: transparent;
  width: 200px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 38px;
  border: 1px solid #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.error-box__text .back-link:hover {
  color: #444;
  background: #fff;
}
.error-box__text .text a {
  color: #fff;
  border-bottom: 1px solid #fff;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.error-box__text .text a:hover {
  border-bottom: 1px solid transparent;
}
@-webkit-keyframes text-flickr {
  0% {
    color: #ffffff;
  }
  15% {
    color: rgba(68,68,68,0.15);
  }
  30% {
    color: rgba(255,255,255,0.75);
  }
  45% {
    color: #ffffff;
  }
  60% {
    color: rgba(68,68,68,0.45);
  }
  75% {
    color: rgba(68,68,68,0);
  }
  100% {
    color: #444444;
  }
}
@keyframes text-flickr {
  0% {
    color: #ffffff;
  }
  15% {
    color: rgba(68,68,68,0.15);
  }
  30% {
    color: rgba(255,255,255,0.75);
  }
  45% {
    color: #ffffff;
  }
  60% {
    color: rgba(68,68,68,0.45);
  }
  75% {
    color: rgba(68,68,68,0);
  }
  100% {
    color: #444444;
  }
}
#text_404 {
  font-size: 226px;
  line-height: 1;
  color: #fff;
  font-weight: 700;
  -webkit-animation: text-flickr 1500ms linear forwards;
  animation: text-flickr 1500ms linear forwards;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.news_list.full_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 70px;
  margin-bottom: 30px;
}
.news_list_item {
  display: flex;
  flex-direction: column;
  border-radius: 3px;
  padding: 20px;
  border: 1px solid transparent;
  background: #fff;
  transition: all 0.3s cubic-bezier(0.4,0,0.2,1);
}
.news_list_item:hover {
  border: 1px solid #fff;
  -webkit-box-shadow: 0px 2px 20px rgba(97,73,48,0.2);
  box-shadow: 0px 2px 20px rgba(97,73,48,0.2);
}
@media screen and (max-width: 767px) {
  .news_list_item {
    padding: 10px;
  }
}
.news_link-img {
  margin-bottom: 15px;
  align-self: flex-start;
}
.news_link-img:hover + .news_link-text .news_heading {
  color: #C40000;
}
.news_link-text {
  align-self: flex-start;
}
.news_link-text:hover .news_heading {
  color: #C40000;
}
.news_img {
  border-radius: 4px;
}
.news_heading {
  margin-bottom: 10px;
  color: #1b1b25;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 991px) {
  .news_heading {
    font-size: 0.9rem;
  }
}
.news_text {
  margin-top: auto;
  color: #eaeaea;
  font-size: 1rem;
  font-weight: 300;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 991px) {
  .news_text {
    font-size: 0.9rem;
  }
}
.company-news {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 1200px) {
  .company-news {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 991px) {
  .company-news {
    grid-gap: 10px;
  }
}
@media screen and (max-width: 600px) {
  .company-news {
    grid-template-columns: 1fr;
  }
}
.company-news__item {
  display: flex;
  flex-direction: column;
}
.company-news__item:hover .company-news__heading {
  color: #C40000;
}
.company-news__date {
  color: #999;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.company-news__img {
  margin-bottom: 10px;
  border-radius: 4px;
}
@media screen and (max-width: 600px) {
  .company-news__img {
    align-self: flex-start;
  }
}
.company-news__heading {
  align-self: flex-start;
  margin-bottom: 6px;
  color: #1b1b25;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.2;
  transition: color .15s linear;
}
@media screen and (max-width: 991px) {
  .company-news__heading {
    font-size: 1rem;
  }
}
@media screen and (max-width: 600px) {
  .company-news__heading {
    font-size: 0.9rem;
  }
}
.about {
  margin: 60px 0 30px 0;
}
.about__wrap {
  display: flex;
  justify-content: space-between;
}
.about__image {
  width: 30%;
  margin: 0 40px 0 0;
}
.about__text {
  width: 70%;
}
.about__text-description {
  margin: 0 0 30px 0;
}
.filter {
  background: #f7f7f7;
  padding: 0 20px;
}
.filter .question-icon {
  margin-left: 6px;
}
@media screen and (max-width: 425px) {
  .filter_slider {
    padding: 0 25px;
  }
}
.question-icon {
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: border-color .15s linear;
  position: relative;
}
.question-icon:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.question-icon:hover {
  border-color: #656565;
}
.question-icon svg {
  fill: #656565;
}
.filters_mobile_body .filter-block {
  margin-top: 0;
}
.filter-block__group {
  border-bottom: 1px solid #ddd;
  margin: 0 -20px;
  padding: 0 20px;
}
.filter-block__legend {
  color: #656565;
  font-size: 0.9rem;
  font-weight: 500;
  width: 100%;
  display: block;
  position: relative;
  padding-right: 10px;
  cursor: pointer;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  padding-top: 12px 0;
}
.filter-block__legend:hover {
  color: #C40000;
}
.filter-block__legend:after {
  content: "";
  display: block;
  width: 6px;
  border-top: 6px solid #eaeaea;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
}
.filter .propertyInput label {
  position: relative;
  padding-left: 20px;
  display: block;
  color: #656565;
  font-size: 0.9rem;
  margin-bottom: 8px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.filter-block__check-field:last-of-type label {
  margin-bottom: 0px;
}
.filter .propertyInput input {
  display: none;
}
.filter .propertyInput input + label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  border: 2px solid #ddd;
  background: #fff;
  width: 16px;
  height: 16px;
  top: 2px;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
}
.filter .propertyInput input[type="checkbox"]:checked + label:before {
  border: 2px solid #C40000;
}
.filter .propertyInput label:after {
  content: "";
  display: block;
  position: absolute;
  left: 2px;
  width: 11px;
  height: 11px;
  top: 4px;
}
.filter .propertyInput input[type="checkbox"]:checked + label:after {
  background-color: #C40000;
  -webkit-mask-image: url(/img/checked.svg);
  mask-image: url(/img/checked.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
}
.filter .propertyInput.propertyColor {
  flex-direction: row;
  flex-wrap: wrap;
}
.filter .propertyInput.propertyColor label {
  margin: 1px 4px 5px;
  border-radius: 50%;
  transition: transform .15s linear;
  border: 1px solid #ddd;
}
.filter .propertyInput.propertyColor label::before,
.filter .propertyInput.propertyColor label::after {
  content: none;
}
.filter .propertyInput.propertyColor label:hover {
  transform: scale(0.9);
}
.filter .propertyInput.propertyColor input[type="checkbox"]:checked + .propcolor::before {
  content: "";
  left: -1px;
  top: -1px;
  display: block;
  position: absolute;
  border: 2px solid #C40000;
  background: transparent;
  width: 33px;
  height: 33px;
  border-radius: 50%;
}
.filter .propertyInput label {
  position: relative;
  padding-left: 25px;
  display: block;
  color: #656565;
  font-size: 0.9rem;
  margin-bottom: 8px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.filter .propertyInput label:hover,
.filter .propertyInput label:hover {
  color: #C40000;
}
.filter .propertyInput label:hover:before,
.filter .propertyInput label:hover:before {
  border: 2px solid #C40000;
}
.filter .propertyInput label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  border: 2px solid #ddd;
  background: #fff;
  width: 16px;
  height: 16px;
  top: 1px;
  -webkit-transition: border 0.3s linear;
  transition: border 0.3s linear;
}
.filter .propertyInput input[type="radio"]:checked + label:after {
  opacity: 1;
}
.filter .propertyInput input[type="radio"]:checked + label:before {
  border: 2px solid #C40000;
}
.TagsCloud {
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(217,215,207,0.5);
  box-shadow: 0 1px 1px rgba(217,215,207,0.5);
  padding: 15px;
}
.filter-block__values {
  display: none;
  margin-top: 0;
  margin-bottom: 12px;
}
.TagsCloud a {
  color: #999;
  font-size: 0.8rem;
  text-decoration: underline;
}
.shop_list {
  margin-bottom: 20px;
}
.shop_list li {
  margin-left: 7px;
}
.filter,
.lastOrder {
  border-radius: 4px;
  padding: 15px;
  font-size: 0.8em;
  color: #999;
}
.filter {
  margin-bottom: 5px;
}
.lastOrder {
  margin-bottom: 20px;
  padding: 0 15px;
}
.filter select,
.filter textarea,
.filter input[type="text"] {
  color: #656565;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 10px;
  padding: 4px 6px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ddd;
}
@media screen and (max-width: 991px) {
  .filter select,
  .filter textarea,
  .filter input[type="text"] {
    font-size: 0.9rem;
  }
}
.filter select {
  width: 100%;
}
.filter input[type="text"] {
  height: 26px;
  width: 80px;
  margin: 4px 8px 10px 0;
}
.filter fieldset {
  position: relative;
  width: 200px;
}
.filter fieldset:after {
  content: "";
  display: block;
  width: calc(100% + 30px);
  background: #ddd;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -15px;
}
.filter legend span {
  font-weight: 400;
  color: #656565;
  display: flex;
}
.filter legend:hover span {
  color: #C40000;
}
.filter legend {
  padding-top: 12px;
  font-size: 1rem;
  width: 100%;
  padding-bottom: 14px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 991px) {
  .filter legend {
    font-size: 0.9rem;
  }
}
.protipHTML {
  display: none;
}
.filter legend.slide_bottom:before {
  content: "";
  display: block;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 6px solid #ddd;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -5px;
}
.filter .propertyInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.filter .propertyInput label:not(:last-of-type) {
  margin-bottom: 8px;
}
fieldset.toggle {
  border: 0;
}
.filter input.button[name="filter"] {
  display: none;
}
.button2 {
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: baseline;
  margin: 0 2px;
  outline: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 2em 0.55em;
  text-shadow: 0 0px 1px rgba(0,0,0,0.2);
  border-radius: 0.5em;
  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  box-shadow: 0 0px 1px rgba(0,0,0,0.2);
}
.button2:hover {
  text-decoration: none !important;
}
.button2:active {
  position: relative;
  top: 1px;
}
.medium {
  font-size: 0.8rem;
  padding: 0.4em 1.5em 0.42em;
}
.white {
  color: #999;
  border: solid 1px #ddd;
  background: #fff;
  background: -moz-linear-gradient(top,#fff,#eaeaea);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color_8',endColorstr='@color_6');
}
.white:hover {
  color: #f7f7f7 !important;
  border: solid 1px #ddd;
  background: #eaeaea;
  background: -moz-linear-gradient(top,#999,#656565);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color_5',endColorstr='@color_4');
}
.white:active {
  color: #ddd;
  background: -moz-linear-gradient(top,#656565,#999);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color_4',endColorstr='@color_5');
}
.sity-box {
  position: relative;
}
.sity-box .ztooltip {
  position: absolute;
  top: 100%;
  background: #fff;
  width: 230px;
  right: 0;
  padding: 16px 26px 20px;
  border-radius: 4px;
  z-index: 10000;
  font-size: 1rem;
  -webkit-box-shadow: 0px 0px 20px 0px #ddd;
  box-shadow: 0px 0px 20px 0px #ddd;
  border: 1px solid #ddd;
  display: none;
}
@media screen and (max-width: 991px) {
  .sity-box .ztooltip {
    font-size: 0.9rem;
  }
}
.sity-box .ztooltip.active {
  display: block;
}
.sity-box .cityselect.button {
  border: 2px solid #C40000;
  width: 42px;
  height: 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #C40000;
  color: #fff;
  font-size: 1rem;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .sity-box .cityselect.button {
    font-size: 0.9rem;
  }
}
.sity-box .cityselect.button:hover {
  background: transparent;
  color: #C40000;
}
.sity-box .selectother {
  color: #C40000;
  font-weight: 400;
  border-bottom: #C40000 1px dotted;
  margin-left: 10px;
  cursor: pointer;
}
.sity-box .selectother:hover {
  border-bottom-color: transparent;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.sity-box .ztooltip &gt; .body &gt; div {
  color: #444;
  font-weight: 400;
  margin-bottom: 8px;
}
.sity-box .ztooltip &gt; .body &gt; div b {
  font-weight: 500;
}
.sity_search_box input {
  border: 1px solid #ddd;
  background-color: #fff;
  height: 45px;
  width: 100%;
  color: #1b1b25;
  font-size: 1rem;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .sity_search_box input {
    font-size: 0.9rem;
  }
}
.sity_search_box {
  display: inline-block;
  width: 100%;
  max-width: 760px;
  margin-top: 36px;
  margin-bottom: 8px;
  position: relative;
}
.sity_search_box .clear_btn {
  position: absolute;
  right: 7px;
  width: 26px;
  height: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}
.sity_search_box .clear_btn svg {
  fill: #eaeaea;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sity_search_box .clear_btn:hover {
  background: #fff;
}
.sity_search_box .clear_btn:hover svg {
  fill: #1b1b25;
}
.list_sity_box {
  max-height: 55vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.city_selector__body-right {
  padding-bottom: 50px;
}
.megapolis {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
  margin-bottom: 18px;
}
.megapolis li a.animated-border-bottom.link-purple {
  font-size: 1rem;
  position: relative;
  padding: 2px 0;
}
@media screen and (max-width: 991px) {
  .megapolis li a.animated-border-bottom.link-purple {
    font-size: 0.9rem;
  }
}
.megapolis li a.animated-border-bottom.link-purple:hover {
  color: #1b1b25;
}
.megapolis li {
  margin-right: 30px;
}
.shop_cart_compare_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4.512%;
}
.shop_cart_compare_right {
  width: calc(100% - 340px);
}
.compare_slider .card-item {
  margin: 0;
  width: 244px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.compare_slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}
.compare_slider_1 {
  margin: 0;
}
.compare-container {
  position: relative;
}
.compare-container .swiper-button-next {
  position: absolute;
  right: -15px;
  bottom: 57px;
  top: auto;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.compare-container .swiper-button-prev {
  position: absolute;
  left: 0;
  bottom: 57px;
  top: auto;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.shop_cart_compare_left {
  width: 300px;
}
@media (max-width: 768px) {
  .shop_cart_compare_left {
    width: 270px;
  }
}
.shop_cart_compare_left .title {
  width: 300px;
  padding-left: 20px;
  line-height: 0.9;
  margin-top: 78px;
}
@media (max-width: 768px) {
  .shop_cart_compare_left .title {
    width: 270px;
  }
}
.shop_cart_compare_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 6.993%;
}
.name_property_compare,
.value_property_compare {
  height: 30px;
  line-height: 30px;
  color: #656565;
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  .name_property_compare,
  .value_property_compare {
    font-size: 0.9rem;
  }
}
.name_property_compare:nth-child(odd),
.compare_slider:nth-child(odd),
.value_property_compare:nth-child(odd) {
  background: #eaeaea;
}
.name_property_compare:nth-child(even),
.compare_slider:nth-child(even),
.value_property_compare:nth-child(even) {
  background: #fff;
}
.name_property_compare {
  margin-right: -15px;
  padding-left: 20px;
  padding-right: 20px;
}
.comparing-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 14px;
}
.comparing-box .shop_item {
  margin: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25%;
  min-width: 244px;
}
@media (max-width: 425px) {
  .comparing-box .shop_item.card-item {
    flex-direction: column;
    width: 50%;
  }
  .comparing-box .shop_item.card-item .img a {
    width: auto;
  }
  .comparing-box .shop_item.card-item .img a.clear_compare {
    width: 26px;
    height: 26px;
  }
  .comparing-box .shop_item.card-item .info {
    flex-basis: auto;
  }
}
.compare_slider .shop_item {
  border-left: 0;
}
#quickModal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,0.5);
  z-index: 10000;
  overflow-y: auto;
}
#quickModal .close {
  position: absolute;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  right: 0;
  top: 0;
  cursor: pointer;
  z-index: 5;
  border-radius: 50%;
}
#quickModal .close:hover {
  background-color: #f7f7f7;
}
#quickModal .close:hover svg {
  fill: #C40000;
}
#quickModal .close svg {
  fill: #1b1b25;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.quickModal_form {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  background: #fff;
  width: 404px;
  overflow: hidden;
}
.quickModal_header {
  font-size: 34px;
  color: #444;
  font-weight: 700;
  background: #fff;
  padding: 15px 40px 20px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-right: -40px;
  margin-left: -40px;
  margin-bottom: 50px;
}
.quickModal_body {
  padding: 0 40px 44px;
}
.quickModal_info {
  color: #444;
  font-size: 1rem;
  margin-bottom: 36px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  .quickModal_info {
    font-size: 0.9rem;
  }
}
.quickModal_order,
.quickModal_order span {
  color: #444;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 6px;
}
@media screen and (max-width: 991px) {
  .quickModal_order,
  .quickModal_order span {
    font-size: 0.9rem;
  }
}
.quickModal_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 26px;
}
.quickModal_phone span {
  color: #444;
  font-size: 1rem;
  padding-left: 12px;
}
@media screen and (max-width: 991px) {
  .quickModal_phone span {
    font-size: 0.9rem;
  }
}
.quickModal_phone input {
  border: 1px solid #ddd;
  background-color: #ffffff;
  max-width: 324px;
  color: #656565;
  font-size: 1rem;
  padding: 10px 12px;
  margin-top: 6px;
}
@media screen and (max-width: 991px) {
  .quickModal_phone input {
    font-size: 0.9rem;
  }
}
.quickModal_phone input:focus {
  border: 1px solid #ddd;
}
.quickModal_phone input::-webkit-input-placeholder {
  color: #ddd;
}
.quickModal_phone input::-moz-placeholder {
  color: #ddd;
}
.quickModal_phone input:-moz-placeholder {
  color: #ddd;
}
.quickModal_phone input:-ms-input-placeholder {
  color: #ddd;
}
.quickModal_politic {
  font-size: 0.70588rem;
  margin-top: 8px;
  margin-bottom: 18px;
}
.quickModal_politic input[type="checkbox"] {
  display: none;
}
.quickModal_politic input[type="checkbox"] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quickModal_politic input[type="checkbox"] + label a {
  padding-bottom: 3px;
}
.quickModal_politic input[type="checkbox"] + label i {
  width: 12px;
  height: 12px;
  border: 1px solid #ddd;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 2px;
}
.quickModal_politic input[type="checkbox"]:checked + label i {
  background: url(/img/checked.svg) center no-repeat;
}
.quickModal_buttons button {
  background: #1b1b25;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.9rem;
  color: #fff;
  width: 154px;
  height: 44px;
  border: 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
}
.quickModal_buttons button:hover {
  background: #eaeaea;
  color: #656565;
}
.success_title {
  font-weight: 700;
  font-size: 2rem;
  color: #444;
  text-align: center;
  margin-bottom: 2px;
}
.contant-page .success {
  position: relative;
}
.success {
  display: none;
  padding: 90px 40px 40px;
  position: absolute;
  top: 0;
  left: 0;
}
.success_order,
.success_order span {
  color: #444;
  font-size: 1rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 42px;
}
@media screen and (max-width: 991px) {
  .success_order,
  .success_order span {
    font-size: 0.9rem;
  }
}
.success_img {
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 32px;
}
.success_text {
  color: #656565;
  font-size: 1rem;
  text-align: center;
  padding: 0 30px;
}
@media screen and (max-width: 991px) {
  .success_text {
    font-size: 0.9rem;
  }
}
.quickModal_form.send .close {
  background: #fff;
}
.autocomplete-suggestions {
  background: white;
  left: 0px;
  top: 100%;
  right: 0px;
  z-index: 9998 !important;
  border: 1px solid #ddd;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  margin-top: -1px;
  width: 100% !important;
  padding: 0 20px;
  overflow-y: auto;
  max-height: 440px !important;
}
.autocomplete-suggestions .autocomplete-suggestion {
  cursor: pointer;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid rgba(204,204,204,0.24);
}
.autocomplete-suggestions .autocomplete-suggestion:last-child {
  border-bottom: 0;
}
.autocomplete-suggestions .autocomplete-suggestion a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0;
  color: #656565;
  border-bottom: 0;
  font-weight: 500;
  font-size: 1rem;
  position: relative;
  min-height: 90px;
  padding-right: 80px;
}
@media screen and (max-width: 991px) {
  .autocomplete-suggestions .autocomplete-suggestion a {
    font-size: 0.9rem;
  }
}
.autocomplete-suggestions .autocomplete-suggestion img {
  width: 60px;
}
.autocomplete-suggestions .autocomplete-suggestion .suggest_name {
  font-size: 1rem;
  font-weight: 500;
  color: #656565;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 20px;
}
@media screen and (max-width: 991px) {
  .autocomplete-suggestions .autocomplete-suggestion .suggest_name {
    font-size: 0.9rem;
  }
}
.autocomplete-suggestions .autocomplete-suggestion .suggest_name:hover {
  color: #1b1b25;
}
.autocomplete-suggestions .autocomplete-suggestion .prices {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.autocomplete-suggestions .autocomplete-suggestion .prices .price {
  color: #444;
  font-weight: 700;
}
.autocomplete-suggestions .autocomplete-suggestion .prices .oldprice {
  color: #eaeaea;
  font-size: 0.9rem;
  text-decoration: line-through;
}
#full-menu .back {
  display: none;
}
.form_contact_success .success {
  padding: 44px 30px 40px;
}
.form_contact_success .success_title {
  margin-bottom: 36px;
  line-height: 1.2;
}
.form_contact_success .success_img {
  margin-bottom: 36px;
}
.form_contact_success .success_text {
  padding: 0;
}
header.sticky {
  position: fixed;
  z-index: 5000;
  background: #f7f7f7;
  left: 0;
  top: 0;
  width: 100%;
}
header.sticky .header .logo:before {
  display: none;
}
header.sticky .top-header {
  height: 0;
  overflow: hidden;
  padding: 0;
}
header.sticky .header .inner-block .logo {
  width: 142px;
  margin-top: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
header.sticky .cart,
header.sticky .compare,
header.sticky .header__contacts,
header.sticky .list-wish {
  margin-right: 0;
  margin-left: 30px;
  margin-top: 7px;
}
header.sticky .header .inner-block .list-wish a span,
header.sticky .header .inner-block .compare a span {
  display: none;
}
.compare_item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 25%;
  min-width: 244px;
}
.name_compare_for_mobile {
  display: none;
}
.filter fieldset .filter_item_body {
  display: none;
  width: 200px;
}
.clear_compare {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 26px;
  height: 26px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.clear_compare svg {
  fill: #656565;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.clear_compare:hover svg {
  fill: #1b1b25;
}
.form-callback__help {
  color: #444;
  font-weight: 500;
  margin-bottom: 38px;
}
.form-callback__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 35px;
}
.form-callback__field:last-of-type {
  margin-bottom: 0;
}
.form-callback__field span {
  color: #444;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.form-callback__field input {
  border: 1px solid #ddd;
  padding: 10px 20px;
  width: 100%;
  max-width: 310px;
}
.form-callback__field input:focus {
  border-color: #1b1b25;
}
.form-callback__politic {
  font-size: 0.70588rem;
  margin-bottom: 16px;
}
.form-callback__politic input[type="checkbox"] {
  display: none;
}
.form-callback__politic input[type="checkbox"] + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-callback__politic input[type="checkbox"] + label i {
  width: 12px;
  height: 12px;
  border: 1px solid #ddd;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 4px;
  margin-top: 1px;
}
.form-callback__politic input[type="checkbox"]:checked + label i {
  background: url(/img/checked.svg) center no-repeat;
}
.form-callback__politic input[type="checkbox"] + label a {
  padding-bottom: 2px;
}
.form-callback__submit input[type="submit"] {
  background: #1b1b25;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.9rem;
  color: #fff;
  width: 174px;
  height: 40px;
  border: 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
}
.form-callback__submit input[type="submit"]:hover {
  background: #eaeaea;
  color: #656565;
}
form.form-callback__form {
  position: relative;
  -webkit-box-shadow: 0px 2px 3.84px 0.16px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 3.84px 0.16px rgba(0,0,0,0.15);
  padding: 54px 46px 60px;
  margin-left: 30px;
  background: #fff;
}
.form-callback__form.hidden &gt; * {
  opacity: 0;
}
.form-callback__form .success {
  display: none;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  top: 50%;
  padding: 0;
  width: 100%;
  max-width: 440px;
  padding: 0 15px;
  line-height: 1.2;
}
.form-callback__form.hidden .success {
  display: block;
  opacity: 1;
}
.form-callback__form .success .success_title {
  margin-bottom: 28px;
}
.form-callback__form .success .success_text {
  font-size: 1rem;
  padding: 0;
  margin-bottom: 6px;
}
.form-callback__form .success .success_info {
  text-align: center;
}
section.form_callback {
  padding-bottom: 4%;
}
.form-callback__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.form-callback__fields {
  max-width: 310px;
  margin-right: 82px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.form-callback__files {
  max-width: 370px;
}
.form-callback__info {
  margin-top: 22px;
  color: #656565;
  margin-bottom: 26px;
  position: relative;
}
.form-callback__info:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 22px;
  background: url(/img/gray-arrow.svg) center no-repeat;
  right: 35px;
  bottom: -25px;
}
.form-callback__file input[type="file"] {
  display: none;
}
.form-callback__file label {
  border: 1px dashed #1b1b25;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 310px;
  height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  z-index: 1;
  position: relative;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.form-callback__file label:hover {
  background: #fff;
}
.form-callback__file label span {
  color: #1b1b25;
  position: relative;
  padding-left: 18px;
}
.form-callback__back {
  border-bottom: 1px solid;
  color: #1b1b25;
  padding-bottom: 1px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  font-weight: 500;
  cursor: pointer;
}
.form-callback__back:hover {
  border-bottom-color: transparent;
}
.form-callback__file label span:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 18px;
  background: url(/img/paper-clip.svg) center no-repeat;
  left: 0;
  top: 2px;
}
form.form-callback__form:after {
  content: "";
  display: block;
  position: absolute;
  width: 69px;
  height: 220px;
  background: url(/img/floor-lamp.svg) center no-repeat;
  right: 50px;
  bottom: 0;
}
form.form-callback__form:before {
  content: "";
  display: block;
  position: absolute;
  width: 1030px;
  background: #fff;
  left: -172px;
  bottom: -62px;
  z-index: -1;
  height: 455px;
}
.form-callback__box-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form-callback__politic-box {
  max-width: 310px;
  margin-right: 82px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}
.form-callback__list-file {
  width: 100%;
  max-width: 310px;
}
.selectedfile input[type="file"] {
  display: none;
}
.selectedfile span {
  background: #fff;
  width: 100%;
  max-width: 310px;
  border: 1px solid #ddd;
  padding: 8px 35px 8px 20px;
  margin-bottom: 10px;
  text-align: center;
  display: block;
  position: relative;
}
.selectedfile:last-of-type span {
  margin-bottom: 0;
}
.selectedfile .delfile {
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 6px;
  right: 5px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
}
.selectedfile .delfile:hover {
  background: #fff;
}
.selectedfile .delfile svg {
  fill: #eaeaea;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.selectedfile .delfile:hover svg {
  fill: #1b1b25;
}
.little-slider-cart {
  margin-top: 55px;
  margin-bottom: 45px;
  height: 410px;
}
@media (max-width: 991px) {
  .little-slider-cart {
    margin: 10px 30px 0;
    max-height: 80px;
    height: 100%;
    max-width: 270px;
  }
}
@media (max-width: 767px) {
  .little-slider-cart {
    margin: 10px auto 0;
    width: 126px;
  }
}
@media (max-width: 575px) {
  .little-slider-cart {
    width: calc(100% - 66px);
  }
}
.images-about-tovar .swiper-button-next {
  bottom: 10px;
  left: 25px;
  top: auto;
  cursor: pointer;
  transform: rotate(90deg);
}
.images-about-tovar .swiper-button-prev {
  top: 25px;
  left: 25px;
  cursor: pointer;
  transform: rotate(90deg);
}
.h2_itog {
  color: #1b1b25;
  font-size: 34px;
  font-weight: 700;
  padding-bottom: 6px;
  margin-bottom: 10px;
}
.data_client_box {
  margin-bottom: 30px;
}
.data_client_item {
  margin-bottom: 5px;
  color: #656565;
}
.data_client_item span {
  font-weight: 500;
  color: #444;
}
.data a {
  display: none;
}
table.table_itog {
  text-align: left;
  width: 100%;
  max-width: none;
}
table.table_itog tbody {
  padding: 0;
  border-bottom: none;
}
.table_itog th,
.table_itog td {
  padding: 0 !important;
}
.table_itog .col_1 {
  text-align: left;
}
.col_1__has-modification {
  display: flex;
  flex-direction: column;
}
.table_itog .col_2 {
  text-align: right;
}
.table_itog .col_3 {
  text-align: center;
}
.table_itog .col_4 {
  text-align: right;
}
.table_itog .col_5 {
  text-align: right;
}
table.table_itog tr th,
table.table_itog tr td {
  padding: 10px 20px !important;
}
table.table_itog tr th {
  color: #656565;
  font-weight: 500;
}
.table_itog .col_1 a {
  color: #1b1b25;
}
table.table_itog tr:nth-child(odd) {
  background: #eaeaea;
}
table.table_itog tr.total {
  border-top: 1px solid #ddd;
  background: #fff;
}
table.table_itog tr.total td:nth-child(2) {
  font-weight: 500;
}
table.table_itog tr.total td {
  font-weight: 700;
  text-align: right;
  color: #444;
}
table.pay_table td {
  padding: 5px 0;
}
input[type="submit"].btn_pay {
  margin-top: 20px;
  background: #1b1b25;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.9rem;
  color: #fff;
  width: 140px;
  height: 40px;
  border: 0;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
}
input[type="submit"].btn_pay:hover {
  background: #eaeaea;
  color: #656565;
}
table.pay_table td:nth-child(1) {
  font-weight: 500;
}
table.pay_table td:nth-child(2) {
  color: #444;
  font-weight: 500;
}
.descr_producer {
  margin-bottom: 20px;
}
.cart-result-box {
  max-height: 400px;
  overflow-y: auto;
  padding: 10px;
}
.apply_filter {
  display: none;
}
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}
.irs-line-left {
  left: 0;
  width: 11%;
}
.irs-line-mid {
  left: 9%;
  width: 82%;
}
.irs-line-right {
  right: 0;
  width: 11%;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  background: #C40000;
  z-index: 4;
  width: 0;
}
.irs-bar-edge {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}
.irs-slider.from {
  background: #fff;
  border: 2px solid #C40000;
}
.irs-slider.to {
  background: #fff;
  border: 2px solid #C40000;
}
.irs-slider.type_last {
  z-index: 5;
}
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #444;
}
.irs-grid-pol.small {
  height: 4px;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  padding: 0 3px;
  color: #444;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0,0,0,0);
  z-index: 2;
}
.irs-disabled {
  opacity: 0.4;
}
.lt-ie9 .irs-disabled {
  filter: alpha(opacity=40);
}
.irs-hidden-input {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #eaeaea;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.hide {
  display: none !important;
}
body {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}
.bottom-page {
  margin-top: auto;
}
.shop_group__description p {
  font-size: 1rem;
}
.header-nav {
  cursor: pointer;
}
.header-nav__link {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-nav__link svg {
  fill: #444;
  width: 12px;
  margin-left: 15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header-nav__link-inner {
  justify-content: flex-end;
  background-color: #f7f7f7;
  color: #444;
}
.header-nav__link-inner &gt; span svg {
  transform: rotate(90deg);
}
.header-nav__link-inner:hover {
  background-color: #eaeaea;
}
.header-nav__show-items {
  width: 300px;
  top: 50px;
  position: absolute !important;
  display: flex;
  flex-direction: column;
  background-color: #f7f7f7;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.header-nav__item:hover {
  background-color: #eaeaea;
}
.header-nav__item-inner {
  width: 280px;
}
.header-nav__sub-item {
  min-width: 280px;
  width: 100%;
  position: relative;
}
.header-nav__item-link {
  padding: 16px 20px;
  border-left: none;
  text-align: left;
  color: #444;
}
.header-nav:hover .header-nav__show-items {
  opacity: 1;
  visibility: visible;
}
.header-nav:hover .header-nav__link {
  color: #C40000;
}
.header-nav:hover .header-nav__link svg {
  fill: #C40000;
}
#full-menu .full-menu__item-list {
  display: block;
  margin-top: 12px;
}
#full-menu .full-menu__item-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
}
#full-menu .full-menu__item-list li a {
  color: #1b1b25;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
  width: 100%;
}
#full-menu .full-menu__item-list li a:hover {
  color: #C40000;
}
.catalog-group-list__row .group_item {
  width: calc(20%);
}
.catalog-group-list__row .group_item .group_children_items {
  display: none;
}
.catalog-group-list__row .group_item_inner {
  height: 100%;
  padding: 5px;
  flex-direction: column;
  align-items: center;
}
.catalog-group-list__row .group_item_image {
  padding-right: 0;
  margin-top: 20px;
  margin-bottom: 15px;
  width: auto;
}
.catalog-group-list__row .group_item_image img {
  max-height: 150px;
}
.catalog-group-list__row .group_item_description {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 95%;
}
.catalog-group-list__row .group_item_name a {
  word-break: break-word;
}
.btn-top {
  position: fixed;
  right: 5%;
  bottom: 150px;
  transition: opacity .2s ease-out;
  opacity: 0;
  z-index: 1000;
}
.btn-top__wrapper {
  background-color: #C40000;
  height: 50px;
  width: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #C40000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-top__wrapper:hover {
  background-color: transparent;
}
.btn-top__wrapper:hover svg {
  fill: #C40000;
}
.btn-top svg {
  fill: #fff;
}
.btn-top--show {
  opacity: 1;
}
#reviews &gt; p.h3 {
  font-size: 2rem;
}
#reviews .caption {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
}
#reviews .row:nth-of-type(4) {
  display: flex;
}
#reviews .row:nth-of-type(4) .caption {
  margin-right: 20px;
}
.grecaptcha-badge {
  visibility: hidden;
}
#message {
  padding: 30px;
  font-size: 1.4rem;
}
.item-star.active label:before {
  opacity: 0;
}
.item-star.active label:after {
  opacity: 1;
}
.item-star.active-fix input + label:after {
  opacity: 1;
}
.item-star.active-fix ~ .item-star label:after {
  opacity: 1;
}
.item-star.active-fix ~ .item-star label:before {
  opacity: 0;
}
.item-star.active-fix input + label:before {
  opacity: 0;
}
.item-star.active ~ .item-star label:after {
  opacity: 1;
}
.item-star.active ~ .item-star label:before {
  opacity: 0;
}
.add-comment__btn {
  margin-top: 20px;
  margin-bottom: 25px;
}
.add-comment__btn-wrapper {
  display: flex;
  justify-content: center;
}
.comment_reply {
  display: none;
}
@media screen and (max-width: 1200px) {
  .comment_reply {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .comment_reply {
    width: 70%;
  }
}
#page_cart .cart__modification {
  margin: 10px 0;
}
.stars {
  display: inline-flex;
  flex-direction: row-reverse;
  margin-bottom: 20px;
}
.item-star {
  width: 13px;
  height: 13px;
  position: relative;
  cursor: pointer;
}
.item-star input {
  opacity: 0;
}
.item-star label {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.item-star label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  transition: .2s;
  background-color: #bbb;
  -webkit-mask-image: url(/images/reviews/star-noactive-big.svg);
  mask-image: url(/images/reviews/star-noactive-big.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
}
.item-star label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/reviews/star-active-big.svg);
  background-size: cover;
  opacity: 0;
  transition: .2s;
}
.item-star input[type=radio],
.item-star input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}
.item-star.active-fix input + label::after {
  opacity: 1;
}
.item-star.active {
  display: block;
}
.item-star.active label::before {
  opacity: 0;
}
.item-star.active label::after {
  opacity: 1;
}
#error {
  color: #8d0e0e;
  font-size: 1.2rem;
  font-weight: 600;
  padding-bottom: 10px;
}
.clearFilter {
  margin-bottom: 5px;
  display: block;
  padding: 4px 5px 1px;
  cursor: pointer;
  color: #C40000;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color .2s ease-out;
}
.clearFilter:hover {
  border-bottom-color: #C40000;
}
.clearFilter__wrapper {
  display: flex;
  justify-content: flex-end;
}
.clearFilterAll {
  display: block;
  cursor: pointer;
  color: #C40000;
  font-size: 0.9rem;
  border-bottom: 1px dotted currentColor;
  transition: border-bottom-color .2s linear;
  align-self: center;
}
.clearFilterAll:hover {
  border-bottom-color: transparent;
}
.filter-buttons__wrapper {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.filter-buttons__submit {
  padding: 8px 12px;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1;
  display: flex;
  align-items: center;
}
header:not(.sticky) .hamburger {
  margin-bottom: 10px;
  margin-right: 8px;
}
.hamburger .line {
  width: 24px;
  height: 2px;
  background-color: #1b1b25;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}
#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}
#hamburger-1.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-6px) rotate(-45deg);
  -ms-transform: translateY(-6px) rotate(-45deg);
  -o-transform: translateY(-6px) rotate(-45deg);
  transform: translateY(-6px) rotate(-45deg);
}
#slinkytarget {
  width: 100%;
}
.slinky__wrapper {
  transform: translateX(100%);
  opacity: 0;
  transition: all .2s ease-in-out;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 0px;
  width: 100%;
  bottom: 0;
  min-height: 100vh;
  background-color: #ddd;
  z-index: 1000;
}
.slinky__wrapper svg {
  display: none;
}
.slinky__wrapper ul {
  padding-left: 0;
}
.slinky__wrapper .header-nav__item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.slinky__wrapper .header-nav__link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.slinky__wrapper .header-nav__link.city_select {
  flex-grow: 1;
  justify-content: unset;
  flex-direction: column;
  align-items: baseline;
  border: 0;
  padding: 20px 1em 19px 1em;
}
.slinky__wrapper .header-nav__link.city_select span {
  font-size: 13px;
  line-height: 15px;
  color: #C40000;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px dashed #C40000;
}
.slinky__wrapper .header-nav__link:hover &gt; span &gt; span {
  color: #C40000;
}
.slinky__wrapper #slinkytarget {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.slinky__wrapper .list {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  position: relative;
  left: 0%;
}
.slinky__wrapper .header-nav__sub-items {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: calc(80%);
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  z-index: 3;
  width: 100%;
  min-height: 100vh;
}
.slinky__wrapper .header-nav__sub-items.active {
  display: block;
}
.slinky__wrapper .header-nav__sub-item {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
}
.slinky__wrapper .header-nav__sub-item.active {
  display: block;
}
.slinky__wrapper .back {
  width: 100%;
  height: 50px;
  background-color: #f7f7f7;
}
.slinky__wrapper li {
  border-bottom: 1px solid #ddd;
}
.slinky__wrapper .next {
  flex-grow: 2;
}
.slinky__wrapper--show {
  transform: translateX(0%);
  opacity: 1;
}
@media (max-width: 991px) {
  .hamburger__btn {
    display: flex;
  }
  body .slinky__wrapper #slinkytarget {
    padding-top: 108px;
  }
  body.sticky .slinky__wrapper #slinkytarget {
    padding-top: 70px;
  }
}
@media (max-width: 1400px) {
  .container {
    width: 1350px;
    max-width: 100%;
  }
  .comparing-box {
    padding-left: 0;
  }
  .compare-container .swiper-button-next {
    right: 40px;
    bottom: -50px;
  }
  .compare-container .swiper-button-prev {
    position: absolute;
    left: 47px;
    bottom: -50px;
  }
  #gallery-item .information-about-tovar__features {
    flex-wrap: wrap;
  }
  #gallery-item .information-about-tovar__features-item {
    padding: 5px;
  }
  #gallery-item .information-about-tovar .line-buy {
    margin-top: 30px;
    padding-bottom: 20px;
  }
}
@media (max-width: 1200px) {
  header .search {
    max-width: 240px;
  }
  .header-nav__show-items {
    top: 41px;
  }
  .catalog-group-list__row .group_item {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  h1,
  .animate-1,
  .animate-2,
  .animate-3 {
    visibility: visible;
  }
  .hit-block .hit-list .hit-item {
    margin: 0 10px;
  }
  .map-block {
    max-width: calc(-222%);
  }
  #map {
    max-width: 100%;
  }
  table.shop_cart tbody tr td {
    padding: 10px;
  }
  table.shop_cart tbody tr td.photo .img {
    width: 80px;
    height: 80px;
  }
  .catalog-group-item {
    width: calc(25% - 7.5px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .catalog-group-item .name {
    font-size: 22px;
    line-height: 1.1;
  }
  .error-box__img {
    width: 400px;
  }
  .information-about-tovar {
    margin-left: 15px;
    width: calc(100% - 465px);
    max-width: none;
  }
  .images-about-tovar .big-img {
    max-width: 350px;
  }
  #gallery-item .delivery {
    display: none;
  }
  .tech-char-block .header {
    max-width: 170px;
    line-height: 1.2;
    left: -10px;
  }
  .city_selector__body-left {
    display: none;
  }
  .city_selector__body-right {
    width: 100%;
    padding: 0 15px;
    background: #fff;
  }
  .list_sity_box {
    max-height: 530px;
  }
  table.shop_cart {
    max-width: none;
    width: 100%;
  }
  .cart-list .itog_col {
    margin-left: 0;
    width: 100%;
    margin-top: 30px;
  }
  .cart-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .comparing-box .shop_item {
    margin-right: 0;
  }
  .compare_slider,
  .compare_slider_1 {
    max-width: 244px;
  }
  .shop_cart_compare_right {
    max-width: 488px;
  }
  header.sticky .header .inner-block .search {
    margin-left: 30px;
    margin-right: 30px;
  }
  .form-callback__fields {
    margin-right: 20px;
  }
  form.form-callback__form {
    padding: 30px 20px 30px;
  }
  .form-callback__help {
    margin-bottom: 30px;
  }
  form.form-callback__form:before {
    width: 700px;
    height: 400px;
  }
  .form-callback__file label {
    height: 48px;
  }
  form.form-callback__form:after {
    right: -40px;
  }
  .form-callback__politic-box {
    margin-right: 20px;
  }
  .form-callback__info:before {
    bottom: -15px;
  }
  table.table_itog tr th,
  table.table_itog tr td {
    padding: 15px !important;
  }
  table.table_itog tr th {
    white-space: nowrap;
  }
  .container {
    width: 960px;
  }
  nav.top-menu .list li a {
    padding: 10px;
  }
  header .header .inner-block .logo:before {
    left: 38px;
    width: 100px;
    height: 100px;
  }
  header .header .inner-block .list-wish a span,
  header .header .inner-block .compare a span,
  header .header .inner-block .cart a span {
    display: none;
  }
  header .search {
    width: 40%;
    margin-top: 0;
  }
  header .header .inner-block a .icon {
    margin-right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  header.sticky .list li a {
    padding: 15px;
  }
  .group_list .group_item_inner {
    padding: 15px;
  }
  .group_list .group_item_image {
    width: 150px;
  }
  #gallery-item .information-about-tovar {
    width: auto;
  }
  #gallery-item .information-about-tovar__features-icon {
    margin-right: 5px;
  }
  #gallery-item .information-about-tovar .top-line {
    margin-bottom: 15px;
  }
  #gallery-item .information-about-tovar .line-buy {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #gallery-item .information-about-tovar .line-buy .btn-block {
    margin-left: 10%;
  }
}
@media (max-width: 1024px) {
  .new-group__item {
    width: 240px !important;
  }
  .group_list .group_item_inner {
    padding: 10px;
  }
  .group_list .group_item_image {
    width: 100px;
  }
  #item_tab_chars .char-item {
    width: 100%;
  }
  .catalog-group-list__row .group_item_image {
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .container {
    width: 720px;
  }
  .sidebar.sidebar-block,
  .hit-block {
    display: none;
  }
  .content {
    width: 100%;
  }
  header i.icon {
    margin-right: 0;
  }
  header .inner-block {
    padding: 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #f7f7f7;
  }
  header .inner-block .sity-box {
    display: none;
  }
  header .logo {
    width: 23%;
    max-width: none;
    margin-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header .logo img {
    max-width: 130px;
  }
  header .phone-icon {
    margin-right: 0;
    line-height: 1;
  }
  header #little_cart a .icon {
    margin-right: 0;
  }
  header .search {
    width: 100%;
    position: fixed;
    right: 0;
    margin: 0;
    -webkit-transform: translateX(150%);
    transform: translateX(150%);
    padding: 8px 70px 8px 10px;
    background: #1b1b25;
    z-index: 5;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    top: 47px;
    max-width: none;
  }
  header .search.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  header .search-close {
    position: absolute;
    right: 0;
    color: #fff;
    font-size: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
  }
  header.sticky .header .inner-block {
    padding: 10px;
  }
  header.sticky .header .inner-block .btn-search {
    margin-right: auto;
  }
  header.sticky .header .cart,
  header.sticky .header .compare,
  header.sticky .header .header__contacts,
  header.sticky .header .list-wish {
    margin-top: 0;
  }
  header.sticky .header .header__contacts {
    margin-right: 20px;
  }
  header .header .inner-block .header__contacts,
  header .header .inner-block .list-wish,
  header .header .inner-block .cart,
  header .header .inner-block .compare,
  header .header .inner-block .cart,
  header .header .inner-block .btn-search {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  header .compare {
    margin-left: 10px;
  }
  header .logo {
    width: auto;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 20px;
  }
  header .hamburger__btn {
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  header.sticky .hamburger__btn {
    margin-bottom: 0;
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .filters_mobile {
    display: block;
  }
  .filters_mobile_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
  }
  nav.top-menu {
    display: none;
  }
  nav.top-menu ul.list {
    display: none;
  }
  header .header .inner-block .logo:before {
    left: 34px;
    width: 60px;
    height: 60px;
    top: -16px;
  }
  header.sticky .header .inner-block .logo {
    display: none;
  }
  .megapolis {
    display: block;
    padding: 0;
  }
  header .top-header .inner-block .header__contacts,
  .sity-box .ztooltip,
  .city_selector__title {
    display: none;
  }
  .city_selector {
    cursor: default;
    left: 0;
    top: 0;
    background: #fff;
    border-radius: 0;
    margin: 0;
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    width: 100%;
    height: 100%;
    max-height: 790px;
  }
  header .header .inner-block .header__contacts,
  header .header .inner-block .list-wish,
  header .header .inner-block .cart,
  header .header .inner-block .compare,
  header .header .inner-block .cart,
  header .header .inner-block .btn-search {
    margin-left: auto;
    margin-right: auto;
  }
  header .header .inner-block .btn-search {
    width: 25px;
    height: 25px;
  }
  .hamburger__btn {
    display: block;
  }
  .btn-search {
    display: block;
    width: 60px;
    height: 50px;
    background-color: transparent;
    background-image: url(/img/magnifying-glass.svg);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .btn-search:hover {
    background-color: #eaeaea;
  }
  .filters_mobile_btn {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 0.9rem;
    padding: 5px 20px;
    max-width: 140px;
    order: 1;
    width: 48%;
  }
  .filters_mobile_btn .icon {
    margin-right: 8px;
    display: flex;
  }
  .filters_mobile_btn .icon svg {
    fill: #fff;
    transition: fill .15s linear;
  }
  .filters_mobile_btn:hover .icon svg {
    fill: #C40000;
  }
  .sort-block {
    display: none;
  }
  .filters_mobile_box {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background: rgba(0,0,0,0.5);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: 7000;
    cursor: pointer;
  }
  .filters_mobile_box.show {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .filters_mobile_body {
    width: 74%;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    z-index: 7000;
  }
  .filters_mobile_body.show {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  .filters_mobile_body .header {
    -webkit-box-shadow: 0px 0px 3.84px 0.16px rgba(168,168,168,0.5);
    box-shadow: 0px 0px 3.84px 0.16px rgba(168,168,168,0.5);
    color: #444;
    padding: 12px 20px 15px;
    position: relative;
  }
  .filters_mobile_body .close {
    position: absolute;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
  }
  .filters_mobile_body .close svg {
    fill: #1b1b25;
  }
  .mobile_sort {
    margin-bottom: 0;
    margin-right: 20px;
    width: 100%;
  }
  .mobile_sort_select {
    background: #fff;
    color: #999;
    padding: 10px 10px;
    border: 1px solid #ddd;
    position: relative;
    -webkit-transition: border-color 0.5s;
    transition: border-color 0.5s;
    border-radius: 4px;
    cursor: pointer;
  }
  .mobile_sort_select:before {
    content: "";
    display: block;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-left: 6px solid #ddd;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    right: 9px;
  }
  .mobile_sort_select.open {
    border-bottom-color: transparent;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  .mobile_sort_select.open:before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  .mobile_sort_btns {
    border: 1px solid #ddd;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    display: none;
    border-top: 0;
  }
  .mobile_sort_btns &gt; div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mobile_sort_btns button {
    background: #fff;
    border: 0;
    color: #444;
    text-align: left;
    padding: 10px 10px;
    font-size: 1rem;
    cursor: pointer;
  }
  .mobile_sort_btns button:last-of-type {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .mobile_sort_btns button:hover {
    background: #C40000;
  }
  .mobile_sort_btns button:hover .sorting__item {
    color: #fff;
  }
  nav.top-menu ul.list li a {
    font-size: 0.9rem;
    padding: 0px 6px;
  }
  .apply_filter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 0 15px;
    height: 53px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .apply_filter input {
    background: #1b1b25;
    color: #fff;
    height: 33px;
    width: 125px;
    font-size: 1rem;
    border: 0;
  }
  .apply_filter .clear_filter {
    color: #1b1b25;
    border-bottom: 1px dotted #1b1b25;
    margin-left: 12px;
  }
  .filter {
    margin-bottom: 0;
    overflow: auto;
    max-height: calc(100vh - 100px);
  }
  footer .footer .inner-block .catalog,
  footer .footer .inner-block .for-customer {
    width: calc(50% - 10px);
  }
  footer .footer .inner-block .contacts {
    width: 200px;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sidebar .title-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 18px;
  }
  .title-section h2 {
    margin-bottom: 0;
  }
  .sidebar {
    width: 100%;
  }
  .title-section a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #1b1b25;
    white-space: nowrap;
    margin-left: 10px;
  }
  .title-section a span:before {
    -webkit-animation: animateLinkLine 1s infinite;
    animation: animateLinkLine 1s infinite;
  }
  .title-section a span {
    background: #1b1b25;
  }
  .cart-list .itog {
    margin-left: 0;
    margin-top: 0px;
  }
  table.shop_cart {
    width: 100%;
  }
  .cart-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .data-input__card {
    width: calc(33.33% - 10px);
    margin-right: 10px;
  }
  .data-input__card:last-of-type {
    margin-right: 0;
  }
  .data-input__card input {
    width: 100%;
    margin-right: 0;
  }
  .data-contact__card {
    margin-bottom: 40px;
  }
  .data-delivery__box .data-input__card {
    width: 100%;
    margin-right: 0;
  }
  .data-delivery__box .data-input__card:first-of-type {
    margin-right: 10px;
  }
  .data-delivery__card .data-input__card:first-of-type input {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .error-box__img {
    display: none;
  }
  .error-box__text {
    max-width: none;
    padding: 0;
  }
  .information-about-tovar {
    width: calc(100% - 335px);
  }
  .images-about-tovar .big-img {
    max-width: 320px;
    height: 320px;
  }
  .tech-char-block .content-char {
    width: calc(100% - 180px);
    margin-left: 180px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .full-menu__item .title {
    font-size: 1.2rem;
  }
  .shop_cart_compare_right {
    width: 100%;
    max-width: 420px;
  }
  .comparing-box .shop_item {
    min-width: 210px;
    max-width: 210px;
  }
  .compare_item {
    max-width: 210px;
    min-width: 210px;
  }
  .compare-container .swiper-button-prev,
  .compare-container .swiper-button-next {
    display: none;
  }
  .comparing-box {
    padding-left: 0;
  }
  form.form-callback__form {
    margin-left: 0;
  }
  form.form-callback__form:after,
  form.form-callback__form:before {
    display: none;
  }
  .block_slider_main .title-section .swiper-button-next,
  .block_slider_main .title-section .swiper-button-prev {
    display: none;
  }
  .images-about-tovar .swiper-button-next {
    left: auto;
    right: 0;
    top: auto;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    margin: 0;
    bottom: 22px;
  }
  .images-about-tovar .swiper-button-prev {
    left: 0;
    right: auto;
    top: auto;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    margin: 0;
    bottom: 22px;
  }
  .new-group__item {
    width: 200px !important;
  }
  .logo-menu a img {
    max-width: 150px;
  }
  header.sticky .header .hamburger__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 60px;
    height: 50px;
    padding: 0;
  }
  .phone-sity {
    padding: 0 20px;
  }
  .phone-sity .sity-box .city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 20px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
  }
  .phone-sity .sity-box .city .city_select {
    padding: 0;
    border-bottom: 0;
  }
  .phone-sity .sity-box .city &gt; div:nth-child(1) {
    white-space: nowrap;
  }
  .phone-sity .sity-box .city .city_parent {
    width: 100%;
  }
  .logo-menu {
    padding-top: 4px;
    height: 66px;
  }
  .logo-menu a {
    border: 0;
    display: inline-block;
  }
  .logo-menu a img {
    margin: 0 !important;
  }
  #full-menu {
    position: absolute;
    top: 55px;
    left: 0;
    bottom: 0;
    display: block;
    right: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: 0.4s linear;
    transition: 0.4s linear;
  }
  #full-menu &gt; .container {
    padding: 0 20px;
    width: 100%;
  }
  .full-menu__list {
    padding-top: 56px;
  }
  .full-menu__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  .full-menu__item .title {
    font-size: 1rem;
    color: #444;
    margin-bottom: 0;
  }
  .full-menu__item:last-of-type a {
    border-bottom: 0;
  }
  #full-menu.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  #full-menu .back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #1b1b25;
    position: absolute;
    left: 20px;
    top: 20px;
    cursor: pointer;
    transition: color .2s ease-out;
  }
  #full-menu .back:hover {
    color: #C40000;
  }
  #full-menu .back:hover .arr-back svg {
    fill: #C40000;
  }
  #full-menu .back .arr-back {
    margin-right: 10px;
  }
}
@media (max-width: 991px) and screen and (max-width: 425px) {
  .filters_mobile_body {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .filters_mobile_body {
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  .filter fieldset {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .main_group_list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  header .header .inner-block .logo:after {
    content: "";
    background: #ddd;
    display: block;
    width: 100%;
    top: 60px;
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
  }
  header .header .inner-block .phone {
    margin-left: 5px;
  }
  .brands__carousel {
    margin-left: 0;
    margin-right: 0;
  }
  #gallery-item .information-about-tovar__features {
    display: none;
  }
  .comment_reply {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .container {
    width: 540px;
  }
  footer .footer .inner-block .catalog .catalog-link li,
  footer .footer .inner-block .for-customer .list-link li,
  footer .footer .inner-block .contacts .link-contact .phone,
  footer .footer .inner-block .contacts .link-contact .mail {
    margin-bottom: 12px;
  }
  footer .footer .inner-block .contacts {
    width: 100%;
    margin-bottom: 3px;
  }
  footer .footer .inner-block .for-customer,
  footer .footer .inner-block .contacts,
  footer .footer .inner-block .catalog,
  footer .footer .inner-block .description {
    width: 100%;
    margin-bottom: 3px;
  }
  footer .footer .inner-block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 22px;
    padding-bottom: 26px;
  }
  .info-block .title {
    display: none;
  }
  .info-block .descr {
    font-size: 1rem;
  }
  .title-section h2 {
    font-size: 28px;
  }
  .title-section a {
    font-size: 1rem;
  }
  .adr-section .adr-list .adr-item .title {
    width: 100%;
    max-width: none;
    padding: 0;
    margin-bottom: 6px;
  }
  #map {
    height: 440px !important;
  }
  section.adr-section .h2 {
    font-size: 28px;
    margin-top: -3px;
  }
  .adr-section .adr-list .adr-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 16px 0 19px;
  }
  .adr-section .adr-list .adr-item:first-of-type {
    padding-top: 6px;
  }
  .adr-section .adr-list {
    margin-top: 0;
  }
  .cart-list .itog {
    padding-bottom: 25px;
  }
  .data-delivery__card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .data-delivery__box {
    max-width: none;
    margin-right: 0;
  }
  .data-delivery__text {
    max-width: none;
  }
  table.shop_cart thead {
    display: none;
  }
  table.shop_cart td.photo {
    position: absolute;
    top: 20px;
    left: 0;
    padding: 0;
  }
  table.shop_cart tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-left: 90px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  table.shop_cart td.name {
    width: 100%;
    padding: 0;
    padding-right: 30px;
    margin-bottom: 20px;
  }
  table.shop_cart td.cost {
    width: 100%;
    padding: 0;
    text-align: left;
  }
  table.shop_cart td.total-cost {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  table.shop_cart td.count {
    padding-left: 0;
  }
  table.shop_cart td.delete {
    position: absolute;
    right: 0;
    top: 20px;
    width: 26px;
    height: 26px;
    padding: 0;
  }
  table.shop_cart tr:last-of-type {
    border-bottom: 0;
  }
  table.shop_cart tbody {
    border-bottom: 0;
  }
  .cart-list .itog .title {
    font-size: 1.5rem;
  }
  .h3__card {
    font-size: 1.4rem;
  }
  table.shop_cart tbody tr td.name .title a {
    margin-bottom: 6px;
    display: inline-block;
  }
  .data-input__card input {
    font-size: 1rem;
  }
  .data-delivery__text p:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .catalog-group-item {
    width: calc(26.67%);
  }
  .catalog-group-item,
  .catalog-group-item:nth-child(4n) {
    margin-right: 10px;
  }
  .catalog-group-item:nth-child(3n) {
    margin-right: 0;
  }
  .information-about-tovar {
    width: calc(100% - 200px);
  }
  .images-about-tovar .big-img {
    max-width: 185px;
    height: 185px;
    width: 185px;
  }
  .images-about-tovar {
    height: 270px;
    width: 185px;
  }
  .images-about-tovar .swiper-button-next,
  .images-about-tovar .swiper-button-prev {
    width: 30px;
    height: 30px;
  }
  .images-about-tovar .swiper-button-next {
    right: -10px;
  }
  .images-about-tovar .swiper-button-prev {
    left: -10px;
  }
  .information-about-tovar .line-buy .price-block .price {
    font-size: 24px;
  }
  .information-about-tovar .line-buy {
    margin-top: 50px;
  }
  .tech-char-block .content-char {
    width: 100%;
    margin-left: 0;
    padding: 15px;
  }
  .tech-char-block .header {
    max-width: none;
    line-height: 1.2;
    left: 0;
    margin-bottom: 10px;
    top: 0;
    position: relative;
  }
  .city_selector .back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #C40000;
    font-size: 14px;
    line-height: 16px;
    position: absolute;
    left: 10px;
    top: 20px;
    padding: 10px;
    cursor: pointer;
  }
  .city_selector .back .arr-back {
    margin-right: 8px;
  }
  .city_selector .back .arr-back svg path {
    stroke: #C40000;
  }
  .sity_search_box {
    margin-top: 67px;
    margin-bottom: 20px;
  }
  .city_selector .close {
    width: 18px;
    height: 18px;
    top: 23px;
    right: 21px;
  }
  .city_selector .close svg {
    fill: #1b1b25;
    width: 18px;
    height: 18px;
  }
  .city_selector ul {
    -webkit-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 60px;
    column-gap: 60px;
    padding-left: 0;
  }
  .list_sity_box {
    max-height: calc(100vh - 230px);
  }
  .letter_group {
    margin-bottom: 0px;
  }
  .letter_group + .letter_group {
    margin-top: 26px;
  }
  .letter_group .letter {
    margin-bottom: 14px;
  }
  .top-header .sity-box {
    display: none;
  }
  .city_selector_fone {
    display: block;
    -webkit-transform: translate(100%);
    transform: translate(100%);
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
  }
  .city_selector_fone.show {
    -webkit-transform: translate(0%);
    transform: translate(0%);
  }
  .city_selector ul li {
    padding: 0;
  }
  .city_selector ul li + li,
  .megapolis li + li {
    margin-top: 8px;
  }
  .city_selector ul li a {
    font-weight: 500;
    color: #444;
    border: 0;
  }
  .city_selector ul li a:before {
    display: none;
  }
  .city_selector ul li:hover a {
    border-bottom: 0;
    background: transparent;
  }
  .city_selector ul li:hover {
    background: transparent;
  }
  .pagination {
    margin-top: 20px;
  }
  .shop_cart_compare_top .shop_cart_compare_left,
  .shop_cart_compare_top .shop_cart_compare_right {
    width: 100%;
  }
  .shop_cart_compare_top {
    padding-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .shop_cart_compare_left .title {
    padding-left: 0;
    padding-right: 0;
    margin-top: 20px;
  }
  .name_compare_for_mobile {
    display: block;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1;
  }
  .shop_cart_compare_bottom .shop_cart_compare_left {
    display: none;
  }
  .shop_cart_compare_right {
    width: 100%;
  }
  .name_property_compare,
  .value_property_compare {
    height: auto;
    padding: 7px 10px 0px;
    font-size: 1rem;
  }
  .compare_item {
    width: 50%;
  }
  .sity-box .ztooltip.active {
    display: none;
  }
  .full-menu__item,
  .full-menu__item:nth-child(5n) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }
  header.sticky .header .inner-block {
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  header.sticky .header .inner-block .compare,
  header.sticky .header .inner-block .list-wish,
  header.sticky .header .inner-block .cart {
    margin-top: 0;
    margin-bottom: 0;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header.sticky .header .inner-block .search {
    margin: 0;
    top: 50px;
  }
  .quickModal_form {
    margin: 20px 0;
    height: 363px;
  }
  .quickModal_form .success {
    padding: 30px 40px 40px;
  }
  .quickModal_header {
    font-size: 28px;
    padding: 10px 20px 14px;
    margin-bottom: 20px;
    margin-right: -20px;
    margin-left: -20px;
  }
  .quickModal_body {
    padding: 0 15px 20px;
  }
  .filter input.button[name="filter"] {
    display: block;
  }
  .form-callback__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0px;
  }
  form.form-callback__form {
    padding: 20px;
  }
  .form-callback__help {
    max-width: 310px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .form-callback__files {
    max-width: 310px;
  }
  .form-callback__field {
    margin-bottom: 10px;
  }
  .form-callback__info {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .form-callback__fields {
    margin-right: 0;
  }
  .form-callback__box-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 310px;
    margin: 0 auto;
  }
  .form-callback__politic-box {
    margin-top: 15px;
  }
  .form-callback__info:before {
    display: none;
  }
  .new-slider .card-list.swiper-wrapper,
  .sale-slider .card-list.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  table.table_itog tr {
    display: table-row;
    padding: 0;
  }
  .table_box {
    overflow: auto;
  }
  table.table_itog tr th,
  table.table_itog tr td {
    padding: 10px !important;
  }
  .catalog-group-list__row .group_item {
    width: 33%;
  }
  .news_list.full_list {
    grid-template-columns: 1fr 1fr;
  }
  #gallery-item .information-about-tovar {
    margin: 5px;
  }
  .mobile_sort {
    max-width: 140px;
  }
}
@media (max-width: 575px) {
  .container {
    width: 100%;
  }
  a,
  span {
    font-size: 0.9rem !important;
  }
  h2 {
    font-size: 1.2rem !important;
  }
  .breadcrumbs span {
    font-size: 0.7rem !important;
  }
  .btn {
    font-size: 0.8rem !important;
  }
  .politic,
  .politic a {
    font-size: 0.7rem !important;
  }
  footer .footer .inner-block .catalog {
    width: 100%;
    margin-right: 0;
  }
  footer .footer .inner-block .for-customer {
    width: 100%;
    margin-left: 0;
  }
  footer .footer-bottom .inner-block .dev {
    text-align: left;
    padding: 4px 20px 0px 36px;
  }
  footer .footer-bottom .inner-block .copiryte {
    padding: 7px 20px 9px;
  }
  footer .footer-bottom .inner-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  footer .footer-bottom {
    padding: 6px 0 7px;
  }
  footer .footer-bottom .inner-block .w33 {
    width: 100%;
  }
  .card-item .info .line-buy .price {
    font-size: 1rem;
  }
  footer .footer .inner-block {
    padding: 22px 20px 26px;
  }
  header .header .inner-block .logo {
    margin: 0px;
  }
  header .header .inner-block .logo:before {
    left: 53px;
  }
  header .header .inner-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .btn-search {
    right: 0;
  }
  .card-item {
    padding-top: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .card-item .img {
    height: 170px;
  }
  .card-item .info .line-buy {
    margin-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .card-item .info .line-buy .price-block {
    margin-bottom: 4px;
  }
  .card-item .info .line-1 {
    position: relative;
    padding-bottom: 6px;
  }
  table.shop_cart td.delete {
    top: 15px;
  }
  .data-input__card {
    width: 100%;
    margin-right: 0;
    margin-bottom: 14px;
  }
  .h3__card {
    margin-bottom: 14px;
  }
  .data-contact__card {
    margin-bottom: 14px;
  }
  .data-delivery__box .data-input__card:first-of-type {
    margin-right: 0;
  }
  .data-delivery__box .data-input__card {
    width: 100%;
  }
  .data-delivery__card .data-input__card:first-of-type input {
    margin-bottom: 0;
  }
  .data-delivery__text {
    padding-top: 2px;
  }
  .oformlenie-box__group {
    margin-bottom: 32px;
  }
  .politic-box {
    font-size: 0.8rem;
  }
  input[type="submit"].send-order {
    margin: 0 auto;
    font-size: 1rem;
  }
  .catalog-group-item {
    width: calc(45%);
  }
  .catalog-group-item:nth-child(odd) {
    margin-right: 5px;
    margin-left: 0;
  }
  .catalog-group-item:nth-child(even) {
    margin-left: 5px;
    margin-right: 0;
  }
  .catalog-group-item .name {
    font-size: 20px;
    height: 65px;
  }
  #text_404 {
    font-size: 160px;
  }
  .error-box__text .name {
    font-size: 40px;
  }
  #gallery-item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .information-about-tovar {
    width: 100%;
    margin-left: 0;
  }
  .images-about-tovar,
  .images-about-tovar .big-img {
    max-width: 100%;
  }
  .images-about-tovar .big-img {
    height: 320px;
    width: 320px;
  }
  .images-about-tovar {
    margin-bottom: 20px;
  }
  .information-about-tovar .line-buy {
    margin-top: 30px;
  }
  .city_selector ul {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
    margin: 0;
  }
  .city_selector .list_sity_box ul a.cityselect.animated-border-bottom.link-purple {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #656565;
  }
  .data-delivery__card .data-input__card input {
    width: 100%;
  }
  .comparing-box .card-item .line-buy {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .quickModal_form {
    height: 400px;
    width: 310px;
  }
  .quickModal_form .success {
    padding: 30px 30px 40px;
  }
  .quickModal_form .success_text {
    padding: 0;
  }
  .images-about-tovar {
    height: 400px;
    width: 100%;
    max-width: 320px;
  }
  .compare_slider,
  .compare_slider_1 {
    max-width: 50%;
  }
  .compare_item {
    max-width: 50%;
    min-width: 50%;
  }
  .compare_slider .shop_item,
  .compare_slider_1 .compare_item {
    min-width: 100%;
    max-width: 100%;
  }
  .comparing-box .shop_item {
    min-width: 50%;
    max-width: 50%;
  }
  table.shop_cart tbody tr td.photo {
    width: 80px;
  }
  table.shop_cart tbody tr td.name {
    width: 100%;
  }
  .new-group {
    display: block;
    padding-bottom: 0;
  }
  .new-group__item {
    width: inherit;
  }
  .new-group__item .img a img {
    width: auto;
  }
  .new-group__item .description {
    width: 100%;
  }
  .new-group .swiper-button-prev,
  .new-group .swiper-button-next {
    bottom: -75px;
  }
  .catalog-group-list__row .group_item {
    width: 50%;
  }
  .main_group_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
  .main_group_item {
    margin: 0px;
  }
  #gallery-item .information-about-tovar {
    max-width: 100%;
  }
}
@media (max-width: 360px) {
  .card-item {
    padding: 5px;
  }
  .images-about-tovar .big-img {
    height: 290px;
  }
  .images-about-tovar {
    height: 370px;
  }
  .images-about-tovar .swiper-button-next {
    right: 0;
  }
  .images-about-tovar .swiper-button-prev {
    left: 0;
  }
}
.form-cart__discount {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 30px;
  max-width: 990px;
  width: 75%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media screen and (max-width: 1200px) {
  .form-cart__discount {
    width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .form-cart__discount {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 600px) {
  .form-cart__discount {
    margin-bottom: 10px;
  }
}
.form-cart__discount-item {
  margin-bottom: 10px;
}
@media screen and (max-width: 991px) {
  .form-cart__discount-item {
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 600px) {
  .form-cart__discount-item {
    margin-bottom: 5px;
  }
}
.form-cart__promo-text {
  color: #bbb;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .form-cart__promo-text {
    font-size: 15px;
  }
}
.form-cart__promo-name {
  color: #656565;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 991px) {
  .form-cart__promo-name {
    font-size: 17px;
  }
}
@media screen and (max-width: 600px) {
  .form-cart__promo-name {
    font-size: 16px;
  }
}
.form-cart__promo-price {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  .form-cart__promo-price {
    font-size: 17px;
  }
}
.form-cart input {
  padding-top: 5px;
  outline: none;
  font-size: 16px;
}
.checkout__main-item {
  height: 50px;
}
.checkout__inputs-area {
  position: relative;
}
.checkout__promo-input {
  margin-bottom: 5px;
  padding-left: 20px;
  padding-right: 60px;
  border-radius: 4px;
  background-color: #f7f7f7;
  border: 3px solid transparent;
  text-transform: uppercase;
}
.checkout__contact-label {
  position: absolute;
  pointer-events: none;
  top: 10px;
  left: 22px;
  color: #1b1b25;
  font-size: 14px;
  font-weight: 400;
  z-index: 10;
  line-height: 30px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.checkout__promo-btn {
  position: absolute;
  right: 6px;
  top: 5px;
  height: 40px;
  width: 55px;
  border-width: 0px;
  border-radius: 4px;
  border: 3px solid transparent;
  background-color: #C40000;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  color: #fff;
  cursor: pointer;
  outline: none;
  font-size: 16px;
  line-height: 36px;
}
.checkout__promo-btn:hover {
  border-color: #C40000;
  background-color: transparent;
  color: #C40000;
}
.checkout__basket-promo {
  display: flex;
  margin-bottom: 25px;
}
.checkout__promo-btn--clear-promo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.checkout__promo-btn--clear-promo svg {
  fill: #fff;
  transition: fill .15s linear;
}
.checkout__promo-btn--clear-promo:hover svg {
  fill: #C40000;
}
.checkout__basket-promo-error {
  margin-top: 15px;
  color: #444;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}
.checkout__contact-input:focus ~ .checkout__contact-label,
.checkout__contact-input.focus ~ .checkout__contact-label {
  top: -5px;
  font-size: 12px;
}
.contentpr {
  padding-top: 3%;
  padding-bottom: 20px;
}
table {
  width: 100%;
}
table th {
  text-align: inherit;
}
table:not(.shop_cart) thead {
  background: #C40000;
  color: #fff;
}
table td,
table th {
  padding: 8px 12px;
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  table td,
  table th {
    font-size: 0.9rem;
  }
}
table:not(.shop_cart) tbody tr:nth-child(even) {
  background: #f7f7f7;
}
table[border='1'] {
  border: 1px solid #656565;
}
table[border='1'] thead {
  border: 1px solid #656565;
  border-bottom: 0;
}
table[border='1'] td,
table[border='1'] tr,
table[border='1'] th {
  border: 0;
}
@media (max-width: 425px) {
  .container {
    padding: 0 10px;
  }
  body.sticky .slinky__wrapper #slinkytarget {
    padding-top: 50px;
  }
  header .header .inner-block .search {
    top: 50px;
  }
  .shop_item.card-item {
    margin-bottom: 0px;
    padding: 5px;
    padding-bottom: 15px;
    width: 100%;
    max-width: -webkit-fill-available;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .shop_item.card-item .img {
    height: 160px;
    margin-right: 6px;
  }
  .shop_item.card-item .img a {
    width: 120px;
  }
  .shop_item.card-item .info {
    padding-top: 0;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    padding-right: 10px;
  }
  .shop_item.card-item .item-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
  .shop_group__description p {
    font-size: 0.9rem;
  }
}
@media (max-width: 375px) {
  .main_group_item {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  header .header .inner-block .logo {
    width: 100%;
  }
  header .header .inner-block .search {
    top: 45px;
  }
  .news_list.full_list {
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
    padding: 0px;
  }
  #gallery-item .information-about-tovar {
    margin: 0;
  }
  #gallery-item .information-about-tovar .top-line {
    margin-bottom: 10px;
  }
  #gallery-item .information-about-tovar .line-buy {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  #gallery-item .information-about-tovar .add-cart {
    padding-left: 2em;
    padding-right: 2em;
  }
}
@media (max-width: 320px) {
  header .header .inner-block .logo {
    width: 100%;
  }
  header .header .inner-block .search {
    max-width: 310px;
  }
  .shop_item.card-item .img a {
    width: 95px;
  }
  #gallery-item .images-about-tovar {
    margin-left: 0;
  }
}
.politic {
  font-size: 0.8rem;
}
.politic a {
  border-bottom: 1px solid #C40000;
  transition: border-bottom-color .15s linear;
}
.politic a:hover {
  border-bottom-color: transparent;
}
.cheaper-caller {
  font-size: 0.9rem;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color .15s linear;
}
.cheaper-caller:hover {
  border-bottom-color: currentColor;
}
.in-store {
  display: flex;
  align-items: center;
  line-height: 1;
}
.in-store__icon {
  margin-right: 5px;
}
.in-store__text {
  font-size: 0.9rem;
  line-height: 1;
  color: #bbb;
}
.in-store + .cheaper-caller {
  margin-left: 2rem;
}
@media screen and (max-width: 991px) {
  .in-store + .cheaper-caller {
    margin-left: 1rem;
  }
}
.swiper-button-next,
.swiper-button-prev {
  border: 2px solid transparent;
  transition: background-color 0.3s linear, border-color 0.3s linear;
  background-color: #eaeaea;
}
.swiper-button-next svg,
.swiper-button-prev svg {
  fill: #444;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  background-color: transparent;
  border-color: #eaeaea;
}
#sizes .modal-form {
  max-width: 830px;
  padding: 2% 3% 4%;
}
#sizes .modal-form__title {
  margin-bottom: 15px;
}
.modal-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 370px;
  width: calc(100% - 30px);
  max-width: 570px;
  background: #fff;
  padding: 3% 4% 4%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modal-form {
    padding: 1rem 2rem 3rem;
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  .modal-form {
    width: 80%;
  }
}
@media screen and (max-width: 425px) {
  .modal-form {
    width: 98%;
  }
}
.modal-form__fone {
  display: none;
  background: rgba(0,0,0,0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
}
.modal-form__wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-form__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.modal-form__close svg {
  fill: #ddd;
  transition: fill .2s linear;
}
.modal-form__close:hover svg {
  fill: #C40000;
}
.modal-form__title {
  color: #1b1b25;
  margin-bottom: 2px;
  font-weight: 500;
  margin-left: -20px;
  margin-right: -20px;
  text-align: center;
  font-size: 24px;
  margin-top: 0;
}
.modal-form__description {
  color: #656565;
  margin-bottom: 22px;
  text-align: center;
  margin-top: 0;
}
.modal-form__input-area {
  position: relative;
  margin-bottom: 13px;
}
.modal-form__input {
  padding: 24px 12px 12px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-left: 15px;
  color: #444;
  max-height: 54px;
  font-size: 15px;
}
.modal-form__input:focus ~ .modal-form__label,
.modal-form__input:valid ~ .modal-form__label {
  font-size: 0.8rem;
  top: 5px;
}
.modal-form__input[type='tel']:hover ~ .modal-form__label,
.modal-form__input[type='phone']:hover ~ .modal-form__label {
  font-size: 0.8rem;
  top: 5px;
}
.modal-form__input-textarea {
  padding: 24px 12px 12px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding-left: 15px;
  color: #444;
  min-height: 120px;
  resize: none;
  font-size: 15px;
}
.modal-form__input-textarea:focus ~ .modal-form__label,
.modal-form__input-textarea:valid ~ .modal-form__label,
.modal-form__input-textarea.focus ~ .modal-form__label {
  font-size: 0.8rem;
  top: 5px;
}
.modal-form__label {
  position: absolute;
  left: 16px;
  top: 20px;
  font-size: 1rem;
  font-weight: 300;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  color: #999;
}
.modal-form__submit {
  align-self: center;
}
@media screen and (max-width: 768px) {
  .modal-form__submit {
    padding: 12px 36px;
  }
}
.modal-form__success-text {
  margin: 30px 0;
  color: #444;
  font-size: 1.2rem;
}
.modal-form .file-field &gt; p {
  font-size: 0.8rem;
  font-weight: 300;
  padding-left: 15px;
  margin-bottom: 10px;
}
.modal-form .file-resume {
  border: 1px solid #c4c4c4;
  padding: 12px 15px;
  margin-bottom: 18px;
}
.modal-form .file-resume .filename {
  background: transparent;
  border: none;
}
.modal-form .file-resume #file {
  opacity: 0;
  position: absolute;
  z-index: -5;
}
.modal-form .file-resume label span {
  display: inline-block;
  background: #C40000;
  color: #fff;
  width: 130px;
  text-align: center;
  line-height: 35px;
  height: 35px;
  border: 1px solid #C40000;
  cursor: pointer;
  transition: .3s;
  font-size: 12px;
  font-weight: 300;
  margin-right: 20px;
  border-radius: 4px;
}
.modal-form__backgrop-transparent {
  display: none;
  background: rgba(0,0,0,0.2);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9000;
}
.modal-form__backgrop-transparent--show {
  display: block;
}
.review {
  display: flex;
  align-items: center;
}
.review__grades {
  display: flex;
  margin-right: 5px;
}
.review__grades-item {
  position: relative;
  width: 13px;
  height: 13px;
  margin-right: 1px;
}
.review__grades-item::before,
.review__grades-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.review__grades-item::before {
  background-color: #bbb;
  -webkit-mask-image: url(/images/reviews/star-noactive-big.svg);
  mask-image: url(/images/reviews/star-noactive-big.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
}
.review__grades-item::after {
  background-image: url(/images/reviews/star-active-big.svg);
  opacity: 0;
}
.review__grades-item[data-grade]::after {
  opacity: 1;
}
.review__grades-item[data-grade]::before {
  opacity: 0;
}
.review__grades-counter {
  margin-left: 4px;
  font-weight: 300;
  font-size: 0.9rem;
}
.review__text {
  line-height: 1;
  border-bottom: 1px dotted currentColor;
  cursor: pointer;
  transition: border-bottom-color .15s linear;
}
.review__text:hover {
  border-bottom-color: transparent;
}
.new-item .date {
  color: #999;
  font-size: 0.9rem;
  margin-bottom: 5px;
  font-weight: 300;
}
.new-item .content_text img {
  float: left;
  margin: 0 15px 10px 0;
}
.new-item .content_text p:last-of-type {
  margin-bottom: 1.5rem;
}
.filters_mobile_box .filter-buttons__wrapper {
  padding-bottom: 50px;
}
.review__grades .review__grades-item[data-dole]:after {
  opacity: 1;
  background-position-x: 0;
}
.filter_next_items {
  display: none;
}
.filter_shownext {
  margin-bottom: 5px;
}
.filter_shownext span {
  color: #C40000;
  font-size: 0.8rem;
  display: inline-block;
  border-bottom: 1px dashed currentColor;
  cursor: pointer;
  transition: border-bottom-color .15s linear;
}
.filter_shownext span:hover {
  border-bottom-color: transparent;
}
.filter_shownext {
  padding: 5px 0 10px;
  margin-bottom: 4px;
}
.filter_shownext__text {
  padding-top: 2px;
}
.filter_shownext__counter {
  cursor: auto;
  color: #999;
  border-bottom-color: transparent;
}
.filter_shownext span.filter_shownext__counter {
  cursor: auto;
  color: #999;
  border-bottom-color: transparent;
}
.view-list .card-item {
  width: 100%;
  max-width: none;
  display: grid;
  grid-template-columns: 226px 1fr;
  margin-right: 0px;
  grid-gap: 15px;
}
.card-list:not(.view-list) .card-item .shop_item_description {
  display: none;
}
.card-list.view-minilist {
  display: grid;
  grid-template-columns: 1fr;
}
.card-list.view-minilist .card-item .img {
  display: none;
}
.card-list.view-list .card-item .info .line-1,
.card-list.view-minilist .card-item .info .line-1 {
  padding: 0px;
}
.card-list.view-minilist .card-item .info .line-1 {
  grid-area: line;
}
.shop_item_rest_rating {
  grid-area: rest_rating;
}
.card-list.view-minilist .info {
  grid-template-areas: "line line line line line" "item_title item_title item_title item_title item_title" "rest_rating rest_rating . line_buy line_buy";
  display: grid;
  grid-auto-columns: minmax(100px,auto);
}
.card-list.view-minilist .shop_item_rest_rating {
  grid-area: rest_rating;
  margin-bottom: 0px;
  margin-top: 0;
}
.card-list.view-minilist .card-item .info .line-buy .price {
  line-height: 32px;
}
.card-item .info .line-buy {
  grid-area: line_buy;
}
.card-item .info .title {
  grid-area: item_title;
}
.select-mod__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.select-mod__wrapper &gt; span {
  text-align: center;
  margin-right: 15px;
  margin-bottom: 15px;
}
.select-mod__wrapper &gt; span &gt; input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.select-mod__wrapper &gt; span &gt; input + label {
  padding: 8px 10px;
  border-radius: 3px;
  transition: all 0.3s;
  display: block;
  position: relative;
  border: 1px solid #ddd;
}
.select-mod__wrapper &gt; span &gt; input + label::before {
  display: block;
  content: '';
  z-index: 1;
  position: absolute;
  transition: all 0.3s;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  border: 1px solid transparent;
}
.select-mod__wrapper &gt; span &gt; input:checked + label::before {
  border: 1px solid #C40000;
}
.select-mod__wrapper &gt; span:hover input + label,
.select-mod__wrapper &gt; span input:checked + label {
  border-color: #C40000;
}
.select-mod__wrapper &gt; span &gt; input:disabled + label {
  background: #f7f7f7;
  border: 1px solid #eaeaea;
  cursor: default;
}
.prop-title {
  margin-bottom: 3px;
}
.color-selector,
.prop-selector {
  display: flex;
  margin-bottom: 10px;
}
.color-selector .color-item,
.prop-selector .color-item {
  width: 40px;
  height: 40px;
  display: inline-block;
  background-size: 32px;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.3s;
  border: 1px solid transparent;
  cursor: pointer;
}
.color-selector .color-item:hover,
.color-selector .color-item.active,
.prop-selector .color-item:hover,
.prop-selector .color-item.active {
  border: 1px solid #C40000;
}
.color-selector .color-item[data-enabled="false"],
.prop-selector .color-item[data-enabled="false"] {
  opacity: 0.5;
  cursor: default;
}
.color-selector + .select-mod__wrapper,
.prop-selector + .select-mod__wrapper {
  display: none !important;
}
.prop-selector .prop-item {
  padding: 8px 10px;
  border-radius: 3px;
  transition: all 0.3s;
  display: inline-block;
  position: relative;
  border: 1px solid #ddd;
  cursor: pointer;
  margin-right: 6px;
  margin-bottom: 6px;
}
.prop-selector .prop-item:hover,
.prop-selector .prop-item.active {
  border: 1px solid #C40000;
}
.prop-selector .prop-item[data-enabled="false"] {
  opacity: 0.5;
  cursor: default;
}
.price_amount {
  font-weight: 700;
}
.extended-filters-sorting {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.protip-content p {
  margin-bottom: 0;
}
.protip-content .protip-close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}
.protip-content .protip-close svg {
  transition: fill .15s linear;
}
.protip-content .protip-close:hover svg {
  fill: #C40000;
}
.protip-container {
  z-index: 7010;
  border: 1px solid #ddd;
}
.protip-skin-default--scheme-white[data-pt-position="right-top"] .protip-arrow,
.protip-skin-default--scheme-white[data-pt-position="right"] .protip-arrow,
.protip-skin-default--scheme-white[data-pt-position="right-bottom"] .protip-arrow {
  border-right-color: #ddd !important;
}
.protip-skin-default--scheme-white[data-pt-position="top-left"] .protip-arrow,
.protip-skin-default--scheme-white[data-pt-position="top"] .protip-arrow,
.protip-skin-default--scheme-white[data-pt-position="top-right"] .protip-arrow {
  border-top-color: #ddd !important;
}
.view-toggle {
  display: flex;
  align-items: center;
}
.view-toggle__type {
  margin: 0px 3px;
  padding: 4px;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color .15s linear;
  border-radius: 4px;
}
.view-toggle__type &gt; i {
  background-image: url(/images/sprite-sorting_types.png);
  width: 16px;
  height: 16px;
  display: block;
}
.view-toggle__type--current {
  background-color: #C40000;
}
.view-toggle__type:hover {
  border-color: #C40000;
}
.view-toggle__type[data-typeview="grid"] &gt; i {
  background-position: -31px -80px;
}
.view-toggle__type[data-typeview="grid"].view-toggle__type--current &gt; i {
  background-position-y: -96px;
}
.view-toggle__type[data-typeview="list"] &gt; i {
  background-position: 0px 16px;
}
.view-toggle__type[data-typeview="list"].view-toggle__type--current &gt; i {
  background-position-y: 0px;
}
.view-toggle__type[data-typeview="minilist"] &gt; i {
  background-position: -64px 16px;
}
.view-toggle__type[data-typeview="minilist"].view-toggle__type--current &gt; i {
  background-position-y: -96px;
}
.documents {
  display: flex;
  flex-wrap: wrap;
}
.documents__text {
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.documents__item {
  display: flex;
  margin-bottom: 25px;
  margin-right: 20px;
  width: calc(25% - 20px);
}
@media screen and (max-width: 991px) {
  .documents__item {
    width: calc(33% - 15px);
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .documents__item {
    width: calc(50% - 15px);
    margin-right: 15px;
  }
}
.documents__item:before {
  content: "";
  display: block;
  width: 40px;
  height: 46px;
  background-size: cover;
  margin-right: 30px;
  flex-shrink: 0;
}
@media screen and (max-width: 991px) {
  .documents__item:before {
    margin-right: 10px;
  }
}
.documents__item:hover .documents__name {
  border-color: #C40000;
}
.documents__item.pdf::before {
  background-image: url(/images/files/pdf.svg);
}
.documents__item.png::before {
  background-image: url(/images/files/png.svg);
}
.documents__item.doc::before,
.documents__item.docx::before {
  background-image: url(/images/files/doc.svg);
}
.documents__item.xlsx::before {
  background-image: url(/images/files/xls.svg);
}
.documents__item.jpg::before {
  background-image: url(/images/files/jpg.svg);
}
.documents__name {
  border-bottom: 1px solid transparent;
  transition: .3s;
  line-height: 1.2;
  margin-bottom: 5px;
  color: #C40000;
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  .documents__name {
    font-size: 0.9rem;
  }
}
.documents__descr {
  margin-top: auto;
  color: #656565;
  font-weight: 300;
  font-size: 1rem;
}
@media screen and (max-width: 991px) {
  .documents__descr {
    font-size: 0.9rem;
  }
}
.request__form {
  margin-bottom: 2rem;
}
.request__form.narrow {
  max-width: 500px;
}
.request__comments {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .request__comments {
    flex-direction: column;
  }
}
.request__comment {
  flex: 0 0 49%;
  padding: 15px;
  border: 1px solid #ddd;
  margin-bottom: 1rem;
  background: #fff;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .request__comment {
    flex: auto;
    width: 100%;
  }
}
.request__comment-text {
  margin-bottom: 10px;
}
.request__comment-text.overflowed {
  max-height: 115px;
  transition: max-height 0.3s;
  overflow: hidden;
}
@media screen and (max-width: 991px) {
  .request__comment-text.overflowed {
    max-height: 80px;
  }
}
.request__comment-date {
  color: #999;
  margin-bottom: 5px;
}
.request__comment .more_comments {
  color: #C40000;
  border-bottom: 1px dotted rgba(196,0,0,0.5);
  transition: all 0.3s;
  cursor: pointer;
}
.request__comment .more_comments:hover {
  border-bottom: 1px dotted transparent;
}
.request__comment-heading {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.request__comment-reviewer {
  display: flex;
  align-items: center;
}
.request__reviewer-name {
  font-size: 1.2rem;
  color: #1b1b25;
  font-weight: 500;
}
.grd label.star {
  background: url(/images/reviews/star-noactive-big.svg) center no-repeat;
  cursor: pointer;
  width: 15px;
  height: 15px;
  background-size: contain;
}
.stars.small_star {
  display: flex;
  margin: 0px 2px !important;
  flex-direction: row-reverse;
  margin-left: 15px !important;
  margin-bottom: 3px !important;
}
.stars.small_star .star {
  margin: 0px 2px;
}
.star.active,
.star.active ~ .star {
  background: url(/images/reviews/star-active-big.svg) center no-repeat !important;
  background-size: contain !important;
}
.stars.small_star .star input {
  display: none;
}
.public-comment {
  display: grid;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .public-comment {
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width: 768px) {
  .public-comment {
    grid-template-columns: repeat(1,1fr);
  }
}
.public-comment .comment-item {
  border: 1px solid #ddd;
  border-radius: 4px;
  margin: 0;
  padding: 16px;
}
.public-comment .comment-item .name-grade {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.public-comment .comment-item .name-grade .name {
  font-size: 1rem;
  color: #1b1b25;
  font-weight: 500;
  margin-right: 12px;
}
.public-comment .comment-item .name-grade .grades {
  margin-bottom: 2px;
}
.public-comment .comment-item .date {
  font-size: 0.8rem;
  margin-bottom: 8px;
  color: #999;
}
.accordion {
  display: flex;
  flex-direction: column;
}
.accordion__close {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform .2s ease-in-out;
  transform: rotate(45deg);
}
.accordion__card {
  background: #f7f7f7;
  margin-bottom: 10px;
  border-radius: 4px;
}
.accordion__card--opened .accordion__close {
  transform: rotate(0deg);
}
.accordion__header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 20px;
  transition: background-color .1s linear;
}
@media screen and (max-width: 991px) {
  .accordion__header {
    padding: 15px;
  }
}
@media screen and (max-width: 600px) {
  .accordion__header {
    padding: 10px;
  }
}
.accordion__header &gt; p {
  margin-right: 20px;
  margin-bottom: 0;
  color: #444;
  font-size: 1.1rem;
}
.accordion__header:hover {
  background-color: #eaeaea;
  border-radius: 4px;
}
.accordion__card-body &gt; p:last-of-type {
  margin-bottom: 0;
}
.accordion__card-body ol {
  padding-left: 25px;
  padding-bottom: 25px;
}
.accordion__collapse {
  display: none;
  padding: 25px;
}
@media screen and (max-width: 991px) {
  .accordion__collapse {
    padding: 15px;
  }
}
@media screen and (max-width: 600px) {
  .accordion__collapse {
    padding: 10px;
  }
}
.style_block {
  padding: 16px;
  border: 1px solid #ddd;
}
.style_block:hover {
  border: solid 1px #ddd;
  box-shadow: 0px 0px 15px 2px rgba(150,150,150,0.2);
}
.style_block_shadow {
  transition: .3s linear;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.flex-3 .flex-item:nth-child(3n + 1) {
  margin-left: 0;
}
.flex-3 .flex-item {
  width: calc(33% - 13.33px);
}
.flex .flex-item {
  margin: 0 10px 20px;
}
.vacancy__button {
  max-width: 220px;
  text-align: center;
}
.sotrudnik_group {
  margin-bottom: 5%;
}
.sotrudnik_group p.title {
  color: #1b1b25;
  font-weight: 500;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}
.sotrudnik_item {
  padding: 0;
  max-width: 270px;
}
.sotrudnik_item.boss {
  max-width: none;
  display: flex;
}
.sotrudnik_item.boss .img {
  flex-shrink: 0;
  margin-bottom: 0;
}
.sotrudnik_item.boss .sotrudnik_info {
  text-align: left;
  padding-left: 30px;
}
.sotrudnik_info {
  text-align: center;
  padding: 16px;
  cursor: default;
}
.sotrudnik_item .name {
  font-size: 1.2rem;
  color: #1b1b25;
  font-weight: 500;
}
.sotrudnik_item .status {
  font-size: 1rem;
  color: #bbb;
  margin-bottom: 10px;
}
.sotrudnik_item .description {
  color: #656565;
  font-weight: 300;
}
.sotrudnik_item .email a {
  border-bottom-color: transparent;
  margin-bottom: 5px;
  display: inline-block;
}
.sotrudnik_item .phone a {
  color: #656565;
  border-bottom: 0;
}
.sotrudnik_item .soc a {
  border-bottom: 0;
  margin: 0 4px;
}
.sotrudnik_item .soc a svg {
  transition: .2s linear;
}
.sotrudnik_item .soc a:hover svg {
  fill: #022c4e;
}
.sotrudnik_item .soc {
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .sotrudnik_item:not(.boss) {
    width: calc(33.33% - 6.66px);
    margin: 0 5px;
  }
  .sotrudnik_item:not(.boss):nth-child(3n + 1) {
    margin-left: 0;
  }
  .sotrudnik_item:not(.boss):nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .sotrudnik_block .sotrudnik_item:not(.boss) {
    width: calc(50% - 10px);
    margin: 0 5px 15px;
  }
  .sotrudnik_block .sotrudnik_item:not(.boss):nth-child(odd) {
    margin-left: 0;
  }
  .sotrudnik_block .sotrudnik_item:not(.boss):nth-child(even) {
    margin-right: 0;
  }
  .sotrudnik_item.boss .sotrudnik_info {
    padding-left: 15px;
  }
}
@media (max-width: 575px) {
  .sotrudnik_item.boss {
    flex-direction: column;
  }
  .sotrudnik_info {
    padding: 10px;
  }
}
@media (max-width: 370px) {
  .sotrudnik_block .sotrudnik_item:not(.boss) {
    width: 100%;
    margin: 0 0 15px;
  }
  .sotrudnik_block {
    justify-content: center;
  }
}
.galery-group {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-top: 5%;
}
.galery-group .galery-item {
  margin-bottom: 3.5%;
  position: relative;
  max-width: 268px;
}
.galery-group .galery-item .underfone {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
}
.galery-group .galery-item .underfone img {
  position: absolute;
  transition: .4s;
}
.galery-group .galery-item .item {
  position: relative;
}
.galery-group .galery-item .item a {
  display: inline-block;
  border: 0;
}
.galery-group .galery-item .item a img {
  border-radius: 4px;
}
.galery-group .galery-item .item .totalitems {
  position: absolute;
  z-index: 10;
  right: -3px;
  top: 10px;
  background: #C40000;
  color: #fff;
  padding: 3px 16px;
  border-radius: 4px;
}
.galery-group .galery-item .name {
  color: #222;
  border-bottom: 0;
  margin-top: 15px;
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 10px;
  text-align: center;
  line-height: 1.4;
  position: relative;
  width: 100%;
}
.galery-group .galery-item:hover .name {
  color: #C40000;
}
.galery-group .galery-item:hover .item a img {
  transform: translateY(-10px);
}
.galery-group .galery-item .item a img {
  transition: .5s;
}
.galery-group .galery-item:hover .underfone img:nth-child(1) {
  transform: rotate(8deg);
}
.galery-group .galery-item:hover .underfone img:nth-child(2) {
  transform: rotate(4deg);
}
.galery-group .galery-item:hover .underfone img:nth-child(3) {
  transform: rotate(-8deg);
}
.galery-group .galery-item:hover .underfone img:nth-child(4) {
  transform: rotate(-4deg);
}
.element-item {
  overflow: hidden;
  display: block;
  margin: 7px;
  border: 0;
  width: calc(33% - 14px);
}
.element-item:hover {
  border: none;
}
.element-item img {
  width: 100%;
  display: block;
}
.elements-gride {
  display: flex;
  flex-wrap: wrap;
}
a.element-item.persent-size img {
  transition: 1s;
}
a.element-item.persent-size:hover img {
  transform: scale(1.2);
}
.license_page .license_list {
  display: flex;
  flex-wrap: wrap;
}
.license_page .license_list .license_item {
  width: calc(25% - 30px);
  margin-right: 30px;
  margin-bottom: 30px;
}
.license_page .license_list .license_item:nth-child(4n) {
  margin-right: 0;
}
@media (max-width: 575px) {
  .license_page .license_list .license_item:nth-child(4n) {
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .license_page .license_list .license_item:nth-child(3n) {
    margin-right: 15px;
  }
}
@media (max-width: 575px) {
  .license_page .license_list .license_item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .license_page .license_list .license_item {
    width: calc(50% - 7.5px);
    margin-right: 15px;
    margin-bottom: 15px;
  }
}
.license_page .license_list .license_item a {
  display: grid;
  border: none;
  position: relative;
}
.license_page .license_list .license_item a img {
  transform: translate3d(0,0,0);
}
.license_page .license_list .license_item a:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transition: .3s;
  position: absolute;
}
.license_page .license_list .license_item a:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  transition: transform .5s, opacity .3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%) scale(0.3);
  background: url(/images/search1.svg) center no-repeat;
  background-size: cover;
  opacity: 0;
}
.license_page .license_list .license_item a:hover:before {
  background: rgba(0,0,0,0.2);
}
.license_page .license_list .license_item a:hover:after {
  opacity: 1;
  transform: translate(-50%,-50%) scale(1);
}
@media (max-width: 991px) {
  .license_page .license_list .license_item {
    width: calc(33% - 20px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .license_page .license_list .license_item:nth-child(3n) {
    margin-right: 0;
  }
  .license_page .license_list .license_item:nth-child(4n) {
    margin-right: 20px;
  }
}
.contacts-page {
  display: flex;
  flex-direction: column;
}
.contacts-page__map {
  height: 400px;
  background-color: #f7f7f7;
  position: relative;
}
.contacts-page__contact {
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 991px) {
  .contacts-page__contact {
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .contacts-page .modal-form {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 991px) {
  .contacts-page .modal-form {
    width: initial;
    align-self: center;
  }
}
.contacts-page__map {
  cursor: pointer;
}
.contact-info {
  background: #fff;
  display: flex;
  flex-direction: column;
  margin-top: -72px;
  margin-left: 68px;
  padding: 26px 30px 90px;
  box-shadow: 0px 3px 7.76px 0.24px rgba(149,149,149,0.55);
  order: -1;
  z-index: 10;
}
@media screen and (max-width: 1024px) {
  .contact-info {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 575px) {
  .contact-info {
    margin-left: 0px;
    margin-right: 0px;
    padding-bottom: 15px;
  }
}
.contact-info &gt; p {
  position: relative;
  padding-left: 40px;
  margin-bottom: 24px;
}
.contact-info &gt; p span.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-top: 0px;
  position: absolute;
  left: 0;
}
.contact-info &gt; p span {
  fill: #C40000;
  max-width: 80px;
}
.contact-info &gt; p.tel {
  font-size: 18px;
  font-weight: 500;
}
.contact-info &gt; p.tel a {
  color: #555;
  border-bottom: 0;
}
.contact-info &gt; p.tel:before {
  background-size: 100%;
  background: url(/images/phone-call.svg) center no-repeat;
}
.contact-info &gt; p.mail {
  font-size: 18px;
}
.contact-info &gt; p.mail:before {
  background-size: 100%;
  background: url(/images/mail.svg) center no-repeat;
}
.contact-info &gt; p.clock:before {
  background-size: 100%;
  background: url(/images/clock.svg) center no-repeat;
}
.contact-info .rekvizit {
  padding-left: 46px;
}
.contact-info .rekvizit .title {
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .contact-info .rekvizit {
    padding-left: 0;
  }
}
@-webkit-keyframes showSlightlyOpacity {
  100% {
    opacity: 1;
  }
}
@keyframes showSlightlyOpacity {
  100% {
    opacity: 1;
  }
}
.df {
  display: flex;
}
.flex {
  display: flex;
}
.df-sb {
  display: flex;
  justify-content: space-between;
}
.df_jc-sb_ai-c_fw-w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.w-100 {
  width: 100%;
}
.mt-a {
  margin-top: auto;
}
.mb-10 {
  margin-bottom: 12px;
}
.gutter-top-medium {
  margin-top: 1.5rem;
}
.gutter-right-big {
  margin-right: 3rem;
}
@media screen and (max-width: 991px) {
  .gutter-right-big {
    margin-right: 1.5rem;
  }
}
@media screen and (max-width: 600px) {
  .gutter-right-big {
    margin-right: 1rem;
  }
}
.gutter-bottom-big {
  margin-bottom: 3rem;
}
.gutter-bottom-medium {
  margin-bottom: 2rem;
}
@media screen and (max-width: 991px) {
  .gutter-bottom-medium {
    margin-bottom: 1.25rem;
  }
}
@media screen and (max-width: 600px) {
  .gutter-bottom-medium {
    margin-bottom: 1rem;
  }
}
.gutter-bottom-small {
  margin-bottom: .5rem;
}
strong {
  font-weight: 500;
  color: #444;
}
.line-through {
  text-decoration: line-through;
}
.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 425px) {
  .small-jc {
    justify-content: center;
  }
}
.light-gray {
  color: #999;
}
.brand-color {
  color: #C40000;
}
@media (max-width: 575px) {
  p {
    color: #656565;
    font-size: 0.9rem;
    margin-bottom: 0.9rem;
  }
}
@media screen and (max-width: 320px) {
  .container {
    padding: 2px;
  }
}
body.fixed {
  overflow: hidden;
  height: 100vh !important;
}
header.sticky {
  position: static;
}
body.sticky {
  padding: 0px;
}
header.sticky .inner-block {
  padding: 22px 10px;
}
header.sticky .header .inner-block .logo {
  width: 220px;
}
.fixedHeader {
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  transform: translateY(-100%);
  box-shadow: rgba(0,0,0,0) 0px 0px 3px;
  transition: all 0.3s;
  background: #f7f7f7;
  z-index: 5005;
}
@media screen and (max-width: 991px) {
  .fixedHeader {
    padding: 5px 0px;
  }
}
@media screen and (max-width: 600px) {
  .fixedHeader {
    padding: 0px;
  }
}
.fixedHeader &gt; a {
  color: #444;
}
.fixedHeader ul.list {
  display: flex;
  justify-content: space-evenly;
}
@media screen and (max-width: 991px) {
  .fixedHeader ul.list {
    display: none;
  }
}
.fixedHeader ul.list ul {
  display: none;
  position: absolute;
  top: 100%;
}
.fixedHeader .container:not(#rt-warn .container) {
  display: grid;
  grid-template-columns: 0.1fr 1fr 0.1fr 0.1fr;
  align-items: center;
  grid-gap: 15px;
}
@media screen and (max-width: 991px) {
  .fixedHeader .container:not(#rt-warn .container) {
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    justify-items: center;
    grid-gap: 10px;
  }
}
@media screen and (max-width: 991px) {
  .fixedHeader .logo img {
    max-height: 60px;
    padding-top: 5px;
  }
}
.fixedHeader .cart .cart-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.fixedHeader .cart .cart-link:not(.cart-link--empty) {
  cursor: pointer;
}
.fixedHeader .cart a:not(.cart-link--empty):hover span {
  color: #C40000;
}
.fixedHeader .cart a:not(.cart-link--empty):hover .icon svg {
  fill: #C40000;
}
.fixedHeader .cart a span {
  font-size: 0.9rem;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #1b1b25;
}
@media screen and (max-width: 991px) {
  .fixedHeader .cart a span {
    display: none;
  }
}
.fixedHeader .cart .icon {
  font-style: normal;
  position: relative;
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixedHeader .icon svg {
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.fixedHeader .icon:hover {
  fill: #C40000;
}
.fixedHeader .count {
  background-color: #C40000;
  position: absolute;
  top: -2px;
  right: -2px;
  font-size: 0.7rem;
  color: #fff;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  line-height: 1;
  padding-top: 1px;
}
.fixedHeader .header__callback,
.fixedHeader nobr {
  display: none;
}
.fixedHeader .list-wish,
.fixedHeader .compare {
  position: relative;
}
.fixedHeader .compare .count {
  top: -5px;
  right: -8px;
}
.fixedHeader .header__contacts,
.fixedHeader .compare,
.fixedHeader .list-wish,
.fixedHeader .btn-search {
  display: none;
}
@media screen and (max-width: 991px) {
  .fixedHeader .header__contacts,
  .fixedHeader .compare,
  .fixedHeader .list-wish,
  .fixedHeader .btn-search {
    display: block;
  }
}
.fixedHeader div#little_favorite,
.fixedHeader div#little_compare {
  line-height: 1;
}
.fixedHeader ul.list ul ul {
  top: 0px;
  left: 100%;
}
.fixedHeader ul.list li {
  position: relative;
}
.fixedHeader ul.list a {
  padding: 15px 20px;
  font-size: 1rem;
  display: block;
  color: #444;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.fixedHeader ul.list a.pc-hide {
  display: none;
}
.fixedHeader ul.list li:hover &gt; ul {
  display: block;
}
body.sticky .fixedHeader {
  transform: translateY(0%);
  box-shadow: rgba(0,0,0,0.3) 0px 0px 3px;
}
.fixedHeader .header-nav__link-inner &gt; span svg {
  position: absolute;
  top: 45%;
  right: 20px;
}
.say-when-have {
  margin-top: 5px;
  margin-left: 30px;
  padding: .7em 1em;
  line-height: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .say-when-have {
    margin-left: 20px;
  }
}
@media screen and (max-width: 600px) {
  .say-when-have {
    margin-left: 10px;
  }
}
.catalog_uslug .group_item {
  width: 100%;
}
.catalog_uslug .group_item &gt; a {
  cursor: pointer;
}
.catalog_uslug .group_item a {
  display: block;
}
.catalog_uslug.group_list {
  grid-template-columns: repeat(3,1fr);
  display: grid;
}
.catalog_uslug .group_item_inner {
  padding: 15px;
  align-items: center;
  display: flex;
  align-items: flex-end;
  padding-bottom: 25px;
}
.catalog_uslug .group_item_inner .group_item_description {
  min-height: 100px;
  padding: 20px 0px;
}
.catalog_uslug a {
  color: #222;
}
.catalog_uslug .group_item_name {
  font-size: 18px;
  font-weight: 500;
}
.catalog_uslug .group_item_inner .arrow_usl {
  display: flex;
  align-items: center;
}
.vivod_uslug h1 {
  margin-bottom: 40px;
}
.vivod_uslug .info_block {
  display: flex;
  flex-direction: column;
}
.vivod_uslug .info_block p {
  max-width: 75%;
  line-height: 150%;
}
.vivod_uslug .info_block .big_pic {
  margin: 20px 0px 30px;
}
.vivod_uslug .info_block .big_pic img {
  width: 100%;
}
.vivod_uslug .info_block .description_element p {
  font-size: 1.2rem;
  font-weight: 100;
}
.vivod_uslug .info_block .text_element {
  padding-right: 40px;
}
.vivod_uslug .info_block .text_element img {
  height: auto;
  float: left;
  margin: 10px 0px;
}
.preim_usl {
  margin: 50px 0px;
}
.preim_usl .preim_usl_grid {
  margin: 20px 0px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 20px 100px;
}
.preim_usl .preim_usl_grid .preimush img {
  width: 48px;
  height: 48px;
}
.slider_usl {
  position: relative;
}
.slider-block_usl {
  display: flex;
  overflow: hidden;
}
.slider_usl .btn_slider {
  position: absolute;
  top: 43%;
  z-index: 20;
  cursor: pointer;
}
.slider_usl #swiperPrev {
  left: -25px;
}
.slider_usl #swiperNext {
  right: -25px;
}
.forma_uslugi {
  margin: 60px 0px 40px;
}
.forma_uslugi form .inputs_form {
  display: flex;
  padding: 40px 0px 20px;
}
.forma_uslugi form .inputs_form &gt; div {
  margin-right: 40px;
  width: 28%;
}
.forma_uslugi form .inputs_form input {
  border-radius: 8px;
  width: 100%;
}
.forma_uslugi form .modal-form__title {
  margin: 0px;
}
.forma_uslugi .main__btn {
  padding: 14px 36px;
}
.forma_uslugi noindex p {
  width: 70%;
}
.vivod_uslug .h_title_usl {
  margin: 40px 0px 20px;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 700;
  color: #222;
}
@media screen and (max-width: 1200px) {
  .vivod_uslug .info_block .text_element {
    padding: 0px;
  }
}
@media screen and (max-width: 767px) {
  .slider-block_usl img {
    width: 100%;
  }
  .catalog_uslug.group_list {
    display: flex;
    flex-wrap: wrap;
  }
  .slider_usl .btn_slider {
    display: none;
  }
  .vivod_uslug .info_block p {
    max-width: 100%;
  }
  .preim_usl .preim_usl_grid {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px 50px;
  }
  .vivod_uslug {
    padding: 0px 10px;
  }
  .forma_uslugi form .inputs_form {
    flex-wrap: wrap;
  }
  .forma_uslugi form .inputs_form &gt; div {
    width: 100%;
    margin-right: 0px;
  }
  .forma_uslugi noindex p {
    width: 100%;
  }
  .vivod_uslug .h_title_usl {
    font-size: 1.1rem;
  }
  .vivod_uslug .info_block .description_element p {
    font-size: 1rem;
  }
}
form noindex p {
  margin-top: 10px;
}
.icon_soc {
  margin-right: 5px;
}
.soc a:hover {
  color: #fff;
}
.soc svg:hover {
  fill: #fff;
}
.company_text_block {
  display: flex;
}
.block_right {
  width: 100%;
}
.block_left {
  width: 100%;
  margin-right: 50px;
}
.text_company {
  max-width: 650px;
}
.o_company h2 {
  margin-bottom: 40px;
}
.o_company .text_company {
  margin-top: 60px;
}
.o_nas_in {
  margin-top: 90px;
}
.o_nas_in_block {
  display: flex;
  margin-top: 40px;
}
.o_nas_chisla {
  margin-right: 30px;
  width: 150px;
}
.o_nas_in_block span {
  color: #C40000;
  font-size: 42px;
  font-weight: 500;
  line-height: 58px;
}
.o_nas_in_block p {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  max-width: 140px;
}
.section_mission {
  margin-top: 90px;
}
.section_mission .text_company {
  margin-top: 30px;
}
.o_company .text_history {
  padding-top: 30px;
}
.history_company .company_text_block {
  margin-bottom: 40px;
}
.preimushestva {
  margin-top: 90px;
}
.preimushestva h2 {
  margin-bottom: 40px;
}
.preimushestva_info .advantages .flex-item {
  width: 279px;
  display: block;
  margin-right: 68px;
}
.preimushestva .priem-priem-description {
  text-align: inherit;
}
.preimushestva .priem-priem-name {
  text-align: inherit;
  font-weight: 500;
  color: #222222;
  font-size: 18px;
  line-height: 25px;
}
.preimushestva .icon {
  margin-bottom: 25px;
}
.preimushestva .priem-priem-description {
  margin-top: 10px;
}
.preimushestva_slider .inner_slider .slick-arrow:before,
.preimushestva_slider .inner_slider .slick-arrow:after {
  left: -17px;
  width: 43px;
}
.preimushestva_slider .slick-slider .slick-arrow:before,
.preimushestva_slider .slick-slider .slick-arrow:after {
  background-image: url(/images/vector_preim.svg);
  width: 14px;
}
.sertificat_block {
  display: flex;
}
.sertificat_block_img {
  max-width: 206px;
  margin-right: 15px;
}
.section_team .style_block {
  padding: 0;
}
.section_team .style_block .img {
  height: 230px;
  width: 260px;
}
.section_team #news-slider .new-item {
  background: #F7F7F7;
}
.section_team .style_block .name {
  color: #222222;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 500;
}
.section_team .sotr_cart {
  padding: 15px 20px;
}
.section_team .slick-slider .slick-arrow:before,
.section_team .slick-slider .slick-arrow:after {
  background-image: url(/images/vector_preim.svg);
}
.section_team .style_block .status {
  color: #555555;
  font-size: 15px;
  margin-bottom: 10px;
}
.section_team .style_block .phone a {
  color: #555555;
  font-size: 15px;
  margin-bottom: 10px;
  border-bottom: none;
}
.preimushestva .advantages {
  border-top: none;
  border-bottom: none;
}
.block_next_catalog {
  margin-top: 50px;
}
.preimushestva_dillers {
  background-color: #F7F7F7;
  padding-bottom: 50px;
}
.dillers_ocompany h2 {
  text-align: center;
  padding-top: 60px;
}
.dillers_ocompany span {
  text-align: center;
  font-weight: 500;
  color: #222222;
  font-size: 15px;
  line-height: 25px;
  max-width: 361px;
}
.dillers_ocompany_text {
  text-align: center;
  max-width: 361px;
  margin-left: auto;
  margin-right: auto;
}
.ocompany_block_button {
  width: 100%;
  text-align: center;
}
.preimushestva_dillers .advantages .flex-item {
  text-align: center;
  width: 28%;
  margin-left: 41px;
}
.preimushestva_dillers .block_next_catalog {
  text-align: center;
  position: absolute;
  margin-left: 22%;
}
.preimushestva_dillers .block_next_catalog {
  margin-top: 19px;
}
.section_next_catalog {
  margin-top: 90px;
}
.company_text_block {
  margin-top: 45px;
}
.o_company {
  margin-top: 90px;
}
.company_text_block h2 {
  margin-top: 0px;
}
.text_company ul {
  display: flex;
  flex-wrap: wrap;
  max-height: 207px;
  flex-direction: column;
}
.text_company li {
  width: 100%;
}
@media (max-width: 900px) {
  header .logo img {
    max-width: 54px;
  }
  .preimushestva_info .advantages .flex-item {
    margin-right: 0px;
    width: 210px;
  }
  .preimushestva_info .flex {
    flex-wrap: inherit;
  }
  .text_company ul {
    display: block;
    max-height: inherit;
  }
  .preimushestva_dillers .advantages .flex-item {
    margin-left: 20px;
  }
  .preimushestva_dillers .block_next_catalog {
    margin-left: 30%;
  }
}
.main-page__actions_w {
  margin: 90px 0px;
}
@media (max-width: 575px) {
  .main-page__actions_w {
    margin: 60px 0px;
  }
  .o_company {
    margin-top: 0px;
  }
  .o_nas_in {
    margin-top: 60px;
  }
  .o_nas_in_block span {
    font-size: 32px !important;
  }
  .company_text_block {
    display: block;
  }
  .o_nas_in_block {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .preimushestva_info .advantages .flex-item {
    margin-right: 0px;
  }
  .text_company ul {
    display: block;
    max-height: initial;
  }
  .preimushestva_dillers .block_next_catalog {
    margin-top: 25px;
    margin-left: 26%;
  }
  .preimushestva_dillers .advantages .flex-item {
    margin-left: 20px;
  }
  .block_right {
    order: 2;
  }
  .company_text_block_mibile {
    display: flex;
    flex-wrap: wrap;
  }
  .company_text_block_mibile .block_left {
    order: 3;
    margin-right: 0px;
  }
  .section_next_catalog {
    margin-top: 85px;
  }
  .section_next_catalog	.company_text_block {
    margin-top: 30px;
  }
  .o_company .text_history {
    padding-top: 0px;
  }
  .preimushestva {
    margin-top: 60px;
  }
  .preimushestva h2 {
    margin-bottom: 30px;
  }
  .preimushestva .priem-priem-name {
    font-size: 15px !important;
  }
  .company_text_block {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
  }
  .next_catalog_block_left {
    margin-right: 0px;
    order: 3;
    margin-top: 30px;
  }
  .block_next_catalog {
    margin-top: 0px;
  }
  .block_next_catalog .main__btn {
    width: 100%;
    text-align: center;
    padding: 12px 36px;
  }
  .preimushestva_dillers .block_next_catalog	.main__btn {
    padding: 12px 36px;
  }
  .o_nas_chisla {
    margin-right: 5px;
    width: 100%;
    margin-bottom: 30px;
  }
  .o_nas_in_block p {
    font-size: 17px;
    color: #222222;
  }
  .preimushestva .advantages .flex-item {
    width: 100%;
  }
  .section_mission {
    margin-top: 60px;
  }
  .preimushestva .color_button {
    max-width: initial;
  }
  .history_text_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  .text_history_order {
    order: 2;
  }
  .o_company h2 {
    margin-top: 40px;
    margin-bottom: 30px;
    font-size: 22px;
  }
  .section_team	.slick-slider .slick-track {
    display: flex;
  }
  .preimushestva_info .flex {
    flex-wrap: wrap;
  }
}
.r-tabs .r-tabs-panel.r-tabs-state-active {
  max-width: 720px;
}
.tabs_home .tabs__caption {
  font-size: 2.6rem;
  color: #1b1b25;
  margin-top: 2.8%;
  margin-bottom: 1.3%;
  border-bottom: none;
}
.tabs__container {
  padding-top: 0px;
}
.all_shop {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}
.all_shop a {
  border-bottom: 1px dashed #C40000;
  color: #C40000;
  font-size: 18px;
}
.all_shop a:hover {
  border-bottom: none;
}
.container-servise .company-news__img {
  max-width: 250px;
  max-height: 250px;
  margin-left: auto;
  margin-right: auto;
}
.container-servise .company-news__heading {
  margin-left: auto;
  margin-right: auto;
}
.container-servise .company-news__item {
  text-align: center;
}
@media (max-width: 1200px) {
  .main_group_item a span {
    font-size: 14px;
  }
}
#rt-warn {
  background: #C40000;
  color: #fff;
  text-align: center;
  padding: 10px 15px 9px;
  font-weight: 500;
}
.rt-warn-fixed {
  display: none;
}
.fixedHeader .rt-warn-fixed {
  display: block;
}
.download_file a {
  font-size: 14px;
  font-weight: 400;
  transition: 0.3s all;
  border: 1px solid #C40000;
  padding: 5px 15px;
  border-radius: 14px;
}
.download_file a:hover {
  opacity: 0.7;
}
.akci_items {
  padding: 10px 0 40px;
  position: relative;
}
@media (max-width: 767px) {
  .akci_items .shop_item {
    margin-right: 10px;
  }
}
.title_sale {
  font-size: 80px;
  font-weight: 900;
  font-family: 'Montserrat', sans-serif;
  max-width: 461px;
  position: absolute;
  top: -81px;
  left: 0px;
}
.number_sale {
  left: 626px;
  position: absolute;
  top: -87px;
}
.do_sale {
  margin-left: 525px;
}
.main__btn_sale {
  margin-top: 25px;
}
@media (max-width: 1380px) {
  .number_sale svg {
    max-width: 570px;
  }
}
@media (max-width: 1300px) {
  .title_sale {
    font-size: 60px;
    top: -30px;
  }
  .number_sale {
    left: 100%;
  }
  .number_sale svg {
    max-width: 300px;
  }
  .do_sale {
    margin-left: 450px;
  }
}
@media (max-width: 1100px) {
  .title_sale {
    top: -40px;
  }
  .do_sale {
    margin-left: 450px;
  }
  .number_sale {
    left: 100%;
  }
  .number_sale svg {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .title_sale {
    font-size: 32px;
    top: -100px;
  }
  .do_sale {
    margin-left: 180px;
  }
  .title_sale {
    font-size: 45px;
    top: -50px;
    max-width: 172px;
    z-index: 9999999;
    position: relative;
  }
  .do_sale {
    margin-left: 0;
    position: absolute;
    top: -130px;
    left: 480px;
  }
  .number_sale {
    top: -95px;
    left: 180%;
  }
  .description_sale {
    height: 90px;
  }
}
@media (max-width: 767px) {
  .title_sale {
    font-size: 40px;
    top: -50px;
    max-width: 172px;
    z-index: 9999999;
    position: relative;
  }
  .do_sale {
    margin-left: 0;
    position: absolute;
    top: -85px;
    left: 402px;
  }
  .do_sale svg {
    max-width: 60px;
  }
  .number_sale svg {
    max-width: 160px;
  }
  .number_sale {
    top: -95px;
    left: 180%;
  }
}
@media (max-width: 575px) {
  .number_sale svg {
    max-width: 160px;
  }
  .number_sale {
    top: -95px;
    left: 100%;
  }
  .do_sale {
    left: 155%;
    top: -75px;
  }
  .title_sale {
    font-size: 23px;
  }
  .title_sale {
    top: -5px;
  }
  .main__btn_sale {
    margin-top: 0px;
  }
  .description_sale {
    height: inherit;
  }
}
@media (max-width: 374px) {
  .number_sale {
    left: 95%;
  }
  .do_sale {
    left: 150%;
  }
}
.column-footer .catalog-link li {
  display: none;
}
.column-footer .catalog-link li:nth-child(1),
.column-footer .catalog-link li:nth-child(2),
.column-footer .catalog-link li:nth-child(3),
.column-footer .catalog-link li:nth-child(4),
.column-footer .catalog-link li:nth-child(5),
.column-footer .catalog-link li:nth-child(6),
.column-footer .catalog-link li:nth-child(7),
.column-footer .catalog-link li:nth-child(8) {
  display: block;
}
.fixedHeader .header__contacts {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 1200px) {
  .fixedHeader .little-cart span {
    display: none;
  }
  .fixedHeader .logo {
    min-width: 50px;
  }
}
.cook-panel {
  position: fixed;
  bottom: 7%;
  max-width: 628px;
  background: #fff;
  box-shadow: 4px 4px 30px rgba(56,78,83,0.4);
  border-radius: 20px;
  line-height: 1.7;
  font-size: 13px;
  font-weight: 400;
  z-index: 100;
}
.cook-panel,
.cook-panel.hidden {
  opacity: 0;
  right: -100%;
  transform: translateX(30px);
  visibility: hidden;
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  -o-transform: translateX(30px);
  transition: 0.5s, right 0s 0.5s;
  -webkit-transition: 0.5s, right 0s 0.5s;
  -moz-transition: 0.5s, right 0s 0.5s;
  -ms-transition: 0.5s, right 0s 0.5s;
  -o-transition: 0.5s, right 0s 0.5s;
}
.cook-panel.visible {
  right: 30px;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transition: 0.5s, right 0s;
  -webkit-transition: 0.5s, right 0s;
  -moz-transition: 0.5s, right 0s;
  -ms-transition: 0.5s, right 0s;
  -o-transition: 0.5s, right 0s;
}
.cook-panel__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 30px;
}
.cook-panel__wrap .exit {
  background: #8f8f8f;
  padding: 5px 15px;
  color: #fff;
  border-radius: 15px;
  cursor: pointer;
  transition: .3s;
}
.cook-panel .exit:hover {
  opacity: .7;
  cursor: pointer;
}
.cook-panel .buttons {
  display: flex;
  align-items: center;
  gap: 15px;
}
.cook-panel__image {
  flex-shrink: 0;
  margin: 3px 16px 0 0;
}
.cook-panel__text {
  position: relative;
  margin-right: 10px;
  color: #222;
  line-height: normal;
}
.cook-panel__text a {
  color: #C40000;
}
.cook-panel__text a:hover {
  text-decoration: underline;
}
.cook-panel__more {
  display: inline-block;
  color: #9a9a9a;
}
.cook-panel__more:hover {
  color: #e74c3c;
}
.cook-panel__close {
  background: #C40000;
  padding: 5px 15px;
  color: #fff;
  border-radius: 15px;
  cursor: pointer;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.cook-panel__close:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  .cook-panel {
    transform: translate(0);
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    bottom: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    font-size: 11px;
  }
  .cook-panel,
  .cook-panel.hidden {
    transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
  }
  .cook-panel,
  .cook-panel.hidden,
  .cook-panel.visible {
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    right: 0;
  }
  .cook-panel__wrap {
    align-items: center;
    max-width: 530px;
    margin: auto;
    gap: 8px;
    padding: 12px 0;
  }
  .cook-panel__image {
    max-width: 42px;
    margin-top: 0;
  }
}
@media (max-width: 575px) {
  .cook-panel {
    right: 0;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
  }
  .cook-panel__wrap {
    max-width: 370px;
  }
}
@media (max-width: 400px) {
  .cook-panel__wrap {
    padding: 12px;
  }
}
@media (max-width: 768px) {
  footer .footer-bottom .footer-info {
    margin-bottom: 40px;
  }
}
.checkbox-wrapper {
  display: flex;
  align-items: center;
}
.oformlenie-box.form-cart .checkbox-wrapper {
  margin-top: 10px;
}
.checkbox-container {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  display: inline-block;
  width: 18px;
  height: 18px;
  background-color: #eee;
  border-radius: 3px;
  transition: all 0.3s;
  margin-right: 10px;
  flex-shrink: 0;
  position: relative;
}
.checkbox-container:hover input~.checkmark {
  background-color: #ccc;
}
.checkbox-container input:checked~.checkmark {
  background-color: #C40000;
}
.checkmark:after {
  content: "";
  display: none;
  position: absolute;
  left: 6px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-container input:checked~.checkmark:after {
  display: block;
}
[data-submit-btn]:disabled {
  background-color: #cccccc;
  cursor: not-allowed;
}</pre></body></html>