

/* Start:/bitrix/templates/agt-panel/components/bitrix/news.list/fasade_list/style.css?17754773451015*/
.fasade-list {
	position: relative;
	max-width: 1200px;
	margin: 0 auto 100px auto;
}


.fasade-list .flex-prev {
	position: absolute;
	top: 35%;
	left: -50px;
	background: url(/bitrix/templates/agt-panel/components/bitrix/news.list/fasade_list/images/arrow.svg) center/contain no-repeat;
	height: 50px;
	width: 50px;
	transform: scaleX(-1);
}

.fasade-list .flex-next {
	position: absolute;
	top: 35%;
	right: -50px;
	background: url(/bitrix/templates/agt-panel/components/bitrix/news.list/fasade_list/images/arrow.svg) center/contain no-repeat;
	height: 50px;
	width: 50px;
}

.fasades-section {
	display: flex;
	justify-content: space-between;
}

.fasade-item .number {
	text-align: center;
	font-size: 25px;
}

.fasade-item .fasade-img {
	max-width: 100%;
	height: 200px;
	/*box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border-radius: 25px;*/
}

.fasade-item div.fasade-name {
	background: #e6e6e6;
	padding: 10px;
	/*margin-top: 5px;*/
	text-align: center;
	height: 75px;
	display: flex;
	align-items: center;
}

@media all and (max-width: 1320px) {
	.fasade-list .flex-prev {
		display: none;
	}

	.fasade-list .flex-next {
		display: none;
	}
}
/* End */


/* Start:/bitrix/templates/agt-panel/components/bitrix/news.list/gallery/style.css?1775474576237*/

.gallery-container {
	overflow: hidden;
}

.flexslider.gallery-flexslider {
	margin-bottom: 50px;
}

.gallery-flexslider li div {
	height: 700px;
}

@media all and (max-width: 800px) {
	.gallery-flexslider li div {
		height: 500px;
	}
}
/* End */
/* /bitrix/templates/agt-panel/components/bitrix/news.list/fasade_list/style.css?17754773451015 */
/* /bitrix/templates/agt-panel/components/bitrix/news.list/gallery/style.css?1775474576237 */
