

/* Start:/doctors/style.css?1765873954421*/
.head{
    background: url(/doctors/bg2.jpg) no-repeat right center / 100%;
    color: white;
}
header + .content h1 {
    display: none;
}
header + .content .head h1 {
    display: initial;
}
.head h1 {
    margin: 0;
    padding: 60px 0;
}

body[data-curpage="/doctors/garmash/"] button.callBack,
body[data-curpage="/doctors/mahmudova/"] button.callBack { display: none; }

.container-fluid > div > .attention { display: none; }
/* End */


/* Start:/local/templates/clinic_new/components/sprint.editor/blocks/.default/_style.css?176536183120591*/
.sp-editor img:not[class]{
    width: 100%;
    border-radius: 5px;
}

.sp-block-htag span{
    color: #CD2D9A;
}

.sp-block-table{
    overflow-y: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
    color: #333333;
    background-color: #F2F2F2;
    margin-top: 32px;
    border-radius: 20px;
    border: 1px solid #004C86;
    overflow: hidden;
}
.sp-block-table table td{
    padding: 12px 8px;
    vertical-align: baseline;
}
.sp-block-table table tr{
    transition: all .25s;
}
.sp-block-table table tr:first-of-type {
    background: #004C86;
    color: #fff;
}
.sp-block-table table tr:first-of-type  td{
    padding: 24px 16px;
}
.sp-block-table table tr td:not(:first-of-type){
    min-width: 150px;
}
.sp-block-table table tr td:first-of-type{
    min-width: 150px;
}
.sp-block-table table tr {
    display: table-row;
}

.sp-block-table table tr:nth-child(even) {
    background: #fff;
}

.sp-block-table table tr:not(:first-of-type):hover {
    background: #ccdbe7;
}
.sp-block-table b, .sp-block-table strong {
    font-weight: 700;
}
.sp-block-table table tr:first-of-type,
.sp-block-table table tr:first-of-type b, .sp-block-table table tr:first-of-type strong {
    font-weight: 600;
}
.sp-block-table p {
    margin: 0;
    font-size: inherit;
    color: inherit;
    font-weight: inherit;
}
@media (max-width: 767px) {
    .sp-block-table table:not(.sp-complex_price) {
        border-radius: 0;
        border: none;
    }

    .sp-block-table {
        margin-left: 200px;
    }

    .sp-block-table table:not(.sp-complex_price) tr td:first-of-type {
        position: absolute;
        left: 0;
        width: 200px;
        min-width: 200px;
        height: 100%;
        background-color: #F2F2F2;
    }

    .sp-block-table table:not(.sp-complex_price) tr:first-of-type td:first-of-type {
        background-color: #004C86;
    }

    .sp-block-table table:not(.sp-complex_price) tr:nth-child(even) td:first-of-type {
        background-color: #fff;
    }
}
@media (max-width: 480px) {
    .sp-complex_price tr:first-of-type{
        display: none !important;
    }
    .sp-complex_price tr{
        display: flex !important;
        flex-direction: column;
    }
}
@media (max-width: 519px) {
    .sp-block-table{
        margin-left: 120px;
    }
    .sp-block-table table:not(.sp-complex_price) tr td:first-of-type{
        width: 120px;
        min-width: 120px;
    }
}
@media (min-width: 520px) {
    .sp-block-table table tr td:not(:first-of-type){
        min-width: 200px;
    }
    .sp-block-table table tr td:first-of-type{
        min-width: 200px;
    }
    .sp-block-table table td{
        padding: 12px 16px;
    }
}
/*@media (min-width: 768px) {*/
/*    .sp-complex_price-btn{*/
/*        pointer-events: none;*/
/*    }*/
/*    .sp-complex_price-btn:before,*/
/*    .sp-complex_price-btn:after{*/
/*        display: none !important;*/
/*    }*/
/*    .sp-complex_price-collapse{*/
/*        display: block !important;*/
/*    }*/
/*}*/
@media (min-width: 1024px) {
    .sp-block-table table td {
        padding: 24px 32px;
    }

    .sp-block-table table tr:first-of-type td {
        padding: 24px 32px;
    }
}
@media (min-width: 1366px) {
    .sp-block-table table tr td:first-of-type{
        min-width: 300px;
    }
}
.sp-block-container b,
.sp-block-container strong{
    font-weight: 700;
}
.sp-block-container em,
.sp-block-container em b,
.sp-block-container em strong,
.sp-block-container b em,
.sp-block-container strong em{
    font-weight: 500;
}
.sp-block-container p{
    font-size: inherit !important;
    line-height: inherit !important;
    margin-bottom: 1rem !important;
    color: inherit !important;
}
.sp-block-container em{
    color: inherit;
}
.sp-complex_universal img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
    max-height: 300px;
}

