/* page zone start*/
.page__img {
	background-repeat: no-repeat;
	background-position: 50% 100%;
	background-size: cover;
	height: 700px;
} 
.page__content {
	background-color: white;
	padding: 65px 80px;
	flex: 0 0 90%;
	min-height: 490px;
	box-sizing: border-box;
	display: grid;
	grid-gap: 100px;
	grid-template-columns: 3fr 7fr
}
.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;
}
.anime {
	animation: anim 400ms;
	visibility: visible !important;
}
.page__content h1 {
    margin: 60px 0px;
}
.spares__aside h2{
	color: black;
    font-size: 26px;
    font-weight: 400;
    margin: 100px 0 40px 0;
}
h1 {
    color: black !important;
	font-size: 40px !important;
}
@keyframes anim {
	0%{
		opacity: 0;
		transform: translateY(40px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}
@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;
		grid-template-columns: auto;
	}

}

@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%;
		grid-template-columns: auto;
	}
	.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%;
		grid-template-columns: auto;
	}
	.page__grayside {
		flex: 0 0 0;
		display: none;
	}
}
/* page zone end*/
h1 {
	color: black;
}
h2 {
	color: black;
	font-size: 26px;
	font-weight: 400;
	margin: 100px 0 40px 0;
}
aside h2 {
	margin: 40px 0 40px 0;
}
.spares__sections {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-template-rows: auto;
	grid-auto-rows: auto;
	grid-auto-flow: row;
	justify-content: space-around;
	grid-gap: 30px;
}
.spares__section {
	background-color: white;
	display: flex;
	flex-direction: column;
	height: 100%;
	border: 1px solid #f6f6f6;
}
.spares__section__img {
	height: 240px;
	flex: 0 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}
.spares__section__text a {
	color: #12398a;
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	transition: all 0.5s ease;
}
.spares__section__text p {
	color: #8c8c8c;
	font-size: 16px;
	font-weight: 400;
}
.spares__section__text {
	padding: 35px;
	margin-bottom: auto;
}
.spares__section__text a:hover {
	color: #ff6f00;
}
.specialist__block {
	background-color: white;
	display: grid;
	grid-template-columns: auto;
	padding: 50px 30px;
	border: 1px solid #f6f6f6;
	grid-gap: 40px;
}
.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;
}
.btn {
	display: inline-block;
	margin: 20px 0 0 0;
	text-align: center;
}
.btn p {
	font-size: 16px;
	font-weight: normal;
}
.btn span {
	font-size: 16px;
	font-weight: 200;
	color: white;
	user-select: none;
}
.filter .btn {
	margin: 10px 15px 0 0;
	padding: 7px 10px;
}
.filter .btn p {
	padding: 0px;
	color: black;
	display: inline;
}
.filter .btn.btn-blue p {
	color: white;
}
.filter__element {
	flex: 0 0 auto;
	margin: 0 40px 0 0;
}
.filter {
	display: flex;
	flex-wrap: wrap;
}
.filter b {
	display: block;
	margin-top: 20px;
}
.back-link {
	text-decoration: none;
	color: #21bcff;
}
.back-link:hover {
	color: #ff6f00;
	transition: all 0.5s ease;
}
.page__nav {
	padding: 50px 0 0 0;
}
.page__nav a {
	text-decoration: none;
	margin: 5px 0;
	border-bottom: dotted 1px #12398a;;
	display: inline-block;
	color: #12398a;
}
select {
	border-radius: 3px;
	padding: 6px 20px 6px 10px;
	outline: none !important;
	margin: 10px 0 0 0;
	/*for WebKit*/
	-webkit-appearance: none;
	/* for FF */
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	/* for IE */
	-ms-appearance: none;
	appearance: none!important;
	background-image: url('/img/select.png');
	background-position: calc(100% - 5px) center;
	background-repeat: no-repeat;
	font-size: 16px;
	border-width: 1px;
}
@media screen and (max-width:1400px) {
	aside {
		display: none;
	}
}
