@charset "UTF-8";
@font-face {
  font-family: "Inter";
  src: url("/fonts/font-files/Inter-Light.ttf");
  font-weight: 300;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/font-files/Inter-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/font-files/Inter-Medium.ttf");
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("/fonts/font-files/Inter-Bold.ttf");
  font-weight: 700;
}
ul:not([class]) li {
  position: relative;
  left: 20px;
  width: calc(100% - 20px);
}
@media (max-width: 575px) {
  ul:not([class]) li {
    max-width: 97%;
  }
}
ul:not([class]) li:before {
  background: #FF7751;
  border-radius: 100%;
  width: 5px;
  height: 5px;
  content: "";
  position: absolute;
  left: -12px;
  top: 7px;
}
.list_sity_box ul:not([class]) li:before {
  background: transparent;
  content: "";
}
.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(255,119,81,0.1);
  border: 1px dashed #FF7751;
  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;
}
.swiper-container-vertical > .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 > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .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 > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .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-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 > .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: #FF7751;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .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 > .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 > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .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 > .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 > .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: #FF7751;
  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 > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .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 > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .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 > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > 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: #FF7751;
  -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: 'inter', sans-serif;
  scroll-behavior: smooth;
}
*:focus {
  outline: none;
}
input,
textarea {
  color: #343A40;
  -webkit-appearance: none;
  border: 1px solid #ddd;
}
body {
  height: 100%;
  cursor: default;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  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;
  -webkit-text-size-adjust: none;
}
img {
  border: none;
}
.mce-content-body h1,
.mce-content-body .animate-1,
.mce-content-body .animate-2,
.mce-content-body .animate-3 {
  visibility: visible;
}
p {
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  p {
    margin-bottom: 16px;
  }
}
p:last-child {
  margin: 0;
}
ul,
ol {
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  ul,
  ol {
    margin-bottom: 16px;
  }
}
.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: 500;
  color: #343A40;
  line-height: 1.2;
}
h1,
.h1 {
  font-size: 48px;
  color: #343A40;
  margin-top: 40px;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 991px) {
  h1,
  .h1 {
    font-size: 28px;
  }
}
h2,
.h2 {
  font-size: 48px;
  margin-top: 2.6rem;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  h2,
  .h2 {
    margin-top: 1.5rem;
    font-size: 28px;
  }
}
h3,
.h3 {
  font-size: 30px;
  margin-top: 2rem;
  margin-bottom: 10px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  h3,
  .h3 {
    font-size: 20px;
  }
}
h4,
.h4 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 3%;
  margin-bottom: 1%;
  color: #343A40;
}
@media screen and (max-width: 991px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
h5,
.h5 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 3%;
  margin-bottom: 1%;
  color: #343A40;
}
@media screen and (max-width: 991px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}
h6,
.h6 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 3%;
  margin-bottom: 1%;
  color: #343A40;
}
@media screen and (max-width: 991px) {
  h6,
  .h6 {
    font-size: 15px;
  }
}
a {
  text-decoration: none;
  color: #FF7751;
}
a.link {
  color: #FF7751;
  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 {
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
  max-width: 1392px;
}
@media (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 12px;
  }
}
.text_1 {
  color: #444;
  margin-bottom: 20px;
}
.title_text {
  margin-bottom: 10px;
  margin-top: 20px;
  color: #444;
}
.title_text strong {
  font-weight: 700;
}
ol {
  margin: 15px 0;
  padding-left: 20px;
}
.phone-icon svg {
  fill: #FF7751;
}
.phone-icon svg:hover {
  color: #FF7751;
}
header .inner-block > .hostcmsSection {
  width: 100%;
}
header .inner-block > *:empty {
  display: none;
}
header .inner-block,
header .inner-block > .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-top: 22px;
  padding-bottom: 22px;
  z-index: 1500;
}
@media (max-width: 991px) {
  header .inner-block,
  header .inner-block > .hostcmsSection {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (max-width: 576px) {
  header .inner-block,
  header .inner-block > .hostcmsSection {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
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 {
  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,
header .logo svg {
  position: relative;
  max-width: 100%;
  height: auto;
}
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: #FF7751;
  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: 1rem;
  color: #343A40;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
header .phone::before {
  content: none;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
header .phone-icon {
  margin-right: 10px;
  fill: #343A40;
  cursor: pointer;
  -webkit-transition: fill 0.15s ease-out;
  transition: fill 0.15s ease-out;
}
header .cart a span {
  font-size: 0.9rem;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #343A40;
}
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: #FF7751;
}
header .cart a:not(.cart-link--empty):hover span {
  color: #FF7751;
}
header .compare a:hover span {
  color: #343A40;
}
header .compare a:hover .icon svg {
  fill: #FF7751;
}
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: #343A40;
}
header .list-wish a:hover .icon svg {
  fill: #FF7751;
  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: #343A40;
}
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: #343A40;
}
header.sticky .list li svg {
  fill: #343A40;
}
header.sticky .header-nav__item-link {
  display: block;
  padding: 15px;
}
header.sticky .header-nav__item-link:hover {
  color: #FF7751;
}
header.sticky .header-nav__link:hover {
  color: #FF7751;
  background-color: #eaeaea;
}
header.sticky .header-nav__show-items {
  top: 51px;
}
header .header__contacts {
  margin-left: 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 991px) {
  header .header__contacts {
    margin-left: 0;
  }
}
header .header__callback {
  color: #FF7751;
  cursor: pointer;
  border-bottom: 1px dashed #FF7751;
  transition: border-bottom-color .15s linear;
}
@media screen and (max-width: 991px) {
  header .header__callback {
    display: none;
  }
}
header .header__callback:hover {
  border-bottom-color: transparent;
}
header ul li::before {
  content: none;
}
.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: 8px;
  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 {
  color: #778491;
  line-height: 2.2;
  overflow: hidden;
}
.breadcrumbs .swiper-slide {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto 0;
}
.breadcrumbs span {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 200px;
  display: block;
}
.breadcrumbs .dash {
  width: 20px;
  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;
}
.breadcrumbs a {
  color: #B7B8C2;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.breadcrumbs a:hover {
  color: #FF7751;
}
.breadcrumbs .breadcrumb-last-item {
  color: #778491;
  border-bottom: none;
  text-decoration: none;
  -webkit-pointer-events: none;
  pointer-events: none;
  opacity: 0.5;
}
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-between;
}
nav.top-menu .list li::before {
  content: none;
}
nav.top-menu .list li a {
  padding: 15px 20px;
  font-size: 1rem;
  display: block;
  color: #444;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
nav.top-menu .list li a:hover {
  color: #FF7751;
}
nav.top-menu .list li a:hover > span > svg {
  fill: #FF7751;
}
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 > ul {
  display: flex;
}
nav.top-menu .pc-hide {
  display: none !important;
}
.breadcrumbs a:hover {
  color: #FF7751;
}
header {
  z-index: 1100;
}
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;
  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: #FF7751;
}
header .list li a:hover > span > svg {
  fill: #FF7751;
}
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 > 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 #FF7751;
  color: #FF7751;
  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: #FF7751;
  font-size: 20px;
  border: 1px solid #FF7751;
  font-weight: 400;
  padding: 16px 48px;
  border-radius: 50px;
  transition: all 0.2s linear;
  cursor: pointer;
}
@media screen and (max-width: 991px) {
  .main__btn {
    padding: 14px 40px;
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  .main__btn {
    padding: 12px 36px;
    font-weight: 400;
  }
}
.main__btn:hover {
  background: #fff;
  color: #FF7751;
  border: 1px solid #FF7751;
}
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sidebar {
  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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
section.p-100 {
  padding-top: 5.25%;
  padding-bottom: 2.25%;
}
.sidebar-menu {
  width: 304px;
  margin: 60px 32px 0 0;
}
.sidebar-menu .title {
  font-size: 14px;
  line-height: 150%;
  color: #999999;
  margin: 0 0 16px 20px;
}
.sidebar-menu .sidebar-list ul {
  list-style: none;
  border-bottom: none;
}
.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: 15px 20px;
  position: relative;
}
.sidebar-menu .sidebar-list ul li a:hover:before {
  height: calc(100% + 4px);
}
.sidebar-menu .sidebar-list ul li:hover a {
  color: #FF7751;
}
.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: #FF7751 !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: #FF7751;
  background-color: #eaeaea;
}
.sidebar-menu .sidebar-sublist__item-link {
  padding: 15px 30px !important;
}
@-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: #343A40;
}
.title-section a:hover span {
  background: #343A40;
}
.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;
}
.tabs {
  margin: 80px 0 0 0;
}
@media (max-width: 991px) {
  .tabs {
    margin: 60px 0 0 0;
  }
}
.tabs__captions {
  margin-bottom: 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: #343A40;
  -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: #FF7751;
}
.tabs__caption:last-child {
  margin-right: 0;
}
.tabs__caption:hover {
  color: #FF7751;
}
.tabs__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.tabs__table {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 32px;
  opacity: 0;
  -webkit-animation: showSlightlyOpacity .5s ease-out .2s forwards;
  animation: showSlightlyOpacity .5s ease-out .2s forwards;
}
@media screen and (max-width: 991px) {
  .tabs__table {
    grid-template-columns: 1fr;
    gap: 12px;
  }
}
.tabs__table .shop_item_description {
  display: none;
}
.tabs__table .shop_item.card-item {
  max-width: 304px;
}
@media screen and (max-width: 768px) {
  .tabs__table .shop_item.card-item {
    max-width: 100%;
    margin-right: 0;
  }
}
.tabs__table .shop_item.card-item:last-child {
  margin-right: 0;
}
.tabs__link-btn {
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #FF7751;
  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: #FF7751;
}
.tabs__link-btn:hover a {
  color: #FF7751;
}
.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__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: #343A40;
}
.adr-section .adr-list .adr-item .value svg {
  fill: #343A40;
  margin-right: 10px;
}
.swiper-container .shop_item_description {
  display: none;
}
.slider__wrapper .swiper-container {
  width: 100%;
}
.slider__wrapper .title .description > p {
  font-size: 2.8rem;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .slider__wrapper .title .description > p {
    font-size: 1.4rem;
  }
}
@media (max-width: 425px) {
  .slider__wrapper .title .description > p {
    font-size: 1.2rem;
    margin-bottom: 7px;
  }
}
.slider__wrapper .title .text > * {
  font-size: 1.4rem;
  color: #fff;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 900px) {
  .slider__wrapper .title .text > * {
    font-size: 1.1rem;
  }
}
@media (max-width: 425px) {
  .slider__wrapper .title .text > * {
    font-size: 0.9rem;
  }
}
.slider-block .slider-list img {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .slider-block .slider-list img {
    height: 755px;
    object-fit: cover;
  }
}
@media (max-width: 700px) {
  .slider-block .slider-list img {
    height: 500px;
  }
}
.slider-block .slider-list video {
  display: block;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .slider-block .slider-list video {
    height: 755px;
    object-fit: cover;
  }
}
@media (max-width: 700px) {
  .slider-block .slider-list video {
    height: 500px;
  }
}
.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: 8px;
}
.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.2;
}
@media (max-width: 575px) {
  .slider-block .slider-list .swiper-slide .title {
    top: 50%;
    transform: translateY(-50%);
  }
}
.slider-block.fullwidth .slider-list .swiper-slide .title {
  left: auto;
}
.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;
}
.slider-block .slider_shadow {
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  background: -moz-linear-gradient(top,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 17%,rgba(0,0,0,0.15) 40%,rgba(0,0,0,0) 100%);
  background: -webkit-linear-gradient(top,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 17%,rgba(0,0,0,0.15) 40%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0.65) 17%,rgba(0,0,0,0.15) 40%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a6000000',endColorstr='#00000000',GradientType=0);
  z-index: 1;
}
.main_group_block {
  margin: 80px 0 0 0;
}
@media (max-width: 991px) {
  .main_group_block {
    margin: 55px 0 0 0;
  }
}
.main_group_caption {
  display: none;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1;
  margin-top: 60px;
  margin-bottom: 50px;
  color: #343A40;
}
@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(4,1fr);
  gap: 32px;
}
@media screen and (max-width: 1250px) {
  .main_group_list {
    grid-template-columns: repeat(3,1fr);
  }
}
@media screen and (max-width: 991px) {
  .main_group_list {
    grid-template-columns: repeat(2,1fr);
    gap: 20px;
  }
}
@media screen and (max-width: 576px) {
  .main_group_list {
    grid-template-columns: 1fr;
  }
}
.main_group_item {
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main_group_item a img {
  object-fit: cover;
  width: 64px;
  height: 64px;
  margin: 0 20px 0 0;
}
.main_group_item a {
  width: 100%;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  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 {
  font-weight: bold;
  color: #343A40;
  font-size: 1.2rem;
  text-align: start;
  -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: #FF7751;
}
.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: 8px;
  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: 8px;
}
.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: #343A40;
}
.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: #FF7751;
  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: 8px;
  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: #343A40;
  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: 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;
  -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;
  }
}
@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-gap: 14px;
  grid-template-columns: repeat(3,1fr);
}
@media screen and (max-width: 1070px) {
  .card-list {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 767px) {
  .card-list {
    grid-template-columns: repeat(1,1fr);
  }
}
.card-list.per_3 {
  grid-template-columns: repeat(3,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 {
  width: 100%;
  position: relative;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 8px;
  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;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.card-item .img a {
  margin: auto;
  width: 100%;
  height: 100%;
}
.card-item .img img {
  display: block;
  border-radius: 0px;
  width: 264px;
  height: 100%;
  object-fit: contain;
}
.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: 8px;
  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;
  height: auto;
  z-index: 99999999999;
}
@media screen and (max-width: 1024px) {
  .card-item .img .quick-view-link {
    display: none;
  }
}
.card-item .img .quick-view-link:hover {
  background: #eaeaea;
  color: #343A40;
}
.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: 14px;
}
.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;
  stroke: #bbb;
}
.card-item .info .icons .compare.active svg {
  stroke: #FF7751;
}
.card-item .info .icons .compare:hover svg {
  stroke: #FF7751;
}
.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: #FF7751;
  stroke: #FF7751;
}
.card-item .info .icons .like:hover svg {
  fill: #FF7751;
  stroke: #FF7751;
}
.card-item .info .title {
  font-weight: 600;
  line-height: 1.3;
  margin: 15px 0 12px 0;
  transition: color .2s ease-out;
}
.card-item .info .title:hover {
  color: #FF7751;
}
.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;
  margin: 20px 0 0 0;
}
.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;
  white-space: inherit;
}
.card-item .info .line-buy .price .price_amount {
  font-weight: 700;
}
.card-item .info .line-buy .btn {
  background: #FF7751;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-size: 1rem;
  color: #fff;
  border: 2px solid #FF7751;
  padding: 5px 10px;
  border-radius: 8px;
  font-weight: 500;
  white-space: nowrap;
}
.card-item .info .line-buy .btn:hover {
  background: #fff;
  color: #FF7751;
}
.card-item .info .line-buy .btn.tovar_added {
  background: #FF7751;
  color: #fff;
}
.old-price .discount {
  margin-left: 7px;
}
.discount {
  height: fit-content;
  background-color: #f15642;
  color: #fff;
  font-weight: 400;
  font-size: .7rem;
  border-radius: 8px;
  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: 30px;
  width: 30px;
  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: 30px;
  width: 30px;
  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.7rem;
}
.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%;
}
.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 {
    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: 416px;
  flex-shrink: 0;
}
.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: #343A40;
  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: #343A40;
  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;
}
.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: flex;
  padding: 45px 15px;
  align-items: center;
}
.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: #343A40;
  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: #343A40;
}
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 .group_item_inner {
  height: 100%;
  border-radius: 8px;
  padding: 20px;
  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 {
  -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_inner:hover .group_item_name {
  color: #FF7751;
}
.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: #343A40;
  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: #FF7751;
}
.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: #FF7751;
}
.group_list .group_item_name {
  font-weight: bold;
  color: #343A40;
  font-size: 1.2rem;
  text-align: start;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.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;
}
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: 8px;
}
#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: 25px;
  padding: 16px 5px 5px 0;
}
#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: 0 10px 0 0;
}
#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;
}
#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: #343A40;
  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: #343A40;
}
.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 > 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 > div {
    max-width: 72px;
    height: 72px;
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .images-about-tovar .little-imgs > div {
    width: 60px;
    height: 60px;
    max-width: 60px;
  }
}
.images-about-tovar .little-imgs > 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 > div:hover:before {
  opacity: 1;
}
.images-about-tovar .little-imgs > div.show:before {
  opacity: 1;
}
.images-about-tovar .big-img {
  border-radius: 8px;
  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: 90px 0 0 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 575px) {
  .r-tabs {
    margin: 32px 0 0 0;
  }
}
.r-tabs .swiper-slide {
  border-bottom: 3px solid #bbb;
}
.r-tabs .r-tabs-nav {
  display: flex !important;
}
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  transition: all 1s ease;
}
.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 0;
  text-decoration: none;
  font-size: 1rem;
  font-weight: 400;
  color: #343A40;
  white-space: nowrap;
}
@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 {
  transition: background-color .15s linear;
  border-bottom: 3px solid #FF7751;
}
.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: #FF7751;
}
.r-tabs .r-tabs-nav .r-tabs-tab:hover::after {
  position: absolute;
  left: 0px;
  right: 0px;
  content: "";
  display: block;
  top: 100%;
  height: 2px;
}
.r-tabs .r-tabs-nav .r-tabs-tab a:hover {
  color: #FF7751;
}
.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: #FF7751;
  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;
  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: #FF7751;
  font-size: 1rem;
  border: 2px solid #FF7751;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  padding: 12px 36px;
  border-radius: 8px;
  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: #FF7751;
}
.information-about-tovar .line-buy .btn-block .quickbuy {
  color: #343A40;
  font-size: 0.8rem;
  font-weight: 400;
  border-bottom: 1px dotted #343A40;
  -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;
  stroke: #999;
}
.information-about-tovar .icons .compare.active svg {
  stroke: #FF7751;
}
.information-about-tovar .icons .compare:hover svg {
  stroke: #FF7751;
}
.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: #FF7751;
  stroke: #FF7751;
}
.information-about-tovar .icons .like:hover svg {
  fill: #FF7751;
  stroke: #FF7751;
}
.dotes {
  margin: 0 5px;
}
.seo_text_rubrik {
  margin: 40px 0;
}
.sizes-caller {
  display: flex;
  margin-bottom: 20px;
}
.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: #343A40;
  font-size: 1rem;
  min-width: 24px;
  height: 24px;
  border: 2px solid transparent;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: #FF7751;
}
.pagination span.current {
  background: #FF7751;
  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 #FF7751;
}
.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 #FF7751;
  -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: 30px;
  padding: 10px 20px;
  background: #f7f7f7;
  border-radius: 8px;
}
.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: #FF7751;
}
.sort-block__text {
  color: #bbb;
  margin-right: 7px;
}
.sort-block .pagination {
  margin-right: 0px;
}
.sorting__item--current {
  color: #FF7751;
}
.view-count {
  display: flex;
  align-items: center;
}
.view-count__heading {
  margin-right: 12px;
  color: #bbb;
}
.view-count__item {
  margin: 0px 3px;
  color: #343A40;
  font-weight: 400;
  height: 26px;
  width: 26px;
  border-radius: 8px;
  -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: #FF7751;
  color: #fff;
}
.view-count__item--current {
  background: #FF7751;
  color: #fff;
}
.quick-view {
  padding: 0;
  width: 980px;
}
.quick-view .h1 {
  margin-top: 0;
  margin-bottom: 21px;
  padding-bottom: 15px;
  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;
  white-space: nowrap;
}
.quick-view .quick-view__item .information-about-tovar .review {
  padding: 0px 10px;
  align-items: center;
  white-space: nowrap;
}
.quick-view .quick-view__item .information-about-tovar .icons {
  padding-left: 10px;
}
.quick-view .description {
  margin: 50px 0 40px 0;
  padding: 0;
  max-height: 200px;
  overflow-y: auto;
}
.quick-view .top-line {
  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;
  flex-wrap: nowrap;
  border-bottom: 0;
}
.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: #343A40;
  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: #343A40;
}
.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: #343A40;
  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: #343A40;
  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 > .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 > 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: #FF7751 1px dashed;
  color: #FF7751;
  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: #343A40;
  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: #343A40;
}
.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: #343A40;
}
.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: #343A40;
}
.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: #FF7751;
}
.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 #343A40;
  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: #343A40;
  -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: #FF7751;
}
.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: #343A40;
}
.data-contact__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}
.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: #343A40;
}
.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: #343A40;
  border-color: #343A40;
}
.oformlenie-box__item label:hover .radiobtn {
  border-color: #343A40;
}
.oformlenie-box__item label:hover {
  color: #343A40;
}
.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 > p {
  font-size: 0.8rem;
}
.politic-box > p > a {
  color: #FF7751;
}
.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: #FF7751;
}
.politic-box input:checked + label {
  border-color: #FF7751;
  background: #FF7751;
}
.politic-box label svg {
  fill: #fff;
}
input[type="submit"].send-order {
  background: #FF7751;
  padding: 10px 30px;
  border: 2px solid #FF7751;
  border-radius: 8px;
  -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: #FF7751;
  border: 2px solid #FF7751;
}
.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 {
  display: flex;
  flex-direction: column;
}
.news_link-img {
  margin-bottom: 15px;
  align-self: flex-start;
}
.news_link-img:hover + .news_link-text .news_heading {
  color: #FF7751;
}
.news_link-text {
  align-self: flex-start;
}
.news_link-text:hover .news_heading {
  color: #FF7751;
}
.news_img {
  border-radius: 8px;
}
.news_heading {
  margin-bottom: 10px;
  color: #343A40;
  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(3,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: #FF7751;
}
.company-news__date {
  color: #999;
  font-size: 0.9rem;
  margin-bottom: 5px;
}
.company-news__img {
  margin-bottom: 10px;
  border-radius: 8px;
}
@media screen and (max-width: 600px) {
  .company-news__img {
    align-self: flex-start;
  }
}
.company-news__heading {
  align-self: flex-start;
  margin-bottom: 6px;
  color: #343A40;
  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;
}
@media (max-width: 991px) {
  .about__image {
    margin: 0 12px 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;
}
.filter_slider {
  position: relative;
  padding: 0 0 20px 0;
}
@media screen and (max-width: 425px) {
  .filter_slider {
    padding: 0 25px;
  }
}
.filter .popup-filter {
  position: absolute;
  top: 50%;
  background: #fff;
  border: 1px solid #dedede;
  left: 100%;
  font-size: 13px;
  white-space: nowrap;
  transform: translateY(-50%);
  z-index: 1000000000;
  padding: 10px;
}
.filter .popup-filter > div:first-child {
  margin-bottom: 5px;
}
.filter .popup-filter > div:last-child {
  width: 100%;
}
.filter .popup-filter .btn {
  padding: 4px 8px;
}
.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;
}
.TagsCloud {
  border: 1px solid #ddd;
  border-collapse: collapse;
  border-radius: 8px;
  -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;
}
.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: 8px;
  padding: 30px 20px;
  font-size: 0.8em;
  color: #999;
}
.filter {
  margin-bottom: 5px;
}
.lastOrder {
  margin-bottom: 20px;
  padding: 0 15px;
}
.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 textarea,
  .filter input[type="text"] {
    font-size: 0.9rem;
  }
}
.filter select {
  width: 100%;
}
.filter input[type="text"] {
  height: 26px;
  width: 80px !important;
  margin: 4px 8px 10px 0;
}
.filter fieldset {
  position: relative;
}
.filter fieldset:after,
.filter .filter_slider:after {
  content: "";
  display: block;
  width: calc(100% + 30px);
  background: #ddd;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: -15px;
}
.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;
  padding: 0 0 15px 0;
}
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: 8px;
  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 #FF7751;
  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: #FF7751;
  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: #FF7751;
}
.sity-box .selectother {
  color: #FF7751;
  font-weight: 400;
  border-bottom: #FF7751 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 > .body > div {
  color: #444;
  font-weight: 400;
  margin-bottom: 8px;
}
.sity-box .ztooltip > .body > div b {
  font-weight: 500;
}
.sity_search_box input {
  border: 1px solid #ddd;
  background-color: #fff;
  height: 45px;
  width: 100%;
  color: #343A40;
  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: #343A40;
}
.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: #343A40;
}
.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: #FF7751;
}
#quickModal .close svg {
  fill: #343A40;
  -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: #343A40;
  -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: #343A40;
}
.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;
}
.header_full .header_2 {
  position: absolute;
  width: 100%;
  background-color: none;
}
.header_full .header_2 nav.top-menu .list > li > a {
  color: #fff;
}
.header_full .header_2 nav.top-menu .list > li > a svg {
  fill: #fff;
}
.header_full .header_2 nav.top-menu .list > li:hover {
  background: rgba(255,255,255,0.1);
}
.header_full .header_2 .phone-icon svg path {
  fill: #fff;
}
.header_full .header_2 .phone a {
  color: #fff;
}
.header_full .header_2 .header__callback {
  color: #fff;
  border-bottom-color: #fff;
}
.header_full .header_2 .city_select {
  color: #fff;
  border-bottom-color: #fff;
}
.header_full .header_2 .sity-box {
  color: #fff;
}
.header_full .header_2 svg ellipse[stroke],
.header_full .header_2 svg path[stroke] {
  stroke: #fff;
}
.header_full .header_2 svg ellipse[fill],
.header_full .header_2 svg path[fill] {
  fill: #fff;
}
.header_full .header_2 .logo svg ellipse[stroke],
.header_full .header_2 .logo svg path[stroke] {
  stroke: #FF7751;
}
.header_full .header_2 .logo svg ellipse[fill],
.header_full .header_2 .logo svg path[fill] {
  fill: #FF7751;
}
.header_full .header_2 .logo svg .logo_word ellipse[stroke],
.header_full .header_2 .logo svg .logo_word path[stroke] {
  stroke: #fff;
}
.header_full .header_2 .logo svg .logo_word ellipse[fill],
.header_full .header_2 .logo svg .logo_word path[fill] {
  fill: #fff;
}
.header_full .header_2 .cart a span {
  color: #fff;
}
.header_full .header_2 .sity-box .ztooltip {
  color: #000;
  box-shadow: none;
}
.header_full .header_2 .sity-box .ztooltip .city_select {
  color: #FF7751;
  border-bottom-color: #FF7751;
}
.slinky_open.header_full .header_2 {
  position: absolute;
  width: 100%;
  background-color: none;
}
.slinky_open.header_full .header_2 nav.top-menu .list > li > a {
  color: #343A40;
}
.slinky_open.header_full .header_2 nav.top-menu .list > li > a svg {
  fill: #343A40;
}
.slinky_open.header_full .header_2 nav.top-menu .list > li:hover {
  background: rgba(255,255,255,0.1);
}
.slinky_open.header_full .header_2 .phone-icon svg path {
  fill: #FF7751;
}
.slinky_open.header_full .header_2 .phone a {
  color: #343A40;
}
.slinky_open.header_full .header_2 .header__callback {
  color: #343A40;
  border-bottom-color: #343A40;
}
.slinky_open.header_full .header_2 .city_select {
  color: #343A40;
  border-bottom-color: #343A40;
}
.slinky_open.header_full .header_2 .sity-box {
  color: #343A40;
}
.slinky_open.header_full .header_2 svg ellipse[stroke],
.slinky_open.header_full .header_2 svg path[stroke] {
  stroke: #343A40;
}
.slinky_open.header_full .header_2 svg ellipse[fill],
.slinky_open.header_full .header_2 svg path[fill] {
  fill: #343A40;
}
.slinky_open.header_full .header_2 .logo svg ellipse[stroke],
.slinky_open.header_full .header_2 .logo svg path[stroke] {
  stroke: #FF7751;
}
.slinky_open.header_full .header_2 .logo svg ellipse[fill],
.slinky_open.header_full .header_2 .logo svg path[fill] {
  fill: #FF7751;
}
.slinky_open.header_full .header_2 .logo svg .logo_word ellipse[stroke],
.slinky_open.header_full .header_2 .logo svg .logo_word path[stroke] {
  stroke: #343A40;
}
.slinky_open.header_full .header_2 .logo svg .logo_word ellipse[fill],
.slinky_open.header_full .header_2 .logo svg .logo_word path[fill] {
  fill: #343A40;
}
.slinky_open.header_full .header_2 .cart a span {
  color: #343A40;
}
.slinky_open.header_full .header_2 .sity-box .ztooltip {
  color: #000;
  box-shadow: none;
}
.slinky_open.header_full .header_2 .sity-box .ztooltip .city_select {
  color: #FF7751;
  border-bottom-color: #FF7751;
}
.header_full .container.slider__wrapper {
  width: 100%;
  padding: 0;
}
.header_full .container.slider__wrapper .slider-block {
  margin-top: 0;
}
.header_full .slider-block {
  max-height: 800px;
}
.header_full nav.top-menu {
  background: 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 !important;
  height: 26px !important;
  -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: #343A40;
}
.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: #343A40;
}
.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: #343A40;
  -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 > * {
  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 #343A40;
  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: #343A40;
  position: relative;
  padding-left: 18px;
}
.form-callback__back {
  border-bottom: 1px solid;
  color: #343A40;
  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: #343A40;
}
.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);
  display: none;
}
.images-about-tovar .swiper-button-prev {
  top: 25px;
  left: 25px;
  cursor: pointer;
  transform: rotate(90deg);
  display: none;
}
.h2_itog {
  color: #343A40;
  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: #343A40;
}
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: #343A40;
  -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: #FF7751;
  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 #FF7751;
}
.irs-slider.to {
  background: #fff;
  border: 2px solid #FF7751;
}
.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;
}
.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 > 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: #FF7751;
}
.header-nav:hover .header-nav__link svg {
  fill: #FF7751;
}
#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: #343A40;
  -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: #FF7751;
}
.catalog-group-list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 32px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 1250px) {
  .catalog-group-list {
    grid-template-columns: repeat(2,1fr);
  }
  .catalog-group-list .group_item {
    max-width: none !important;
  }
}
@media screen and (max-width: 1070px) {
  .catalog-group-list {
    grid-template-columns: 1fr;
  }
}
.catalog-group-list__row .group_item .group_children_items {
  display: none;
}
.catalog-group-list__row .group_item_image {
  margin: 0 20px 0 0;
}
.catalog-group-list__row .group_item_image img {
  width: 64px;
  height: 64px;
  object-fit: contain;
}
.catalog-group-list__row .group_item_description {
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-align: start;
  width: 100%;
}
.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: #FF7751;
  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 #FF7751;
  -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: #FF7751;
}
.btn-top svg {
  fill: #fff;
}
.btn-top--show {
  opacity: 1;
}
#reviews > 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;
  gap: 2px;
}
#tourHeaderInfo .stars {
  gap: 4px;
}
#tourHeaderInfo .skill_block .stars {
  gap: 2px;
}
.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: #FF7751;
  border-bottom: 1px solid transparent;
  transition: border-bottom-color .2s ease-out;
}
.clearFilter:hover {
  border-bottom-color: #FF7751;
}
.clearFilter__wrapper {
  display: flex;
  justify-content: flex-end;
}
.clearFilterAll {
  display: block;
  cursor: pointer;
  color: #FF7751;
  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: 25px;
  display: flex;
  justify-content: space-between;
}
.filter-buttons__submit {
  padding: 8px 12px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
header:not(.sticky) .hamburger {
  margin-bottom: 10px;
  margin-right: 8px;
}
.hamburger .line {
  width: 24px;
  height: 2px;
  background-color: #343A40;
  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;
  flex-grow: 1;
}
.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: #FF7751;
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px dashed #FF7751;
}
.slinky__wrapper .header-nav__link:hover > span > span {
  color: #FF7751;
}
.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) {
  .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;
  }
}
@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;
  }
  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 .line-buy {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #gallery-item .information-about-tovar .line-buy .btn-block {
    margin-left: 10%;
  }
}
@media (max-width: 1024px) {
  .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) {
  .sidebar.sidebar-block,
  .hit-block {
    display: none;
  }
  header i.icon {
    margin-right: 0;
  }
  header .inner-block {
    -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 .phone-icon {
    margin-right: 0;
    line-height: 1;
  }
  header .phone a nobr {
    display: none;
  }
  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: #343A40;
    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_full .header_2 .hamburger .line {
    background-color: #fff;
  }
  .header_full .header_2 .inner-block {
    background: none;
    border-bottom: 0px;
  }
  .header_full .header_2 .inner-block .logo:after {
    background: none;
  }
  .slinky_open.header_full .header_2 .hamburger .line {
    background-color: #343A40;
  }
  .slinky_open.header_full .header_2 .inner-block {
    background: none;
    border-bottom: 0px;
  }
  .slinky_open.header_full .header_2 .inner-block .logo:after {
    background: none;
  }
  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 .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: flex;
    width: 60px;
    height: 50px;
    align-items: center;
    justify-content: center;
    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: #FF7751;
  }
  .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: #343A40;
  }
  .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: 8px;
    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 > 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: #FF7751;
  }
  .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: #343A40;
    color: #fff;
    height: 33px;
    width: 125px;
    font-size: 1rem;
    border: 0;
  }
  .apply_filter .clear_filter {
    color: #343A40;
    border-bottom: 1px dotted #343A40;
    margin-left: 12px;
  }
  .filter {
    margin-bottom: 0;
    overflow: auto;
    max-height: calc(100vh - 50px);
  }
  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;
  }
  .title-section a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #343A40;
    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: #343A40;
  }
  .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;
  }
  .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 > 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 > .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: #343A40;
    position: absolute;
    left: 20px;
    top: 20px;
    cursor: pointer;
    transition: color .2s ease-out;
  }
  #full-menu .back:hover {
    color: #FF7751;
  }
  #full-menu .back:hover .arr-back svg {
    fill: #FF7751;
  }
  #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) {
  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) {
  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: 22px;
  }
  .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: #FF7751;
    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: #FF7751;
  }
  .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: #343A40;
    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;
  }
  .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) {
  #gallery-item .information-about-tovar .top-line {
    border-bottom: 0;
  }
  .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 .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%;
  }
  .main_group_item {
    margin: 0px;
  }
  #gallery-item .information-about-tovar {
    max-width: 100%;
  }
}
@media (max-width: 575px) and (max-width: 991px) {
  .card-item .info .line-buy {
    flex-direction: row;
  }
}
@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;
}
.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: 8px;
  background-color: #f7f7f7;
  border: 3px solid transparent;
  text-transform: uppercase;
}
.checkout__contact-label {
  position: absolute;
  pointer-events: none;
  top: 10px;
  left: 22px;
  color: #343A40;
  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: 8px;
  border: 3px solid transparent;
  background-color: #FF7751;
  -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: #FF7751;
  background-color: transparent;
  color: #FF7751;
}
.checkout__basket-promo {
  display: flex;
  margin-bottom: 25px;
}
.checkout__basket-promo .checkout__inputs-area {
  width: 100%;
}
.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: #FF7751;
}
.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;
}
.contentpr {
  padding-top: 3%;
  padding-bottom: 20px;
}
table {
  width: 100%;
}
table th {
  text-align: inherit;
}
table:not(.shop_cart) thead {
  background: #FF7751;
  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: 991px) {
  .tabs__table .shop_item.card-item {
    max-width: 100%;
  }
  .shop_item.card-item {
    margin-bottom: 0px;
    padding: 10px;
    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 .info {
    padding-top: 0;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
    margin: 0 0 0 10px;
  }
  .shop_item.card-item .item-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 425px) {
  body.sticky .slinky__wrapper #slinkytarget {
    padding-top: 50px;
  }
  header .header .inner-block .search {
    top: 50px;
  }
  .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 .line-buy {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 25px;
  }
  #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 #FF7751;
  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: 14px;
  line-height: 1.5;
  color: #0AA910;
}
.in-store + .cheaper-caller {
  margin-left: 2rem;
}
@media screen and (max-width: 991px) {
  .in-store + .cheaper-caller {
    margin-left: 1rem;
  }
}
.in-store .waiter__text {
  color: #bbb;
}
.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: 30px;
}
.maillist_fieldset legend {
  color: #999;
  margin-bottom: 5px;
}
.maillist_fieldset .modal-form__input-area {
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.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: #FF7751;
}
.modal-form__title {
  color: #343A40;
  margin-bottom: 2px;
  font-weight: 500;
  margin-left: -20px;
  margin-right: -20px;
  text-align: center;
  font-size: 22px;
  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-area-radio {
  display: flex;
  gap: 5px;
  align-items: center;
}
.modal-form__input-area-radio input[type="radio"] {
  margin: 0;
}
.modal-form__input-area input[type="radio"] + label {
  color: #999;
}
.modal-form__input-area.hidden {
  display: none;
}
.modal-form__input {
  padding: 24px 12px 12px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding-left: 15px;
  color: #444;
  max-height: 54px;
  font-size: 16px;
}
.modal-form__input:focus ~ .modal-form__label {
  font-size: 0.8rem;
  top: 5px;
}
.modal-form__input[type='tel']:hover ~ .modal-form__label,
.modal-form__input[type='text']: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: 8px;
  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 {
  user-select: none;
  align-self: center;
}
.modal-form__submit--loading {
  pointer-events: none;
  cursor: default;
  overflow: hidden;
  position: relative;
}
.modal-form__submit--loading::before {
  background: none repeat scroll 0 0 rgba(50,50,50,0.5);
  position: absolute;
  z-index: 500;
  content: '';
  display: block;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
}
.modal-form__submit--loading::after {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-animation: typing 1s linear infinite alternate;
  -moz-animation: Typing 1s linear infinite alternate;
  animation: typing 1s linear infinite alternate;
  position: absolute;
  left: 50%;
  display: block;
  content: '';
  z-index: 501;
  margin-left: -12px;
  top: 50%;
}
@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 > 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: #FF7751;
  color: #fff;
  width: 130px;
  text-align: center;
  line-height: 35px;
  height: 35px;
  border: 1px solid #FF7751;
  cursor: pointer;
  transition: .3s;
  margin-right: 20px;
  border-radius: 8px;
}
.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: #FF7751;
  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 > span {
  text-align: center;
  margin-right: 15px;
  margin-bottom: 15px;
}
.select-mod__wrapper > span > input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.select-mod__wrapper > span > input + label {
  padding: 8px 10px;
  border-radius: 8px;
  transition: all 0.3s;
  display: block;
  position: relative;
  border: 1px solid #ddd;
}
.select-mod__wrapper > span > 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 > span > input:checked + label::before {
  border: 1px solid #FF7751;
}
.select-mod__wrapper > span:hover input + label,
.select-mod__wrapper > span input:checked + label {
  border-color: #FF7751;
}
.select-mod__wrapper > span > input:disabled + label {
  background: #f7f7f7;
  border: 1px solid #eaeaea;
  cursor: default;
}
.prop-title {
  margin: 20px 0 5px;
  font-weight: 700;
  font-size: 16px;
  line-height: 150%;
  color: #656565;
}
.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 #FF7751;
}
.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: 8px;
  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 #FF7751;
}
.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: #FF7751;
}
.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: 8px;
}
.view-toggle__type > i {
  background-image: url(/images/sprite-sorting_types.png);
  width: 16px;
  height: 16px;
  display: block;
}
.view-toggle__type--current {
  background-color: #FF7751;
}
.view-toggle__type:hover {
  border-color: #FF7751;
}
.view-toggle__type[data-typeview="grid"] > i {
  background-position: -31px -80px;
}
.view-toggle__type[data-typeview="grid"].view-toggle__type--current > i {
  background-position-y: -96px;
}
.view-toggle__type[data-typeview="list"] > i {
  background-position: 0px 16px;
}
.view-toggle__type[data-typeview="list"].view-toggle__type--current > i {
  background-position-y: 0px;
}
.view-toggle__type[data-typeview="minilist"] > i {
  background-position: -64px 16px;
}
.view-toggle__type[data-typeview="minilist"].view-toggle__type--current > 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: #FF7751;
}
.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: #FF7751;
  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: 8px;
}
@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: #FF7751;
  border-bottom: 1px dotted rgba(255,119,81,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: #343A40;
  font-weight: 500;
}
.grd label.star {
  background: url(/img/icon/star-noactive.svg) center no-repeat;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-size: contain;
}
.top_info .grd label.star {
  background: url(/img/icon/info-star-no-active.svg) center no-repeat;
  cursor: pointer;
  width: 12px;
  height: 12px;
  background-size: contain;
}
.star.active,
.star.active ~ .star {
  background: url(/img/icon/star-active.svg) center no-repeat !important;
}
.top_info .star.active,
.top_info .star.active ~ .star {
  background: url(/img/icon/info-star-active.svg) center no-repeat !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: 8px;
  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: #343A40;
  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;
  align-self: baseline;
  flex-shrink: 0;
  width: 31px;
  transition: transform .2s ease-in-out;
  transform: rotate(0deg);
  padding: 3px;
}
.accordion__close:hover {
  background: #E0E3ED;
  border-radius: 50%;
}
.accordion__card {
  background: #F5F5FA;
  margin-bottom: 20px;
  border-radius: 20px;
}
.accordion__card--opened .accordion__close {
  transform: rotate(45deg);
}
.accordion__header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 24px;
  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 > p {
  margin-right: 20px;
  margin-bottom: 0;
  color: #414850;
  font-size: 20px;
}
.accordion__header:hover {
  border-radius: 20px;
}
.accordion__card-body > p:last-of-type {
  margin-bottom: 0;
}
.accordion__card-body ol {
  padding-left: 25px;
  padding-bottom: 25px;
}
.accordion__collapse {
  display: none;
  padding: 0px 24px 24px 24px;
}
@media screen and (max-width: 991px) {
  .accordion__collapse {
    padding: 15px;
  }
}
@media screen and (max-width: 600px) {
  .accordion__collapse {
    padding: 10px;
  }
}
.accordion__card-body p {
  color: #57636F;
}
.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: #343A40;
  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;
  padding: 10px;
}
.sotrudnik_item:not(.boss) img {
  max-height: 170px;
  width: 100%;
  object-fit: cover;
}
.sotrudnik_item.boss .img {
  flex-shrink: 0;
  margin-bottom: 0;
}
.sotrudnik_item.boss img {
  max-width: 230px;
  object-fit: cover;
}
.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: #343A40;
  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 svg path,
