body a {
    color: #0097B3;
    text-decoration: none;
}
.header_phone{
	background:#0097B3;
	border-radius:88px;
	padding:0 30px;
	height:38px;
	line-height:38px;
}
.header_phone a{
	color:#fff;
	line-height:38px;
	font-size:18px;
}
.header_phone a:hover{
	color:#eee;
}
.navbar .wa a.btn {
	height:38px;
	width:38px;
	text-align:center;
	line-height:38px;
}
.navbar .login a.btn {
	height:38px;
	text-align:center;
	line-height:38px;
	border-radius:88px;
	padding:0 30px;
}
.footer{
	padding:60px;
}
.footer_slogan{
	margin-top:40px;
	font-size:42px;
	line-height:108%;
	font-weight:600;
}
.footer_slogan span{
	display:block;
}
.footer_slogan_text{
	margin-top:20px;
	font-weight:300;
	font-size:17px;
	max-width:430px;
}
.footer_links a{
	display:block;
	margin-bottom:12px;
	font-size:17px;
}
.footer .btn.btn-social {
	background: #F1621B;
}
.footer_contacts{
	position:relative;
}
.footer_social_block{
	position:absolute;
	bottom:10px;
}
.contacts_list{
    display: flex;
    align-items: center;
    column-gap: 15px;
    justify-content: start;
}
.contacts_info{
	font-weight:300;
	font-size:17px;
}
.contacts_info .address{
	font-weight:400;
	margin-bottom:6px;
}
.contacts_info a{
	color:#0B0A07;
}
#main_banner .container{
	padding-top: 70px !important;
	position: relative;
}
#main_banner .bg_big_banner_img {
    background: url(/local/templates/main/img/main_banner.png) no-repeat right top;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 583px;
    top: 15px;
}
.big_banner_action{
	border-radius:13px;
	min-height: 304px !important;
	padding:15px;
	position:relative;
	margin: 0 6px;
}
.action_title{
	color: var(--dark);
	font-size:21px;
	font-weight:500;
	line-height:108%;
	margin-bottom:10px;
	max-width:220px;
}
.action_description{
	color: var(--dark);
	font-size:17px;
	font-weight:300;
	font-style:italic;
	line-height:108%;
	max-width:220px;
	font-family: SFUITEXT_LIGHT_ITALIC;
}
.big_banner_action.DARK .action_title, .big_banner_action.DARK .action_description{color:#fff;}
.action_btns{
	position:absolute;
	left:15px;
	bottom:25px;
}
.action_old_price{
	background:#F1F1F1;
	color:#868686;
	border-radius:4px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 7px 0;
    width: 125px;
}
.action_new_price{
	background:#F1621B;
	color:#fff;
	border-radius:4px;
	display:flex;
	align-items:center;
	justify-content:center;
	padding: 7px 0;
    width: 125px;
	margin-top:-2px;
}
.big_banner_action.DARK .action_old_price, .big_banner_action.DARK .action_new_price{color:#0097B3;}
.big_banner_action.DARK .action_old_price{background:#006D81;}
.big_banner_action.DARK .action_new_price{background:#fff;}
#main_banner .slick-prev, #main_banner .slick-next{
	border:1px solid #0097B3;
	border-radius:50%;
	background:#fff;
	color: #0097B3;
	font-size: 0;
    line-height: 0;
    position: absolute;
    top: calc(50% - 23px);
	height:47px;
	width:47px;
	z-index:10;
}
#main_banner .slick-prev{
	background:url(img/arrow.png) no-repeat center center #fff;
	left:-17px;
}
#main_banner .slick-next{
	background:url(img/arrow.png) no-repeat center center #fff;
	transform: rotate(180deg);
	right:-17px;
}
#main_job{
	padding:40px 0 60px;
	position:relative;
}
.main_job_title{
	font-size:42px;
	line-height:99%;
	font-weight:400;
	color:#fff;
}
.main_job_description{
	margin-top:40px;
	color:#fff;
	font-size:17px;
}
.about_list img{
	margin-bottom:15px;
}
.about_list_title{
	font-size:21px;
	font-weight:500;
	margin-bottom:15px;
}
.about_list_description{
	font-size:17px;
	font-weight:300;
}
.row-gap-2{
	row-gap:30px;
}
.row-gap-3{
	row-gap:40px;
}

