.another-doctors{
	position: relative;
}
/* preloader */
.another-doctors #ad__preloader{
	position: absolute;
	background-color: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 100%;
	z-index: 3;
	text-align: center;
}
.lds-ellipsis {
	top: calc( 50% - 40px );
	display: inline-block;
	position: relative;
	width: 80px;
	height: 80px;
}
.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 8px;
	animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 8px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 32px;
	animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 56px;
	animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds-ellipsis3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds-ellipsis2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(24px, 0);
	}
}
/* end preloader */

.another-doctors .slider-nav {
	display: flex;
	flex-flow: row;
	flex-wrap: wrap;
	margin-top: 0;
}
.another-doctors .pages .count {
	min-width: 100px;
	flex-grow: 1;
}
.another-doctors .pages .right .btn-new {
	top: 29px;
	left: 0;
}
.another-doctors .pages .left .btn-new {
	top: -9px;
	right: 0;
}
.another-doctors .pages .right .btn-new,
.another-doctors .pages .left .btn-new{
	position: absolute;
	background-size: cover;
	border-radius: 50%;
}
.another-doctors .pages .right,
.another-doctors .pages .left {
	flex-grow: 6;
	position: relative;
}
.another-doctors .pages .left,
.another-doctors .pages .count,
.another-doctors .pages .right{
	flex-direction: column;
	flex-shrink: 1;
	flex-basis: 0%;
}
.another-doctors .btn-new{
	border: 0;
	width: 32px;
	height: 32px;
	cursor: pointer;
	vertical-align: middle;
	transition: .3s;
	background-size: 8px;
}
.another-doctors .slider-nav__next{
	-webkit-transform: translateY(-100%) rotate(180deg);
	transform: translateY(-100%) rotate(180deg);
}
@media (min-width: 801px){
	.another-doctors .slider-nav {
		margin-top: 30px;
	}
	.another-doctors {
		padding-bottom: 115px;
	}
}
@media (max-width: 800px){
	.another-doctors .slider-nav {
		margin-top: 20px;
	}
	.another-doctors {
		padding-bottom: 40px;
	}
}

.another-doctors h2 {
	margin-bottom: 20px;
}
.another-doctors .search-doctors {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.another-doctors .search-doctors input[type="text"],
.another-doctors .search-doctors select {
	flex-grow: 1;
}
.another-doctors .search-doctors * {
	margin-right: 15px;
	margin-bottom: 5px;
}
.another-doctors .search-doctors *:last-child {
	margin-right: 0;
}
.another-doctors .tech-slider-experts {
    /*display: flex;*/
}
.another-doctors .expert {
    max-width: 300px;
	height: calc(100% - 202px);
	text-align: center;
	padding: 100px 20px 20px;
	background: #FFFFFF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 24px;
	position: relative;
    margin-right: 20px;
}
.another-doctors .expert:nth-child(n+5) {
    display: none;
}
.another-doctors__warning-search {
    text-align: center;
    font-size: 20px;
    line-height: 27px;
    display: none;
    padding: 20px 0;
}
.another-doctors .slick-initialized .expert {
    margin-right: 0;
    display: block;
}
.another-doctors .expert figure {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -90%);
}
.another-doctors .expert img {
	width: 99%;
	height: 100%;
	border-radius: 50%;
	margin: 0 auto;
	object-fit: contain;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25));
	background-color: #fff;
}
.another-doctors .expert .expert__name {
	margin-top: 50px;
    margin-bottom: 10px;
    height: 86px;
}
.another-doctors .expert .expert__spec {
	min-height: 60px;
	font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}
.another-doctors .expert .expert__reviews {
	margin-bottom: 20px;
	text-decoration: underline;
	color: #646565;
}
.another-doctors .expert a {
	display: block;
}
.another-doctors .link-class {
	margin-bottom: 20px;
}
.another-doctors .expert__location {
	text-align: left;
	padding-left: 50px;
	position: relative;
	font-size: 18px;
}
.another-doctors .expert__location::before {
	content: "";
	width: 38px;
	height: 38px;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: contain;
}
.another-doctors .expert__metro {
	min-height: 60px;
}
.another-doctors .slick-track {
	padding-bottom: 5px;
}
.another-doctors .select-class {
	width: 200px;
	height: 50px;
	border-radius: 24px;
	padding-left: 15px;
	font-size: 18px;
	-moz-appearance:none;
	-webkit-appearance:none;
	appearance:none;
	position: relative;
	background-repeat: no-repeat;
	background-position: 97% 50%;
	padding-right: 50px;
}
.another-doctors .input-text-class {
	width: 200px;
	height: 50px;
	border-radius: 24px;
	padding: 0 15px;
	font-size: 18px;
	position: relative;
}
.another-doctors .input-submit-class {
	width: 180px;
	height: 50px;
	border-radius: 24px;
	padding: 0 15px;
	font-size: 18px;
	color: white;
	position: relative;
	cursor: pointer;
}
.another-doctors .slick-arrow {
	width: 38px;
	height: 38px;
	border: 0;
	outline: none;
	font-size: 0;
	cursor: pointer;
}
.another-doctors .slick-arrow.slick-disabled {
	opacity: .3;
	cursor: auto;
}
.another-doctors .slick-slide:last-child {
	margin-right: 0;
}
@media (min-width: 381px) {
	.another-doctors .expert {
		margin-top: 200px;
	}
	.another-doctors > h2 {
		margin-top: 80px;
	}
	.another-doctors .slick-slide {
		max-width: 300px;
		margin-right: 20px;
	}
	.another-doctors .expert figure {
		width: 100%;
		height: 280px;
	}
	.another-doctors .slick-prev,
	.another-doctors .slick-next{
		display: none !important;
	}
}
@media (max-width: 380px) {
	.another-doctors .expert {
		margin-top: 140px;
	}
	.another-doctors .expert figure {
		width: 75vw;
		height: 75vw;
		max-height: 300px;
		max-width: 300px;
	}
	.another-doctors .pages.slider-nav{
		display: none;
	}
	.another-doctors > h2 {
		margin-top: 40px;
	}
	.another-doctors .slick-slide {
		/*max-width: 300px;*/
		margin: 0 15px 0 15px;
	}
	.another-doctors .slick-prev,
	.another-doctors .slick-next{
		background-color: unset;
		position: absolute;
		top: 30px;
		z-index: 1;
	}
	.another-doctors .slick-prev{
		left: 0;
	}
	.another-doctors .slick-next{
		right: 0;
	}
}
.another-doctors .btn-arrow{
	margin-bottom: 20px;
}
.another-doctors .btn-arrow.cwtheme:after {
	transform: rotate(180deg);
	background-size: 32px 32px;
}
.another-doctors .select-class{
	color: black;
}
.another-doctors .slick-track {
    display: flex !important;
}
.another-doctors .slick-slide {
    height: inherit !important;
}