

/* Start:/local/css/about.css?17604402813067*/
.about-page .pics {
	display: flex;
}

.about-page .pic {
	width: calc(50% - 10px);
}

.about-page .pic:first-child {
	margin-right: 20px;
}

.about-page .pic .pic__img {
	width: 100%;
	height: 346px;
	margin-bottom: 40px;
	border-radius: 8px;
	overflow: hidden;
}

.about-page .pic .pic__img img {
	width: 100%;
	max-width: 100%;
	height: 100%;
	max-height: 100%;
	object-fit: cover;
}

.about-page .about-content {
	column-count: 2;
}

.about-page .about-content .about-block {
	margin-bottom: 40px;
}

.about-page .about-content .about-item:last-child>div:last-child>p:last-child {
	margin-bottom: 0;
}


.about-page .about-content .about-item,
.about-page .about-content .about-shedule {
	page-break-inside: avoid;
	break-inside: avoid;
}

.about-page .about-content .about-shedule {
	display: flex;
}

.about-page .about-content .about-shedule-item {
	width: calc(50% - 20px);
}

.about-page .about-content .about-shedule-item:first-child {
	margin-right: 40px;
}

/*контакты*/
.about-page .about-map {
	display: flex;
}

.about-page .about-map__item {
	min-width: 360px;
	margin-right: 20px;
}

#map {
	width: 100%;
	height: 546px;
}

#map>ymaps {
	border-radius: 8px;
	overflow: hidden;
}

.about-page .about-map__item-line {
	margin-bottom: 40px;
}

.about-page .about-map__item-line span {
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 22px;
	color: #0288D1;
	margin-bottom: 20px;
	line-height: 1;
}

.about-page .about-map__item-line>div {
	width: 250px;
	height: 56px;
	background: #E6F3FA;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 12px;
}

.about-page .about-map__item-line a {
	font-size: 18px;
	padding-left: 10px;
}



/********ADAPTIVE**********/

@media screen and (max-width: 840px) {
	.about-page .about-map {
		flex-direction: column;
	}

	.about-page .about-map__item {
		min-width: auto;
		margin-right: 0;
		display: flex;
		flex-wrap: wrap;
	}

	#map {
		height: 426px;
	}

	.about-page .about-map__item-line {
		width: calc(50% - 10px);
		margin-right: 20px;
	}

	.about-page .about-map__item-line:nth-child(2n + 2) {
		margin-right: 0;
	}

	.about-page .about-map__item-line span {
		margin-bottom: 0;
		min-height: 52px;
	}
}

@media screen and (max-width: 768px) {
	.about-page .about-content {
		column-count: 1;
		display: flex;
		flex-direction: column;
	}

	.about-page .about-content .about-shedule {
		order: 1;
		margin-top: 0;
	}

	.about-page .about-content .about-item:last-child>div:last-child {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 640px) {
	.about-page .pics__box {
		overflow-x: scroll;
		margin-bottom: 20px;
	}

	.about-page .pics {
		width: 600px;
	}

	#map {
		height: 294px;
		margin-bottom: 40px;
	}

	.about-page .about-map__item-line {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.about-page .about-map__item-line:last-child {
		margin-bottom: 0;
	}

	.about-page .about-map__item-line span {
		margin-bottom: 20px;
		min-height: auto;
	}

	.about-page .about-map__item {
		order: 1;
	}
}
/* End */


/* Start:/local/css/main.css?1729061418529*/
.title-blue {
	font-weight: 500;
	font-size: 28px;
	line-height: 32px;
	color: #0288D1;
	margin-bottom: 20px;
}

.page-block {
	padding: 0px 20px 60px 20px;
}

.section-block {
	padding-bottom: 100px;
}



@media screen and (max-width: 1199px) {
	.page-block {
		padding: 60px 20px;
	}
}



@media screen and (max-width: 768px) {
	.section-block {
		padding-bottom: 60px;
	}
}


@media screen and (max-width: 520px) {

	.page-block {
		padding-top:30px;
		padding-bottom: 40px;
	}

	.section-block {
		padding-bottom: 40px;
	}

}
/* End */
/* /local/css/about.css?17604402813067 */
/* /local/css/main.css?1729061418529 */