#main_about{
	margin-top:150px;
	position:relative;
}
#main_about .container{
	position:relative;
}
#main_about .rounded{
	border-radius:45px !important;
}
#main_about .bg_about_image {
    width: 50%;
    height: 524px;
    position: absolute;
    margin-top: -43px;
    margin-left: -15px;
}
#main_about .main_img_block{
    position: relative;
    z-index: 2;
}
.main_about_title{
	width:320px;
	padding:25px;
	font-size:42px;
	line-height:108%;
	font-weight:600;
	color:#fff;
}
.main_about_description{
	width:320px;
	padding:25px;
	font-size:17px;
	font-weight:300;
	color:#fff;
}
#home_visit{
	background:url(/images/home_visit.png) no-repeat center center;
	background-size:cover;
	padding:110px 0;
}
#home_visit .rounded{
	border-radius:45px !important;
	background:#fff;
	padding:25px;
}
.main_home_title{
	width:320px;
	font-size:42px;
	line-height:108%;
	font-weight:400;
	margin-bottom:16px;
}
.main_home_title b{
	font-weight:600;
}
.main_home_description{
	font-size:17px;
	font-weight:300;
	margin-bottom:40px;
}
.home_list{
	display:flex;
	column-gap:10px;
	align-items: center;
}
.home_list_title{
	font-size:17px;
	font-weight:400;
}
.home_list img{
	flex-shrink: 0;
}
#main_slogan{
	margin-top:55px;
	padding-bottom:50px;
}
.main_slogan_title{
	font-weight:400;
	font-size:56px;
	line-height:99%;
}
.main_slogan_description{
	margin-top:20px;
	font-size:17px;
    font-family: SFUITEXT_LIGHT_ITALIC;
}
#main_themes{
	padding:60px 0 0;

}
.wide_hr{
	border-top: 1px solid #0097B3;
	margin:0 auto;
	width:90%;
}
.themes_list{
	height:160px;
	padding:17px;
}
.main_theme_title{
	font-size:21px;
	font-weight:400;
	color:#fff;
	line-height: 108%;
}
#main_services{
	padding:60px 0;
}
.main_services_title{
	font-size:42px;
	line-height:108%;
	font-weight:600;
	margin-bottom:30px;
}
.services_list{
    display: flex;
    align-items: center;
    column-gap: 15px;
}
#main_programs{
    position: relative;
}
#main_programs .container{
    z-index: 2;
    position: relative;
	padding:80px 0;
}
.half-bg{
    position: absolute;
    width: calc(50% - 15px);
    height: 100%;
    z-index: 1;
}
.main_programs_title{
	font-size:42px;
	line-height:108%;
	font-weight:400;
	margin-bottom:30px;
	color:#fff;
}
.main_programs_title b{
	font-family: SFPRO_BOLD;
}
.main_programs_title img{
	display:inline-block;
	padding-right:10px;
}
.main_programs_description{
	max-width:500px;
	font-size:17px;
	font-weight:300;
	color:#fff;
}
.program_list{
	background:#fff;
	border-radius:15px;
	padding:15px;
	height:208px;
}
.program_list img{
	display:inline-block;
	margin-bottom:20px;
}
.program_list_title{
	font-size:21px;
	line-height:106%;
	margin-bottom:10px;
}
.program_list_description{
	color:#525150;
	font-size:17px;
	font-weight:300;
}
#main_tests{
	padding:60px 0;
}
.tabs {
   width: 100%;
	position: relative;
}

/* Стили для списка вкладок */
.tab-header {
    list-style: none;
    padding:4px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    border: 1px solid #eee;
    border-radius: 11px;
	column-gap:4px;
}

/* Стили для вкладки */
.tab-header__item {
   padding: 8px 30px;
   cursor: pointer;
   border: 1px solid #90D02D;
	font-size:17px;
	color:#90D02D;
    border-radius: 8px;
}

