<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.doctor-card__upper--block .doctor-card__upper--info ul li .name{
	color:#004288;
	line-height: 24px;
}
.doctor-card__upper--info ul li.specializ:before{
	content: '';
	background: url("/local/templates/kit/img/icon/icon-1.png");
    width: 24px;
    height: 24px;
    margin-right: 20px;	
}
.doctor-card__upper--info ul li.priem_pacient:before{
	content: '';
	background: url("/local/templates/kit/img/icon/icon-2.png");
    width: 24px;
    height: 24px;
    margin-right: 20px;	
}
.doctor-card__upper--info ul li.vrach_stazh:before{
	content: '';
	background: url("/local/templates/kit/img/icon/icon-3.png");
    width: 24px;
    height: 24px;
    margin-right: 20px;	
}
.doctor-card__upper--info ul li.price_priem:before{
	content: '';
	background: url("/local/templates/kit/img/icon/icon-4.png");
    width: 24px;
    height: 24px;
    margin-right: 20px;	
}
.doctor-card__upper--info ul li.closest_date:before{
	content: '';
	background: url("/local/templates/kit/img/icon/icon-5.png");
    width: 24px;
    height: 24px;
    margin-right: 20px;	
}
.doctor-card__upper--block .doctor-card__upper--info ul li.closest_date .desc{
	color:#DF2E1E;
}
.shedule_block{
	background: #FFFFFF;
	box-shadow: 0px 3px 40px rgba(61, 103, 158, 0.1);
	border-radius: 10px;	
	/*padding: 32px 43px;*/
	margin-top: 35px;
}
.shedule_slider_day{
/*	-ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
	display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;	
	position: relative;*/
	
	
    display: flex !important;
    position: relative;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    justify-content: start;
    max-width: 100%;
}
.shedule_slider_day .day_item.hidden{
	display: none;
}
.shedule_slider_day .day_item.disabled{
	color:rgba(123, 137, 159, 0.5);
}

.shedule_slider_day .day_item{
/*	-webkit-box-flex: 0;
    -ms-flex: 0 0 14.285%;
    flex: 0 0 14.285%;
    max-width: 14.285%;
    display: block;		
	padding:18px 10px;
	font-weight: 500;
	font-size: 14px;
	z-index: 1;*/
	
	padding: 18px 10px;
    font-weight: 500;
    font-size: 14px;
    z-index: 1;
    display: flex;	
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;	
cursor: pointer;
}
.shedule_slider_day:after {
	content: "";
    border: 1px solid #E4EBF6;
    border-radius: 5px;
    position: absolute;
    width: 100%;
    height: 100%;
	z-index: 0;
	display: none;
}
.shedule_slider_day .day_item.active{
    z-index: 1;
    background: #fff;	
	font-size: 15px;
	color: #004288
}
.shedule_slider_day .day_item.active:after{
    content: "";
    box-shadow: 0px 0px 12px #cedbec;
    border-radius: 5px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	border: none;
}
.shedule_slider_day .day_item:after{
    content: "";
    position: absolute;
    border-right: 1px solid #D6DBE5;
    right: 0;
    height: 20px;
}
.shedule_slider_day .day_item:last-child:after{
	border-right:none; 
}
.shedule_slider_day .day_item {
    position: relative;
}
.shedule_slider_day .slick-current .day_item{
	 
}
.top_shedule_block{
	font-size: 18px;
	font-weight: 500;
	padding: 32px 43px;
	position: relative;
	box-shadow: 0px 3px 40px rgba(61, 103, 158, 0.1);
}
.bot_shedule_block{
	font-size: 18px;
	font-weight: 500;
	padding: 32px 43px;
	position: relative;	
}
.shedule_slider_day .slick-list{
	z-index: 1;
}
.shedule_slider_day .slick-track{

}

