
body{
    line-height: 1.2;
    font-family: "Manrope", sans-serif;
    transition: all 0.5s;
}
.settings_show body{
    padding-top: 150px;
}
.settings_show header{
    background: white;
}
header{
    transition: all 0.5s;
}
.header_top_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0 1.1rem;
    border-radius: 10px;
    background: #000;
    color: white;
}
.header_top_btn:hover{
    color: white;
    background: #4a4a4a;
}
.header_top_btn img{
    width: 1.5rem;
    margin-right: 0.5rem;
}
header{
    position: absolute;
}
.header_pad{
    padding: 1rem 0;
}
.header_top_left a{
    display: flex;
    align-items: center;
    font-size: 0.75rem;
    font-weight: 600;
    color: #325962;
}
.header_top_left a:hover{
    color: rgba(0,0,0,0.5);
}
.header_top_left a img{
    width: 1.25rem;
    margin-right: 0.7rem;
}
span.line{
    width: 1px;
    background: #A8A8AC;
    margin: 0 0.55rem;
    height: 2.425rem;
}
.logo{
    display: block;
    width: 13.438rem;
}
.header_flex{
    margin-top: 1rem;
    font-size: 0.75rem;
}
.header_address{
    display: flex;
    align-items: center;
    font-weight: 600;
    margin-left: 0.6rem;
    border-right: 1px solid #A8A8AC;
    padding: 0.5rem 0;
    padding-right: 0.4rem;
    color: #325962;
}
.header_address img{
    width: 1.25rem;
    margin-right: 0.7rem;
}
.btn{
    font-family: "Manrope", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 3.125rem;
    font-size: 0.875rem;
    font-weight: 600;
    padding: 0 2rem;
    border-radius: 10px;
    background: linear-gradient(180deg, #325962 0%, #578D99 100%);
    color: white;
}
.btn.full{
    width: 100%!important;
    min-width: unset!important;
    padding: 0!important;
}
.btn.min_width{
    min-width: 13.4rem;
}
.btn.min_width2{
    min-width: 20.5rem;
}
.socials a{
    display: inline-flex;
    height: 3.125rem;
    width: 3.125rem;
    border-radius: 10px;
    background: linear-gradient(180deg, #325962 0%, #578D99 100%);
    color: white;
    margin-right: 0.3rem;
    font-size: 1.7rem;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
.btn span, .socials a i{
    position: relative;
    z-index: 1;
}
.menu a{
    margin: 0 0.55rem;
}

.btn:after, .socials a:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(180deg, #578D99 0%, #325962 100%);
    transition: all 0.5s;
    opacity: 0;
}
.btn:hover:after, .socials a:hover:after{
    opacity: 1;
}
.btn:hover, .socials a:hover{
    color: white;
}

.btn.blue{
    background: #A7DFE7;
    color: #000000;
}
.btn.blue:after{
    background: #90cdd6;
}

.btn.dark_blue{
    background: #006DBB;
    border: 1px solid #2793E0;
}
.btn.dark_blue:after{
    background: #137ecc;
}

.btn.dark_red{
    background: #E02E2E;
    border: 1px solid #FF6262;
}
.btn.dark_red:after{
    background: #ef4949;
}




.btn.dark{
    background: #325962;
}
.btn.dark:after{
    background: #54757c;
}

.socials{
    display: flex;
}
.section_title{
    font-weight: 600;
    font-size: 2.5rem;
    margin-bottom: 2rem;
    line-height: 1.1;
    letter-spacing: -0.05rem;
}
.section_title span{
    color: #325962;
}
.box1{
    display: flex;
    align-items: center;
    height: 41.1rem;
    padding-top: 6rem;
    position: relative;
}
.box1_text p{
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 3.4rem;
}
.box1_text{
    position: relative;
    z-index: 2;
}
.box1_btns .btn{
    min-width: 13.6rem;
    margin-right: 0.5rem;
    padding: 0;
}
.play{
    border: 0.5px solid rgba(255,255,255,0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    margin-right: 0.6rem;
    background: rgba(255, 255, 255, 0.30);
    padding-left: 0.1rem;
    position: relative;
    z-index: 1;
}
.box1_img{
    position: absolute;
    width: 30.5rem;
    right: 14rem;
    bottom: 0;
}
.box1_img .full{
    position: relative;
    z-index: 1;
}
.elipse{
    position: absolute;
    right: -6rem;
    top: -6rem;
    width: 30.813rem;
}
.box1_img_text{
    position: absolute;
    right: -14.1rem;
    text-align: right;
    font-weight: 600;
    bottom: 5.6rem;
    width: 14rem;
}
.user_name{
    font-size: 1.25rem;
    margin-bottom: 1rem;
}
.user_name span{
    display: block;
    font-size: 2rem;
}
.user_position{
    font-size: 0.875rem;
    color: #325962;
}

#box-2{
    padding-top: 2.4rem;
    padding-bottom: 2.6rem;
}
.border_img{
    border-radius: 10px;
    overflow: hidden;
}
.border_img16{
    border-radius: 16px;
    overflow: hidden;
}
.sm_pad{
    padding-right: 5px;
}
.h_100{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}
.box2_btns .btn{
    min-width: unset;
    width: 49.5%;
}
.preim_item{
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 10px;
    height: 10.7rem;
    padding: 1rem 1rem;
}
.preim_item p{
    font-size: 2.5rem;
    font-weight: 600;
    color: #A7DFE7;
}
.sm_row{
    margin: 0 -5px;
}
.sm_row > div{
    padding: 0 5px;
    margin-bottom: 10px;
}
.gr_bg{
    border-radius: 16px;
    background: linear-gradient(180deg, #325962 0%, #578D99 100%);
    color: white;
}
.section_tag{
    text-align: right;
    opacity: 0.7;
    font-size: 0.875rem;
    font-weight: 600;
}
.op_content{
    opacity: 0.7;
}
#box-3{
    padding-top: 5rem;
}
.service_item{
    background: rgba(50, 89, 98, 0.10);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    padding: 1.2rem;
}
.service_img{
    height: 13.5rem;
    border-radius: 10px;
    overflow: hidden;
}
.service_img img{
    transition: all 0.35s;
}
.service_title{
    font-size: 1.25rem;
    font-weight: 600;
    margin-top: 1.2rem;
    margin-bottom: 1.3rem;
    min-height: 3rem;
}
.service_anons{
    margin-bottom: 1rem;
    color: black;
}
.service_item:hover .btn:after{
    opacity: 1;
}
.service_item:hover .service_img img{
    transform: scale(1.05);
}

.row_to_slide{
    margin: 0;
    display: block;
}
.row_to_slide .slick-list{
    display: flex;
    margin: 0 -5px;
}
.row_to_slide .slick-track{
    display: flex;
}
.row_to_slide .mb_30{
    margin: 0;
    height: 100%;
    -ms-flex: none;
    flex: none;
    max-width: unset;
}
.row_to_slide .slick-slide > div{
    height: 100%;
}
#box-4{
    padding-top: 5rem;
}
.box4_tag{
    border-radius: 100px;
    border: 0.5px solid rgba(255,255,255,0.5);
    background: rgba(255, 255, 255, 0.10);
    font-size: 0.875rem;
    padding: 0.55rem 0.6rem;
    margin-right: 0.2rem;
    margin-bottom: 0.4rem;
    color: rgba(0,0,0,0.7);
}
.box4{
    background: #A7DFE7;
    height: 100%;
    padding: 1rem;
    border-radius: 16px;
}
.box4_title{
    font-weight: 600;
    font-size: 1.5rem;
    margin-top: 1.7rem;
    margin-bottom: 1.2rem;
}
.box4_text{
    margin-bottom: 1.9rem;
}
.box5_img{
    border-radius: 10px;
    overflow: hidden;
    height: 28.6rem;
    position: relative;
    display: flex;
    align-items: flex-end;
    padding: 1rem 1rem;
}
.box5_link{
    border-radius: 10px;
    border: 0.5px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.01);
    box-shadow: 0 4px 59.1px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(23.049999237060547px);
    display: block;
    margin-bottom: 0.6rem;
    padding: 0.7rem 0.9rem;
}
.box5_link p{
    margin: 0;
    font-size: 0.875rem;
    font-weight: 300;
    /*letter-spacing: -0.02rem;*/
    margin-top: 0.2rem;
    color: black;
}
.box5_link_title span{
    font-size: 1.25rem;
    font-weight: 600;
}
.box5_link_title img{
    width: 1.5rem;
}
#box-5{
    padding-top: 5rem;
}
.box5{
    /*background: linear-gradient(180deg, #325962 0%, #578D99 100%);*/
    border-radius: 20px;
    padding: 1.2rem;
    color: white;
    background-image: url("../img/box5_bg.jpg");
    background-size: cover;
    background-position: center center;
}
.box5_data{
    width: 100%;
    position: relative;
    z-index: 2;
}
.ab_img{
    position: absolute;
    left: 0;
    top: 0;
}
.box5_bottom{
    font-size: 2rem;
    font-weight: 600;
    color: #A7DFE7;
}
.box5 .content{
    font-size: 1.25rem;
    font-weight: 300;
}
.box5 .h_100{
    padding: 1.3rem 0;
}
#box-6{
    padding-top: 5rem;
}
#box-6 .section_title, #box-7 .section_title, .section_title.sm_mar{
    margin-bottom: 1.3rem;
}
.box6_item{
    border-radius: 10px;
    border: 1px solid rgba(168, 168, 172, 0.40);
    background: #FFF;
    min-height: 10.9rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 1.2rem 1.2rem;
}
.box6_item_title{
    font-weight: 600;
    font-size: 1.5rem;
}
.box5_top_text{
    margin-bottom: 1.8rem;
}
.box6_row .mb_30:nth-child(1) .box6_item{
    background-image: url("../img/box6_item1.jpg");
    background-size: cover;
    background-position: center center;
    color: white;
}
.box6_row .mb_30:nth-child(5) .box6_item{
    background-image: url("../img/box6_item2.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#box-7{
    padding-top: 4.5rem;
}
.doctor_item{
    border: 1px solid rgba(168, 168, 172, 0.40);
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 1.3rem;
    background: white;
}
.doctor_item:hover .btn:after{
    opacity: 1;
}
.doctor_item_img{
    border-radius: 16px;
    overflow: hidden;
    height: 16.7rem;
}
.doctor_item_pad {
    padding: 1.1rem 1.2rem;
    padding-bottom: 0.4rem;
}
.doctor_stage{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: black;
}
.doctor_stage span{
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 7px;
    padding: 0.6rem 0.6rem;
    background: #A7DFE7;
}
.doctor_stage img{
    width: 1.5rem;
}
.doctor_name{
    font-size: 1.5rem;
    font-weight: 600;
    margin-top: 1.3rem;
}
.doctor_position{
    color: black;
    letter-spacing: -0.02rem;
    margin-bottom: 1rem;
}
.doctor_item_bottom{
    padding: 0 1.2rem;
}
.doctor_more_btn{
    margin-top: 1.3rem;
}
.doctor_more_btn .btn{
    min-width: 14rem;
}
#box-8{
    padding-top: 5rem;
}

