

/* Start:/local/templates/klinika/components/bitrix/news/doctors/bitrix/news.list/.default/style.css?17665822273875*/
.doctors__row{
	margin-bottom: 20px;
}
.doctors__title{
	font-weight: 500;
	font-size: 42px;
	line-height: 50px;
	margin-bottom: 42px;
}
.doctors__search-form{
	position: relative;
}
.doctors__top{
	margin-bottom: 40px;
}
.doctors__search-input{
	width: 100%;
	border: 1px solid #45C1C0;
	border-radius: 4px;
	font-size: 14px;
	outline: none;
	height: 42px;
	padding: 0 10.5px 0 10px;
}
.doctors__search-submit{
	background: transparent;
	border: none;
	position: absolute;
	right: 5px;
	top: 5px;
	padding: 0;
}
.doctors__search-input::-webkit-input-placeholder { /* Edge */
	color: #BBBBBB;
}

.doctors__search-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #BBBBBB;
}

.doctors__search-input::placeholder {
	color: #BBBBBB;
}
.doctor{
	background: #FFFFFF;
	box-shadow: 0 10px 40px rgba(14, 74, 44, 0.1);
	border-radius: 12px;
	overflow: hidden;
	height: 100%;
}
.doctor__img{
	text-decoration: none;
}
.doctor__img img{
	width: 100%;
	display: block;
}
.doctor__wrapper{
	padding: 16px 24px 24px 24px;
	height: 100%;
}
.doctor__title{
	text-decoration: none;
	font-weight: 500;
	font-size: 20px;
	display: block;
	line-height: 26px;
	color: #2E2C30;
	margin-bottom: 16px;
}
.pagination__link-left svg{
	rotate: 180deg;
}
.doctor__specification{
	font-size: 16px;
	line-height: 145%;
	color: #2E2C30;
	margin-bottom: 16px;
}
.doctor__specification:last-child{
	margin-bottom: 24px;
}
.doctor__specification span{
	font-weight: 500;
	color: #264C5A;
}
.doctor__button{

	padding: 7px 0;
	border: 1px solid #45C1C0;
	background: #45C1C0;
	border-radius: 6px;
	font-weight: 500;
	font-size: 16px;
	line-height: 1.5;
	text-decoration: none;
	text-align: center;
	display: inline-block;
	width: 100%;
	color: #FFFFFF;
	cursor: pointer;
	transition: all 0.3s ease;
}
.doctor__button:hover{
	color: #FFFFFF;
	opacity: 0.7;
}
a.doctors__more{
	border: 1px solid #45C1C0;
	border-radius: 12px;
	display: inline-block;
	padding: 11px 75px;
	font-size: 24px;
	background: #fff;
	color: #45C1C0;
	text-decoration: none;
	line-height: 1.5;
	margin-bottom: 24px;
}
.doctors__select{
	background-color: #fff;
	border: 1px solid #45C1C0;
	border-radius: 4px;
	font-size: 14px;
	color: #303030;
	height: 42px;
	width: 100%;
	padding: 12.5px 10px;
	outline: none;
	-webkit-appearance: none;
	appearance: none;
	line-height: 17px;
	cursor: pointer;
}
.doctors__select-wrapper{
	position: relative;
}
.doctors__select-icon{
	position: absolute;
	top: 5px;
	right: 5px;
	pointer-events: none;
}
.doctors .doctors__row > div{
	margin-bottom: 40px;
}
.doctors{
	margin-bottom: 36px;
}
.doctors .pagination{
	margin-bottom: 24px;
}
@media(max-width: 991px){
	.doctors{
		margin-bottom: 16px;
	}
	.doctors__row{
		margin-bottom: 0;
	}
	.doctors .doctors__row > div{
		margin-bottom: 20px;
	}
	.doctors__search-form{
		margin-bottom: 20px;
	}
	.doctors__top{
		margin-bottom: 20px;
	}
	.doctors__title{
		font-size: 28px;
		line-height: 33px;
		margin-bottom: 20px;
	}
	.doctor__title{
		font-size: 18px;
		line-height: 22px;
		margin-bottom: 14px;
	}
	.doctor__specification{
		margin-bottom: 14px;
	}
	.doctor__specification:last-child{
		margin-bottom: 14px;
	}
	.doctor__wrapper{
		padding: 14px;
	}
	a.doctors__more{
		padding: 9px 44px;
		font-size: 20px;
	}
}
@media(max-width: 767px){
	.doctors__title{
		font-size: 20px;
		line-height: 24px;
	}
	.doctors__search-form{
		margin-bottom: 10px;
	}
	.doctors__search-input{
		font-size: 12px;
	}
	.doctor__title{
		margin-bottom: 10px;
	}
	.doctor__wrapper{
		padding: 16px;
	}
	.doctor__specification{
		font-size: 16px;
		line-height: 20px;
	}
	.doctors__row{
		margin-bottom: 10px;
	}
	.pagination{
		display: none;
	}
	a.doctors__more{
		border: none;
		font-size: 14px;
		line-height: 17px;
		padding: 0;
		color: #264C5A;
		background: transparent;
	}
	.doctors__select{
		font-size: 12px;
		line-height: 14px;
	}
}

/* End */


/* Start:/local/templates/klinika/components/bitrix/system.pagenavigation/doctors/style.css?16934737462006*/
.pagination {
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination li {
    margin-right: 20px;
}

.pagination li a {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #45C1C0;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: 1px solid #45C1C0;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.pagination li a:hover {
    background: #45C1C0;
    border-radius: 12px;
    border: 1px solid #45C1C0;
    color: #FFFFFF;
}

.pagination li a.active {
    background: #45C1C0;
    border-radius: 12px;
    border: 1px solid #45C1C0;
    color: #FFFFFF;
}

.doctors__more {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    color: #45C1C0;
    border: 1px solid #45C1C0;
    border-radius: 12px;
    text-decoration: none;
    height: 60px;
    padding: 0 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.doctors__more:hover {
    background: #45C1C0;
    border: 1px solid #45C1C0;
    color: #FFFFFF;
}

@media (max-width: 991px) {
    .pagination li {
        margin-right: 10px;
    }

    .doctors__more {
        padding: 0 44px;
        height: 50px;
        font-size: 20px;
        line-height: 24px;
    }

    .pagination li a {
        width: 50px;
        height: 50px;
        font-size: 20px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .doctors__more {
        padding: 0;
        height: auto;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #264C5A;
        border: none;
    }

    .doctors__more:hover {
        padding: 0;
        height: auto;
        font-weight: 400;
        font-size: 14px;
        line-height: 17px;
        color: #45C1C0;
        border: none;
        border-radius: 0;
        background-color: inherit;
    }
}
/* End */
/* /local/templates/klinika/components/bitrix/news/doctors/bitrix/news.list/.default/style.css?17665822273875 */
/* /local/templates/klinika/components/bitrix/system.pagenavigation/doctors/style.css?16934737462006 */
