/*
Theme Name:         MedTour
Version:            1.0.0
Author:             SD Lab
Author URI:         https://sdlab.com.ua/
Text Domain:        sdlab
*/
.hero-open-container iframe {
    width: 100%;
}
.mt-20 {
    margin-top: 20px;
}
.row {
    display: flex;
    flex: 1 0;
    min-width: 100%;
    flex-wrap: wrap;
}
.doctor-item{
	    display: flex;
}
.page-container p>a, .page-container li>a {
    color: #1367b0;
}
.block_row{display:block;}
a.open_crm {
    border: 1px solid #1367B0;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 10px 20px;
    font-size: 15px;
    line-height: 18px;
    align-items: center;
    text-align: center;
    color: #1367B0;
}
a.open_crm:hover {
    background: #f2f2f2;
}
.show_mobile{display:none;}
.container-730-px p a{color:#1367B0;}
.widget-box__container {
    display: flex;
    flex-wrap: wrap;
}

.sidebar-filter__more {
    order: 3;
    min-width: 100%;
}
.widget-box__parent-line {
    min-width: 100%;
    order: 2;
}
.widget-box__parent-line.special_active_for_up {
    order: 1;
    display: block;
}
.widget-box__submenu {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0px;
}
.widget-box__line {
    min-width: 100%;
    margin-top: 0px;
    order: 2;
}
.widget-box__line.special_active_for_up {
    display: block;
    order: 1;
}
.navigation-scroll-item.scroll.active {
    color: #1367B0;
    font-weight: 500;
    border-bottom: 2px solid #1367B0;
}
.link-clinic-brief.archive-list__item {
    min-height: initial;
    margin: initial;
    background: initial;
    padding: initial;
    position: initial;
    line-height: initial;
    color: initial;
}
.standart_button{
	    background-color: #1367B0;
    color: #fff;
    font-size: 14px;
    padding: 10px 12px;
    border-radius: 4px;
   
    display: block;
    text-align: center;
    text-decoration: none;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.standart_button:hover{
	background:#222; color:#fff; border:1px solid #fff;
}
.standart_button:hover:after{
	background:url('../icons/right_standart_white.svg')no-repeat;
}
a.standart_button.biggest {
    padding: 14px 21px;
}
.align_flex_center{display: flex;
    justify-content: center;}
.table-data-price .table-clinic__label-wrapper label.toggle-list-more,.standart_button.toggle-list-more{display:none}
.table-data-price .table-clinic__label-wrapper label.toggle-list-more.show,.standart_button.toggle-list-more.show{display:inline-block}
#about p iframe, .clinic-entry p iframe {
    width: 100% !important;
    height: 400px !important;
}
.privacy span{
	margin-left:0px;
}
.privacy label {
    display: flex;
    font-size: 12px;
    line-height: 18px;
    color: #B8B8B8;
}
.privacy label input {
    min-width: 16px;
    min-height: 16px;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    opacity: 0.5;
}
.privacy label input:checked{
	opacity:1;
}
.privacy label {
    display: flex;
    font-size: 12px;
    line-height: 18px;
    color: #B8B8B8;
}
div#popup-form-success {
    width: 843px;
	max-width:100%;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 54px 141px;
}
.popup_success img {
    margin-bottom: 12px; max-width:100%;
}
.popup_success {
    text-align: center;
}
.success_hello {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #353535;
    margin-bottom: 12px;
}
.success_text {
    font-size: 16px;
    line-height: 21px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #353535;
    margin-bottom: 16px;
}
.close_popup_success {
    background: #FF5A5F;
    box-shadow: 0px 0px 12px 4px rgb(179 176 176 / 40%);
    border-radius: 4px;
    display: table;
    margin: 0 auto;
    color: #fff;
    padding: 9px 16px;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.02em;
	transition:0.2s ease;
	cursor:pointer;
}
.close_popup_success:hover{
	background-color:#f53d43;
}
.agreech{display:none !important}
.go_up {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px 4px rgb(175 175 175 / 20%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    position: fixed;

    right: 32px;
	opacity:0;
    bottom: 60px;
	transition:all 0.5s ease;
	transform: translateY(0) scale(1.1);
}
.go_up.active{opacity:1;transform: translateY(-40px) scale(1.1);}
.go_up span{background:url('../icons/toup.svg')no-repeat; width:40px; height:40px; display:block; background-position:50%;}
.doctors-grid-list:after {
    display: block;
    content: " ";
    width: 33%;
}
.image_block_intim {
    position: relative;
    cursor: pointer;
}
.im_bl_intim{
	content: " ";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-size: cover !important;
    background-position: 50% !important;
    background-color: rgb(204 204 204 / 40%) !important;
}
.image_block_intim img {
    opacity: 0.1;
    filter: blur(8px);
}
.image_block_intim.active .im_bl_intim{display:none !important;}

.image_block_intim.active img{
	opacity:1;filter: blur(0);
}
span.intim_text {
    position: absolute;
    bottom: 8px;
    text-align: center;
    width: 100%;
}
.image_block_intim.active {
    cursor: default;
}
.image_block_intim.active .intim_text {
    display: none;
}
.doctor-entry .doctor-path .doctor-path__header h3 {
    margin-top: 0px;
}
.doctor-entry.expert-container .doctor-path__years {
    margin-bottom: 20px;
}
.doctor-entry h2 {
    margin-top: 0px !important;
}
body .new_form_dis{
	background: #FFFFFF;
    background-repeat: no-repeat;
    border-radius: 4px;
    padding-left: 16px;
    width: 843px;
    max-width: 843px;
    padding-top: 38px;
    padding-right: 16px;
    padding-bottom: 16px;
    position: relative;
    text-align: left;
    background-position: 12px 50%;margin: 0 auto;
}
.open_pay_consult {
    display: block;
    background: #FF5A5F;
    box-shadow: 0px 0px 12px 4px rgb(179 176 176 / 40%);
    border-radius: 4px;
    border: none;
    width: 100%;
    color: #fff;
    height: 52px;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    font-weight: 300;
    margin-top: 15px;
}
.open_pay_consult:hover{
	opacity: .88;
}
body .new_form_dis{display:none;}
.mfp-content .new_form_dis{display:block;}
#get_order_form{display:none;}
.mfp-content #get_order_form{display:block;}
div#get_order_form {
    width: 330px;
    background-color: #fff;
    border-radius: 5px;
    padding: 20px;
    margin: 0 auto;
    position: relative;
}
.double_form_pay {
    display: flex;
    justify-content: space-between;
}
.double_form_pay>div {
    width: 48%;
}

