

/* Start:/bitrix/templates/pan_prokat_optimized/components/bitrix/catalog/pan_prokat_services/bitrix/catalog.element/.default/style.css?175223112829429*/
.service__back-btn {
  display: flex;
  position: relative;
  padding: 5px 0 0;
  margin: 0 0 30px;
  align-items: baseline;
}
.service__back-btn svg {
  display: block;
  position: relative;
}
.service__back-btn span {
  display: block;
  position: relative;
  margin: 0 0 0 12px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  color: #5052A2;
}
.service__element {
  display: block;
  position: relative;
  padding: 20px 20px 50px;
  box-sizing: border-box;
  background: #FFFFFF;
  border-radius: 10px;
  color: #000000;
}
.service__element-content {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}
.service__element-content-left {
  display: block;
  position: relative;
  width: 479px;
}
.service__element-content-center {
  display: flex;
  flex-direction: column;
  width: calc(100% - 479px - 30px);
}
.service__element-img {
  display: block;
  position: relative;
  width: 479px;
  max-width: 100%;
}
.service__element-img canvas {
  display: block;
  position: relative;
  width: 100%;
}
.service__element-img img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.service__element-block {
  display: block;
  position: relative;
  max-width: 554px;
}
.service__element-title-block {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  /*width: calc(100% - 479px - 30px);*/
}
.service__element-title-block h1 {
  margin: 0;
  font-weight: 500;
  font-size: 28px;
  line-height: 33px;
  letter-spacing: 0.02em;
}
.service_element-share {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  padding: 10px 20px;
  background-color: #ffffff;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 30px;
  align-items: center;
  cursor: pointer;
  transition: all .4s;
}
.service_element-share-icon {
  display: block;
  position: relative;
  width: 19px;
  height: 20px;
}
.service_element-share svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  visibility: visible;
  transition: all .4s;
}
.service_element-share svg.on-hover {
  opacity: 0;
  visibility: hidden;
}
.service_element-share:hover {
  color: #ffffff;
  background-color: #5052A2;
  border-color: #5052A2;
}
.service_element-share:hover svg {
  opacity: 0;
  visibility: hidden;
}
.service_element-share:hover svg.on-hover {
  opacity: 1;
  visibility: visible;
}
.service_element-share span {
  margin: 0 0 0 10px;
}
.service__element-rate-block {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 8px 0 0;
  width: 100%;
  align-items: unset;
}
.service__element-rate-block svg {
  display: block;
  position: relative;
  margin-left: 3px;
}
.service__element-rate-block svg:first-of-type {
  margin-left: 0;
}
.service__element-rate-block span {
  display: block;
  position: relative;
  padding: 1px 0 0;
  margin-left: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #858585;
}
.service__element-card-block {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 30px 0 0;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
}
.service__element-price-block {
  display: flex;
  flex-direction: column;
}
.service__element-announcement-block {
  display: flex;
  position: relative;
  width: 100%;
  flex-direction: column;
}
.service__element-announcement-item {
  display: block;
  position: relative;
  margin: 20px 0 0;
  padding: 27px 30px;
  background: #F2F2F2;
  border: 1px solid #DCDCDC;
  box-sizing: border-box;
  border-radius: 10px;
}
.service__element-announcement-item:first-of-type {
  margin: 0;
}
.service__element-announcement-title {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
}
.service__element-announcement-text {
  margin: 16px 0 0;
  display: block;
  position: relative;
  font-size: 13px;
  line-height: 18px;
}
.service__element-announcement-btn {
  display: block;
  position: relative;
  margin: 35px auto 0;
  padding: 12px 0;
  width: 200px;
  background: #5052A2;
  border-radius: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #FFFFFF;
  text-transform: uppercase;
  transition: all .4s;
  cursor: pointer;
}
.service__element-announcement-btn:hover {
  background: #444589;
}
.service__element-price-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.service__element-price {
  margin: 25px 0 0;
}
.service__element-price:first-of-type {
  margin: 0 ;
}
.service__element-price-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
}
.service__element-price-value {
  margin: 5px 0 0;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  color: #5052A2;
}
.service__element-price-add-to-cart {
  display: block;
  margin: 20px 0 0;
  position: relative;
  overflow: hidden;
  transition: all .4s;
}
.service__element-price-add-to-cart form {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 10px 0 0;
}
.service__element-count {
  display: flex;
  position: relative;
  justify-content: left;
  align-items: center;
}
.service__element-count-minus,
.service__element-count-plus  {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
  width: 10px;
  text-align: center;
  cursor: pointer;
}
.service__element-count input {
  display: inline-block;
  width: 80px;
  margin: 0 25px;
  padding: 10px 0;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  border: 1px solid #C9C9C9;
  box-sizing: border-box;
  border-radius: 10px;
}
.service__element-addBtn {
  display: block;
  margin: 30px 0 0;
  width: 216px;
  background: #5052A2;
  border-radius: 30px;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
  box-sizing: border-box;
  text-align: center;
  transition: all .4s;
  padding: 16px 28px;
  cursor: pointer;
}
.service__element-addBtn:hover {
  background: #444589;
}
.service__element-block-title {
  margin: 40px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
}
.service__element-block-content {
  margin: 20px 0 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.02em;
}
.service__element-block-content p {
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #000000;
}

