@charset "UTF-8";
.inner-folders {
  display: none;
}
.mobile .inner-folders {
  display: block;
}
body .product-list.thumbs .product-item .shop2-product-actions {
  padding-top: 0;
  margin: -9px 0 2px;
}
body .product-list.thumbs .product-item .shop2-product-actions dl dt {
  margin-bottom: 0;
}
body .site-header .top-phones__inner {
  text-align: center;
}
body .site-header .top-phones__body, body .site-header .top-phones__desc {
  text-align: left;
}
body .top-call-form {
  margin: 4px 0 0;
  cursor: pointer;
  display: inline-block;
  font-family: Montserrat, Arial, Helvetica, sans-serif;
  font-size: 15px;
  transition: all 0.2s;
  color: #EB5F2A;
  border-bottom: 1px dashed;
}
body .top-call-form:hover {
  color: #000;
}
body .top-call-form.mobile_only {
  display: none;
}
body .product-list.list .product-item__bottom {
  flex: 1 0 0;
}
body .product-list.list .quick-view {
  display: none;
}
body .product-list.list .quick-view.quick-view2 {
  display: inline-block;
  position: static;
  opacity: 1;
  transform: none;
  margin: 0;
}
body .product-list.list .quick-view.quick-view2 span {
  padding-left: 20px;
  padding-right: 20px;
}
body .product-list.list .product-item__top {
  flex: 0 0 120px;
  margin: 0 10px 0 0;
}
body .product-list.list .product-item__top .gr-product-image a {
  display: block;
  background: none !important;
}
body .popover-container {
  z-index: 1000 !important;
}
body .product-list.thumbs .product-item .gr-product-options .options-btn {
  margin-bottom: 15px;
}
body .popover-wrap.product-quick-view {
  width: 1430px;
  max-width: 100%;
}
body .popover-wrap.product-quick-view .card-slider.horizontal .card-slider__image, body .popover-wrap.product-quick-view .card-slider.horizontal .card-slider__items {
  height: 370px;
}
body .popover-wrap.product-quick-view .card-page__left {
  width: 370px;
  margin-right: 30px;
}
body .popover-wrap.product-quick-view .popover-body {
  width: 100%;
  max-width: 1430px;
}
body .popover-wrap.product-quick-view .popover-body .card-page__top {
  padding: 0;
  margin: 0;
  align-items: center;
}
body .popover-wrap.product-quick-view .popover-body .gr-back-btn {
  display: none;
}
body .popover-wrap.product-quick-view .popover-body .card-page .form-additional {
  margin: 0;
}
body .popover-wrap.product-quick-view .popover-body .card-page .shop2-product {
  align-items: center;
}
body .product-list.thumbs .product-item__top, body .product-list.simple .product-item__top {
  position: relative;
}
body .shop2-product-item:hover .quick-view {
  opacity: 1;
}
body .quick-view {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  opacity: 0;
}
body .quick-view span {
  display: block;
  text-align: center;
  background: #eb5f2a;
  cursor: pointer;
  color: #fff;
  padding: 10px 10px 13px;
  border-radius: 6px;
  font-size: 15px;
  line-height: 1;
  transition: all 0.3s ease;
}
body .quick-view span:hover {
  background: #00bed5;
}
body .quick-view span:active {
  background: #004680;
}
body .quick-view.quick-view2 {
  display: none;
}
body .main-block__inner {
  padding-bottom: 70px;
}
body .reviews-wrap {
  padding: 0 0 120px;
}
body .reviews-wrap-title {
  position: relative;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  margin: 0 0 30px;
  background: #000a2a;
  border-radius: 10px;
  overflow: hidden;
}
body .reviews-wrap-title span {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 0 115px 0 0;
  padding: 21px 20px 21px 30px;
  background: #004680;
}
body .reviews-wrap-title span:before {
  position: absolute;
  content: "";
  width: 60px;
  left: 100%;
  top: 0;
  bottom: 0;
  background: url(rew.svg) 0 0/contain no-repeat;
}
body .reviews-wrap-title a {
  position: absolute;
  right: 13px;
  top: 13px;
  padding: 12px 25px;
  background: 0 0;
  color: #fff;
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.06);
}
body .reviews-wrap-title a:hover {
  box-shadow: none;
  background: #26b2d5;
}
body .reviews-wrap-title a:active {
  box-shadow: none;
  background: #22a0c0;
}
body .reviews-wrap-in {
  background: #fff;
  padding: 40px 30px 30px;
  border-radius: 10px;
}
body .reviews-wrap-in .slick-list {
  margin-right: -30px;
}
body .reviews-wrap-in .slick-list .slick-slide {
  margin-right: 30px;
}
body .reviews-wrap-in .slick-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -38px;
  width: 38px;
  height: 76px;
  overflow: hidden;
  padding: 0;
  font-size: 0;
  z-index: 2;
  outline: 0;
  border: none;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.35);
  transition: all 0.2s;
  border-radius: 0 50px 50px 0;
}
body .reviews-wrap-in .slick-arrow:before {
  position: absolute;
  right: 11px;
  top: 50%;
  width: 17px;
  height: 14px;
  margin-top: -7px;
  content: "";
  transition: all 0.2s;
  background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2217px%22%20height%3D%2214px%22%20%20viewBox%3D%220%200%2017%2014%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M16.000%2C8.000%20L3.414%2C8.000%20L7.717%2C12.303%20C8.108%2C12.693%208.108%2C13.326%207.717%2C13.717%20C7.326%2C14.108%206.693%2C14.108%206.303%2C13.717%20L0.344%2C7.758%20C0.325%2C7.741%200.301%2C7.735%200.282%2C7.717%20C0.084%2C7.519%20-0.011%2C7.259%20-0.009%2C7.000%20C-0.011%2C6.740%200.084%2C6.480%200.282%2C6.282%20C0.301%2C6.263%200.325%2C6.257%200.344%2C6.241%20L6.303%2C0.282%20C6.693%2C-0.109%207.326%2C-0.109%207.717%2C0.282%20C8.108%2C0.672%208.108%2C1.306%207.717%2C1.696%20L3.414%2C6.000%20L16.000%2C6.000%20C16.552%2C6.000%2017.000%2C6.447%2017.000%2C7.000%20C17.000%2C7.551%2016.552%2C8.000%2016.000%2C8.000%20Z%22%2F%3E%3C%2Fsvg%3E) 0 0 no-repeat;
}
body .reviews-wrap-in .slick-arrow.slick-next {
  left: auto;
  right: 0;
  border-radius: 50px 0 0 50px;
}
body .reviews-wrap-in .slick-arrow.slick-next:before {
  right: auto;
  top: 50%;
  left: 11px;
  background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2217px%22%20height%3D%2214px%22%20%20viewBox%3D%220%200%2017%2014%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M1.000%2C8.000%20L13.586%2C8.000%20L9.282%2C12.303%20C8.892%2C12.693%208.892%2C13.326%209.282%2C13.717%20C9.673%2C14.108%2010.306%2C14.108%2010.697%2C13.717%20L16.655%2C7.758%20C16.675%2C7.741%2016.699%2C7.735%2016.717%2C7.717%20C16.915%2C7.519%2017.011%2C7.259%2017.008%2C7.000%20C17.011%2C6.740%2016.915%2C6.480%2016.717%2C6.282%20C16.699%2C6.263%2016.675%2C6.257%2016.655%2C6.241%20L10.697%2C0.282%20C10.306%2C-0.109%209.673%2C-0.109%209.282%2C0.282%20C8.892%2C0.672%208.892%2C1.306%209.282%2C1.696%20L13.586%2C6.000%20L1.000%2C6.000%20C0.448%2C6.000%20-0.000%2C6.447%20-0.000%2C7.000%20C-0.000%2C7.551%200.448%2C8.000%201.000%2C8.000%20Z%22%2F%3E%3C%2Fsvg%3E) 0 0 no-repeat;
}
body .reviews-wrap-in .slick-arrow:hover {
  background: #353535;
}
body .reviews-item-image {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
body .reviews-item-image .reviews-item-image-in {
  font-size: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #004680;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 21px 0 0;
  flex: 0 0 60px;
}
body .reviews-item-image .reviews-item-image-in img {
  vertical-align: middle;
  border-radius: 50%;
}
body .reviews-item-image .reviews-item-title {
  color: #191919;
  font-size: 16px;
  font-weight: bold;
  flex: 1 0 0;
}
body .reviews-item-rating {
  display: flex;
  color: #191919;
  font-size: 14px;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 8px;
}
body .reviews-item-rating .reviews-item-rating-in {
  width: 110px;
  height: 16px;
  font-size: 0;
  margin: 0 20px 10px 0;
}
body .reviews-item-rating .reviews-item-rating-in span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 7px 0 0;
  background: url(st2.svg) 0 0 no-repeat;
}
body .reviews-item-rating .reviews-item-rating-in span:last-child {
  margin: 0;
}
body .reviews-item-rating .reviews-item-rating-in.reviews-item-rating-1 span:nth-child(1) {
  background: url(st.svg) 0 0 no-repeat;
}
body .reviews-item-rating .reviews-item-rating-in.reviews-item-rating-2 span:nth-child(1), body .reviews-item-rating .reviews-item-rating-in.reviews-item-rating-2 span:nth-child(2) {
  background: url(st.svg) 0 0 no-repeat;
}
body .reviews-item-rating .reviews-item-rating-in.reviews-item-rating-3 span {
  background: url(st.svg) 0 0 no-repeat;
}
body .reviews-item-rating .reviews-item-rating-in.reviews-item-rating-3 span:nth-child(4), body .reviews-item-rating .reviews-item-rating-in.reviews-item-rating-3 span:nth-child(5) {
  background: url(st2.svg) 0 0 no-repeat;
}
body .reviews-item-rating .reviews-item-rating-in.reviews-item-rating-4 span {
  background: url(st.svg) 0 0 no-repeat;
}
body .reviews-item-rating .reviews-item-rating-in.reviews-item-rating-4 span:nth-child(5) {
  background: url(st2.svg) 0 0 no-repeat;
}
body .reviews-item-rating .reviews-item-rating-in.reviews-item-rating-5 span {
  background: url(st.svg) 0 0 no-repeat;
}
body .reviews-item-rating .reviews-item-text-score {
  margin: 0 20px 10px 0;
}
body .reviews-item-rating .reviews-item-buy-score {
  margin: 0 0 10px;
}
body .reviews-item-text, body .reviews-item-ansver-text {
  color: #191919;
  font-size: 15px;
  line-height: 1.6;
}
body .reviews-item-text p:first-child, body .reviews-item-ansver-text p:first-child {
  margin-top: 0;
}
body .reviews-item-text p:last-child, body .reviews-item-ansver-text p:last-child {
  margin-bottom: 0;
}
body .reviews-item-ansver {
  margin: 15px 0 0;
  border-radius: 10px;
  background: #f2f2f2;
  padding: 21px 20px 18px;
}
body .reviews-item-ansver-in {
  display: flex;
  align-items: center;
  margin: 0 0 13px;
}
body .reviews-item-ansver-logo {
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
  border: 1px solid #004680;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 20px 0 0;
  background: #ffffff;
}
body .reviews-item-ansver-logo img {
  max-width: 50px;
  max-height: 50px;
  vertical-align: middle;
}
body .reviews-item-ansver-title {
  color: #191919;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  flex: 1 0 0;
}
body .inner-folders__list {
  padding-bottom: 25px;
}
body .site-content__left {
  display: none;
}
body .folders-left {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  position: relative;
}
body .folders-left > li {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
body .folders-left > li:first-child {
  border-top: 0;
}
body .folders-left > li > a {
  position: relative;
  padding: 16px 30px 16px 20px;
  display: block;
  color: #1c1c1c;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s;
  border-radius: 4px;
}
body .folders-left > li > a:hover {
  background: #004680;
  color: #fff;
}
body .folders-left > li > ul.level-2 {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  display: none;
  opacity: 1;
}
body .folders-left > li > ul.level-2 li {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}
body .folders-left > li > ul.level-2 li:first-child {
  border-top: 0;
}
body .folders-left > li > ul.level-2 li a {
  font-weight: normal;
  font-size: 14px;
  padding: 12px 30px 12px 20px;
  text-decoration: none;
  transition: all 0.2s;
  border-radius: 4px;
  display: block;
  position: relative;
}
body .folders-left > li > ul.level-2 li a:hover, body .folders-left > li > ul.level-2 li a.over {
  background: #004680;
  color: #fff;
}
body .folders-left > li > ul.level-2 li a:hover:after, body .folders-left > li > ul.level-2 li a.over:after {
  background-image: url(ar.svg);
}
body .folders-left > li > ul.level-2 li.opened > a, body .folders-left > li > ul.level-2 li.active > a, body .folders-left > li > ul.level-2 li.s3-menu-allin-active > a {
  background: #004680;
  color: #fff;
}
body .folders-left > li > ul.level-2 li.opened > a:after, body .folders-left > li > ul.level-2 li.active > a:after, body .folders-left > li > ul.level-2 li.s3-menu-allin-active > a:after {
  background-image: url(ar.svg);
}
body .folders-left > li > ul.level-2 li.has > a:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%207%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20opacity%3D%220.102%22%20fill%3D%22%23000%22%20d%3D%22M6.909%2C6.396%20C6.860%2C6.521%206.786%2C6.638%206.685%2C6.739%20L1.708%2C11.717%20C1.314%2C12.110%200.676%2C12.110%200.283%2C11.717%20C-0.111%2C11.323%20-0.111%2C10.685%200.283%2C10.291%20L4.590%2C5.984%20L0.314%2C1.708%20C-0.080%2C1.314%20-0.080%2C0.676%200.314%2C0.283%20C0.707%2C-0.111%201.345%2C-0.111%201.739%2C0.283%20L6.717%2C5.260%20C7.025%2C5.568%207.083%2C6.023%206.909%2C6.396%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
  display: block;
  content: "";
}
body .folders-left > li > ul.level-2 li.has > a:hover:after, body .folders-left > li > ul.level-2 li.has > a.over:after {
  background-image: url(ar.svg);
}
body .folders-left > li > ul.level-2 li.has.s3-menu-allin-active > a:after {
  background-image: url(ar.svg);
}
body .folders-left > li > ul.level-2 li ul {
  display: none;
  position: absolute;
  border: 1px solid #e3e3e3;
  background: #fff;
  width: 280px;
  margin: -10px 0 0 12px;
  border-radius: 7px;
  padding: 10px;
  box-sizing: border-box;
  z-index: 10;
}
body .folders-left > li > ul.level-2 li ul:before {
  width: 12px;
  position: absolute;
  left: -12px;
  top: 0;
  bottom: 0;
  display: block;
  content: "";
}
body .burger-block .menu-mobile {
  margin-top: 0;
}
body .folders-left.folders-left-dropdown {
  padding: 0 20px;
}
body .folders-left.folders-left-dropdown li a {
  position: relative;
  padding-right: 25px;
}
body .folders-left.folders-left-dropdown li a:after {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  display: none;
  content: "";
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%227px%22%20height%3D%2213px%22%20%20viewBox%3D%220%200%207%2013%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20opacity%3D%220.102%22%20fill%3D%22%23000%22%20d%3D%22M6.909%2C6.396%20C6.860%2C6.521%206.786%2C6.638%206.685%2C6.739%20L1.708%2C11.717%20C1.314%2C12.110%200.676%2C12.110%200.283%2C11.717%20C-0.111%2C11.323%20-0.111%2C10.685%200.283%2C10.291%20L4.590%2C5.984%20L0.314%2C1.708%20C-0.080%2C1.314%20-0.080%2C0.676%200.314%2C0.283%20C0.707%2C-0.111%201.345%2C-0.111%201.739%2C0.283%20L6.717%2C5.260%20C7.025%2C5.568%207.083%2C6.023%206.909%2C6.396%20Z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat !important;
}
body .folders-left.folders-left-dropdown li a ins {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 30px;
  z-index: 2;
}
body .folders-left.folders-left-dropdown li ul.level-2 {
  display: block;
}
body .folders-left.folders-left-dropdown li ul.level-2 li a:hover {
  color: #1c1c1c;
  background: none;
}
body .folders-left.folders-left-dropdown li ul.level-2 li ul {
  position: static;
  width: auto;
  padding: 0;
  border: 0;
  border-top: 0;
  margin: 0;
  padding: 0 0 0 20px;
}
body .folders-left.folders-left-dropdown li ul.level-2 li ul li {
  border-top: 0;
}
body .folders-left.folders-left-dropdown li ul.level-2 li ul li a {
  padding: 10px 20px;
}
body .folders-left.folders-left-dropdown li ul.level-2 li ul li a:hover {
  color: #1c1c1c;
  background: none;
}
body .folders-left.folders-left-dropdown li.has > a:after {
  display: block;
  transform: rotate(90deg);
}
body .folders-left.folders-left-dropdown li.has > a.active:after {
  transform: rotate(-90deg);
}
body .folders-left.folders-left-dropdown > li > a {
  background: #004680 !important;
  color: #fff;
}
body .folders-left.folders-left-dropdown > li > a:after {
  background-image: url(ar.svg) !important;
}
body .folders-left.folders-left-dropdown > li > a:hover {
  background: #004680;
  color: #fff;
}
body .folders-left.folders-left-popup > li > a {
  background: #004680;
  color: #fff;
}
body .folders-left.folders-left-popup li > ul.level-2 {
  display: block !important;
  width: auto !important;
  height: auto !important;
  opacity: 1 !important;
}
body .folders-left.folders-left-dropdown li.opened > a, body .folders-left.folders-left-dropdown li.active > a, body .folders-left > li > ul.level-2 li.has.opened > a {
  background: #004680;
  color: #fff;
}
body .folders-left.folders-left-dropdown li.opened > a:after, body .folders-left.folders-left-dropdown li.active > a:after, body .folders-left > li > ul.level-2 li.has.opened > a:after {
  background-image: url(ar.svg) !important;
}
body .gr-vendor-block-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
body .product-list.thumbs .product-item .gr-product-options .options-btn {
  text-align: center;
}
body .product-list.thumbs .product-item .product-amount {
  display: flex;
  align-items: center;
  box-shadow: none;
  width: 100%;
  justify-content: space-between;
  margin-right: 5px;
}
body .product-list.thumbs .product-item .product-amount .amount-title {
  font-size: 0;
  display: block;
  margin: 0 10px 0 0;
}
body .product-list.thumbs .product-item .product-amount .amount-title:before {
  font-size: 14px;
  display: block;
  content: "Кол-во:";
}
body .product-list.thumbs .product-item .product-amount .shop2-product-amount {
  max-width: 100px;
  flex: 1 0 0;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}
