

/* Start:/local/templates/aspro_next/components/bitrix/catalog.element/main/style.css?17569327629891*/

.level-name {
    display: table-cell;
	font-weight:bold;
	padding-left: 30px;
	font-size: 12px;
}
.level-number {
    width: 50px;
    text-align: center;
	font-weight:bold;
}
.level-text > p {
    margin: 5px 0px;
}

.level-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* расстояние между блоками */
}

.level-list .level-block {
    width: calc((100% - 3 * 20px) / 4); /* 4 блока в ряд */
    min-width: 0; /* предотвращаем «липкость» */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.color-block {
    background-color: #ff6410;
    width: 100%;
    display: flex; /* вместо table */
    align-items: center; /* вертикальное выравнивание, как table-cell */
    color: white;
    padding: 10px;
    border-radius: 5px;
    position: relative; /* для псевдо-элементов */
    box-sizing: border-box;
}

.level-name {
    font-weight: bold;
    font-size: 12px;
    padding-left: 30px;
    flex: 1; /* занимает оставшееся место */
}

.level-number {
    width: 50px;
    text-align: center;
    font-weight: bold;
}

.level-block .color-block:before {
    content: ' ';
    width: 30px;
    height: 100%;
    position: absolute;
    left: 0; /* вместо margin-left */
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
}

.level-text {
    margin-top: 5px;
}

.level-block.lvl_heat .color-block:before {background-image: url(/bitrix/templates/aspro_next/images/svg/teplo.svg);}
.level-block.lvl_airproof .color-block:before {background-image: url(/bitrix/templates/aspro_next/images/svg/vozduch.svg);}
.level-block.lvl_func .color-block:before {background-image: url(/bitrix/templates/aspro_next/images/svg/funkcional.svg);}
.level-block.lvl_waterproof .color-block:before {background-image: url(/bitrix/templates/aspro_next/images/svg/voda.svg);}

button#close-button {
    border: 0px !important;
    background-color: transparent !important;
    float: right !important;
}


.system-property {
    width: 15%;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    border-radius: 5px;
    margin: 0 10px;
}

.size_button {
    padding: 15px 9px;
    border: 1px solid #888888;
    background: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    color: #6d6d6d;
    font-size: 13px;
	cursor:pointer;
	margin-bottom: 15px;
}
.size_button:hover {
    border-color: #cd4800;
    color: #cd4800;
}
#size-info-hide.active {
    display: block!important;
    position: fixed;
    top: 55%;
    bottom: 0px;
    width: 90%;
    opacity: 999999;
    background-color: white;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px;
    height: auto!important;
    overflow-y: auto!important;
    visibility: visible;
    opacity: 1;
    -webkit-box-shadow: initial;
    -moz-box-shadow: initial;
    -ms-box-shadow: initial;
    -o-box-shadow: initial;
    box-shadow: initial;
}
/*.system-image img {
    height: 65px;
    width: auto;
	max-width:initial!important;

}*/
.detail img {max-height:initial!important;max-width:initial!important;}
.header .system-image, .header .system-name {
    width: 100%;
    display: inline-block;
	text-align:center;
}
.system-name {
    font-weight: bold;
    font-size: 18px;
}
.system-info {
    display: none;
}
.system-property {position:relative;}
.system-property:hover .system-info { display: block;}
.system-property .system-info {
    position: absolute;
    top: -200px;
	max-height:200px;
	overflow-y:auto;
	overflow-x:hidden;
    left: 0%;
    width: 200%;
    z-index: 99999;
    font-size: 13px;
    line-height: 1.3;
    background-color: white;
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    padding: 10px;
    border-radius: 5px;
}
.system-image {
    display: grid!important;
    align-items: center;
    align-self: center;
	height: 100px;
}
/*.system-info:after {
    content: ' ';
    position: absolute;
    border: 20px solid transparent;
    border-top: 20px solid white;
    bottom: -40px;
    left: 46%;
}*/
.line_block .share_wrapp .shares {
    opacity: 1 !important;
    visibility: visible!important;
    display: block !important;
	padding-right: 20px;
}
.line_block .share_wrapp {
    background: #f2f2f2;
    padding-top: 6px;
    padding-bottom: 1px;
}