.service__element-characteristic {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.02em;
}
.service__element-characteristic .prop_name,
.service__element-characteristic .prop_val {
  display: block;
  position: relative;
  white-space: nowrap;
}
.service__element-characteristic .prop_name {
  margin-right: 20px;
}
.service__element-characteristic .prop_separate {
  width: 100%;
  height: 20px;
  border-bottom: 1px solid #E0E0E0;
}
.service__element-characteristic .prop_val {
  margin-left: 20px;
}

/* PHOTO_BLOCK */
.service__element-img .photo-block {
  display: block;
  position: relative;
  text-align: center;
  background-color: #fff;
}
.service__element-img .photo-block .swiper-container {
  margin-left: auto;
  margin-right: auto
}
.service__element-img .photo-block .swiper-slide {
  background-size: cover;
  background-position: center;
  text-align: center;
  opacity: 1;
  width: 100%
}
.service__element-img .photo-block .swiper-slide__bg {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.service__element-img .photo-block .swiper-slide__bg canvas {
  display: block;
  position: relative;
  height: 100%
}
.service__element-img .photo-block .swiper-slide__bg img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto
}
.service__element-img .photo-block .swiper-slide:hover {
  cursor: pointer
}
.service__element-img .photo-block .gallery-top {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
.service__element-img .photo-block .swiper-button-prev, .service__element-img .photo-block .swiper-button-next {
  top: 50%;
  background: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #b5b5b5;
  box-sizing: border-box
}
.service__element-img .photo-block .swiper-button-next {
  right: -25px
}
.service__element-img .photo-block .swiper-button-next .fas {
  font-size: 14px;
  color: #5e5e5e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-40%, -50%, 0)
}
.service__element-img .photo-block .swiper-button-prev {
  left: -25px
}
.service__element-img .photo-block .swiper-button-prev .fas {
  font-size: 14px;
  color: #5e5e5e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-60%, -50%, 0)
}
.service__element-img .photo-block .photo-block__bottom-line {
  display: none;
  box-sizing: border-box;
  padding: 10px 0;
}
.service__element-img .photo-block .gallery-thumbs .swiper-wrapper {
  display: block;
  transform: none !important;
  text-align: left;
  margin: -5px
}
.service__element-img .photo-block .gallery-thumbs .swiper-slide {
  display: block;
  position: relative;
  float: left;
  width: calc(100%/6);
  box-sizing: border-box;
  margin: 0 !important
}
.service__element-img .photo-block .gallery-thumbs .swiper-slide .swiper-slide__bg {
  display: block;
  position: relative;
  margin: 5px;
  opacity: 1;
  border: 1px solid #dbdbdb
}
.service__element-img .photo-block .gallery-thumbs .swiper-slide .swiper-slide__bg canvas {
  display: block;
  position: relative;
  width: 100%
}
.service__element-img .photo-block .gallery-thumbs .swiper-slide .swiper-slide__bg img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%
}
.service__element-img .photo-block .gallery-thumbs .swiper-slide-active .swiper-slide__bg {
  opacity: 1;
  border: 1px solid #5052A2;
   border-radius: 5px;
}
.service__element-img .photo-block .swiper-pagination {
    position: absolute;
}