body .product-list.thumbs .product-item .product-amount .shop2-product-amount input {
  width: 26px;
}
body .burger-block .menu-mobile li a.opened {
  color: #000;
}
body .card-page .form-additional .product-amount {
  display: flex;
  align-items: center;
  box-shadow: none;
  width: 100%;
  justify-content: space-between;
}
body .card-page .form-additional .product-amount .amount-title {
  font-size: 0;
  display: block;
  margin: 0 10px 0 0;
}
body .card-page .form-additional .product-amount .amount-title:before {
  font-size: 14px;
  display: block;
  content: "Кол-во:";
}
body .card-page .form-additional .product-amount .shop2-product-amount {
  max-width: 100px;
  flex: 1 0 0;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}
body .card-page .form-additional .product-amount .shop2-product-amount input {
  width: 26px;
}
body .sorting-panel .gr-folder-items {
  display: none;
}
@media (min-width: 1025px) {
  body .site-main__inner.site-main__inner-has-left {
    display: flex;
    align-items: flex-start;
  }
  body .site-main__inner.site-main__inner-has-left .site-content__left {
    flex: 0 0 320px;
    margin: 0 30px 0 0;
  }
  body .site-main__inner.site-main__inner-has-left .site-content__left.site-content__left {
    display: block;
  }
  body .site-main__inner.site-main__inner-has-left .site-main__inn {
    flex: 1 0 0;
  }
  body .site-main__inner.site-main__inner-has-left .product-list.thumbs .product-item {
    width: calc(25% - 30px);
  }
}
@media (min-width: 1025px) and (max-width: 1260px) {
  body .site-main__inner.site-main__inner-has-left .site-content__left {
    flex: 0 0 227px;
  }
}
@media (min-width: 1025px) and (max-width: 1300px) {
  body .site-main__inner.site-main__inner-has-left .product-list.thumbs .product-item {
    width: calc(33.33% - 30px);
  }
}
@media (min-width: 641px) {
  body .product-list.thumbs .product-item .gr-product-image a {
    top: 20px;
  }
  body .product-list.thumbs .product-item .gr-product-image {
    padding-top: calc(100% + 20px);
  }
}
@media (max-width: 1024px) {
  body .quick-view {
    position: static;
    opacity: 1;
    transform: none;
    margin: 10px 0 0;
    display: none;
  }
}
@media (max-width: 1023px) {
  body .card-page .form-additional .shop-product-btn {
    margin: 0 0 17px;
  }
  body .card-page .form-additional .buy-one-click {
    margin: 0;
  }
  body .card-page .form-additional .product-amount {
    margin-top: 17px;
  }
}
@media (max-width: 1023px) {
  body .reviews-wrap-title {
    font-size: 23px;
    margin: 0 0 20px;
  }
  body .reviews-wrap-title span {
    padding: 21px 20px 20px 30px;
  }
  body .reviews-wrap-title a {
    top: 10px;
  }
  body .reviews-wrap-in {
    padding: 30px;
  }
  body .reviews-item-ansver {
    padding: 20px;
  }
  body .reviews-wrap-in .slick-arrow.slick-prev {
    left: -30px;
  }
  body .reviews-wrap-in .slick-arrow.slick-next {
    right: -30px;
  }
}
@media (max-width: 767px) {
  body .inner-folders__list {
    padding-bottom: 0;
  }
}
@media (max-width: 639px) {
  body .reviews-wrap-title {
    font-size: 21px;
  }
  body .reviews-wrap-title span {
    padding: 18px 20px 18px 30px;
  }
  body .reviews-wrap-title a {
    padding: 7px 15px 8px;
    top: 11px;
  }
  body .reviews-wrap-in .slick-arrow {
    margin-top: -31px;
    width: 31px;
    height: 62px;
  }
  body .reviews-wrap-in .slick-arrow.slick-prev {
    left: -20px;
  }
  body .reviews-wrap-in .slick-arrow.slick-next {
    right: -20px;
  }
  body .reviews-wrap-in .slick-arrow:before {
    right: 8px;
  }
  body .reviews-wrap-in .slick-arrow.slick-next:before {
    left: 8px;
  }
  body .reviews-wrap-in {
    padding: 20px;
  }
  body .reviews-wrap-in .slick-list {
    margin-right: -20px;
  }
  body .reviews-wrap-in .slick-list .slick-slide {
    margin-right: 20px;
  }
}
@media (max-width: 480px) {
  body .inner-folders__list {
    display: flex;
    flex-wrap: wrap;
  }
  body .inner-folders__list li {
    flex: auto;
  }
  body .inner-folders__list li a {
    text-align: center;
    font-size: 14px !important;
  }
}
@media (max-width: 410px) {
  body .reviews-wrap-title {
    font-size: 17px;
  }
  body .reviews-wrap-title span {
    padding: 18px 20px 18px 30px;
  }
  body .reviews-wrap-title a {
    padding: 7px 15px;
    top: 10px;
  }
}
@media (max-width: 360px) {
  body .reviews-item-ansver-logo {
    margin: 0 auto 15px;
  }
  body .reviews-item-ansver-in {
    display: block;
    text-align: center;
  }
}
@media (max-width: 640px) {
  body .top-call-form.mobile_only {
    display: inline-block;
  }
  body .site-header .top-phones__desc {
    text-align: center;
  }
}
.qwe {
  color: #000;
}
