

/* Start:/local/templates/brumer/components/bitrix/news.detail/contacts/style.css?1759478358553*/
.contacts-info a {
    text-decoration: none;
    color: inherit;
}
.contacts {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.contacts-map {
    width: 60%;
    height: 500px;
}
.contacts-dealers {
    margin-top: 30px;
}
.contacts-dealers h3 {
    margin-bottom: 20px;
}

@media screen and (max-width: 768px){
    .contacts {
        flex-direction: column;
        gap: 30px;
    }
    .contacts-map {
        width: 100%;
        height: 350px;
    }
}

/* End */


/* Start:/local/templates/brumer/components/bitrix/news.list/dealers/style.css?1744640096950*/
.dealers-list{
	columns: 4;
}
@media (max-width: 720px){
	.dealers-list{
		columns: 3;
	}
}
@media (max-width: 560px){
	.dealers-list{
		columns: 2;
	}
}
@media (max-width: 560px){
	.dealers-list{
		columns: 2;
	}
}
@media (max-width: 420px){
	.dealers-list{
		columns: 1;
	}
}

.dealer-city{
	font-size: 18px;
  	font-weight: 600;
  	line-height: 1.25;
	cursor: pointer;
	margin-bottom: 5px;
}
.dealer-city:nth-last-child(3){
	margin-top: 30px;
}
.shop-list{
	width: 680px;
	max-width: 100%;
}
.shop{
	text-align: right;
}
@media (max-width: 420px){
	.shop{
		text-align: left;
	}
}

.shop:not(:first-child){
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #c1c5ca;
}
.shop__name{
	font-size: 26px;
  	line-height: 1.25;
}
.shop__phone{
	display: block;
}
.shop__map-container{
	position: relative;
	width: 100%;
	padding-top: 64%;
	margin-top: 15px;
}
.shop__map{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* End */
/* /local/templates/brumer/components/bitrix/news.detail/contacts/style.css?1759478358553 */
/* /local/templates/brumer/components/bitrix/news.list/dealers/style.css?1744640096950 */
