.navbar__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}
.navbar__phone.fix{
    display: flex;
    align-items: flex-end;
    flex-direction: column;
}
.button_call{
    font-weight: 500;
    line-height: 1;
    color: #49b4a5;
    position: relative;
}
.marsh{
    position: relative;
    color: #b0b0b0;
    font-size: 14px;
}
.marsh:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background: #b0b0b0;
    transition: all .25s ease-in-out;
}
.button_call:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 1px;
    background: #49b4a5;
    transition: all .25s ease-in-out;
}
.navbar__menu.fix{
    margin-right: 24px;
}
.button_call:hover:before,.marsh:hover:before{
    width: 0;
    transition: all .25s ease-in-out;
}
.sub-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column;
    z-index: 100;
    text-align: left;
    top: 22px;
    left: -50%;
    background-color: #fff;
    width: 260px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: -8px 0px 14px 0 rgb(0 0 0 / 30%);
    padding-top: 10px;
}
.menu-item-has-children {
    position: relative;
}
.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}
.menu-item-object-custom.menu-item-has-children {
    position: static !important;
}
.sub-menu li {
    margin: 0 0 5px 0 !important;
    padding: 5px 10px !important;
    cursor: pointer;
}
.menu-item-object-custom.menu-item-has-children:hover {
    background: #f2f2f2;
}
.menu-item-object-custom.menu-item-has-children .sub-menu {
    top: 0;
    left: 100%;
    min-height: 100%;
    background: #f2f2f2;
    box-shadow: 9px 0px 14px 0 rgb(0 0 0 / 30%);
    opacity: 0;
    visibility: hidden;
}
.menu-item-object-custom.menu-item-has-children:hover .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
}
.flex_menu{
    display: flex;
    align-items: center;
}
.block_call{
    position: fixed;
    bottom: 30px;
    right: 15px;
    z-index: 10000;
    /*display: none;*/
}
.block_call_btn{
    background:  #49b4a5;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    border: 2px solid  #49b4a5;
}
.block_call_btn:before{
    content: '';
    position: absolute;
    background-color: #49b4a5;
    display: block;
    width: 100% ;
    height: 100% ;
    border-radius: inherit;
    z-index: 0;
    animation:pulse 1500ms infinite;
    left: 0;
}
@keyframes pulse{
    0%{
        box-shadow:rgba(73, 180, 165, 0.15) 0 0 0 0;
    }
    75%{
        box-shadow: rgba(73, 180, 165, 0.15) 0 0 0 16px;
    }
}
.block_call_btn.active img{
    opacity: 0;
    visibility: hidden;
}
.block_call_btn img{
    position: relative;
}
.block_call_btn.active{
    background: white;
}
.block_call_btn.active:before{

    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(45deg);
    background: #49b4a5;
    width: 20px;
    height: 2px;
    animation: none;
}
.block_call_btn.active:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%) rotate(-45deg);
    background: #49b4a5;
    width: 20px;
    height: 2px;
}
.block_call_list{
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;

    z-index: -1;
    position: absolute;
    bottom: 65px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    /*height: 160px;*/
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.block_call_list .social_link{
    margin: 0 0 5px 0;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px 7px rgba(73, 180, 165, 0.15);
}
.block_call_list img{
    width: 24px;
}
.block_call.active .block_call_list{
    opacity: 1;
    visibility: visible;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.social_list{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.social_list .social_link{
    width: 25px;
    margin-right: 15px;
    display: flex;
    transition: 400ms linear;
}
.social_list .social_link:hover{
    opacity: 0.8;
    transition: 400ms linear;
}
.social_list .social_link img{
    width: 100%;
}
.footer .main-about__form{
    background: transparent;
    box-shadow: none;
    padding: 0;
}
.footer .main-about__form__fields{
    flex-direction: column;
    grid-gap: 10px;
}
.footer .main-about__form h3{
    font-size: 16px;
    text-align: left;
    color: white;
}
.footer__wrapper{
    grid-gap: 45px;
}
.footer .button_call{
    color: #b0b0b0;
    font-size: 14px;
}
.footer .button_call:before{
    background:  #b0b0b0;
}
.footer .main-about__form__wrapper{
    grid-gap: 16px;
    margin-top: 10px;
}
.footer .main-about__form__fields__field{
    width: 100%;
}
.footer .main-about__form__fields__field input{
    width: 100%;
    padding: 5px 16px;
}
.footer .main-about__form .button{
   padding-top: 5px;
    padding-bottom: 5px;
}
.price_title{
text-align: center;
}
.price_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #b0b0b0;
    padding: 10px 5px;
}
.price_list{
    margin-bottom: 15px;
}
.price{
    margin-left: 15px;
    white-space: nowrap;
}
.navbar__mobile .sub-menu  a{
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
}
.label_stars{
    color: #747f96;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
   margin-top: 15px;
}
.stars input{
    background: transparent;
    display: none;
}
.stars{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row-reverse;
    margin-left: 22px;
}
.star span{
    position: relative;
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
    margin-right: 10px;
}
.star span:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url("../assets/icons/starr.svg");
    background-size: contain;
    -webkit-transition: 400ms linear;
    -moz-transition: 400ms linear;
    -ms-transition: 400ms linear;
    -o-transition: 400ms linear;
    transition: 400ms linear;
}
.submit{
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 12px;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    background-color: #49b4a5;
    color: #fff;
    width: 100%;
    box-sizing: border-box;
    margin-top: 20px;
}
.submit:hover{
    background-color: #3b9185;
}
.stars > input:checked ~ label span:before {
    background-image: url("../assets/icons/star2.svg");
}
.stars > input:checked + label:hover span:before,
.stars > input:checked + label:hover ~ label span:before,
.stars > input:checked ~ label:hover span:before,
.stars > input:checked ~ label:hover ~ label span:before,
.stars:hover ~ input:checked ~ label span:before{
    background-image: url("../assets/icons/star2.svg");
}
.stars:not(:checked) > label:hover span:before,
.stars:not(:checked) > label:hover ~ label span:before{
    background-image: url("../assets/icons/star2.svg");
}
.reviews_list .reviews_item{
    border-radius: 20px;
    background: #F8F8F8;
    padding: 40px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.reviews_flex{
    display: flex;
    align-items: flex-start;
    margin-left: 39px;
    width: 100%;
    justify-content: space-between;
}
.reviews_flex .reviews_date{
    margin: 0 0 0 37px;
}
.reviews_list{
    margin-top: 37px;
}
.reviews_letter{
    background: #D9D9D9;
    width: 105px;
    min-width: 105px;
    height: 105px;
    border-radius: 50%;
    margin-right: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 63px;
    font-style: normal;
    font-weight: 500;
    color: #FFF;
    line-height: normal;
}
.reviews_name{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 127%;
    color: #23150C;
    margin-bottom: 8px;
}
.reviews_date{
    font-size: 14px;
    font-style: normal;
    color: #575756;
    font-weight: 400;
    margin: 8px 0;
    line-height: 160%
}
.reviews_top{
    justify-content: flex-start;
    display: flex;
    align-items: center;
}
.submit.active{
    display: none;
}
.flex_rev{
    display: flex;
    justify-content: center;
    margin: 15px 0;
}
.reviews_item{
    border-radius: 20px;
    background: #FFF;
    padding: 20px;
}
.service-doctors__section-slider-sert {
    width: 100%;
    overflow: hidden;
}
.success_form{
    display: none;
    text-align: center;
    color: #49b4a5;
}
.wpcf7-form[data-status=sent] .success_form{
    display: block;
}
.wpcf7-form[data-status=sent] .wpcf7-submit{
    display: none;
}
.h2 {
    font-size: clamp(32px, 5vw, 40px);
    font-weight: 700;
    line-height: normal;
    color: #444a58;
}
.h2 span{
    color: #49b4a5;
}
.seo iframe{
    width: 100%;
    margin-top: 15px;
}
.seo a{
    transition-duration: 0.3s;
    position: relative;
}
.seo a:before{
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    bottom: 0;
    background: #444A58;
    transition-duration: 0.3s;
}
.seo a:hover:before{
   right: auto;
    width: 0;
    transition-duration: 0.3s;
}
.seo li,.seo ul{
    list-style: none;
    position: relative;
    line-height: 24px;
}
.seo ul,.seo ol{
    margin: 16px 0;
}
.seo
h1,
.seo h2,
.seo h3,
.seo h4,
.seo h5,
.seo h6,
.seo p {
    padding-bottom: 16px;
}
.seo ul li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #49b4a5;
}
.seo ul li{
    padding-left: 10px;
    color: #747f96;
}
.seo ol{
    counter-reset: custom-counter;
}
.seo ol li{
    counter-increment: custom-counter;
    padding-left: 17px;
    color: #747f96;
}
.seo ol li:before {
    content: counter(custom-counter) ".";
    position: absolute;
    left: 0;
    top: 0px;
    color: #49b4a5;
    font-weight: 600;
    line-height: 24px;
}
.phone_mob{
    display: none;
}
.phone_mob svg{
    height: 30px;
    width: 30px;
    transition-duration: 0.3s;
}
.phone_mob:hover svg{
    scale: 1.1;
    transition-duration: 0.3s;
}
@media screen and (max-width: 1400px){
    .header .navbar__menu {
        gap: 15px;
    }
}
@media screen and (max-width: 1340px){
    .navbar__phone.fix{
        display: none;
    }
    .phone_mob{
        display: flex;
    }
    .sub-menu,.menu-item-object-custom.menu-item-has-children .sub-menu{
        position: relative;
        top: 0;
        opacity: 1;
        visibility: visible;
        left: 0;
        box-shadow: none;
        background: transparent;
        width: 100%;
        padding-top: 0;
    }
    .menu-item-object-custom.menu-item-has-children .sub-menu{
        display: none;
    }
    .menu-item-object-custom.menu-item-has-children.active .sub-menu{
        display: flex;
    }
    .menu-item-object-custom.menu-item-has-children:hover {
        background: transparent;
    }
    .sub-menu a{
        padding-top: 5px!important;
        padding-bottom: 5px!important;
        margin-bottom: 0;
    }
}
@media(max-width: 900px){
    .reviews_list .reviews_item {
        flex-direction: column;
        align-items: flex-start;
        padding: 20px;
    }
    .reviews_top{
        margin-bottom: 10px;
    }
    .reviews_letter{
        width: 70px;
        min-width: 70px;
        height: 70px;
        font-size: 44px;
    }
    .reviews_flex{
        margin-left: 0;
    }
}
@media(max-width: 768px) {
    .phone_mob svg {
        height: 25px;
        width: 25px;
    }
}