.faq_item{
    border-radius: 10px;
    border: 1px solid rgba(168, 168, 172, 0.40);
    background: #FFF;
    margin-bottom: 0.52rem;
    overflow: hidden;
    position: relative;
    transition: all 0.35s;
}
.faq_item:after{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    background: linear-gradient(180deg, #325962 -53.43%, #578D99 100%);
    transition: all 0.5s;
    opacity:0;
}
.faq_item.factive:after{
    opacity: 1;
}
.faq_item.factive{
    color: white;
}
.faq_item.factive .faq_title{
    color: white;
    transition: all 0.35s;
}
.faq_item.factive .faq_title img{
    filter: brightness(0) invert(1);
    transform: rotate(-225deg);
}
.faq_title{
    padding: 1rem 1.2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #325962;
    position: relative;
    z-index: 1;
}
.faq_title_left{
    width: calc(100% - 1.5rem);
    padding-right: 0.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}
.faq_title_left span{
    display: inline-block;
    margin-right: 1rem;
}
.faq_title img{
    width: 1.5rem;
    transition: all 0.35s;
}
.faq_content{
    padding: 1.2rem;
    position: relative;
    z-index: 1;
    padding-top: 0;
}
.faq_content:not(.factive){
    display: none;
}

#box-9{
    padding-top: 4.3rem;
}
.news_item{
    display: flex;
    align-items: flex-end;
    height: 28.4rem;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding: 1rem 1rem;
}
.doctor_item_img img{
    position: relative;
    top: 0;
}
.news_item .ab_img, .doctor_item .doctor_item_img img{
    height: calc(100% + 1.5rem);
    transition: all 0.35s;
}