.time_for_day{
	display: none;
}
.time_for_day.active{
	display: block;
	-ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
    display: -ms-flexbox !important;
    display: flex !important;		
}
.shedule_slider_time{
	margin-top: 30px;		
}
.time_block{
	display: flex !important;
	-webkit-box-flex: 0;
    -ms-flex: 0 0 78%;
    flex: 0 0 78%;
	justify-content: start;
    max-width: 78%;
	margin-right: 2%;
    flex-wrap: wrap;	
}
.time_btn_block{
	-webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;	
}
.time_btn_block .page__btn--main{
    background-color: #df2e1e;	
}
.shedule_slider_day_wrap{
    border: 1px solid #E4EBF6;
    overflow: auto;	
}

/* width */
.time_block::-webkit-scrollbar {
  width: 5px;
  height: 3px;		
}

/* Track */
.time_block::-webkit-scrollbar-track {
  background: #f1f1f1;
	width: 20%;
}

/* Handle */
.time_block::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.time_block::-webkit-scrollbar-thumb:hover {
  background: #555;
}


/* width */
.shedule_slider_day_wrap::-webkit-scrollbar {
  width: 5px;
  height: 3px;		
}

/* Track */
.shedule_slider_day_wrap::-webkit-scrollbar-track {
  background: #f1f1f1;
	width: 20%;
}

/* Handle */
.shedule_slider_day_wrap::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.shedule_slider_day_wrap::-webkit-scrollbar-thumb:hover {
  background: #555;
}




