/* responsive css cw */
:root {
	--main-page-color: #F18D18;
}

@media (min-width: 1025px){
	.ex__desktop-hide{
		display: none !important;
	}
}
@media (min-width: 801px) and (max-width: 1024px){
	.ex__tablet-hide{
		display: none !important;
	}
}
@media (max-width: 800px){
	.ex__mobile-hide{
		display: none !important;
	}
}

@media (max-width: 800px){
	.rtj-dop-b{
		width: 100% !important;
	}
}
/* anchor menu */
@media screen and (max-width: 845px){
	.experts .anchor-menu._fix {
		top: 0;
	}
	.experts .container.whitebg{
		margin: 0;
		padding: 0;
	}
}

.experts * {
	color: #646565;
}
.experts .text-24 {
	font-size: 24px;
}
.experts .text-18, .experts .text-18 div, .experts .text-18 p, .experts .text-18 li, .experts .text-18 span {
    font-family: 'HelveticaNeueCyr' !important;
	font-size: 18px !important;
    line-height:24px !important;
}
.experts .link-additional:hover {
	text-decoration: underline;
}

.page-title {
	line-height: 42px;
	margin-bottom: 10px;
    font-family: 'HelveticaNeueCyr';
    font-style: normal;
    font-weight: 300;
    color: #646565;
    font-size: 36px;
}
.page-header {
	padding-top: 55px;
	padding-bottom: 25px;
	background: rgba(138, 180, 70, .1);
}
.doctor {
	display: flex;
	align-items: center;
}
.doctor__pic {
	margin-right: 20px;
	z-index: 1;
}
.doctor__pic img {
	width: 280px;
	height: 280px;
	border-radius: 50%;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, .25));
	border-style: solid;
	border-right-width: 1px;
	border-color: var(--main-page-color);
}
.doctor__name {
	text-transform: none;
}
.star {
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	margin-right: 1px;
}
.star--fill {
	background-image: url("./images/icon-star-fill.svg");
}
.star--empty {
	background-image: url("./images/icon-star-empty.svg");
}
.doctor__rating {
	height:17px;
}
.doctor__rating-num {
	display: inline-block;
	font-size: 18px;
	color: var(--main-page-color);
}
.experts .map-container .clinic{
	max-width: unset;
}
.experts .clinic {
	font-size: 18px;
	line-height: 24px;
	padding-right: 20px;
}
.experts .clinic .clinics {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 45px;
	margin-left: 25px;
}
.experts .clinic .clinic__item:not(:last-child) {
	margin-right: 70px;
}
.experts .clinic__spec {
	color: var(--main-page-color);
}
.experts .clinic .clinics img {
	width: 20px;
	height: 20px;
	position: relative;
	margin-right: 5px;
	margin-left: -25px;
}
.experts .clinic .clinics .clinics-name {
	width: 384px;
	position: relative;
}

