/* page zone start*/
.page__img {
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
	height: 930px;
}
.page__content {
	background-color: white;
	padding: 65px 80px;
	flex: 0 0 90%;
	min-height: 490px;
	box-sizing: border-box;
	position: relative;
}
.page__container {
	display: flex;
	height: auto;
	margin-top: -360px;
}
.page__grayside {
	flex: 0 0 10%;
	min-height: calc(100% - 360px);
	margin-top: 360px;
	background-color: #f6f6f6;
}
.breadcrumbs {
	font-size: 14px;
}
.breadcrumbs__link {
	color: #12398a;
}
.breadcrumbs__item {
	color: black;
	display: inline;
}
.page__content h1 {
	margin: 60px 0px;
}
.region	{
	font-size: 18px;
	color: #12398a;
	font-weight: 500;
	margin-top: 17px;
	display: inline-block;
	user-select: none;
	cursor: pointer;
	/*text-decoration: underline;*/
    text-decoration: none;
    border: 1px solid #a5a5a5;
    padding: 14px 40px 14px 10px;
    position: relative;
}
.region::before	{
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    background-image: url('/ton-row.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
        top: 21px;
    right: 12px;
}
.region:hover {
	/*color: #ff6f00;*/
	color: #21bcff;	
}
.filter b {
    font-size: 22px;
}

@media screen and (max-width:1400px) and (min-width:1101px) {
	.page__img {
		height: 690px;
	}
	.page__grayside {
		flex: 0 0 10%;
		margin-top: 130px;
	}
	.page__container {
	/*	margin-top: -130px;*/
	}
	.page__content {
		min-height: 360px;
	}

}

@media screen and (max-width:1100px) and (min-width:801px) {
	.page__img {
		height: 470px;
	}
	.page__container {
		/*margin-top: 0px;*/
	}
	.page__content {
		min-height: 130px;
		flex: 0 0 100%;
		padding: 40px;
	}
	.page__grayside {
		flex: 0 0 0;
		display: none;
	}
}

@media screen and (max-width:800px) {
	.page__img {
		height: 360px;
	}
	.page__container {
	/*	margin-top: 0px;*/
	}
	.page__content {
		min-height: 130px;
		flex: 0 0 100%;
		padding: 40px;
	}
	.page__grayside {
		flex: 0 0 0;
		display: none;
	}
}
/* page zone end*/

.page__bg {
	background: no-repeat url(/img/service-topauto.png) 300px 0px;
	background-size: contain;
	position: absolute;
top: 300px;
right: 0;
height: 480px;
width: 1120px;
z-index: 3;
}
h2 {
	color: black;
	font-size: 26px;
	font-weight: 400;
	margin: 100px 0 40px 0;
}
.toptext {
	color: #12398a;
	width: calc(100% - 400px);
	line-height: 24px;
	font-size: 16px;
}
ul {
	list-style: square;
}
li {
	font-size: 16px;
	color: #12398a;
	line-height: 24px;
}
.service__grid {
	display: grid;
	grid-template-columns: 1fr 340px;
	grid-column-gap: 80px;
}
.specialist__block {
	padding: 50px;
	background-color: white;
	display: grid;
	grid-template-columns: auto;
	grid-gap: 40px;
	border: 1px solid #e5e5e5;
}
.specialist__photo {
	background: no-repeat 30% 20% url(/img/man-photo.jpg);
	background-size: 150%;
	border-radius: 85px;
	height: 170px;
	width: 170px;
	justify-self: center;
}
.specialist__text, .specialist__name {
	margin: 0;
	line-height: 24px;
	font-size: 16px;
}
.specialist__text a {
	color: #21bcff;
}
.specialist__info .btn{
	display: inline-block;
}
@media screen and (max-width:1400px) and (min-width:1101px) {
	.page__bg {
		height: 400px;
		width: 850px;
    top: 250px;
	}
	.toptext {
		width: 100%;
	}
}
@media screen and (max-width:1100px) {
	.page__bg {
		background: inherit;
	}
	.toptext {
		width: 100%;
	}
	.specialist__block {
		grid-template-columns: 170px 1fr;
	}
	.service__grid {
		grid-template-columns: 1fr;
	}
}
@media screen and (max-width:576px) {
	.filter {
		grid-template-columns: 1fr;
	}
	.filter__radio {
		display:none;
	}
}