.product-top-block {
  margin-bottom: 40px;
  position: relative;
}

.product-top-title {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 20px;
}

.product-top-title h1 {
  padding-right: 160px;
}

.product-top-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.product-top-articul {
  margin-left: auto;
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  color: #7B7B7B;
  line-height: 1.2;
}

.product-top-articul span {
  color: #000000;
  margin-left: 3px;
}

.product-top-link {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  transition: all 0.3s ease-out;
}

.product-top-link:hover {
  color: #042EB0;
}

.product-top-link:hover .pic {
  filter: grayscale(0);
  opacity: 1;
}

.product-top-link:hover span {
  text-decoration: underline;
}

.product-top-link .pic {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  transition: all 0.3s ease-out;
  filter: grayscale(1);
  opacity: 0.8;
}

.product-top-link img {
  display: block;
}

.product-top-shop {
  margin-right: 20px;
}

.product-top-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.product-top-options .line {
  width: 1px;
  height: 17px;
  background: #dcdcdc;
  margin-right: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-top-share {
  position: absolute;
  right: 0;
  top: 7px;
}

.product-top-favorites {
  margin-right: 50px;
}

.product-top-favorites.active {
  color: #042EB0;
}

.product-top-favorites.active .pic {
  filter: grayscale(0);
  opacity: 1;
}

.product-top-favorites.active .icon {
  background: url(../images/product-heart-active.svg) center no-repeat;
  background-size: 100% auto;
}

.product-top-favorites .icon {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/product-heart.svg) center no-repeat;
  background-size: 100% auto;
}

.product-top-reviews {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #042EB0;
  white-space: nowrap;
}

.product-top-reviews:hover span {
  text-decoration: underline;
}

.product-top-questions {
  margin-right: 50px;
}

.product-current-rating {
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  margin-top: -3px;
  margin-left: -2px;
}

.product-current-rating .jq-star {
  display: block;
}

.product-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-gallery-label {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.25;
  color: #000000;
  position: absolute;
  z-index: 5;
  padding: 5px 7px;
  top: 15px;
  left: 15px;
  border-radius: 10px;
}

.product-gallery-label.top {
  background: #FEDC09;
}

.product-gallery-label.new {
  background: #07B004;
  color: #fff;
}

.product-discount {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  z-index: 5;
  top: 15px;
  right: 15px;
  height: 28px;
  padding: 1px 8px;
  border-radius: 10px;
  background: #4471fb;
  transition: all 0.3s ease-out;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #4471fb;
}

.product-discount:hover,
.product-discount.requested {
  background: #042EB0;
  border-color: #fff;
}

.product-discount.done {
  background: #78c816;
  border-color: #78C816;
}

.product-discount img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 7px;
}

.product-rotate {
  position: absolute;
  z-index: 5;
  bottom: 15px;
  right: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 42px;
  padding: 0 15px;
  background: rgba(0, 0, 0, 0.44);
  transition: all 0.3s ease-out;
  border-radius: 10px;
}

.product-rotate:hover {
  background: rgba(0, 0, 0, 0.8);
}

.product-rotate img {
  display: block;
}

.product-gallery {
  width: 625px;
}

.product-big-slider-outer {
  width: calc(100% - 85px);
  float: right;
  position: relative;
}

.product-big-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
  top: 50%;
  margin-top: -21px;
  height: 42px;
  width: 42px;
  background: #A5A4A1;
  transition: all 0.3s ease-out;
  border-radius: 10px;
  border: none;
}

.product-big-slider .slick-arrow:hover {
  background: #FEDC09;
}

.product-big-slider .slick-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 18px;
  height: 15px;
  display: block;
  margin-top: -8px;
  margin-left: -9px;
}

.product-big-slider .slick-arrow.slick-prev {
  left: 0px;
}

.product-big-slider .slick-arrow.slick-prev:after {
  background: url("../images/product-slider-prev.svg");
  background-size: 100% auto;
}

.product-big-slider .slick-arrow.slick-next {
  right: 0px;
}

.product-big-slider .slick-arrow.slick-next:after {
  background: url("../images/product-slider-next.svg");
  background-size: 100% auto;
}

.product-big-slider .slick-dots {
  position: absolute;
  z-index: 11;
  width: 100%;
  left: 0;
  text-align: center;
  top: 100%;
  margin-top: 10px;
}

.product-big-slider .slick-dots li {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  cursor: pointer;
  width: 30px;
  height: 2px;
  background: #CECECE;
  transition: all 0.3s ease-out;
  border: none;
  border-radius: 1px;
  margin: 0 2px;
}

.product-big-slider .slick-dots li:hover {
  background: #042EB0;
}

.product-big-slider .slick-dots .slick-active {
  background: #042EB0;
}

.product-big-item {
  height: 540px;
  display: none;
  border: none !important;
}

.product-big-item:first-child {
  display: block;
}

.product-big-item:hover {
  cursor: zoom-in;
}

.product-big-item img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

.product-big-item.video-block video {
  width: 100%;
  height: 100%;
  background: rgb(220 220 220 / 40%);
}

.product-big-item.video-block:after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  margin-top: -31px;
  background: rgba(0, 0, 0, 0.55);
  border-radius: 50%;
  transition: all 0.3s ease-out;
}

.product-big-item.video-block:before {
  content: "";
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 26px;
  margin-left: -8px;
  margin-top: -13px;
  background: url("../images/play.svg") center no-repeat;
  background-size: 100% auto;
}

.product-big-item.video-block:hover {
  cursor: pointer;
}

.product-big-item.video-block:hover:after {
  background: rgba(0, 0, 0, 0.8);
}

.product-small-slider {
  width: 70px;
  float: left;
  margin-top: 59px;
}

.product-small-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  text-indent: -9999px;
  cursor: pointer;
  padding: 0;
  height: 30px;
  width: 30px;
  background: #F0F0F0;
  transition: all 0.3s ease-out;
  border-radius: 10px;
  border: none;
  left: 50%;
  margin-left: -15px;
}

.product-small-slider .slick-arrow:hover {
  background: #FEDC09;
}

.product-small-slider .slick-arrow:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border: none;
  background: none;
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: -4px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}

.product-small-slider .slick-arrow.slick-prev {
  top: 0;
  margin-top: -38px;
}

.product-small-slider .slick-arrow.slick-prev:after {
  transform: rotate(-45deg);
  margin-top: -2px;
}

.product-small-slider .slick-arrow.slick-next {
  bottom: 0;
  margin-bottom: -38px;
}

.product-small-slider .slick-arrow.slick-next:after {
  transform: rotate(135deg);
  margin-top: -6px;
}

.product-small-item {
  height: 70px !important;
  margin: 0;
  transition: border-color 0.3s ease-out;
  cursor: pointer;
  margin: 7px 0;
  display: none;
  border: none;
  position: relative;
  opacity: 0.7;
  transition: all 0.3s ease-out;
  border: none !important;
}

.product-small-item:after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  width: 100%;
  height: 100%;
  pointer-events: none;
  border: 1px solid transparent;
  display: block;
}