.time_block &gt; div{
    display: flex;
    border-radius: 5px;
    margin-bottom: 2%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 18%;
    flex: 0 0 18%;
    max-width: 18%;
    min-height: 44px;
    align-items: center;
    margin-right: 2%;
    align-self: center;
    justify-content: center;
cursor: pointer;
}
.time_block &gt; div.active{
	background: #004288;
	color:#fff;
}
.time_block &gt; div.reserved{
	background: #E4EBF6;
	color:#7B899F;
}
.time_btn_block .page__btn{
    padding-top: 8px;
    padding-bottom: 8px;
    min-width: 100%;
    font-size: 13px;
	margin-bottom: 8px;
}
.collapse_shedule{
    content: "";
    display: block;
    position: absolute;
    right: 33px;
    width: 6px;
    height: 6px;
    border-width: 1px;
    border-style: solid;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #005EB8;
    border-right-color: #005EB8;
    top: 50%;    
    -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
    -o-transform: translateX(0) translateY(-50%) rotate(45deg);
	transform: translateX(0) translateY(-50%) rotate(45deg);
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;	
	outline: none;
}
.collapse_shedule.active{
    -webkit-transform: translateX(0) translateY(-50%) rotate(225deg);
    -moz-transform: translateX(0) translateY(-50%) rotate(225deg);
    -ms-transform: translateX(0) translateY(-50%) rotate(225deg);
    -o-transform: translateX(0) translateY(-50%) rotate(225deg);
	transform: translateX(0) translateY(-50%) rotate(225deg);	
}
.left__shedule{
	border-bottom: 1px solid #B8C1CF;	
}
.page h2.left__block_heading{
	font-weight: 500;
	font-size: 28px;
	margin:35px 0;
}
.left__block .text_block{
	color: #525252;	
}
.left__block .text_block ul{  
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;	
  padding:0;
  margin:24px 0 0 0;	
}
.left__block .text_block.one-column ul{
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;		
}
.left__block .text_block ul li{
	list-style: none;	
    position: relative;
    padding-left: 35px;	
	margin-bottom: 21px;
	font-weight: 500;
	font-size: 18px;
	color: #1E1E1E;
}
.left__block .text_block ul li:before{
    content: "";
    background: url(/local/templates/kit/img/li-icon.png)no-repeat;
    width: 21px;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
}
.left__block{
	border-bottom: 1px solid #B8C1CF;	
}
.doctor-card__block .right__nav ul li a{
	color: #8998AF;
	font-weight: 400;
}
.doctor-card__block .right__nav ul li.active a{
	color: #005EB8;
	font-weight: 500;
}
.doctor-card__block .left__block{
    padding-top: 0;	
	position: relative;
}
.left__block .collapse{
    content: "";
    display: block;
    position: absolute;
    right: 33px;
    width: 7px;
    height: 7px;
    border-width: 1px;
    border-style: solid;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #DF2E1E;
    border-right-color: #DF2E1E;
    top: 15px;    
    -webkit-transform: translateX(0) translateY(-50%) rotate(225deg);
    -moz-transform: translateX(0) translateY(-50%) rotate(225deg);
    -ms-transform: translateX(0) translateY(-50%) rotate(225deg);
    -o-transform: translateX(0) translateY(-50%) rotate(225deg);
	transform: translateX(0) translateY(-50%) rotate(225deg);
    transition: all 0.4s ease-in 0s;
    -webkit-transition: all 0.4s ease-in 0s;
    -moz-transition: all 0.4s ease-in 0s;
    -ms-transition: all 0.4s ease-in 0s;
    -o-transition: all 0.4s ease-in 0s;		
	outline: none;
}
.left__block.hide &gt; .collapse{
    border-bottom-color: #005EB8;
    border-right-color: #005EB8;
    -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
    -o-transform: translateX(0) translateY(-50%) rotate(45deg);
	transform: translateX(0) translateY(-50%) rotate(45deg);	
	outline: none;
}
.equip_slider{
    margin-left: -20px;
    margin-right: -20px;	
}
.equip_slider_items{
	padding: 20px 20px;	
}
.equip_slider .slick-track
{
    display: flex !important;
}
.equip_slider .slick-slide
{
    height: inherit !important;
}
.items_wrap{
	padding:17px 32px;
	background: #FFFFFF;
	box-shadow: 0px 3px 30px rgba(61, 103, 158, 0.1);
	border-radius: 16px;
	height: 100%;
}
.equip_img{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
    padding-left: 0.625em;
    padding-right: 0.6265em;
    display: flex;
    align-items: center;
    justify-content: center;
}
.equip_text{
	position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    display: block;
    padding-left: 0.625em;
    padding-right: 0.6265em;

}
.equip_type{
	position: absolute;
    top: 10px;
    right: 0;	
	color: #DF2E1E;
	font-weight: 500;
	font-size: 12px;	
	padding: 7px 14px;
	background: #EEF4FB;
	border-radius: 3px;	
}
.equip_heading{
	color: #004288;	
	font-weight: 500;
	font-size: 18px;
	width: calc(100% - 40px);
}
.equip_text .text{
	color: #7B899F;
	font-weight: 500;
	font-size: 12px;	
	line-height: 18px;
}
.equip_text .text ul{
	padding: 0;
	margin: 0;
}
.equip_text .text ul li{
	list-style: none;
	position: relative;
	padding-left: 12px;	
	margin-bottom: 15px;
}
.equip_text .text ul li:before{
	content: "";
    background: #DF2E1E;
    height: 3px;
    width: 3px;
    position: absolute;
    left: 0;
    top: 7px;
	border-radius: 25px;
}
.arrows_block{
	margin-top:10px;
}
.arrows_block .arrow{
	display: inline-block;
}
.equip-count_number{
	display: inline-block;
	margin: 0 20px;
}

.left__block .text_block ol{
	counter-reset: myCounter;
	padding: 0;
	margin: 0 0 40px 0;
}

.left__block .text_block ol li{
    list-style: none;
    color: #525252;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    margin-bottom: 13px;
    padding-top: 2px;
	
}