.owl-carousel.owl-theme {
    margin-bottom: 20px;
	position: relative;
}
button.owl-prev {
    font-size: 60px!important;
    position: absolute;
    left: -3%;
    top: 20%;
    color: black!important;
    display: block!important;
    padding-bottom: 60px!important;	
}
button.owl-next {
    font-size: 60px!important;
    position: absolute;
    right: -3%;
    top: 20%;
    color: black!important;
    display: block!important;
    padding-bottom: 60px!important;	
}
.owl-nav.disabled {display:block!important;}
.owl-theme .owl-nav [class*=owl-]:hover {
background: white!important;}

/* */
.overlay {
background-color: rgba(0, 0, 0, 0.7);
bottom: 0;
cursor: default;
left: 0;
opacity: 0;
position: fixed;
right: 0;
top: 0;
visibility: hidden;
opacity: 1;
z-index:999;
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
-ms-transition: opacity .5s;
-o-transition: opacity .5s;
transition: opacity .5s;
}
.overlay:target {
visibility: visible;
opacity: 1;
}
.my-popup {
background-color: #fff;
border: 3px solid #fff;
display: inline-block;
left: 50%;
opacity: 0;
padding: 15px;
position: fixed;
text-align: justify;
font: 14px Helvetica, Arial, Sans-Serif;
top: 40%;
visibility: hidden;
z-index: 99999;

-webkit-transform: translate(-50%, -50%);
-moz-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
-o-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);

-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 10px;

-webkit-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-moz-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-ms-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
-o-box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;
box-shadow: 0 1px 1px 2px rgba(0, 0, 0, 0.4) inset;

-webkit-transition: opacity .5s, top .5s;
-moz-transition: opacity .5s, top .5s;
-ms-transition: opacity .5s, top .5s;
-o-transition: opacity .5s, top .5s;
transition: opacity .5s, top .5s;
}
.overlay:target+.my-popup {
top: 50%;
opacity: 1;
visibility: visible;
}
.close {
background-color: rgba(0, 0, 0, 0.8);
border: 2px solid #ccc;
height: 24px;
line-height: 24px;
position: absolute;
right: -13px;
font-weight: bold;
text-align: center;
text-decoration: none;
top: -15px;
width: 24px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
-moz-box-shadow: 1px 1px 3px #000;
-webkit-box-shadow: 1px 1px 3px #000;
box-shadow: 1px 1px 3px #000;
}
.close:before {
color: rgba(255, 255, 255, 0.9);
content: "X";
font-size: 14px;
text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
background-color: rgba(64, 128, 128, 0.8);
}
.my-popup {
    height: 60%;
    overflow-y: scroll;
}





.one_click_buy_frame.my-popup.jqm-init.show {
    display: block;
    visibility: visible;
    opacity: 1;
    position: fixed;
    top: 55%!important;
    bottom: initial;
    float: none;
    left: 70%;
    right: initial;
}

.stickers>div {
    clear: both;
    display: block!important;
}

.catalog_detail .item_main_info .sticker_klub {
    background-color: #e65100!important;
    font-size: 20px!important;
    color: #ffdd67!important;
    font-family: sans-serif;
    font-weight: bold;
    padding: 28px 15px 17px 15px!important;
    border-radius: 100%!important;
    -webkit-box-shadow: 0px 0px 5px 8px rgba(246,202,178,1);
    -moz-box-shadow: 0px 0px 5px 8px rgba(246,202,178,1);
    box-shadow: 0px 0px 5px 8px rgba(246,202,178,1);
}
.catalog_detail .item_main_info .sticker_klub:after {
    content: 'цена еще ниже!';
    display: block;
    bottom: 0px;
    width: 55px;
    font-size: 9px;
    color: white;
    font-weight: 100;
    text-transform: initial;
    margin-top: 10px;
    line-height: 8px;
    text-align: center;
}


.sticker_klub_new {
    background-color: #424f60!important;
    padding-left: 50px!important;
    color: white;
    font-size: 13px;
    display: table;
    padding: 5px 20px;
	position:relative;
	cursor:pointer;
}
.sticker_klub_new:before {
    content: '%';
    padding: 5px 10px;
    background-color: #e14f00;
    position: absolute;
    top: 0px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    left: 0px;
    height: 100%;
    border-radius: 0px 5px 5px 0px;
}

.myinfo {display:none;}
.grayer.active {
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: black;
    z-index: 9999;
    opacity: 0.7;
}
#hidden-content.active {
    z-index: 99999;
    background-color: white;
    display: block!important;
    width: 60%;
    height: auto;
    position: fixed;
    top: 30%;
    left: 20%;
    padding: 20px;
    border-radius: 3px;
}
.wrapper1 .header_wrap.active {z-index:-1!important;}
.page-top .share.top { opacity: 1; z-index: 0;}