.product-small-item:hover {
  opacity: 1;
}

.product-small-item img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 10px;
  image-rendering: -webkit-optimize-contrast;
}

.product-small-item.slick-current {
  opacity: 1;
}

.product-small-item.slick-current:after {
  border-color: #000;
}

.product-small-slider-with-video > .product-small-item.video-block {
  display: inline-block;
  width: 100%;
  object-fit: cover;
}

.product-small-slider-with-video > .slick-vertical + .product-small-item.video-block {
  margin-top: 60px;
}

.product-small-item.video-block video {
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.product-video-label {
  display: none;
  position: absolute;
  z-index: 5;
  bottom: 10px;
  right: 10px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  padding: 0 10px;
  background: rgba(0, 0, 0, 0.44);
  transition: all 0.3s ease-out;
  border-radius: 10px;
}

.product-video-label img {
  filter: grayscale(1) brightness(1000%);
  width: 35px;
}

.product-small-item.video-block:after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-left: -15px;
  margin-top: -15px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all 0.3s ease-out;
  border: none !important;
}

.product-small-item.video-block:before {
  content: "";
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 26px;
  margin-left: -4px;
  margin-top: -13px;
  background: url("../images/play.svg") center no-repeat;
  background-size: 100% auto;
}

.product-small-item.video-block:hover {
  cursor: pointer;
}

.product-small-item.video-block:hover:after {
  background: rgba(0, 0, 0, 0.8);
}

.product-amount {
  white-space: nowrap;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 44px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}

.product-amount .qty {
  display: block;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  font-family: Inter, Arial, Tahoma, sans-serif;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  border: 1px solid #ECECEC;
  background: #fff;
  height: 100%;
  transition: all 0.3s ease-out;
  border-radius: 10px;
}

.product-amount .qty:focus {
  border-color: #000;
}

.product-amount .qtyminus,
.product-amount .qtyplus {
  position: absolute;
  z-index: 2;
  height: 100%;
  cursor: pointer;
  top: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.product-amount .qtyminus:hover img,
.product-amount .qtyplus:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.product-amount .qtyminus img,
.product-amount .qtyplus img {
  display: block;
  transition: all 0.3s ease-out;
  filter: grayscale(1);
  opacity: 0.5;
}

.product-amount .qtyminus {
  left: 0;
  padding-left: 12px;
  padding-right: 5px;
}

.product-amount .qtyplus {
  right: 0;
  padding-right: 12px;
  padding-left: 5px;
}

.product-amount.none {
  pointer-events: none;
}

.product-amount.none .qty {
  background: #f3f3f3;
  border-color: #f3f3f3;
}

.product-information {
  width: 29.5%;
}

.product-information-price {
  margin-bottom: 40px;
  border: 1px solid #042EB0;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.32);
  padding: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
}

.product-information-price .price-info {
  width: 55%;
}

.product-information-price .count-info {
  width: 41%;
}

.product-information-price .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 9px;
}

.product-information-price .count-available {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  color: #07B004;
  line-height: 1.2;
}

.product-information-price .count-available img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
}

.product-information-price .count-available.none {
  color: #b53636;
}

.product-information-price .count-available.none img {
  filter: brightness(0) invert(28%) sepia(54%) saturate(1934%) hue-rotate(332deg) brightness(90%) contrast(92%);
}

.product-information-price .count-paid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.2;
}

.product-information-price .count-paid img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
}

.product-information-price .price-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 44px;
  margin-bottom: 9px;
  font-size: 21px;
}

.product-information-price .yuan {
  font-weight: 700;
  margin-right: 16px;
}

.product-information-price .ruble {
  font-weight: 600;
  color: #042EB0;
}

.product-information-brand {
  margin-bottom: 40px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  color: #7B7B7B;
  line-height: 1.2;
}

.product-information-brand span {
  color: #000000;
  margin: 0 6px;
}

.product-information-brand img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 1px;
}

.product-information-chars {
  margin-bottom: 20px;
}

.product-information-chars .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.product-information-chars .more-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #042EB0;
}

.product-information-chars .more-link:hover {
  text-decoration: underline;
}

.product-information-chars-list {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
}

.product-information-chars-list li {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
}

.product-information-chars-list .type {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  color: #515151;
  width: 46%;
}

.product-parameters-link {
  margin-bottom: 40px;
}

.product-information-links .title {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.product-information-links-list {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #042EB0;
}

.product-information-links-list li {
  margin-bottom: 20px;
}

.product-information-links-list li:last-child {
  margin-bottom: 0;
}

.product-information-links-list a {
  text-decoration: underline;
  transition: all 0.3s ease-out;
}

.product-information-links-list a:hover {
  color: #000;
}

.product-order {
  width: 24%;
}

.product-order-total {
  border: 1px solid #EBEBEB;
  border-radius: 20px;
  margin-bottom: 30px;
  padding: 30px 30px 34px;
}

.product-order-total .title {
  margin-bottom: 19px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}

.product-order-total .btn {
  width: 100%;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
}

.product-order-total .btn.added {
  background: #042EB0;
}

.product-order-total .safe-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 5px;
  font-weight: 500;
  color: #4D4D4D;
  line-height: 1.2;
}

.product-order-total .safe-block img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.product-order-total .delivery {
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #4D4D4D;
}

.product-order-total .delivery img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  opacity: 0.75;
}

.product-order-total .delivery strong {
  color: #000;
}

.product-order-total-list {
  font-weight: 500;
  font-size: 13px;
  line-height: 1.23;
  margin-bottom: 20px;
}

.product-order-total-list li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 7px;
}

.product-order-total-list .type {
  text-align: left;
}

.product-order-total-list .value {
  text-align: right;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 15px;
}

.product-order-total-list .pre-price {
  font-weight: 600;
  font-size: 14px;
}

.product-order-total-list .last-line {
  margin-top: 14px;
  border-top: 1px solid #E5E5E5;
  padding-top: 15px;
}

.product-order-total-list .last-line .type {
  font-weight: 600;
  font-size: 14px;
}

.product-order-total-list .last-line .value {
  font-weight: 700;
  font-size: 15px;
  color: #042EB0;
}

.product-order-total .delivery {
  margin-bottom: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: #4D4D4D;
}

.product-order-total .delivery img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  opacity: 0.75;
}

.product-order-total .delivery strong {
  color: #000;
}

.product-order-shop {
  padding: 30px;
  border: 1px solid #EFEFEF;
  border-radius: 20px;
}

.product-order-shop .btn {
  width: 100%;
}

.product-order-shop-name {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.product-order-shop-name:hover .name {
  text-decoration: underline;
}

.product-order-shop-name .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  overflow: hidden;
}