/* кнопки со стрелками для всех страниц, вынести в общую таблицу */
.btn-new {
	display: inline-block;
	vertical-align: middle;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background-image: url("/assets/img/btn-arrow@2x.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: .375rem .625rem;
	transition: .3s;
	cursor: pointer;
}
.btn-new.btn-new--reverse {
	transform: rotate(180deg);
}
.btn-new.btn-new--orange.down,
.btn-new.btn-new--orange.up {
	margin: 5px;
}
.btn-new.btn-new--orange.down {
	transform: rotate(90deg);
}
.btn-new.btn-new--orange.up {
	transform: rotate(270deg);
}
.btn-new--green {
	background-color: #8AB446;
}
.btn-new--orange {
	background-color: var(--main-page-color);
}

/* Page header */
.clinic__metro {
	display: flex;
	align-items: center;
}
.doctor__spec_mobile{
	display: none;
}
.doctor__spec_desktop {
	font-weight: 600;
	color: #646565;
	font-size: 24px;
	line-height: 30px;
}
.doctor__info {
	width: 70%;
}
.doctor__info-wrap .left-side {
	margin-bottom: 38px;
}
.doctor__info-wrap .left-side,
.doctor__info-wrap .right-side {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.doctor__info-wrap .left-side > div:not(:last-child) {
	margin-right: 25px;
}
.doctor__rev {
	color: var(--main-page-color);
}
.doctor__exp,
.doctor__rev-wrap,
.doctor__category {
	font-size: 18px;
	line-height: 32px;
	padding-left: 30px;
	position: relative;
}
.doctor__exp::before,
.doctor__rev-wrap::before,
.doctor__category::before {
	content: "";
	width: 23px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 5px;
}
.doctor__exp::before {
	background: url("./images/icon-exp.svg") no-repeat center;
}
.doctor__rev-wrap::before {
	background: url("./images/icon-rev.svg") no-repeat center;
}
.doctor__category::before {
	background: url("./images/icon-check.svg") no-repeat center;
}
.doctor__rev-wrap a {
	color: var(--main-page-color);
}
.doctor__rev-wrap a:hover {
	text-decoration: underline;
}
.doctor .btn-arrow {
	width: fit-content;
	display: block;
	margin-bottom: 8px;
}
.doctor__info .btn-arrow:not(:last-child) {
	margin-right: 20px;
}

.tab-btns {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, .25);
}
.tabs__head {
	flex-wrap: wrap;
}
.anchor-menu,
.anchor-menu .container.whitebg,
.container.whitebg {
	background-color: #fff
}
.tabs__head__item {
	display: flex;
	min-height: 44px;
	font-size: 18px;
	padding: 0 50px;
	margin: 0;
	border-right: 1px solid var(--main-page-color);
	cursor: pointer;
}
.tabs__head__item:first-child {
	border-left: 1px solid var(--main-page-color);
}
.tabs__head__item:before {
	content: none;
}
.tabs__head__item._active {
	background-color: var(--main-page-color);
}
.tabs__head__item._active a {
	color: white;
}
.tabs__head__item a {
	margin: auto;
}
.tabs__head__item._active a:hover {
	color: white;
}
.tabs__head__item:hover {
	background-color: var(--main-page-color);
}
.tabs__head__item:hover a {
	color: white;
}

.education-table {
	font-size: 18px;
	line-height: 24px;
}
.education-table td {
	border-bottom: 1px solid #8AB446;
	padding: 12px 0;
}
.education-table td:not(:last-child) {
	padding-right: 50px;
}

.experts .callback-widget-wrapper {
	padding-bottom: 0 !important;
}

/* Специализация */
.mobile-tab-2 h2 {
	margin-top:50px;
}
.accordion-input {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.specialization {
	padding-top: 80px;
	padding-bottom: 14px;
}
.specialization .page-title {
	margin-bottom: 20px;
}
.specialization .text-24 {
	margin-bottom: 16px;
}
.specialization .acc-element:first-child {
	margin-top: 80px;
}
.specialization .acc-element-1, .specialization .acc-element-2 {
    margin-bottom:40px;
}
.specialization .acc-element-1 p {
	font-weight: 300;
}
.specialization .acc-element-2 p {
	margin-bottom: 10px;
    font-size:18px;
}
.specialization-list {
    -moz-column-count: 2;
	column-count: 2;
}
.specialization-list li {
	font-weight: 400;
	margin-bottom: 30px;
	padding-left: 25px;
	position: relative;
	line-height: 28px;
	font-size:18px;
    page-break-inside: avoid;
    break-inside: avoid;
}
.specialization-list li::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: var(--main-page-color);
	position: absolute;
	left: 0;
	top: 10px;
}
.specialization .bg {
	padding: 25px 0;
	background-color: rgba(138, 180, 70, .1);
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
	position: relative;
	margin-top: 100px;
	line-height: 32px;
}
.specialization__doctor-name {
	line-height: 32px;
	font-weight: 550;
}
.specialization .bg .main-text {
	width: 55%;
}
.specialization .bg .substrate {
	width: 23%;
	min-width: 362px;
	height: calc(100% + 10px);
	background-color: white;
	position: absolute;
	top: 0;
	left: 65%;
	padding: 20px 25px 30px 50px;
}
.specialization .bg .substrate:before,
.specialization .bg .substrate:after {
	content: '';
	position: absolute;
	top: 0;
	width: 5px;
	height: 100%;
}
.specialization .bg .substrate:before {
	right: 100%;
	box-shadow: inset -5px 0 5px -5px rgba(0,2,3,.15);
}
.specialization .bg .substrate:after {
	left: 100%;
	box-shadow: inset 5px 0 5px -5px rgba(0,2,3,.15);
}
.specialization .link-additional {
	color: var(--main-page-color);
	font-size: 18px;
}

@media (max-width: 800px) {
	.experts .table-wrapper {
		margin-bottom: 40px;
	}
	.specialization .acc-element:first-child {
		margin-top: 40px;
	}
	.map .page-title {
		margin: 15px 0 0 0;
	}
	.map #yaframe,
	.map #yaframe iframe {
		height: 365px;
	}
	.page-top { /* breadcrumbs */
		display: none;
	}
	.page-title{
		font-size: 24px;
		line-height: 28px;
	}
	.doctor__pic{
		margin-right: 0;
	}
	.page-header {
		padding-top: 5px;
		padding-bottom: 15px;
	}
	.page-header .doctor__pic img{
		width: 180px;
		height: 180px;
		border-right-width: 0;
	}
	.page-header .doctor__spec_desktop{
		display: none;
	}
	.page-header .doctor__spec_mobile{
		display: block;
		font-size: 18px;
		font-weight: 600;
	}
	.page-header .doctor__rating{
		max-width: unset;
		border-bottom-width: 1px;
		border-style: solid;
		border-color: var(--main-page-color);
	}
	.page-header .doctor {
		flex-direction: column;
	}
	.page-header .clinic p.clinic__icon::before {
		background-image: url("./images/header-location-mobile.svg");
		width: 40px;
	}
	.page-header .clinic {
		margin: 16px 0 0 0;
	}
	.experts .clinic .clinics {
		margin-top: 10px;
		flex-direction: column;
		margin-bottom: 20px;
	}
	.experts .clinic .clinic__item {
		margin-bottom: 5px;
		margin-right: 0;
	}
	.experts .clinic .clinics img {
		left: 0;
	}
	.experts .clinic .clinics .clinics-name {
		left: 0;
	}
	.doctor__info {
		width: 100%;
	}
	.doctor__info-wrap{
		justify-content: unset;
		flex-direction: column;
		margin-top:10px;
	}
	.doctor__info-wrap .right-side{
		margin-top:10px;
		margin-right: 0;
	}
	.specialization .bg .main-text {
		width: 100%;
		margin-bottom: 15px;
	}
	.specialization .table-wrapper {
		overflow-x: scroll;
	}
	.education-table {
		min-width: 800px;
	}
}
@media (min-width: 1025px) {
	.specialization label[for=mobile-tab-1] .btn-new,
	.specialization label[for=mobile-tab-2] .btn-new {
		display: none;
	}
	.specialization .mobile-tab-option {
		height: unset;
	}
}
@media (max-width: 1024px) {
	.specialization {
		padding-top: 45px;
	}
	.specialization .mobile-tab-option {
		width: 100%;
	}
	.specialization label[for=mobile-tab-1] .btn-new,
	.specialization label[for=mobile-tab-2] .btn-new {
		position: absolute;
		right: 5px;
	}
	.specialization .mobile-tab-option:not(.active) {
		max-height: 0;
		transition: max-height 0.25s ease-in;
	}
	.specialization .mobile-tab-option {
		overflow: hidden;
		max-height: 1450px;
		transition: max-height 1s ease-in-out;
	}
	.specialization .page-title.mobile-tab {
		width: 100%;
		float: left;
		font-size: 28px;
		padding-right: 50px;
	}
	.tabs__head__item {
		padding: 0 35px;
		min-height: 48px;
	}
	.specialization-list {
		column-count: 1;
	}
	.specialization-list li {
		width: 100%;
	}
	.specialization .bg .substrate {
		position: inherit;
		padding: 15px !important;
		min-width: unset !important;
		left: 0;
		-webkit-box-shadow: 0px 10px 6px -5px rgba(34, 60, 80, 0.5);
		-moz-box-shadow: 0px 10px 6px -5px rgba(34, 60, 80, 0.5);
		box-shadow: 0px 10px 6px -5px rgba(34, 60, 80, 0.5);
		width: calc( 100% + 30px );
		margin-left: -15px;
	}
	.specialization .bg .main-text {
		width: 100%;
	}
	.specialization .bg {
		padding: 15px 0 30px 0;
		-webkit-box-shadow: unset;
		-moz-box-shadow: unset;
		box-shadow: unset;
	}
}
@media (max-width: 1000px) {
	.specialization .bg .substrate {
		min-width: 260px;
		padding: 20px 25px 25px 30px;
	}
}
@media (max-width: 1200px) {
	.specialization .bg .substrate {
		min-width: 330px;
		padding: 20px 25px 25px 40px;
	}
	.schedule table tbody td {
		padding: 21px 3px 21px 3px;
	}
	.specialization {
		padding-top: 40px;
	}
	.specialization .table-wrapper {
		margin-bottom: 40px;
	}
	.education-table {
		font-size: 16px;
		line-height: 18px;
	}
	.education-table td {
		padding: 8px 0;
	}
	.education-table td:not(:last-child) {
		padding-right: 10px;
	}
	.callback-widget-wrapper {
		padding-top: 40px !important;
	}
	.container__coweb_prices_v2 {
		margin-top: 0 !important;
	}
}