.sotrudnik_item .soc a svg ellipse {
  fill: #FF7751;
}
.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;
}
@media (max-width: 1199px) {
  .galery-group .galery-item {
    max-width: 242px;
  }
}
@media (max-width: 540px) {
  .galery-group .galery-item {
    max-width: 200px;
  }
}
@media (max-width: 455px) {
  .galery-group .galery-item {
    max-width: 157px;
  }
}
.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: 8px;
}
.galery-group .galery-item .item .totalitems {
  position: absolute;
  z-index: 10;
  right: -3px;
  top: 10px;
  background: #FF7751;
  color: #fff;
  padding: 3px 16px;
  border-radius: 8px;
}
.galery-group .galery-item .name {
  color: #343A40;
  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: #FF7751;
}
.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);
}
@media (max-width: 991px) {
  .element-item {
    width: calc(50% - 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__map::before {
  content: "";
  position: absolute;
  opacity: 0.75;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-size: 25%;
  background-image: url(/img/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.contacts-page iframe {
  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;
  }
}
.contact-info {
  background: #fff;
  display: flex;
  flex-direction: column;
  margin-top: -72px;
  margin-left: 68px;
  padding: 28px 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 > p,
#tinymce p.address,
#tinymce p.tel,
#tinymce p.mail,
#tinymce p.clock {
  position: relative;
  padding-left: 40px;
  margin-bottom: 24px;
}
.contact-info > p span.icon,
#tinymce p span.icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 20px;
  margin-top: 0px;
  position: absolute;
  left: 0;
}
.contact-info > p span,
#tinymce p span {
  max-width: 80px;
  fill: #FF7751;
}
.contact-info > p.tel,
#tinymce p.tel {
  font-size: 18px;
  font-weight: 500;
}
.contact-info > p.tel a,
#tinymce p.tel a {
  color: #555;
  border-bottom: 0;
}
.contact-info > p.tel:before,
#tinymce p.tel::before {
  background-size: 100%;
  background: url(/images/phone-call.svg) center no-repeat;
}
.contact-info > p.mail,
#tinymce p.mail {
  font-size: 18px;
}
.contact-info > p.mail:before,
#tinymce p.mail:before {
  background-size: 100%;
  background: url(/images/mail.svg) center no-repeat;
}
.contact-info > p.clock:before,
#tinymce 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: 700;
  color: #444;
}
.line-through {
  text-decoration: line-through;
}
.line-through,
.old-price,
.price {
  white-space: nowrap;
}
.nowrap {
  white-space: nowrap;
}
@media screen and (max-width: 425px) {
  .small-jc {
    justify-content: center;
  }
}
.light-gray {
  color: #999;
}
.brand-color {
  color: #FF7751;
}
@media (max-width: 575px) {
  p {
    margin-bottom: 14px;
  }
}
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 > a {
  color: #444;
}
.fixedHeader .logo img,
.fixedHeader .logo svg {
  max-width: 100%;
  height: auto;
}
.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 {
  display: grid;
  grid-template-columns: 100px auto 100px;
  align-items: center;
  grid-gap: 15px;
}
@media screen and (max-width: 991px) {
  .fixedHeader .container {
    grid-template-columns: repeat(5,1fr);
    justify-items: center;
  }
}
@media screen and (max-width: 991px) {
  .fixedHeader .logo {
    display: none;
  }
}
.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: #FF7751;
}
.fixedHeader .cart a:not(.cart-link--empty):hover .icon svg {
  fill: #FF7751;
}
.fixedHeader .cart a span {
  font-size: 0.9rem;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #343A40;
}
@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: #FF7751;
}
.fixedHeader .count {
  background-color: #FF7751;
  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;
  font-style: normal;
}
.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: flex;
  }
}
.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;
  -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 > 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 > 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 > 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: #343A40;
}
.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;
}
@media (max-width: 1400px) {
  .slider_usl {
    max-width: 575px;
    width: 100%;
  }
}
.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 > 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: #343A40;
}
@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 > 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;
}
.icon_soc svg {
  fill: #FF7751;
}
.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;
  flex-wrap: wrap;
  margin-top: 40px;
}
.o_nas_chisla {
  margin-right: 30px;
  width: 150px;
}
.o_nas_in_block span {
  color: #FF7751;
  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: #343A40;
  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: #343A40;
  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: #343A40;
  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;
  flex-direction: column;
  padding: 0 0 0 15px;
}
.text_company li {
  width: 100%;
}
.whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: all .3s;
}
.whatsapp:hover {
  -webkit-animation: ministormwp .5s ease;
  -moz-animation: ministormwp .5s ease;
  -o-animation: ministormwp .5s ease;
  -ms-animation: ministormwp .5s ease;
  animation: ministormwp .5s ease;
}
.whatsapp .whatsapp-link {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 40%;
  border: 0;
}
.whatsapp .whatsapp-link:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: .5;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  -o-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  width: 20px;
  z-index: 1;
  -webkit-animation: gloss 5s ease-out 0s infinite;
  -o-animation: gloss 5s ease-out 0s infinite;
  animation: gloss 5s ease-out 0s infinite;
}
.whatsapp svg {
  width: 60px;
}
.logo a[href]:hover {
  opacity: 0.7;
}
@-webkit-keyframes gloss {
  0% {
    left: -50px;
  }
  15%,
  100% {
    left: 155%;
  }
}
@-o-keyframes gloss {
  0 {
    left: -50px;
  }
  15
%,
  100
% {
    left: 155%;
  }
}
@keyframes gloss {
  0 {
    left: -50px;
  }
  15
%,
  100
% {
    left: 155%;
  }
}
@-webkit-keyframes ministorm {
  0%,
  100% {
    -webkit-tranform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(8deg);
  }
  70% {
    -webkit-transform: rotate(-8deg);
  }
}
@keyframes ministorm {
  0,
  100
% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30
% {
    -moz-transform: rotate(8deg);
    -o-transform: rotate(8deg);
    -ms-transform: rotate(8deg);
    transform: rotate(8deg);
  }
  70
% {
    -moz-transform: rotate(-8deg);
    -o-transform: rotate(-8deg);
    -ms-transform: rotate(-8deg);
    transform: rotate(-8deg);
  }
}
@-webkit-keyframes ministormwp {
  0%,
  100% {
    -webkit-tranform: rotate(0deg);
  }
  30% {
    -webkit-transform: rotate(12deg);
  }
  70% {
    -webkit-transform: rotate(-12deg);
  }
}
@keyframes ministormwp {
  0,
  100
% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  30
% {
    -moz-transform: rotate(12deg);
    -o-transform: rotate(12deg);
    -ms-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  70
% {
    -moz-transform: rotate(-12deg);
    -o-transform: rotate(-12deg);
    -ms-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
}
@media (max-width: 900px) {
  .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%;
  }
}
@media (max-width: 575px) {
  .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: #343A40;
  }
  .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;
}
.play-btn__block {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 100;
}
.play-btn__block .circle3 {
  border: solid 2px #fff;
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  right: -98%;
  bottom: -49%;
}
.play-btn__block .play path {
  fill: #fff;
}
@media (max-width: 991px) {
  .play-btn__block {
    top: 45%;
    left: 45%;
  }
  .play-btn__block .circle3 {
    width: 50px;
    height: 50px;
    right: -54%;
    bottom: -23%;
  }
}
.fancybox-enabled body {
  overflow: hidden;
}
.search_remove {
  width: fit-content;
  position: absolute;
  right: 50px;
  top: 10px;
  display: none;
  cursor: pointer;
  opacity: 0.6;
}
.search_remove:hover {
  opacity: 0.4;
}
.search_remove svg {
  width: 14px;
}
.search_remove.active {
  display: block;
}
#submit.off {
  background: url(/img/magnifying-glass__white.svg) center no-repeat, #FF7751;
  border-radius: 0 5px 5px 0;
  transition: all .2s ease;
}
.search_close {
  width: fit-content;
  position: absolute;
  right: 13px;
  top: 10px;
  display: none;
  cursor: pointer;
  opacity: 0.6;
}
.search_close:hover {
  opacity: 0.4;
}
.search_close svg {
  width: 14px;
}
.search_close.active {
  display: block;
}
.button_s.off {
  display: none;
}
#stocks-slider,
.new-group,
#reward-slider,
.swiper__uslugi-inner {
  overflow: hidden;
  position: relative;
  padding: 0;
}
#stocks-slider .swiper-button-next,
#stocks-slider .swiper-button-prev,
.new-group .swiper-button-next,
.new-group .swiper-button-prev,
#reward-slider .swiper-button-next,
#reward-slider .swiper-button-prev,
.swiper__uslugi-inner .swiper-button-next,
.swiper__uslugi-inner .swiper-button-prev {
  top: 425px;
}
#stocks-slider .swiper-button-next svg,
#stocks-slider .swiper-button-prev svg,
.new-group .swiper-button-next svg,
.new-group .swiper-button-prev svg,
#reward-slider .swiper-button-next svg,
#reward-slider .swiper-button-prev svg,
.swiper__uslugi-inner .swiper-button-next svg,
.swiper__uslugi-inner .swiper-button-prev svg {
  fill: #fff;
}
#stocks-slider .swiper-button-next:hover,
#stocks-slider .swiper-button-prev:hover,
.new-group .swiper-button-next:hover,
.new-group .swiper-button-prev:hover,
#reward-slider .swiper-button-next:hover,
#reward-slider .swiper-button-prev:hover,
.swiper__uslugi-inner .swiper-button-next:hover,
.swiper__uslugi-inner .swiper-button-prev:hover {
  background-color: transparent;
  border-color: #eaeaea;
}
#stocks-slider .swiper-button-next:hover svg,
#stocks-slider .swiper-button-prev:hover svg,
.new-group .swiper-button-next:hover svg,
.new-group .swiper-button-prev:hover svg,
#reward-slider .swiper-button-next:hover svg,
#reward-slider .swiper-button-prev:hover svg,
.swiper__uslugi-inner .swiper-button-next:hover svg,
.swiper__uslugi-inner .swiper-button-prev:hover svg {
  fill: #bbb;
}
@media (max-width: 991px) {
  #stocks-slider .swiper-button-next,
  #stocks-slider .swiper-button-prev,
  .new-group .swiper-button-next,
  .new-group .swiper-button-prev,
  #reward-slider .swiper-button-next,
  #reward-slider .swiper-button-prev,
  .swiper__uslugi-inner .swiper-button-next,
  .swiper__uslugi-inner .swiper-button-prev {
    display: none;
  }
}
#stocks-slider .swiper-button-prev,
.new-group .swiper-button-prev,
#reward-slider .swiper-button-prev,
.swiper__uslugi-inner .swiper-button-prev {
  left: 45%;
  transform: rotate(-90deg);
}
#stocks-slider .swiper-button-next,
.new-group .swiper-button-next,
#reward-slider .swiper-button-next,
.swiper__uslugi-inner .swiper-button-next {
  right: 45%;
  transform: rotate(90deg);
}
.new-group__item .img {
  border-radius: 8px;
  -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: 8px;
}
.new-group__item .img .new_stiker {
  position: absolute;
  top: 20%;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 13px;
  background: #343A40;
  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: #343A40;
  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: #FF7751;
}
.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;
}
.filter select {
  margin-bottom: 20px !important;
  margin-top: 12px;
}
input[type="checkbox"] + label {
  position: relative;
  padding: 10px 0 0 30px;
  display: block;
  color: #656565;
  font-size: 15px;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  display: flex;
  align-items: end;
}
input[type="checkbox"] {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-appearance: auto;
}
input[type="checkbox"] + label:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 18px;
  height: 18px;
  top: 12px;
  background: transparent;
  border: 2px solid #e1e1e1;
  box-sizing: border-box;
}
input[type="checkbox"] + label:after {
  content: "";
  display: block;
  position: absolute;
  left: -4.6px;
  width: 11px;
  height: 11px;
  top: 4px;
}
input[type="checkbox"]:checked + label:before {
  animation: checkbox-check 125ms cubic-bezier(.4,0,.23,1) .25s forwards;
  border-bottom: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  border-left: 0;
  border-top: 0;
  border-radius: 0;
  box-sizing: content-box;
  content: "";
  left: 4px;
  position: absolute;
  top: 12px;
  transform: rotate(39deg);
  transform-origin: 0 100%;
  width: 3px;
  height: 9px;
  z-index: 1;
  background: none;
}
input[type="checkbox"]:checked + label:after {
  animation: shrink-bounce .2s cubic-bezier(.4,0,.23,1);
  background-color: #FF7751;
  border: 7px solid #FF7751;
  left: 0;
  width: 18px;
  height: 18px;
  top: 13px;
  animation: tick .3s ease-in-out;
}
input[type="checkbox"]:checked + label:before {
  animation: tick2 .26s ease-in-out;
}
@keyframes tick {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes tick2 {
  0% {
    opacity: 0;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 3px;
  }
}
input[type="radio"] > * {
  cursor: pointer;
}
input[type="radio"] + label {
  color: #000;
}
input[type="radio"] {
  height: 15px;
  width: 15px;
  border: 1px solid #FF7751;
  border-radius: 50%;
  position: relative;
  margin-right: 8px;
  margin-top: 4px;
  transition: border-width 0.3s ease-in-out;
  cursor: pointer;
}
input[type="radio"]:checked {
  border: 5px solid #FF7751;
}
.te__inputs {
  display: flex;
  flex-direction: column;
}
.filter .propertyColor {
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 10px 0;
}
.filter .propertyColor label {
  padding: 0;
}
.filter .propcolor {
  border-radius: 50%;
}
.propertyColor input[type="checkbox"]:checked + .propcolor {
  border: 2px solid #FF7751;
}
.propertyColor input[type="checkbox"] + .propcolor {
  border: 2px solid transparent;
}
.propertyColor input[type="checkbox"] + label:before,
.propertyColor input[type="checkbox"]:checked + label:after,
.propertyColor input[type="checkbox"]:checked + label:before {
  opacity: 0;
  transition: 0;
  animation: 0;
}
.caption__main,
.caption__main h1 {
  display: flex;
  align-items: start;
  font-size: 42px;
  margin: 80px 0 60px 0;
}
@media (max-width: 991px) {
  .caption__main,
  .caption__main h1 {
    margin: 60px 0 30px 0;
    font-size: 22px;
  }
}
.caption__main h1,
.caption__main h2 {
  margin: 0;
  font-weight: 500;
  font-size: 42px;
}
.caption__main--link {
  display: flex;
  align-items: baseline;
}
.caption__main--link a {
  text-transform: lowercase;
  margin: 0 0 0 40px;
}
.caption__main--link a:hover {
  opacity: 0.8;
}
.caption__main--link a:first-letter {
  text-transform: uppercase;
}
#stocks-slider img,
#news-slider img {
  max-width: 304px;
  width: 100%;
  max-height: 228px;
  height: 100%;
  object-fit: cover;
}
.filter-block {
  order: -1;
  width: 304px;
  margin: 30px 32px 0 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: #FF7751;
}
.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-block__values {
  display: none;
  margin-top: 0;
  margin-bottom: 12px;
}
.filter-block .filter_caption {
  display: none;
}
.filter-block .filter__title-block {
  font-weight: 600;
  font-size: 18px;
  color: #656565;
  text-align: start;
  width: 100%;
  display: flex;
  margin: 25px 0 0 0;
}
.filter-block #price .filter__title-block {
  margin: 0 0 20px 0;
}
.filter-block .btn-clear {
  font-size: 16px;
  line-height: 1.5;
  border-radius: 8px;
  border: 1px solid #656565;
  color: #656565;
  padding: 8px 12px;
}
.filters_mobile_body .filter-block {
  margin-top: 0;
  width: 100%;
}
.sidebar-block + .content .group_list .group_item {
  max-width: 304px;
  width: 100%;
}
.propertyInput__radio input[type="radio"] + label {
  font-size: 15px;
  line-height: 150%;
  color: #656565;
}
.propertyInput__radio {
  display: grid;
  grid-template-columns: 1fr 10fr;
  margin: 0 0 25px 0;
}
.services__list {
  display: grid;
  gap: 32px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 991px) {
  .services__list {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.services__list .group_item_image img {
  max-width: 190px;
  width: 100%;
  border-radius: 8px;
  margin: 0 30px 0 0;
}
.services__list .group_item_name a {
  color: #343A40;
}
.services__list .group_item_inner {
  gap: 30px;
}
@media (max-width: 991px) {
  .services__list .group_item_inner {
    gap: 10px;
  }
}
.services__list .group_item_inner:hover .group_item_name a {
  color: #FF7751;
}
.services__list .group_children_items {
  margin: 20px 0 15px 0;
}
.services__list .group_item_text {
  color: #999999;
  font-weight: 400;
  font-size: 14px;
}
.services__list .group_item_description {
  min-width: 210px;
  width: 100%;
}
@media (max-width: 450px) {
  .main-page__actions .container,
  .news .container {
    padding: 0 0 0 12px;
  }
}
.sidebar + .content {
  max-width: 975px;
  width: 100%;
}
.slider__main-big {
  margin: -40px 0 0 0;
}
.slider__main-big .slider-block {
  border-radius: 0;
}
.producer-art {
  order: 1;
}
.producer-art,
.review-icons {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 576px) {
  #gallery-item .information-about-tovar .top-line {
    flex-direction: column;
    align-items: inherit;
    padding: 20px 0 0;
  }
  #gallery-item .information-about-tovar .price-block .price .price_amount,
  .information-about-tovar .fa {
    font-size: 20px !important;
  }
  #gallery-item .information-about-tovar .price-block {
    margin: 0 0 8px 0;
  }
  #gallery-item .information-about-tovar .gutter-bottom-medium {
    margin-bottom: 40px;
  }
}
.filter .select {
  display: inline-block;
  vertical-align: top;
  max-width: 265px;
  width: 100%;
  margin: 12px 0 20px 0;
}
.filter .select-wrap {
  max-width: 700px;
  width: 100%;
  margin: 20px auto;
}
.filter .select-wrap select {
  margin: 20px;
}
.filter .select__gap {
  background: white;
  border-radius: 8px;
  color: #656565;
  border: 1px solid #DDDDDD;
  font-size: 15px;
  padding: 10px;
  cursor: pointer;
  position: relative;
}
.filter .select__list {
  background: white;
  border: 1px solid #DDDDDD;
  margin: 0px 0;
  border-radius: 0 0 8px 8px;
  position: absolute;
  z-index: 9999999;
  max-width: 265px;
  width: 100%;
  overflow-y: scroll;
  max-height: 257px;
}
.filter .select__list.on {
  display: block;
}
.filter .select__item span {
  display: block;
  padding: 10px 15px;
  cursor: pointer;
  color: #333;
}
.filter .select__item.selected,
.filter .select__item span:hover {
  color: #FF7751;
}
.filter .select__gap:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -4px;
  border-left: 1px solid #444444;
  border-top: 1px solid #444444;
  -webkit-transition: all .27s ease-in-out;
  -o-transition: all .27s ease-in-out;
  transition: all .27s ease-in-out;
  -webkit-transform: rotate(224deg);
  -ms-transform: rotate(224deg);
  -o-transform: rotate(224deg);
  transform: rotate(224deg);
}
.filter .on.select__gap:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.filter .select__gap.on {
  border-radius: 8px 8px 0 0;
}
.select__list::-webkit-scrollbar {
  width: 7px;
  background-color: #DDDDDD;
}
.select__list::-webkit-scrollbar-thumb {
  background-color: #bbb;
}
.select__list {
  scrollbar-width: thin;
  scrollbar-color: #bbb #DDDDDD;
}
.filter_slider .inputs {
  margin: 5px 0 0 0;
}
.service__list {
  grid-template-columns: repeat(1,1fr);
  margin: 40px 0;
}
.service__list .group_item_image {
  margin: 0 20px 0 0;
}
.sidebar-block + .content .service__list .group_item {
  max-width: none;
}
.innerpage__text {
  margin-top: 30px;
}
@media (max-width: 1075px) {
  .fixedHeader .cart span {
    display: none;
  }
}
.sotrudnik_item.boss .sotrudnik_info {
  padding: 0 16px;
}
.wrong-page .content {
  margin: 40px 0 180px 0;
}
@media (max-width: 1360px) {
  .wrong-page .content {
    margin: 0 0 180px 0;
  }
}
.wrong-page .wrong-page_err {
  font-weight: 900;
  font-size: 70px;
  line-height: 130%;
  text-align: center;
  color: #bbb;
  opacity: 0.5;
  margin: -100px 0 0 0;
}
@media (max-width: 768px) {
  .wrong-page .wrong-page_err {
    margin: -40px 0 0 0;
    font-size: 60px;
  }
}
@media (max-width: 360px) {
  .wrong-page .wrong-page_err {
    margin: -30px 0 0 0;
    font-size: 30px;
  }
}
.wrong-page .h1 {
  font-weight: 800;
  font-size: 400px;
  line-height: 130%;
  text-align: center;
  margin: 0;
  background-image: url("/images/404-fon.png");
  background-repeat: repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 1360px) {
  .wrong-page .h1 {
    font-size: 320px;
  }
}
@media (max-width: 768px) {
  .wrong-page .h1 {
    font-size: 200px;
  }
}
@media (max-width: 360px) {
  .wrong-page .h1 {
    font-size: 100px;
  }
}
.wrong-page .description {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
@media (max-width: 768px) {
  .wrong-page .description {
    margin-top: 20px;
  }
}
.wrong-page .text {
  font-weight: 400;
  font-size: 22px;
  line-height: 130%;
  margin-bottom: 40px;
  color: #57636F;
}
.wrong-page .main__btn {
  max-width: 310px;
  margin: 70px auto 0 auto;
}
.sotrudnik_group__inner-page .main__info {
  margin-top: 43px;
}
@media (max-width: 440px) {
  .sotrudnik_group__inner-page .main__info {
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .sotrudnik_group__inner-page .main__info .img {
    max-width: 200px;
    margin-left: 20px;
  }
}
@media (max-width: 440px) {
  .sotrudnik_group__inner-page .main__info .img {
    margin-left: 0;
  }
}
.sotrudnik_group__inner-page .main__info,
.sotrudnik_group__inner-page .phone,
.sotrudnik_group__inner-page .email,
.sotrudnik_group__inner-page .ofice,
.sotrudnik_group__inner-page .time {
  display: flex;
}
.sotrudnik_group__inner-page .main__info-text {
  margin-left: 32px;
}
@media (max-width: 575px) {
  .sotrudnik_group__inner-page .main__info-text {
    margin-left: 0;
    order: -1;
  }
}
@media (max-width: 440px) {
  .sotrudnik_group__inner-page .main__info-text {
    order: 1;
  }
}
.sotrudnik_group__inner-page .sotrudnik__name {
  margin: 0;
  font-weight: 600;
  font-size: 48px;
  line-height: 130%;
}
@media (max-width: 575px) {
  .sotrudnik_group__inner-page .sotrudnik__name {
    font-size: 32px !important;
  }
}
.sotrudnik_group__inner-page .status {
  margin: 20px 0 25px;
}
.sotrudnik_group__inner-page .status p {
  font-weight: 400;
  font-size: 22px;
  line-height: 150%;
  color: #343A40;
  margin-top: 7px;
}
.sotrudnik_group__inner-page .title__item {
  font-weight: 600;
  font-size: 16px;
  line-height: 130%;
  color: #343A40;
}
.sotrudnik_group__inner-page .item__info a {
  font-weight: 400;
  color: #343A40;
}
.sotrudnik_group__inner-page .item__info a:hover {
  color: #FF7751;
}
.sotrudnik_group__inner-page .item__info {
  font-weight: 400;
  color: #343A40;
  margin-left: 5px;
}
.sotrudnik_group__inner-page .social a:not(:first-child) {
  margin: 0 4px;
}
.sotrudnik_group__inner-page .social path,
.sotrudnik_group__inner-page .social ellipse {
  fill: #FF7751;
}
.sotrudnik_group__inner-page .additional__info {
  margin-top: 40px;
}
@media (max-width: 1400px) {
  .sotrudnik_group__inner-page .additional__info {
    max-width: 700px;
    width: 100%;
  }
}
@media (max-width: 1120px) {
  .sotrudnik_group__inner-page .additional__info {
    max-width: 600px;
    width: 100%;
  }
}
.sotrudnik_group__inner-page .additional__info p {
  font-size: 16px;
  line-height: 150%;
  color: #343A40;
}
.sotrudnik_group__inner-page .additional__info p strong {
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  color: #343A40;
}
.sotrudnik_group__inner-page .nagrady {
  margin: 40px 0 25px;
}
.anim-slider .swiper-wrapper {
  animation-duration: 1s;
  animation-delay: 1s;
  animation-name: sliderAnim;
}
@keyframes sliderAnim {
  0% {
    transform: translate3d(0px,0px,0px);
  }
  50% {
    transform: translate3d(-80px,0px,0px);
  }
  100% {
    transform: translate3d(0px,0px,0px);
  }
}
.r-tabs-panel {
  opacity: 0;
  margin-bottom: 60px;
}
.r-tabs-panel.r-tabs-state-active {
  animation-duration: 1s;
  animation-name: tabsAnim;
  animation-fill-mode: forwards;
  transition: all ease;
}
@keyframes tabsAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    margin-bottom: 30px;
  }
}
.information-tovar {
  margin-top: 60px;
}
.information-about-tovar .under_price div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 380px;
  margin-bottom: 12px;
}
.information-about-tovar .under_price div svg {
  margin-right: 6px;
}
.information-about-tovar .under_price div p {
  align-items: center;
  display: flex;
}
.information-about-tovar .under_price div p,
.information-about-tovar .under_price div span {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #343A40;
  margin: 0;
}
.header-nav__link-inner .header-nav__link-name {
  white-space: inherit;
  max-width: 210px;
  width: 100%;
}
.header-nav__item .city_select {
  display: none !important;
}
@media (max-width: 991px) {
  .filter-block .popup-filter {
    position: fixed;
    bottom: 105px;
    z-index: 100;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #fff;
    padding: 8px 12px;
    top: auto;
    left: auto;
    transform: translateY(0);
  }
  .filter-block .popup-filter > div:first-child {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.5;
    color: #656565;
  }
  .filter-block .popup-filter .filter-buttons__submit {
    display: none;
  }
  .filter-block .filter-buttons__wrapper {
    position: fixed;
    bottom: 40px;
    justify-content: space-between;
    width: 88%;
    max-width: 690px;
    z-index: 100;
    gap: 0 10px;
  }
  .filter-block .filter-buttons__wrapper .filter-buttons__submit,
  .filter-block .filter-buttons__wrapper .btn-clear {
    width: 50%;
    display: block;
  }
  .filter-block .filter_body {
    margin-bottom: 200px;
  }
}
.soc-button-holder {
  z-index: 9 !important;
}
.tovar-in-cart .price-block .price {
  white-space: inherit;
}
.tovar-in-cart .price_measure {
  font-size: 15px;
  font-weight: 400;
  margin-left: 0;
}
.price_measure {
  font-weight: 400;
  font-size: 16px;
  margin-left: 4px;
}
.comparing-box .price_measure {
  font-weight: 400;
  font-size: 14px;
}
.itog_delivery-free {
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  border-radius: 6px;
  background: #FFF;
  margin-bottom: 20px;
}
.itog_delivery-free span {
  color: #FF7751;
  font-weight: 500;
}
.CardGallery {
  padding-bottom: 100%;
  position: relative;
}
.CardGallery-Image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  top: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.CardGallery-Item:first-child + .CardGallery-Image {
  opacity: 1;
}
.CardGallery-Item {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 5;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  color: #808285;
}
.CardGallery-Item:hover + .CardGallery-Image {
  opacity: 1;
}
.CardGallery-Item::after {
  position: absolute;
  top: 103%;
  height: 2px;
  margin-top: 5px;
  content: '';
  display: block;
  width: 70%;
  left: 15%;
  z-index: 3;
  background: #333;
  opacity: 0.2;
  transition: 0.3s;
}
.CardGallery-Item:hover::after {
  opacity: 1;
}
.image_row .image_cell {
  margin-bottom: 20px;
}
@media (max-width: 450px) {
  .shop_table .image_row,
  .shop_table .image_row img {
    margin-top: 12px;
  }
  .CardGallery-Item::after {
    top: 122%;
  }
}
@media (min-width: 1361px) {
  .shop_table .image_row,
  .shop_table .image_row img {
    min-width: 262px;
    object-fit: cover;
  }
  .associated-list .image_row {
    min-width: 212px;
  }
}
@media (max-width: 1360px) {
  .shop_table .image_row,
  .shop_table .image_row img {
    width: inherit;
    min-width: inherit;
  }
}
@media (max-width: 991px) {
  .shop_item.card-item {
    flex-direction: inherit;
    flex-wrap: wrap;
  }
  .CardGallerySlider .shop_table .image_row,
  .CardGallerySlider .shop_table .image_row img {
    width: 100%;
  }
  .CardGallerySlider {
    max-width: 100%;
    overflow: hidden;
    display: flex;
  }
  .associated-container .shop_item.card-item {
    flex-direction: inherit;
  }
  .card-item .img {
    overflow: inherit;
  }
  .CardGallerySlider .swiper-pagination {
    bottom: -20px !important;
  }
}
@media (max-width: 575px) {
  .shop_table .image_row,
  .shop_table .image_row img {
    max-height: 170px;
  }
  .CardGallerySlider .swiper-pagination {
    bottom: -47px !important;
  }
}
body {
  color: #414850;
  background: #fff;
  font-family: 'inter', sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}
