.popup-cookie {
	position: fixed;
	left: 15px;
	bottom: 15px;
	z-index: 100000;
	border: 1px solid #4299E5;
	box-shadow: 0 5px 10px 1px rgba(0, 136, 255, 0.25);
	border-radius: 20px;
	padding: 20px 26px;
	background-color: #fff;
	width: 440px;
	max-width: calc(100% - 30px);
}
.popup-cookie p {
	margin: 0 0 15px 0;
}
.popup-cookie a {
	color: #4299E5;
}
.popup-cookie a:hover {
	text-decoration: underline;
}
ul {
    margin: 0 0 30px;
    color: rgba(20, 51, 65, 0.8);
}

.page404 .container {
	margin-top: 70px;
	text-align: center;
	margin-bottom: 40px;
}
.page404 .container .title{
	margin-top: 15px;
	color: rgba(20, 51, 65, 0.8);
	font-size: 30px;
    text-transform: uppercase;
	margin-bottom: 20px;
}

.page404 .container p{
	margin-top: 15px;
	color: rgba(20, 51, 65, 0.8);
	font-size: 18px;
	margin-bottom: 20px;
}
.page404 .container p a{
	font-size: 16px;
}
.key_actions.mobile_version .name_sale {
    color: #071318;
}
.page404 .container p a.map_link{
    color: #a1a6a8;
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
	text-decoration: underline;
    -webkit-transition: color .3s;
    transition: color .3s;
}

.dir-consultation__success {
    margin: 30px 0;
    background: #D0F5E8;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}
.dir-consultation__success:last-child {
    margin-bottom: 0;
}
.dir-consultation__success img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px;
}
.dir-consultation__success span {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #071318;
}

.our_doctors .grid {
    justify-content: center;
}

/*Направление и услуги*/
.section-post__title.castom_naprav_tab{
    margin-bottom: 35px;
}
.castom_naprav_tab .tab_url {
    margin-left: 40px;
    border-radius: 5px;
    width: 660px;
    display: flex;
    justify-content: space-between;
    background: #ffff;
    height: 50px;
    align-items: center;
    position: relative;
    margin-top: 5px;
}
.castom_naprav_tab .tab_url .item_url {
    width: 50%;
    text-align: center;
}
.castom_naprav_tab .tab_url .item_url.active{
    background: #E6EDF4;
    border-radius: 3px;
    padding: 9px;
    margin: 3px;
}
.castom_naprav_tab .tab_url .item_url.active span{
    letter-spacing: -0.01em;
    color: #071318;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
}
.castom_naprav_tab .tab_url .item_url a{
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    text-decoration-line: none;
    color: #4299E5;
}
.castom_naprav_tab .tab_url .item_url a:hover{
    text-decoration-line: none;
}
.costsection-item-12-castom{
    width: 100%;
}

.costsection-item-2 .costsection-list2.costsection-list4 {
    width: 22.5%;
}

.costsection-item-2 .costsection-list2.costsection-list4 li a{
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    text-decoration-line: none;
    color: #4299E5;
}
.costsection-item-2 .costsection-list2.costsection-list4 li a:hover{
    text-decoration-line: none;
}

.costsection-item-2 .costsection-list2.costsection-list4 li a:after{
    background: none;
}
.costsection-filter.castom_servis .costsection-form{
    padding-top: 0px;
    padding-bottom: 0px;
}

.costsection-filter.castom_servis:before{
    content: none;
}

.costsection-filter.castom_servis .costsection-search-wrap.search__inner{
    width: 49%;
}
.costsection-filter.castom_servis .costsection-select-wrap{
    width: 49%;
    max-width: 660px;
    margin-right: 0px;
}

.costsection-filter.castom_servis .costsection-search-wrap.search__inner #servicesSearch{
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
    font-size: 18px;
    line-height: 1.44;
    letter-spacing: -0.01em;
    color: #071318;
    padding: 12px 22px 11px;
    padding-right: 150px;
}
.costsection-filter.castom_servis .clean_search {
    right: 118px;
}
.costsection-filter.castom_servis .costsection-search-wrap.search__inner button{
    background: #4299E5;
    border-radius: 5px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: -0.03em;
    color: #fff;
    padding: 0px 14px;
    min-width: 101px;
    text-align: center;
    position: absolute;
    top: 7px;
    right: 10px!important;
    left: auto;
    height: 36px;
}

