

/* Start:/local/templates/inter_new/vendor/tiny-slider/tiny-slider-2.9.4.min.css?17419690902178*/
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}

/*# sourceMappingURL=sourcemaps/tiny-slider.css.map */

/* End */


/* Start:/local/templates/inter_new/vendor/tosrus/jquery.tosrus.all.css?174196909018082*/
/*
	jQuery Touch Optimized Sliders "R"Us
	Core CSS
*/
.tos-noanimation {
  -webkit-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -o-transition-property: none !important;
  transition-property: none !important; }

.tos-fastanimation {
  -webkit-transition-duration: 0.2s !important;
  -moz-transition-duration: 0.2s !important;
  -ms-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important;
  -webkit-transition-timing-function: ease-out !important;
  -moz-transition-timing-function: ease-out !important;
  -ms-transition-timing-function: ease-out !important;
  -o-transition-timing-function: ease-out !important;
  transition-timing-function: ease-out !important; }

.tos-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden; }
  .tos-wrapper.tos-opened {
    display: block; }
  .tos-wrapper.tos-opening {
    opacity: 1; }
  .tos-wrapper.tos-fixed {
    background-color: black;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000; }
  .tos-wrapper.tos-inline {
    position: relative; }

.tos-slider {
  white-space: nowrap;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  position: relative; }

.tos-wrapper.tos-fx-slide .tos-slider {
  left: 0;
  -webkit-transition: left 0.4s ease;
  -moz-transition: left 0.4s ease;
  -ms-transition: left 0.4s ease;
  -o-transition: left 0.4s ease;
  transition: left 0.4s ease; }
.tos-wrapper.tos-fx-slide.tos-fixed .tos-slider {
  position: absolute; }

.tos-wrapper.tos-fx-fade .tos-slider {
  opacity: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.tos-uibg {
  /*background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(bottom, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);*/
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }

.tos-desktop .tos-wrapper:hover .tos-uibg,
.tos-touch .tos-wrapper.tos-hover .tos-uibg {
  opacity: 1; }

.tos-slide {
  -webkit-overflow-scrolling: touch;
  line-height: 1px;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative; }
  .tos-slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px; }
  .tos-slide.tos-loading > * {
    opacity: 0; }
  .tos-slide > * {
    opacity: 1;
    -webkit-transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;
    -ms-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease; }

.tos-slide > * {
  vertical-align: middle;
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  box-sizing: border-box; }
.tos-slide.tos-html > div {
  -webkit-overflow-scrolling: touch;
  white-space: normal;
  text-align: left;
  line-height: 1.5; }
  .tos-slide.tos-html > div * {
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none; }

.tos-wrapper.tos-fill .tos-slide.tos-image > img {
  max-height: none;
  max-width: none;
  min-height: 100%;
  min-width: 100%; }
.tos-wrapper.tos-fixed .tos-slide.tos-html > div {
  background-color: white;
  color: #333333;
  box-sizing: border-box;
  display: inline-block;
  padding: 40px;
  overflow: auto; }

.tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(0, 0, 0, 0.85); }
  .tos-desktop .tos-wrapper.tos-fixed.tos-fit .tos-slide {
    padding: 20px; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Buttons addon
*/
.tos-prev,
.tos-next,
.tos-close {
  background: black;
  border-radius: 3px;
  opacity: 0;
  display: block;
  width: 40px;
  position: absolute;
  z-index: 1;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }

.tos-prev,
.tos-next {
  height: 80px;
  margin-top: -40px;
  top: 50%; }
  .tos-prev.tos-disabled,
  .tos-next.tos-disabled {
    cursor: default; }

.tos-prev {
  left: 20px; }

.tos-next {
  right: 20px; }

.tos-close {
  height: 40px;
  top: 20px;
  right: 20px; }

.tos-desktop .tos-wrapper:hover .tos-prev,
.tos-desktop .tos-wrapper:hover .tos-next,
.tos-desktop .tos-wrapper:hover .tos-close,
.tos-touch .tos-wrapper.tos-hover .tos-prev,
.tos-touch .tos-wrapper.tos-hover .tos-next,
.tos-touch .tos-wrapper.tos-hover .tos-close {
  opacity: 0.5; }
  .tos-desktop .tos-wrapper:hover .tos-prev:hover,
  .tos-desktop .tos-wrapper:hover .tos-next:hover,
  .tos-desktop .tos-wrapper:hover .tos-close:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-prev:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-next:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-close:hover {
    opacity: 0.9; }
  .tos-desktop .tos-wrapper:hover .tos-prev.tos-disabled,
  .tos-desktop .tos-wrapper:hover .tos-next.tos-disabled,
  .tos-desktop .tos-wrapper:hover .tos-close.tos-disabled,
  .tos-touch .tos-wrapper.tos-hover .tos-prev.tos-disabled,
  .tos-touch .tos-wrapper.tos-hover .tos-next.tos-disabled,
  .tos-touch .tos-wrapper.tos-hover .tos-close.tos-disabled {
    opacity: 0.2; }

.tos-prev span,
.tos-next span,
.tos-close span:before,
.tos-close span:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  margin: -5px;
  position: absolute;
  top: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.tos-close span:before,
.tos-close span:after {
  width: 6px;
  height: 6px;
  margin-top: -4px;
  margin-left: 0;
  margin-right: 0; }

.tos-prev span,
.tos-close span:before {
  border-bottom: 3px solid white;
  border-left: 3px solid white;
  left: 50%; }

.tos-next span,
.tos-close span:after {
  border-top: 3px solid white;
  border-right: 3px solid white;
  right: 50%; }

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-prev .tos-slide, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-next .tos-slide, .tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-close .tos-slide {
  padding-left: 80px;
  padding-right: 80px; }

.tos-inline {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  display: inline-block;
  margin: 0;
  position: relative;
  top: auto;
  left: auto;
  right: auto; }
  .tos-inline.tos-prev {
    margin-right: -60px; }
  .tos-inline.tos-next {
    margin-left: -60px; }

.tos-loading .tos-inline {
  opacity: 0 !important; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -o-transform: scale(2);
  transform: scale(2); }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next,
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform: scale(3);
  -moz-transform: scale(3);
  -ms-transform: scale(3);
  -o-transform: scale(3);
  transform: scale(3); }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-prev, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-prev {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-next, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-next {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-close, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-close {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Caption addon
*/
.tos-caption {
  color: white;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1; }
  .tos-caption:after {
    content: '';
    display: block;
    clear: both; }
  .tos-caption > div {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    float: left; }
    .tos-caption > div:last-child {
      float: right;
      margin-right: -2px; }

.tos-desktop .tos-wrapper:hover .tos-caption,
.tos-touch .tos-wrapper.tos-hover .tos-caption {
  opacity: 1; }

.tos-wrapper .tos-caption {
  line-height: 20px;
  font-size: 15px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8);
  height: 40px; }
.tos-wrapper.tos-has-caption .tos-uibg {
  height: 100px; }

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-caption .tos-slide {
  padding-bottom: 60px; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 40px;
  font-size: 30px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.8);
  height: 80px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 200px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-caption {
  line-height: 60px;
  font-size: 45px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
  height: 120px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-caption .tos-uibg {
  height: 300px; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Drag addon
*/
.tos-wrapper.tos-fx-slide .tos-slider {
  -webkit-transition-property: left, margin;
  -moz-transition-property: left, margin;
  -ms-transition-property: left, margin;
  -o-transition-property: left, margin;
  transition-property: left, margin; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Pagination addon
*/
.tos-pagination {
  text-align: center;
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1; }
  .tos-pagination a {
    display: inline-block; }
  .tos-pagination.tos-bullets a {
    background-color: rgba(255, 255, 255, 0.2); }
    .tos-pagination.tos-bullets a:hover {
      background-color: rgba(255, 255, 255, 0.5); }
    .tos-pagination.tos-bullets a.tos-selected {
      background-color: rgba(255, 255, 255, 0.9); }

.tos-desktop .tos-wrapper:hover .tos-pagination,
.tos-touch .tos-wrapper.tos-hover .tos-pagination {
  opacity: 1; }

.tos-wrapper .tos-pagination:before, .tos-wrapper .tos-pagination:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 10px; }
.tos-wrapper.tos-has-bullets .tos-pagination {
  height: 30px; }
  .tos-wrapper.tos-has-bullets .tos-pagination a {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    margin: 0 5px; }
.tos-wrapper.tos-has-bullets .tos-caption {
  bottom: 30px; }
.tos-wrapper.tos-has-bullets .tos-uibg {
  height: 90px; }
.tos-wrapper.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 130px; }
.tos-wrapper.tos-has-thumbnails .tos-pagination {
  height: 70px; }
  .tos-wrapper.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin: 0 5px; }
.tos-wrapper.tos-has-thumbnails .tos-caption {
  bottom: 70px; }
.tos-wrapper.tos-has-thumbnails .tos-uibg {
  height: 130px; }
.tos-wrapper.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 170px; }

.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets .tos-slide {
  padding-bottom: 50px; }
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-bullets.tos-has-caption .tos-slide {
  padding-bottom: 80px; }
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails .tos-slide {
  padding-bottom: 90px; }
.tos-desktop .tos-wrapper.tos-fixed.tos-fit.tos-has-thumbnails.tos-has-caption .tos-slide {
  padding-bottom: 120px; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:before, .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-pagination:after {
  content: '';
  display: inline-block;
  width: 40px;
  height: 20px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 60px; }
  .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
    border-radius: 20px;
    width: 20px;
    height: 20px;
    margin: 0 10px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 60px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 180px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 260px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 140px; }
  .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 100px;
    height: 100px;
    margin: 0 10px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 140px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 260px; }