.double_form_pay .input_block>label { 
    display: block;
}
.double_form_pay .input_block {
    display: block; margin-bottom:12px;
}
.double_form_pay .input_block_double {
    display: flex;
    justify-content: space-between;
}
.double_form_pay .input_block input {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 3px;
    width: 100%;
    height: 33px;
    padding: 0 10px;
}
.double_form_pay .input_block select {
    visibility: initial !important;
    margin-top: 20px;
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
    border-radius: 3px;
    height: 40px;
    width: 100%;
}
.double_form_pay .input_block button {
    
   display: block;
    background: #1367B0;
    box-shadow: 0px 0px 12px 4px rgb(179 176 176 / 40%);
    border-radius: 4px;
    border: none;
    width: 100%;
    color: #fff;
    height: 52px;
    font-size: 16px;
    line-height: 52px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    font-weight: 300;
    margin-top: 20px;
}
.double_form_pay .left_form_text {
    height: 127px;
    padding-top: 15px;
}
.doctors-grid-list__title {
    color: #1367b0;
}

button#send_otpr {
    margin-top: 10px;
    width: 100%;
}
.sms_text>a {
    display: block;
}
.data_block_bottom_sms {
    margin-top: 15px;
}
.duplicate_phone {
    display: none;
}
.chec_phone_block {
    display: none;
}
.message_sms_element {
    margin-bottom: 15px;
    margin-top: 15px;
}
.mo_message {
    display: none;
}
.mo_message {
    display: none !important;
}
.header-filter, body .header-top {
    padding: 19px 0;
    border-bottom: 0px;
}
body .header-top {
    background-color: #fff;
}
.header_block_phone {
    background: url('../icons/akar-icons_phone.svg')no-repeat;
    padding-left: 16px;
    margin-right: 36px;
    background-position: 0px 1px;
}
.header-top .header__nav-item {
    margin-left: 0px;
}
.phone_header_block_phone {
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #474D52;
}