.costsection-filter.castom_servis .jq-selectbox.jqselect.dropdown.opened .jq-selectbox__dropdown .selected{
    color: #4299E5;
}
.costsection-filter.castom_servis .jq-selectbox.jqselect.dropdown.opened .jq-selectbox__dropdown li{
    font-weight: 400;
    color: #071318;
    -webkit-transition: .15s;
    transition: .15s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.costsection-filter.castom_servis .jq-selectbox.jqselect.dropdown.opened .jq-selectbox__dropdown li:hover{
    color: #4299E5;
}
.costsection-filter.castom_servis .jq-selectbox__select-text {
    -webkit-box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding-right: 50px;
    font-size: 18px;
    line-height: 26px;
}
.costsection-filter.castom_servis {
    position: relative;
    margin-bottom: 26px;
}
@media (max-width: 1359px) {
    .costsection-filter.castom_servis .costsection-search-wrap.search__inner{
        margin-top: 0;
    }
}

@media (max-width: 1024px) {
    .costsection-item-2 .costsection-list2.costsection-list4{
        width: 48%;
    }
}
@media (max-width: 880px) {
    .section-post__title.castom_naprav_tab{
        flex-direction: column;
    }
    .castom_naprav_tab .tab_url{
        margin-top: 30px;
        width: 100%;
        margin-left: 0;
    }
}
@media (max-width: 767px) {
    .costsection-filter.castom_servis .costsection-search-wrap.search__inner{
        width: 100%;
    }
    .costsection-filter.castom_servis .costsection-select-wrap{
        width: 100%;
        max-width: 100%;
        margin-top: 15px;
    }
    .costsection-item-2 .costsection-list2.costsection-list4{
        width: 100%;
    }
}
@media (max-width: 439px) {
    .castom_naprav_tab .tab_url{
        flex-direction: column;
        height: auto;
    }
    .castom_naprav_tab .tab_url .item_url{
        padding: 9px;
        width: 98%;
    }
}
@media (max-width: 480px) {
    .costsection-filter.castom_servis .costsection-search-wrap.search__inner #servicesSearch{
        padding-right: 0px;
    }
    .costsection-filter.castom_servis .costsection-search-wrap.search__inner button{
        width: 100%;
        left: 0px;
        position: relative;
    }
    .costsection-item.costsection-item-2.costsection-item-12-castom{
        display: block!important;
    }
}
a.spec-btn.load_more_doctors{
    cursor: pointer;
}
.directions-list ul li a {
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
}
.costsection-form select{
    /* opacity: 0;
    visibility: hidden; */
    width: 0;
    height: 0;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    background: none;
}
@media (max-width: 1023px) {
    .main-header .main-header-wrap3 .main-header-list .submenu-container{
        display: none!important;
    }
}

main .info a{
    color: #CF3727;
    /*text-decoration: underline;*/
}

.section_info a{
    color: #4299E5;
}

main .info a:hover {
    text-decoration: none;
}

section.section_abot.section_abot-spec a{
    color: #4299E5;
    text-decoration: underline;
}

section.section_abot.section_abot-spec a:hover{
    color: #4299E5;
    text-decoration: none;
}

.anataciay_hov {
    padding-top: 5px;
}
.anataciay_hov svg{
    position: relative;
    top: -4px;
    margin-left: 3px;
    cursor: pointer;
}

.anataciay {
    display: none;
    position: absolute;
    left: calc(100% - 273px);
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgb(0 0 0 / 10%);
    border-radius: 3px;
    padding: 10px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #000000;
    min-width: 273px;
    z-index: 1000;
    bottom: 24px;
    text-align: left;
    font-weight: normal;
}
.anataciay_hov:hover .anataciay{
    display: block;
}


.doctors__price-col, .price.price_flex_wrap{
    position: relative;
}

.anataciay_hov.detail .anataciay{
    bottom: unset;
    top: -59px;
}

.price.price_flex_wrap .anataciay_hov.detail .anataciay{
    left: unset;
    right: 0;
    top: -40px;
}
@media (max-width: 768px) {
    .anataciay_hov.detail .anataciay{
        bottom: unset;
        top: -58px;
    }
}

.key_actions {
    background: #FFFFFF;
    box-shadow: 5px 5px 5px rgba(207, 55, 39, 0.2);
    border-radius: 15px;
    display: flex;
    width: max-content;
    align-items: center;
    margin-top: 40px;
    margin-bottom: 30px;
	border: #CF3727 2px inset;
}

.key_actions .teg_sale {
    background: #CF3727;
    border-radius: 10px;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding: 8px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.01em;
    margin: 3px;
    color: #FFFFFF;
}

.key_actions .name_sale {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #4299E5;
    width: max-content;
    margin-right: 15px;
}
.key_actions .name_sale a:hover {
    text-decoration: none;
}