.product-order-shop-name .image img {
  display: block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

.product-order-shop-name .name {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 2px;
  color: #042EB0;
}

.product-order-shop-name .name a:hover {
  text-decoration: underline;
}

.product-order-shop-name .job {
  font-weight: 500;
  font-size: 14px;
  color: #545454;
}

.product-order-shop-detail {
  margin-top: 20px;
  border-top: 1px solid #E7E7E7;
  padding-top: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-order-shop-detail .shop-rating {
  min-width: 123px;
  text-align: center;
}

.product-order-shop-detail .rating-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #042EB0;
  margin-bottom: 3px;
  padding-right: 3px;
}

.product-order-shop-detail .rating-detail img {
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  margin-bottom: 1px;
}

.product-order-shop-detail .shop-guarantee {
  padding-right: 15px;
}

.product-order-shop-detail .shop-guarantee li {
  margin-bottom: 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.product-order-shop-detail .shop-guarantee li:last-child {
  margin-bottom: 0;
}

.product-order-shop-detail .pic {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 19px;
  margin-right: 10px;
}

.product-order-shop-detail .pic img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

.product-order-shop-detail .text {
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  color: #042EB0;
}

.product-order-shop-detail .note {
  color: #545454;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
}

.cart-added-popup {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 50%;
  margin-top: -22px;
  text-align: center;
  color: #fff;
  width: 100vw;
  pointer-events: none;
}

.cart-added-popup span {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  font-weight: 600;
  height: 44px;
  box-shadow: 0 4px 17px 0 rgba(4, 46, 176, 0.33);
  background: rgba(4, 46, 176, 0.92);
  border-radius: 10px;
  padding: 2px 14px;
  line-height: 1.25;
}

.cart-added-popup img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.chosen-product-slider {
  overflow: hidden;
}

.chosen-product-slider .slick-list {
  margin: 0 -14px;
}

.chosen-product-slider .product-block {
  margin: 0 14px;
}

.product-main-information {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-main-chars {
  width: calc(100% - 870px);
  padding-right: 28px;
}

.product-main-chars .chars-note {
  font-size: 12px;
  color: #424242;
}

.product-main-chars-list {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 30px;
}

.product-main-chars-list li {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 10px;
  margin-bottom: 11px;
}

.product-main-chars-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.product-main-chars-list .type {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 15px;
  color: #515151;
  width: 50%;
}

.product-main-reviews {
  width: 870px;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
}

.product-main-reviews-content {
  padding: 30px;
}

.product-reviews-graphic {
  padding-top: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.product-reviews-total {
  text-align: center;
  line-height: 1.2;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-reviews-total .number {
  font-weight: 500;
  font-size: 38px;
  margin-bottom: 7px;
}

.product-reviews-total .count {
  margin-top: 4px;
  font-weight: 500;
  font-size: 14px;
}

.product-rating-big {
  pointer-events: none;
}

.product-reviews-write {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-align: center;
}

.product-reviews-write p {
  font-size: 14px;
  margin: 0 auto 16px;
  max-width: 176px;
}

.product-reviews-write p strong {
  color: #042EB0;
  font-weight: 600;
}

.product-reviews-write .btn {
  background: #042EB0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-reviews-write .btn:hover {
  background: #4471fb;
}

.product-reviews-lines {
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 0 50px;
}

.product-reviews-lines li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.product-reviews-lines li:last-child {
  margin-bottom: 0;
}

.product-reviews-lines .count {
  white-space: nowrap;
}

.product-reviews-table {
  width: 100%;
  line-height: 1.2;
}

.product-reviews-table tr:last-child td {
  padding-bottom: 0 !important;
}

.product-reviews-table td {
  vertical-align: middle;
  padding-bottom: 5px;
}

.product-reviews-table td:first-child {
  width: 1px;
}

.product-reviews-table td:last-child {
  width: 1px;
}

.product-reviews-table .rating-line {
  width: 100%;
  background: #EAEAEA;
  border-radius: 3px;
  position: relative;
  height: 9px;
}

.product-reviews-table .current-rating {
  position: absolute;
  z-index: 2;
  height: 9px;
  border-radius: 3px;
  background: #FEDC09;
}

.product-reviews-table .type {
  white-space: nowrap;
  font-size: 14px;
  padding-right: 10px;
  color: #6D6D6D;
}

.product-reviews-table .count {
  white-space: nowrap;
  font-weight: 500;
  font-size: 13px;
  padding-left: 10px;
}

.product-reviews-table .count.empty {
  color: #6D6D6D;
}

.product-main-reviews-favorites {
  padding: 30px;
  border-top: 1px solid #EFEFEF;
}

.product-main-reviews-favorites .product-review-content {
  margin-bottom: 0;
  position: relative;
}

.product-review-content {
  margin-bottom: 30px;
}

.product-review-content:last-child {
  margin-bottom: 0;
}

.product-review-content .review-author {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  line-height: 1.2;
  margin-bottom: 13px;
}

.product-review-content .author-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
}

.product-review-content .author-avatar {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.product-review-content .author-avatar img {
  height: 42px;
  width: 42px;
  object-fit: cover;
  border-radius: 50%;
  image-rendering: -webkit-optimize-contrast;
}

.product-review-content .author-name {
  font-weight: 600;
  font-size: 14px;
  margin-right: 20px;
}

.product-review-content .author-date {
  font-weight: 500;
  font-size: 13px;
  color: #515151;
  padding-top: 1px;
}

.product-review-content .author-grade {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.product-review-content .author-words {
  font-weight: 500;
  font-size: 14px;
  color: #042EB0;
  margin-right: 20px;
}

.product-review-content .product-rating {
  margin: 0;
  padding-top: 2px;
}

.product-review-content .text-block {
  font-size: 14px;
  margin-bottom: 20px;
}

.product-review-content .type {
  font-weight: 700;
  font-size: 13px;
  line-height: 1.22;
  margin-bottom: 10px;
  color: #042EB0;
}

.product-review-content .helpful-note {
  margin-bottom: 15px;
  color: #515151;
  font-weight: 500;
  line-height: 1.2;
}

.product-review-content .helpful-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -7px;
}

.product-review-content .helpful-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 19px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  font-weight: 700;
  font-size: 12px;
  margin: 0 7px;
}

.product-review-content .helpful-btn:hover {
  border-color: #000;
}

.product-review-content .helpful-btn span {
  margin-left: 5px;
}

.product-review-content .yes span {
  color: #042EB0;
}

.product-review-content .no span {
  color: #B53636;
}

.product-review-content .empty span {
  color: #7A7A7A;
}

.product-review-content .helpful-total {
  margin: 0 7px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
}

.product-review-content .helpful-total.yes {
  color: #042EB0;
}

.product-review-content .helpful-total.no {
  color: #B53636;
}

.product-review-content .helpful-total img {
  display: block;
  margin-right: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-review-content .look-more {
  position: absolute;
  bottom: 0;
  right: 0;
}

.review-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -3px 14px;
}

.review-gallery li {
  margin: 0 3px 6px;
  width: calc(20% - 6px);
  max-width: 157px;
  overflow: hidden;
  position: relative;
}

.review-gallery li:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.review-gallery-image {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}

.review-gallery-image:hover {
  cursor: zoom-in;
}

.review-gallery-image.video-block:after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  margin-top: -31px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all 0.3s ease-out;
}

.review-gallery-image.video-block:before {
  content: "";
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 20px;
  height: 26px;
  margin-left: -8px;
  margin-top: -13px;
  background: url("../images/play.svg") center no-repeat;
  background-size: 100% auto;
}

.review-gallery-image.video-block:hover {
  cursor: pointer;
}

.review-gallery-image.video-block:hover:after {
  background: rgba(0, 0, 0, 0.8);
}

.review-gallery-image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 10px;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

.product-reviews-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 20px;
}

.product-reviews-list {
  width: 810px;
}

.load-more-reviews {
  padding-top: 10px;
}

.product-reviews-aside {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
  width: 448px;
  -ms-flex-order: 2;
  order: 2;
}

.product-reviews-aside-block {
  background: #FFFFFF;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  padding: 30px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 20px;
}

.product-reviews-aside-block:last-child {
  margin-bottom: 0;
}

.product-reviews-empty {
  padding: 30px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-shadow: 0px 4px 26px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  width: 100%;
  max-width: 870px;
}

.fancybox-thumbs-missing {
  background: url("../images/video-preview.jpg") center no-repeat;
  background-size: cover;
}

.fancybox-thumbs__list a::before {
  border: 4px solid #042EB0;
}

.product-reviews-question {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.product-reviews-question img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.product-reviews-question p {
  font-size: 14px;
  margin-bottom: 20px;
}

.product-reviews-question .btn {
  background: #042EB0;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.product-reviews-question .btn:hover {
  background: #4471fb;
}

.question-form-product {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #042EB0;
  margin-bottom: 30px;
}

.question-form-product:hover span {
  text-decoration: underline;
}

.question-form-product .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}

.question-form-product .image img {
  display: block;
  height: 50px;
  object-fit: cover;
  width: 50px;
  border-radius: 10px;
}

.product-description-gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px -12px;
}

.product-description-gallery li {
  margin: 0 6px 12px;
  width: calc(25% - 12px);
  overflow: hidden;
  position: relative;
}

.product-description-gallery li:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.product-description-image {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  overflow: hidden;
}

.product-description-image:hover {
  cursor: zoom-in;
}

.product-description-image img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
  object-fit: cover;
  image-rendering: -webkit-optimize-contrast;
}

