

/* Start:/local/templates/.default/components/bitrix/news.list/block-without-links/style.css?17636761211367*/
.b-services {
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.b-services .services__item {
	padding: 30px;
	position: relative;
	margin-bottom: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
			justify-content: space-between;
			width: calc(50% - 15px);
	background: #fff;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.b-services .services__title {
	margin-bottom: 15px;
	font-size: 24px;
}
.b-services .services__left {
	padding-left: 20px;
	width: calc(100% - 145px);
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.b-services .services__img {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: flex-end;
    width: 145px;
    height: 100%;
}
.b-services .services__link a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media (max-width: 767px) {
.b-services .services__item {
	width: 100%;
}
}
/* End */


/* Start:/local/templates/aspro_next/components/bitrix/news.list/map-big/style.css?17636761151339*/
.b-map {
	margin-bottom: 100px;
	display: flex;
	line-height: 1.2;
	position: relative;
}
.b-map .b-map-list {
	width: 35%;
}
.b-map .map-img {
	position: absolute;
	top: 0;
	right: 0;
	width: 65%;
	transition: top 0.5s linear;
}
.b-map .map-img img {
	max-width: 100%;
}
.b-map .map__title {
	margin-bottom: 20px;
	font-size: 24px;
}
.b-map .map__columns {
	margin-bottom: 80px;
	column-count: 2;
}
.b-map .map__item {
	margin-bottom: 10px;
}
.b-map .map__item a:link,
.b-map .map__item a:visited {
	color: #000;
}
.b-map .map__item a:hover {
	color: #168EE5;
}
.b-map .map__popup {
	display: none;
}
.b-map .map__container {
	display: none;
	padding: 30px;
	position: absolute;
	max-width: 280px;
	background-color: #fff;
	border-radius: 10px;
	box-sizing: border-box;
	transform: translate(0%, -100%);
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	z-index: 3;
}
.b-map .map__container:after {
	content: '';
    position: absolute;
    top: 100%;
    left: 20px;
    border: 20px solid transparent;
    border-left: 0;
    border-top: 20px solid #fff;
}
.b-map .map__name {
	font-weight: 500;
	font-size: 50px;
	color: #168EE5;
}
.b-map .map__close {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}



@media (max-width: 767px) {
	.b-map .map-img {
		position: relative!important;
		top: auto!important;
		right: auto;
	}	
}

/* End */
/* /local/templates/.default/components/bitrix/news.list/block-without-links/style.css?17636761211367 */
/* /local/templates/aspro_next/components/bitrix/news.list/map-big/style.css?17636761151339 */
