@media (min-width: 600px) {
  .product-single__top {
    justify-content: flex-start;
    margin-bottom: 31px;
  }
}

.product-single__top p {
  margin: 0;
}

.product-single__top p.product-single__top-num-buy {
  margin-top: 10px;
  margin-bottom: 24px;
}

@media (min-width: 600px) {
  .product-single__top p.product-single__top-num-buy {
    margin: 0;
  }
}

.product-single__top-num-buy {
  width: 100%;
  font-size: 12px;
  line-height: 152%;
  color: #8B8B8B;
}

@media (min-width: 600px) {
  .product-single__top-num-buy {
    width: auto;
  }
}

@media (min-width: 992px) {
  .product-single__top-num-buy {
    font-size: 14px;
  }
}

.product-single__top-num-reviews a {
  font-size: 12px;
  line-height: 130%;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

@media (min-width: 600px) {
  .product-single__top-num-reviews a {
    margin-left: 20px;
  }
}

@media (min-width: 992px) {
  .product-single__top-num-reviews a {
    font-size: 14px;
    top: 0;
  }
}

.product-single__top-num-questions a {
  font-size: 12px;
  line-height: 130%;
  position: relative;
  top: -2px;
}

@media (min-width: 600px) {
  .product-single__top-num-questions a {
    margin-left: 40px;
    margin-right: 40px;
  }
}

@media (min-width: 992px) {
  .product-single__top-num-questions a {
    font-size: 14px;
    top: 0;
  }
}

.product-single__labels {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}

.product-single__new {
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  color: #FFFFFF;
  background: #8B8B8B;
  padding: 1px 8px;
  display: inline-block;
  text-transform: lowercase;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .product-single__new {
    font-size: 14px;
  }
}

.product-single__discount {
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  color: #FFFFFF;
  background: #E31E24;
  padding: 1px 8px;
  width: 32px;
  margin-left: 20px;
  text-align: center;
}

@media (min-width: 992px) {
  .product-single__discount {
    font-size: 14px;
    width: 40px;
  }
}

.product-wrap {
  margin-bottom: 68px;
}

.product-gallery {
  max-width: 570px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  .product-gallery {
    max-width: 490px;
  }
}

.gallery-cart {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 38px;
}

@media (min-width: 992px) {
  .gallery-cart {
    margin-bottom: 0;
    flex-wrap: nowrap;
  }
}

.gallery-cart .swiper-wrapper {
  max-height: 490px;
}

.gallery-cart .mySwiper {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .gallery-cart .mySwiper {
    width: 65px;
    margin-right: 10px;
    margin-top: 0;
  }
}

@media (min-width: 1199px) {
  .gallery-cart .mySwiper {
    width: 72px;
  }
}

.gallery-cart .mySwiper img {
  cursor: pointer;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.gallery-cart .mySwiper .swiper-slide {
  border: 1px solid #8B8B8B;
  opacity: 0.3;
  box-sizing: border-box;
  border-radius: 3px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery-cart .mySwiper .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #E31E24;
  opacity: 1;
}

.gallery-cart .mySwiper2 {
  max-width: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  border: 1px solid #E5E5E5;
  border-radius: 3px;
}

@media (min-width: 992px) {
  .gallery-cart .mySwiper2 {
    max-width: 440px;
    order: 1;
  }
}

@media (min-width: 1199px) {
  .gallery-cart .mySwiper2 {
    max-width: 490px;
  }
}

.gallery-cart .swiper-button-next,
.gallery-cart .swiper-button-prev {
  width: 15px;
  height: 19px;
}

.gallery-cart .swiper-button-next {
  background: url(../images/gallery/gallery-next.svg) center center no-repeat;
}

.gallery-cart .swiper-button-prev {
  background: url(../images/gallery/gallery-prev.svg) center center no-repeat;
}

.gallery-cart .swiper-button-next:after,
.gallery-cart .swiper-button-prev:after {
  display: none;
}

.gallery-cart .video {
  width: 100%;
  height: 100%;
}

.gallery-cart .youtube-play {
  width: 100%;
  height: 100%;
  background-size: cover;
  margin: 0 auto;
  border-radius: 3px;
}

.main-photo > a {
  line-height: 0;
  font-size: 0;
}

.product-infobl {
  max-width: 100%;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

@media (min-width: 992px) {
  .product-infobl {
    margin-bottom: 0;
    max-width: calc(100% - 600px);
  }
}

@media (min-width: 1360px) {
  .product-infobl {
    max-width: 388px;
  }
}

.product-infobl__top {
  margin-bottom: 27px;
  align-items: center;
  justify-content: flex-start;
}

@media (min-width: 992px) {
  .product-infobl__top {
    margin-bottom: 15px;
  }
}

@media (min-width: 1199px) {
  .product-infobl__top {
    margin-bottom: 22px;
  }
}

.product-infobl__top .article {
  border-radius: 3px;
  background: #F4F4F4;
  padding: 4px 10px;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  margin-right: 27px;
}

@media (min-width: 992px) {
  .product-infobl__top .article {
    font-size: 14px;
    padding: 5px 10px;
    margin-right: 55px;
  }
}

@media (min-width: 1199px) {
  .product-infobl__top .article {
    font-size: 16px;
    padding: 10px;
    margin-right: 40px;
  }
}

.product-infobl__top .article label {
  color: #8B8B8B;
}

.product-infobl__top .form-nal .active,
.product-infobl__top .form-nal .order {
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #1C1B17;
  padding-left: 15px;
  position: relative;
}

@media (min-width: 992px) {
  .product-infobl__top .form-nal .active,
  .product-infobl__top .form-nal .order {
    font-size: 14px;
    padding-left: 20px;
  }
}

@media (min-width: 1199px) {
  .product-infobl__top .form-nal .active,
  .product-infobl__top .form-nal .order {
    font-size: 16px;
  }
}

.product-infobl__top .form-nal .active::before,
.product-infobl__top .form-nal .order::before {
  content: '';
  width: 8px;
  height: 8px;
  background: #6FC14A;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}

@media (min-width: 992px) {
  .product-infobl__top .form-nal .active::before,
  .product-infobl__top .form-nal .order::before {
    width: 10px;
    height: 10px;
  }
}

@media (min-width: 1199px) {
  .product-infobl__top .form-nal .active::before,
  .product-infobl__top .form-nal .order::before {
    top: 8px;
  }
}

.product-infobl__top .form-nal .order::before {
  background: #E31E24;
}

.product-infobl__top .form-nal .order {
  align-items: center;
}

.product-infobl__top .form-nal .order .order__question {
  position: absolute;
  top: -2px;
  right: -30px;
}

@media (min-width: 992px) {
  .product-infobl__top .form-nal .order .order__question {
    top: 2px;
  }
}

.product-infobl__options {
  min-height: 100px;
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .product-infobl__options {
    min-height: 178px;
    margin-bottom: 84px;
  }
}

@media (min-width: 1199px) {
  .product-infobl__options {
    min-height: 210px;
    margin-bottom: 14px;
  }
}

.product-infobl__options .product-options-link {
  font-size: 12px;
  line-height: 130%;
  margin-top: 5px;
}

@media (min-width: 992px) {
  .product-infobl__options .product-options-link {
    font-size: 14px;
    margin-top: 16px;
  }
}

@media (min-width: 1199px) {
  .product-infobl__options .product-options-link {
    margin-top: 10px;
  }
}

.product-infobl__options p {
  margin-top: 0;
  font-size: 16px;
  line-height: 150%;
  color: #8B8B8B;
}

@media (min-width: 992px) {
  .product-infobl__options > p {
    max-height: 226px;
    overflow: hidden;
  }
}

.product-infobl__garant {
  border: 1px solid #E31E24;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 16px 22px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .product-infobl__garant {
    padding: 16px 22px;
  }
}

@media (min-width: 1199px) {
  .product-infobl__garant {
    padding: 26px 22px;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}

.product-infobl__icon {
  width: 20px;
}

@media (min-width: 992px) {
  .product-infobl__icon {
    width: 25px;
  }
}

.product-infobl__icon img {
  width: 100%;
  height: auto;
  margin-top: 2px;
}

@media (min-width: 992px) {
  .product-infobl__icon img {
    margin-top: 0;
  }
}

.product-infobl__block {
  width: calc(100% - 30px);
}

@media (min-width: 992px) {
  .product-infobl__block {
    width: calc(100% - 40px);
  }
}

.product-infobl__title {
  align-items: center;
  position: relative;
  justify-content: flex-start;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .product-infobl__title {
    margin-bottom: 6px;
  }
}

.product-infobl__title span {
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  color: #1C1B17;
}

@media (min-width: 992px) {
  .product-infobl__title span {
    font-size: 14px;
  }
}

.product-infobl__question {
  margin-left: 10px;
  margin-top: 2px;
}

.product-infobl__desc p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 140%;
  color: #8B8B8B;
}

@media (min-width: 992px) {
  .product-infobl__desc p {
    font-size: 14px;
  }
}

.tooltip-title:hover + .tooltip-body {
  opacity: 1;
  z-index: 3;
  transition: 0.5s;
}

.tooltip-body {
  position: absolute;
  width: 174px;
  height: auto;
  top: 27px;
  right: 0;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px 13px;
  font-size: 12px;
  color: #8B8B8B;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .tooltip-body {
    font-size: 14px;
    width: 230px;
    padding: 25px 20px;
    top: 38px;
    left: 50%;
    margin-left: -115px;
    right: auto;
  }
}

.tooltip-body:before {
  content: '';
  display: block;
  position: absolute;
  top: -11px;
  right: 1px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 26px solid #FFFFFF;
  z-index: 4;
}

@media (min-width: 992px) {
  .tooltip-body:before {
    right: auto;
    left: 10px;
  }
}

.option-item {
  display: flex;
  align-items: flex-end;
  max-width: 100%;
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .option-item {
    max-width: 340px;
  }
}

.option-item .option-item-label {
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #8B8B8B;
  flex-grow: 2;
  position: relative;
}

@media (min-width: 992px) {
  .option-item .option-item-label {
    font-size: 14px;
  }
}

@media (min-width: 1199px) {
  .option-item .option-item-label {
    font-size: 16px;
  }
}

.option-item .option-item-label span {
  background: #fff;
  display: inline;
  padding-right: 3px;
  position: relative;
}

.option-item .option-item-label::before {
  border-bottom: 1px dotted #8B8B8B;
  bottom: 4px;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  width: 100%;
}

@media (min-width: 992px) {
  .option-item .option-item-label::before {
    bottom: 0.2em;
  }
}

.option-item .option-item-value {
  font-size: 12px;
  line-height: 140%;
  color: #1C1B17;
  white-space: nowrap;
}

@media (min-width: 992px) {
  .option-item .option-item-value {
    font-size: 14px;
  }
}

@media (min-width: 1199px) {
  .option-item .option-item-value {
    font-size: 16px;
  }
}

.product-formbl {
  position: relative;
  background: #F4F4F4;
  padding: 25px 20px;
  border-radius: 3px;
  max-width: 100%;
  box-sizing: border-box;
  width: 100%;
  overflow: visible;
}

@media (min-width: 992px) {
  .product-formbl {
    margin-top: 40px;
  }
}

@media (min-width: 1360px) {
  .product-formbl {
    padding: 39px 32px;
    max-width: 337px;
    margin-top: 0;
  }
}

@media (min-width: 992px) and (max-width: 1360px) {
  .product-formbl {
    display: flex;
    justify-content: space-between;
    padding: 34px 36px;
  }
}

@media (min-width: 1360px) {
  .product-formbl .product-formbl__bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 39px;
    padding: 0 32px;
    box-sizing: border-box;
  }
}

@media (min-width: 992px) and (max-width: 1360px) {
  .product-formbl .product-formbl__bottom {
    max-width: 40%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) and (max-width: 1360px) {
  .product-formbl .product-formbl__top {
    max-width: 22%;
    width: 100%;
    margin-top: 12px;
  }
  .product-formbl .product-formbl__top .msfavorites {
    display: flex;
    align-items: center;
  }
  .product-formbl .product-formbl__top .product-formbl__cf .products__item-star {
    position: relative;
    top: auto;
    right: auto;
  }
  .product-formbl .product-formbl__top .product-formbl__cf .products__item-star .msfavorites-text {
    display: inline-block;
    color: #8B8B8B;
    font-size: 14px;
    margin-left: 10px;
  }
  .product-formbl .product-formbl__top .product-formbl__cf .products__item-star .msfavorites-icon-heart {
    width: 20px;
    height: 20px;
  }
  .product-formbl .product-formbl__top .product-formbl__cf .products__item-star .msfavorites-icon-heart svg {
    width: 20px;
    height: 20px;
  }
}

.product-formbl .product-formbl__top .msfavorites-text {
  display: none;
}

@media (min-width: 992px) and (max-width: 1360px) {
  .product-formbl .product-formbl__mid {
    max-width: 31%;
    width: 100%;
  }
}

.product-formbl .product-formbl__pr {
  font-weight: bold;
  font-size: 26px;
  line-height: 110%;
  color: #1C1B17;
  margin-bottom: 26px;
  max-width: 90%;
}

@media (min-width: 992px) {
  .product-formbl .product-formbl__pr {
    font-size: 22px;
  }
}

@media (min-width: 1360px) {
  .product-formbl .product-formbl__pr {
    font-size: 24px;
  }
}

@media (min-width: 992px) and (max-width: 1360px) {
  .product-formbl .product-formbl__pr {
    margin-bottom: 36px;
  }
}

.product-formbl .product-formbl__oldpr {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  color: #8B8B8B;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

@media (min-width: 1360px) {
  .product-formbl .product-formbl__oldpr {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

.product-formbl .product-formbl__oldpr::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #E31E24;
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
}

.product-formbl .product-formbl__lowpr,
.product-formbl .product-formbl__discount {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.product-formbl .product-formbl__lowpr .line-accent,
.product-formbl .product-formbl__discount .line-accent {
  margin-left: 13px;
  font-size: 12px;
  line-height: 130%;
}

@media (min-width: 992px) {
  .product-formbl .product-formbl__lowpr .line-accent,
  .product-formbl .product-formbl__discount .line-accent {
    font-size: 14px;
    margin-left: 11px;
  }
}

@media (min-width: 1360px) {
  .product-formbl .products__item-compare {
    top: 40px;
  }
}

@media (min-width: 1360px) {
  .product-formbl .products__item-favorite {
    top: 40px;
  }
}

.product-formbl .product-formbl__delivery {
  width: 100%;
  display: flex;
  margin-bottom: 27px;
}

@media (min-width: 1360px) {
  .product-formbl .product-formbl__delivery {
    margin-bottom: 29px;
  }
}

@media (min-width: 992px) and (max-width: 1360px) {
  .product-formbl .product-formbl__delivery {
    display: none;
  }
}

.product-formbl .product-formbl__delivery .text-bl {
  margin-left: 13px;
}

.product-formbl .product-formbl__delivery .text-bl p {
  margin: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #8B8B8B;
}

@media (min-width: 1360px) {
  .product-formbl .product-formbl__delivery .text-bl p {
    font-size: 14px;
  }
}

.product-formbl .product-formbl__delivery .text-bl p.title {
  color: #1C1B17;
  font-weight: bold;
}

@media (min-width: 992px) and (max-width: 1360px) {
  .product-formbl .product-formbl__delivery .text-bl p.title {
    margin-top: 3px;
  }
}

@media (min-width: 992px) and (max-width: 1360px) {
  .product-formbl .product-formbl__delivery .text-bl .text {
    display: none;
  }
}

.product-formbl .product-formbl__bottom .product-formbl__delivery {
  display: none;
}

@media (min-width: 992px) and (max-width: 1360px) {
  .product-formbl .product-formbl__bottom .product-formbl__delivery {
    display: flex;
    width: 100%;
    margin-top: 2px;
    margin-bottom: 0;
  }
}

.product-formbl .product-formbl__cart {
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width: 1360px) {
  .product-formbl .product-formbl__cart {
    margin-bottom: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1360px) {
  .product-formbl .product-formbl__cart {
    width: 49%;
  }
}

.product-formbl .product-formbl__cart button,
.product-formbl .product-formbl__cart .art-button {
  width: 100%;
  text-align: center;
  border: 0;
  cursor: pointer;
}

@media (min-width: 1360px) {
  .product-formbl .product-formbl__cart button,
  .product-formbl .product-formbl__cart .art-button {
    padding: 22px 46px;
  }
}

.product-formbl .art-button-3 {
  width: 100%;
  text-align: center;
}

@media (min-width: 1360px) {
  .product-formbl .art-button-3 {
    padding: 22px 46px;
  }
}

@media (min-width: 992px) and (max-width: 1360px) {
  .product-formbl .art-button-3 {
    width: 49%;
    padding: 16px 15px;
  }
}

.product-formbl__cf .products__item-star {
  top: 25px;
  right: 18px;
}

@media (min-width: 992px) {
  .product-formbl__cf .products__item-star {
    top: 38px;
    right: 30px;
  }
}

.product-formbl__cf .products__item-star .msfavorites-icon-heart {
  width: 25px;
  height: 25px;
}

@media (min-width: 992px) {
  .product-formbl__cf .products__item-star .msfavorites-icon-heart {
    width: 30px;
    height: 30px;
  }
}

.product-formbl__cf .products__item-star svg {
  width: 25px;
  height: 25px;
}

@media (min-width: 992px) {
  .product-formbl__cf .products__item-star svg {
    width: 30px;
    height: 30px;
  }
}

.art-button-3 {
  font-weight: bold;
  font-size: 11px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #E31E24;
  padding: 16px 20px;
  display: inline-block;
  outline: none;
  background: #FFFFFF;
  text-decoration: none;
  box-sizing: border-box;
  border-radius: 3px;
}

@media (min-width: 992px) {
  .art-button-3 {
    padding: 16px 46px;
  }
}

.art-button-3:hover {
  background: #F4F4F4;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .pr-tabs-wrapper > .container {
    padding: 0;
  }
}

.pr-tabs {
  position: relative;
}

.pr-tabs .tabs {
  width: 100%;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 26px;
}

@media (min-width: 992px) {
  .pr-tabs .tabs {
    margin-bottom: 46px;
  }
}

@media (max-width: 991px) {
  .pr-tabs .tabs {
    padding: 0 15px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .pr-tabs .tabs .owl-stage-outer {
    overflow: visible;
  }
}

.pr-tabs .tabs__tab {
  display: block;
  white-space: nowrap;
}

.pr-tabs .tabs__tab.active {
  background: none;
}

.pr-tabs .tabs__tab:first-child {
  padding-left: 0;
}

.pr-tabs .tabs__tab .line-gray:before {
  display: none;
}

.pr-tabs .tabs__tab.active .line-gray:before {
  display: block;
  height: 3px;
  background: #E31E24;
  border-radius: 3px;
  bottom: -7px;
}

@media (min-width: 991px) {
  .pr-tabs .tabs__tab.active .line-gray:before {
    bottom: -10px;
  }
}

.pr-tabs__bl {
  margin-bottom: 93px;
  opacity: 0;
  z-index: -1;
  top: 0;
  position: absolute;
}

.pr-tabs__bl.active {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .pr-tabs__bl {
    margin-bottom: 43px;
  }
}

.pr-tabs__wrap {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 991px) {
  .pr-tabs__wrap {
    padding: 0 15px;
    flex-wrap: wrap;
    margin-bottom: 54px;
  }
}

@media (min-width: 991px) {
  .pr-tabs__wrap {
    margin-bottom: 50px;
  }
}

.pr-tabs .right-block {
  max-width: 100%;
  width: 100%;
}

@media (min-width: 991px) {
  .pr-tabs .right-block {
    max-width: 290px;
  }
}

@media (min-width: 1199px) {
  .pr-tabs .right-block {
    max-width: 338px;
  }
}

.pr-tabs__blocks {
  width: 100%;
}

@media (min-width: 991px) {
  .pr-tabs__blocks {
    max-width: calc(100% - 320px);
  }
}

@media (min-width: 1199px) {
  .pr-tabs__blocks {
    max-width: calc(100% - 408px);
  }
}

.pr-tabs__options {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pr-tabs__options > div {
  width: 100%;
}

@media (min-width: 991px) {
  .pr-tabs__options > div {
    width: 48%;
  }
}

.template-5 .popular {
  padding: 0;
}

@media (min-width: 1199px) {
  .template-5 .popular {
    padding: 0 15px;
  }
}

.template-5 .products.products_top {
  padding-top: 0;
}

.file-wrap {
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 23px 17px;
  margin-bottom: 10px;
  text-decoration: none;
  align-items: center;
  width: 100%;
}

.file-wrap:last-child {
  margin-bottom: 0;
}

@media (min-width: 1199px) {
  .file-wrap {
    padding: 23px 37px;
  }
}

.file-wrap .file-icon {
  width: 44px;
}

.file-wrap .file-title {
  width: calc(100% - 64px);
}

.file-wrap .file-title .name {
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  color: #1C1B17;
  display: block;
}

.file-wrap .file-title .type {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #8B8B8B;
}

.product-formbl__options .product-select {
  margin-bottom: 32px;
}

@media (min-width: 992px) and (max-width: 1360px) {
  .product-formbl__options .product-select {
    margin-bottom: 20px;
  }
}

.product-formbl__options .jq-selectbox__select-text {
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
}

.product-formbl__options .jq-selectbox__trigger {
  top: 16px;
  right: 15px;
}

@media (min-width: 992px) {
  .product-formbl__options .jq-selectbox__trigger {
    top: 23px;
  }
}

@media (min-width: 1360px) {
  .product-formbl__options .jq-selectbox__trigger {
    top: 26px;
    right: 16px;
  }
}

.pr-tabs__bl p {
  margin-top: 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
}

@media (min-width: 992px) {
  .pr-tabs__bl p {
    font-size: 14px;
  }
}

@media (min-width: 1199px) {
  .pr-tabs__bl p {
    font-size: 16px;
  }
}

.content .pr-tabs__bl ul {
  margin-bottom: 20px;
}

.content .pr-tabs__bl ul li {
  color: #8B8B8B;
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  margin: 0 0 5px 24px;
}

@media (min-width: 992px) {
  .content .pr-tabs__bl ul li {
    font-size: 14px;
  }
}

@media (min-width: 1199px) {
  .content .pr-tabs__bl ul li {
    font-size: 16px;
  }
}

.content .pr-tabs__bl ul li::before {
  top: 7px;
}

@media (min-width: 992px) {
  .content .pr-tabs__bl ul li::before {
    top: 8px;
  }
}

@media (min-width: 1199px) {
  .content .pr-tabs__bl ul li::before {
    top: 10px;
  }
}
/*# sourceMappingURL=cart.css.map */

.pr-content td {
    padding: 18px;
    border: 1px solid lightgray;
}

.pr-content table {
	width: 100%!important;
	display: block;
    border-collapse: collapse;
}

.pr-content td *:last-child {
    margin-bottom: 0;
}