.stars_reviews {
    position: absolute; 
    left: 0; 
    top: 0; 
    margin: auto; 
    white-space: nowrap;
    overflow: hidden;
}
.owl_serv_xl .in {
    transition: all .3s;
}
.owl_serv_xl .in:hover  {
    scale: 1.03;
    /* box-shadow: 0px 0px 4px 4px #000; */
}
.owl_serv_xl .in.bg1:hover  {
    box-shadow: 0px 0px 16px 1px rgb(237 145 7 / 50%);
}
.owl_serv_xl .in.bg2:hover  {
    box-shadow: 0px 0px 16px 1px rgb(72 204 212 / 50%);
}
.owl_serv_xl .in.bg3:hover  {
    box-shadow: 0px 0px 16px 1px rgb(243 180 87 / 50%);
}
.owl_serv_xl .in.bg4:hover  {
    box-shadow: 0px 0px 16px 1px rgb(63 169 201 / 50%);
}
.owl_serv_xl .in.bg5:hover  {
    box-shadow: 0px 0px 16px 1px rgb(210 187 156 / 50%);
}
.owl_serv_xl .in.bg6:hover  {
    box-shadow: 0px 0px 16px 1px rgb(195 127 88 / 50%);
}
.owl_serv_xl .in.bg7:hover  {
    box-shadow: 0px 0px 16px 1px rgb(31 172 181 / 50%);
}
.owl_serv_xl .in.bg8:hover  {
    box-shadow: 0px 0px 16px 1px rgb(120 212 221 / 50%);
}
.owl_serv_xl .in.bg9:hover  {
    box-shadow: 0px 0px 16px 1px rgb(67 190 201 / 50%);
}
.owl_serv_xl .in.bg10:hover  {
    scale: 1;
    box-shadow: none;
}



/* menu >>> */

.menu_item {
    color: var(--body);
    font-weight: 600;
    margin-right: 18px;
    position: relative;
}

.menu_item .dd_title {
    cursor: pointer;
}
.menu_item:hover .dd_wrap {
    display: block;
}
.menu_item:hover .dd_title {
    color: var(--orange);
}
.menu_item .dd_wrap {
    display: none;
    position: absolute;
    padding-top: 28px;
    top: 17px;
    left: -30px;
}
.menu_item .dd_wrap div {
    position: relative;
    display: flex;
    background: #fdf9ff;
    width: 340px;
    border: 2px solid #43bcc4;
    border-radius: 20px;
    padding: 30px 0 70px 30px;
    flex-direction: column;
    z-index: 9999;
}
.menu_item .dd_wrap div a {
    margin-bottom: 15px;
    padding-top: 2.5px;
    padding-bottom: 2.5px;
}
.menu_item .dd_wrap div svg {
    position: absolute;
    bottom: 0;
    right: 0;
}


/* mob >>> */

.side_menu .item {
    display: flex;
    color: #fff;
    font-weight: 600;
    line-height: 44px;
    border-bottom: 2px solid var(--blue_m);
    cursor: pointer;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;

}
.side_menu .sub_wrap {
    display: none;
}
.side_menu .item svg path {
    stroke: #ffffff;
}
.side_menu .item svg {
    transition: all .35s ease-in-out;
}
.side_menu .item.active svg {
    transform: rotate(180deg);
}

/* mob <<< */

/* menu <<< */





.number-block {
    max-width: 580px;
    /* margin: auto; */
    margin-bottom: 40px;
}
.number-block-el {
    display: flex;
    align-items: center;
}
.number-block-el-q {
    text-align: left;
    min-width: 60px;
    font-weight: 700;
    font-size: 80px;
    line-height: 115%;
    color: #F1AE4C;
}
.number-block-el-text {
    font-weight: 400;
    font-size: 16px;
    color: #4d4d4d;
}
.serv-material {
    margin-bottom: -30px;
}
.serv-material-item {
    margin-bottom: 30px;
}
.serv-materia-title {
    display: block;
    font-weight: 600;
    font-size: 20px;
    color: var(--blue_d);
    margin-bottom: 10px;
}
.serv-materia-desc {
    font-weight: 400;
    font-size: 16px;
    color: #4d4d4d;
}
.serv-material-banner {
    margin-top: 40px;
    display: flex;
    align-items: center;
    padding: 15px 15px;
    background: #f7f2eb;
    border-radius: 30px;
}
.serv-material-banner img {
    width: 42px;
    height: 42px;
    margin-right: 10px;
}

