._popup{
    position: relative;
    left: auto;
    transform: none;
    width:auto;
}
._popup._active{
    top: 0px;
}
.promotions__grid,.requisites{
    margin-bottom: 25px;
}

.med_cart .upper_card .img{
    max-width: 181px;
    margin: 0px auto;
}
.icon.app{
    width: 31px;
    height: 31px;
}
.get_an_appointment .right_part .times{
    row-gap: 8px;
}
button.main_button:disabled,button.main_button:disabled:hover {
    background: #dcdcdc;
    border-color: #dcdcdc;
    color: rgba(42, 52, 64, 0.6980392157);
    cursor: default;
}
.mob-menu-bottom{
    display: none !important;
}
.video_block_mobile .mobile_video,.video_block_mobile .mobile_video iframe{
    min-height: 182px;
}
.navigation {
    padding-bottom: 30px;
}
button.js-tab-doc-clinic.main_button:hover{
    color: #fff;
    background: #3e8dff;
}
.popular_services .modf_item.popular_item .title{
    font-size: 26px;
}
.popular_services .modf_item.popular_item a.main_link{
    margin-bottom: 20px;
    text-decoration: underline;
    text-underline-offset: 4px;
}
.popular_services .modf_item.popular_item a.main_link:after{
    display: none;
}
.our_doctors .doctors_footer ,.video_footer,.gallery .gall_footer{
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
.video_block .video_row{
    display: inherit;
    padding: 0;
    border-top: none;
    width: auto;
    margin: 5px;
}
.video_next a{
    width: 110px;
    height: 30px;
}

.approve_popup .contact_form .has-error input{
    border: 1px solid red;
}
.help-block{
    color: red;
}
.contact-item-block .slider_discount{
    padding-bottom:0px;
}
.contact-item-block .legal_block,.contact-item-block .form_block,.contact-item-block .filials{
    margin-top: 0px;
}
.contact-item-block .form_block{
    margin-bottom: 50px;
}
.contact-item-block .filials{
    margin-bottom: 35px;
}
.schedule-filters__select._active .select__variants,.schedule-info__clinic__select._active .select__variants{
    display: block;
}
.schedule-item__title br{
    display: none;
}
@media screen and (max-width: 900px) {
    .schedule-item__title br{
        display: inherit;
    }
    .approve_popup .form-group.field-request-code{
        width: auto;
        height: auto;
        margin: 15px 0;
    }
    .video_block {
        display: block;
    }
    .popular_services .right_part .main_cta {
        height: 50px;
        margin: 0 auto;
    }
    .fancybox__container {
        z-index: 99999999;
    }
    .fancybox__slide::before{
        display: none;
    }
    .fancybox__content{
        padding: 0px;
    }
    .fancybox__slide{
        padding: 8px;
    }
    .our_doctors .block_header .slider_specialist_controls{
        display: flex;
    }
    .our_stars .slider_item a{
        width: 100%;
    }
    .our_stars .slider_item a.main_link{
        width: auto;
    }
    .dicount_block p br {
        display: inherit;
    }
}
.big_wrapper .image_p_block {
    min-width: 615px;
    min-height: 556px;
}
@media (max-width: 767px) {
    .big_wrapper .image_p_block {
        min-width: inherit;
        min-height: inherit;
    }
    .promo_block.new_np_block .image_p_block {
        margin-top: 16px;
    }
}
@media screen and (max-width: 600px) {
    .popular_services .btn_container {
        height: auto;
    }
}


.popup__success .content {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-radius: 16px;
    gap: 40px;
    flex-direction: row;
    flex-wrap: wrap;
}

.popup__success .left {
    text-align: center;
    max-width: 360px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.popup__success .left svg {
    width: 100px;
    height: 100px;
    margin-bottom: 24px;
}

.popup__success .left h1 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #2d3643;
}

.popup__success .left p {
    font-size: 16px;
    color: #5f6b7a;
}

.popup__success .card {
    background-color: #F2F4F8;
    border-radius: 16px;
    padding: 24px;
    width: 100%;
    max-width: 440px;
}

.popup__success .profile {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
}

.popup__success .avatar {
    width: 64px;
    height: 64px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    flex-shrink: 0;
}

.popup__success .name {
    font-size: 20px;
    font-weight: 700;
    color: #2d3643;
}

.popup__success .info-grid {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 12px 24px;
    align-items: start;
    width: 100%;
}

.popup__success .info-label {
    font-weight: 600;
    color: #2d3643;
}

.popup__success .info-value {
    color: #4c5561;
}

.popup__success .divider {
    height: 1px;
    background-color: rgba(0, 0, 0, 0.3);
    margin: 16px 0;
    grid-column: 1 / -1;
}

.popup__success .close-button {
    margin: 24px auto 0;
    background-color: #338dff;
    color: white;
    border: 1px solid transparent;
    border-radius: 999px;
    padding: 14px 64px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
    width: 100%;
    max-width: 300px;
    box-sizing: border-box;
}

.popup__success .close-button:hover {
    background-color: white;
    color: #338dff;
    border: 1px solid #338dff;
}
.approve_popup .form-group{
    flex: 0 1 calc(50% - 10px);
}
.approve_popup .form-group input,.approve_popup .form-group textarea{
    width: 100%;
}
.approve_popup .form-group.w100{
    flex: 0 1 100%;
}
.approve_popup .form-group.field-request-code{
    width: 1px;
    height: 1px
}
.approve_popup .order-modal__agreement.agreement_full_width input{
    width: 20px;
    height: 20px;
}
.approve_popup .order-modal__agreement.agreement_full_width a{
    text-decoration: underline;
}
@media (max-width: 768px) {
    .popup__success .content {
        flex-direction: column;
        padding: 24px 16px;
    }

    .popup__success .card {
        padding: 20px;
    }

    .popup__success .left h1 {
        font-size: 20px;
    }

    .popup__success .left svg {
        width: 80px;
        height: 80px;
    }

    .popup__success .info-grid {
        grid-template-columns: 1fr;
    }
    .popup__success .content{
        gap: 10px;
    }
}

/* Базовое оформление таблицы */
.text_block table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
    overflow: hidden;
}