/* Стили для активной вкладки */
.tab-header__item.active {
   color: #fff;
   background-color: #90D02D;
}

/* Стиль для списка контейнеров с содержимым вкладок */
.tab-content {
   list-style: none;
   padding: 0;
   margin: 20px 0 0;
}

/* Стили для контейнера с содержимым вкладки. По умолчанию скрыт. */
.tab-content__item {
   display: none;
}

/* Стили для активного контейнера вкладки */
.tab-content__item.active {
   display: block;
}
#main_doctors {
    position: relative;
    min-height: 500px;
    width: 100%;
    overflow: hidden;
}
.main_doctors_title{
	font-size:42px;
	line-height:108%;
	font-weight:600;
	margin-bottom:15px;
}
.main_doctors_description{
	font-size:17px;
	font-weight:300;
}
.doctors_list{
    position: absolute;
    top: 0;
    width: 930px;
    left: 10%;
}
.page_title {
    color: #0097B3;
    margin-top: 44px;
    font-size: 42px;
    line-height: 108%;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}
.home_visit_text{
	background:#F3FAFB;
	border-radius:8px;
	height:100%;
	padding:18px;
}
.home_visit_services{
	list-style-type:none;
	padding-left:0px;
}
.home_visit_services li{
	background:url(/images/li-orange.png) no-repeat left center;
	padding-left:22px;
	margin-bottom:20px;
	line-height:20px;
	font-size:17px;
	font-weight:300;
}
.contacts_text{
	background:#F3FAFB;
	border-radius:8px;
	height:100%;
	padding:18px;
	position:relative;
}
.contacts_text h2{
	font-size:42px;
	line-height:108%;
	font-weight:400;
	color:#0097B3;
	margin-bottom:20px;
}
.contacts_page img.office{
	border:1px solid #0097B3;
	max-width:100%;
}
.contacts_page iframe, .contacts_page img.office{
	border-radius:8px;
}
.contacts_help{
    position: absolute;
    bottom: 18px;
	font-size:17px;
	font-weight:300;
}
#search{
	border:1px solid #0097B3;
	width:100%;
	display:flex;
	border-radius:8px;
	padding:10px 120px 10px 59px;
	margin-bottom:20px;
	position:relative;
	background:url(/images/search.png) no-repeat 14px center #fff;
}
#search_input{
	height:50px;
	border:none;
	line-height:50px;
	width:100%;
	outline:none;
}
#search button {
    background: #0097B3;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 20px;
    padding: 15px 30px;
    border-radius: 4px;
	font-weight:400;
    position: absolute;
    right: 10px;
    top: 10px;
}
.page404{
	background:url(/images/404.png) no-repeat center center;
	background-size:cover;
	height:638px;
	padding-top:40px;
}
.page404 h1{
	margin-top:50px;
	font-size:96px;
	line-height:108%;
	font-weight:600;
	color:#0097B3;
}
.page404_text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.page404_text p{
	font-size:24px;
	font-weight:300;
}
.main_img_block{
	position:relative;
}
.btn.bottom_absolute_btn {
	height:38px;
	text-align:center;
	line-height:38px;
	border-radius:88px;
	padding:0 30px;
	position:absolute;
	bottom: 0;
}
.job_list{
	border-radius:8px;
	background:#F3FAFB;
	padding:20px;
	margin-top:30px !important;
}
.job_detail{
	border-bottom:1px solid #C8EBF0;
	padding-bottom:20px;
	margin-bottom:20px;	
}
.job_title{
	font-size:21px;
	font-weight:500;
	margin-bottom:30px;
}
.job_desc{
	font-size:17px;
	font-weight:300;
}
.profile_header{
    border-radius: 8px 8px 0 0;
	background:url(/images/personal_header.png) no-repeat center center;
	height:103px;
}
.profile_photo{
	width:134px;
	height:134px;
	background:#fff;
	border-radius:50%;
	display:flex;
	align-items:center;
	justify-content:center;
	position:absolute;
	top:-62px;
	left:calc(50% - 62px);
	color:#0097B3;

}
.profile_title{
	font-size:21px;
	text-align:center;
	margin-bottom:20px;
}
.profile{
    background: #F3FAFB;
    border-radius: 8px;
    padding: 82px 18px 18px;
	position:relative;
}
.profile_info{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px solid #C8EBF0;

}

