/* 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;
	min-height: 490px;
	box-sizing: border-box;
	display: grid;
	grid-gap: 100px;
	grid-template-columns: 1fr;
	/*$Dgrid-template-columns: calc(30% - 50px) calc(70% - 50px);*/
}
.page__container {
	height: auto;
	margin-top: -360px;
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	display: grid;
	grid-template-columns: 10% 90%;
}
.page__grayside {
	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;
}

.spoiler__body {
    display: none;
    padding: 0 30px 30px 30px;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}
.specialist__block {
    padding: 50px 30px;
    background-color: white;
    display: grid;
    grid-template-columns: 315px 1fr;
    grid-gap: 30px;
    border: 1px solid #e5e5e5;
}
.specialist__photo {
	background: no-repeat 30% 20% url(/img/man-photo.jpg);
	background-size: 100%;
	border-radius: 0;
	height: 315px;
	width: 315px;
	justify-self: center;
}
@media screen and (min-width: 1400px) {
	.spoiler__body {
		grid-template-columns: 1fr 1fr;
	}
	.specialist__block {
		grid-template-columns: 250px 1fr;
	}
	.specialist__photo {
		width: 250px;
		height: 250px;
	}
}

@media screen and (max-width:1562px) and (min-width:1101px) {
	.page__img {
		height: 690px;
	}
	.page__grayside {
		margin-top: 130px;
	}
	.page__container {
		/*margin-top: -130px;*/
	}
	.page__content {
		min-height: 360px;
		grid-template-columns: 100%;
	}
	.specialist__block {
		grid-template-columns: auto;
	}
}

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

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

h2 {
	color: black;
	font-size: 26px;
	font-weight: 400;
	margin: 40px 0 40px 0;
}
aside h2 {
	margin: 40px 0 40px 0;
}

/*.specialist__block {
	background-color: white;
	display: grid;
	grid-template-columns: auto;
	padding: 50px 30px;
	border: 1px solid #f6f6f6;
	grid-gap: 40px;
}*/
.cd-tabs-navigation li {
    float: left;
    flex: 1;
    max-width: 285px;
}
.spoiler {
    height: auto;
    background: #f6f6f6;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    margin-top: 20px;
}
.spoiler__header {
    display: grid;
    grid-template-columns: 80px 1fr;
    cursor: pointer;
    user-select: none;
}
.spoiler__icon {
    background-image: url(/img/plus.png);
    background-repeat: no-repeat;
    background-position: center;
}
.spoiler__header__content {
	padding: 20px 30px 20px 0;
	color: #12398a;
	font-size: 16px;
}

.specialist__text, .specialist__name {
	margin: 0;
	line-height: 24px;
	font-size: 16px;
}
.specialist__text a {
	color: #21bcff;
}
.btn {
	display: inline-block;
	margin: 20px 0 0 0;
	text-align: center;
}
.btn p {
	font-size: 16px;
	font-weight: normal;
}
.back-link {
	text-decoration: none;
	color: #21bcff;
}
.back-link:hover {
	color: #ff6f00;
	transition: all 0.5s ease;
}
section p, section b {
	color: #000000;
	font-size: 16px;
	line-height: 24px;
}
.photos {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 80px;
	height: 350px;
	width: 100%;
}
.photo {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.brands {
	display: grid;
	grid-gap: 16px;
	grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
	padding-top: 30px;
}
.brand {
	display: block;
	cursor: pointer;
}
.brand .img {
	height: 116px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	border: #f6f6f6 1px solid;
}
.brand p {
	text-align: center;
}
.brand:hover p {
	color: #ff7e0f;
}
.pluses {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 80px;
}
.plus .icon {
	height: 160px;
	width: 100%;
	background: center no-repeat;
}
.plus p {
	text-align: center;
}
.map {
	height: 400px;
	width: 100%;
	margin: 0px auto;
	box-sizing: border-box;
	position: relative;
}
@media screen and (max-width:1400px) {
	.specialist__block {
		grid-template-columns: auto;
	}
	aside {
		display: none;
	}
	.spoiler__body {
		grid-template-columns: 1fr 1fr;
	}
}
@media screen and (min-width: 1700px) {
	.specialist__block {
		grid-template-columns: 315px 1fr;
	}
	.specialist__photo {
		width: 315px;
		height: 315px;
	}
}
@media screen and (max-width:960px) {
	.spoiler__body {
		grid-template-columns: 1fr;
	}
	.specialist__block {
		grid-template-columns: 250px 1fr;
	}
	.specialist__photo {
		height: 250px;
		width: 250px;
	}
}
@media screen and (max-width:1100px) and (min-width:801px) {
	.photos {
		height: 280px;
		grid-gap: 40px;
	}
}
@media screen and (max-width:801px) {
	.photos {
		height: 180px;
		grid-gap: 20px;
	}
	.pluses {
		grid-template-columns: 1fr 1fr;
	}
}