.service__element-review-main {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
}
.service__element-review-left {
  display: block;
  position: relative;
  width: 94px;
}
.service__element-review-total-rating {
  display: block;
  position: relative;
  font-style: normal;
  padding: 11px 0 0;
  text-align: center;
  font-weight: 500;
  font-size: 40px;
  line-height: 47px;
  color: #5052A2;
}
.service__element-review-total-rate {
  display: flex;
  position: relative;
  margin: 5px 0 0;
  flex-direction: row;
  flex-wrap: nowrap;
}
.service__element-review-total-rate svg {
  display: block;
  position: relative;
  margin-left: 3px;
}
.service__element-review-total-rate svg:first-of-type {
  margin-left: 0;
}
.service__element-review-total-count {
  display: block;
  position: relative;
  margin: 6px 0 0;
  font-weight: normal;
  font-size: 12px;
  line-height: 121.5%;
  letter-spacing: 0.02em;
  color: #858585;
}
.service__element-review-right {
  display: flex;
  position: relative;
  width: calc(100% - 94px - 30px - 70px);
  flex-direction: column-reverse;
  padding-right: 70px;
}
.service__element-review-right-row {
  display: flex;
  margin: 6px 0 0;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.service__element-review-right-row:nth-child(5) {
  margin: 0;
}

.service_element-review-right-row-info {
  display: block;
  position: absolute;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #333333;
}
.service_element-review-right-row-info {
  width: 60px;
  right: 0;
}
.service__element-review-right-row-title {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  color: #333333;
  margin-right: 10px;
}
.service_element-review-right-row-line {
  display: flex;
  align-items: center;
  position: relative;
  height: 16px;
}
.service_element-review-right-row-line span {
  content: '';
  display: block;
  position: relative;
  height: 5px;
  width: 100%;
  min-width: 10px;
  background: #5052A2;
  border-radius: 10px;
}
.service_element-review-right-row-line_empty span {
  background-color: #CDCDCD;
  width: 10px;
}
.service__element-review-list {
  display: block;
  position: relative;
  margin: 40px 0 0;
}
.service__element-review {
  display: block;
  position: relative;
  margin: 30px 0 0;
}
.service__element-review:nth-child(n+3) {
  display: none;
}
.service__element-review-list_open .service__element-review {
  display: block;
}
.service__element-review-name {
  font-weight: normal;
  font-size: 14px;
  line-height: 135%;
  display: flex;
  align-items: center;
  color: #333333;
}
.service__element-review-info {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: unset;
  margin: 5px 0 0;
}
.service__element-review-rating {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}
.service__element-review-rating svg {
  display: block;
  position: relative;
  margin-left: 2px;
}
.service__element-review-rating svg:first-of-type {
  margin-left: 0;
}
.service__element-review-date {
  padding-top: 1px;
  display: block;
  margin-left: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #858585;
}
.service__element-review-text {
  display: block;
  position: relative;
  margin: 11px 0 0;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 23px;
  color: #333333;
}
.service__element-review-list-btn {
  display: flex;
  margin: 20px 0 0;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  cursor: pointer;
}
.service__element-review-list-btn span {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #5052A2;
}
.service__element-review-list-btn span.hidden {
  display: none;
}
.service__element-review-list-btn svg {
  display: block;
  position: relative;
  margin-left: 10px;
  transition: all .4s;
}
.service__element-review-list_open ~ .service__element-review-list-btn span {
  display: none;
}
.service__element-review-list_open ~ .service__element-review-list-btn span.hidden {
  display: block;
}
.service__element-review-list_open ~ .service__element-review-list-btn svg {
  transform: rotate(180deg);
}

@media (min-width: 769px) {
  .service__element-img_mobile {
    display: none;
  }
  .service__element-img .photo-block .swiper-pagination {
    display: none;
  }
  .service__element-img .photo-block .photo-block__bottom-line {
    display: block;
  }
}
.gallery-mobile ~ .swiper-pagination {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transition: all .4s;
}
.gallery-mobile ~ .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border-radius: 30px;
  margin: 0 4px;
  background: #FFFFFF;
  border: 1px solid #ABABAB;
  box-sizing: border-box;
  opacity: 1;
}
.gallery-mobile ~ .swiper-pagination-clickable .swiper-pagination-bullet-active {
  width: 20px;
  background: #5052A2;
  border-color: #5052A2;
}
.service__element-dop-item-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -10px;
}
.service__element-dop-item {
  display: block;
  position: relative;
  width: 71px;
  padding: 10px;
}
.service__element-dop-item img {
  display: block;
  cursor: pointer;
  border-radius: 5px;
  overflow: hidden;
}
.service__element-dop-item span {
  display: block;
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 161%;
  letter-spacing: 0.02em;
  color: #000000;
  text-align: center;
}


