

/* Start:/bitrix/templates/capitalim_s1/components/bitrix/news.list/reviews_in_prod/style.css?1758170932743*/
.bx-viewport {
	min-height: 350px;
}

.bxslider {
	display: none; /* Скрываем до полной загрузки */
	margin: 0;
}

.loader {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 10px;
	z-index: 1000;
	transition: opacity 0.5s ease;
}

.spinner {
	width: 50px;
	height: 50px;
	border: 5px solid #f3f3f3;
	border-top: 5px solid #3498db;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin-bottom: 20px;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

.slides-r{
	max-height: 350px;
    overflow-y: hidden;
}
/* End */


/* Start:/bitrix/templates/capitalim_s1/components/bitrix/news.list/reviews/style.css?16975483151480*/
.rcol-1, .rcol-2{
	height: 175px;
	float: left;
	border-right: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
}
.rcol-1 img, .rcol-2 img {
	max-width: 100%;
    max-height: 100%;
    margin: auto;
    top: 50%;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rcol-1 {
	width: 20%;
	padding:10px;
}
.rcol-2 {
	width: 40%;
	padding:10px;
}
.rtj-reviews {
	outline: 1px solid #fff;
    outline-offset: -1px;
}
.rtj-bg {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #0c5ba1;
	display: none;
	cursor: pointer;
	text-align: center;
}
.rtj-bg span{
	border-bottom: 1px dotted rgba(255,255,255,0.5);
    display: inline-block;
    line-height: 23px;
	font-size: 24px;
    font-weight: 600;
    line-height: 30px;
	color: #fff;
}
.rtj-bg span:first-child{
	margin-top: 50px;
}
.rtj-bg a {
	display: block;
}
.rcol-1:hover .rtj-bg, .rcol-2:hover .rtj-bg{
	display: block;
}
.rtj-fancy {
	padding: 50px 50px 35px;
    width: auto;
    height: auto;
	position: absolute;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
}
.fancy-in {
	padding: 50px 50px 35px;
}
.fancy-in img {
	max-width: 450px;
}
@media (max-width: 700px) {
	.rcol-1 {
	    width: 50%;
	}
	.rcol-2 {
		width: 100%;
	}
	.fancy-in {
		padding: 25px 25px 17px;
	}
	.fancy-in img {
		max-width: 300px;
	}
}

@media (max-width: 400px) {
	.fancy-in {
		padding: 0px;
	}
	.fancy-in img {
		max-width: 240px;
	}
}
/* End */
/* /bitrix/templates/capitalim_s1/components/bitrix/news.list/reviews_in_prod/style.css?1758170932743 */
/* /bitrix/templates/capitalim_s1/components/bitrix/news.list/reviews/style.css?16975483151480 */