.review-form-top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #EFEFEF;
  padding-bottom: 26px;
  margin-bottom: 30px;
}

.review-form-product {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.2;
  color: #042EB0;
  max-width: 270px;
  margin-top: 22px;
}

.review-form-product:hover span {
  text-decoration: underline;
}

.review-form-product .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}

.review-form-product .image img {
  display: block;
  height: 50px;
  object-fit: cover;
  width: 50px;
  border-radius: 10px;
}

.review-form-rating .review-form-title {
  margin-bottom: 10px;
}

.review-form-block {
  margin-bottom: 30px;
}

.review-form-block .product-amount {
  width: 88px;
}

.review-form-title {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 19px;
}

.review-form-title span {
  display: inline-block;
}

.review-form-title .name {
  color: #042EB0;
}

.review-form-text {
  position: relative;
  margin-bottom: 20px;
}

.review-form-text.active .review-form-label {
  font-size: 11px;
  color: #042EB0;
  font-weight: 700;
  top: 12px;
}

.review-form-text.active .review-form-textarea {
  min-height: 78px;
  padding-top: 30px;
}

.review-form-label {
  font-weight: 400;
  font-size: 14px;
  pointer-events: none;
  color: #8E8E8E;
  transition: color 0.3s ease-out, top 0.3s ease-out, font-size 0.3s ease-out;
  position: absolute;
  left: 20px;
  top: 15px;
}

.review-form-textarea {
  display: block;
  width: 100%;
  height: 44px;
  min-height: 44px;
  transition: min-height 0.3s ease-out, padding-top 0.3s ease-out;
  padding: 12px 20px;
  color: #222;
  font-size: 14px;
  font-weight: 400;
  font-family: Inter, Arial, Tahoma, sans-serif;
  border-radius: 10px;
  line-height: 1.2;
  border: 1px solid #E0E0E0;
  background: #fff;
  resize: none;
  overflow: hidden;
}

.review-form-textarea:focus {
  border-color: #042EB0;
}

.review-form-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.review-form-recommend {
  width: calc(50% - 15px);
}

.review-form-author {
  width: calc(50% - 15px);
}

.review-form-radio-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.review-form-radio {
  display: block;
  width: calc(50% - 10px);
  cursor: pointer;
}

.review-form-radio.yes {
  color: #042EB0;
}

.review-form-radio.yes:hover span {
  border-color: #042EB0;
}

.review-form-radio.yes input {
  display: none;
}

.review-form-radio.yes input:checked ~ span {
  border-color: #042EB0;
}

.review-form-radio.no {
  color: #B53636;
}

.review-form-radio.no:hover span {
  border-color: #B53636;
}

.review-form-radio.no input {
  display: none;
}

.review-form-radio.no input:checked ~ span {
  border-color: #B53636;
}

.review-form-radio span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 5px 10px;
  height: 44px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.2;
  transition: all 0.3s ease-out;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
}

.review-form-radio img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
  display: block;
}

.review-form-data-hide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
}

.review-form-data-text {
  font-size: 14px;
  line-height: 1.2;
}

.review-form-data-checkbox {
  display: block;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

.review-form-data-checkbox input {
  display: none;
}

.review-form-data-checkbox input:checked ~ span {
  background: #FEDC09;
}

.review-form-data-checkbox input:checked ~ span::after {
  left: 24px;
}

.review-form-data-checkbox span {
  width: 50px;
  height: 28px;
  display: block;
  position: relative;
  background: #C8C8C8;
  border-radius: 360px;
  transition: all 0.3s ease-out;
}

.review-form-data-checkbox span:after {
  content: "";
  position: absolute;
  left: 2px;
  width: 24px;
  height: 24px;
  background: #fff;
  top: 2px;
  border-radius: 50%;
  transition: all 0.3s ease-out;
}

.review-form-files {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.review-form-files-block {
  width: calc(50% - 15px);
  background: #FBFBFB;
  border: 1px dashed #C4C4C4;
  padding: 20px 17px;
  border-radius: 10px;
  position: relative;
}

.review-form-files-block #dropfile, .review-form-files-block #dropimage, .review-form-files-block #dropdescriptionimage, .review-form-files-block #dropimage360_1, .review-form-files-block #dropimage360_2, .review-form-files-block #dropimage360_3, .review-form-files-block #dropimage360_4, .review-form-files-block #dropimage360_5, .review-form-files-block [dropimage] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0;
}

.review-form-files-drop {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 222px;
  text-align: center;
}

.review-form-files-drop .image {
  margin-bottom: 19px;
}

.review-form-files-drop .image img {
  display: block;
  margin: 0 auto;
}

.review-form-files-drop .info-text {
  line-height: 1.27;
  margin-bottom: 20px;
}

.review-form-files-drop .info-text span {
  display: block;
  color: #65697A;
}

.review-form-files-drop .add-input {
  cursor: pointer;
  display: block;
  width: 100%;
  position: relative;
}

.review-form-files-drop .add-input input {
  display: none;
}

.review-form-files-drop .add-input span {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.review-form-files-count {
  font-weight: 700;
  font-size: 11px;
  line-height: 1.45;
  color: #042EB0;
  margin-bottom: 20px;
}

.review-form-files-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -6px -12px;
}

.review-form-files-list li {
  margin: 0 6px 12px;
  width: 78px;
  height: 78px;
  position: relative;
}

.review-form-files-list .add-image {
  height: 100%;
}

.review-form-files-list .add-image img {
  display: block;
  border-radius: 2px;
  object-fit: cover;
  width: 100%;
  height: 100%;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 10px;
}

.review-form-files-list .add-remove {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: rgba(0, 0, 0, 0.56) url("../images/adding-close.svg") center no-repeat;
  border-radius: 0 10px 0 5px;
  transition: all 0.3s ease-out;
}

.review-form-files-list .add-remove:hover {
  background-color: #000000;
}

.add-input-square {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  height: 100%;
  width: 100%;
  border: 1px solid #042EB0;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}

.add-input-square:hover {
  background: #042EB0;
}

.add-input-square:hover img {
  filter: brightness(0) invert(1);
}

.add-input-square input {
  display: none;
}

.add-input-square img {
  display: block;
  transition: all 0.3s ease-out;
}

.review-anon-name {
  display: none;
}

#reviewModalEmpty {
  max-width: 480px;
}

.review-modal-empty {
  margin-top: -10px;
}

.review-modal-empty p {
  margin-bottom: 20px;
}

#noticeModal {
  max-width: 480px;
}