.left__block .text_block li:before {
	counter-increment: myCounter;
    content: counter(myCounter);
    color: #005EB8;
    font-weight: 500;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 0px;	
}
.w-400{
	font-weight: 400;	
}
.left__block .btn_block_text .page__btn{
	padding-top: 1.1125rem;
    padding-bottom: 1.1125rem;
}
.btn_block_text .close_date{
	display: inline-block;
	color:#DF2E1E;
	font-weight: 500;
	font-size: 15px;	
}
.close_date{
	padding-top: 1.1125rem;
    padding-bottom: 1.1125rem;	
	margin-left:30px;
}
.close_date i{
    display: inline-block;
    vertical-align: middle;	
	margin-right: 5px;
}
.cert_slider{
	margin-left: -15px;
    margin-right: -15px;	
}
.cert_slider_items{
	padding: 15px;	
}
.cert_slider_items .image{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	position: relative;
	border-radius: 5px;
}
.cert_slider_items .image::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(11.04%, rgba(255, 255, 255, 0)), color-stop(59.52%, rgba(255, 255, 255, 0.778491)), color-stop(99.99%, #FFFFFF), color-stop(100%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 11.04%, rgba(255, 255, 255, 0.778491) 59.52%, #FFFFFF 99.99%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
}
.cert_slider_items .image img{
	opacity: 0;
	visibility: hidden;
}
.cert_heading{
	z-index: 1;
    position: absolute;
    font-weight: 500;
    font-size: 14px;
    line-height: 22px;
    bottom: 0;
    padding: 0 20px;
    margin-bottom: 20px;
}
.cert_slider_wrap{
	position: relative;
	padding: 0 65px;
}
.cert_block{
	position: relative;
}
.cert_slider_wrap &gt; .arrow__prev_cert, .cert_slider_wrap &gt; .arrow__next_cert{
	position: absolute;
	top: 60px;
}
.cert_slider_wrap &gt; .arrow__prev_cert{
	left:0;
}
.cert_slider_wrap &gt; .arrow__next_cert{
	right:0;
}
.arrows_block_cert{
	display:none;
}
.arrow__prev_cert{
	display:inline-block;
}
.arrow__next_cert{
	display:inline-block;	
}
.cert-count_number{
	display:inline-block;
    width: calc(100% - 92px);
    text-align: center;	
}
.collapse_block{
	margin-top:45px;
    max-height: 300px;
    overflow: hidden;	
	position: relative;
}
.collapse_block:before{
	content:"";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;	
	background: rgb(235,243,252);
	background: -webkit-linear-gradient(270deg, rgba(235,243,252,1) -75%, rgba(82,82,82,0) 100%);
	background: -o-linear-gradient(270deg, rgba(235,243,252,1) -75%, rgba(82,82,82,0) 100%);
	background: linear-gradient(360deg, rgba(235,243,252,1) -75%, rgba(82,82,82,0) 100%);
}
.show_collapse_block{
	margin-top: 20px;
}
.collapse_block.active{
	max-height: inherit;
    overflow: inherit;	
}
.collapse_block.active:before{
	display: none;
}
.collapse_block ul{
	margin:0;
	padding: 0;
	padding-left: 20px;
	padding-top: 10px;
}
.collapse_block ul li{
	line-height: 25px;
	padding-bottom: 10px;
}
.fotovid_slider{
	margin-left: -15px;
    margin-right: -15px;	
}
.fotovid_slider_items{
	padding: 15px;	
	position: relative;
}
.fotovid_img:before{
	content: "";
	position: absolute;
	height: 100%;
    width: 100%;
background: linear-gradient(180deg, rgba(255, 255, 255, 0) 11.04%, rgba(255, 255, 255, 0.778491) 59.52%, #FFFFFF 99.99%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 0) 100%);
	border-radius: 5px;	
}
.fotovid_img img{
	opacity:0;
	visibility: hidden;
} 
.fotovid_img{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;	
	border-radius: 5px;	
	filter: grayscale(100%); 
    height: 100%;	
} 
.fotovid_img a{
    position: relative;
    z-index: 10;	
}
.fotovid_heading{
	position: absolute;
	bottom:35px;
	left: 35px;
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	color: #004288;	
    max-width: 70%;
    display: block;	
}
.fotovid_play{
	position: absolute;
	bottom:35px;
	right: 35px;
	border-radius: 25px;
	background: #fff;
	padding: 17px;
}
.fotovid_play img{
	margin-left: 2px;
}
.fotovid_slider .slick-track {
    display: flex !important;
}
.fotovid_slider .slick-slide {
    height: inherit !important;
}
.fotovid-count_number {
    display: inline-block;
    margin: 0 20px;
}

.left__reviews--slider_2{
	margin-left: -15px;
    margin-right: -15px;		
}
.left__reviews--slider_2 .item{
	padding: 15px;	
}
.left__reviews .left__reviews--bottom {
    display: block;
}
.js-left-reviews_count_2{
    display: inline-block;
    width: calc(100% - 92px);	
}
.main__reviews--cart{
	position: relative;
}
.main__reviews--cart .date{
	position: absolute;
    top: 44px;
    right: 20px;
}
.doc_uslugi_block{
	margin-top:90px;
}

.page .doc_uslugi_block h2{
	font-weight: 500;
	font-size: 34px;	
}
.slider_uslug{
	margin-top:45px;
	margin-bottom:45px;
}
.doc_uslugi_block .d-flex {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.slider_uslug{
	margin-left: -15px;
    margin-right: -15px;	
}
.slider_uslug .item{
	padding: 15px;	
}
.arrow__prev_usluga, .arrow__next_usluga {
    margin-left: 0.625em;
}
.slider_uslug .cart-section {
    -webkit-filter: drop-shadow(0px 3px 10px rgba(61, 103, 158, 0.1));
    filter: drop-shadow(0px 3px 10px rgba(61, 103, 158, 0.1));
}

.js-left-uslugi-count_number{
    display: inline-block;
    width: calc(100% - 112px);	
}
.js-left-uslugi_count{
	width: 100%;
}
.uslugi_arrows{
	display:block;
}
.doc_price_list{
	position: relative;
}
.doc_price_list .accordion__body{
	display: block;
    border: 1px solid rgba(0, 0, 0, 0.1);
	background: #fff;
	box-shadow: 0px 3px 40px rgba(61, 103, 158, 0.1);
	border-radius: 5px;	
	margin-top:40px;
}
.doc_price_list .accordion__body .block:first-child{
	border-top:none;
}
.doc_price_list .accordion__body .block:last-child{
	border-bottom:none;
}
.page .doc_price_list h2{
	font-weight: 500;
	font-size: 34px;	
}
.doc_price_list_disclaimer{
	color: #8998AF;	
	font-weight: 500;
	font-size: 20px;	
	position: absolute;
    top: 5px;
    right: 0;
    margin: 0;	
}
.main__prof--block .cart__prof--desc .date{
	opacity: 1;
}
.cart__prof .sign-up{
	font-weight: 500;
    outline: none;
    border: none;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    font-size: 0.875em;
    color: #fff;
    position: relative;
    padding: 1.3125em 1.875em;
    background: #004288;
	border-radius: 5px;	
    min-width: calc(100% - 157px);
    text-align: center;
    margin-right: 28px;
}
.cart__prof .sign-up::before {
    display: none;
}
.cart__prof .sign-up span{
	display: inline-block;
}
.cart__prof .sign-up i{
	font-style: normal;
    display: inline-block;
    vertical-align: middle;	
}
.no-wrap{
	white-space: nowrap;
}
.main__reviews--doc{
	margin-bottom: 1.25rem;
}
.left__block.hide &gt; .left_block_wrap{
	opacity: 0;
	visibility: hidden;
	height: 0;
	padding: 0;
    transition: all 0.1s ease-in 0s;
    -webkit-transition: all 0.1s ease-in 0s;
    -moz-transition: all 0.1s ease-in 0s;
    -ms-transition: all 0.1s ease-in 0s;
    -o-transition: all 0.1s ease-in 0s;		
}
.left__block .left_block_wrap{
    padding-bottom: 3.6875em;	
}
.left .left__block{
	padding-bottom: 0;
}
.cart__prof--name{
	position: relative;
}
.cart__prof .cart__prof--name span{
	font-weight: 500;
	font-size: 12px;	
	color: #8998AF;
	padding: 10px 8px;
	background: #fff;
	border-radius: 5px;
	display:inline-block;
    position: absolute;
    top: 0;
    right: 0;	
}
.shedule_block_mobile{
	display:none;
}
.shedule_form .select {
    position: relative;
}
.shedule_form .select::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    width: 7px;
    height: 7px;
    right: 0.8175em;
    border-bottom: 1px solid #1e1e1e;
    border-right: 1px solid #1e1e1e;    
    -webkit-transform: translateX(0) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(0) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(0) translateY(-50%) rotate(45deg);
    -o-transform: translateX(0) translateY(-50%) rotate(45deg);
	transform: translateX(0) translateY(-50%) rotate(45deg);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.shedule_form select {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid rgba(61, 103, 158, 0.2);    
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
	border-radius: 5px;
    height: 52px;
    padding-left: 0.9375em;
    padding-right: 1.5em;
    font-size: 0.875em;
    color: #1e1e1e;
    line-height: 1.45;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: 0px 3px 40px rgb(61 103 158 / 10%);
    box-shadow: 0px 3px 40px rgb(61 103 158 / 10%);
}
.shedule_form{
	margin: 45px 0 15px 0;
}
.heading{
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 15px;
}
.form_block{
	margin-bottom: 30px;
}
.equip-count_number{
	display: none;
}
.fotovid-count_number{
	display: none;
}
.mobile_other_doc{
	display:none;
}
.mobile_other_doc .item{

}
.mobile_other_doc .cart__prof{
	background: #fff;
	box-shadow: 0px 0px 40px #CEDBEC;
	border-radius: 5px;	
	padding:20px;	
	/*height: 100%;*/
	margin-bottom: 20px;
}
.mobile_other_doc .v_kat{
	font-weight: 500;
	font-size: 12px;
	color: #005EB8;
	margin-bottom:13px;
	display:inline-block;
	min-height: 15px;
}
.mobile_other_doc .cart__prof--name{
	font-size: 16px;
	margin-bottom: 13px;
}
.mobile_other_doc .cart__prof--img_mob .image{    
    border-radius: 50%;
    max-width: 46px;
    max-height: 46px;
    background-size: cover;
	background-color: #D9D9D9;
}
.mobile_other_doc .cart__prof--img_mob img{
	opacity: 0;
	visibility: hidden;
}
.cart__prof--img_mob{
    position: absolute;
    border: 1px solid #005EB8;
    border-radius: 50%;
    padding: 7px;
    background: #fff;
	z-index: 1;
    top: 0;
    right: 0;
}
.cart__prof--wrap{
	position:relative;
}
.mobile_other_doc .post{
	margin-bottom: 18px;
	font-size: 14px;
	color: #8998AF;
	min-height: 35px
}
.mobile_other_doc {
	margin-left: -1.875em;
    margin-right: -1.875em;
}
.mobile_other_doc .item {
    padding: 1.875em;
}
.mobile_other_doc .slick-track {
    display: flex !important;
}
.mobile_other_doc .slick-slide {
    height: inherit !important;
}
.mobile_other_doc .cart__prof--desc .sign-up{
    padding: 14px 47px;
    min-width: inherit;
}
.mobile_other_doc .cart__prof--desc .date{
	display:inline-block;
}
.main__prof .cart__prof--desc .sign-up{
	display:inline-block;
}
.main__prof .mobile_other_doc{
	display:none;
} 
.cart__prof--flex .post{
	min-height: 35px;
}
.shedule_form .form_block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 20px;
}
.schedule_form .form_group input[type="text"]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #7B899F;
  opacity: 1; /* Firefox */
}
.schedule_form .form_group input[type="text"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #7B899F;
}
.schedule_form .form_group input[type="text"]::-ms-input-placeholder { /* Microsoft Edge */
  color: #7B899F;
}
.form_group lable span{
	color:#df2e1e;
}
.warn{
	color:#df2e1e;
}
@media (min-width: 1024px){
	.doctor-card__block .left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 70%;
		flex: 0 0 70%;
		max-width: 70%;
	}
}
@media (min-width: 680px){
	.main__reviews--cart .date{
		top: 50px;
		right: 50px;
	}	
}
@media (min-width: 576px){
	.doctor-card__upper--block .doctor-card__upper--info ul li .desc {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 calc(65% - 45px);
    	flex: 0 0 calc(65% - 45px);
    	max-width: calc(65% - 45px);
		font-size: 1rem;
		line-height: 24px;
	}	
	.uslugi_slider_bottom{
		display:none;
	}
	
}