.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 340px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:before, .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-pagination:after {
  content: '';
  display: inline-block;
  width: 60px;
  height: 30px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination {
  height: 90px; }
  .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-pagination a {
    border-radius: 30px;
    width: 30px;
    height: 30px;
    margin: 0 15px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-caption {
  bottom: 90px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets .tos-uibg {
  height: 270px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-bullets.tos-has-caption .tos-uibg {
  height: 390px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination {
  height: 210px; }
  .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-pagination a {
    background-position: center center;
    background-size: cover;
    width: 150px;
    height: 150px;
    margin: 0 15px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-caption {
  bottom: 210px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails .tos-uibg {
  height: 390px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed.tos-has-thumbnails.tos-has-caption .tos-uibg {
  height: 510px; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Html media
*/
.tos-slide .tos-html {
  -webkit-overflow-scrolling: touch; }

/*
	jQuery Touch Optimized Sliders "R"Us
	Youtube media
*/
.tos-play {
  background: black;
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
  .tos-play:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%; }

.tos-desktop .tos-wrapper:hover .tos-play,
.tos-touch .tos-wrapper.tos-hover .tos-play {
  opacity: 0.5; }
  .tos-desktop .tos-wrapper:hover .tos-play:hover,
  .tos-touch .tos-wrapper.tos-hover .tos-play:hover {
    opacity: 0.9; }

.tos-wrapper .tos-play {
  border-radius: 80px;
  width: 80px;
  height: 80px;
  margin: -40px; }
  .tos-wrapper .tos-play:after {
    border: 20px solid transparent;
    border-left-color: white;
    border-left-width: 30px;
    margin-top: -20px;
    margin-left: -10.5px; }

.tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 160px;
  width: 160px;
  height: 160px;
  margin: -80px; }
  .tos-touch.tos-scale-2 .tos-wrapper.tos-fixed .tos-play:after {
    border: 40px solid transparent;
    border-left-color: white;
    border-left-width: 60px;
    margin-top: -40px;
    margin-left: -21px; }
.tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play {
  border-radius: 240px;
  width: 240px;
  height: 240px;
  margin: -120px; }
  .tos-touch.tos-scale-3 .tos-wrapper.tos-fixed .tos-play:after {
    border: 60px solid transparent;
    border-left-color: white;
    border-left-width: 90px;
    margin-top: -60px;
    margin-left: -31.5px; }

/* End */


/* Start:/local/templates/inter_new/components/bitrix/catalog/plast_3/bitrix/catalog.element/.default/style.css?174196909015310*/
.product-detail-info{
}

.preview-img{
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}
.preview-img img{
    vertical-align: middle;
}
.product-detail-info__properties{
}

.order-info {
    font-size: 12px;
    color: #999;
}
.product-detail-info__params{padding-top:20px; padding-bottom: 30px;}
.short-props{
    margin-bottom: 40px;}
.short-props table.props{max-width: 460px;}
table.props{width: 100%;color:rgb(30, 30, 30)}
table.props td.prop-block-title{font-weight: 500;}
table.props td:not(.prop-block-title):first-child{color:rgb(110, 110, 110); display: flex}
table.props td:not(.prop-block-title):first-child::after{
    content: '';
    flex: 1 0 auto;
    border-bottom: 1px dashed rgb(210, 210, 210);
}
.modifications-container{margin-top: 28px;}
.modifications-title{padding:10px 0;font-weight: bold}
.modifications{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.modifications *{box-sizing: border-box;}
.modifications .modification-wrapper{
    flex:0 0 20%;
    margin-bottom: 10px;
    padding: 0 3px;
}
.modifications .modification{
    position: relative;
    padding: 5px 10px 10px;
    border:1px solid #dcdcdc;
    border-radius:2px;
}
.modifications .modification .m-name{
    font-size: 11px;
    line-height: 1.2;
    text-decoration: underline;
    padding: 8px 5px;
    text-align: center;
}
.modifications .modification .m-image{
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modifications .modification .m-price{text-align: center;font-size: 12px;}
.modifications .modification .m-price span{font-weight: bold;}
.modifications .modification .m-price.old-price{color:#aaa;font-weight: normal}

.modifications .modification a{
    position: absolute;
    text-indent: -9999px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-decoration: none;
}
.product-detail-info__images img{
    max-width: 100%;
    max-height: 100%;
    height: auto;
    transition:transform ease-in .1s;
}
.product-detail-info__images img:hover{transform: scale(1.08)}

.product-detail-info__images .tns-nav{text-align: center;margin-top:5px;}
.product-detail-info__images .tns-nav button{
    border: 1px solid #ddd;
    background-color: #fff;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    border-radius: 50%;
    position: relative;
}
.product-detail-info__images .tns-nav button.tns-nav-active:before{
    width: 6px;
    height: 6px;
    content: '';
    position: absolute;
    border-radius: 50%;
    top: 2px;
    left: 2px;
    background: #cc0000;
}

#morePhoto a{
    overflow: hidden;
    width: 100px;
    border:1px solid #dcdcdc;
    border-radius: 3px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-detail-info__properties table td{
    padding:5px 3px;
    color: #323232;
}
.product-detail-info__properties table td:first-child{
    font-weight: bold;
}
.add2cart-block{
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px 40px 40px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.add2cart-block .send_request{
    max-width: 200px;
    margin-top: 0;
}
.add2cart-block .product-price + .send_request{float: right;}
.detail-prices{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: baseline;
}
.detail-prices .price-title{font-weight: bold}
.product-price{color: #323232;}
.detail-prices .current-price{white-space: nowrap}
.product-price .current-price span{
    color: rgba(224, 50, 38, 1);
    font-size: 38px;
    font-weight: bold;
    white-space: nowrap;
}
.product-price .current-price__measure{font-size: 1.3rem;position: relative;left: -8px;}
.product-price span.old-price {
    color: #ababab;
    font-size: 20px;
    font-weight: normal;
    white-space: nowrap;
}
.old-price{position: relative;}
.detail-product-price{display: flex;align-items: center;margin-top:30px;}
.detail-product-price .product-quantity-container{max-width: 115px;margin: 0;}
.detail-product-price .product-quantity-container input{border:0;outline: 0}

.detail-product-price .product-quantity-container span.decrease{margin-right: 0}
.detail-product-price .product-quantity-container span.increase{margin-left: 0}

.add2cart-wrapper{
    position: relative;
    margin-left:55px;
}
.add2cart-wrapper .add2cart{
    width: 250px;
    padding: 1rem;
}
.add2cart-wrapper .inBasket{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -22px;
}

.wholesale-prices{
    background: rgba(245, 245, 245, 1);
    border-radius: 10px;
    padding: 15px 20px;
}

.product-detail-info__images .compare-wrapper {
    padding: 30px 0;
}

.other-data{
    margin-top: 20px;
    border-top: 1px solid #dcdcdc;
    padding-top: 20px;
}
.detail-text{
    line-height: 1.5;
}
.owl-theme .owl-controls{
    text-align: center;
    position: relative;
    z-index: 1000;
}
.owl-theme .owl-controls .owl-page{
    display: inline-block;
    zoom: 1;
    *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
    display: block;
    width: 16px;
    height: 7px;
    margin: 9px 3px;
    background: #969696;
    border:1px solid #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #cc0000;
}


.color-table{
    overflow: hidden;
    padding: 10px 0 8px;
}
.color-table > div{
    float: left;
    width: 27px;
    height: 27px;
    margin:2px;
    cursor: pointer;
    position: relative;
}
.color-table > div div{
    width: 27px;
    height: 27px;
    position: absolute;
}
.color-table > div:hover div{
    width: 31px;
    height: 31px;
    top:-2px;
    left:-2px;
}
.ral-0000 {
    background:#F7FBF5;
}
.ral-1003 {
    background: #F7BA0B;
}
.ral-1028{
    background: #FFAB00;
}
.ral-2010{
    background: #D4652F;
}
.ral-3020{
    background: #C1121C;
}
.ral-4006{
    background: #92197D;
}
.ral-4008{
    background: #992572;
}
.ral-5003{
    background: #2A3756;
}
.ral-5005{
    background: #154889;
}
.ral-5012{
    background: #2191BD;
}
.ral-5015{
    background: #007cb6;
}
.ral-6005{
    background: #0F4336;
}
.ral-6018{
    background: #48A43F;
}
.ral-6029{
    background: #007243;
}
.ral-7001{
    background: #8F999F;
}
.ral-7016{
    background: #373F43;
}
.ral-8017{
    background: #44322D;
}
.ral-8024{
    background: #79553C;
}
.ral-9016{
    background: #F7FBF5;
}
.ral-9017{
    background: #2A2D2F;
}

.h2{
    color: #cc0000;
    cursor: pointer;
    padding-top: 10px;
    font-weight: bold;
}
.color-box {
    position: absolute;
    background: #ffcc00;
    border: 1px solid #c2e1f5;
    display: none;
    width: 250px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
}
.color-box:after, .color-box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.color-box:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #ffcc00;
    border-width: 10px;
    margin-left: -10px;
}
.color-box:before {
    border-color: rgba(194, 225, 245, 0);
    border-top-color: #c2e1f5;
    border-width: 11px;
    margin-left: -11px;
}
.offers-prop{
    box-sizing: content-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.offers-prop > div{
    margin-bottom: 5px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    max-width: 30px;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}
.offers-prop .product-color{
    height: 30px;
    cursor: pointer;
    text-indent: -9999px;
}
.offers-prop .active .product-color{
    box-shadow: 0 0px 4px rgba(0,0,0,0.9);
    border:1px solid #fff;
}
ul.files-link{
    padding: 0;
    margin: 0;list-style-type: none;
}
ul.files-link a{
    display: inline-block;
    text-decoration: none;
    background: #007cb6;
    color: #fff;
    padding:5px 20px;
    width: 100%;
    margin-bottom: 8px;
    transition:box-shadow .2s;
}
ul.files-link a:hover{
    box-shadow: 0 2px 5px rgba(0,0,0,0.4);
}
.tags-container{padding-bottom: 1px;}
.tags-container .tags{margin-bottom:20px;}
.tags-container a{margin-right:10px;}


@media (max-width: 480px) {
	.modifications .modification {
		padding: 5px;
	}
	.modifications .modification .m-price {
		font-size: 11px;
	}
	/*.modifications.max10 {
		max-height: 209px !important;
	}*/
	.modification-more {
		padding: 0px 5px;
		box-sizing: border-box;
	}
}











#pickup-container{
	display: none;
	width: 100%;
	max-width: 800px;
	overflow: hidden;
	padding: 0;
}
#pickup-container .product-container{display: flex;padding: 12px;box-shadow: 0 4px 4px 0 rgba(0,0,0,.16);position: relative;z-index: 1}
#pickup-container .points-list .product-container{
	box-shadow: none;
}
#pickup-container .product-container .product-image{flex: 0 0 30%;max-width: 160px;}
#pickup-container .product-container .product-info{padding:5px 5px;flex-grow:1;}
#pickup-container .product-container .product-info .product-name{font-family: 'Corpid-Light',sans-serif;font-size: 22px;}
#pickup-container .product-container .columns-container{display:flex;justify-content: space-between;align-items: center;padding-top:10px;}
#pickup-container .product-container .product-price__value{font-size: 20px;font-weight: bold;}
#pickup-container .product-container .product-article{padding:2px 0;top:0;text-align: left}
#pickup-container .product-container .product-add2cart{
	display: block;
	box-sizing: border-box;
	line-height: 34px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 3px solid #ce1c28;
	color: #fff;
	background-color: #ec1d23;
	padding: 0 20px;
	cursor: pointer;
}
.pickup-points-container{
	display: flex;
	position: relative;
	flex-direction: column;
	background: #fff;
	overflow-x: hidden;
}
.pickup-points-container .points-list{height: 300px;padding:4px 10px;}
#pointMap{
	height: 300px;
}
.pickup-points-container .points-map{display: none;}
.pickup-points-container .points-list *{box-sizing: border-box}
.pickup-points-container .points-list .product-params{
	padding: 12px 8px;}
.pickup-points-container .points-list .table-head{
	display: flex;
	flex-wrap: wrap;
	padding-right: 20px;
	border-top: 1px solid #ece7e7;
	border-bottom: 1px solid #ece7e7;
}
.pickup-points-container .points-list .table-footer{
	text-align: center;
	color: #5a5a5a;
	font-style: italic;
	padding:15px 4px 10px;
}
.pickup-points-container .points-list .table-head div{
	flex-grow:1;
	padding:10px 8px;
	font-weight: bold;
}
.pickup-points-container .points-list .point-address{flex-basis: 300px}
.pickup-points-container .points-list .delivery-from{
	position: relative;
	color: #999;
	font-size: 15px;
	white-space: nowrap;
	display: flex;
	flex: 0 0 50px;
	align-items: center;
}
.pickup-points-container .points-list .table-tbody .delivery-from:before{
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSI5IiBmaWxsPSIjYjJiMmIyIj48Y2lyY2xlIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBjeD0iMy41IiBjeT0iNy41IiByPSIxIi8+PGNpcmNsZSBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgY3g9IjEwLjYiIGN5PSI3LjUiIHI9IjEiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTEyLjQgM0wxMSAxSDh2NEw3IDBIMHY3aDEuOGMuMi0uNy45LTEuMyAxLjctMS4zUzUgNi4zIDUuMiA3aDMuN2MuMi0uNy45LTEuMyAxLjctMS4zczEuNC42IDEuNiAxLjNIMTRWNGwtMS42LTF6TTEwIDRWMi4xTDExLjYgNEgxMHoiLz48L3N2Zz4=) 0 3px no-repeat;
	width: 22px;
	height: 13px;
	content: '';
}
.pickup-points-container .points-list .delivery-price{/*flex-basis: 120px;*/text-align: center}
.pickup-points-container .points-list .delivery-time{/*flex-basis: 85px;*/text-align: center}
.pickup-points-container .points-list .point-row{
	display: flex;
	/*flex-wrap: wrap;*/
	align-items: center;
	border-bottom:1px solid #ece7e7;
	position: relative;
	padding-right: 20px;
	cursor: pointer;
}

.pickup-points-container .points-list .point-row > div{
	flex-grow:1;
	padding:10px 8px;
}
.pickup-points-container .points-list .point-row:after{
	position: absolute;
	width: 10px;
	height: 10px;
	right: 10px;
	border-right:2px solid #aaa;
	border-bottom:2px solid #aaa;
	transform: rotate(-45deg);
	content: '';
}
.pickup-points-container .points-list .point-row .point-address{display: flex;align-items: center}
.pickup-points-container .points-list .point-row .tc-logo{
	width: 80px;
	height: 50px;
	border:1px solid #eee;
	border-radius:2px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.pickup-points-container .points-list .point-row .tc-logo + span{padding-left: 15px;}
.pickup-points-container .points-list .point-row .tc-logo img{max-height: 50px;}
.pickup-points-container .points-list .delivery-time{text-align: center;}

.pickup-points-container .points-list .table-head div:not(:first-child),
.pickup-points-container .points-list .point-row div:not(:first-child){text-align:center;}

.pickup-points-container .points-list ul li{
	padding:14px 25px;
	font-weight: bold;
	font-size: 16px;
}
.pickup-points-container .points-list ul li:not(:first-child){border-top:1px solid #ccc;}
.points-map.single-mode{
	display: flex !important;
}
.points-map .selected-point-address{display: none;}
.points-map.single-mode .selected-point-address{
	display: block;
	flex:0 0 40%;
	font-size: 20px;
	font-weight: 600;
	padding: 10px;
}
.points-map.single-mode #pointMap{
	flex:0 0 60%;
}


#pickup-container .container-footer{padding:10px 15px;}
#pickup-container .container-footer ul{padding: 0;margin: 0;list-style-type: none;display:flex;}
#pickup-container .container-footer .tab-button{
	border: 1px solid #ccc;
	width: 70px;
	text-align: center;
	line-height: 24px;
	border-radius: 3px;
	margin: 0 10px;
	cursor: pointer;
}
.tab-button.v-2{display: none;}
.tab-button.back-btn{
	border:0 !important;
	color: #ec1d23;
	position: relative;
}
.tab-button.back-btn:before{
	border-color: #ec1d23;
	border-width: 0 0 1px 1px;
	border-style: solid;
	content: '';
	position: absolute;
	transform: rotate(45deg);
	left: 6px;
	top: 9px;
	width: 6px;
	height: 6px;
}
.action-elements.no-price a{
	background-color: #d40007;
	margin: 0 1%;
    border-radius: 3px;
	display: block;
    box-sizing: border-box;
    height: 34px;
    font: 13px/33px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    border-bottom: 3px solid #ce1c28;
    color: #fff;
}
#pickup-container .container-footer .tab-button.active{border-color:#ec1d23}

@media screen and (max-width: 400px){
    .modifications .modification{
        flex:0 0 33.333%;
    }
}
@media screen and (max-width: 500px){
    .product-detail-info__images{
        width: 100%;
    }
    .product-detail-info__properties{
        width: 100%;
    }
    .detail-prices{flex-direction: column;gap: 0;margin-bottom: 15px;}
    .detail-prices .current-price{order:3; line-height: 1}
    .detail-prices .old-price{order: 2;margin-top: 10px;}
}
/* End */


/* Start:/bitrix/components/askaron/askaron.reviews.for.element/templates/.default/style.css?17419690782125*/
.askaron-reviews-for-element  {
	font-family: Arial,​Helvetica,​sans-serif;
	font-size: 13px;
}

.askaron-reviews-for-element .ask-add {
	margin-bottom:20px;	
}

.askaron-reviews-for-element .ask-add a {
	text-decoration:none;
	color:#000;
	border-bottom:1px dotted;
	font-size:20px;
}

.askaron-reviews-for-element .ask-add a:hover {
	color: #EA0000;
}

.askaron-reviews-for-element .ask-not-active {	
	background:#DEFFE6
}

.askaron-reviews-for-element .ask-review {	
	margin-bottom: 30px;
	color:#000;
}

.askaron-reviews-for-element .ask-review .ask-name {
	font-size: 18px;
	display: inline-block;
	color: #2b2b2b;	
}


.askaron-reviews-for-element .ask-review .ask-name span {
	font-size:12px;
	color:#666;
	margin-left:9px;
}

.askaron-reviews-for-element .ask-review .ask-edit-link-block
{
	font-size:12px;
	display: inline-block;
}

.askaron-reviews-for-element .ask-review .ask-edit-link-block a
{
	text-decoration: underline;
	margin-left:9px;
	color: #000;
}

.askaron-reviews-for-element .ask-review .ask-review-item {
	margin-bottom: 10px;
}

.askaron-reviews-for-element .ask-review .ask-review-item .ask-title {
	vertical-align: top;
	font-weight: bold;
	display: inline-block;
	margin-right: 5px; 
	margin-bottom: 4px;
}

.askaron-reviews-for-element .ask-review .ask-review-item .ask-text {
	display: inline-block;
	color: #666;
	line-height: 18px;
}

.askaron-reviews-for-element .ask-review .ask-stars {
	margin:8px 0 7px;
}

.askaron-reviews-for-element .ask-review .ask-stars img {
	border: 0;
	vertical-align: bottom;
}

.askaron-reviews-for-element .ask-review .ask-stars span {
	font-size: 13px;
	line-height: 13px;	
	margin-left: 8px;		
	color: #999;
	vertical-align: bottom;
}

.askaron-reviews-for-element .ask-new-interval {
	height: 30px;
	display: block;
}

.askaron-reviews-for-element-answer {
	margin-bottom: 10px;
	background-color: #CCC;
	padding: 10px;
	margin-left: 40px;
}

.askaron-reviews-for-element-answer__title {
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 4px;
}

.askaron-reviews-for-element-answer__text {
	color: #666;
	line-height: 18px;
	margin-right: 5px;
}
/* End */


/* Start:/bitrix/components/askaron/askaron.reviews.new/templates/.default/style.css?17419690782430*/
.askaron-reviews-new  {
	font-family: Arial,​Helvetica,​sans-serif;
	font-size: 14px;
	color: #000;
}

.askaron-reviews-new h3{
	font-weight: normal;
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 10px 0;
	color: #000;
}

.askaron-reviews-new .ask-error
{
    color:red; 
	margin-bottom: 10px;
}

.askaron-reviews-new .ask-ok
{
    color:green;
	margin-bottom: 10px;
}

.askaron-reviews-new .ask-note
{
    color:#333;
	font-size: 12px;
	margin-bottom: 10px;
}

.askaron-reviews-new .ask-grade
{	
	margin-bottom: 15px;
}

.askaron-reviews-new .ask-grade input
{
	margin-left: 5px;
	margin-right: 3px;
}

.askaron-reviews-new .ask-field
{	
	margin-bottom: 15px;
}

.askaron-reviews-new .ask-field div
{	
	margin-bottom: 2px;
}

.askaron-reviews-new .ask-field textarea
{
	width: 350px;
	max-width: 100%;
	height: 55px;
}

.askaron-reviews-new .ask-field textarea.ask-textarea-big
{
	width: 350px;
	height: 90px;
}

.askaron-reviews-new .ask-field input[type="text"]
{
	width: 300px;
	height: 20px;
	max-width: 100%;
}

.askaron-reviews-new .ask-field input[type="email"]
{
	width: 300px;
	height: 20px;
	max-width: 100%;
}


.askaron-reviews-new .ask-captcha
{
	margin-bottom: 15px;
}

.askaron-reviews-new .ask-captcha .ask-captcha-text
{
	margin-bottom: 5px;
	font-weight: bold;
}

.askaron-reviews-new .ask-userconsent
{
	margin-bottom: 15px;
}

.askaron-reviews-new .ask-captcha img 
{
	margin-right: 5px;	
	float: left;
}


.askaron-reviews-new .ask-captcha input[type="text"]
{
	height: 36px;
	width: 165px;
	font-size: 28px;
}



.askaron-reviews-new .ask-button
{
	margin-bottom: 10px;
}

.askaron-reviews-new .ask-button input[type="submit"]
{
    color: #fff;
    background: rgb(224, 50, 38);
}


.ask-grade.stars {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
}

  .ask-grade-stars {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-left: 15px;
  }
  .ask-grade.stars input[type=radio] {
    display: none;
  }
  .ask-grade.stars input[type=radio]:checked ~ label:before {
    content: '\2605';
    color: #FD4;
  }
  .ask-grade.stars label {
    font-size: 0;
    transition: transform .33s
  }
  .ask-grade.stars label:before {
    content: '\2605';
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
  }
  .ask-grade.stars label:hover {
    transform: scale(1.3);
  }

/* End */
/* /local/templates/inter_new/vendor/tiny-slider/tiny-slider-2.9.4.min.css?17419690902178 */
/* /local/templates/inter_new/vendor/tosrus/jquery.tosrus.all.css?174196909018082 */
/* /local/templates/inter_new/components/bitrix/catalog/plast_3/bitrix/catalog.element/.default/style.css?174196909015310 */
/* /bitrix/components/askaron/askaron.reviews.for.element/templates/.default/style.css?17419690782125 */
/* /bitrix/components/askaron/askaron.reviews.new/templates/.default/style.css?17419690782430 */
