

/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1676539358467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/showroom/bitrix/news.list/showroom-list/style.css?17539736451434*/
.showrooms {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
	margin-top: 30px;
	margin-bottom: 100px;
}

.showroom {
	text-decoration: none;
	border: 1px solid #e2e2e2;
	transition: 0.3s;
	display: flex;
	flex-direction: column;
}

.showroom__img {
	position: relative;
	padding-bottom: 60%;
	overflow: hidden;
}

.showroom__img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}

.showroom__img img.noimage {
	object-fit: contain;
}

.showroom__name {
	font-size: 20px;
	font-weight: bold;
	color: #905793;
	text-decoration: none;
	padding: 30px;
	border-top: 1px solid #e2e2e2;
	text-align: center;
	transition: 0.3s;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	/*border-left: 1px solid transparent;*/
	/*border-right: 1px solid transparent;*/
	/*border-bottom: 1px solid transparent;*/
}

.showroom:hover {
	border-color: #905793;
	/*border-left-color: #e2e2e2;*/
	/*border-bottom-color: #e2e2e2;*/
	/*border-right-color: #e2e2e2;*/
}

.showroom:hover .showroom__name {
	border-top-color: #905793;
}

.showroom:hover img {
	transform: scale(1.05);
}

.showrooms__title {
	font-size: 36px;
	text-transform: uppercase;
	margin: 30px 0;
	text-align: center;
}

@media (max-width: 1600px) {
	.showrooms {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 680px) {
	.showrooms {
		grid-template-columns: 1fr;
	}
}
/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1676539358467 */
/* /local/templates/.default/components/bitrix/news/showroom/bitrix/news.list/showroom-list/style.css?17539736451434 */