.news_text{
    padding: 0.6rem 1rem;
    border-radius: 10px;
    border: 0.5px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.20);
    box-shadow: 0 4px 59.1px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(23.049999237060547px);
    position: relative;
    z-index: 1;
    color: white;
}
.news_title{
    display: flex;
    align-items: center;
}
.news_title img{
    width: 2rem;
}
.news_title span{
    width: calc(100% - 2rem);
    padding-right: 0.5rem;
    font-weight: 700;
    min-height: 3.5rem;
}
.news_anons{
    padding-top: 0.7rem;
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: -0.015rem;
}
#box-10{
    padding-top: 4.9rem;
}
.rev_item{
    border-radius: 16px;
    overflow: hidden;
    height: 35.1rem;
    display: flex!important;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #FFFFFF;
}
.rev_item .ab_img{
    transition: all 0.35s;
}
.rev_item:hover .ab_img{
    opacity: 0.8;
}
.rev_item:hover .rev_play{
    background: #325962;
}
.rev_play{
    width: 5.125rem;
    height: 5.125rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    border: 1px solid #325962;
    background: rgba(235, 238, 239, 0.50);
    box-shadow: 0 4px 59px 0 rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(2px);
    transition: all 0.35s;
}
.rev_play img{
    width: 1.5rem;
}
.reviews_row .slick-arrow, #certificates .slick-arrow{
    top: 50%;
    background-color: #325962;
}
.reviews_row .slick-prev, #certificates .slick-prev{
    background-image: url("../img/left2.png");
}
.reviews_row .slick-next, #certificates .slick-next{
    background-image: url("../img/right2.png");
}