.btn--black, .btn--black a {
    color: #1A2328;
	font-weight: 600;
	font-size: 14px;
	line-height: 18px;
	align-items: center;
	text-align: center;
	text-transform: uppercase;

	color: #1A2328;
}

.btn--outline-black {
    font-size: 17px;
    border: #1A2328 1px solid;
    background-color: #fff;
    padding: 12px 15px 11px;
    border-radius: 8px;
}


.header-top.header_first .open-popup-link {
    padding-right: 38px;
    font-size: 14px;
    background: url('../icons/bi_arrow-right.svg')no-repeat;
    background-position: 93% 50%;
    padding-top: 11px;
    padding-bottom: 9px;
}

.title_header_block_phone {
    font-size: 12px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #A1A5A7;
}
.header_bottom {
    padding: 18px 0;
    background: rgba(246, 246, 246, 0.95);
    backdrop-filter: blur(20px); transition:all 0.5s ease; position:relative; z-index:22;
}
.header__menu a {
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #474D52;
}
.header__menu .menu-item {
    margin-left: 36px; padding:0px; border:none;
}
.header_bottom.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 9999999; background: rgba(246, 246, 246, 0.45);
}
.lang-switcher .dropdown-toggle {
    border-radius: 100px;
    border: none;
    font-size: 16px;
    padding-right: 15px;
    padding-left: 0px;
    line-height: 20px;
    text-transform: uppercase;
    color: #474D52;
    background: none;
}
.lang-switcher .dropdown-toggle:before{
	display:none;
}
a.open_search {
    margin-left: 30px;
}
.dropdown-menu {
    background: none;
    border: none;
    padding: 0px;
    padding-top: 41px;
    font-size: 16px;
    line-height: 140%;
    color: #474D52;
}
.dropdown__list {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    padding: 16px;
}
.header__nav-item{
	margin-left:36px;
}
.lang-switcher .dropdown-toggle:after {
    right: 0;
}
.footer {
    background: #2E3336;
    border: none;
    padding: 60px 0 20px;
}
.footer__left a {
    display: block;
}
.footer-social-list__item {
    margin-left: 0px;
    margin-right: 14px;
}
a.footer_logo {
    margin-bottom: 36px;
}
.footer-social-list {
    margin-bottom: 36px;
}
body .standart_button {
    background: none;
    border: 1px solid #474D52;
    box-sizing: border-box;
    border-radius: 8px;
    min-width: 180px;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #474D52;
}
body .standart_button:after{content:" "; width:16px; height:16px; display:block; background:url('../icons/right_standart.svg')no-repeat; margin-left:8px;}
body .footer .standart_button{
		filter: brightness(0) invert(1);
}
body .footer .standart_button:hover {
    background: #f2f2f2;
    filter: initial;
}
.standart_button span {
    padding-top: 1px;
}
.widget-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #FFFFFF;
    margin-bottom: 12px;
}
.footer-content .menu {
    margin-top: 0px;
}
.footer-content .menu a {
    font-size: 16px;
    line-height: 140%;
    align-items: center;
    color: #E0E0E0;
    order: 2; 
    margin: 12px 0px;
    font-weight: 300;
}
.line_footer_phone {
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #E0E0E0;
    margin-bottom: 12px;
    font-weight: 300;
}
.line_footer_phone span {
    padding-right: 8px;
}
.line_footer_phone a{
	font-size:inherit; color:inherit;
}
.footer_phones {
    margin-bottom: 30px;
}
.footer-bottom {
    border-top: 1px solid #606060;
    padding-top: 9px;
    justify-content: space-between;
    font-size: 16px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #E0E0E0;
    font-weight: 300;
}
.footer-bottom-navigation {
    display: contents;
    justify-content: space-between;
}
.footer-bottom-navigation li:not(:last-child):after{
	display:none;
}
.footer-bottom-navigation a {
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}
body .standart_button.red {
    padding-top: 15px;
    padding-bottom: 15px;
    background: #FF5A5F;
    border-radius: 8px;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding-left: 21px;
    line-height: 18px;
    display: flex;
    padding-right: 21px;
    justify-content: center;
}
body .standart_button.red:after{
	background: url(../icons/right_standart_white.svg)no-repeat;
}
body .standart_button.red:hover {
    background: #fe7a7e;
}
.diseases-search.search_block_new .header-filter__panel{
	width:100%;
}
.diseases-search.search_block_new .header-filter__autosuggest {
    width: 100%;
}
.diseases-search.search_block_new .standart_button{margin-left:24px;}
.diseases-content-wrapper {
    width: 100%;
}
.search_block_new .header-filter, .header-top {
    padding: 0;
    border-bottom: 0px;
}
.search_block_new .container.container--sm {
    width: auto;
    max-width: 100%;
    padding: 0px;
}