@media (min-width: 1600px) {
  .service__element-img {

  }
  .service__element-content-center {
    width: calc(100% - 479px - 30px);
  }
  .service__element-img {
    position: sticky;
    top: 160px;
  }
  /*.service__element-block {*/
  /*  max-width: 554px;*/
  /*}*/
  .service__element-title-block {
   max-width: 100%;
  }
  .service__element-title-block h1 {
    width: calc(100% - 180px);
  }
  /*.service__element-card-block {*/
  /*  width: 100%;*/
  /*}*/
  .service__element-price-block {
    width: calc(100% - 370px - 30px);
  }
  .service__element-announcement-block {
    display: block;
    width: 370px;
    box-sizing: border-box;
  }
  .service__element-announcement-title {
    max-width: 60%;
  }
}
@media (max-width: 1599px) {
  .service__element-content-left {
    max-width: calc(50% - 10px);
  }
  .service__element-content-center {
    min-width: calc(50% - 10px);
  }
  .service__element-title-block h1 {
    width: calc(100% - 60px);
  }
  .service_element-share {
    width: 40px;
    height: 40px;
    position: relative;
  }
  .service_element-share-icon {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .service_element-share span {
    display: none;
  }
  .service__element-rate-block {
    margin: 5px 0 0;
  }
  .service__element-card-block {
    flex-direction: column;
  }
  .service__element-block {
    max-width: 100%;
  }
  .service__element-announcement-block {
    /*max-width: 554px;*/
    margin: 60px 0 0;
  }
}
@media (max-width: 1023px) {
  .service__element-content-left,
  .service__element-content-center {
    width: calc(50% - 10px);
  }

}
@media (max-width: 768px) {
  .service__element {
    padding: 32px 10px 40px;
  }
  .service__element-title-block h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .service__element-content {
    flex-direction: column;
  }
  .service__element-content-left,
  .service__element-content-center {
    width: 100%;
  }
  .service__element-content-left {
    display: none;
  }
  .service__element-img {
    width: 100%;
    max-width: 500px;
    margin: 32px auto 0;
  }
  .service__element-card-block {
    margin: 25px 0 0;
    text-align: center;
  }
  .service__element-price {
    margin: 12px 0 0;
  }
  .service__element-price-add-to-cart {
    margin: 12px 0 0;
  }
  .service__element-count {
    justify-content: center;
  }
  .service__element-addBtn {
    margin: 30px auto 0;
  }
  .service__element-announcement-block {
    margin: 25px 0 0;
  }
  .service__element-announcement-text {
    text-align: left;
  }
  .service__element-review-right {
    width: calc(100% - 94px - 15px - 70px);
  }
}


.buy_window{
  display: block;
  position: relative;
  padding: 20px;
  font-size: 18px;
  text-align: center;
}
.buy_window__top {
  display: flex;
  position: relative;
  flex-direction: row;
  align-items: center;
  justify-content: left;
}
.buy_window__top img {
  display: block;
  position: relative;
  margin-right: 15px;
  width: 77px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}
.buy_window__top span {
  display: block;
  position: relative;
  width: calc(100% - 77px - 15px);
  text-align: left;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}
.buy_window__center {
  display: block;
  position: relative;
  margin: 30px 0 0;
}
.buy_window__center label {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #000000;
  text-align: center;
}
.buy_window__quantity {
  display: block;
  position: relative;
  margin: 15px 0 0;
}
.buy_window .quantityControl {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  width: 10px;
  text-align: center;
  cursor: pointer;
}

.name_quantity input[type="number"] {
  display: inline-block;
  width: 45px;
  margin: 0 20px;
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  border: 1px solid #C9C9C9;
  box-sizing: border-box;
  border-radius: 10px;
}
.name_quantity input[type="number"]::-webkit-outer-spin-button,
.name_quantity input[type="number"]::-webkit-inner-spin-button {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  margin: 0;
}
.name_quantity input[type="number"]:hover,
.name_quantity input[type="number"]:focus {
  -moz-appearance: number-input;
}


/* REVIEW_FORM */
.service__element-block-content .add-review__form {
  /*display: none;*/
}
.add-review__btn {
  display: inline-block;
  position: relative;
  margin: 30px 0 0;
  padding: 12px 45px;
  background: #5052A2;
  border-radius: 10px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: all .4s;
  box-sizing: border-box;
  cursor: pointer;
}
.add-review__btn:hover {
  background-color: #444589;
}
.add-review__form {
  display: block;
  position: relative;
  padding: 25px 20px;
  box-sizing: border-box;
  background: #F2F2F2;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 15px;
  width: 750px;
  max-width: 100%;
}
.add-review__form-content {
  display: block;
  position: relative;
  color: #000000;
}
.add-review__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
}
.add-review__closeBtn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.add-review__text {
  margin: 20px 0 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #737373;
  text-align: center;
}
.add-review__main {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  margin: 30px 0 0;
  justify-content: space-between;
}
.add-review__left {
  display: block;
  position: relative;
  width: 147px;
}
.add-review__right {
  display: block;
  position: relative;
  width: calc(100% - 147px - 40px);
}
.add-review__img {
  display: block;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.add-review__img canvas {
  display: block;
  position: relative;
  width: 100%;
}
.add-review__img img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  margin: auto  ;
}
.add-review__name {
  margin: 10px 0 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.02em;
}
.add-review__form .star {
  display: inline-block;
  margin-left: 12px;
  width: 32px;
  height: 30px;
  background: url("/bitrix/templates/pan_prokat_optimized/images/star.png") no-repeat left center;
}
.add-review__form .star:first-of-type {
  margin-left: 0;
}
.add-review__form .star--v {
  background: url("/bitrix/templates/pan_prokat_optimized/images/star-yellow.png") no-repeat left center;
}
.add-review__form .stars .star, .add-review__form label[for="rating"] .star {
  cursor: pointer;
}
.add-review__col {
  display: block;
  position: relative;
  margin: 13px 0 0;
}
.add-review__col:first-of-type {
  margin: 0;
}
.add-review__col-title {
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
.add-review__rate-stars {
  margin: 8px 0 20px;
}
.add-review__col input,
.add-review__col textarea {
  display: block;
  position: relative;
  width: 100%;
  margin: 8px 0 0;
  padding: 12px 17px;
  background: #F7F7F8;
  border: 1px solid #DDDDDD;
  box-sizing: border-box;
  border-radius: 5px;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}
.add-review__col input::placeholder,
.add-review__col textarea::placeholder {
  color: #9F9F9F;
}
.add-review__col textarea {
  resize: none;
}
.add-review__control-btns {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: 30px 0 0;
}
.add-review__checkbox-block {
  display: block;
  position: relative;
  width: calc(100% - 236px - 10px);
  min-width: calc(50% - 10px);
}
.add-review__checkbox-block input {
  display: none;
}
.add-review__send-btn {
  display: block;
  position: relative;
  width: 236px;
  max-width: 50%;
  padding: 17px 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FFFFFF;
  box-sizing: border-box;
  text-transform: uppercase;
  background: #5052A2;
  border-radius: 30px;
  cursor: pointer;
}
.add-review__checkbox-label {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  cursor: pointer;
}
.add-review__check-box {
  display: block;
  position: relative;
  margin: 1px 0 0;
  width: 28px;
  height: 12px;
  background: #C0C0C0;
  border-radius: 10px;
  transition: all .4s;
}
label input:checked ~  .add-review__check-box {
  background: #77B97E ;
}
.add-review__check-box svg {
  display: block;
  position: absolute;
  top: -2px;
  left: 0;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.161));
  transition: all .4s;
}
label input:checked ~ .add-review__check-box svg {
  transform: translate3d(calc(100% - 4px),0,0);
}
.add-review__check-box-text {
  display: block;
  position: relative;
  width: calc(100% - 28px - 12px);
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
}
@media (max-width: 768px) {
  .add-review__btn {
    display: block;
    margin: 30px auto 0;
    width: 190px;
    padding: 12px 0;
    text-align: center;
  }
}