@media (min-width: 480px){
	.slider_uslug  .cart-section {
		min-height: 166px;
	}
}
@media (max-width: 1000px){
	.equip-count_number{
		display: inline-block;
		width: calc(100% - 132px);
		text-align: center;
	}
}
@media (max-width: 860px){
	.left__block .left_block_wrap{
		padding-bottom: 2.6875em;
	}
	.left__block .btn_block_text .page__btn{
    	display: inline-block;
    	min-width: calc(100% - 160px);		
	}
	.left__block .btn_block_text{
		margin-top:30px;
	}
	.page h2.left__block_heading, .page .doc_uslugi_block h2{
		font-size:22px;
	}
	.left .left__reviews{
		padding-bottom: 15px;
	}
	
	.doc_uslugi_block {
		margin-top: 0px;
	}
	.main__prof .main__prof--block{
		padding-top:0;
		padding-bottom: 0;
	}
	.main__prof .mobile_other_doc{
		display:block;
	} 
	/*.main__prof .js-main-prof_slider{
		display:none;
	}*/
	.mobile_other_doc{
		display:block;
	}	
	.slider_uslug{
		margin-top: 35px;
		margin-bottom: 25px;		
	}	
	.uslugi_arrows{
		display:none;
	}	
	.left__reviews--bottom.uslugi_slider_bottom{
		display: block;
	}	
	.doc_price_list_disclaimer{
		color: #8998AF;
		font-weight: 500;
		font-size: 14px;
		position: static !important;	
		margin: 15px 0 0 0;
	}
	.fotovid-count_number{
		display: inline-block !important;
		width: calc(100% - 132px);
		text-align: center;
	}
	.cert_slider_wrap &gt; .arrow__prev_cert, .cert_slider_wrap &gt; .arrow__next_cert{
		display: none !important;
	}	
	.cert_slider_wrap{
		padding: 0 !important;	
	}
	.arrows_block_cert{
		display:block;
	}
	.shedule_block{
		display: none;
	}
	.shedule_block_mobile{
		display:block;
	}
	.doctor-card__upper .doctor-card__upper--block .d-flex{
		position: relative;
	}
	.doctor-card__upper .doctor-card__upper--block .box:first-child {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 38%;
		flex: 0 0 38%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		padding-bottom: 0;
		margin-bottom: 0;
		position: absolute;
		top: 0;
		right: 0;	
		max-width: 95px;
		padding: 10px;
		border: 1px solid #005EB8;
		border-radius: 50%;		
		
	}
	.doctor-card__upper .doctor-card__upper--block .box {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		padding-bottom: 2.5em;
	}
	.doctor-card__upper--block .doctor-card__upper--info  ul li:before	{
		display: none;
	}
	.doctor-card__upper--block .doctor-card__upper--info ul li .name {
		color: rgba(0, 0, 0, 0.6);
	}
	.doctor-card__upper--block .doctor-card__upper--info ul li.closest_date .desc{
		color:#1E1E1E;
	}
	.doctor-card__upper--bottom .form__doctor-card--box {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 0;
	}
	.doctor-card__upper--block .box .image{
		position: relative;
		background-size: cover;
		max-height: 75px;
		border-radius: 50%;
		background-color: #D9D9D9;
	}
	.doctor-card__upper--block .box .image img{				
		opacity: 0;
	}
	.doctor-card__upper--block h1{
		max-width: calc(100% - 100px);
		display:block;
	}
	.left__block .text_block ul{
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
}
@media (max-width: 1200px){
	.right {
		display: none !important;
	}
	.doctor-card__block .left {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}	
}
@media (max-width: 1750px){
	.tab_clinik{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100% !important;
		flex: 0 0 100% !important;
		max-width: 100% !important;		
	}	
}</pre></body></html>