.search_block_new .new_filter {
    padding: 43px 107px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
}
.search_block_new .header-filter__panel {
    display: flex;
    justify-content: space-between;
    border: none;
    box-shadow: none;
}
.search_block_new .header-filter__autosuggest {
    background: #FFFFFF;
    border: 1px solid #474D52;
    box-sizing: border-box;
    border-radius: 8px;
    width: 506px;
    flex: initial;
    padding: 13px 16px;
    font-size: 16px;
    line-height: 140%; z-index:201;
}
.search_block_new .header-filter__dropdown.dropdown-multilevel.dropdown-multilevel--arrow {
    border: 1px solid #474D52;
    box-sizing: border-box;
    border-radius: 8px;
    width: 336px; background-color:#fff;
}

.search_block_new .standart_button {
    width: 160px;
    min-width: 160px;
}

body .search_block_new .standart_button {
    width: 160px;
    min-width: 160px;
    background: #474D52;
    border-radius: 8px; opacity:1 !important;
}

body .search_block_new .standart_button:hover{
	background:#fff; color:#222; border:1px solid #222;
}
body .search_block_new .standart_button:hover:after{
	background:url('../icons/right_standart.svg')no-repeat;
}

body .search_block_new .dropdown-multilevel__title {
    font-size: 16px;
    line-height: 140%;
    color: #A1A5A7;
    padding-left: 22px;
    padding-top: 2px;
}

