

/* 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:/bitrix/components/api/reviews/templates/.default/api/reviews.detail/.default/style.css?15842140998199*/
/* General
 ========================================================================== */
.api-reviews *{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.api-reviews .api-back-link{margin: 30px 0}
/* .api-header
 ========================================================================== */
.api-reviews-detail .api-header .api-icon-star{ display: inline-block; width: 16px; height: 15px; }
.api-reviews-detail .api-header .api-user-info{ overflow: hidden }
.api-reviews-detail .api-header .api-guest-picture{ float: left; margin-right: 15px }
.api-reviews-detail .api-header .api-guest-info{ padding: 9px 0; overflow: hidden}
.api-reviews-detail .api-header .api-guest-info > div{ display: block;float: left; margin:0 15px 5px 0;line-height: 1; min-height: 16px }
.api-reviews-detail .api-header .api-guest-name{ font-weight: bold }
.api-reviews-detail .api-header .api-date{ font-size: 10px; font-style: italic; color: #999;}
.api-reviews-detail .api-header .api-date:before{ content: " "; display: inline-block; margin: 0 6px -2px 0; width: 15px; height: 13px; background: url("/bitrix/images/api.reviews/sprite.png") no-repeat -51px 0 transparent; }
.api-reviews-detail .api-header .api-true-buyer{
	background: url("/bitrix/css/api.core/images/components/buyer.svg") no-repeat 0 50%;
	display: inline-block;height: 18px;background-size: contain;margin-top: -2px !important;padding-left: 23px;line-height:16px !important;color: #29ad2e;font-weight: 700;font-size: 12.8px;
}
.api-reviews-detail .api-header .api-userpic{ width: 36px; height: 36px; display: inline-block; border: 1px solid #fff; background-color: #c5c5c5; /*background-color: #3194F4;*/ background-size: contain; background-position: center; background-repeat: no-repeat; /*box-shadow: 0 1px 2px rgba(0,0,0,.2);*/-webkit-border-radius:100%; -moz-border-radius:100%; border-radius:100%;}
.api-reviews-detail .api-header .api-prodpic{ width: 36px; height: 36px; display: inline-block; background-size: contain; background-position: center; background-repeat: no-repeat; }
/* .api-content
 ========================================================================== */
.api-reviews-detail .api-content{ padding: 15px 0; border-bottom: 1px solid #dfdfdf }
/* .api-item */
.api-reviews-detail .api-item{background: #f8f8f8; padding: 30px; position: relative; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
.api-reviews-detail .api-item.api-active{ background: #fffbe6 }
.api-reviews-detail .api-item + *{ margin-top: 30px; }
.api-reviews-detail .api-item-hidden{ background: #f3f2f2 !important; border: 1px solid #ccc !important; }
.api-reviews-detail .api-item-hidden .api-item-status{ background: #212121; display: block; position: absolute; right: 0; top: 0; color: #f3f2f2; font-size: 12px; padding: 3px 10px; min-width: 140px; text-align: center }
.api-reviews-detail .api-review-link{float: right;}
.api-reviews-detail .api-review-link a{line-height: normal; cursor: pointer}
.api-reviews-detail .api-item .api-icon-active{ background-position: 0 0; }
/* .api-fields */
.api-reviews-detail .api-field{ margin: 0 0 15px }
.api-reviews-detail .api-field-label{ font-weight: bold; display: block; vertical-align: top; min-width: 120px }
.api-reviews-detail .api-field-value{ display: inline-block }
.api-reviews-detail .api-field-title{ font-size: 16px; font-weight: bold; font-style: italic; color: #eb6132; background: #fff; padding: 5px 12px; margin: 0 0 20px; }
.api-reviews-detail .api-field-advantage{ color: #0b700d }
.api-reviews-detail .api-field-disadvantage{ color: #c51111 }
.api-reviews-detail input[type=text],
.api-reviews-detail textarea{ background: #fff; border: 1px solid #c0c0be; padding: 4px 10px; font-weight: normal; font-size: 14px; width: 100%; display: block; transition: none; overflow: hidden; resize: none; outline: none; }
.api-reviews-detail textarea{ height: auto; }
.api-reviews-detail [data-fake-field]{ display: none; }
/* .api-footer
 ========================================================================== */
.api-reviews-detail .api-footer{ padding: 8px 0 0; }
.api-reviews-detail .api-footer .api-user-info{ overflow: hidden }
.api-reviews-detail .api-footer .api-user-info .api-left{float: left}
.api-reviews-detail .api-footer .api-user-info .api-right{float: right; text-align: right;}
.api-reviews-detail .api-footer .api-guest-contacts{ display: inline-block }
/* .api-answer */
.api-reviews-detail .api-answer{ background: #fff; color: #444; padding: 10px; margin: 25px 0 0 60px; position: relative; }
.api-reviews-detail .api-answer:before{ content: " "; display: block; position: absolute; top: 50%; left: -57px; margin-top: -10px; width: 33px; height: 20px; background: url("/bitrix/images/api.reviews/sprite.png") no-repeat 0 -13px transparent; }
.api-reviews-detail .api-answer .api-shop-name{ font-weight: bold; font-size: 15px }
.api-reviews-detail .api-answer-send .api-shop-name:after{ content: ""; background: url("/bitrix/components/api/reviews/templates/.default/api/reviews.detail/.default/images/ok.svg") no-repeat 50% 50%; background-size: contain; width: 14px; height: 14px; display: inline-block; margin: 0 0 -2px 5px; }
.api-reviews-detail .api-answer .api-badge{ display: inline-block; vertical-align: middle; color: #fff; height: 20px; line-height: 21px; padding: 0 8px; font-size: 8px; text-transform: uppercase; letter-spacing: 1px;	-webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px;}
.api-reviews-detail .api-answer .api-shop-text{ margin-top: 10px; }
/* .api-thumbs */
.api-reviews-detail .api-thumbs{white-space: nowrap}
.api-reviews-detail .api-thumbs .api-thumbs-label{ font-size: 12px }
.api-reviews-detail .api-thumbs > *{ margin-right: 10px; display: inline-block; white-space: nowrap }
.api-reviews-detail .api-thumbs-up,
.api-reviews-detail .api-thumbs-down{ cursor: pointer; font-size: 12px   }
.api-reviews-detail .api-thumbs .api-hand{background-image: url("/bitrix/images/api.reviews/sprite.png"); background-repeat:no-repeat;  display: inline-block; width: 14px; height: 15px; line-height: 0; font-size: 0;  }
.api-reviews-detail .api-thumbs-up .api-hand{ background-position: -46px -33px; margin-bottom: -2px }
.api-reviews-detail .api-thumbs-up.api-thumbs-active .api-hand{ background-position: -61px -33px }
.api-reviews-detail .api-thumbs-up .api-counter{ color: #298800 }
.api-reviews-detail .api-thumbs-down .api-hand{ background-position: -76px -33px; margin-bottom: -5px }
.api-reviews-detail .api-thumbs-down.api-thumbs-active .api-hand{ background-position: -91px -33px }
.api-reviews-detail .api-thumbs-down .api-counter{ color: #f81f1f }
.api-reviews-detail .api-wait-small:after{ content: ""; display: inline-block; vertical-align: middle; background-size: contain !important; width: 16px; height: 16px; -webkit-animation: loader 5s linear infinite; animation: loader 5s linear infinite; }
@keyframes loader{
	100%{ -webkit-transform: rotate(-360deg); transform: rotate(-360deg); }
}
/* .api-admin-controls */
.api-reviews-detail .api-admin-controls{ margin:0;position: relative; bottom: -15px }

/* #api-reply */
.api-reviews-detail #api-reply{position: relative; bottom: -20px; margin: 0}
.api-reviews-detail #api-reply .api-reply-button{ margin: 5px 0 0 }
.api-reviews-detail #api-reply button, #api-reply .api-label{ display: inline-block; vertical-align: middle }
.api-reviews-detail #api-reply button{ margin-right: 5px }
.api-reviews-detail #api-reply .api-label{ margin-left: 15px }
.api-reviews-detail #api-reply .api-label input{ margin: 0 5px 0 0 }
/* .api-pagination
 ========================================================================== */
.api-reviews-detail .api-pagination{ margin: 50px 0 25px; text-align: center }
/* @media
 ========================================================================== */
@media (max-width: 600px){
	.api-reviews-detail .api-footer .api-user-info > div{width: 100% !important;}
	.api-reviews-detail .api-footer .api-user-info .api-right{margin-top: 15px}
}
@media (max-width: 480px){
	.api-reviews-detail .api-answer{margin-left: 0}
	.api-reviews-detail .api-answer:before{display: none}
	.api-reviews-detail .api-footer .api-user-info .api-right{text-align: center;}
}

/* End */


/* Start:/bitrix/components/api/reviews/templates/.default/api/reviews.detail/.default/theme/flat/style.css?15842140996648*/
.ardetail-color-orange1 .api-wait-small:after{ background: url("/bitrix/images/api.reviews/flat/orange1/wait.svg") no-repeat 50% 50% transparent; }
.ardetail-color-orange1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/orange1/sprite.png") no-repeat -16px 0 transparent; }
.ardetail-color-orange1 .api-icon-active{ background-position: 0 0; }
.ardetail-color-orange1 .api-item{ background: #f8f8f8;}

.ardetail-color-orange2 .api-wait-small:after{ background: url("/bitrix/images/api.reviews/flat/orange2/wait.svg") no-repeat 50% 50% transparent; }
.ardetail-color-orange2 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/orange2/sprite.png") no-repeat -16px 0 transparent; }
.ardetail-color-orange2 .api-icon-active{ background-position: 0 0; }
.ardetail-color-orange2 .api-item{ background: #fffefb;border: 1px solid #ededed;}
.ardetail-color-orange2 .api-item .api-field-title{background: transparent; padding: 0; font-size: 16px; color: #000}
.ardetail-color-orange2 .api-answer{ border: 2px dashed #f66128; }

.ardetail-color-orange3 .api-wait-small:after{ background: url("/bitrix/images/api.reviews/flat/orange3/wait.svg") no-repeat 50% 50% transparent; }
.ardetail-color-orange3 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/orange3/sprite.png") no-repeat -16px 0 transparent; }
.ardetail-color-orange3 .api-icon-active{ background-position: 0 0; }
.ardetail-color-orange3 .api-item{ background: #fff;border: 1px solid #ededed;}
.ardetail-color-orange3 .api-item .api-field-title{background: transparent; padding: 0; font-size: 16px; color: #000}
.ardetail-color-orange3 .api-answer{ border: 2px dashed #f66128; }

.ardetail-color-blue1 .api-wait-small:after{ background: url("/bitrix/images/api.reviews/flat/blue1/wait.svg") no-repeat 50% 50% transparent; }
.ardetail-color-blue1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/blue1/sprite.png") no-repeat -16px 0 transparent; }
.ardetail-color-blue1 .api-icon-active{ background-position: 0 0; }
.ardetail-color-blue1 .api-item{ background: #edf5f8;}

.ardetail-color-blue2 .api-wait-small:after{ background: url("/bitrix/images/api.reviews/flat/blue2/wait.svg") no-repeat 50% 50% transparent; }
.ardetail-color-blue2 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/blue2/sprite.png") no-repeat -16px 0 transparent; }
.ardetail-color-blue2 .api-icon-active{ background-position: 0 0; }
.ardetail-color-blue2 .api-item{ background: rgba(0, 131, 209, 0.1); }

.ardetail-color-blue3 .api-wait-small:after{ background: url("/bitrix/images/api.reviews/flat/blue3/wait.svg") no-repeat 50% 50% transparent; }
.ardetail-color-blue3 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/blue3/sprite.png") no-repeat -16px 0 transparent; }
.ardetail-color-blue3 .api-icon-active{ background-position: 0 0; }
.ardetail-color-blue3 .api-item{ background: rgba(63, 188, 239, 0.1);}

.ardetail-color-black1 .api-wait-small:after{ background: url("/bitrix/images/api.reviews/flat/black1/wait.svg") no-repeat 50% 50% transparent; }
.ardetail-color-black1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/black1/sprite.png") no-repeat -16px 0 transparent; }
.ardetail-color-black1 .api-icon-active{ background-position: 0 0; }

.ardetail-color-red1 .api-wait-small:after{ background: url("/bitrix/images/api.reviews/flat/red1/wait.svg") no-repeat 50% 50% transparent; }
.ardetail-color-red1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/red1/sprite.png") no-repeat -16px 0 transparent; }
.ardetail-color-red1 .api-icon-active{ background-position: 0 0; }
.ardetail-color-red1 .api-item{ background: #fff9f9 }
.ardetail-color-red1 .api-field-title{ border: 1px solid #ececec; }
.ardetail-color-red1 .api-answer{ border: 1px dashed #f6b4b4; }

.ardetail-color-pink1 .api-wait-small:after{ background: url("/bitrix/images/api.reviews/flat/pink1/wait.svg") no-repeat 50% 50% transparent; }
.ardetail-color-pink1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/pink1/sprite.png") no-repeat -16px 0 transparent; }
.ardetail-color-pink1 .api-icon-active{ background-position: 0 0; }
.ardetail-color-pink1 .api-item{ background: transparent; -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .25); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, .25); box-shadow: 0 1px 3px rgba(0, 0, 0, .25); }
.ardetail-color-pink1 .api-field-title{ border: 1px solid #ececec; color: #000; background: #fbfbfb }
.ardetail-color-pink1 .api-answer{ border: 2px dashed #f799d4; }

.ardetail-color-yellow1 .api-wait-small:after{ background: url("/bitrix/images/api.reviews/flat/yellow1/wait.svg") no-repeat 50% 50% transparent; }
.ardetail-color-yellow1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/yellow1/sprite.png") no-repeat -16px 0 transparent; }
.ardetail-color-yellow1 .api-icon-active{ background-position: 0 0; }
.ardetail-color-yellow1 .api-item{ background: #fcf8e3 }

.ardetail-color-green1 .api-wait-small:after{ background: url("/bitrix/images/api.reviews/flat/green1/wait.svg") no-repeat 50% 50% transparent; }
.ardetail-color-green1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/green1/sprite.png") no-repeat -16px 0 transparent; }
.ardetail-color-green1 .api-icon-active{ background-position: 0 0; }
.ardetail-color-green1 .api-item{ background: rgba(121, 196, 113, 0.1) }

.ardetail-color-green2 .api-wait-small:after{ background: url("/bitrix/images/api.reviews/flat/green2/wait.svg") no-repeat 50% 50% transparent; }
.ardetail-color-green2 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/green2/sprite.png") no-repeat -16px 0 transparent; }
.ardetail-color-green2 .api-icon-active{ background-position: 0 0; }
.ardetail-color-green2 .api-item{ background: #e2f3eb }

.ardetail-color-green3 .api-wait-small:after{ background: url("/bitrix/images/api.reviews/flat/green3/wait.svg") no-repeat 50% 50% transparent; }
.ardetail-color-green3 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/green3/sprite.png") no-repeat -16px 0 transparent; }
.ardetail-color-green3 .api-icon-active{ background-position: 0 0; }
.ardetail-color-green3 .api-item{ background: #e2f3eb }

.ardetail-color-purple1 .api-wait-small:after{ background: url("/bitrix/images/api.reviews/flat/purple1/wait.svg") no-repeat 50% 50% transparent; }
.ardetail-color-purple1 .api-icon-star{ background: url("/bitrix/images/api.reviews/flat/purple1/sprite.png") no-repeat -16px 0 transparent; }
.ardetail-color-purple1 .api-icon-active{ background-position: 0 0; }
.ardetail-color-purple1 .api-item{ background: rgba(199, 144, 185, 0.1); }

/* End */


/* Start:/bitrix/components/api/reviews/templates/.default/api/reviews.detail/.default/plugins/button/api.button.css?15842140996237*/
/* ========================================================================
   Component:.api-button
 ========================================================================== */
.api-button::-moz-focus-inner{border: 0;padding: 0;}
.api-button{
	position: relative;
	-webkit-appearance: none;
	margin: 0;
	font: inherit;
	font-size: inherit;
	overflow: visible;
	color: #000;
	text-transform: none;
	display: inline-block;
	padding: 0 12px;
	background: #fff;
	vertical-align: middle;
	line-height: 28px;
	min-height: 30px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #ccc;
	outline: none;
	text-shadow: 0 1px 0 #fff;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
	-webkit-transition: border-color .1s ease-out 0s; -moz-transition: border-color .1s ease-out 0s; -ms-transition: border-color .1s ease-out 0s; -o-transition: border-color .1s ease-out 0s; transition: border-color .1s ease-out 0s;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
.api-button:not(:disabled){cursor: pointer;}
.api-button:hover,
.api-button:focus{color: #000;background-color: #fafafa;border-color: rgba(0, 0, 0, 0.3);}
.api-button:active{color: #000;background-color: #eee;}
.api-button:disabled,
.api-button[disabled] {background: #fafafa;color: #999;border-color: rgba(0, 0, 0, 0.2);}

.api-button-primary {background-color: #00a8e6;color: #fff;}
.api-button-primary:hover,
.api-button-primary:focus {background-color: #35b3ee;color: #fff;}
.api-button-primary:active,
.api-button-primary.api-active {background-color: #0091ca;	color: #fff;}

.api-button-success {background-color: #8cc14c;color: #fff;}
.api-button-success:hover,
.api-button-success:focus {background-color: #8ec73b;color: #fff;}
.api-button-success:active,
.api-button-success.api-active {background-color: #72ae41;color: #fff;}

.api-button-danger {background-color: #da314b;color: #fff;}
.api-button-danger:hover,
.api-button-danger:focus {background-color: #e4354f;color: #fff;}
.api-button-danger:active,
.api-button-danger.api-active {background-color: #c91032;color: #fff;}

.api-button-primary,
.api-button-success,
.api-button-danger {border: 1px solid rgba(0, 0, 0, 0.06);box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.05);text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.1);}
.api-button-primary:hover,
.api-button-primary:focus,
.api-button-success:hover,
.api-button-success:focus,
.api-button-danger:hover,
.api-button-danger:focus {border-color: rgba(0, 0, 0, 0.21);}

.api-button-mini {min-height: 20px;padding: 0 6px;line-height: 18px;font-size: 11px;}
.api-button-small {min-height: 25px;padding: 0 10px;line-height: 23px;font-size: 12px;}
.api-button-large {min-height: 44px;padding: 0 20px;line-height: 42px;font-size: 16px;}
.api-button .api-icon{display: inline-block;vertical-align: middle;}

/* .api-button-busy */
.api-button.api-button-busy{cursor: wait;}
.api-button-busy:after{
	content: "";
	border: 1px solid  rgba(0, 0, 0, 0.2);
	position: absolute;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	z-index: 2;
	background: url("/bitrix/components/api/reviews/templates/.default/api/reviews.detail/.default/plugins/button/images/busy.gif") no-repeat 50% 50% #fafafa;
	-webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

/* Color
 ========================================================================== */

.api-button-grey{background: #E0E1E2;color: #444;}
.api-button-grey:hover,
.api-button-grey:focus{background: #CACBCD;color: #222;border-color: rgba(0, 0, 0, 0.1);}
.api-button-grey:active,
.api-button-grey.api-active{background: #BABBBC;color: #222;}

.api-button-yellow{
	color: #000;
	text-shadow: none;
	/*background-color: #ffdb4d;*/
	border: 1px solid rgba(0, 0, 0, .2);
	-webkit-transition: background .1s ease-out 0s; -moz-transition: background .1s ease-out 0s; -ms-transition: background .1s ease-out 0s; -o-transition: background .1s ease-out 0s; transition: background .1s ease-out 0s;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, .07); -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, .07); box-shadow: 0 1px 0 rgba(0, 0, 0, .07);

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffdf60+0,ffcc00+100 */
	background: #ffdf60; /* Old browsers */
	background: -moz-linear-gradient(top, #ffdf60 0%, #fc0 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffdf60 0%, #fc0 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffdf60 0%, #fc0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdf60', endColorstr='#ffcc00', GradientType=0); /* IE6-9 */
}
.api-button-yellow:hover{
	color: #000;
	/*background-color: #ffd633;*/

	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe681+0,ffd428+100 */
	background: #ffe681; /* Old browsers */
	background: -moz-linear-gradient(top, #ffe681 0%, #ffd428 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #ffe681 0%, #ffd428 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #ffe681 0%, #ffd428 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe681', endColorstr='#ffd428', GradientType=0); /* IE6-9 */
}
.api-button-yellow:focus{
	color: #000;
	/*background-color: #ffd633;*/
	-webkit-box-shadow: inset 0 0 0 1px rgba(193, 154, 0, .2), 0 0 6px 2px rgba(255, 204, 0, .7); -moz-box-shadow: inset 0 0 0 1px rgba(193, 154, 0, .2), 0 0 6px 2px rgba(255, 204, 0, .7); box-shadow: inset 0 0 0 1px rgba(193, 154, 0, .2), 0 0 6px 2px rgba(255, 204, 0, .7);
}
.api-button-yellow:active{
	color: #000;
	/*background-color: #ffd633;*/
	/*box-shadow: inset 0 2px 2px -1px rgba(0, 0, 0, .3), 0 0 2px 3px rgba(255, 214, 48, 0.4);*/
	-webkit-box-shadow: inset 0 1px 3px -1px rgba(0, 0, 0, .5), 0 0 6px 2px rgba(255, 204, 0, .7); -moz-box-shadow: inset 0 1px 3px -1px rgba(0, 0, 0, .5), 0 0 6px 2px rgba(255, 204, 0, .7); box-shadow: inset 0 1px 3px -1px rgba(0, 0, 0, .5), 0 0 6px 2px rgba(255, 204, 0, .7);
}
.api-button-yellow:disabled{
	background: #e7e7e7;
	color: #999;
	border-color: #ddd;
	text-shadow: none;
	-webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none;
}

/* 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 */
/* /bitrix/components/api/reviews/templates/.default/api/reviews.detail/.default/style.css?15842140998199 */
/* /bitrix/components/api/reviews/templates/.default/api/reviews.detail/.default/theme/flat/style.css?15842140996648 */
/* /bitrix/components/api/reviews/templates/.default/api/reviews.detail/.default/plugins/button/api.button.css?15842140996237 */
/* /local/templates/aspro_next/components/bitrix/sale.gift.main.products/main/style.css?1584213782663 */