#box-11{
    padding-top: 5rem;
}
#box-11 .faq_title{
    padding: 1.2rem 1.2rem;
}

#box-11 .faq_item{

}
#box-12{
    margin-top: 5rem;
    padding: 1.4rem 0;
    position: relative;
}
#box-12 .container{
    position: relative;
    z-index: 1;
}
.box12_form{
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.30);
    box-shadow: 0 4px 59.1px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(23.049999237060547px);
    padding: 1.7rem 1.8rem;
    padding-bottom: 0.4rem;
}
.section_title.sm{
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0;
}
.form_text{
    font-size: 0.875rem;
    margin-bottom: 0.9rem;
}
.form-group{
    margin-bottom: 1.5rem;
}
.form-control{
    border-bottom: 1px solid #000000;
    width: 100%;
    font-size: 0.875rem;
    background: transparent;
    font-family: "Manrope", sans-serif;
    padding: 0.5rem 0;
}
.form-control::placeholder{
    color: rgba(0,0,0,0.5);
}
.check_row label{
    border: 1px solid rgba(0, 0, 0, 0.40);
    border-radius: 30px;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
    height: 3.1rem;
    padding: 0 2.1rem;
    cursor: pointer;
}
.check_row label input{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 10px;
    height: 10px;
    border: 1px solid #000000;
    border-radius: 50%;
    margin-right: 0.6rem;
    transition: all 0.5s;
}
.check_row label input:checked{
    border-color: #325962;
    background-color: #325962;
}
.checks_title{
    margin-bottom: 1.2rem;
    font-size: 0.875rem;
}
.checks{
    margin-top: 2rem;
    margin-bottom: 1.3rem;
}
.policy{
    font-size: 0.75rem;
    margin-bottom: 1.2rem;
}
.policy a{
    text-decoration: underline;
}
.policy a:hover{
    text-decoration: none;
}
.contacts{
    border-radius: 16px;
    background: #EBEEEF;
    padding: 1.2rem 1.8rem;
}
.map{
    border-radius: 16px;
    overflow: hidden;
    height: 100%;
}
.map iframe{
    height: 100%!important;
    width: 100%!important;
}
#box-13{
    padding-top: 5rem;
    padding-bottom: 5rem;
}
.cont_title{
    font-size: 1.25rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin-bottom: 0.6rem;
}
.cont_title img{
    width: 1.5rem;
    margin-right: 1.3rem;
}
.cont_text{
    display: flex;
    flex-direction: column;
    padding-left: 2.8rem;
}
.cont_text a:not(:last-child){
    margin-bottom: 0.6rem;
}
.contacts_row .mb_30{
    margin-bottom: 1rem;
}
.soc_title{
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.2rem;
}
.socials2 a{
    font-size: 2rem;
    display: inline-block;
    margin-right: 1.2rem;
    color: #325962;
}
.socials2 a:hover{
    opacity: 0.5;
}
.socials_row{
    padding-top: 0.5rem;
}
.socials_row .border_img{
    margin-bottom: 0.5rem;
}
.soc_bottom{
    margin-top: 1.6rem;
}
.soc_bottom .btn{
    padding: 0;
    width: 49%;
    text-align: center;
}
.footer_logo{
    display: block;
    width: 13.438rem;
    margin: 0 auto;
    margin-bottom: 1.7rem;
}