.notice-modal {
  margin-top: -10px;
}

.notice-modal p {
  margin-bottom: 20px;
}

#wishModal {
  max-width: 660px;
}

.add-wish-list {
  margin-bottom: 20px;
}

.popup-wish-list {
  overflow-x: auto;
  max-height: 60vh;
  margin: -5px -15px -15px;
  padding: 15px;
}

.popup-wish-list::-webkit-scrollbar {
  width: 5px;
  background: #E3E3E3;
}

.popup-wish-list::-webkit-scrollbar-thumb {
  border: none;
  border-radius: 7px;
  background: #FEDC09;
}

.popup-wish-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  margin-bottom: 10px;
  background: #FFFFFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

.popup-wish-block:last-child {
  margin-bottom: 1px;
}

.popup-wish-block .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
  line-height: 1.2;
}

.popup-wish-block .image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100px;
  margin-right: 30px;
}

.popup-wish-block .image img {
  display: block;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 10px;
}

.popup-wish-block .name {
  font-weight: 700;
  font-size: 18px;
}

.popup-wish-block .count {
  font-weight: 500;
  color: #555555;
  margin-top: 16px;
}

.popup-wish-block .btn {
  padding-left: 19px;
  padding-right: 19px;
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.popup-wish-block .btn:hover .icon {
  opacity: 1;
}

.popup-wish-block .icon {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/product-heart.svg) center no-repeat;
  background-size: 100% auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  transition: all 0.3s ease-out;
  filter: brightness(0);
  opacity: 0.50;
}

.popup-wish-block .added {
  background: #FEDC09;
  border-color: #FEDC09;
  color: #000;
}

.popup-wish-block .added .icon {
  filter: none;
  opacity: 1;
  background: url(../images/product-heart-active.svg) center no-repeat;
  background-size: 100% auto;
}

.form-title {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 19px;
}

.form-title span {
  display: inline-block;
}

.form-title .name {
  color: #042EB0;
}

.form-block {
  margin-bottom: 30px;
}

.form-buttons-flex {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px;
}

.form-buttons-flex .btn {
  margin: 0 10px;
}

.parts-section {
  padding: 40px 0;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}

.parts-section .inner-content {
  padding: 30px;
  background: #f9f9f9;
  border-radius: 20px;
}

.parts-section h2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #042EB0;
}

.parts-section h2 img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
}

.parts-slider {
  margin-left: -30px;
  margin-right: -30px;
  padding-left: 30px;
  padding-right: 30px;
}

.parts-slider .slick-list {
  margin: 0 -9px;
}

.parts-slider .product-block {
  margin: 0 9px;
}

.parts-slider .product-block .name {
  height: 33px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  /* autoprefixer: off */
}

.parts-slider .product-block .btn {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.parts-slider .product-block .price {
  line-height: 1.15;
}

.product-information-links-list:not(.active) > *:nth-child(n+6):not(.btn-view-all) {
  height: 0;
  overflow: hidden;
  margin: 0;
}

.product-information-links-list .btn-view-all {
  display: flex;
  align-items: center;
  filter: brightness(0);
  gap: 5px;
  cursor: pointer;
}

.product-information-links-list .btn-view-all:hover {
  filter: none;
}

.product-information-links-list.active .btn-view-all img {
  transform: rotate(180deg);
}

.product-information-links-list.insert-block > * {
  transition: all 0.3s ease-out;
}

.product-reviews-tabs {
  border-bottom: 1px solid #D4D4D4;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  font-weight: 700;
}

.product-reviews-tabs li {
  margin-right: 40px;
}

.product-reviews-tabs li:last-child {
  margin-right: 0;
}

.product-reviews-tabs a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.25;
  position: relative;
  color: #5c5c5c;
  transition: all 0.3s ease-out;
  height: 54px;
}

.product-reviews-tabs a:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -1px;
  height: 3px;
  width: 100%;
  transition: all 0.3s ease-out;
  opacity: 0;
  background: #4471FB;
}

.product-reviews-tabs a:hover {
  color: #000;
}

.product-reviews-tabs a span {
  font-size: 12px;
  font-weight: 600;
  margin-left: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #838383;
}

.product-reviews-tabs .active {
  color: #000;
}

.product-reviews-tabs .active:after {
  opacity: 1;
}

.tabs-content {
  display: none;
}

.tabs-content.visible {
  display: block;
}

.product-question-content {
  margin-bottom: 50px;
}

.product-question-content:last-child {
  margin-bottom: 0;
}

.product-question-user {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 500;
}

.product-question-user .image {
  width: 100px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
  display: block;
}

.product-question-user .image:hover img {
  opacity: 0.8;
}

.product-question-user .image img {
  width: 100%;
  height: auto;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  transition: all 0.3s ease-out;
  border-radius: 10px;
}

.product-question-user .inner {
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 1px;
  line-height: 1.23;
}

.product-question-user .name {
  color: #515151;
  margin-bottom: 18px;
}

.product-question-user .name a {
  transition: all 0.3s ease-out;
}

.product-question-user .name a:hover {
  text-decoration: underline;
  color: #000;
}

.product-question-user .text {
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 600;
}

.product-question-user .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #515151;
}

.product-question-user .helpful {
  margin-right: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 12px;
  color: #042EB0;
  line-height: 1.2;
}

.product-question-user .helpful:hover {
  text-decoration: underline;
  cursor: pointer;
}