.section {
	padding : 0!important;
}
.section__row {
	margin-top: 20px;
}
.rtj-tabs {
	position: relative;
	max-width: 810px;
}
.rtj-tabs .services-in-zelenograd {
	font-size: 16px;
	position: absolute;
	right: 0;
	top: 0px;
	text-transform: none;
	border: 1px solid #e9f7f7;
	-webkit-box-shadow: 0 3px 8px rgba(138,180,70,0.2);
	box-shadow: 0 3px 8px rgba(138,180,70,0.2);
	color: #8ab446;
	display: inline-block;
	vertical-align: middle;
	border-radius: 1.5rem;
	background-color: #fff;
	padding: .8rem;
	white-space: nowrap;
	font-size: .875rem;
	line-height: .875rem;
	font-family: "HelveticaNeueCyr";
	cursor: pointer;
	padding-right: 40px;
}
.rtj-tabs .services-in-zelenograd:hover, .rtj-tabs .services-in-zelenograd.active {
	color: #fff;
	background: #8ab446;
}
.rtj-tabs .services-in-zelenograd.active:hover {
	color: #8ab446;
	background: #fff;
}
.rtj-tabs .services-in-zelenograd:after {
	content: url('images/square-regular.svg');
	right: 12px;
	top: 50%;
	position: absolute;
	width: 18px;
	height: 18px;
	filter: invert(42%) sepia(70%) saturate(1501%) hue-rotate(57deg) brightness(102%) contrast(50%);
	margin-top: -9px;
}
.rtj-tabs .services-in-zelenograd.active:after {
	content: url('images/check-square-regular.svg');
	right: 12px;
	top: 50%;
	width: 18px;
	height: 18px;
	position: absolute;
	filter: invert(99%) sepia(70%) saturate(1501%) hue-rotate(187deg) brightness(102%) contrast(100%);
	margin-top: -9px;
}
.rtj-tabs .services-in-zelenograd.a-load:after {
	width: 22px !important;
	height: 22px !important;
	margin-top: -10px !important;
	background: url(images/tail-spin-1.svg);
	content: '' !important;
	background-size: contain;
	background-repeat: no-repeat;
}
.rtj-tabs .services-in-zelenograd:hover:after {
	filter: invert(99%) sepia(70%) saturate(1501%) hue-rotate(187deg) brightness(102%) contrast(100%);
}
.rtj-tabs .services-in-zelenograd.active:hover:after {
	filter: invert(42%) sepia(70%) saturate(1501%) hue-rotate(57deg) brightness(102%) contrast(50%);
}
@media screen and (max-width: 780px) {
	.rtj-tabs .services-in-zelenograd {
		display: block;
		position: relative;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.rtj-tabs .link {
		width: 100%;
	}
}

.schedule__select {
    /*width: fit-content;*/
    background-color: rgba(241, 141, 24, .05);
    border: 1px solid rgba(241, 141, 24, .5);
    background-position: calc(100% - 5px) 5px, calc(100% - 5px) 5px, 100% 0;
    background-size: 38px;
    background-repeat: no-repeat;
    border-radius: 24px;
    /*width: 100%;*/
    min-width: 200px;
    height: 50px;
    padding-left: 15px;
    padding-right: 50px;
    font-size: 18px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    overflow: visible;
    cursor: pointer;
    z-index: 10;
    outline: 0;
    display: block;
}
.schedule__select:after {
    position: absolute;
    top: 6px;
    right: 5px;
    z-index: 5;
    pointer-events: none;
    background: url("./images/icon-arrow-down.svg") 0 0 repeat;
    width: 38px;
    height: 38px;
    content: "";
    transition: all .3s;
    transition-timing: ease-in-out;
}