.footer_item{
    background: #325962;
    color: white;
    border-radius: 16px;
    padding: 1.3rem 1.8rem;
    min-height: 16rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.footer_title{
    font-weight: 800;
    font-size: 1.5rem;
}
.footer_sub_title{
    font-size: 1.25rem;
}
.footer_contacts{
    display: flex;
    flex-direction: column;
    font-size: 1.25rem;
    font-weight: 800;
}
footer .socials{
    margin-top: 1rem;
}
footer .socials a{
    width: 2.25rem;
    height: 2.25rem;
    font-size: 1rem;
    margin-right: 0.6rem;
}
.footer_menu_row ul{
    list-style-type: none;
    font-weight: 800;
    font-size: 1.25rem;
}
.footer_menu_row ul li{
    margin-bottom: 0.3rem;
}
.footer_menu_bottom{
    display: flex;
    flex-direction: column;
}
.footer_menu_bottom a{
    margin-top: 0.5rem;
}
footer{
    padding-bottom: 3rem;
}
.footer_item a{
    color: white;
}
.footer_row > .mob_full:nth-child(2) .footer_item{
    background: #EBEEEF;
    color: black;
}
.footer_contacts a{
    color: #325962;
}
.footer_contacts_bottom a{
    color: black;
}

footer a:hover{
    color: rgba(0,0,0,0.5);
}

.footer_menu_box a:hover, .footer_menu_box a.active{
    color: rgba(255,255,255,0.5);
}
.page{
    padding-top: 10.5rem;
    padding-bottom: 4.5rem;
}
.contacts_page #box-13{
    padding-top: 0;
}