.product-question-user .helpful img {
  display: block;
  margin-right: 6px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-question-user .detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.product-question-user .author {
  text-align: right;
  margin-left: 20px;
}

.product-question-user .date {
  text-align: right;
  margin-left: 20px;
}

.product-question-admin {
  margin-top: 30px;
  border-left: 2px solid #FEDC09;
  padding: 30px 20px 30px 28px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
}

.product-question-admin .inner {
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 1px;
}

.product-question-admin .info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  line-height: 1.23;
}

.product-question-admin .image {
  width: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 16px;
  display: block;
}

.product-question-admin .image img {
  width: 100%;
  height: auto;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 50%;
}

.product-question-admin .author {
  margin-right: 20px;
}

.product-question-admin .date {
  color: #515151;
  text-align: right;
}

.product-question-admin .text {
  font-size: 15px;
  font-weight: 600;
}

.product-question-admin .helpful {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 30px;
}

.product-question-admin .helpful-note {
  color: #515151;
  line-height: 1.23;
  margin-bottom: 15px;
}

.product-question-admin .helpful-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -7px;
}

.product-question-admin .helpful-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 44px;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 5px 19px;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  transition: all 0.3s ease-out;
  font-weight: 700;
  font-size: 12px;
  margin: 0 7px;
}

.product-question-admin .helpful-btn:hover {
  border-color: #000;
}

.product-question-admin .helpful-btn span {
  margin-left: 5px;
}

.product-question-admin .yes span {
  color: #042EB0;
}

.product-question-admin .no span {
  color: #B53636;
}

.product-question-admin .empty span {
  color: #7A7A7A;
}

.lined-section {
  padding: 40px 0;
  border-top: 1px solid #E7E7E7;
  border-bottom: 1px solid #E7E7E7;
}

.tags-product-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px -10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

.tags-product-list a {
  margin: 0 5px 10px;
  text-align: center;
  display: block;
  color: #535353;
  transition: all 0.3s ease-out;
  border-radius: 10px;
  background: #f2f2f2;
  padding: 10px 14px;
}

.tags-product-list a:hover {
  background: #4471fb;
  color: #fff;
}

.input-block .select2-container {
  width: 100% !important;
}

.input-block .select2-container .select2-selection--single {
  background: transparent;
  border-radius: 10px !important;
  height: 44px;
  border: 1px solid #E0E0E0;
  transition: all 0.3s ease-out;
  background: #fff;
}

.input-block .select2-container .select2-selection__rendered {
  height: 44px;
  padding-top: 16px;
  font-size: 14px;
  font-weight: 400;
  padding-right: 45px;
  padding-left: 20px;
  color: #222;
}

.input-block .select2-container .select2-selection__arrow {
  top: 0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  right: 19px;
  width: 14px;
}

.input-block .select2-container .select2-selection__arrow:after {
  content: url("../images/select-arrow.svg");
  display: inline-block;
  transition: all 0.3s ease-out;
  filter: brightness(0);
  opacity: 0.5;
}

.input-block .select2-container .select2-selection__arrow b {
  display: none;
}

.input-block .select2-container .select2-selection--multiple {
  background: transparent;
  border-radius: 10px !important;
  height: auto;
  border: 1px solid #E0E0E0;
  transition: all 0.3s ease-out;
  background: #fff;
}

.input-block .select2-container .select2-selection--multiple .select2-selection__rendered {
  height: auto;
  padding: 4px 20px;
  max-width: 100%;
  white-space: normal;
  display: block;
}

.input-block .select2-container .select2-selection--multiple .select2-selection__choice {
  background: #e1edff;
  border: none;
  color: #000;
  padding: 6px;
  line-height: 1.2;
  margin-top: 4px;
  margin-bottom: 4px;
}

.input-block .select2-container .select2-selection--multiple input {
  height: 29px;
  width: auto;
  margin-top: 4px;
  margin-bottom: 4px;
  transition: none;
}

.input-block .select2-container .select2-selection--multiple .select2-selection__choice__remove {
  color: #042EB0;
  font-size: 20px;
  line-height: 0.65;
  font-weight: 600;
  position: relative;
  top: 2px;
  margin-right: 4px;
}

.input-block .select2-container .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #000;
}

.input-block .select2-container--open .select2-selection--single {
  border-color: #042EB0;
}

.input-block .select2-container--open .select2-selection__arrow:after {
  transform: rotate(-180deg);
}

.select2-container--open + .custom-input-label {
  font-size: 11px;
  color: #042EB0;
  font-weight: 700;
  top: 8px;
}

.select2-container.opened + .custom-input-label {
  font-size: 11px;
  color: #042EB0;
  font-weight: 700;
  top: 8px;
}

.select2-container.opened .select2-selection--multiple .select2-selection__rendered {
  padding-top: 20px;
}

.tab-rotate-list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -10px 30px;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-rotate-list li {
  margin: 0 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.tab-rotate-list a {
  width: 85px;
  height: 85px;
  display: block;
  position: relative;
}

.tab-rotate-list a:after {
  content: "";
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  transition: all 0.3s ease-out;
  border-radius: 10px;
}

.tab-rotate-list a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  image-rendering: -webkit-optimize-contrast;
  border-radius: 10px;
}

.tab-rotate-list .active:after {
  border-color: #042EB0;
}

.tab-rotate {
  display: none;
}

.tab-rotate.visible {
  display: block;
}

.product-instruction-link {
  margin-bottom: 40px;
}

.product-instruction-link a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 10px;
  overflow: hidden;
  background: rgba(105, 142, 255, 0.14);
  font-weight: 700;
  color: #402eb0;
  height: 70px;
  transition: all 0.3s ease-out;
}

.product-instruction-link a:hover {
  text-decoration: underline;
}

.product-instruction-link span {
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 30px 10px 20px;
  line-height: 1.2;
}

.product-instruction-link .image {
  width: 70px;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
}

.product-instruction-link .image:after {
  content: "";
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  width: 34px;
  height: 34px;
  margin-left: -17px;
  margin-top: -17px;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
  transition: all 0.3s ease-out;
}

.product-instruction-link .image:before {
  content: "";
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 50%;
  width: 12px;
  height: 26px;
  margin-left: -4px;
  margin-top: -13px;
  background: url("../images/play.svg") center no-repeat;
  background-size: 100% auto;
}

.product-instruction-link .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  display: block;
}

.mobileapp-top {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  display: none;
  align-items: center;
  box-shadow: 0px 1px 20px rgb(221 221 221 / 55%);
  padding: 10px;
}

.mobileapp-top > img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.mobileapp-top a {
  margin-left: auto;
  max-height: 40px !important;
  min-height: auto;
}

.mobileapp-top span {
  margin-left: 10px;
}

/* ==================== MEDIA =========================== */