.sp-complex_universal p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.sp-complex_universal ol,
.sp-complex_universal ul{
    margin: 1rem 0;
}

.sp-complex_universal .sp-complex-col .sp-block-container,
.sp-complex_universal .sp-complex-col {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}
.sp-complex_universal .sp-complex-col{
    order: 1;
}
.sp-complex_universal .sp-complex-col:last-of-type:has(.sp-block-htag){
    order: 0;
}
.sp-complex_universal .sp-complex-row{
    display: flex;
    flex-direction: column;
    gap: 16px;
    justify-content: space-between;
}
.sp-complex_universal b, .sp-complex_universal strong {
    font-weight: 700;
}
.sp-complex_universal  em b, .sp-complex_universal  em strong,
.sp-complex_universal b em, .sp-complex_universal strong em{
    font-weight: 500;
}
.sp-complex_universal.wrapper-left,
.sp-complex_universal.wrapper-right{
    font-size: 18px;
    line-height: 1.3;
}

.sp-complex_universal p,
.sp-complex_universal p{
    color: inherit;
    line-height: inherit;
    font-size: inherit;
}
.sp-complex_universal.wrapper-left p,
.sp-complex_universal.wrapper-right p{
    margin-bottom: 0;
}
.sp-complex_universal.wrapper-left p + p,
.sp-complex_universal.wrapper-right p + p {
    margin-top: 1.5rem;
}
/*.sp-complex_universal.wrapper-left .sp-complex-col,*/
/*.sp-complex_universal.wrapper-right .sp-complex-col{*/
/*   flex: 1;*/
/*}*/
.sp-complex_universal.wrapper-left .sp-complex-col:first-child,
.sp-complex_universal.wrapper-right .sp-complex-col:last-child{
    padding: 20px;
    border-radius: 12px;
    color: #fff;
    background-color: #004C86;
}
.sp-complex_universal.wrapper-right .sp-block-htag,
.sp-complex_universal.wrapper-left .sp-block-htag{
    display: flex;
    flex-direction: column;
    color: inherit;
    font-size: 26px;
    line-height: 1.2;
}
.sp-complex_universal.wrapper-right .sp-block-htag span,
.sp-complex_universal.wrapper-left .sp-block-htag span{
    color: #F49420;
}
.sp-complex_universal.wrapper-right img,
.sp-complex_universal.wrapper-left img {
    object-fit: contain;
    border-radius: 0;
}
.sp-complex_universal.wrapper-right-light img,
.sp-complex_universal.wrapper-left-light img {
    border-radius: 12px;
    max-width: 100%;
    width: 100%;
}
.sp-complex_universal.wrapper-right-light .sp-complex-row,
.sp-complex_universal.wrapper-left-light .sp-complex-row{
    gap: 21px;
}
.sp-complex_universal.wrapper-left-light .sp-complex-col:first-child,
.sp-complex_universal.wrapper-right-light .sp-complex-col:last-child{
    padding: 28px 28px 20px;
    border-radius: 5px;
    background-color: rgba(240, 248, 255, 0.5);
    border: 1px solid #223C6D;
    width: 100%;
}
.sp-complex_universal p:last-of-type{
    margin-bottom: 0;
}

.sp-editor .uc-wrapper:after{
    margin-top: 50px;
}

.sp-complex_universal.wrapper img{
    min-height: 400px;
}
.sp-complex_universal.wrapper-left-light-v2,
.sp-complex_universal.wrapper-right-light-v2{
    position: relative;
    z-index: 1;
}
.sp-complex_universal.wrapper-left-light-v2 .sp-complex-col:first-of-type,
.sp-complex_universal.wrapper-right-light-v2 .sp-complex-col:last-of-type{
    margin: 1px 0;
    padding: 16px 24px;
    border: 1px solid #004C86;
    border-radius: 5px;
    background-color: rgba(240, 248, 255, 0.5);

}