.content.big{
    font-weight: 600;
    font-size: 1.25rem;
    padding-right: 7rem;
    margin-bottom: 1.6rem;
}
.page .preim_item{
    height: 11rem;
    background: #A7DFE7;
    backdrop-filter: blur(5px);
}
.page .preim_item p{
    color: #578D99 ;
}
.page .preims_row .mb_30:nth-child(2) .preim_item{
    background: rgba(255, 255, 255, 0.20);
    color: #A8A8AC;
}
.page .preims_row .mb_30:nth-child(4) .preim_item{
    background: #EBEEEF;
    color: #325962;
}
.about_page_row{
    margin-bottom: 1.2rem;
}
.page_title_gr{
    background: linear-gradient(180deg, #325962 0%, #578D99 100%);
    border-radius: 16px;
    margin-top: 4.4rem;
    padding: 1.9rem 1.8rem;
    color: white;
    margin-bottom: 0.6rem;
}
.about_mission .content p:first-child{
    opacity: 0.7;
}
.about_mission .content p{
    margin-bottom: 0.6rem;
}
.about_mission{
    border-radius: 16px;
    padding: 1.9rem 1.8rem;
    padding-bottom: 0.8rem;
    background: linear-gradient(180deg, #325962 0%, #578D99 100%);
    color: white;
}
.missions{
    padding-top: 1.8rem;
}
.mission_item{
    display: flex;
    align-items: center;
    margin-bottom: 1.2rem;
}
.m_icon{
    width: 2.25rem;
}
.m_text{
    width: calc(100% - 2.25rem);
    padding-left: 1.3rem;
    font-weight: 700;
}
.page #box-5 {
    padding-top: 4.5rem;
}
#certificates{
    padding-top: 5rem;
}
#certificates .section_tag{
    text-align: left;
}
.cert_item{
    border-radius: 16px;
    overflow: hidden;
    display: block;
    height: 17.8rem;
}
.service_page_row_text{
    padding-left: 0.7rem;
    padding-top: 2rem;
}
.service_page_row{
    margin-bottom: 5rem;
}
.page .services_row .mb_30{
    margin-bottom: 15px;
}
.service_page_gr_box{
    border-radius: 16px;
    padding: 1.2rem;
    margin-top: 5rem;
    background:  linear-gradient(180deg, #325962 0%, #578D99 100%);
    color: white;
}
.service_gr_content{
    padding-left: 0.2rem;
}
.service_gr_content .content h4{
    margin-bottom: 2rem;
}
.service_gr_content .content p{
    opacity: 0.7;
}
.service_gr_content .section_title{
    margin-bottom: 0.7rem;
    color: #A7DFE7;
}
.service_page_info{
    margin-bottom: 1.3rem;
}
strong, b{
    font-weight: 600;
}
.service_page_info_title{
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #325962;
}

.content.big2{
    font-size: 1.5rem;
    font-weight: 600;
}
.service_page_row_text2 .section_title{
    margin-bottom: 1.6rem;
}
.service_on{
    padding-left: 0.7rem;
}
.service_off{
    border-radius: 16px;
    background: #EBEEEF;
    padding: 1.2rem;
    margin-top: 1.7rem;
    padding-bottom: 0.1rem;
}
.service_on_title{
    font-size: 1.5rem;
    font-weight: 800;
    margin-bottom: 0.6rem;
    color: #325962;
}
.service_on_box .content{
    letter-spacing: -0.02rem;
}
.service_price{
    background: linear-gradient(180deg, #325962 0%, #578D99 100%);
    color: white;
    border-radius: 16px;
    padding: 1.8rem 1.8rem;
    margin-top: 5rem;
}
.service_price .section_title{

}
.service_price_item{
    margin-bottom: 1.8rem;
}
.service_price_item_title{
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
.service_price_item ul{
    font-size: 1.25rem;
    margin-left: 2rem;
}
.service_price_item ul li{
    margin-bottom: 1.4rem;
}
.service_price_item ul li span:last-child{
    font-weight: 600;
}
.service_prices_btn{
    padding-top: 0.6rem;
}
.service_prices_btn .btn.min_width2{
    min-width: 26rem;
}
.news_container{
    width: 69.6rem;
    margin: 0 auto;
}
.news_page_row .border_img16{
    width: calc(100% + 1.2rem);
}
.news_page_row .content{
    padding-left: 1.8rem;
    letter-spacing: -0.02rem;
}
.content_page .content h2, .content_page .content h3, .content_page .content h4, .content_page .content h5, .content_page .content h6, .content_page .content strong, .content_page .content b{
    color: #325962;
    margin-bottom: 0.5rem;
    padding-top: 0.6rem;
}
.news_similars{
    padding-top: 4rem;
}
.news_gr{
    background: linear-gradient(180deg, #325962 0%, #578D99 100%);
    color: white;
    border-radius: 16px;
    padding: 1.8rem 1.8rem;
    margin-top: 2rem;
}
.new_center{
    padding-top: 2rem;
}
.news_page_bottom{
    padding-top: 2rem;
}
.news_gr *{
    color: white!important;
}
.sales_page #box-4{
    padding-top: 0;
}
.pacient_page #box-8{
    padding-top: 0;
}
#pacient{
    padding-top: 4.4rem;
}
.pac_text {
    border-radius: 16px;
    background: #EBEEEF;
    padding: 1.9rem 1.8rem;
    padding-bottom: 1rem;
    height: 100%;
}
.pac_title{
    font-weight: 800;
    font-size: 1.5rem;
    margin-bottom: 1.3rem;
    color: #325962;
}
.pac_img_row{
    padding-right: 6rem;
    margin-top: 1.4rem;
}
.dg_item{
    border-radius: 16px;
    overflow: hidden;
    height: 19.563rem;
}
.dg_item.sm{
    height: 9.469rem;
    margin-bottom: 0.6rem;
}
.doctors_page .doctors_row{
    margin-top: 4.4rem;
}
.doctor_item_page_info{
    padding-left: 0.7rem;
}
.doctor_item_page_info .doctor_stage span {
    padding: 0.6rem 0.9rem;
    font-size: 1rem;
    margin-bottom: 1.3rem;
}
.doctor_position2{
    font-size: 1.25rem;
    margin-top: 0.3rem;
}
.dd_item{
    margin-bottom: 1.7rem;
}
.dd_title{
    font-weight: 800;
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
    color: #325962;
}
.dd_infos{
    padding-top: 1.6rem;
}
.dd_btn{
    margin-top: 1.7rem;
}
.dd_info_row{
    margin-top: 2.6rem;
}
.dd_bg{
    border-radius: 16px;
    background: #EBEEEF;
    padding: 1.8rem;
    padding-bottom: 1rem;
    height: 100%;
}
.dd_bg .dd_item:last-child{
    margin-bottom: 0;
}
.dd_bg .dd_title{
    font-size: 1.5rem;
    margin-bottom: 1.1rem;
}
.cc_title{
    font-size: 14px;
    font-weight: 800;
    margin-bottom: 0.5rem;
    text-align: center;
}
.cc_btn{
    border-radius: 10px;
    border: 0.2px solid rgba(50, 89, 98, 0.66);
    background: #E0E0E0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    font-weight: 800;
    font-size: 16px;
}
.cc_btn.active, .cc_btn:hover{
    background: #B6B6B6;
    color: black;
}
.cc_btn img{
    width: 24px;
}
.cc_btn.black{
    background: #000;
    color: white;
}
.cc_btn:not(:last-child){
    margin-right: 0.7rem;
}
.cc_items{
    margin: 0 auto;
}
.header_drop{
    padding: 16px 0;
    background: rgba(234, 234, 234, 0.20);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
    position: relative;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: white;
    display: none;
}
.header_drop .container{
    height: 100%;
    display: flex;
    align-items: center;
}
.h_close img{
    width: 1.5rem;
    margin: 0;
}
.header_drop .header_top_btn{
    background: #E0E0E0;
    color: black;
}
.header_drop .header_top_btn:first-child{
    margin-right: 10px;
}
.header_drop .header_top_btn{
    font-size: 14px;
    height: 50px;
    padding: 0 20px;
}
.cc_item{
    margin: 0 32px;
}

.black_bg{
    background: black;
    color: white!important;
}
.black_bg section, .black_bg header{
    background: black!important;
}
.black_bg .section_title span{
    color: white;
}
.black_bg *{
    color: white!important;
}
.black_bg header .header_drop *:not(.cc_btn.black){
    color: black!important;
}

.black_bg *:not(button, span, .btn, .socials a, i, .container, label span, input, img, .box5_data, .header_drop, .header_drop *){
    background: black!important;
}
html.black_bg .box12, html.black_bg .box12_row, html.black_bg .container, html.black_bg .box12_row > .mob_full{
    background: transparent!important;
}
html.black_bg .box1_text, html.black_bg .box1_text *:not(a){
    background: transparent!important;
}
.black_bg .form-control{
    border-color: white!important;
    color: white!important;
}
.black_bg .form-control::placeholder{
    color: white!important;
}
.black_bg .check_row label{
    background: #e8e8e8!important;
}
.black_bg .check_row label span{
    color: black!important;
}
.black_bg .doctor_stage span{
    color: black!important;
}
.black_bg .logo img, .black_bg .footer_logo img{
    filter: brightness(0) invert(1)!important;
}

.no_img * img{
    opacity: 0!important;
}
html.no_img .header_drop img, html.no_img .rev_play img, html.no_img .faq_title img,
html.no_img .logo img,
html.no_img .footer_logo img,
html.no_img .cert_item img,
html.no_img .header_top_btn img
{
    opacity: 1!important;
}
.no_img .news_item, .no_img .rev_item{
    background: black;
}

.gray_img * img{
    filter: grayscale(1)!important;
}
html.black_bg .header_top_right .header_top_btn{
    background: grey!important;
}