/* 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;
	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;
}


@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;
		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%;
		grid-template-columns: auto;
		padding: 40px;
	}
	.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;
}
.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;
}
.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;
	position: relative;
}
.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: calc(100% - 5px) center no-repeat url('/img/select.png') white;

	font-size: 16px;
	border-width: 1px;
}
.filter input {
	border-radius: 3px;
	padding: 6px 35px 6px 10px;
	outline: none !important;
	margin: 10px 0 0 0;
	width: 300px;
	font-size: 16px;
	border: solid #a5a5a5 1px;
}
.btn-search {
	background-image: url('/img/search.png');
	position: absolute;
	right: 8px;
	bottom: 5px;
	height: 22px;
	width: 22px;
	cursor: pointer;
}
.table {
	display: grid;
	grid-template-columns: 100%;
	grid-auto-rows: auto;
	padding-bottom: 50px;
}
.table__row, .table__names {
	padding: 18px;
	display: grid;
	grid-template-columns: 6fr 10fr 3fr 4fr;
	grid-column-gap: 10px;
}
.table__names {
	margin-top: 80px;
	padding: 18px;
}
.table__row {
	cursor: pointer;
	align-items: center;
}
.table__row p {
	margin: 0px;
	padding: 0px;
}
.table__row img {
	height: auto;
	width: 90%;
}
.table__row p:nth-child(3), .table__row p:nth-child(4), .table__names b:nth-child(3), .table__names b:nth-child(4) {
	text-align: right;
}
.table .table__row:nth-child(odd) {
	background-color: #f3f3f3;
}
.table__row:hover {
	background-color: #c4d19c !important;
}
.pagination {
	height: 50px;
	display: flex;
	width: auto;
	align-items: flex-end;
}
.pagination a {
	text-decoration: none;
	background-color: #f3f3f3;
	color: black;
	height: auto;
	cursor: pointer;
	user-select: none;
	transition: all 0.5s ease;
}
.pagination .num {
	font-size: 16px;
	line-height: 16px;
	padding: 8px 10px;
}
.pagination .num.active {
	padding: 12px 10px;
	background-color: #b6d555;
}
.pagination .num:hover {
	padding: 12px 10px;
	background-color: #c4d19c;
}
.pagination .arrow {
	font-size: 24px;
	line-height: 24px;
	padding: 3px 10px 5px 10px;
	font-weight: 300;
}
.pagination .arrow.active {
	padding: 7px 10px 9px 10px;
	background-color: #b6d555;
}
.pagination .arrow:hover {
	padding: 7px 10px 9px 10px;
	background-color: #c4d19c;
}
hr {
	border: none;
	height: 2px;
	background: #d5d5d5;
	margin-top: 100px;
}
.file-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: auto;
	grid-auto-rows: auto;
	grid-gap: 30px;
	justify-items: start;
	padding-bottom: 65px;
}
.file-row {
	display: grid;
	grid-template-columns: 60px auto;
}
.file-icon {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	height: 52px;
	width: 39px;
	transition: all 0.2s linear;
}
.file-row:hover .file-icon{
	box-shadow: -2px 2px 2px 0px #c6c6c6;
}
.file-name {
	color: #12398a;
	font-size: 16px;
	line-height: 22px;
	user-select: none;
	align-self: center;
	transition: all 0.2s linear;
}
.file-row:hover .file-name{
	color: #ff7400;
}
@media screen and (max-width:1400px) {
	aside {
		display: none;
	}
}
@media screen and (max-width:1100px) {
	.table__row, .table__names {
		padding: 8px;
		overflow: scroll;
        display: inline-flex;
	}
}

@media screen and (max-width:400px) {
	.table__row, .table__names {
		padding: 8px;
		overflow: scroll;
        display: flex;
        margin-top: 0;
	}
	.table__names b{
		padding-right: 30px;
	} 
	.table__row p {
    margin: 0px;
    padding: 10px;
}
}