@media (max-width: 991px) {
  body {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  body {
    font-size: 14px;
  }
}
.container {
  max-width: 1392px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  min-height: 100%;
}
@media (max-width: 991px) {
  .container {
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 576px) {
  .container {
    padding: 0 12px;
  }
}
a {
  line-height: 150%;
  border: none;
  text-decoration: none;
}
a:hover {
  border: none;
  text-decoration: none;
  color: #FF7751;
}
*::-webkit-scrollbar {
  height: 40px;
  width: 6px;
  position: absolute;
  right: 1px;
}
*::-webkit-scrollbar-track {
  background: #414850;
  right: 1px;
}
*::-webkit-scrollbar-thumb {
  background-color: #FF7751;
  border-radius: 5px;
  border: 0px solid #414850;
  padding-right: 1px;
}
ymaps::-webkit-scrollbar-track {
  background: #fff;
}
.fixedHeader {
  display: none;
}
button {
  padding: 0;
  background: 0 0;
  border: 0;
  cursor: pointer;
  line-height: inherit;
  font: inherit;
}
header {
  background: #343A40;
  padding: 15px 0px;
  position: relative;
  z-index: 10;
}
.header_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top_menu {
  display: flex;
  align-items: center;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}
header .top_menu_item a {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
}
header .top_menu_item a:hover {
  color: #FF7751;
}
.header_right {
  display: flex;
  align-items: center;
  gap: 57px;
}
.header_phone {
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1;
  position: relative;
}
.header-contacts a {
  color: #fff;
  font-weight: 500;
}
.header_burger {
  display: flex;
}
.burger__btn {
  position: relative;
  width: 30px;
  height: 22px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  cursor: pointer;
  color: #fff;
}
.burger__btn:hover span {
  background-color: #FF7751;
}
.burger__btn span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.burger__btn span:nth-child(1) {
  top: 0;
}
.burger__btn span:nth-child(2) {
  top: calc(49%);
}
.burger__btn span:nth-child(3) {
  bottom: 0;
}
.header-lk:hover {
  cursor: pointer;
}
.header-lk:hover svg path {
  stroke: #FF7751;
}
.header-contacts {
  position: relative;
}
.header-contacts__more {
  position: absolute;
  top: -80%;
  left: -30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 67px 30px 30px 30px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.header-contacts__more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(65,72,80,0.3);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.25);
  box-shadow: 0 0 5px rgba(0,0,0,0.25);
  border-radius: 12px;
  z-index: -1;
}
.header-contacts:hover .header-contacts__more {
  opacity: 1;
  visibility: visible;
  z-index: 0;
}
.header-contacts:hover .header_phone svg path {
  stroke: #FF7751;
}
.header-contacts__more .soc-list {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}
.soc-list a:hover {
  opacity: 0.7;
}
.header-contacts__more .mail {
  margin-top: 22px;
}
body.menu-is-open {
  overflow: hidden;
  max-height: 100vh;
}
.menu {
  --header-height: 152px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: var(--header-height);
  background-color: #343A40;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: .3s, padding-right;
  -o-transition: .3s, padding-right;
  transition: .3s, padding-right;
}
.menu-is-open .menu {
  opacity: 0.97;
  visibility: visible;
  z-index: 9;
}
.menu-is-open .burger__btn span:nth-child(1) {
  -webkit-transform: rotate(135deg) translate(7px,-7px);
  -ms-transform: rotate(135deg) translate(7px,-7px);
  transform: rotate(135deg) translate(7px,-7px);
}
.menu-is-open .burger__btn span:nth-child(2) {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.menu-is-open .burger__btn span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-7px,-7px);
  -ms-transform: rotate(45deg) translate(-7px,-7px);
  transform: rotate(45deg) translate(-7px,-7px);
}
.header-contacts a:hover {
  color: #FF7751;
}
.logo a:hover {
  opacity: 0.7;
}
.menu_burger_block a {
  color: #fff;
  width: fit-content;
}
.menu_burger_block a:hover {
  color: #FF7751;
}
.menu_burger_block .title {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
.menu_burger_block .title_flex {
  display: flex;
  align-items: center;
  gap: 6px;
}
.menu_burger_block .title:hover {
  color: #FF7751;
}
.button-green {
  width: 100%;
  max-width: 162px;
  background: #54CC61;
  font-size: 20px;
  color: #fff;
  border: 1px solid #54CC61;
  padding: 8px 0px;
  border-radius: 50px;
  text-align: center;
  display: block;
  min-width: 162px;
}
a.button-green:hover {
  color: #54CC61;
  background: #fff;
  border: 1px solid #54CC61;
}
.button-blue {
  width: 100%;
  max-width: 162px;
  background: #289CD4;
  font-size: 20px;
  color: #fff;
  border: 1px solid #289CD4;
  padding: 8px 0px;
  border-radius: 50px;
  text-align: center;
  display: block;
  min-width: 162px;
}
a.button-blue:hover {
  color: #289CD4;
  background: #fff;
  border: 1px solid #289CD4;
}
.menu_burger_block .column {
  display: flex;
  flex-direction: column;
}
.menu_burger_block .column_list {
  gap: 20px;
}
.menu_burger_block .column {
  width: fit-content;
}
.menu_burger_block .subcolumn {
  margin-top: 52px;
}
.burger_soc_list {
  display: flex;
  align-items: center;
  gap: 12px;
}
.burger_soc_list a {
  display: flex;
}
.burger_soc_list img {
  max-width: 32px;
}
.soc_item:hover {
  opacity: 0.7;
}
.menu_list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 12px;
}
.menu_burger_block .columns {
  display: flex;
  justify-content: space-between;
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin-bottom: 0;
}
.nav-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.nav-item:hover .nav-item__sublist {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.nav-item:hover svg path {
  stroke: #FF7751;
}
.nav-item:hover:hover a:first-child() {
  color: #FF7751;
}
.nav-item__arrow {
  margin-left: 8px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.nav-item__sublist {
  position: absolute;
  top: 100%;
  left: -30px;
  display: -ms-grid;
  display: grid;
  gap: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 324px;
  padding: 75px 60px 30px 30px;
  background-color: #343A40;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.header-custom .nav-item__sublist {
  padding-top: 25px;
}
.nav-item__arrow {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-top: 10px;
}
.icon {
  display: inline-block;
  height: 1em;
  width: 1em;
  -webkit-transition: fill .3s, font-size .3s, opacity .3s;
  -o-transition: fill .3s, font-size .3s, opacity .3s;
  transition: fill .3s, font-size .3s, opacity .3s;
}
header a {
  font-size: 18px;
  color: #fff;
}
.header_mobile_phone {
  display: none;
}
.header_burger_mobile {
  display: none;
}
.header-lk {
  display: flex;
}
footer {
  background: #343A40;
}
footer.homeClass {
  margin-top: 90px;
}
.footer_top {
  padding: 55px 0px 65px 0px;
}
.footer_top .columns {
  display: flex;
  justify-content: space-between;
}
.footer_top .column {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.footer_top .column .js-toggle-btn {
  display: none;
}
.footer_top .title {
  color: #fff;
  width: fit-content;
  font-size: 22px;
  font-weight: 500;
}
.footer_top a {
  color: #fff;
  width: fit-content;
}
footer a:hover {
  color: #FF7751;
}
.footer_top .column_list {
  gap: 20px;
}
.footer_top .column_list .title-block svg {
  display: none;
}
.footer_top .button_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer_bottom {
  border-top: 1px solid #57636F;
  padding: 18px 0;
  color: #778491;
}
.footer_bottom .columns {
  display: flex;
  justify-content: space-between;
}
.footer_bottom a {
  color: #fff;
}
.breadcrumbs_block {
  background: #414850;
  padding: 14px 0px;
  margin-top: 90px;
}
.footer_mobile {
  display: none;
}
.footer_top .title:hover {
  color: #FF7751;
}
.menu__arrow {
  display: none;
}
footer .menu__arrow {
  display: none;
}
.menu_burger_block .flex-phone span {
  display: none;
}
.menu_burger_block .column_mobile {
  display: none;
}
.banner {
  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: 740px;
}
.picture {
  display: block;
}
.picture--absolute {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.picture__image {
  display: block;
}
.picture--cover .picture__image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.picture--absolute video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}
.banner__content {
  position: relative;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: linear-gradient(0deg,rgba(0,0,0,0.3),#0000003d);
}
.banner__content .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.banner__inner {
  padding: 110px 0 60px 0;
}
.banner__text {
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 40px;
  color: #fff;
}
.banner__title {
  color: #fff;
  font-size: 84px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  margin: 0px 0px 20px 0;
}
.picture__image_mobile {
  display: none;
}
.banner_vector {
  position: absolute;
  bottom: -6px;
}
.margin-90-60 {
  margin-top: 90px;
}
.about_block {
  display: flex;
  gap: 34px;
  justify-content: space-between;
}
.about_section .big_text {
  font-size: 40px;
  color: #fff;
  font-weight: 500;
  width: 49%;
  background-image: url(/images/about-vector-new.svg);
  padding: 144px 0 307px 0;
  background-size: 100% 100%;
}
.about_section .text {
  width: 49%;
  padding-top: 144px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  color: #E0E3ED;
  font-size: 22px;
  max-width: 616px;
}
.about_block span {
  color: #FF7751;
}
.about_section .text p {
  margin: 0;
}
.about_section .text p:first-child {
  font-size: 28px;
}
.section_home_video {
  padding: 90px 0px;
  background: url(/images/home-video-fon.png);
}
.video__image {
  display: inline-block;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.video__image img {
  vertical-align: middle;
  border-radius: 28px;
}
.video-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.video-preview__circle {
  width: 66px;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0,0,0,0.5) 0 4px 20px 0.5px;
  background-color: rgba(255,255,255,0.8);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.video-preview:hover .video-preview__circle {
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .video-preview__circle {
    width: 46px;
    height: 46px;
  }
  .fancybox-slide {
    padding: 0;
  }
}
@media (max-width: 991px) {
  .about_home_block_images {
    display: none;
  }
  .about_home_block_text {
    width: 100%;
  }
}
.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}
.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #FF7751;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}
.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #FF7751;
  border-radius: 50%;
  transition: all 200ms;
}
@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.video-preview__triagle {
  border: 16px solid transparent;
  border-left: 25px solid #fff;
  position: relative;
  z-index: 11;
  left: 9px;
}
.block_home_video {
  display: flex;
  flex-direction: column;
  gap: 30px;
  justify-content: center;
}
.home_video_description {
  color: #F5F5FA;
  font-size: 22px;
  max-width: 859px;
  text-align: center;
  margin: auto;
  line-height: 150%;
}
.section_title {
  color: #343A40;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
}
.tours_list {
  margin-top: 40px;
  display: grid;
  justify-content: space-between;
  gap: 48px 32px;
  grid-template-columns: 1fr 1fr 1fr;
}
.tour_difficulty {
  display: flex;
  gap: 3px;
  align-items: center;
}
span.tour_difficulty {
  display: inline-flex;
}
.distance_difficulty_item {
  background: #E0E3ED;
  width: 10px;
  height: 10px;
  display: inline-flex;
  border-radius: 50%;
}
.distance_difficulty_item-1.full {
  background: #33D330;
}
.distance_difficulty_item-2.full {
  background: #99D918;
}
.distance_difficulty_item-3.full {
  background: #FFE000;
}
.distance_difficulty_item-4.full {
  background: #FF9100;
}
.distance_difficulty_item-5.full {
  background: #FF3300;
}
.tours_list .item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  height: fit-content;
  position: relative;
}
.tours_list .item .new-route {
  position: absolute;
  top: 40px;
  background: #FF7751;
  color: #fff;
  font-size: 12px;
  padding: 8px 23px 8px 9px;
  z-index: 1;
  clip-path: polygon(100% 0,90% 50%,100% 100%,0 100%,0 0);
}
.tours_list .item .item-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  color: #778491;
}
.tours_list .item .item-info .price-row {
  display: grid;
  gap: 15px;
  align-items: center;
  grid-template-columns: 1fr 132px;
}
.tours_list .item .item-info .price-row .price {
  display: flex;
  gap: 15px;
  line-height: 1.2;
  align-items: center;
  font-size: 22px;
  color: #343A40;
}
.tours_list .item .item-info .price-row .price-old {
  font-size: 16px;
  line-height: 1.5;
  color: #778491;
  text-decoration: line-through;
}
.tours_list .item .item-info .text {
  font-size: 14px;
  color: #778491;
}
.tours_list .item .item-info-progress_info {
  display: grid;
  gap: 5px;
  grid-template-columns: 110px 16px;
  font-size: 14px;
  font-weight: 500;
  align-items: center;
  color: #778491;
}
.tours_list .item .item-info-progress_info img {
  display: block;
  width: 16px;
}
.tours_list .item .item-info .tour_progress2 {
  margin-top: 5px;
}
.tours_list .item .item-info .tour_progress2_item {
  height: 10px;
  border-radius: 2px;
}
.tours_list .item .item-info .tour_progress2_item:first-child {
  border-radius: 10px 2px 2px 10px;
}
.tours_list .item .item-info .tour_progress2_item:last-child {
  border-radius: 2px 10px 10px 2px;
}
.tours_list .item .distance_difficulty {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-left: auto;
  width: 132px;
  line-height: 1.5;
  color: #343A40;
}
.tours_list .item .distance_difficulty_caption {
  display: flex;
  align-items: center;
  gap: 5px;
}
.tours_list .item .distance_difficulty_caption span {
  flex: 1;
  font-size: 14px;
  font-weight: 500;
  color: #778491;
}
.tours_list .item .distance_difficulty_item {
  background: #E0E3ED;
  width: 10px;
  height: 10px;
  display: inline-flex;
  border-radius: 50%;
}
.tours_list .item .distance_difficulty_item-1.full {
  background: #33D330;
}
.tours_list .item .distance_difficulty_item-2.full {
  background: #99D918;
}
.tours_list .item .distance_difficulty_item-3.full {
  background: #FFE000;
}
.tours_list .item .distance_difficulty_item-4.full {
  background: #FF9100;
}
.tours_list .item .distance_difficulty_item-5.full {
  background: #FF3300;
}
.tours_list .item .distance_difficulty img {
  width: 16px;
  display: block;
}
.tours_list .item .distance_difficulty .top_info .stars .star {
  background-image: url("data:image/svg+xml,%3Csvg width='16.000000' height='16.000000' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Crect id='vuesax/linear/star' width='16.000000' height='16.000000' fill='%23FFFFFF' fill-opacity='0'/%3E%3Cpath id='Vector' d='M10.32 4.68C10.48 5.01 10.91 5.32 11.27 5.38L13.39 5.74C14.75 5.96 15.08 6.95 14.1 7.92L12.44 9.58C12.16 9.85 12.01 10.39 12.1 10.78L12.57 12.83C12.94 14.45 12.08 15.08 10.65 14.23L8.65 13.05C8.29 12.83 7.7 12.83 7.33 13.05L5.34 14.23C3.91 15.08 3.05 14.44 3.42 12.83L3.89 10.78C3.98 10.39 3.83 9.85 3.55 9.58L1.89 7.92C0.92 6.95 1.23 5.96 2.59 5.74L4.72 5.38C5.07 5.32 5.5 5.01 5.66 4.68L6.83 2.33C7.47 1.06 8.51 1.06 9.15 2.33L10.32 4.68Z' stroke='%23FF7751' stroke-opacity='1.000000' stroke-width='1.200000' stroke-linejoin='round'/%3E%3Cg opacity='0.000000'/%3E%3C/svg%3E%0A") !important;
  width: 16px;
  height: 16px;
  display: block;
  background-size: contain;
}
.tours_list .item .distance_difficulty .top_info .stars .star.active,
.tours_list .item .distance_difficulty .top_info .stars .star.active ~ .star {
  background-image: url("data:image/svg+xml,%3Csvg width='16.000000' height='16.000000' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdesc%3E Created with Pixso. %3C/desc%3E%3Cdefs/%3E%3Crect id='vuesax/linear/star' width='16.000000' height='16.000000' fill='%23FFFFFF' fill-opacity='0'/%3E%3Cpath id='Vector' d='M9.15 2.33L10.32 4.68C10.48 5.01 10.91 5.32 11.27 5.38L13.39 5.74C14.75 5.96 15.08 6.95 14.1 7.92L12.44 9.58C12.16 9.85 12.01 10.39 12.1 10.78L12.57 12.83C12.94 14.45 12.08 15.08 10.65 14.23L8.65 13.05C8.29 12.83 7.7 12.83 7.33 13.05L5.34 14.23C3.91 15.08 3.05 14.44 3.42 12.83L3.89 10.78C3.98 10.39 3.83 9.85 3.55 9.58L1.89 7.92C0.92 6.95 1.23 5.96 2.59 5.74L4.72 5.38C5.07 5.32 5.5 5.01 5.66 4.68L6.83 2.33C7.47 1.06 8.51 1.06 9.15 2.33Z' fill='%23FF7751' fill-opacity='1.000000' fill-rule='nonzero'/%3E%3Cpath id='Vector' d='M10.32 4.68C10.48 5.01 10.91 5.32 11.27 5.38L13.39 5.74C14.75 5.96 15.08 6.95 14.1 7.92L12.44 9.58C12.16 9.85 12.01 10.39 12.1 10.78L12.57 12.83C12.94 14.45 12.08 15.08 10.65 14.23L8.65 13.05C8.29 12.83 7.7 12.83 7.33 13.05L5.34 14.23C3.91 15.08 3.05 14.44 3.42 12.83L3.89 10.78C3.98 10.39 3.83 9.85 3.55 9.58L1.89 7.92C0.92 6.95 1.23 5.96 2.59 5.74L4.72 5.38C5.07 5.32 5.5 5.01 5.66 4.68L6.83 2.33C7.47 1.06 8.51 1.06 9.15 2.33L10.32 4.68Z' stroke='%23FF7751' stroke-opacity='1.000000' stroke-width='1.200000' stroke-linejoin='round'/%3E%3Cg opacity='0.000000'/%3E%3C/svg%3E%0A") !important;
}
.tours_list .item img {
  width: 100%;
  border-radius: 28px;
}
.tours_list .item .name {
  color: #343A40;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
.tours_list .item .data_block {
  color: #778491;
  display: flex;
  align-items: center;
  gap: 15px;
}
.tours_list .item .circle {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #D9D9D9;
}
.tours_list .item .distance_block {
  display: flex;
  align-items: center;
  gap: 10px;
}
.tours_list .item .distance_item {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 8px 10px;
  border-radius: 20px;
  background: #F5F5FA;
  color: #343A40;
}
.text_block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.tours_list .item .image {
  overflow: hidden;
  border-radius: 28px;
  display: flex;
}
.tours_list .item img {
  transition: all 0.3s ease-in-out;
}
.tours_list .item:hover img {
  transform: scale(1.1);
}
.tours_list .item:hover {
  cursor: pointer;
}
.tours_list .item:hover .name {
  color: #FF7751;
}
.total_btn {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 30px;
}
.team_list {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 34px;
}
.team_list .item {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.team_list .item img {
  border-radius: 50%;
  width: 100%;
}
.team_list .item .image {
  display: flex;
  overflow: hidden;
  border-radius: 50%;
  max-width: 224px;
  margin: 0 auto 0 auto;
}
.team_list .item img {
  transition: all 0.3s ease-in-out;
}
.team_list .item:hover img {
  transform: scale(1.1);
}
.team_list .item .text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.team_list .item .name {
  font-size: 22px;
  color: #343A40;
  font-weight: 500;
  line-height: 120%;
}
.team_list .item:hover .name {
  color: #FF7751;
}
.team_list .item .position {
  color: #778491;
}
.accordion {
  margin-top: 40px;
  max-width: 976px;
}
.review_list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
.review_list .review_item {
  background: #F5F5FA;
  padding: 30px 20px;
  border-radius: 24px;
  display: flex;
  gap: 23px;
}
.review_list .review_item .img_block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.review_list .review_item .img_block img {
  border-radius: 50%;
  max-width: 86px;
}
.review_list .review_item .name_date {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.review_list .review_item .name {
  color: #000;
  font-size: 22px;
  font-weight: 500;
}
.review_list .review_item .date {
  color: #B7B8C2;
}
.review_list .text_block {
  gap: 12px;
}
.review_list .review_item .description p {
  margin: 0;
  color: #57636F;
}
.review_list .review_item .full {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 26px;
  color: #B7B8C2;
}
.review_list .review_item .full a {
  display: flex;
  align-items: center;
  gap: 4px;
}
.review_list .review_item .full a:hover {
  opacity: 0.7;
}
.review_list .review_item .tour {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #B7B8C2;
}
.review_list .review_item .tour a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.review_list .review_item .tour a:hover {
  opacity: 0.7;
}
.review_list .review_item .hid .description {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.review_list .review_item .description.open {
  overflow: hidden;
  display: block;
}
.review_list .review_item .open-full {
  margin-top: 5px;
  color: #FF7751;
  border-bottom: 1px dashed #FF7751;
  width: fit-content;
  cursor: pointer;
}
.review_list .review_item .open-full:hover {
  border-bottom: 1px dashed #F5F5FA;
}
.review_list .review_item .open-full {
  display: none;
}
.review_list .review_item .close-full {
  display: none;
}
.review_list .review_item .hid .open-full {
  display: block;
}
.review_list .review_item.opens .open-full {
  display: none;
}
.h1-block {
  background: #343A40;
  padding: 214px 0 30px 0;
}
.h1-block h1 {
  color: #fff;
  font-size: 72px;
  font-style: normal;
  font-weight: 500;
}
.content {
  margin-top: 60px;
}
.tours_description p {
  font-size: 22px;
}
.filter-check-block {
  margin-top: 24px;
}
.switch {
  display: flex;
  align-items: center;
  gap: 8px;
}
.switch-block {
  width: 32px;
  height: 16px;
  border-radius: 8px;
  position: relative;
  background: #FF7751;
  cursor: pointer;
}
.switch-it {
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 50%;
  top: 2px;
  position: absolute;
  left: 2px;
}
.filter-check-block {
  display: flex;
  justify-content: space-between;
}
.switch-list .check-list {
  color: #FF7751;
}
.switch-text:hover {
  cursor: pointer;
  opacity: 0.7;
}
.switch-list .check-map {
  color: #B7B8C2;
}
.switch.switch-map .switch-it {
  left: inherit;
  right: 2px;
}
.switch.switch-map .check-map {
  color: #57636F;
}
.switch.switch-map .check-list {
  color: #B7B8C2;
}
.switch.switch-map .switch-block {
  background: #778491;
}
.tours-map {
  display: none;
}
.map-active .tours-map {
  display: block;
}
.map-active .tours_list {
  display: none;
}
.map-active .tours_list_h2 {
  display: none;
}
.content .wpapper {
  max-width: 976px;
}
.accordion__card-body {
  max-width: 780px;
}
.big_description {
  max-width: 808px;
  color: #414850;
  font-size: 22px;
}
.gid_item {
  display: flex;
  gap: 32px;
  min-height: 480px;
  position: relative;
}
.gid_item .gid_left {
  max-width: 752px;
}
.gid_item .image {
  display: flex;
}
.gid_item .image img {
  border-radius: 50%;
}
.gid_item .image_block {
  position: absolute;
  right: 0;
  top: -193px;
}
.gid_item .gid_qr {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #57636F;
  justify-content: right;
  margin-top: 30px;
}
.gid_item .gid_qr a {
  color: #FF7751;
  display: block;
}
.gid_item .gid_qr a:hover {
  opacity: 0.7;
}
.gid_item .gid_left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.gid_item .description_big p {
  font-size: 22px;
}
.gid_item .description_big p:last-child {
  margin: 0;
}
.gid_item .description_full p:last-child {
  margin: 0;
}
.gid_item .soc_list {
  display: flex;
  align-items: center;
  gap: 10px;
}
.section_review .swiper-buttons {
  display: none;
}
.section_review .swiper-slide {
  display: contents;
}
.team_list .item.hr-item:hover .name {
  color: inherit;
}
.team_list .item.hr-item a {
  color: inherit;
}
.team_list .item.hr-item a:hover {
  color: #FF7751;
}
.content .team_list .item .text {
  text-align: center;
}
.gid_review_full {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}
.gid_review_full#reviewFull {
  display: none;
}
.gid_review_full#reviewFull.show {
  display: flex;
}
.review_servise_list {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 60px;
}
.review_servise_list .item {
  padding: 7px 25px;
  background: #F5F5FA;
  display: flex;
  align-items: center;
  gap: 6px;
  border-radius: 24px;
  color: #778491;
  border: 1px solid #F5F5FA;
}
.review_servise_list .item:hover {
  color: #FF7751;
  border: 1px solid #FF7751;
}
.review_servise_list .item:hover svg path {
  fill: #FF7751;
}
.review_servise_list .item svg {
  margin-top: 2px;
}
.content .review_list {
  margin-top: 60px;
}
.review_full {
  display: none;
}
.review_full {
  margin-top: 40px;
  display: none;
  justify-content: center;
}
.review_full#reviewFull.show {
  display: flex;
}
.tours-map #map {
  width: 100%;
  height: 640px;
}
.map-popup {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  max-width: 500px;
  width: 100%;
  background: #F5F5FA;
  z-index: 5;
  display: none;
  padding: 40px 20px 40px 40px;
  flex-direction: column;
  gap: 30px;
}
.map-popup.active {
  display: flex;
}
.map-active .tours-map {
  position: relative;
  margin-top: 40px;
}
.tours-map .tours_list {
  display: block;
}
.tours-map .tours_list .item {
  margin-bottom: 30px;
}
.tours-map .tours_list .item:hover {
  cursor: inherit;
}
.tours-map .tours_list .item:hover .name {
  color: #343A40;
}
.tours-map .tours_list .item:hover img {
  transform: unset;
}
.map_item_href:hover {
  opacity: 0.7;
}
.tours-map .tours_list .name:hover {
  color: #FF7751 !important;
}
.map-popup-close {
  display: flex;
  justify-content: right;
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
}
.map-popup-close:hover svg path {
  stroke: #FF7751;
}
.background-top {
  height: 512px;
  position: absolute;
  width: 100%;
  top: 0;
  background-size: cover;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: 1920px;
  background-size: 50% !important;
}
.custom-fon .background-top {
  background-size: revert-layer !important;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  max-width: 1920px;
  background-color: #343A40;
}
.header-custom header {
  background: none;
}
.pages {
  margin-top: 400px;
}
.header-custom.menu-is-open header {
  height: fit-content;
  margin-bottom: 460px;
}
.header-custom .background-top .container {
  display: flex;
  flex-direction: column;
}
.header-custom .background-top .custom_header {
  margin-top: auto;
  margin-bottom: 50px;
}
.header-custom .custom_header h1 {
  color: #fff;
  font-size: 72px;
  max-width: 974px;
  margin: 0;
}
.header-custom.menu-is-open {
  display: block;
}
.small_description {
  max-width: 976px;
  margin-top: 40px;
}
.map-route {
  max-width: 976px;
  margin-top: 40px;
}
.map-route .item {
  margin-bottom: 20px;
}
.map-route .item .top_info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.map-route .item .top_info .block {
  display: flex;
  background: #F5F5FA;
  padding: 12px 20px;
  border-radius: 90px;
  gap: 5px;
  width: fit-content;
  color: #778491;
  font-size: 14px;
  line-height: 1;
  align-items: center;
}
.map-route .item .top_info span {
  color: #343A40;
  display: inline-flex;
}
.map-route.map-route2 {
  height: auto;
}
.content .margin-40 {
  margin-top: 40px;
}
.faq-full {
  margin-top: 10px;
}
.faq-full a:hover {
  opacity: 0.7;
}
.tour_page {
  position: relative;
}
.tour_page .tours_list {
  max-width: 976px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 450px) {
  .tour_page .tours_list {
    grid-template-columns: 1fr;
  }
}
.tour-region {
  color: #B7B8C2;
  gap: 5px;
  margin-top: 12px;
  align-items: center;
  display: flex;
}
.tour-region svg {
  display: block;
}
.tour_info_header {
  color: #fff;
  display: flex;
  align-items: center;
  gap: 50px;
}
.tour_info_header .item {
  display: flex;
  flex-direction: column;
}
.tour_info_header .item .name {
  font-style: normal;
  font-weight: 500;
  display: flex;
  gap: 5px;
}
.tour_info_header .item .name span {
  opacity: 0.65;
}
.tour_info_header .item .value {
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
  height: 24px;
}
.tour_info_header .grd label.star {
  cursor: default;
}
.marshrut_list {
  max-width: 976px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.marshrut_list .item {
  border-radius: 20px;
  padding: 20px;
  background: #F5F5FA;
  gap: 20px;
}
.marshrut_list .item .info_top {
  display: flex;
  align-items: center;
  gap: 20px;
}
.marshrut_list .item .day {
  font-size: 25px;
  font-weight: 500;
  color: #343A40;
}
.marshrut_list .item .data {
  font-size: 14px;
  color: #778491;
}
.marshrut_list .item .text {
  margin-top: 15px;
}
.marshrut_list .item .text p:last-child {
  margin: 0;
}
.marshrut_list .item .text a:hover {
  opacity: 0.7;
}
.skill_block {
  display: none;
  padding: 65px 40px 40px 40px;
  box-shadow: 0 4px 20px 0 rgba(1,0,44,0.15);
  border-radius: 20px;
  flex-direction: column;
  gap: 20px;
  position: absolute;
  background: #fff;
  z-index: 9;
  top: 65px;
  width: 100vh;
  max-width: 865px;
}
.skill_block-fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.skill_block .list .item {
  cursor: default;
}
.skill_block .list .item .name {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: #343A40;
}
.section_tours .skill_block-fixed {
  position: absolute;
}
.skill_block #approxClose,
.skill_block #skillClose {
  position: absolute;
  right: 15px;
  top: 20px;
  display: flex;
}
.skill_block #skillClose:hover {
  background: #E0E3ED;
}
.skill_block.active {
  display: flex;
}
.skill_block#approxBlock {
  color: #778491;
  font-size: 14px;
}
.save_block {
  max-width: 864px;
  padding: 40px;
  background: #FFEAE4;
  border-radius: 24px;
  color: #53536a;
}
.save_block p {
  color: #53536a;
}
.information_list {
  max-width: 976px;
}
.information_list .item {
  background: #F5F5FA;
  border-radius: 24px;
  padding: 40px;
  width: 48%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 32px;
}
.information_list .item .title {
  color: #343A40;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 20px;
}
.information_list .item .text {
  color: #53536A;
}
.information_list .weather_item {
  background: #414850;
}
.information_list .weather_item .title {
  color: #fff;
}
.information_list .weather_item .text {
  color: #E0E3ED;
}
.information_list ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.information_list ul:not([class]) li {
  left: 20px;
}
.information_list ul:not([class]) li:before {
  width: 10px;
  height: 10px;
  background: #8DD049;
  left: -20px;
}
.information_list .red-list ul:not([class]) li:before {
  background: #E01E2E;
}
.information_list .item .ps {
  color: #778491;
}
.information_list .top_info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.information_list .top_info .block {
  display: flex;
  padding: 12px 20px;
  background: #fff;
  border-radius: 90px;
  gap: 5px;
  width: fit-content;
  color: #778491;
  font-size: 14px;
}
.information_list .top_info span {
  color: #343A40;
}
.we-see {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 976px;
  gap: 32px;
}
.we-see::-webkit-scrollbar {
  display: none;
}
.we-see-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  flex-direction: column;
  gap: 32px;
}
@media (max-width: 575px) {
  .we-see-block {
    flex-direction: row;
    overflow-x: scroll;
    gap: 10px;
    flex-shrink: 0;
    scroll-snap-type: x mandatory;
  }
  .we-see-block::-webkit-scrollbar {
    display: none;
  }
}
.we-see-item {
  line-height: 1.5;
  overflow: hidden;
  background: #F5F5FA;
  border-radius: 24px;
}
.we-see-item-img img {
  display: block;
}
.we-see-item-body {
  padding: 20px;
}
.we-see-item-name {
  font-size: 22px;
  color: #343A40;
  font-weight: 500;
}
.we-see-item-text {
  margin-top: 5px;
}
.we-see-item-text-more {
  margin-top: 15px;
}
.we-see-item-text-more-btn {
  font-size: 16px;
  color: #FF7751;
  cursor: pointer;
  border-bottom: 1px dashed #FF7751;
}
.we-see-item-text2 {
  margin-top: 0;
  display: grid;
  grid-template-rows: 0fr;
  transition: 300ms ease-in-out;
}
.we-see-item-text2.show {
  grid-template-rows: 1fr;
  margin-top: 15px;
}
.we-see-item-text2 > div {
  overflow: hidden;
}
.we-see-item-text2 p {
  margin-bottom: 15px;
}
.we-see-item-text2 p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .we-see-item {
    width: calc(100vw - 84px);
    flex-shrink: 0;
    scroll-snap-align: start;
  }
}
@media (max-width: 575px) {
  .we-see {
    display: flex;
    flex-shrink: 0;
    overflow-x: scroll;
  }
}
#sliderPhoto .tour_gallery {
  margin-top: 40px;
}
.tour_gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 32px;
}
.top_tour_gallery {
  grid-template-columns: 1fr 1fr 1fr;
}
.tour_gallery a {
  border-radius: 24px;
  display: flex;
  overflow: hidden;
}
.tour_gallery img {
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
  display: block;
}
.swiper-slide.hidden-slide {
  display: none;
}
.plus_photo {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background: rgba(0,0,0,0.5);
  color: #fff;
  bottom: 0;
  line-height: 1.2;
  text-decoration: none;
  border: 0;
  border-radius: 24px;
  flex-direction: column;
  font-size: 32px;
}
.plus_photo span {
  font-size: 52px;
}
.swiper-container-initialized .swiper-slide.hidden-slide {
  display: block;
}
.tour_gallery a {
  overflow: hidden;
}
.tour_gallery a:hover img {
  transform: scale(1.1);
}
.tour_video {
  max-width: 976px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}