/* Для планшетов — по два в ряд */
@media (max-width: 1100px) {
    .level-list .level-block {
        flex-basis: 46%;
    }
}

/* Для мобильных — каждый блок на всю ширину (по одному в ряд) */
@media (max-width: 600px) {
    .level-list .level-block {
        flex-basis: 100%;
        min-width: 0;
    }
}

@media (max-width:600px) {
.system-property {width: 43%!important;}	
}
/* End */


/* Start:/local/templates/aspro_next/components/bitrix/catalog.element/main/dist/owl.carousel.css?15842137894744*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/aspro_next/components/bitrix/catalog.element/main/dist/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/templates/aspro_next/components/bitrix/catalog.element/main/dist/owl.theme.default.css?15842137891380*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/* End */


/* Start:/bitrix/components/api/reviews/templates/.default/style.css?15842140997881*/
/* General
 ========================================================================== */
.api-reviews *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.api-reviews{ font-size: 14px; line-height: 20px }
.api-reviews .api-block-top{
	margin: 0 0 15px; background: #fff;	-webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .25); -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .25); box-shadow: 0 3px 3px rgba(0, 0, 0, .25);
}
.api-reviews .api-block-header{ position: relative; overflow: hidden; padding: 20px; }

.api-reviews .api-block-title{ padding: 10px 20px; line-height: 32px;}
.api-reviews .api-block-title:after {content: "";display: table;clear: both;}
.api-reviews .api-block-title .api-block-left{font-weight: bold; font-size: 20px; float: left; }
.api-reviews .api-block-title .api-block-right{float: right; text-align: right}