body .search_block_new .header-filter__panel input::placeholder{
	font-size: 16px;
	line-height: 140%;

	color: #A1A5A7;
}
body .search_block_new .dropdown-multilevel--arrow b {
    transform: rotate(90deg);
    right: 19px;
}
.search_block_new .ep-autosuggest {
    margin-top: 12px;
}
.search_block_new .ep-autosuggest hr{
	display:none;
}
.search_block_new .ep-autosuggest {
    margin-top: 12px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    border: none;
    padding: 16px;
}
.search_block_new .ep-autosuggest-group-item a {
    font-size: 16px;
    line-height: 140%;
    color: #474D52;
}
.search_block_new .ep-autosuggest-group-item {
    margin: 0 0 16px;
}
.search_block_new .ep-autosuggest-group {
    margin-top: 0;
    margin-bottom: 16px;
}
.search_block_new .ep-autosuggest-group:last-child{
	margin-bottom:0px;
}
.search_block_new .ep-autosuggest-group-title{margin-bottom:16px;}
.search_block_new .ep-autosuggest__more {
    margin-bottom: 20px;
}
.search_block_new .dropdown-multilevel ul {
    margin-top: 12px;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
    border-radius: 8px;
    border: none;
    padding: 16px 0px;
}
.search_block_new .dropdown-multilevel__list:before {
    background: none;
    height: 12px;
    top: -12px;
    width: 100%;
    left: 0px;
}
.search_block_new .dropdown-multilevel ul li {
    margin-top: 0px;
    margin-bottom: 16px;
}
.search_block_new .dropdown-multilevel__list > li:first-child{
	margin-top:0px;
}
.search_block_new .dropdown-multilevel ul li a {
    padding: 0px 16px;
    font-size: 16px;
    line-height: 140%;
    color: #474D52;
}
.search_block_new .dropdown-multilevel ul li:hover{
	background:none;
}
.search_block_new .dropdown-multilevel ul li:hover > ul {
    height: auto;
    margin-top: -26px;
    top: initial;
}
.search_block_new .dropdown-multilevel ul li:last-child {
    margin-bottom: 0px;
}
.search_block_new .ep-autosuggest-group-item:last-child {
    margin-bottom: 0px;
}
.search_block_new .dropdown-multilevel ul li a.dropdown-multilevel--arrow:before {
    width: 6px;
    height: 9px;
    content: " ";
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -1px;
    background: url('../icons/rightdrop.svg')no-repeat;
}
.search_header .new_filter {
    padding-top: 12px;
    padding-bottom: 12px;
    background: none;
    box-shadow: none;
}
.search_header {
    height: 0px;
    overflow: hidden;
    transition: all 0.5s ease;
    background: #E7EDF0;
}
.search_header.active{
	height:74px;
	overflow:initial;
}
.search_header.fixed {
    position: fixed;
    left: 0px;
    width: 100%;
    top: 72px;
    z-index: 9999999;
}
.search_header 
 .header-filter__panel.holder-hide {
    background: none;
}
.clinic-entry-nav__list{
	top:72px !important;
}
body .navigation-scroll{
	top:72px;
}
.footer_change_lang {
    margin-top: 16px;
    width: 47px;
}
.footer_change_lang .lang-switcher .dropdown-toggle {
    color: #E0E0E0;
}
.footer_change_lang .dropdown-menu {
    padding-top: 10px;
}
.footer_change_lang .lang-switcher .dropdown-toggle:after {
    filter: brightness(0) invert(1);
}
.button_form_new_submit input[type="submit"] {
    background: url(../icons/right_standart_white.svg)no-repeat;
    background-position: 75% 50%;
    font-size: 17px;
    border: none;
    width: 100%;
    background-color: #FF5A5F;
    padding: 12px 15px 11px;
    border-radius: 8px;
    padding-right: 38px;
    font-weight: 600;
    font-size: 14px;
    height: 48px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 16px;
}
.doctor_procedures_text{margin-top:16px; max-height:65px;}
.doctor_procedures_text p{margin:0px;}
.doctor_procedures_text{overflow: hidden;}
.active-acc .faq-acc-text{
	height:auto;
}
.button_form_new_submit{position:relative;}
.button_form_new_submit span.ajax-loader {
    position: absolute;
}
.right_for_procedures a.open-popup-link.open_pay_consult {
    position: absolute;
    bottom: -76px;
    left: -0px;
}
.header_help{width:100%; padding:20px; color:red;}
.header_help.fixed {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99999;
    background-color: #fff;
}
.header_help a {
    font-weight: bold;
}
.data_help {
    width: 814px;
    margin: 0 auto; max-width:100%;
}
.data_help p {
    text-align: justify !important;
    font-size: 16px;
    line-height: 140%;
    color: #5E6569;
}
.data_help h1 {
    font-weight: bold;
    font-size: 40px;
    line-height: 51px;
    display: flex;
    align-items: center;
    color: #1A2328;
    text-align: justify !important;
}
.form_in_choice_data_help select {
    margin-top: 0px;
}
.form_choice_data_help {
    padding: 100px 0;
    background-color: #fff;
    margin-top: 100px;
    margin-bottom: -30px;
}
.form_choice_data_help .form_in_choice_data_help {
    display: flex;
    justify-content: space-between;
}
.form_choice_data_help .left_text_choice_order_data_help {
    width: 612px;
}
.form_choice_data_help .choice_order {
    width: 612px;
}
.form_choice_data_help .left_choices_left {
    width: 100%;
}
.title_left_text_choice_order_data_help {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #1A2328;
    margin-bottom: 16px;
}
.text_left_text_choice_order_data_help {
    font-size: 16px;
    line-height: 140%;
    color: #5E6569;
}
.form_in_choice_data_help .input_block input {
    width: 100%;
    height: 48px;
    font-size: 16px;
    line-height: 140%;
    color: #A1A5A7;
    padding: 13px 23px;
    border-radius: 8px;
    background: #FDFDFD;
    border: 1px solid #A1A5A7;
    box-sizing: border-box;
    border-radius: 8px;
}
.form_in_choice_data_help select {
    margin-top: 0px;
    background: #FDFDFD;
    border: 1px solid #A1A5A7;
    box-sizing: border-box;
    border-radius: 8px;
    height: 48px;
    padding: 13px 24px;
}
.form_in_choice_data_help .input_block button {
    width: 260px;
    padding: 15px 10px;
    background-color: #FF5A5F;
    border: 1px solid #FF5A5F;
    font-weight: 600;
    font-size: 14px;
    color: #ffffff;
    justify-content: center;
    text-transform: uppercase;
    border-radius: 8px;
    cursor: pointer;
    line-height: normal;
}
.input_block.data_block_submit_help {
    display: flex;
    justify-content: end;
}
.help_answer {
    margin: 90px 0 70px;
    text-align: center;
}
.data_block_back_answer {
    display: table;
    margin: 40px auto 0;
}
.title_answer {
    font-weight: bold;
    font-size: 42px;
    line-height: 51px;
    color: #1A2328;
    margin-bottom: 30px;
}
	li#menu-item-12448 a {
		color: red;
	}
	li#menu-item-12447 a {
		color: red;
	}