.subsection {
  display: block;
  position: relative;
  margin: 30px 0 0;
  max-width: 100%;
  /*overflow: hidden;*/
}
.subsection__name {
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: 0.02em;
  color: #000000;
}
.subsection__item-list::-webkit-scrollbar {
  height: 5px; /* высота для горизонтального скролла */
  background-color: transparent;
  cursor: pointer;
  transition: all .4s;
}
.subsection__item-list::-webkit-scrollbar-thumb {
  background-color: #5052A2;
  border-radius: 10px;
  cursor: pointer;
}
.subsection__item-list {
  /*display: flex;*/
  /*position: relative;*/
  /*flex-direction: row;*/
  /*flex-wrap: nowrap;*/
  margin: 20px -44px 0 0;
  padding-right: 22px;
  padding-bottom: 10px;
}
@media (max-width: 990px) {
  .subsection__item-list {
    margin: 20px -28px 0 0;
    padding-right: 28px;
  }
}
@media (max-width: 479px) {
  .subsection__item-list {
    margin: 20px -10px 0 0;
    padding-right: 10px;
  }
}
.subsection__item {
  display: block;
  position: relative;
  margin: 0 0 0 11px;
}
.subsection__item:first-of-type {
  margin: 0;
}
.subsection__item-content {
  display: block;
  position: relative;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 16px 16px 15px;
  box-sizing: border-box;
  width: 234px;
  height: 234px;
  overflow: hidden;
}
.subsection__item_count-link {
  display: block;
  position: relative;
  line-height: 200px;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  color: #5052A2;
  cursor: pointer;
}
.subsection__item-picture {
  display: block;
  position: relative;
  cursor: pointer;
  height: 137px;
  font-size: 14px;
}
.subsection__item-picture img {
  display: block;
  position: relative;
  margin: auto;
}
.subsection__item-name {
  display: block;
  position: relative;
  margin: 15px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
  height: 34px;
  overflow: hidden;
  transition: all .4s;
}
.subsection__item-name:hover {
  color: #5052A2;
}
.subsection__item-price {
  margin: 3px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #5052A2;
}