.sp-complex_universal.wrapper-left-light-v2 .sp-complex-col:not(:first-of-type),
.sp-complex_universal.wrapper-right-light-v2 .sp-complex-col:not(:last-of-type){
    z-index: 2;
}
.sp-complex_universal.wrapper-right-light-v2 .sp-complex-row,
.sp-complex_universal.wrapper-left-light-v2 .sp-complex-row{
    gap: 16px 0;
}
.sp-complex_universal.wrapper-right-light-v2 img ,
.sp-complex_universal.wrapper-left-light-v2 img {
   display: none;
}
.sp-complex_universal.wrapper-right-light-v2 .sp-complex-col .sp-block-container,
.sp-complex_universal.wrapper-left-light-v2 .sp-complex-col .sp-block-container,
.sp-complex_universal.wrapper-right-light-v2 .sp-complex-col,
.sp-complex_universal.wrapper-left-light-v2 .sp-complex-col{
    width: auto;
}
@media (min-width: 480px) {
    .sp-complex_universal .sp-complex-col .sp-block-container,
    .sp-complex_universal .sp-complex-col {
        align-items: flex-start;
    }
}
@media (min-width: 768px) {
    .sp-complex_universal.wrapper-right img,
    .sp-complex_universal.wrapper-left img {
        max-width: 100%;
    }
    .sp-complex_universal.wrapper-left .sp-complex-col:first-child,
    .sp-complex_universal.wrapper-right .sp-complex-col:last-child{
        max-width: 712px;
    }
    .sp-complex_universal .sp-complex-row{
        flex-direction: row;
    }
    .sp-complex_universal .sp-complex-col:last-of-type:has(.sp-block-htag){
        order: 1;
    }
    .sp-complex_universal img {
        min-height: 500px;
        width: auto;

        max-width: 50vw;
    }
    .sp-complex_universal.wrapper-right .sp-block-htag,
    .sp-complex_universal.wrapper-left .sp-block-htag{
        font-size: 32px;
    }

    .sp-complex_universal.wrapper-left .sp-complex-col:first-child,
    .sp-complex_universal.wrapper-right .sp-complex-col:last-child{
        padding: 32px;
    }
    .sp-complex_universal.wrapper-left-light img,
    .sp-complex_universal.wrapper-right-light img{
        min-height: 300px;
    }
    .sp-complex_universal img{
        max-height: 660px;
    }
    .sp-complex_universal.wrapper-left-light .sp-complex-col:last-child,
    .sp-complex_universal.wrapper-right-light .sp-complex-col:first-child{
        max-width: 644px;
    }
    .sp-complex_universal.wrapper-left-light-v2 .sp-complex-col:first-of-type{
        margin-right: -12px;
    }
    .sp-complex_universal.wrapper-right-light-v2 .sp-complex-col:last-of-type{
        margin-left: -12px;
    }
    .sp-complex_universal.wrapper-right-light-v2 img ,
    .sp-complex_universal.wrapper-left-light-v2 img {
        width: 371px;
        max-height: 100% ;
    }
}

@media (min-width: 1024px){

    .sp-complex_universal.wrapper-left-light img,
    .sp-complex_universal.wrapper-right-light img{
        min-height: 383px;
    }
    .sp-complex_universal.wrapper-left .sp-complex-row,
    .sp-complex_universal.wrapper-right .sp-complex-row{
        gap: 49px;
    }
    .sp-complex_universal .sp-complex-col .sp-block-container,
    .sp-complex_universal .sp-complex-col{
        gap: 32px;
    }
    .sp-complex_universal.wrapper-left .sp-complex-col:first-child,
    .sp-complex_universal.wrapper-right .sp-complex-col:last-child{
        padding: 43px 49px;
    }
    .sp-complex_universal .sp-complex-row{
        gap: 64px;
    }
    .sp-complex_universal.wrapper-left,
    .sp-complex_universal.wrapper-right{
        font-size: 20px;
    }
    .sp-complex_universal.wrapper-right .sp-block-htag,
    .sp-complex_universal.wrapper-left .sp-block-htag{
        font-size: 40px;
    }
    .sp-complex_universal.wrapper-left-light-v2 .sp-complex-col:first-of-type,
    .sp-complex_universal.wrapper-right-light-v2 .sp-complex-col:last-of-type{
        padding: 30px 46px;
    }

}
@media (min-width: 1366px) {

    .sp-complex_universal .sp-complex-col .sp-block-container,
    .sp-complex_universal .sp-complex-col{
        gap: 32px;
    }
    .sp-complex_universal img{
        max-width: 710px;
    }
    .sp-complex_universal .sp-complex-row{
        gap: 143px;
    }
    .sp-complex_universal.wrapper-left,
    .sp-complex_universal.wrapper-right{
        font-size: 24px;
    }
    .sp-complex_universal.wrapper-right .sp-block-htag,
    .sp-complex_universal.wrapper-left .sp-block-htag{
        font-size: 50px;
    }
    .sp-complex_universal.wrapper-left-light .sp-complex-col:first-child .sp-block-container,
    .sp-complex_universal.wrapper-right-light .sp-complex-col:last-child .sp-block-container{
        max-width: 675px;
    }
    .sp-complex_universal.wrapper-left-light img,
    .sp-complex_universal.wrapper-right-light img{
        max-width: 644px;
    }
    .sp-complex_universal.wrapper .sp-complex-row{
        gap: 157px;
    }
    .sp-editor .uc-wrapper{
        padding: 70px 0 78px;
    }
    .sp-complex_universal.wrapper-right-light-v2 img ,
    .sp-complex_universal.wrapper-left-light-v2 img {
        display: block;
    }
}