@media (max-width: 1023.98px){
	.form_choice_data_help .form_in_choice_data_help{
		display:table;
		margin:0 auto;
	}

	.form_choice_data_help .left_text_choice_order_data_help{width:100%; margin-bottom:30px;}
	.form_choice_data_help .choice_order{width:100%;}
.right_for_procedures a.open-popup-link.open_pay_consult {
    position: static;
}
body.show-sidebar:before {
    position: fixed;
    background: rgba(0,0,0,0.2);
    content: " ";
    display: block;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.page-sidebar .lang_block.current {
    display: none;
}
.page-sidebar span.lang_block.separator {
    display: none;
}
.page-sidebar .block_switcher_lang_mobile a {
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #474D52;
}
.page-sidebar{
	transform: translateX(0);
	right:-232px;
	transition: right .35s ease-in-out;     left: auto;
    width: 232px; 
    margin-top: -23px;
}
.search_header.active {
    height: auto;
    overflow: initial;
}
.show-sidebar .page-sidebar {
    transform: translateX(0);
    width: 232px;
    right: 0px;
    left: auto;
    background: #E7EDF0;
    padding: 0 8px; margin-top: 0;
    top: 0px;
}
body .page-sidebar .header-top {
    margin: 0px -8px;
    padding-bottom: 21px;
}
body ul.sidebar_menu a {
    font-size: 14px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #474D52;
    margin-bottom: 12px;
    padding: 0px;
}
ul.sidebar_menu {
    padding-top: 17px;
}
.page-sidebar .header__nav-item {
    margin-left: 0px;
    margin-bottom: 23px;
    margin-top: 15px;
}
.page-sidebar .header_block_phone {
    margin-bottom: 12px;
}
.page-sidebar .btn--outline-black{
	width: 100%;
    background: none;
}
.page-sidebar .standart_button {
    background: none !important;
    text-align: center;
    justify-content: center;
}
.header-top .header__nav {
    display: none;
}
body .header-top .header__mobile-nav {
    margin-left: 12px;
}
.header_bottom {
    display: none !important;
}
.header {
    padding-bottom: 0;
}
.menu_new_header {
    display: flex;
    align-items: center;
}
.go_up{
	box-shadow:initial; background:none;
}
.go_up span{background-size: 70%;}
.clinic-slider-arrows{
	left: 50%;
    margin-left: -79px;
}
.clinic-slider-counter {
    line-height: 36px;font-size: 24px;
}


.container-730-px{
	padding:0 15px;
	max-width:100%;
}
.container-730-px>div{max-width:100%;}
.post-template-default .clinic-slider.mt-40 {
    margin-bottom: 35px;
}
body.single-clinic .breadcrumbs {
    display: block !important;
}
.block_switcher_lang_mobile .lang_block.current {
    color: #1367b0;
}
body .visible-show-md{display:block !important;}
.page-sidebar {        z-index: 999999999;}
.bg-white.clinic-entry-nav.clinic-entry__section.container-fluid {
    display: flex;
    margin: 0;
}
.header__nav .btn--outline-red.btn--red {
    font-size: 17px;
    line-height: 21px;
    align-items: center;
    text-align: center;
    color: #FFFFFF;
    background: #FF5A5F;
    border-radius: 3px;   max-width:100%;
}
.header__mobile-nav{margin-right:0px; margin-left:0px;}
.container.header-container:after {
    display: none;
}
.header__nav{flex-grow: 0;    justify-content: center;     max-width: 60%}
svg.svg-icon-menu.opened {
    display: none;
}
.show-sidebar svg.svg-icon-menu.opened {
    display: block;
}
.show-sidebar svg.svg-icon-menu.closed{display:none}
.show-sidebar .sidebar-posts {
    display: none;
}
.show-sidebar .page-sidebar>a {
    display: none;
}
ul.sidebar_menu {
    margin: 0px;
    list-style: none;
    padding-left: 0px;
}
ul.sidebar_menu li:last-child a{border-bottom:1px solid #EDEDED;}
ul.sidebar_menu a{
	border-top:1px solid #EDEDED;
	font-size: 18px;
line-height: 22px;
padding:12px 0;
display: block;
align-items: center;
}
.page-sidebar .widget-box__list {
    padding-left: 0;
    padding-right: 0;
    background: #F8F9FC;
    border-radius: 2px;
    padding: 12px 0;
}
.page-sidebar .widget-box__label {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    display: flex;
    align-items: center;
    color: #222222;
    padding: 0 8px;
}
.page-sidebar .widget-box__toggle {
    right: 8px;
}
.block_switcher_lang_mobile {
    display: flex;
    justify-content: center;
    padding: 16px 0 0;
}
.block_switcher_lang_mobile .lang_block {
    margin-right: 15px;
    font-size: 18px;
    line-height: 22px;
    color: #222222;
}
.block_switcher_lang_mobile .lang_block:last-child{margin-right:0px;}
.block_switcher_lang_mobile a{
    text-decoration: underline;
}
.phones_sidebar {
    margin-bottom: 16px;
}
.phones_sidebar a.phone_item {
    display: block;
    font-size: 17px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #222222; margin-bottom:12px;
}
.phones_sidebar a.phone_item:last-child{margin-bottom:0px;}
.page-sidebar .sidebar-filter{padding-left:10px;}
.page-sidebar .title_phones_sidebar {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #222222;
    margin-bottom: 12px;
}
div#popup-form-success {
    width: auto;
    padding: 10px;
}
.double_top_home {
    display: block;
    justify-content: space-between;
    align-items: center;
    text-align: center; padding-top:24px;
}
.left_double_top_home h1 {
    font-weight: bold;
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    color: #1A2328;
    margin-bottom: 8px;
}
.left_double_text_home {
    font-size: 14px;
    line-height: 140%;
    text-align: center;
    color: #5E6569;
}
body .double_top_home .standart_button.red {
    width: 100%;
}

.right_double_top_home {
    width: 100%;
    min-width: 100%;
}
.for_right_double_home>* {
    display: none;
}
.for_right_double_home {
    background: url(../images/home/mobilemain.svg)no-repeat;
    height: 220px;
    background-position: 50%;
    width: 420px;
    margin: 0 auto;
    max-width: 100%;
}
.choices_clinics_right_double {
    position: absolute;
    right: 68px;
    text-align: center;
    bottom: 33px;
    width: 64px;
}
.first_choice_clinics_right_double {
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.second_choice_clinics_right_double {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
}
.choices_clinics_right_double {
    display: block;
}
.left_double_top_home {
    width: 100%;
    margin-bottom: 24px;
}
.search_block_new .new_filter {
    padding: 24px 8px;
}
.search_block_new .header-filter__autosuggest {
    border: 1px solid #474D52 !important;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    padding: 0px;
    margin-bottom: 24px;
}
.header-filter__panel input,.header-filter__panel input::placeholder {
    font-size: 12px !important;
    line-height: 140%;
    color: #A1A5A7;
    height: 40px;
}
.search_block_new .header-filter__dropdown.dropdown-multilevel.dropdown-multilevel--arrow {
    width: 100%;
    margin-right: 0px;
    border: 1px solid #474D52 !important; background-color:#fff;
}
body .search_block_new .dropdown-multilevel__title {
    font-size: 12px;
    line-height: 140%;
    color: #A1A5A7;
    padding: 0 6px;
}
.search_block_new .header-filter__dropdown.dropdown-multilevel.dropdown-multilevel--arrow {
    width: 100%;
    margin-right: 0px;
    border: 1px solid #474D52 !important;
    margin-bottom: 24px;
}
body .search_block_new .standart_button {
    width: 100%;
}

}
@media screen and (max-width: 992px){
	.page-container h1 {
		line-height: 1;
	}
	.mfp-content .new_form_dis {
		display: block;
		width: auto;
	}
	.double_form_pay {
		display: block;
	}
	.double_form_pay>div {
		width: auto;
	}
	.right_form_pay{
		margin-top:15px;
	}
	.double_form_pay .left_form_text {
		height: auto;
	}
}
@media screen and (max-width: 768px){
.archive-doctors__items a.doctor-item {
    display: block;
    text-align: center;
}
.archive-doctors__items a.doctor-item .doctor-item__img {
    margin: 0 auto 15px;
}
.archive-doctors__items .doctor-item .archive-list__cell--right {
    display: block;
    margin-top: 15px;
    margin-bottom: 10px;
}
	

.hide_mobile{display:none !important; }
	.show_mobile{display:block;}
	.open_crm.show_mobile {
		margin-top: 15px;
		margin-bottom: 5px;
	}
.home-services__col{width:100%;}
.review-page-container .form{
	max-width:100%;
}
.review-summary-block:last-child{margin-left:0px;}
.review-summary {
    display: flex !important;
}
.clinic-review {
    padding-left: 0;
    padding-right: 0;
}
.show-sidebar div#chat-24-widget-container {
    right: 50px !important;
    padding-bottom: 0px;
}

	.footer__left {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.footer-social-list {
		margin-top: 0px;
	}
	.footer-content {
		flex-wrap: wrap;
	}
	.footer__left {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.footer__right {
		width: 100%;
		margin-top: 36px;
	}
	body .footer .standart_button {
		width: 100%;
		text-align: center;
		justify-content: center;
		margin-bottom: 24px;
	}
	.footer-bottom {
		font-size: 14px;
		line-height: 140%;
	}
	.footer-bottom-navigation {
		display: flex !important;
		flex-wrap: wrap;
	}
	.footer-bottom-navigation li {
		width: 49%;
	}
	.clinic-entry-nav__list,body .navigation-scroll {
		top: 0px !important;
	}
	
}

@media screen and (max-width: 420px){
	.right_double_top_home {
		position: relative;
		height: 220px;
		overflow: hidden;
		margin: 0 -15px;
		width: auto; 
	}
	.for_right_double_home {
		background: url(../images/home/mobilemain.svg)no-repeat;
		height: 220px;
		background-position: 50%;
		width: 420px;
		margin: 0 auto;
		position: absolute;
		left: 50%;
		margin-left: -210px; max-width: initial;
	}
}
.popup-form__field.chckbpu {
  display: flex;
}
.chckbpu p span {
  display: flex;
}
.review_video .video-container:after{
	background:rgba(196, 196, 196, 0.2) url(../icons/playnew.svg) center center no-repeat
}
.slider_video_home.owl-carousel .owl-stage-outer{
	overflow:initial;
}
.slider_video_home .video_item p {
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    display: flex;
    align-items: center;
    color: #474D52;
    margin: 16px 0 0;
}
.review_video {
    margin-bottom: 120px;
}
.slider_video_home .video-container {
    opacity: 0.4;
}
.slider_video_home .owl-item.active.center .video-container {
	opacity:1;
}
.review_home_block {
    background: #FFFFFF;
    border-radius: 8px;
    padding: 24px;
}
.review_home_image_block {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden; margin-right:16px;
}
.double_review_home_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}
.left_review_home_block {
    display: flex;
    align-items: center;
}
.text_acct_block p {
    margin-top: 0px;
}
.review_home_image_title {
    font-size: 16px;
    line-height: 140%;
    color: #474D52;
}
.right_review_home_block {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
    line-height: 100%;
    color: #233251;
}