.tour_video .description {
  color: #778491;
  text-align: center;
  font-size: 14px;
}
.tour_top {
  display: flex;
  gap: 32px;
  justify-content: space-between;
  position: relative;
}
.tour_price {
  height: fit-content;
  padding: 30px 20px;
  background: #F5F5FA;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  position: relative;
  max-width: 304px;
  position: absolute;
  right: 0;
  top: 0;
}
.tour_price .sale .price {
  color: #000000;
  font-size: 32px;
  font-weight: 500;
}
.tour_price .title {
  font-size: 20px;
  font-weight: 500;
}
.tour_price .text {
  font-size: 14px;
  color: #778491;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}
.tour_price .buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tour_price .default .price {
  color: #000000;
  font-size: 22px;
  font-weight: 500;
}
.tour_price .main__btn {
  max-width: 100%;
}
#paymentInfo {
  display: flex;
}
#paymentInfo:hover {
  cursor: pointer;
  opacity: 0.7;
}
.tour_price .payment-info {
  display: none;
  position: absolute;
  bottom: -57%;
  padding: 20px 15px 50px 15px;
  width: 400px;
  flex-direction: column;
  background: #fff;
  border-radius: 20px;
  color: #57636F;
  font-size: 14px;
  text-align: left;
  box-shadow: 0 4px 20px 0 rgba(1,0,44,0.15);
}
.tour_price .payment-info .close {
  width: fit-content;
  margin-left: auto;
  cursor: pointer;
}
.tour_price .payment-info .close:hover {
  opacity: 0.7;
}
.tour_price .payment-info.show {
  display: flex;
}
.tour_price.fixed {
  position: fixed;
  top: 100px;
  right: 10%;
  z-index: 99;
  max-width: 304px;
}
.tour_progress {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 10px;
  height: 18px;
  width: 100%;
  position: relative;
}
.tour_progress_indicator {
  height: 100%;
  border-radius: 10px;
  -webkit-mask: linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0);
}
.tour_progress_indicator::after {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  content: '';
  background: linear-gradient(90deg,#28d232,#ffe000,#ff2300);
}
.tour_progress_1 .tour_progress_indicator {
  width: 20%;
}
.tour_progress_2 .tour_progress_indicator {
  width: 40%;
}
.tour_progress_3 .tour_progress_indicator {
  width: 60%;
}
.tour_progress_4 .tour_progress_indicator {
  width: 80%;
}
.tour_progress_5 .tour_progress_indicator {
  width: 100%;
}
.tour_progress2 {
  display: flex;
  gap: 3px;
  margin-top: 20px;
}
.tour_progress2_item {
  background: #E0E3ED;
  height: 18px;
  flex: 1;
  border-radius: 4px;
}
.tour_progress2_item.full {
  background: #FF7751;
}
.background-top .container {
  z-index: inherit;
}
.skill_block .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  row-gap: 20px;
}
.skill_block .list .item {
  color: #343A40;
  font-weight: 500;
  gap: 4px;
}
.skill_block .list .item-sr {
  margin-top: -39%;
}
.skill_block .list .item-n {
  margin-top: -20px;
}
.skill_block .list .text {
  color: #778491;
  font-size: 14px;
}
#approxShow:hover,
#skillShow:hover {
  opacity: 0.7;
  cursor: pointer;
}
.item-info .protip,
.skillShow {
  border: 1px solid #e0e3ed00;
  border-radius: 50%;
}
.item-info .protip,
.skillShow:hover {
  border: 1px solid #E0E3ED;
}
.skill_block .close:hover {
  opacity: 0.7;
  cursor: pointer;
}
.skill_block .grd label.star {
  background: url(/img/icon/info-star-no-active.svg) center no-repeat;
  cursor: pointer;
  width: 12px;
  height: 12px;
  background-size: contain;
}
.skill_block .star.active,
.skill_block .star.active ~ .star {
  background: url(/img/icon/info-star-active.svg) center no-repeat !important;
}
.skill_block .item .top_block {
  display: flex;
  align-items: center;
  gap: 15px;
}
.banner {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 740px;
}
.banner--video {
  min-height: 550px;
}
.banner__content {
  position: relative;
  z-index: 1;
  width: 100%;
}
.banner--video .banner__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: linear-gradient(0deg,rgba(0,0,0,0.1),#434343);
}
.banner--video .text-subtitle {
  font-size: 22px;
}
.banner--video .banner__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  gap: 40%;
}
.banner__inner {
  padding: 60px 0;
}
.banner__title {
  margin-bottom: 35px;
}
.banner__text {
  margin-bottom: 50px;
}
.banner--video video {
  width: 100%;
  position: absolute;
  top: 50%;
  object-fit: cover;
  height: 100%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.banner--video {
  color: #fff;
}
.banner--video .title {
  font-size: 36px;
  margin-bottom: 20px;
}
.play-btn {
  position: relative;
  flex: 0 0 auto;
}
.play-btn-circle {
  position: absolute;
  width: 150px;
  height: 150px;
  background: #FD6A41;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 30px;
  left: 35px;
}
.play-btn-circle:hover {
  opacity: 0.7;
  cursor: pointer;
}
.play-btn img {
  animation: 12s linear 0s normal none infinite running textGoing;
}
@keyframes textGoing {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#tourHeaderInfo {
  position: relative;
  margin-top: 20px;
}
.modal-form-right {
  position: fixed;
  background: #F5F5FA;
  box-shadow: 0px 15px 15px #343a4040;
  width: fit-content;
  height: 100%;
  transition: 0.9s;
  right: -200%;
  z-index: 11000;
  top: 0;
  overflow-y: scroll;
}
.modal-form-right.show {
  transition: 0.9s;
  right: 0;
}
.modal-form-right .block {
  position: relative;
  padding: 70px 70px 30px 70px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.modal-form-right .close {
  cursor: pointer;
  position: absolute;
  right: 42px;
  top: 42px;
}
.modal-form-right .close:hover {
  opacity: 0.7;
}
.modal-form-right .titles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.modal-form-right .title {
  font-size: 32px;
  color: #343A40;
}
.modal-form-right .subtitle {
  font-size: 16px;
  color: #778491;
  max-width: 339px;
}
.modal-form-right form .modal-form__input {
  background: none;
  padding-left: 0;
  border: none;
  border-bottom: 1px solid #E0E3ED;
  border-radius: 0;
}
.modal-form-right .modal-form__label {
  left: 0;
  font-size: 16px;
}
.modal-form-right .modal-form__label span {
  color: #FF7751;
}
.modal-form-right .submit-form {
  margin-top: 30px;
}
.modal-form-right .politic {
  max-width: 405px;
  font-size: 14px;
  color: #778491;
}
.modal-form-right .politic a {
  border-bottom: none;
}
.modal-form-right .politic a:hover {
  opacity: 0.7;
}
.contact_block {
  margin-top: 95px;
  display: flex;
  gap: 30px;
}
.contact_block .info {
  background: #414850;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 35px;
  color: #fff;
  width: 50%;
  max-width: 527px;
  font-size: 18px;
}
.contact_block .info .top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact_block .info p {
  margin-bottom: 8px;
}
.contact_block .info p:last-child {
  margin-bottom: 0;
}
.contact_block .info .bottom {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.contact_block .info .phone {
  font-size: 32px;
}
.contact_block .info a {
  color: #fff;
  width: fit-content;
}
.contact_block .info a:hover {
  opacity: 0.7;
}
.contact_dop {
  margin-top: 50px;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact_dop .title {
  color: #414850;
  font-size: 22px;
  font-weight: 500;
}
.contact_dop .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact_dop .list .item {
  font-size: 20px;
  color: #414850;
}
#contact {
  height: 458px;
}
.contact_block .maps {
  width: 100%;
  max-width: 750px;
}
.contact_block .ymaps-2-1-79-ground-pane {
  filter: grayscale(100%);
}
.blog_list {
  margin-top: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.blog_list .item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.blog_list .item .img {
  border-radius: 24px;
  overflow: hidden;
  display: flex;
}
.blog_list .item img {
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
}
.blog_list .item .date {
  font-size: 14px;
  color: #778491;
}
.blog_list .item .name {
  color: #343A40;
  font-size: 22px;
  font-weight: 500;
  line-height: normal;
}
.blog_list .item:hover .name {
  color: #FF7751;
}
.blog_list .item .description {
  margin-top: 10px;
  color: #778491;
}
.blog_list .item:hover img {
  transform: scale(1.1);
}
.blog_full {
  margin-top: 40px;
  display: none;
  justify-content: center;
}
.blog_full#blogFull.show {
  display: flex;
}
.blog_full .main__btn {
  border: none;
  border-bottom: 2px solid #ff7751;
  border-left: 2px solid #ff7751;
  background: #fff;
  color: #FF7751;
}
.blog_full .main__btn:hover {
  background: #FF7751;
  color: #fff;
}
.blog-page {
  margin-top: 35px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 864px;
}
.blog-page .img {
  max-height: 500px;
  display: flex;
}
.blog-page img {
  object-fit: cover;
  border-radius: 24px;
}
.date {
  font-size: 14px;
  color: #778491;
}
.views {
  color: #778491;
  margin-top: 1rem;
}
.author {
  margin-top: 1rem;
}
.about_quote_block {
  display: flex;
  gap: 55px;
}
.about_quote_block .quote_text {
  max-width: 700px;
  position: relative;
}
.about_quote_block .quote_text img {
  position: absolute;
  left: -25px;
}
.about_quote_block .img {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}
.about_quote_block .img img {
  border-radius: 50%;
}
.about_quote_block .img .author {
  font-size: 22px;
  font-weight: 500;
  color: #343A40;
}
.about_quote_block .quote_text {
  padding: 20px;
  background: #F5F5FA;
  border-radius: 20px;
  height: fit-content;
  color: #57636F;
  font-size: 18px;
  box-shadow: 0px 4px 20px 0px rgba(1,0,44,0.15);
}
.others .blog_list {
  display: flex;
  gap: 0;
}
#sliderOthers {
  overflow: hidden;
}
.others .blog_list .item img {
  width: 100%;
}
.mw-864 {
  max-width: 864px;
}
.mw-976 {
  max-width: 976px;
}
.margin-20 {
  margin-top: 20px;
}
.about_go {
  text-align: center;
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin: auto;
  gap: 20px;
}
.about_go .title {
  font-size: 50px;
}
.about_go a {
  max-width: fit-content;
  margin: auto;
}
.contact_block .info .bottom .button_list {
  display: flex;
  gap: 20px;
}
.contact_block .info .bottom .button_list .button-green:hover {
  opacity: 1;
  color: #54CC61;
}
.contact_block .info .bottom .button_list .button-blue:hover {
  opacity: 1;
  color: #289CD4;
}
p a:hover {
  opacity: 0.7;
}
.mtb_list_block {
  background: #F5F5FA;
  border-radius: 24px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 40px;
}
.mtb_list_block .title {
  color: #343A40;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 20px;
}
.mtb_list_block .text {
  color: #53536A;
}
.mtb_list_block ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mtb_list_block ul:not([class]) li {
  left: 20px;
}
.mtb_list_block ul:not([class]) li:before {
  width: 10px;
  height: 10px;
  background: #8DD049;
  left: -20px;
}
.mtb_list_block .ps {
  color: #778491;
  font-size: 14px;
}
.mbt_items_block .list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.mbt_items_block .list .item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  border-radius: 24px;
  box-shadow: 0px 4px 20px 0px rgba(1,0,44,0.15);
  height: fit-content;
}
.mbt_items_block .list .item .top {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.mbt_items_block .list .item .top img {
  border-radius: 24px;
}
.mbt_items_block .list .item .name {
  font-size: 20px;
  font-weight: 500;
  color: #343A40;
}
.mbt_items_block .list .item .bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mbt_items_block .item .bottom_item {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 10px;
  background: #F5F5FA;
  border-radius: 20px;
  font-size: 14px;
  color: #343A40;
}
.mbt_items_text {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  font-size: 22px;
}
.mbt_items_text span {
  font-size: 26px;
  font-weight: 600;
}
.blog_foto {
  margin-top: 40px;
}
.prev-href-block a {
  display: flex;
  color: #fff;
}
.prev-href-block a:hover {
  opacity: 0.7;
}
.phone-time {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  margin-top: 10px;
}
footer .phone-time {
  margin-top: 0;
}
.contact_block .phone-time {
  margin-top: 0;
}
.prev-href-block {
  position: absolute;
  top: 150px;
}
.prev-href-block #prev {
  display: flex;
  align-items: center;
}
.prev-href-block svg {
  transform: rotate(180deg);
}
.wrong-page .menu_list {
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  flex-direction: row;
  margin: 0;
}
.wrong-page .menu_list a {
  display: none;
}
.wrong-page .menu_list .item {
  font-weight: 500;
  display: block;
}
.wrong-page .menu_list .item:hover {
  opacity: 0.7;
}
.regions_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.regions_list .item {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.regions_list .item .img {
  display: flex;
}
.regions_list .item .img {
  border-radius: 24px;
  overflow: hidden;
}
.regions_list .item .img img {
  border-radius: 24px;
  transition: all 0.3s ease-in-out;
}
.regions_list .item:hover img {
  transform: scale(1.1);
}
.regions_list .item .name {
  font-size: 22px;
  font-weight: 500;
  color: #343A40;
}
.regions_list .item:hover .name {
  color: #FF7751;
}
.subgroup_page .big_description {
  margin-bottom: 40px;
}
.subgroup_page {
  margin-bottom: 40px;
}
.seo-block .text {
  margin-top: 20px;
}
.tours_list .item.archive {
  position: relative;
}
.tours_list .item.archive .archive_marking {
  position: absolute;
  padding: 2px 15px;
  border-radius: 14px;
  background: #414850;
  color: #B7B8C2;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.tours_list .item.archive .image {
  opacity: 0.5;
}
.holder {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-color: #343A40;
  z-index: 30000;
  display: none;
}
.holder .preloader {
  width: fit-content;
  height: fit-content;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: flex;
  align-items: center;
  gap: 32px;
}
.holder.active {
  display: block;
}
#preText {
  display: none;
  transition: 0.3;
}
#preText.active {
  display: block;
  transition: all 1.5s;
}
#_x31_ {
  transition: width 1s ease-in-out, left 1.5s ease-in-out;
}
#_x31_.active {
  max-width: 209px;
  transition: width 1s ease-in-out, left 1.5s ease-in-out;
}
@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1981.09033203125px;
    stroke-dasharray: 1981.09033203125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1981.09033203125px;
  }
}
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1981.09033203125px;
    stroke-dasharray: 1981.09033203125px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1981.09033203125px;
  }
}
.holder .svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 0.5s cubic-bezier(0.215,0.61,0.355,1) 0s both;
  animation: animate-svg-stroke-1 0.5s cubic-bezier(0.215,0.61,0.355,1) 0s both;
}
@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 3412.151123046875px;
    stroke-dasharray: 3412.151123046875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3412.151123046875px;
  }
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 3412.151123046875px;
    stroke-dasharray: 3412.151123046875px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 3412.151123046875px;
  }
}
.holder .svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 0.5s cubic-bezier(0.215,0.61,0.355,1) 0.12s both;
  animation: animate-svg-stroke-2 0.5s cubic-bezier(0.215,0.61,0.355,1) 0.12s both;
}
@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 391.55748904513433px;
    stroke-dasharray: 391.55748904513433px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 391.55748904513433px;
  }
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 391.55748904513433px;
    stroke-dasharray: 391.55748904513433px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 391.55748904513433px;
  }
}
.holder .svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 0.5s cubic-bezier(0.215,0.61,0.355,1) 0.24s both;
  animation: animate-svg-stroke-3 0.5s cubic-bezier(0.215,0.61,0.355,1) 0.24s both;
}
@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 391.55748904513433px;
    stroke-dasharray: 391.55748904513433px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 391.55748904513433px;
  }
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 391.55748904513433px;
    stroke-dasharray: 391.55748904513433px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 391.55748904513433px;
  }
}
.holder .svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 0.5s cubic-bezier(0.215,0.61,0.355,1) 0.36s both;
  animation: animate-svg-stroke-4 0.5s cubic-bezier(0.215,0.61,0.355,1) 0.36s both;
}
.header-contacts__more .soc-list {
  flex-direction: column;
  align-items: baseline;
}
.header-contacts__more .soc-list a:hover {
  opacity: 1;
}
.button-fixed {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 9;
}
.home-form-block {
  position: relative;
}
.home-form-block img {
  border-radius: 24px;
  min-height: 610px;
  object-fit: cover;
}
.home-form-block .form-content {
  position: absolute;
  top: 50%;
  left: 60px;
  transform: translate(0,-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
  max-width: 475px;
}
.home-form-block .title {
  font-size: 32px;
  font-weight: 500;
  line-height: normal;
}
.home-form-block .titles {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.home-form-block textarea {
  padding: 24px 12px 12px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding-left: 15px;
  color: #444;
  min-height: 103px;
  resize: none;
  font-size: 16px;
}
.home-form-block textarea:focus ~ .modal-form__label {
  font-size: 0.8rem;
  top: 5px;
}
.home-form-block .field-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}
.home-form-block .modal-form__input-area {
  margin: 0;
}
.home-form-block .modal-form__input-area {
  width: calc(50% - 5px);
}
.home-form-block .modal-form__input-area[data-id='info'] {
  width: 100%;
}
.home-form-block .modal-form__label {
  color: #778491;
  font-size: 16px;
  top: 13px;
}
.modal-form__label.focus {
  font-size: 0.8rem !important;
  top: 5px !important;
}
.home-form-block .politic {
  font-size: 14px;
}
.home-form-block .politic a {
  border-bottom: 0;
  color: #fff;
}
.mt-40 {
  margin-top: 40px;
}
.mtb-rent-block {
  position: relative;
  border-radius: 20px;
  background: #F5F5FA;
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 503px;
  padding: 20px 20px 25px 20px;
  color: #343A40;
}
.mtb-rent-block .right {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mtb-rent-block .name {
  font-size: 18px;
  line-height: normal;
  max-width: 335px;
}
.mtb-rent-block .mtb-icon {
  position: absolute;
  right: 17px;
  bottom: 20px;
  border-radius: 20px;
  background: #fff;
  padding: 5px 15px;
  font-size: 14px;
}
.mtb-rent-block a {
  width: fit-content;
}
.mtb-rent-block a:hover {
  opacity: 0.7;
}
.img-tour-guide {
  max-width: 150px;
  border-radius: 150px;
}
.arenda-item {
  display: flex;
  gap: 50px;
  align-items: center;
}
.arenda-item .left {
  flex: 0 0 auto;
  min-width: 440px;
}
.arenda-item .right {
  position: relative;
  overflow: hidden;
}
.arenda-item .right img {
  border-radius: 10px;
}
.arenda-item a {
  overflow: hidden;
  border-radius: 10px;
  display: flex;
}
.arenda-item a img {
  transition: all 0.3s ease-in-out;
}
.arenda-item a:hover img {
  transform: scale(1.1);
}
.arenda-list {
  display: flex;
  flex-direction: column;
  gap: 88px;
}
.arenda-list h3 {
  margin-top: 0;
}
.desrc-line {
  border-left: 5px solid #FF7751;
  background: #F5F5FA;
  padding: 20px 20px 20px 40px;
  font-size: 20px;
  max-width: 862px;
}
.rental-price {
  color: #ff7751;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0px;
  text-align: left;
}
.konvers-block-list {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.konvers-block-list .item {
  padding: 40px;
  border-radius: 24px;
  background: #343A40;
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #fff;
  line-height: normal;
  max-width: 640px;
}
.konvers-block-list .item .top {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.konvers-block-list .item-title {
  font-size: 22px;
}
.konvers-block-list .item-subtitle {
  color: #B7B8C2;
}
.konvers-block-list .gid-item {
  display: flex;
  align-items: center;
  gap: 25px;
}
.konvers-block-list .gid-item .img {
  display: flex;
  flex: 0 0 auto;
  max-width: 120px;
}
.konvers-block-list .gid-item .img img {
  border-radius: 50%;
}
.konvers-block-list .right {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.konvers-block-list .gid-name {
  font-size: 20px;
}
.konvers-block-list .gid-status {
  color: #B7B8C2;
}
.konvers-block-list .gid-tg {
  background: #289CD4;
  border: 1px solid #289CD4;
  color: #fff;
  font-size: 14px;
  padding: 8px 23px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  width: fit-content;
  margin-top: 10px;
}
.konvers-block-list .gid-tg:hover {
  background: #fff;
  color: #289CD4;
}
.konvers-block-list .gid-tg:hover svg path {
  fill: #289CD4;
}
.sertificates-home-block {
  padding: 10px 30px 10px 80px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  border-radius: 24px;
  background: #FFF1EC;
}
.sertificates-home-block .img {
  flex: 0 0 auto;
}
.sertificates-home-block .left {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sertificates-home-block .top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sertificates-home-block .title {
  color: #000000;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}
.sertificates-home-block .value {
  color: #57636F;
  max-width: 99%;
}
.sertificates-home-block a {
  width: fit-content;
}
.sertificates-tour-block {
  margin-top: 180px;
  position: relative;
  padding: 30px 35px;
  border-radius: 24px;
  background: #414850;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 976px;
}
.sertificates-tour-block .left {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.sertificates-tour-block .title {
  font-size: 22px;
  color: #fff;
  font-weight: 500;
  line-height: 1.2;
}
.sertificates-tour-block .value {
  color: #B7B8C2;
}
.sertificates-tour-block .main__btn {
  padding: 16px 30px;
  font-size: 16px;
}
.sertificates-tour-block img {
  position: absolute;
  left: 37%;
}
.skill_block .link-plan {
  width: fit-content;
}
.skill_block .link-plan:hover {
  opacity: 0.7;
}
.help-fiz-block {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}
.help-fiz-block .left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.help-fiz-block .value {
  color: #343A40;
}
.help-fiz-block a {
  width: fit-content;
}
.help-fiz-block a:hover {
  opacity: 0.7;
  width: fit-content;
}
.we-see-item-img video {
  display: block;
  max-height: 238px;
  object-fit: cover;
}
.about_section {
  background: #343A40;
  color: #fff;
  margin: 0;
  padding: 65px 0 70px 0;
}
.preloader-icons-list .preloader-icon {
  display: none;
}
@media (max-width: 1600px) {
  .banner {
    min-height: 458px;
    height: 100%;
  }
}
@media (max-width: 1440px) {
  .skill_block {
    left: 0;
  }
  .skill_block-fixed {
    left: 50%;
  }
}
@media (max-width: 1360px) {
  .gid_item .image img {
    max-width: 400px;
  }
  .tour_top {
    flex-direction: column;
  }
  .tour_price {
    width: fit-content;
    margin: auto;
    max-width: fit-content;
    position: relative;
  }
  .tour_price .payment-info {
    z-index: 999;
    left: 0;
    width: 120%;
    max-width: 90%;
  }
  .sertificates-home-block .top {
    max-width: 540px;
  }
  .sertificates-home-block {
    padding: 40px 30px 40px 80px;
  }
  .sertificates-home-block .left {
    flex: 0 0 auto;
  }
  .sertificates-home-block .img {
    flex: auto;
  }
}
@media (max-width: 1216px) {
  .gid_item .image_block {
    position: initial;
  }
  .gid_item .image img {
    max-width: 300px;
  }
  .custom-fon .background-top {
    background-size: revert-layer !important;
  }
  .tour_gallery {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .banner--video .banner__inner {
    gap: 0;
    justify-content: space-between;
  }
  .contact_block .info {
    font-size: 16px;
  }
  .contact_block .info .phone {
    font-size: 22px;
  }
  .contact_block .maps {
    width: 60%;
  }
}
@media (max-width: 1279px) {
  .header__nav {
    display: none;
  }
  .header_phone {
    display: none;
  }
  .header-contacts {
    display: none;
  }
  .header-lk {
    display: none;
  }
  .header_mobile_phone {
    display: block;
  }
  header .logo {
    margin: auto;
  }
  .menu__arrow {
    display: block;
  }
  .menu_burger_block .menu_list.show {
    display: flex;
  }
  .menu_burger_block .menu__arrow {
    display: none;
  }
  .banner {
    min-height: 458px;
  }
}
@media (max-width: 1150px) {
  .tours_list {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
  .tours_list .item .item-info .price-row .price {
    gap: 5px;
    font-size: 20px;
  }
  .tours_list .item .item-info .price-row .price-old {
    font-size: 14px;
  }
  .tours_list .item .item-info-progress_info {
    gap: 10px;
  }
  .tours_list .item .item-info-progress_info img {
    width: 13px;
  }
  .tours_list .item .distance_difficulty {
    width: 100px;
    font-size: 12px;
  }
  .tours_list .item .distance_difficulty .stars {
    gap: 4px;
  }
}
@media (max-width: 991px) {
  .menu_burger_block .columns {
    flex-direction: column;
    gap: 20px;
    justify-content: normal;
    height: 80vh;
  }
  .menu_burger_block .column_list {
    margin-top: auto;
  }
  .menu_burger_block .column_list .title {
    display: none;
  }
  .menu_burger_block {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin-top: 0;
    padding: 75px 60px 56px 22px;
    overflow: auto;
  }
  .menu {
    width: auto;
    min-width: 312px;
    right: 0;
    left: auto;
    padding: 0;
    background-color: #414850;
  }
  .menu-is-open .menu {
    z-index: 20;
  }
  .menu .header_burger {
    position: absolute;
    top: 40px;
    right: 30px;
    z-index: 999;
  }
  .header_burger_mobile {
    display: block;
  }
  .menu_burger_block .subcolumn {
    margin-top: 20px;
  }
  .menu_burger_block .container {
    padding: 0px;
  }
  .footer_top .columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    row-gap: 30px;
  }
  header .logo a {
    justify-content: center;
  }
  .menu_burger_block .title {
    font-size: 22px;
  }
  .menu_burger_block .menu-slide-toggle {
    display: none;
  }
  .menu_burger_block .menu_list {
    padding-left: 20px;
  }
  .menu_burger_block .menu__arrow {
    display: block;
  }
  .menu-toggle .menu__arrow {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .menu-toggle.show .menu__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .menu-toggle.show .menu__arrow svg path {
    stroke: #FF7751;
  }
  .menu-toggle.show .title {
    color: #FF7751;
  }
  .menu_burger_block .flex-phone {
    display: flex;
    gap: 5px;
    flex-direction: column;
  }
  .menu_burger_block .flex-phone span {
    display: block;
    color: #778491;
  }
  .menu_burger_block .column_mobile {
    display: flex;
  }
  .banner .picture {
    display: block;
  }
  .banner__title {
    font-size: 62px;
  }
  .banner__text {
    font-size: 30px;
  }
  .margin-90-60 {
    margin-top: 60px;
  }
  .about_block {
    flex-direction: column;
  }
  .about_section .big_text {
    padding: 0;
    width: 100%;
    background: none;
    font-size: 32px;
  }
  .about_section .text {
    padding: 0;
    width: 100%;
  }
  .about_section .text p {
    font-size: 22px;
  }
  .about_section {
    background-image: url(/images/about-vector-right-new.svg);
    background-repeat: no-repeat;
    background-position: right;
    margin: 0;
  }
  footer.homeClass {
    margin-top: 60px;
  }
  .menu-is-open .menu {
    opacity: 1;
  }
  .tours_list .item .name {
    font-size: 20px;
  }
  .section_title {
    font-size: 36px;
  }
  .team_list .item .name {
    font-size: 20px;
  }
  .review_list {
    grid-template-columns: 1fr;
  }
  .header-custom .custom_header h1 {
    font-size: 56px;
  }
  .banner--video .title {
    font-size: 26px;
  }
  .banner--video .text-subtitle {
    font-size: 18px;
  }
  .skill_block {
    max-width: 100%;
  }
  .modal-form-right .block {
    padding: 60px 60px 60px;
    gap: 30px;
  }
  .modal-form-right .close {
    right: 30px;
    top: 30px;
  }
  .contact_block {
    gap: 20px;
  }
  .contact_block .info {
    padding: 20px;
  }
  .blog_list .item .name {
    font-size: 20px;
  }
  .blog-page {
    gap: 20px;
    margin-top: 20px;
  }
  .about_quote_block .quote_text {
    font-size: 16px;
  }
  .about_quote_block .img {
    flex: 0 0 auto;
  }
  .about_quote_block .img .author {
    font-size: 20px;
  }
  .about_quote_block .img img {
    max-width: 140px;
  }
  .about_go {
    gap: 10px;
  }
  .about_go .title {
    font-size: 36px;
  }
  .contact_block .info .bottom .button_list {
    gap: 10px;
  }
  .mbt_items_block .list {
    gap: 20px;
  }
  .mbt_items_block .list .item .name {
    font-size: 18px;
  }
  .mbt_items_block .list {
    display: flex;
    gap: 0;
  }
  .home-form-block .form-content {
    left: 20px;
  }
  .menu_burger_block .column-shop .menu__arrow {
    display: none;
  }
  .arenda-item {
    flex-direction: column;
    gap: 20px;
    align-items: baseline;
  }
  .arenda-item .right {
    max-width: 100%;
  }
  .konvers-block-list {
    gap: 20px;
  }
  .sertificates-home-block {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 40px 40px 40px;
  }
  .sertificates-home-block .left {
    order: 1;
  }
  .sertificates-home-block .top {
    max-width: 100%;
  }
  .sertificates-home-block .value {
    max-width: 100%;
  }
  .sertificates-home-block .title {
    font-size: 32px;
  }
  .sertificates-home-block .top {
    gap: 10px;
  }
  .sertificates-tour-block img {
    max-width: 274px;
    left: 36%;
  }
  .tours_list .item .new-route {
    top: 25px;
  }
  .we-see-item-img video {
    aspect-ratio: 1.9802955665025;
  }
  .play-btn {
    position: absolute;
    right: 20px;
    bottom: 40px;
  }
  .play-btn img {
    max-width: 80px;
  }
  .play-btn  .play-btn-circle {
    top: 11px;
    left: 12px;
    width: 58px;
    height: 58px;
  }
  .play-btn  .play-btn-circle svg {
    width: 18px;
    height: 18px;
  }
}
@media (max-width: 940px) {
  .information_list .top_info {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .information_list .item {
    width: 47%;
  }
  .arenda-list {
    gap: 64px;
  }
}
@media (max-width: 860px) {
  .sertificates-tour-block {
    flex-direction: column;
    align-items: baseline;
    gap: 30px;
    margin-top: 100px;
  }
  .sertificates-tour-block img {
    left: 55%;
    top: 10px;
  }
}
@media (max-width: 767px) {
  .menu .header_burger {
    right: 20px;
  }
  .banner__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .banner__inner {
    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: start;
    -ms-flex-align: start;
    align-items: start;
    height: 100%;
  }
  .banner__text {
    margin-bottom: 0;
  }
  .banner__content .main__btn {
    margin-top: 30px;
  }
  .banner__inner {
    padding: 40px 0 60px 0;
  }
  .banner_vector {
    display: none;
  }
  .big_description {
    font-size: 18px;
  }
  .h1-block h1 {
    font-size: 36px;
  }
  .h1-block {
    padding: 110px 0 30px 0;
  }
  .team_list {
    grid-template-columns: 1fr 1fr;
  }
  .gid_item .description_big p {
    font-size: 18px;
  }
  .gid_item {
    flex-direction: column;
  }
  .gid_item .image img {
    max-width: 100%;
  }
  .content {
    margin-top: 40px;
  }
  .content .team_list {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .content .team_list .text {
    text-align: center;
  }
  .map-popup {
    max-width: 300px;
    padding: 20px;
    gap: 10px;
  }
  .tours-map .tours_list .item {
    margin-bottom: 0;
  }
  .custom-fon .background-top {
    background-size: revert-layer !important;
  }
  .information_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .information_list .item {
    margin: 0;
    width: 100%;
    padding: 20px;
  }
  .information_list .top_info {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }
  .information_list .item:nth-child(1) {
    margin: 0;
  }
  .information_list .item:nth-child(2) {
    margin: 0;
  }
  .information_list .item:nth-child(3) {
    margin: 0;
  }
  .information_list .item:nth-child(4) {
    margin: 0;
  }
  .information_list .item:nth-child(5) {
    margin: 0;
  }
  .information_list .item:nth-child(6) {
    margin: 0;
  }
  .play-btn-circle {
    width: 100px;
    height: 100px;
    top: 28px;
    left: 31px;
  }
  .banner--video .banner__inner {
    text-align: center;
  }
  .skill_block .list {
    grid-template-columns: 1fr;
  }
  .skill_block .list .item-n {
    margin: 0;
  }
  .skill_block .list .item-sr {
    margin: 0;
  }
  .skill_block .list .item-1 {
    order: 1;
  }
  .skill_block .list .item-2 {
    order: 2;
  }
  .skill_block .list .item-3 {
    order: 3;
  }
  .skill_block .list .item-4 {
    order: 4;
  }
  .skill_block .list .item-5 {
    order: 5;
  }
  .contact_block {
    gap: 10px;
  }
  .contact_block .info .phone {
    font-size: 20px;
  }
  .contact_block .info {
    gap: 20px;
  }
  .contact_block .info .top {
    gap: 10px;
  }
  .contact_block .info .bottom {
    gap: 5px;
  }
  .contact_block .info p {
    margin-bottom: 0;
  }
  .blog_list {
    grid-template-columns: 1fr 1fr;
  }
  .contact_block .info .bottom .button_list {
    flex-direction: column;
  }
  .contact_block .info .bottom .button_list a {
    font-size: 18px;
  }
  .mbt_items_block .list {
    grid-template-columns: 1fr;
  }
  .mbt_items_block .list .item .bottom {
    flex-direction: row;
    justify-content: center;
  }
  .mbt_items_block .list .item .bottom {
    flex-direction: column;
  }
  .wrong-page .content {
    margin: 0 0 60px 0;
  }
  .wrong-page .description {
    margin-top: -20px;
  }
  .wrong-page .text {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .wrong-page .main__btn {
    max-width: 310px;
    margin: 20px auto 0 auto;
  }
  .regions_list {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .tours_list {
    gap: 32px;
    margin-top: 20px;
    grid-template-columns: 1fr;
  }
  .tours_list .item .name {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .desrc-line {
    padding: 14px 14px 14px 28px;
  }
  .mtb-rent-block .name {
    font-size: 16px;
  }
  .mtb-rent-block {
    padding: 15px 15px 20px 15px;
    margin-top: 20px;
  }
  .mtb-rent-block .mtb-icon {
    right: 15px;
    bottom: 15px;
  }
  .custom_header h1 {
    font-size: 32px;
  }
  .pages {
    margin-top: 310px;
  }
  .background-top {
    height: 380px;
    background-size: 150% !important;
  }
  footer a {
    font-size: 14px;
  }
  .footer_top .column_list {
    display: flex;
    gap: 15px;
  }
  .button-green,
  .button-blue {
    min-width: 133px;
    font-size: 14px;
  }
  .footer_mobile {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .footer_mobile .soc-list {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .footer_top .button_list {
    flex-direction: initial;
    gap: 15px;
  }
  .footer_top {
    padding: 20px 0;
  }
  .footer_bottom .columns {
    flex-direction: column;
    gap: 8px;
  }
  .breadcrumbs_block {
    padding: 5px 0px;
  }
  header .logo {
    max-width: 128px;
  }
  .menu .header_burger {
    right: 12px;
    top: 15px;
  }
  header {
    padding: 10px 0px;
  }
  .menu_burger_block .title {
    font-size: 18px;
  }
  .menu_burger_block a {
    font-size: 16px;
  }
  .menu_burger_block {
    padding-top: 40px;
  }
  .menu_burger_block .flex-phone span {
    font-size: 14px;
  }
  .picture--cover .picture__image {
    object-position: 57%;
  }
  .banner__title {
    margin-bottom: 10px;
  }
  .banner__title {
    font-size: 32px;
  }
  .banner__text {
    font-size: 18px;
    max-width: 213px;
  }
  .banner__inner {
    padding-top: 55px;
  }
  .banner__text br {
    display: none;
  }
  .about_section .big_text {
    font-size: 22px;
  }
  .about_block {
    gap: 20px;
  }
  .about_section .text p {
    font-size: 15px;
  }
  .about_section {
    padding-bottom: 110px;
    background-position: 100% 100%;
  }
  .home_video_description {
    font-size: 18px;
  }
  .section_title {
    font-size: 28px;
  }
  .accordion__header > p {
    font-weight: 500;
    font-size: 16px;
  }
  .accordion {
    margin-top: 20px;
  }
  .section_team .team_list {
    display: flex;
    gap: 0;
  }
  .team_list .item .text {
    text-align: center;
  }
  .content .team_list {
    grid-template-columns: 1fr 1fr;
  }
  .review_list .review_item {
    flex-direction: column;
    padding: 15px;
    gap: 15px;
  }
  .review_list .review_item .img_block {
    flex-direction: initial;
  }
  .review_list .review_item .name_date {
    flex-direction: column;
    align-items: initial;
  }
  .review_list .review_item .name {
    font-size: 20px;
    order: 1;
  }
  .review_list .review_item .img_block img {
    max-width: 52px;
    max-height: 52px;
  }
  .review_list .review_item .img_block svg {
    max-width: 52px;
    max-height: 52px;
  }
  .review_list .text_block {
    gap: 10px;
  }
  .review_list {
    gap: 20px;
  }
  .section_review .review_list {
    display: flex;
    gap: 0;
    margin-top: 15px;
  }
  .main__btn {
    font-size: 14px;
  }
  #sliderReview .swiper-pagination {
    position: relative;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .section_review .total_btn {
    margin-top: 15px;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
  }
  .section_review .swiper-buttons {
    display: flex;
    justify-content: right;
    gap: 10px;
  }
  .swiper-prev,
  .swiper-next {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    box-shadow: 0px 4px 20px 0px rgba(1,0,44,0.15);
  }
  .swiper-prev:hover {
    background: #FF7751;
  }
  .swiper-prev:hover svg path {
    stroke: #fff;
  }
  .swiper-next:hover {
    background: #FF7751;
  }
  .swiper-next:hover svg path {
    stroke: #fff;
  }
  .section_review .swiper-slide {
    display: block;
  }
  .review_servise_list {
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 5px;
  }
  .review_servise_list .item {
    padding: 8px 20px;
  }
  .content .review_list {
    margin-top: 30px;
  }
  .review_list .review_item .hid .description {
    -webkit-line-clamp: 8;
  }
  #sliderReview .element-animation {
    opacity: 1;
    transition: all 1.5s;
    transform: translateY(0%);
  }
  .header-custom .custom_header h1 {
    font-size: 32px;
  }
  .filter-check-block {
    margin-top: 30px;
  }
  .map-active .tours-map {
    margin-top: 20px;
  }
  .map-popup {
    justify-content: space-between;
  }
  .map-popup .item .image {
    border-radius: 14px;
  }
  .map-popup .item .image img {
    border-radius: 14px;
  }
  .content .margin-40 {
    margin-top: 20px;
  }
  .marshrut_list .item .day {
    font-size: 20px;
  }
  .marshrut_list .item .info_top {
    gap: 20px;
  }
  .small_description {
    margin-top: 20px;
  }
  .save_block {
    padding: 20px;
  }
  .team_list .item .image {
    max-width: 100%;
  }
  #sliderPhoto .tour_gallery {
    margin-top: 20px;
  }
  .tour_gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
  .plus_photo {
    font-size: 28px;
  }
  .plus_photo span {
    font-size: 36px;
  }
  .information_list .item .title {
    font-size: 20px;
  }
  .information_list .item {
    gap: 10px;
  }
  .information_list .top_info .block {
    font-size: 12px;
  }
  .tour_price .sale .price {
    font-size: 22px;
    font-weight: 400;
  }
  .tour_price .text {
    font-size: 12px;
  }
  .tour_price .default .price {
    font-size: 20px;
  }
  .tour_price {
    gap: 10px;
  }
  .tour_info_header {
    flex-wrap: wrap;
    gap: 20px;
    row-gap: 10px;
  }
  .header-custom .background-top .custom_header {
    margin-bottom: 40px;
  }
  .skill_block {
    padding: 40px 20px 20px 20px;
    max-height: 77vh;
    overflow-y: scroll;
  }
  .skill_block .list {
    row-gap: 18px;
  }
  .skill_block .list .text {
    font-size: 12px;
  }
  .play-btn-circle svg {
    width: 35px;
  }
  .play-btn-circle {
    top: 20px;
    left: 24px;
  }
  .modal-form-right .title {
    font-size: 26px;
  }
  .modal-form-right .subtitle {
    font-size: 14px;
    max-width: 100%;
  }
  .modal-form-right .titles {
    text-align: center;
  }
  .modal-form-right {
    width: 100%;
  }
  .modal-form-right .submit-form {
    margin-top: 20px;
    text-align: center;
  }
  .modal-form-right .modal-form__label {
    font-size: 14px;
  }
  .modal-form-right .block {
    padding: 60px 20px 60px 20px;
  }
  .contact_block {
    flex-direction: column;
  }
  .contact_block .info {
    width: 100%;
    max-width: 100%;
    order: 1;
  }
  .contact_block .maps {
    width: 100%;
  }
  .contact_dop {
    margin-top: 30px;
    padding-left: 20px;
    gap: 10px;
  }
  .contact_dop .title {
    font-size: 20px;
  }
  .contact_dop .list .item {
    font-size: 16px;
  }
  .contact_block {
    margin-top: 60px;
  }
  .blog_list {
    gap: 20px;
    margin-top: 20px;
  }
  .blog_list .item {
    gap: 5px;
  }
  .blog_list .item .description {
    margin-top: 5px;
  }
  .blog-page .img {
    max-height: 250px;
  }
  .about_quote_block {
    flex-direction: column;
    gap: 30px;
  }
  .about_quote_block .img {
    width: fit-content;
  }
  .about_quote_block .quote_text {
    padding: 10px;
  }
  .about_quote_block .quote_text img {
    left: 20px;
    top: -20px;
    transform: rotate(90deg);
    max-width: 20px;
  }
  .contact_block .info .bottom .button_list {
    flex-direction: row;
  }
  .mbt_items_block .item .bottom_item {
    justify-content: flex-start;
  }
  .mbt_items_text {
    font-size: 20px;
  }
  .mbt_items_text span {
    font-size: 22px;
  }
  .mtb_list_block {
    padding: 20px;
  }
  .blog_foto {
    margin-top: 20px;
  }
  #sliderTeam img {
    max-width: 224px;
  }
  .prev-href-block {
    top: 75px;
  }
  header.fixed {
    position: fixed;
    width: 100%;
    background: #343A40;
  }
  .fix-header .fx {
    padding-top: 67px;
  }
  .wrong-page .h1 {
    font-size: 100px;
  }
  .wrong-page .description {
    margin-top: 0;
  }
  .footer_top .columns {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
  .footer_top .menu-slide-toggle {
    display: none;
  }
  .footer_top .column {
    width: 100%;
  }
  .footer_top .title-block,
  .footer_top .title_flex {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
    justify-content: space-between;
  }
  .footer_top .column .js-toggle-btn {
    display: block;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }
  .footer_top .column.show .js-toggle-btn {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .footer_top .title {
    font-size: 14px;
  }
  footer .menu-slide-toggle a {
    font-size: 12px;
  }
  footer .menu_list {
    margin: 20px 0 5px 0;
  }
  footer .footer-phone {
    margin-top: 40px;
  }
  footer .plus {
    color: #57636F;
  }
  .home-form-block img {
    display: none;
  }
  .home-form-block {
    border-radius: 24px;
    background: #414850;
    padding: 30px 20px;
  }
  .home-form-block .form-content {
    position: initial;
    transform: none;
  }
  .home-form-block .title {
    font-size: 20px;
    max-width: 336px;
  }
  .home-form-block .titles {
    gap: 5px;
  }
  .picture__image_pk {
    display: none;
  }
  .picture__image_mobile {
    display: block;
  }
  .konvers-block-list .item {
    padding: 20px;
  }
  .konvers-block-list .item-title {
    font-size: 20px;
  }
  .konvers-block-list .gid-item {
    gap: 10px;
  }
  .konvers-block-list .gid-tg {
    padding: 8px 10px;
  }
  .sertificates-home-block {
    padding: 15px 10px 40px 10px;
    gap: 35px;
  }
  .sertificates-home-block .top {
    padding: 0 10px;
  }
  .sertificates-home-block .title {
    font-size: 22px;
  }
  .sertificates-home-block .left {
    gap: 30px;
  }
  .sertificates-home-block a {
    width: 100%;
    text-align: center;
    padding: 16px 36px;
  }
  .sertificates-tour-block {
    margin-top: 150px;
    padding: 90px 20px 30px 20px;
    gap: 20px;
  }
  .sertificates-tour-block img {
    left: 30px;
    top: -90px;
  }
  .tours_list .item .new-route {
    font-size: 10px;
  }
  .we-see-item-name {
    font-size: 20px;
  }
  .we-see-item-body {
    padding: 16px;
  }
  .about_section .text p:first-child {
    font-size: 20px;
  }
  .about_section .text {
    gap: 15px;
  }
}
@media (max-width: 450px) {
  .blog_list {
    grid-template-columns: 1fr;
  }
  .regions_list {
    grid-template-columns: 1fr;
  }
  .wrong-page .menu_list {
    flex-direction: column;
    gap: 10px;
  }
  .home-form-block .field-list {
    flex-direction: column;
    gap: 10px;
  }
  .home-form-block .modal-form__input-area {
    width: 100%;
  }
  .home-form-block .modal-form__label {
    font-size: 14px;
    top: 15px;
  }
}
@media (max-width: 400px) {
  .picture__image_mobile {
    display: block;
    width: 100%;
  }
  .picture__image_pk {
    display: none;
  }
}
@-webkit-keyframes typing {
  0% {
    background-color: #fff;
    box-shadow: 12px 0 0 0 rgba(255,255,255,0.2), 24px 0 0 0 rgba(255,255,255,0.2);
  }
  25% {
    background-color: rgba(255,255,255,0.4);
    box-shadow: 12px 0 0 0 #fff, 24px 0 0 0 rgba(255,255,255,0.2);
  }
  75% {
    background-color: rgba(255,255,255,0.4);
    box-shadow: 12px 0 0 0 rgba(255,255,255,0.2), 24px 0 0 0 #fff;
  }
}
@-moz-keyframes typing {
  0% {
    background-color: #fff;
    box-shadow: 12px 0 0 0 rgba(255,255,255,0.2), 24px 0 0 0 rgba(255,255,255,0.2);
  }
  25% {
    background-color: rgba(255,255,255,0.4);
    box-shadow: 12px 0 0 0 #fff, 24px 0 0 0 rgba(255,255,255,0.2);
  }
  75% {
    background-color: rgba(255,255,255,0.4);
    box-shadow: 12px 0 0 0 rgba(255,255,255,0.2), 24px 0 0 0 #fff;
  }
}
@keyframes typing {
  0% {
    background-color: #fff;
    box-shadow: 12px 0 0 0 rgba(255,255,255,0.2), 24px 0 0 0 rgba(255,255,255,0.2);
  }
  25% {
    background-color: rgba(255,255,255,0.4);
    box-shadow: 12px 0 0 0 #fff, 24px 0 0 0 rgba(255,255,255,0.2);
  }
  75% {
    background-color: rgba(255,255,255,0.4);
    box-shadow: 12px 0 0 0 rgba(255,255,255,0.2), 24px 0 0 0 #fff;
  }
}
.cook-panel {
  position: fixed;
  bottom: 120px;
  background: #fff;
  box-shadow: 0px 0px 34px 0px rgba(56,78,83,0.2);
  line-height: 1.7;
  font-size: 13px;
  font-weight: 400;
  z-index: 100;
}
.cook-panel,
.cook-panel.hidden {
  display: none;
  right: -100%;
  transform: translateX(30px);
  -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 {
  left: 30px;
  border-radius: 15px;
  display: block;
  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;
  max-width: 492px;
  bottom: 50px;
}
.cook-panel__wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: right;
  padding: 15px;
  gap: 10px;
}
.cook-panel__image {
  flex-shrink: 0;
  margin: 3px 16px 0 0;
}
.cook-panel__text {
  position: relative;
  font-size: 14px;
  color: #414850;
}
.cook-panel__text a {
  color: #414850;
  font-weight: 500;
  cursor: pointer;
  text-decoration: none;
  border-bottom: none;
}
.cook-panel__text a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.cook-panel__more {
  display: inline-block;
  color: #333333;
}
.cook-panel__more:hover {
  color: #333333;
}
.cook-panel__close {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 35px;
  color: #fff;
  font-size: 14px;
  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;
  border-radius: 50px;
  background: #FF7751;
}
.cook-panel__close:hover {
  opacity: 0.7;
}
@media (max-width: 605px) {
  .cook-panel.visible {
    bottom: 40px;
    z-index: 99999999999999999;
  }
}
@media (max-width: 575px) {
  .cook-panel__wrap {
    flex-wrap: wrap;
  }
  .cook-panel.visible {
    right: 15px;
    max-width: 90%;
    right: auto;
    max-width: 57%;
  }
  .cook-panel__text {
    font-size: 12px;
  }
  .button-fixed .main__btn {
    padding: 12px 24px;
  }
  .konvers-block-list .gid-name {
    font-size: 18px;
  }
  .konvers-block-list .item .top {
    gap: 10px;
  }
}
@media (max-width: 440px) {
  .cook-panel.visible {
    bottom: 10px;
  }
  .cook-panel__close {
    padding: 6px 35px;
  }
}
@media (max-width: 400px) {
  .konvers-block-list .gid-item .img {
    max-width: 100px;
  }
}
@media (max-width: 360px) {
  .konvers-block-list .gid-item {
    flex-direction: column;
    align-items: baseline;
  }
  h1 {
    font-size: 28px;
  }
  .header-custom .custom_header h1 {
    font-size: 28px;
  }
  .banner__title {
    font-size: 28px;
  }
}
.protip-skin-default--scheme-white.protip-container {
  color: #778491 !important;
  font-size: 14px !important;
  box-shadow: 0 4px 20px 0 rgba(1,0,44,0.15);
  font-family: 'inter', sans-serif !important;
  line-height: 140%;
  border-radius: 20px;
  padding: 30px 20px !important;
}
.protip-content {
  position: relative;
}
.protip-content .close {
  position: absolute;
  right: -10px;
  top: -20px;
  display: flex;
}
.protip-content .close:hover {
  background: #E0E3ED;
  opacity: 0.7;
  cursor: pointer;
}
.tours-home-list {
  display: grid;
  grid-template-rows: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.tours-home-list .item-1 {
  grid-row-start: 1;
  grid-column-start: 1;
  grid-row-end: 3;
  grid-column-end: 2;
}
.tours-home-list .item-2 {
  grid-row-start: 1;
  grid-column-start: 2;
  grid-row-end: 2;
  grid-column-end: 3;
}
.tours-home-list .item-3 {
  grid-row-start: 1;
  grid-column-start: 3;
  grid-row-end: 2;
  grid-column-end: 4;
}
.tours-home-list .item-4 {
  grid-row-start: 2;
  grid-column-start: 2;
  grid-row-end: 3;
  grid-column-end: 3;
}
.tours-home-list .item-5 {
  grid-row-start: 2;
  grid-column-start: 3;
  grid-row-end: 3;
  grid-column-end: 4;
}
.tours-home-list .item-6 {
  grid-row-start: 3;
  grid-column-start: 1;
  grid-row-end: 4;
  grid-column-end: 2;
}
.tours-home-list .item-7 {
  grid-row-start: 3;
  grid-column-start: 2;
  grid-row-end: 4;
  grid-column-end: 4;
}
.tours-home-list .item {
  position: relative;
  border-radius: 24px;
  color: #fff;
}
.tours-home-list .item .img {
  display: flex;
}
.tours-home-list .item img {
  border-radius: 24px;
}
.tours-home-list .item .value {
  position: absolute;
  bottom: 30px;
  left: 20px;
  right: 20px;
  display: flex;
  gap: 20px;
}
.tours-home-list .item svg {
  flex: 0 0 auto;
}
.tours-home-list .item .value-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tours-home-list .item .name {
  font-size: 22px;
  line-height: normal;
}
.tours-home-list .item .text {
  font-size: 14px;
}
.tours-home-list .item:hover {
  color: #FF7751;
}
.tours-home-list .item:hover svg path {
  stroke: #FF7751;
}
@media (max-width: 1200px) {
  .tours-home-list {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .tours-home-list {
    display: grid;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .tours-home-list .item-1 {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
  }
  .tours-home-list .item-2 {
    grid-row-start: 1;
    grid-column-start: 2;
    grid-row-end: 2;
    grid-column-end: 3;
  }
  .tours-home-list .item-3 {
    grid-row-start: 2;
    grid-column-start: 2;
    grid-row-end: 3;
    grid-column-end: 3;
  }
  .tours-home-list .item-4 {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 2;
  }
  .tours-home-list .item-5 {
    grid-row-start: 3;
    grid-column-start: 2;
    grid-row-end: 4;
    grid-column-end: 3;
  }
  .tours-home-list .item-6 {
    grid-row-start: 4;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 2;
  }
  .tours-home-list .item-7 {
    grid-row-start: 4;
    grid-column-start: 2;
    grid-row-end: 5;
    grid-column-end: 3;
  }
  .tours-home-list .item .img {
    height: 100%;
  }
  .tours-home-list .item img {
    width: 100%;
    object-fit: cover;
  }
  .tours-home-list .item .name {
    font-size: 18px;
  }
  .tours-home-list .item .text {
    font-size: 12px;
    line-height: 1.5;
  }
  .tours-home-list .item .value {
    gap: 10px;
  }
  .tours-home-list .item svg {
    max-width: 32px;
  }
}
@media (max-width: 675px) {
  .tours-home-list {
    gap: 10px;
  }
  .tours-home-list .item .value {
    bottom: 20px;
    left: 15px;
    right: 15px;
  }
}
@media (max-width: 600px) {
  .tours-home-list {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .tours-home-list .item-1 {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-row-end: 2;
    grid-column-end: 2;
  }
  .tours-home-list .item-2 {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-row-end: 3;
    grid-column-end: 2;
  }
  .tours-home-list .item-3 {
    grid-row-start: 3;
    grid-column-start: 1;
    grid-row-end: 4;
    grid-column-end: 2;
  }
  .tours-home-list .item-4 {
    grid-row-start: 4;
    grid-column-start: 1;
    grid-row-end: 5;
    grid-column-end: 2;
  }
  .tours-home-list .item-5 {
    grid-row-start: 5;
    grid-column-start: 1;
    grid-row-end: 6;
    grid-column-end: 2;
  }
  .tours-home-list .item-6 {
    grid-row-start: 6;
    grid-column-start: 1;
    grid-row-end: 7;
    grid-column-end: 2;
  }
  .tours-home-list .item-7 {
    grid-row-start: 7;
    grid-column-start: 1;
    grid-row-end: 8;
    grid-column-end: 2;
  }
  .tours-home-list .item {
    max-height: 240px;
    min-height: 240px;
  }
}
.information_list .shop-home-block {
  display: none;
}
#preloader {
  position: fixed;
  z-index: 99999;
  background: #343A40;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
form .check-block {
  display: flex;
  align-items: normal;
  gap: 10px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 24px;
}
form .check-block .check {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #E0E3ED;
  flex: 0 0 auto;
  cursor: pointer;
  margin-top: 3px;
}
form .check-block .check svg {
  display: none;
}
form .check-block .check.active {
  background: #FF7751;
  border: 1px solid #FF7751;
}
form .check-block .check.active svg {
  display: flex;
}
form .disabled {
  pointer-events: none;
  opacity: 0.7;
}
form .check-block p {
  margin: 0;
}
form.oformlenie-box .check-block {
  max-width: 430px;
  margin-top: 18px;
}
form.modal-form .check-block {
  margin-top: 15px;
}