

/* Start:/local/templates/.default/components/bitrix/catalog/all_products/bitrix/catalog.element/.default/style.css?17434443871900*/
.sponsor_content .text.rolled_up {
    max-height: 150px;
}
.sponsor_content .open_text {
    display: inline-block;
}
.sponsor_content .open_text span {
    color: #07174C;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 0;
}

.sponsor_content .text {
    font-size: 16px;
    line-height: 120%;
}
.sponsor_content .rolled_up {
    position: relative;
}
.sponsor_content .rolled_up:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}
.sponsor_content .rolled_up.active:before {
    background: none;
}



.reviews_slider:not(.slick-initialized){
  display:flex;
  max-width:100%;
  overflow:auto;
}

/*устанавливаем неактивными все слайды в слайдере кроме первого*/
.reviews_slider .reviews_block:not(:first-child) {
   display: none;
}

/*устанавливаем все слайды в слайдере активными после инициализации slick-slider*/
.reviews_slider.slick-initialized .reviews_block:not(:first-child) {
   display: block;
}

.block_info{
	margin-top: 18px;
	display: flex;
    justify-content: center;
    align-items: center;
}
.block_info .reviews_img{
	margin: 0 10px;
}
.block_info .reviews_author{
	line-height: 15px;
    margin: 0;
    font-size: 16px;
}
.block_info .author_location{
	font-size: 11px;
    line-height: 14px;
}
.reviews_block .reviews_img img {
	border-radius: 50%;
}


/* End */
/* /local/templates/.default/components/bitrix/catalog/all_products/bitrix/catalog.element/.default/style.css?17434443871900 */