.nav-imp-block-el {
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #4d4d4d;
}
.nav-imp-block-el span {
    display: flex;
    height: 100%;
}
.nav-imp-block-el span::before {
    content: '';
    height: 100%;
    display: block;
    margin-right: 10px;
    min-width: 5px;
    width: 5px;
    background: #d4eff2;
    border-radius: 8px;
}
.mb32 {
    margin-bottom: 32px !important;
}


.serv_info .descr p {
    margin-bottom: 10px;
}
.serv-dropdown-steps-el {
    margin-bottom: 20px;
}
.serv-dropdown-steps-el_q {
    position: relative;
    cursor: pointer;
}
.serv-dropdown-steps-el_q-text {
    border-radius: 30px;
    background: #d4eff2;
    padding: 10px 13px 10px 28px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    color: #4d4d4d;
    position: relative;
    z-index: 70;
}
.serv-dropdown-steps-el_q-bg {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 0;
    background: #f7f2eb;
    z-index: 50;
}
.serv-dropdown-steps-el svg, .serv-dropdown-steps-el .serv-dropdown-steps-el_q-bg {
    transition: all .3s ease-in-out;
}
.serv-dropdown-steps-el.active svg {
    transform: rotate(180deg);
}
.serv-dropdown-steps-el.active .serv-dropdown-steps-el_q-bg {
    height: 50%;
}
.serv-dropdown-steps-el_q span {
    width: 40px;
    min-width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.serv-dropdown-steps-el_a {
    display: none;
    padding: 23px 45px 23px 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #4d4d4d;
    background: #f7f2eb;
    border-radius: 0 0 30px 30px;
}
.serv-dropdown-steps-el_a p {
    margin-bottom: 10px;
}
.serv-dropdown-steps-el_a p:last-child {
    margin-bottom: 0;
}
.serv-dropdown-steps-el_q-text div {
    display: flex;
    margin-right: 20px;
}
.serv-dropdown-steps-el_q-text div t:first-child {
    margin-right: 5px;
}

.section-number-main {
    background: #f7f2eb;
}

.question-button-block {
    padding: 14px 12px;
    background: #3fc1c9;
    border-radius: 30px;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.question-button-block p {
    margin-bottom: 15px;
}


/* new-style ==> */
.main_wrap.new-main_wrap {
    /* background-image: url(../images/design/main_xs_new.jpg?3); */
    background-image: url(../images/design/main_xs_newyear.jpg?4);
}
.new-main_wrap .h0 {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
}
.new-main_wrap .main_panel .ico_text .text, .new-main_wrap2.main_wrap2 .ico_text .text {
    margin-bottom: 30px;
}
.new-main_wrap .servs-info, .new-main_wrap2 .servs-info {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-main_wrap .servs-info svg, .new-main_wrap2 .servs-info svg {
    margin-right: 10px;
    min-width: 32px;
}
.new-main_wrap .servs-info span, .new-main_wrap2 .servs-info span {
    font-weight: 400;
    font-size: 14px;
}
.new-main_wrap .main_wrap2-servs-item img {
    width: 80px;
    height: 72px;
    object-fit: cover;
    border-radius: 0;
}
.new-main_wrap .main_wrap2-servs-item .serv-text .name, .new-main_wrap2 .main_wrap2-servs-item .serv-text .name {
    font-weight: 500;
}
.new-main_wrap .main_wrap2-servs-item .serv-text .price, .new-main_wrap2 .main_wrap2-servs-item .serv-text .price {
    font-weight: 600;
}
.new-main_wrap .main_wrap2-servs-item, .new-main_wrap2 .main_wrap2-servs-item {
    margin-bottom: 20px;
}
.new-main_wrap .main_wrap2-servs-item:last-child, .new-main_wrap2 .main_wrap2-servs-item:last-child {
    margin-bottom: 0;
}
.new-main_wrap2 .main_wrap2-servs-item img {
    width: 80px;
    height: 72px;
    object-fit: cover;
    border-radius: 0;
}
.new-main_wrap2.sm-main_wrap2 {
    border-radius: 0;
}
.main-bird-wrap {
    background: #F7F2EB;
    color: #4d4d4d;
    font-weight: 500;
    font-size: 16px;
        border-radius: 0 0 35px 35px;
}
.main-bird-wrap .bird-item-els {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-left: -16px;
    padding-top: 30px;
    padding-bottom: 30px;
    min-height: 120px;
}
.main-bird-wrap .bird-item-el {
    padding-left: 16px;
    padding-right: 16px;
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
.main-bird-wrap .bird-item-el svg {
    min-width: 32px;
    margin-right: 14px;
}
.main-bird-wrap .bird-item-el:last-child {
    margin-bottom: 0;
}
.new-main-section-serv-items.main-section-serv-items .main-section-serv-items-el .pos-1 {
    background-image: url(../images/design/section-serv-item-1-new.jpg);
}
.new-main-section-serv-items.main-section-serv-items .main-section-serv-items-el .pos-2 {
    background-image: url(../images/design/section-serv-item-2-new.jpg);
}
.new-main-section-serv-items.main-section-serv-items .main-section-serv-items-el .pos-4 {
    background-image: url(../images/design/section-serv-item-4-new.jpg);
}
.new-main-section-serv-culc .main-section-serv-culc-text1 > *:first-child {
    text-transform: uppercase;
}
.new-main-section-serv-culc .main-section-serv-culc-text2 > *:last-child {
    font-weight: 700;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
}
.new-main-section-serv-culc .main-section-serv-culc-text1 > *:first-child:before {
    content: none;
}
.new-main-section-serv-culc .main-section-serv-culc-text1 > *:first-child {
    padding-left: 0;
    margin-left: 0;
}
.new-main-section-serv-culc .main-section-serv-culc-text1 > * {
    padding-left: 13px;
    position: relative;
}

.new-main-section-serv-culc .main-section-serv-culc-text1 > *::before {
    content: '';
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 3px;
    border-radius: 2px;
    background: #43bcc4;
}

.new-main-section-serv-culc.main-section-serv-culc > * > *, .new-main-section-serv-culc .main-section-serv-culc-text1 {
    margin-bottom: 15px;
}
.page_doc.new-page_doc .owl_item {
    margin-bottom: 0;
}
.page_doc.new-page_doc .owl-dots {
    margin-top: 30px;
}
.banner-img-new.banner-img {
    min-height: 187px;
}
.new-section-material-title.section-material-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 130%;
    color: var(--blue_d);
}
.serv-materia-title.new-serv-materia-title {
    font-weight: 600;
    font-size: 20px;
    color: #4d4d4d;
}
.clinic-img-section img {
    width: 100%;
    border-radius: 20px;
    position: relative;
    z-index: 10;
}
.clinic-img-section a::before {
    content: '';
    display: block;
    opacity: 0;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    z-index: 20;
    transition: all .2s ease-in-out;
}
.clinic-img-section .row div {
    margin-bottom: 30px;
}
.clinic-img-section .row {
    margin-bottom: -30px;
}
.link-clinic-image {
    position: relative;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .main_wrap.new-main_wrap {
        /* background-image: url(../images/design/main_xl_new.jpg?2); */
        background-image: url(../images/design/main_xl_newyear.jpg?2);
    }
    .new-main_wrap .main_panel .h0 {
        margin-bottom: 30px;
    }
    .new-main_wrap .main_wrap2-servs {
        justify-content: start;
    }
    .main-bird-wrap .bird-item-el {
        width: 50%;
    }
}
@media screen and (min-width: 992px) {
    .main_panel.new-main_panel {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .new-main_wrap .main_panel {
        max-width: 606px;
    }
    .new-main_wrap .main_wrap2-servs-item {
        width: auto;
        max-width: 220px;
    }
    .new-main_wrap .main_wrap2-servs-item {
        margin-right: 15px;
    }
    .new-main_wrap .main_wrap2-servs-item:last-child {
        margin-right: 0;
        margin-top: 15px;
    }
    .banner-img-new.banner-img {
        min-height: 302px;
    }
    .clinic-img-section a:hover::before {
       opacity: .1;
    }
}
@media screen and (max-width: 991px) {
    .main_wrap.new-main_wrap {
        background-position-x: 65.9%;
    }
}
@media screen and (min-width: 1200px) {
    .new-main-section-serv-culc.main-section-serv-culc {
        padding: 57px 39px;
        padding-right: 87px;
    }
}

/* new-style <== */

@media (min-width: 768px) {
    .number-block {
        max-width: none;
    }
    .serv-material-banner {
        padding: 15px 18px;
        padding-right: 30px;
    }
    .question-button-block {
        padding: 10px 10px 10px 28px;
        flex-direction: row;
        justify-content: space-between;
        text-align: auto;
    }
    .question-button-block p {
        margin-bottom: 0
    }
}
@media (min-width: 992px) {
    
}