.api-reviews .api-block-header .api-reviews-stat,
.api-reviews .api-block-header .api-reviews-form{ float: left; width: 100%; padding-left: 10px; }
.api-reviews .api-block-sort{ padding: 13px 20px 10px; border-top: 1px solid #f0f0f0; }

/* .api-field-files */
.api-reviews .api-field-files .api-attachment-wrap{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 6px 6px 0;
}
.api-reviews .api-field-files a{
	text-decoration: none;
	display: block;
	border: 1px solid rgba(0, 0, 0, .1);
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.api-reviews  .api-field-files a:hover{
	border: 1px solid rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}
.api-reviews  .api-field-files .api-file-outer{
	border: 1px solid #fff;
}
.api-reviews  .api-file-content{
	font-size: 13px;
	line-height: 15px;
	max-height: 30px;
	overflow: hidden;
	display: block;
}
.api-reviews  .api-file-thumbnail{
	display: block;
	width: 114px;
	height: 72px;
	background-size: contain;
	background-position: center;
	background-color: rgba(0,0,0,.05);
	background-repeat: no-repeat;
	overflow: hidden;
	position: relative;
}
.api-reviews  .api-file-attachment{
	display: block;
	width: 114px;
	height: 72px;
	background: #eeece9;
	color: #000;
	padding: 5px 7px;
	overflow: hidden;
	position: relative;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
.api-reviews  .api-file-extension{
	display: block;
	padding: 0 4px;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	bottom: 5px;
	left: 5px;
	background: #60605a;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}

.api-reviews  .api-file-delete{
	display: block;
	position: absolute;
	z-index: 1;
	right: -10px;
	top: -10px;
	width: 16px;
	height: 16px;
	background: #FFF;
	color: #000;
	opacity: .75;
	filter: alpha(opacity=75);
	line-height: 16px;
	font-size: 20px;
	font-family: sans-serif;
	text-align: center;
	cursor: pointer;
	-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
	-webkit-transition: all 50ms linear 0s; -moz-transition: all 50ms linear 0s; -ms-transition: all 50ms linear 0s; -o-transition: all 50ms linear 0s; transition: all 50ms linear 0s;
}
.api-reviews  .api-file-delete:hover{
	background: #F00;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, .5);
}
.api-reviews  .api-file-delete:active{
	opacity: .3;
	filter: alpha(opacity=30);
}

.api-reviews .api-file-ext-mp3,
.api-reviews .api-file-ext-wav,
.api-reviews .api-file-ext-midi,
.api-reviews .api-file-ext-snd,
.api-reviews .api-file-ext-au,
.api-reviews .api-file-ext-wma,
.api-reviews .api-file-ext-ogg,
.api-reviews .api-file-ext-aac,
.api-reviews .api-file-ext-flac,
.api-reviews .api-file-ext-cda{background: #23a9db;}

.api-reviews .api-file-ext-mpg,
.api-reviews .api-file-ext-avi,
.api-reviews .api-file-ext-wmv,
.api-reviews .api-file-ext-mpeg,
.api-reviews .api-file-ext-mpe,
.api-reviews .api-file-ext-flv,
.api-reviews .api-file-ext-mkv,
.api-reviews .api-file-ext-mov,
.api-reviews .api-file-ext-wma,
.api-reviews .api-file-ext-mp4,
.api-reviews .api-file-ext-xvid,
.api-reviews .api-file-ext-asf,
.api-reviews .api-file-ext-divx,
.api-reviews .api-file-ext-vob{background: #7e70ee;}
.api-reviews .api-file-ext-swf{background: #A42222;}

.api-reviews .api-file-ext-odt,
.api-reviews .api-file-ext-doc,
.api-reviews .api-file-ext-docx{background: #03689b;}

.api-reviews .api-file-ext-csv,
.api-reviews .api-file-ext-ods,
.api-reviews .api-file-ext-xls,
.api-reviews .api-file-ext-xlsx{background: #5bab6e;}

.api-reviews .api-file-ext-odp,
.api-reviews .api-file-ext-ppt,
.api-reviews .api-file-ext-pptx{background: #f1592a;}

.api-reviews .api-file-ext-rar,
.api-reviews .api-file-ext-tar,
.api-reviews .api-file-ext-7zip,
.api-reviews .api-file-ext-zip{background: #867c75;}

.api-reviews .api-file-ext-djvu,
.api-reviews .api-file-ext-epub,
.api-reviews .api-file-ext-tiff,
.api-reviews .api-file-ext-xps{background: #3468b0;}
.api-reviews .api-file-ext-pdf{background: #d00;}

.api-reviews .api-file-ext-txt{background: #a4a7ac;}
.api-reviews .api-file-ext-rtf{background: #a94bb7;}

.api-reviews .api-file-ext-app{background: #ed558f;}
.api-reviews .api-file-ext-php{background: #8993BE;}
.api-reviews .api-file-ext-js{background: #d0c54d;}
.api-reviews .api-file-ext-css{background: #44afa6;}

.api-reviews .api-file-ext-jpeg,
.api-reviews .api-file-ext-jpg{background: #e15955;}

/* Adobe */
.api-reviews .api-file-ext-psd{background: #26cdf7;}
.api-reviews .api-file-ext-ae{background: #d4a6ff;}
.api-reviews .api-file-ext-au{background: #00dfb9;}
.api-reviews .api-file-ext-an{background: #ff4926;}
.api-reviews .api-file-ext-ai{background: #ff7e19;}
.api-reviews .api-file-ext-ic{background: #fc64f6;}
.api-reviews .api-file-ext-id{background: #ff3f8d;}
.api-reviews .api-file-ext-mu{background: #d0e73e;}
.api-reviews .api-file-ext-pr{background: #e383ff;}


/* Display
 ========================================================================== */
.api-hidden{ display: none !important; visibility: hidden !important; }
.api-display-block{ display: block !important; }
.api-display-inline{ display: inline !important; }
.api-display-inline-block{ display: inline-block !important; }

/* Wait
 ========================================================================== */
#api-reviews-wait{ display: none; position: fixed; top: 0; left: 0; height: 100%; width: 100%; z-index: 9999; overflow: hidden; }
#api-reviews-wait .api-image{
	z-index: 2; position: absolute; top: 50%; left: 50%; height: 56px; width: 56px; margin: -28px 0 0 -28px;
	background-image: url("/bitrix/components/api/reviews/templates/.default/images/wait.svg"); background-repeat: no-repeat; background-size: contain;background-color: rgba(255, 255, 255, .7);
	-webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%;
	-webkit-box-shadow: 0 0 7px 3px rgba(255, 255, 255, .7); -moz-box-shadow: 0 0 7px 3px rgba(255, 255, 255, .7); box-shadow: 0 0 7px 3px rgba(255, 255, 255, .7);
	-webkit-animation:loader 5s linear infinite; -o-animation:loader 5s linear infinite; animation:loader 5s linear infinite;
}
@keyframes loader{
	100%{-webkit-transform: rotate(-360deg);transform: rotate(-360deg); }
}
#api-reviews-wait .api-bg{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: #fff; opacity: .4; }

/* @media
 ========================================================================== */
@media (min-width: 768px){
	.api-reviews .api-block-header .api-reviews-stat{width: 66.666%;margin-bottom: 0;}
	.api-reviews:not(.api-stat-off) .api-block-header .api-reviews-form{width: 33.333%;}
}
@media (max-width: 768px){
	.api-reviews .api-block-title > div{width: 100% !important; float: none !important; text-align: left !important;}
}

/* End */


/* Start:/bitrix/components/api/reviews/templates/.default/theme/flat/style.css?15842140991628*/
.arbt-color-orange1 .api-block-title,
.arbt-color-orange1 .api-block-sort{ background: #f8f8f8; }

.arbt-color-orange2{border: 1px solid #ededed;}
.arbt-color-orange2 .api-block-title{background: #fffefb;border-bottom: 1px solid #f0f0f0; }
.arbt-color-orange2 .api-block-sort{ background: #fffefb; }

.arbt-color-orange3{border: 1px solid #ededed;}
.arbt-color-orange3 .api-block-header{ border-top: 1px solid #dfdfdf; border-bottom: 1px solid #dfdfdf;}
.arbt-color-orange3 .api-block-sort{ border-top: 0}

.arbt-color-blue1 .api-block-title,
.arbt-color-blue1 .api-block-sort{ background: #edf5f8; }

.arbt-color-blue2 .api-block-title,
.arbt-color-blue2 .api-block-sort{ background: rgba(0, 131, 209, 0.1); }

.arbt-color-blue3 .api-block-title,
.arbt-color-blue3 .api-block-sort{ background: rgba(63, 188, 239, 0.1); }

.arbt-color-black1 .api-block-title,
.arbt-color-black1 .api-block-sort{ background: #f5f5f5; }

.arbt-color-red1 .api-block-title,
.arbt-color-red1 .api-block-sort{ background: #fff9f9; }

.arbt-color-pink1 .api-block-title,
.arbt-color-pink1 .api-block-sort{ background: #fbfbfb; }

.arbt-color-yellow1 .api-block-title,
.arbt-color-yellow1 .api-block-sort{ background: #fcf8e3; }

.arbt-color-green1 .api-block-title,
.arbt-color-green1 .api-block-sort{ background: rgba(121, 196, 113, 0.1); }

.arbt-color-green2 .api-block-title,
.arbt-color-green2 .api-block-sort{ background: #e2f3eb }

.arbt-color-green3 .api-block-title,
.arbt-color-green3 .api-block-sort{ background: #e2f3eb }

.arbt-color-purple1 .api-block-title,
.arbt-color-purple1 .api-block-sort{ background: rgba(199, 144, 185, 0.1); }

/* End */


/* Start:/local/templates/aspro_next/components/bitrix/sale.gift.main.products/main/style.css?1584213782663*/
.bx_item_list_title {
    font-weight: bold;
    color: #000;
    background: #ebf4f8;
    vertical-align: middle;
    height: 38px;
    text-align: center;
    line-height: 38px;
    font-size: 14px;
}
.bx_sale_gift_main_products.bx_wood .bx_item_list_title{background:#ebf4f8;}
.bx_sale_gift_main_products.bx_red .bx_item_list_title{background:#FBF1F0}
.bx_sale_gift_main_products.bx_green .bx_item_list_title{background:#F2FBEA}
.bx_sale_gift_main_products.bx_blue .bx_item_list_title{background:#ebf4f8}
.bx_sale_gift_main_products.bx_black .bx_item_list_title{background:#f1f4f7;}
.bx_sale_gift_main_products.bx_yellow .bx_item_list_title{background:#FBF7DB}
/* End */
/* /local/templates/aspro_next/components/bitrix/catalog.element/main/style.css?17569327629891 */
/* /local/templates/aspro_next/components/bitrix/catalog.element/main/dist/owl.carousel.css?15842137894744 */
/* /local/templates/aspro_next/components/bitrix/catalog.element/main/dist/owl.theme.default.css?15842137891380 */
/* /bitrix/components/api/reviews/templates/.default/style.css?15842140997881 */
/* /bitrix/components/api/reviews/templates/.default/theme/flat/style.css?15842140991628 */
/* /local/templates/aspro_next/components/bitrix/sale.gift.main.products/main/style.css?1584213782663 */