.personal_tabs .tab-header {
    justify-content: flex-start;
    position: static;
	border:none;
	column-gap:10px;
	border-bottom:1px solid #C8EBF0;
	padding-bottom:30px;
	margin-bottom:20px;
}

.personal_tabs .tab-header__item {
    padding: 10px 23px;
    cursor: pointer;
    border: 1px solid #0097B3;
    font-size: 17px;
    border-radius: 8px;
    opacity: 0.5;
    color: #0B0A07;
    line-height: 17px;
}
.personal_tabs .tab-header__item.active {
    color: #fff;
    background: #F1621B;
    border: 1px solid #F1621B;
    opacity: 1;
}
.personal_tabs .tab-content__item{
	font-size:17px;
	font-family: SFUITEXT_LIGHT;
}
.personal_tabs .tab-content__item b{
	font-size:21px;
	font-family: SFUITEXT_MEDIUM;
	font-weight:500;
	display:inline-block;
	margin-bottom:5px;
}
.profile_info{
	list-style-type:none;
	padding-left:0;
}
.profile_info li{
	background:url(/images/personal_li.png) no-repeat left center;
	padding-left:29px;
	margin-bottom:5px;
}
.profile_info a{text-decoration:underline;}
.personal_input{
	margin-bottom:10px;
}
.personal_input input, .personal_input select{
	border: 1px solid #C8EBF0;
	border-radius:8px;
	padding:15px;
	background:#F3FAFB;
	display:block;
	width: 80%;
}
.personal_input label{
	font-size:17px;
	display:block;
}
.modal-header{
	border-bottom:none !important;
}
.modal-footer{
	border-top:none !important;
	justify-content: start !important;
}
.modal-title{
	font-family:inherit;
	color:#0B0A07;
	font-size:24px;
	font-weight:400 !important;
}
#home_visit .btn{
	border-radius:88px;
    padding:.375rem 30px;
	margin-top:20px;
}
#main_job .btn, #main_programs .btn {
    border-radius: 88px;
    padding: .375rem 30px;
    margin-top: 20px;
    background: none !important;
    color: #fff !important;
    border-color: #fff;
}
.doctor_card .btn {
    border-radius: 88px;
    margin-bottom: 20px;
    background: none !important;
	margin-left:15px;
    position: absolute;
    bottom: 0px;
}
.doctor_filter {
    display: block;
    padding: 0 17px;
    margin: 0 0 20px;
    background-color: #F3FAFB;
    border-radius: 10px;
}
.checkbox-ios {
	line-height: 28px;  
	margin-right: 10px;      
	position: relative;
	vertical-align: middle;
    font-size: 17px;
    font-weight: 300;
    color: #868686;
    padding: 10px 0;
	user-select: none;	
	display:block;
	border-bottom: 1px solid rgba(18, 18, 18, 0.06);
}
.checkbox-ios.checked-checkbox{color:#0B0A07;}
.checkbox-ios:last-child {border-bottom:0px;}
.checkbox-ios .checkbox-ios-switch {
	position: absolute;
	right:17px;	
	display: inline-block;
	box-sizing: border-box;			
	width: 56px;	
	height: 28px;
	border: 1px solid #90D02D;
	border-radius: 25%/50%;	
	vertical-align: top;
	background: #fff;
	transition: .2s;
}
.checkbox-ios .checkbox-ios-switch:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 1px;	
	display: inline-block;
	width: 24px;	
	height: 24px;
	border-radius: 50%;
	background: #90D02D;
	transition: .15s;
}
.checkbox-ios input[type=checkbox] {
	display: block;	
	width: 0;
	height: 0;	
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.checkbox-ios input[type=checkbox]:not(:disabled):active + .checkbox-ios-switch:before {
	box-shadow: inset 0 0 2px rgba(0, 0, 0, .3);
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch {
	background: white;
}
.checkbox-ios input[type=checkbox]:checked + .checkbox-ios-switch:before {
	transform:translateX(28px);
}
 
/* Hover */
.checkbox-ios input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
	cursor: pointer;
	border-color: #90D02D;
	opacity:0.5;
}

.checkbox-ios.checked-checkbox input[type="checkbox"]:not(:disabled) + .checkbox-ios-switch {
	opacity:1;
}

/* Disabled */
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch {
	filter: grayscale(70%);
	border-color: rgba(0, 0, 0, .1);
}
.checkbox-ios input[type=checkbox]:disabled + .checkbox-ios-switch:before {
	background: #eee;
}
 
/* Focus */
.checkbox-ios.focused .checkbox-ios-switch:before {
	box-shadow: inset 0px 0px 4px #ff5623;
}
.h3_detail{
	font-size:42px;
	line-height:108%;
	font-weight:400;
	color:#0097B3;
	margin-top:30px;
}
#main_doctors .btn {
    border-radius: 88px;
    padding: .375rem 30px;
    margin-top: 20px;
}
.logo img{
    max-width: 100%;
    max-height: 100%;
}
.navbar .navbar-brand{height: 58px !important;}
.footer_logo{
    max-width: 100%;
    max-height: 50px;
}
.btn.home_order{
	background-color:#F1621B;
    border-radius: 88px;
    padding: .375rem 30px;
    margin-top: 20px;
}
#home_visit_order_form .btn, #test_order_form  .btn{
    border-radius: 88px;
    padding: .375rem 30px;
    margin-top: 20px;
	margin-bottom:10px;
}
#home_visit_order_form .form-g label, #test_order_form .form-g label{
	display:block;
	margin-bottom:5px;
}
#home_visit_order_form .form-g input, #test_order_form .form-g input{
	display:block;
	border:1px solid #C8EBF0;
	border-radius:16px;
	padding:16px 8px;
	margin-bottom:15px;
	width:100%;
}
#home_visit_order_form h3, #test_order_form h3{font-weight:400;color:#0B0A07;}
#home_visit_order_form h3.text-primary, #test_order_form h3.text-primary{
	border-bottom:1px solid #C8EBF0;
	padding-bottom:20px;
	margin-bottom:20px;
}
.main_job_mobile_img{display:none;}
.basket, .basket-btn-checkout{border-radius:8px;background:#F3FAFB;padding:18px;}
.basket_tr{
	padding:18px 0;
	border-bottom:1px solid #C8EBF0;
	font-size:17px;
	line-height:21px;
}
.basket_tr:last-child{border-bottom:none;}
.baket_item_name a{
	color:#0B0A07;
	font-weight:500;
}
.baket_item_price{
	font-weight:300;
}
.basket-btn-checkout h3{
	color:#0097B3;
	font-weight:500;
	font-size:17px;
	line-height:108%;
}
.basket-btn-checkout a.btn {
    height: 38px;
    text-align: center;
    line-height: 38px;
    border-radius: 88px;
    padding: 0 30px;
	margin:10px 0 20px;
}
.total_info{
	border-top:1px solid #C8EBF0;
	padding-top:20px;
}
.total_info h4{
	font-weight:500;
	font-size:17px;
	line-height:108%;
	color:#0B0A07;
	margin-bottom:20px;
}
.total_item{
	display:flex;
	justify-content:space-between;
	padding:5px 0;
	font-weight:300;
	font-size:17px;
	line-height:108%;
}
.total_item.total_sum{font-weight:500;padding-top:20px;}
.remove_all{
	text-align:right;
	padding-top:10px;
}
.remove_all span{
	display:inline-block;
	color:#525150;
	font-weight:300;
	font-size:17px;
	line-height:108%;
	background:url(/images/delete_all_basket.png) no-repeat left center;
	padding-left:24px;
	cursor:pointer;
}