@media (max-width: 768px) {
    .key_actions{
        width: 100%;
    }
}
/*Доработка формы 19.01.2022*/
.form_note {
    background: #D0F5E8;
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    padding: 20px;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #143341;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    border-radius: 15px;
    margin-top: 40px;
}
.form_note img{
    margin-right: 20px;
}
.form_frame .ajax_service_form .flex_form .flex_item{
    padding: 0px 0px 0px 0;
}

.form_frame .ajax_service_form .flex_form .flex_item .reviews-textarea-wrap{
    margin-top: 10px;
    margin-bottom: 10px;
}

.form_frame .ajax_service_form .flex_form .flex_item input.input.select::placeholder {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #143341;
    font-weight: 400!important;
}
.form_frame .ajax_service_form .flex_form .flex_item input.input::placeholder {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.01em;
    color: #8E959D;
    font-weight: 400!important;
}

.form_frame .ajax_service_form .reviews-textarea-wrap .btn2 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    font-weight: 400;
    text-transform: capitalize;
}

.treatment_methods .ajax_service_form form .reviews-textarea-wrap.checkbox {
    margin-top: 0px;
}

.treatment_methods .ajax_service_form form .reviews-textarea-wrap_checkbox {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #8E959D;
    width: 100%;
}
.treatment_methods .ajax_service_form form .reviews-textarea-wrap_checkbox a{
    color: #4299E5;
}

.treatment_methods .ajax_service_form .reviews-textarea-wrap {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
}

.treatment_methods .ajax_service_form .error_text {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #CF3727;
    margin-top: 10px;
}

.wrapp_form_castom {
    width: 100%;
}
.form_note{
    margin-bottom: 20px;
}
.treatment_methods {
     padding-bottom: 30px;
 }

.n-programs {
    padding: 40px 0 80px;
    background-color: #F2F6FA;
}

@media (max-width: 630px) {
    .publication-wrap1 iframe{
        width: 100%;
        height: auto;
    }
}
@media (max-width: 1400px){
    #elc_notification .stroka{
        font-size: 16px;
    }
}
@media (max-width: 1080px){
    #elc_notification .stroka{
        font-size: 14px;
    }
}
@media (max-width: 896px){
    #elc_notification .stroka {
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    #elc_notification {
        position: relative;
        height: max-content;
        display: flex;
    }
}
.elc_close_notification {
    max-width: 44px;
}
.elc_margin_wrapp{
    height: 10px;
}
.close_modal {
    display: none;
}
@media (max-width: 650px){

    #elc_notification .stroka{
        text-align: initial;
        width: 90%;
    }

    .elc_close_notification {
        height: 22px;
    }
    #elc_notification + .n-header-top{
        margin-top: 100px;
    }
}
.wrapp_stroka{
	width: 100%;
}
.elc_notification{
	height: auto;
	top:0;
	left:0;
	width:100%;
	background: #FFF2F2;	
    border: 1px solid #CF3727;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgba(207, 55, 39, 0.2);
    border-radius: 0px;
    color: #000000;
	font-size:18px;
	text-align:center;
	padding:5px 10px;
	z-index:999;
}
.elc_notification b{
padding: 1px 5px 3px;
background: #CF3727;
border-radius: 3px;
color:#fff;
font-weight: normal;
}
.elc_notification.top{
padding: 5px 15px;
display: flex;
	height: max-content;

}
.elc_notification.bottom{
	top:auto;
	left:0;
	bottom:0;
	right:auto;
}
.elc_notification.left{
	top:0;
	left:0;
	bottom:auto;
	right:auto;
}
.elc_notification.right{
	top:0;
	left:auto;
	bottom:auto;
	right:0;
}
.elc_close_notification{
	cursor:pointer;
    float: right;
	width: 8%;
    border: 1px solid #CF3727;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgba(207, 55, 39, 0.2);
    border-radius: 0px;
}

@media  (min-width: 650px)and (max-width: 980px)
{
    .elc_notification{
	position: absolute;
	height: auto;
}
}
@media only screen and (max-width: 780px)
{
.elc_notification.top{
padding: 5px;
height: auto;
font-size:14px;
}

.elc_close_notification{
	cursor:pointer;
    float: right;
	width: 18%;
    border: 1px solid #CF3727;
    box-sizing: border-box;
    box-shadow: 0px 5px 10px rgba(207, 55, 39, 0.2);
    border-radius: 0px;
}
}
@media (max-width: 600px) {
    .bg_color.v2 iframe{
        width: 100%!important;
    }
}
.doctor-n-card__info a, .rules-wrap2 a{
    color: #4299E5;
    text-decoration: underline;
}
.doctor-n-card__info a:hover,
.rules-wrap2 a:hover{
    text-decoration: none;
}