.sp-video{
    position: relative;
    opacity: 1;
    border-right: 12px;
    overflow: hidden;
    z-index: 0;
}
.sp-video:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 58px;
    height: 58px;
    background: url("/local/templates/clinic_new/assets_itjust/picture/icons/player_2.svg") center/contain no-repeat;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.sp-video img{
    transition: all .25s;
}
.sp-video:hover img{
    transform: scale(1.1);
}
.sp-lists ul{
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding-left: 1rem;
    list-style-image: url("/local/templates/clinic_new/assets_itjust/picture/icons/arrow_list.svg");
}
@media (min-width: 1024px) {
    .sp-lists ul{
        padding-left: 0;
    }
}


.sp-complex_universal .sp-complex-col .block-group .sp-block-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: auto 1fr;
    gap: 15px;
    grid-column: span 2;
}
@media (min-width: 768px) {
    .sp-complex_universal .sp-complex-col .block-group .sp-block-container img {
        min-height: 400px;
    }
}
.sp-complex_numbers{
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 16px;
    padding-top: 16px;
    color: #326E9B;
}
.sp-complex_numbers p{
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
    margin-bottom: 0;
}
.sp-complex_number{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.sp-complex_number-title{
    font-size: 18px;
    line-height: normal;
}
.sp-complex_number-title span{
    display: block;
    font-size: 32px;
    white-space: nowrap
}
@media (min-width: 380px) {
    .sp-complex_numbers{
        grid-template-columns: 1fr 1fr;
    }
    .sp-complex_number{
        padding: 0 16px;
        border-right: 1px solid var(--theme-color-root);
    }
    .sp-complex_number:nth-of-type(even){
        border-right: none;
    }
}

@media (min-width: 1024px) {
    .sp-complex_number-text,
    .sp-complex_number-title{
        flex: 1;
    }
    .sp-complex_number{
        border-right: none;
    }
    .sp-complex_number{
        border-left: 1px solid var(--theme-color-root);
    }
    .sp-complex_number:nth-of-type(5n){
        padding-right: 0;
    }
    .sp-complex_number:nth-of-type(5n+1){
        padding-left: 0;
        border-left: none;
    }
    .sp-complex_numbers{
        grid-template-columns: repeat(5, auto);
        padding-top: 43px;
    }
    .sp-complex_number-title{
        font-size: 20px;
    }
    .sp-complex_number-title span{
        font-size: 40px;
    }
    .sp-complex_number{
        padding: 0 15px;
    }
    .sp-complex_number {
        gap: 20px;
    }
}
@media (min-width: 1366px) {
    .sp-complex_number-title{
        font-size: 32px;
    }
    .sp-complex_number-title span{
        font-size: 64px;
    }
    .sp-complex_number {
        gap: 27px;
    }
    .sp-complex_number{
        padding: 0 20px;
    }
}

.sp-complex_tabs{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
}
.sp-complex_tab{
    display: flex;
    flex-direction: column;
    gap: 23px;
    justify-content: space-between;
    align-items: flex-start;
    padding: 16px 20px ;
    color: #004C86;
    background-color: #F2F2F2;
    border: 1px solid #326E9B;
    border-radius: 12px;
    opacity: 1;
}
.sp-complex_tab:first-of-type{
    color: #fff;
    background-color: #004C86;
}
.sp-complex_tab:first-of-type .sp-block-htag{
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 23px;
    line-height: normal;
}
.sp-complex_tab-body{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.sp-complex_tab-icon{
    width: 34px;
    height: 34px;
    margin-bottom: 8px;
}
.sp-complex_tab p{
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
    margin-bottom: 0;
}

.sp-complex_tab:first-of-type .sp-block-htag span{
    color: #F49420;
}
.sp-complex_tab-button{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    width: 100%;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    border-radius: 6px;
    transition: all .25s;
}
.sp-complex_tab-button:hover{
    color: #004C86;
    background-color: #fff;
}
.sp-complex_tab-item{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    gap: 28px;
    color: inherit !important;
    opacity: 1;
}

.sp-complex_tab-bottom{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
    width: 100%;
}
.sp-complex_tab-link{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 13px;
    color: #EF7C00;
}
.sp-complex_tab-item:hover .sp-complex_tab-link{
    color: #E10098;
}
@media (min-width: 480px) {
    .sp-complex_tabs{
        grid-template-columns: repeat(2, 1fr);
    }
    .sp-complex_tab-button{
        width: 192px;
    }
}
@media (min-width: 768px) {
    .sp-complex_tabs{
        grid-template-columns: repeat(3, 1fr);
    }
    .sp-complex_tab:first-of-type{
        grid-row: span 2;
    }

}
@media (min-width: 1024px) {
    .sp-complex_tab-icon {
        width: 54px;
        height: 54px;
    }
    .sp-complex_tab{
        padding: 24px 28px 20px;
    }
    .sp-complex_tab:first-of-type{
        padding: 22px 28px 32px;
    }
}
@media (min-width: 1366px) {
    .sp-complex_tab:first-of-type .sp-block-htag{
        font-size: 36px !important;
    }
}
.sp-complex_container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.sp-complex_container em,
.sp-complex_container i{
    font-weight: 500;
    color: inherit;
}
.sp-complex_container p {
    font-size: inherit !important;
    line-height: inherit !important;
    margin-bottom: 1rem !important;
    color: inherit !important;
    margin-top: 0;
}
.sp-complex_container p:last-child {
    margin-bottom: 0 !important;
}
@media (min-width: 1024px) {
    .sp-complex_container {
        gap: 32px;
    }
}

.sp-complex_block_blockquote{
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}
.sp-complex_block_blockquote img{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
}
.sp-complex_block_blockquote .sp-complex-col *{
    display: inline;
}
.sp-complex_block_blockquote .sp-complex-col p{
    font-size: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
    margin-bottom: .2rem !important;
    color: inherit !important;
}
@media (min-width: 500px) {
    .sp-complex_block_blockquote{
        flex-direction: row;
        align-items: start;
    }
}
@media (min-width: 768px) {
    .sp-complex_block_blockquote{
        gap: 40px;
    }
}
@media (min-width: 1366px) {
    .sp-complex_block_blockquote{
        gap: 70px;
    }
}
.sp-complex_price_surveys{
    width: 100%;
    border-radius: 20px;
    border: 1px solid #004C86;
    overflow: hidden;
}
.sp-complex_price_surveys ul{
    margin: .5rem 0 0;
    padding-left: 1.2rem;
}
.sp-complex_price_surveys li::marker{
    font-size: x-small;
}
.sp-complex_price_surveys__text{
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.sp-complex_price_surveys__body{
    display: flex;
    gap: 16px;
    flex-direction: column;
    justify-content: space-between;
    font-size: 14px;
    padding: 24px 24px;
}

.sp-complex_price_surveys__title{
    padding: 20px 24px;
    color: #fff !important;
    background-color: #004C86;
}
@media (min-width: 768px) {
    .sp-complex_price_surveys__body{
        flex-direction: row;
        gap: 82px;
        font-size: 18px;
        padding: 47px 40px;
    }
    .sp-complex_price_surveys__title{
        padding: 20px 40px;
    }
}
.sp-complex_video .sp-video{
    display: block;
    height: 250px;
    border-radius: 12px;
    background: url("/local/templates/clinic_new/assets_itjust/picture/image/optica.jpg") center/cover no-repeat;
}
.sp-complex_video .sp-video img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
@media (min-width: 768px) {
    .sp-complex_video .sp-video{
        height: 430px;
    }
}
.sp-complex_image img{
    border-radius: 5px;
}

/* End */
/* /doctors/style.css?1765873954421 */
/* /local/templates/clinic_new/components/sprint.editor/blocks/.default/_style.css?176536183120591 */