/*Sly slider*/
.scroll_handle_wrapper {
  /*margin: 10px auto;*/
  max-width: 1360px;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
}
.prev,
.forward {
  cursor: pointer;
  background-color: transparent;
  width: 50px;
  height: 50px;
  border: none;
  background-repeat: no-repeat;
}
.prev {
  transform: matrix(-1,0,0,1,0,0);
}
.forward svg path,
.prev svg path {
  stroke-width: 2.045;
  stroke: #000;
}
.forward.disabled svg path,
.prev.disabled svg path {
  stroke: #DCDCDC;
}
.scrollbar {
  border-radius: 6px;
  background: #ccc;
  line-height: 0;
  max-width: 1174px;
  width: 100%;
  margin: auto;
  height: 6px;
}
.scrollbar .handle {
  border-radius: 6px;
  width: 100px;
  height: 100%;
  background: #5052A2;
  cursor: pointer;
}
.subsection ul {
  display: flex;
  position: relative;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 50px;
}
.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}
.scrollbar .handle .mousearea:active,
.scrollbar .handle .mousearea:hover {
  background: #fff;
  border: 1px solid #dcdcdc;
  box-sizing: border-box;
  box-shadow: 0 6px 8px rgba(0,0,0,.06);
  border-radius: 20px;
  padding: 0 2px;
  top: -7px;
}
@media (min-width: 1600px) {
  .scroll_handle_wrapper {
    display: none;
  }
}

.hidden {
  opacity: 0;
  visibility: hidden;
}
/* End */


/* Start:/bitrix/templates/pan_prokat_optimized/js/swiper/swiper.min.css?175223112819333*/
/**
 * Swiper 4.0.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2017 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 7, 2017
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-invisible-blank-slide{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* End */
/* /bitrix/templates/pan_prokat_optimized/components/bitrix/catalog/pan_prokat_services/bitrix/catalog.element/.default/style.css?175223112829429 */
/* /bitrix/templates/pan_prokat_optimized/js/swiper/swiper.min.css?175223112819333 */