@media (max-width: 1359px) {
    .service1-wrap2{
        max-width: none;
    }
    .service1-feedback {
        display: none;
    }
    .service1-nav {
        display: none;
    }
    .service1-wrap1 {
        width: 100%;
        padding-right: 0;
    }
    .cost1-list i, .cost1-list a{
        width: calc(100% - 52%);
    }
    .section-wrap1.before_stale{
        display: none;
    }
}

@media (max-width: 767px) {
    .cost1-list li div.no_discount {
        display: flex;
        flex-direction: column;
    }

    .cost1-list li div {
        margin-right: 0px;
    }
    .cost1-list b, .cost1-list b a {
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .questions-select-wrap {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .home-n-banner__item {
        background-position: 88% 100% !important;
    }
}

/*.section_reviews .item_review{
    height: fit-content;
}*/
/*    color: #4299E5;*/


@media (max-width: 1024px) {
    .clinics-item {
        width: calc(33% - 20px);
    }
}
@media (max-width: 991px) {
    .clinics .clinics-filter{
        flex-direction: column;
    }
    .clinics .clinics-filter .clinics-filter-select-wrap{
        margin-top: 20px;
        width: 100%;
    }
    .clinics .clinics-filter-radio-wrap{
        flex-wrap: wrap;
        background-color: inherit;
        max-width: 100%;
    }

    .clinics .clinics-filter-radio-wrap label{
        margin: 5px;
    }
}
@media (max-width: 768px) {
    .clinics-item {
        width: calc(100% - 20px);
    }
}

@media (max-width: 767px) {
    .rules .rules-wrap2 {
        width: 100%;
    }

    .rules .section-wrap1 {
        order: 2;
    }
}


.btn2_3{
    color: #fff;
    font-family: 'Gerbera',sans-serif;
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    padding: 12.5px 63px;
    cursor: pointer;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    text-transform: uppercase;
    border-radius: 300px;
    background-color: #0a9beb;
}


section.section_nav_content {
    position: relative;
    background: #f2f6fa;
}

.section_nav_content .cont{
    position: relative;
}

.section_nav_content .cont .box_anchor{
    background: #FFFFFF;
    box-shadow: 0px 2px 30px rgb(27 100 164 / 40%);
    border-radius: 10px;
    padding: 20px 20px 0px 20px;
    position: relative;
    z-index: 5;
    width: 100%;
    top: -30px;
}
.section_nav_content .cont .box_anchor ul{
    display: flex;
    flex-wrap: wrap;
}

.section_nav_content .cont .box_anchor li{
    width: 33%;
    margin-bottom: 20px;
}
.section_nav_content .cont .box_anchor li a{
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    color: #2F2F2F;
    text-decoration: none;
}

.wrapp-section_nav_content .cont{
    padding-bottom: 30px;
}

@media (max-width: 1024px) {
    .section_nav_content .cont .box_anchor li{
        width: 50%;
    }
}

@media (max-width: 767px) {
    .section_nav_content .cont .box_anchor li{
        width: 100%;
    }
}

.jobs-list-filter{
    margin-bottom: 20px;
}
.jobs-top__col{
    display: flex;
    flex-wrap: wrap;
}

.jobs-top__col .jq-selectbox__select-text{
    border: 1px solid #0a9beb;
}
.jobs-top__col .jq-selectbox {
    display: block;
    min-width: 290px;
    margin-right: 20px;
    margin-bottom: 10px;
}
.jobs-top__col .jq-selectbox__dropdown ul{
    border: 1px solid #0a9beb;
}

.content-js-wrapp p a{
    color: #4299E5;
}
.jobs-list-filter .jobs-top__col{
    width: 100%;
}
.jobs-list-filter .jobs-top__col .jq-selectbox{
    width: 48%;
}

.jobs-list-filter .jobs-top__col .jobs-top__col-f2{
    width: 48%;
}

.clinic-map-wrap-flex{
    display: flex;
}

.clinic-map-wrap-flex .clinic-map-container,
.clinic-map-wrap-flex .clinic-map-info{
    width: 50%;
    position: relative;
}

@media (max-width: 1023px) {
    .clinic-map-wrap-flex{
        flex-wrap: wrap;
    }

    .clinic-map-wrap-flex .clinic-map-container,
    .clinic-map-wrap-flex .clinic-map-info{
        width: 100%;
        position: relative;
    }
}

.no-before::before{
    content: none!important;
}
.no-before{
    padding-left: 0px!important;
}

.zobol-banner-block.new_design .btn-banner{
    color: #ffffff;
    background: #CF3727;
}

.layout_after_price {
    padding: 50px 0 50px;
}

.search-item b {
    font-weight: 700;
    color: #4299e5;
}