.text_block table td {
    padding: 12px;
    border: 1px solid #ccc;
    text-align: left;
    vertical-align: middle;
}
.similar_desiese .arrow {
    flex: 0 0 30px;
    width: 30px;
    height: 30px;
    align-self: center;
    cursor: pointer;
    border-radius: 100px;
    background: #3e8dff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}


.big_wrapper .alert {
    display: flex;
    position: relative;
}

.big_wrapper .alert__side {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 100%;
    border-radius: 10px;
}

.big_wrapper .alert_danger .alert__side {
    color: #fff;
    background-color: #FF720C;
}

.big_wrapper .alert__side-text {
    color: inherit;
    font-weight: 500;
    font-size: 13px;
    transform: rotate(-90deg);
    top: 0;
    left: -14px;
    position: absolute;
    text-transform: uppercase;
    bottom: 0;
    margin: auto;
    height: 12px;
}

.big_wrapper .alert__content {
    padding: 13px 8px 13px 16px;
    font-size: 12px;
    position: relative;
    z-index: 5;
    background-color: #F6F6F6;
    border-radius: 0 10px 10px 0;
    margin-left: 30px;

    line-height: 1.6;
    width: 100%;
    min-height: 65px;
    display: block;
    align-items: center;
}

@media screen and (max-width: 900px) {
    .approve_popup .form-group.field-request-code{
        position: relative;
    }
    .help-block{
        position: absolute;
        width: 300px;
        top: -31px;
        font-size: 15px;
    }
    .our_doctors .block_header .right_part{
        display: block;
    }
    .our_doctors .block_header .right_part p{
        margin-bottom: 15px;
    }
    .our_doctors .block_header .right_part .slider_specialist_controls{
        justify-content: end;
    }
}
.btn-load{
    cursor: pointer;
}
.line-hide{
    display: none;
}
.info-row__title{
    font-weight: 500;
}
.our_doctors .slider_item .img{
    background: url(../img/bg-doctor.png) no-repeat 50%;
    background-size: auto;
    background-size: cover;
    border-radius: 20px;
}

.our_doctors .slider_item .stars{
    display: block;
}
.doc_rev_link{
    display: block;
    text-align: center;
}
.price_block .right_part a, .price_row span, .right_part .gray{
    color: #2a3440;
}
.price_block span,.price_block .block_header p{
    opacity: 1;
}
.big_wrapper .text_block .gray{
    opacity: 1;
}





/* SOC BLOCK IN BOLEZNY */
.soc_p_block .soc_p_block_title{
    font-weight: 500;
    font-size: 36px;
    padding: 0 25px;
    line-height: 1;
}
.soc_p_block .soc_p_block_sub_title{
    font-weight: 400;
    font-size: 16px;
    padding: 20px 25px;
    color: #2A3440B2;
}
.soc_p_block .soc_p_block_link_block{
    background: #F2F4F8;
    padding:37px 22px 37px 40px;
    border-radius: 20px;
}
.soc_p_block .soc_p_block_link_block > div{
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 10px;
    margin-bottom:8px;
    position: relative;
}
.soc_p_block .soc_p_block_link_block .sp_ico_arrow{
    align-self: center;
    max-height: 15px;
    margin: 0px 10px 0 35px;
}
.soc_p_block .soc_p_block_link_block .sp_text-note{
    color: #2A344066;
    font-size: 10px;
    position: absolute;
    left: 15%;
    bottom: 5px;
    line-height: 1;
}
.soc_p_block .soc_p_block_link_block .sp_ico{
    min-width:50px;
    min-height: 50px;
    align-content: center;
    text-align: right;
}
.soc_p_block .soc_p_block_link_block .sp_link{
    align-self: center;
    font-weight: 500;
    font-size: 16px;
}
.soc_p_block .soc_p_block_link_block .sp_link.sp_tg a{
    color: #28A8E8;
    display: contents !important;
}
.soc_p_block .soc_p_block_link_block .sp_link.sp_ins a{
    color: #820BFC;
}
.soc_p_block .soc_p_block_link_block .sp_link.sp_yt a{
    color: #FF0000;
}
.soc_p_block .soc_p_block_link_block .sp_link.sp_dz a,.soc_p_block .soc_p_block_link_block .sp_link.sp_dz [href^="https://dzen.ru"]{
    color: #FFCC00;
    display: contents !important;
}

.link__hide{
    display: none;
}
.is-opened .link__hide{
    display: inherit;
}

.link-main-item__text-more {
    color: #009BDD;
    text-decoration: none;
}

.link-main-item__text-more:hover {
    color: #EF5363;
}

.sidebar-menu.is-opened .link-main-item__text-more {
    display: none;
}

.sidebar-menu.is-opened .link-main-item__text-less {
    display: inline;
}
.link-main-item__text-less {
    display: none;
    color: #009BDD;
    text-decoration: none;
}

@media (max-width: 767px){
    .soc_p_block .soc_p_block_link_block{
        background: #F2F4F8;
        padding:10px 8px;
        border-radius: 20px;
    }
    .soc_p_block .soc_p_block_link_block .sp_text-note {
        color: #2A344066;
        font-size: 10px;
        position: absolute;
        left: 22%;
        bottom: 4px;
        line-height: 1;
    }
    .soc_p_block .soc_p_block_link_block  .sp_link span{
        display: block;
    }
    .soc_p_block .soc_p_block_title{
        font-weight: 500;
        font-size: 33px;
        line-height: 1;
        padding: 0px;
    }
    .soc_p_block .soc_p_block_sub_title{
        padding: 20px 0px;
    }
}