@media (min-width: 1300px) {
  .product-reviews-graphic-small .product-reviews-total {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .product-reviews-graphic-small .product-reviews-total .number {
    margin-bottom: 0;
  }

  .product-reviews-graphic-small .product-reviews-total .count {
    margin-top: 0;
    margin-left: 14px;
  }

  .product-reviews-graphic-small .inner-total-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
  }

  .product-reviews-graphic-small .product-reviews-lines {
    padding: 0;
    margin-bottom: 20px;
  }

  .product-reviews-graphic-small .product-reviews-table td {
    padding-bottom: 10px;
  }

  .product-reviews-graphic-small .product-reviews-write {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .product-reviews-graphic-small .product-reviews-write p {
    margin: 0;
    text-align: left;
    max-width: 100%;
    padding-right: 15px;
  }
}

@media (max-width: 1599px) {
  .product-gallery {
    width: 480px;
  }

  .product-big-slider-outer {
    float: none;
    width: 100%;
  }

  .product-small-slider {
    float: none;
    width: 100%;
    margin-top: 40px;
  }

  .product-small-slider-images:not(.slick-vertical) {
    width: calc(100% - 20% - 7px);
    float: left;
  }

  .product-small-slider-with-video > .slick-vertical + .product-small-item.video-block {
    margin-top: 7px;
  }

  .product-small-slider-with-video > .product-small-slider-images:not(.slick-vertical) + .product-small-item.video-block {
    width: calc(20% - 10px);
    margin: 0 0 0 14px;
  }

  .product-small-slider .slick-list {
    margin: 0 -7px;
  }

  .product-small-slider .slick-arrow {
    display: none !important;
  }

  .product-small-item {
    margin: 0 7px;
  }

  .product-information {
    width: 33%;
  }

  .product-information-price .price-info {
    width: 57%;
  }

  .product-information-price .price-block {
    font-size: 20px;
  }

  .product-information-price .count-info {
    width: 38%;
  }

  .product-order {
    width: 25%;
  }

  .product-main-chars {
    width: calc(100% - 730px);
  }

  .product-main-reviews {
    width: 730px;
  }

  .product-reviews-lines {
    padding: 0 30px;
  }

  .product-reviews-list {
    width: 730px;
  }

  .chosen-product-slider .slick-arrow {
    margin-top: -21px;
  }

  .product-top-questions {
    margin-right: 25px;
  }

  .product-top-favorites {
    margin-right: 25px;
  }
}

@media (max-width: 1299px) {
  .product-top-link {
    font-size: 13px;
  }

  .product-top-articul {
    font-size: 13px;
  }

  .product-detail {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-gallery {
    width: 625px;
    margin: 0 auto 50px;
  }

  .product-big-slider-outer {
    width: calc(100% - 85px);
    float: right;
  }

  .product-small-slider {
    width: 70px;
    float: left;
    margin-top: 59px;
  }

  .product-small-slider .slick-list {
    margin: 0;
  }

  .product-small-slider .slick-arrow {
    display: block;
  }

  .product-small-item {
    margin: 7px 0;
  }

  .product-information {
    width: 48%;
  }

  .product-information-price .price-block {
    font-size: 21px;
  }

  .product-order {
    width: 48%;
  }

  .chosen-product-slider .slick-arrow {
    margin-top: -23px;
  }

  .chosen-product-slider .slick-list {
    margin: 0 -10px;
  }

  .chosen-product-slider .product-block {
    margin: 0 10px;
  }

  .product-description-gallery li {
    width: calc(33.333% - 12px);
  }

  .product-main-information {
    display: block;
  }

  .product-main-chars {
    width: 100%;
    padding-right: 0;
    margin-bottom: 40px;
  }

  .product-main-reviews {
    width: 100%;
  }

  .product-reviews-aside {
    width: 280px;
  }

  .product-reviews-graphic-small .product-reviews-total {
    margin-bottom: 25px;
  }

  .product-reviews-graphic-small .product-reviews-lines {
    padding: 0;
    margin-bottom: 25px;
  }

  .product-reviews-list {
    width: 660px;
  }

  .product-reviews-write .btn {
    width: 100%;
  }

  .product-reviews-question {
    text-align: center;
  }

  .product-reviews-question img {
    display: none;
  }

  .product-question-admin {
    padding-right: 0;
  }

  .product-top-options .line {
    display: none;
  }

  .product-top-reviews i {
    display: none;
  }

  .product-top-questions {
    margin-right: 20px;
  }

  .product-top-questions .pic {
    margin-right: 6px;
  }

  .product-top-questions i {
    display: none;
  }

  .product-top-favorites {
    margin-right: 20px;
  }
}

@media (max-width: 1019px) {
  .mobileapp-top {
    display: flex;
  }

  .main-content {
    padding-top: 210px;
  }

  .product-top-block {
    margin-bottom: 30px;
  }

  .product-top-title h1 {
    padding-right: 0;
  }

  .product-top-content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .product-top-options {
    margin-bottom: 20px;
    width: 100%;
  }

  .product-top-share {
    position: static;
    margin-left: auto;
  }

  .product-information {
    width: 53%;
  }

  .product-information-price {
    padding: 30px 20px;
  }

  .product-information-price .price-block {
    font-size: 19px;
  }

  .product-order {
    width: 44%;
  }

  .product-reviews-flex {
    display: block;
    padding-bottom: 10px;
  }

  .product-reviews-aside {
    position: static;
    top: 0;
    width: 100%;
  }

  .product-reviews-aside-block:last-child {
    margin-bottom: 20px;
  }

  .product-reviews-graphic-small {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }

  .product-reviews-graphic-small .product-reviews-total {
    margin-bottom: 0;
  }

  .product-reviews-graphic-small .product-reviews-lines {
    margin-bottom: 0;
    padding: 0 30px;
  }

  .product-reviews-list {
    width: 100%;
  }

  .product-top-shop {
    margin-right: 0;
    max-width: 42%;
  }

  .product-top-articul {
    max-width: 55%;
  }

  #reviewModalEmpty {
    max-width: 100%;
  }

  .review-modal-empty {
    margin-top: 0;
  }

  #noticeModal {
    max-width: 100%;
  }

  .notice-modal {
    margin-top: 0;
  }

  #wishModal {
    max-width: 100%;
  }

  .parts-section {
    padding: 30px 0;
  }

  .product-question-content {
    margin-bottom: 40px;
  }

  .product-question-admin {
    margin-top: 20px;
  }

  .lined-section {
    padding: 30px 0;
  }

  .tags-product-list {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
  }

  .tags-product-list a {
    white-space: nowrap;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media (max-width: 767px) {
  .product-top-block {
    margin-bottom: 22px;
  }

  .product-top-title {
    border-bottom: none;
    margin-bottom: 0;
  }

  .product-top-reviews {
    margin-right: 5px;
    border: 1px solid #E5E5E5;
    height: 44px;
    padding: 5px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 300px;
    border-radius: 10px;
  }

  .product-current-rating {
    margin-top: -2px;
  }

  .product-top-favorites {
    margin-right: 5px;
    width: 44px;
    height: 44px;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E5E5E5;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 10px;
  }

  .product-top-favorites .pic {
    margin-right: 0;
  }

  .product-top-favorites span {
    display: none;
  }

  .product-video-label + .product-rotate {
    right: 80px;
  }

  .product-video-label {
    display: -ms-flexbox;
    display: flex;
  }

  .product-top-share {
    margin-left: 0;
    width: 44px;
    height: 44px;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E5E5E5;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 10px;
  }

  .product-top-share .pic {
    margin-right: 0;
  }

  .product-top-share span {
    display: none;
  }

  .product-detail {
    display: block;
  }

  .product-gallery {
    width: 100%;
    max-width: 540px;
    margin-bottom: 42px;
  }

  .product-big-slider-outer {
    width: 100%;
  }

  .product-gallery-label {
    top: 10px;
    left: 10px;
  }

  .product-discount {
    top: 10px;
    right: 10px;
    font-size: 13px;
    height: 25px;
  }
  
  .slick-slider .slick-track {
    height: 400px;
  }

  .product-rotate {
    bottom: 10px;
    right: 10px;
    padding: 0 10px;
    height: 36px;
  }

  .product-big-item {
    height: 100%;
  }

  .product-big-item img {
    height: 100%;
  }

  .product-small-slider {
    display: none;
  }

  .product-information {
    width: 100%;
    margin-bottom: 25px;
  }

  .product-information-price {
    padding: 30px;
    margin-bottom: 25px;
  }

  .product-order {
    width: 100%;
  }

  .chosen-product-slider .slick-arrow {
    margin-top: 0;
    top: 22%;
  }

  .chosen-product-slider .slick-list {
    margin: 0 -5px;
  }

  .chosen-product-slider .product-block {
    margin: 0 5px;
  }

  .product-main-reviews {
    border: none;
    box-shadow: none;
    border-radius: 0;
  }

  .product-main-reviews-content {
    padding: 0;
  }

  .product-main-reviews-favorites {
    padding: 0;
    padding-top: 15px;
    margin-top: 15px;
  }

  .product-review-content .review-author {
    display: block;
  }

  .product-review-content .author-info {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .product-review-content .look-more {
    position: static;
    width: 100%;
    margin-top: 15px;
  }

  .review-gallery li {
    width: calc(25% - 6px);
  }

  .product-description-gallery {
    margin: 0 -3px -6px;
  }

  .product-description-gallery li {
    margin: 0 3px 6px;
    width: calc(33.333% - 6px);
  }

  .product-reviews-aside-block {
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
  }

  .product-reviews-empty {
    padding: 0;
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
  }

  .product-reviews-list {
    margin-top: 15px;
    padding-top: 20px;
    border-top: 1px solid #EFEFEF;
  }

  .product-reviews-total {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px !important;
  }

  .product-reviews-total .number {
    margin-bottom: 0;
    margin-right: 26px;
  }

  .product-reviews-lines {
    padding: 0 22px !important;
    margin-bottom: 15px !important;
  }

  .product-reviews-write p {
    max-width: 100%;
  }

  .product-reviews-graphic {
    padding-top: 0;
    display: block;
  }

  .product-reviews-graphic-small {
    display: block;
  }

  .load-more-reviews {
    text-align: center;
  }

  .review-form-top {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .review-form-product {
    max-width: 100%;
    margin-top: 17px;
  }

  .review-form-block {
    margin-bottom: 20px;
  }

  .review-form-files-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .review-form-files-block:nth-last-of-type(1) {
    margin-bottom: 0;
  }

  .review-form-bottom {
    margin-bottom: 20px;
  }

  .review-form-recommend {
    width: 100%;
    margin-bottom: 20px;
  }

  .review-form-author {
    width: 100%;
  }

  .popup-wish-list {
    padding: 0;
    margin: 0;
    max-height: 6000px;
    overflow: visible;
  }

  .add-wish-list {
    width: 100%;
  }

  .popup-wish-block .image {
    margin-right: 20px;
  }

  .form-buttons-flex .btn {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .parts-section .inner-content {
    padding: 20px;
  }

  .parts-slider {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .question-form-product {
    margin-bottom: 20px;
  }

  .product-reviews-tabs li {
    margin-right: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .product-reviews-tabs a {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
  }

  .product-question-user .image {
    display: none;
  }

  .product-question-user .text {
    font-size: 14px;
  }

  .product-question-admin {
    padding: 20px;
    padding-right: 0;
    display: block;
  }

  .product-question-admin .info {
    margin-bottom: 15px;
  }

  .product-question-admin .text {
    font-size: 14px;
  }

  .product-question-admin .helpful {
    margin-left: 0;
    margin-top: 20px;
  }

  .product-information-brand {
    margin-bottom: 20px;
  }

  .product-instruction-link {
    margin-bottom: 20px;
  }

  .product-parameters-link {
    margin-bottom: 20px;
    width: 100%;
  }

  .product-top-questions {
    margin-right: 5px;
    padding: 0 12px;
    height: 44px;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #E5E5E5;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 10px;
  }

  .tab-rotate-list {
    margin: 0 -4px 20px;
  }

  .tab-rotate-list li {
    margin: 0 4px;
  }

  .tab-rotate-list a {
    width: 55px;
    height: 55px;
  }
}

@media (max-width: 500px) {
  .product-top-content {
    display: block;
  }

  .product-top-shop {
    max-width: 100%;
    font-size: 14px;
    margin-bottom: 18px;
  }

  .product-top-articul {
    max-width: 100%;
    font-size: 14px;
    text-align: left;
    margin-left: 0;
  }

  .product-information-price {
    padding: 20px;
  }

  .product-information-price .price-info {
    width: 49%;
  }

  .product-information-price .price-block {
    display: block;
    font-size: 20px;
  }

  .product-information-price .yuan {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .product-information-price .count-info {
    width: 49%;
  }

  .product-information-price .count-paid {
    font-size: 12px;
  }

  .product-information-price .count-available {
    font-size: 12px;
  }

  .product-amount {
    margin-bottom: 14px;
  }

  .product-order-total {
    padding: 20px;
  }

  .product-order-shop {
    padding: 20px;
  }

  .review-gallery li {
    width: calc(33.333% - 6px);
  }

  .load-more-reviews .btn {
    width: 100%;
  }

  .review-submit {
    width: 100%;
  }

  .review-form-radio {
    width: calc(50% - 5px);
  }

  .review-modal-empty .btn {
    width: 100%;
  }

  .notice-modal .btn {
    width: 100%;
  }

  .popup-wish-block {
    display: block;
  }

  .popup-wish-block .info {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .popup-wish-block .btn {
    width: 100%;
  }

  .form-buttons-flex {
    padding-top: 0;
    margin: 0;
    display: block;
  }

  .form-buttons-flex .btn {
    margin: 0;
    width: 100%;
  }

  .form-buttons-flex .blue-btn {
    margin-top: 20px;
  }

  .form-buttons-flex .reset-btn {
    margin-top: 20px;
  }

  .product-reviews-tabs {
    font-size: 16px;
  }

  .product-reviews-tabs a {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-reviews-tabs a span {
    margin-left: 0;
    margin-top: 2px;
  }

  .product-question-user .info {
    display: block;
  }

  .product-question-user .detail {
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 15px;
  }

  .product-question-user .author {
    margin-left: 0;
    margin-right: 20px;
    text-align: left;
  }
}