a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
}

#confirm_btns {
    display: flex;
}



.selectyears_wrap {
    position: relative;
    width: 100%;
}

.selectyears_list {
    position: absolute;
    display: flex;
    background-color: #f7f7f7;
    padding: 20px;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-top: -10px;
    z-index: 999;
    max-width: 22.5rem;
}

.selectyears_list button {
    margin-bottom: 5px;
}

.popup_form,
.popup_tanks,
.popup_service_description {
    position: relative;
    padding: 20px;
    margin: 0 auto;
    background-color: #fff;
    -webkit-box-shadow: 0 0 14px -4px rgba(0, 0, 0, 1);
    box-shadow: 0 0 14px -4px rgba(0, 0, 0, 1);
}

/*global modal*/

.modal_block {
    border-radius: 12px;
    max-width: 850px;
    width: 100%;
    padding: 50px;
    margin: auto;
    background-color: #fff;
    position: relative;
}





.modal_block .modal_wrap {
    display: flex;
    align-items: center;
}

.modal_block.w320 {
    max-width: 640px;
}

.modal_block.p20 {
    padding: 40px;
}

.modal_block.p15 {
    padding: 40px 30px 20px 30px;
}

.modal_block #close-mfp {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 40px;
}

.modal_block.mobile_gohome {
    padding: 30px;
    background: none;

}

.modal_block.mobile_gohome img {
    max-width: 100%;

}

.mfp-close-btn-in .mobile_gohome .mfp-close {
    color: #fff;
}

.modal_block #new_lab_banner_source {
    margin: 30px auto 10px auto;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 40px;
}




.modal_block .modal_wrap.vertical {}


.modal_block .modal_wrap .icon {
    margin: 5px 50px 5px 5px;
}

.modal_block .modal_wrap h2 {
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 20px;
}

.modal_block .modal_wrap p {
    font-size: 15px;
    font-weight: 400;
}

.modal_block .modal_wrap .orange {
    font-size: 15px;
    font-weight: 700;
    color: #ff776a;
}

.booking button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
    position: relative;
}

.booking button.disabled:hover:after {
    position: absolute;
    top: 80%;
    left: 10%;
    width: 80%;
    content: attr(title);
    background-color: #f4c1c4;
    color: #000;
    line-height: 1.2em;
    border: 1px solid #ccc;
    border-radius: 12px;
}

@media only screen and (max-width: 768px) {
    /*global modal*/

    .modal_block {
        border-radius: 12px;
        max-width: 850px;
        width: 100%;
        padding: 50px;
        margin: auto;
        background-color: #fff;
        position: relative;
    }

    .modal_block .modal_wrap {
        display: flex;
        align-items: center;
    }

    .modal_block .modal_wrap h2,
    .modal_block .modal_wrap p {
        text-align: center;
    }

    .modal_block.w320 {
        max-width: 320px;
    }

    .modal_block.p20 {
        padding: 20px;
    }

    .modal_block.p15 {
        padding: 15px;
    }

    .modal_block #close-mfp {
        margin-top: 30px;
        font-size: 14px;
        font-weight: 400;
        padding: 10px 40px;
    }

    .modal_block #new_lab_banner_source {
        margin: 30px auto 10px auto;
        font-size: 14px;
        font-weight: 400;
        padding: 10px 40px;
    }




    .modal_block .modal_wrap.vertical {
        flex-direction: column;
    }


    .modal_block .modal_wrap .icon {
        margin: 5px auto;
    }

    .modal_block .modal_wrap h2 {
        font-size: 17px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .modal_block .modal_wrap p {
        font-size: 15px;
        font-weight: 400;
    }

    .modal_block .modal_wrap .orange {
        font-size: 15px;
        font-weight: 700;
        color: #ff776a;
    }
}


.modal_block form {
    margin: 0px 50px;
}

.modal_block form button {
    margin: auto;
}

.modal_block form select {
    color: #696969;
}

.modal_block form select option:not(:checked) {
    color: #000;
}

/*end global modal*/

.booking_true {
    border-radius: 12px;
    max-width: 850px;
    width: 100%;
    padding: 50px;
    margin: auto;
    background-color: #fff;
    position: relative;
}


.booking_true .booking_true_wrap {
    display: flex;
    align-items: center;
}


.booking_true .booking_true_wrap .icon {
    margin-right: 15px;
}

.booking_true .booking_true_wrap h2 {
    font-size: 20px;
    font-weight: 700;
}

.booking_true form {
    margin: 0px 50px;
}

.booking_true form button {
    margin: auto;
}

.booking_true form select {
    color: #696969;
}

.booking_true form select option:not(:checked) {
    color: #000;
}

.specialist2_unit .parent-container img {
    width: 6px
}

.about_health_tab_header_icon img {
    width: 30px;
}

.enrol_research,
.message_director,
.enrol_main {
    max-width: 600px;
}

.select_main {
    display: block;
    width: 100%;
    padding: 14px 30px;
    margin-top: 5px;
    margin-bottom: 20px;
    border: 1px solid #c6c6c6;
    background: linear-gradient(to bottom, #f4f4f4, #e9e9e9);
    outline: none;
}

.Select_variant_inline__M0mIm select {
    padding-right: 0px;
}

.enrol_research_date_unit {
    float: left;
    width: calc(50% - 10px);
}

.enrol_research_date_unit:nth-child(2) {
    float: right;
}

.enrol_research_checkbox_wrapper {
    position: relative;
    margin-bottom: 10px;
}

.enrol_research_checkbox {
    position: absolute;
    width: 21px;
    height: 21px;
    opacity: 0;
}

.enrol_research_label {
    position: relative;
    display: block;
    padding-left: 35px;
    cursor: pointer;
}

.enrol_research_label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 21px;
    height: 21px;
    border-radius: 5px;
    border: 2px solid #ff0000;
    z-index: 2;
    background-position: center center;
    background-repeat: no-repeat;
}

.enrol_research_checkbox:checked+.enrol_research_label:before {
    background-image: url(/img/icon_checked_red.png);
}

.enrol_popup {
    text-align: center;
    outline: none !important;
}

.textare_main_mail_director {
    min-height: 160px;
}

.form_search_sveral {
    padding: 26px 24px;
    border: 1px solid #d3d7da;
    border-radius: 10px;
}

.search_sveral_title {
    margin-bottom: 32px;
    font-size: 17px;
    font-family: "RobotoBold";
}

fieldset label {
    margin-right: 10px;
    margin-bottom: 8px;
}

@media only screen and (max-width: 768px) {
    fieldset label {
        padding: 10px 50px 15px 10px;
    }

    fieldset label input[type="radio"] {
        -ms-transform: scale(1.5);
        /* IE 9 */
        -webkit-transform: scale(1.5);
        /* Chrome, Safari, Opera */
        transform: scale(1.5);
        margin-right: 6px;
    }
}

fieldset legend {
    font-size: 16px;
}

fieldset {
    display: block;
    margin: 15px;
    cursor: pointer;
}

fieldset:hover {
    background-color: #fafafa;
}

.input_search_sveral,
.textare_main {
    display: block;
    width: 100%;
    padding: 8px 16px;
    margin-bottom: 15px;
    border: 1px solid #c6c6c6;
    background: #fff;
    border-radius: 6px;
}

.input_search_sveral:focus,
.textare_main:focus {
    background: #fff;
}

.input_search_sveral::-webkit-input-placeholder {
    color: #696969;
}

.input_search_sveral::-moz-placeholder {
    color: #696969;
}

.input_search_sveral:-moz-placeholder {
    color: #696969;
}

.input_search_sveral:-ms-input-placeholder {
    color: #696969;
}

.textare_main::-webkit-input-placeholder {
    color: #696969;
}

.textare_main::-moz-placeholder {
    color: #696969;
}

.textare_main:-moz-placeholder {
    color: #696969;
}

.textare_main:-ms-input-placeholder {
    color: #696969;
}

.input_search_sveral:focus::-webkit-input-placeholder {
    color: transparent;
}

.input_search_sveral:focus::-moz-placeholder {
    color: transparent;
}

.input_search_sveral:focus:-moz-placeholder {
    color: transparent;
}

.input_search_sveral:focus:-ms-input-placeholder {
    color: transparent;
}

.textare_main:focus::-webkit-input-placeholder {
    color: transparent;
}

.textare_main:focus::-moz-placeholder {
    color: transparent;
}

.textare_main:focus:-moz-placeholder {
    color: transparent;
}

.textare_main:focus:-ms-input-placeholder {
    color: transparent;
}

.input_search_sveral_box {
    margin-bottom: 40px;
}

.content p,
.content ul {
    margin-bottom: 25px;
}

.content ul,
.content ol {
    margin-left: 25px;
}

.content ul li {
    list-style-type: disc;
    line-height: 30px;
}

.content ol li {
    list-style-type: decimal;
    line-height: 30px;
}

.popup_tanks {
    max-width: 480px;
    padding: 20px 15px;
    margin: 0 auto;
    text-align: center;
}

.h3_popup_tanks {
    margin-bottom: 10px;
}

.popup_map {
    padding-top: 42px;
    position: relative;
    max-width: 900px;
    margin: auto;
}

.map_content {
    width: 100%;
    height: 500px;
}

.popup_map .mfp-close {
    color: #fff !important;
    right: -6px !important;
}

#close img {
    width: 40px;
}

.popup_service_description {
    max-width: 900px;
}

.slider_vertical {
    height: 544px;
}

.slider_vertiacal_unit {
    padding: 25px 10px;
    height: 180px;
    border: 1px solid #c8d5de;
    border-radius: 5px;
}

.slider_vertical_foto {
    display: inline-block;
    vertical-align: middle;
    width: 136px;
    height: 136px;
    margin-right: 10px;
    border-radius: 100%;
    overflow: hidden;
    border: 8px solid #c8d5de;
}

.slider_vertical_description {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 152px);
}

.slider_vertical_title {
    color: #2d3e58;
    font-size: 18px;
}

.slider_vertical_subtitle {
    margin-top: 3px;
    font-size: 11px;
    color: #79808a;
}

.slider_vertical_experience {
    color: #ca0001;
    font-size: 14px;
}

.slider_vertical_next {
    position: relative;
    height: 62px;
    width: 100%;
    border-radius: 0 0 10px 10px;
    background: linear-gradient(to left, #f7393c, #b00001);
}

.slider_vertical_bottom {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.swiper-button-prev,
.swiper-button-next {
    display: none;
    margin: 0;
}

.hide {
    display: none;
}


#top-summ {
    margin-left: 5px;
}

.advantages_range_uzi {
    margin-top: -50px;
    margin-bottom: 30px;
    position: relative;
    z-index: 8;
}

.specialized_tab {
    color: #1d2f3c;
}

.services-list a {
    color: #212529;
}

.services-list a:hover {
    color: #ec1213;
}

.AddressMap_list___6CMk {
    height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
}

.AddressMap_list___6CMk::-webkit-scrollbar {
    width: 10px;
}

.AddressMap_list___6CMk::-webkit-scrollbar-track {
    background-color: #e3e6e8;
}

.AddressMap_list___6CMk::-webkit-scrollbar-thumb {
    background-color: #e6675b;
    height: 50%;
    border-radius: 5px;
}

.AddressMap_wrapper__31dBy>div:first-child {
    flex-basis: calc(50% + 5px);
}



.AddressMap_list___6CMk {
    margin: 0 0 0 25px;

}

.work-time {
    margin: 15px 0 0 0px;
}

@media (max-width: 767.98px) {
    .AddressMap_wrapper__31dBy>div:first-child {
        flex-basis: 100%;
    }



    .AddressMap_list___6CMk {
        margin: 0 25px 0 25px;
        height: auto;

    }
}



#topmenu li ul.menu_drop {
    display: none;
    padding: 0px;
}

#topmenu li ul.menu_drop li ul.menu_drop2 {
    display: none;
}





#topmenu li:hover ul.menu_drop {
    display: block;
    width: 300px;
    z-index: 6;
}

#topmenu li:hover ul.menu_drop li:hover ul.menu_drop2 {
    display: block;
}




ul.menu_drop {
    position: absolute;
    background: #ffffff;
    box-shadow: 1.219px 9.925px 10px hsl(240deg 7% 46% / 20%);
}

ul.menu_drop li,
ul.menu_drop2 li {
    padding: 10px 10px;
    border-bottom: 1px solid #eee;
    margin-right: 0px;
}


ul.menu_drop li:hover,
ul.menu_drop2 li:hover {
    color: #fff;
    border-bottom: 1px solid #ff776a;
    background: #ff776a;
}

ul.menu_drop li a,
ul.menu_drop2 li a {
    font-size: 13px;
}

ul.menu_drop li:hover a,
ul.menu_drop2 li:hover a {
    color: #fff;
    font-size: 13px;
}


ul.menu_drop li:hover ul.menu_drop2 li a {
    color: #000;
}

ul.menu_drop li:hover ul.menu_drop2 li:hover a {
    color: #000;
}

ul.menu_drop li:hover ul.menu_drop2 li:hover a:hover {
    color: #fff;
}

ul.menu_drop li:hover a:hover,
ul.menu_drop2 li:hover a:hover {
    color: #fff;
}





ul.menu_drop2 {
    position: absolute;
    left: 300px;
    top: 0px;
    width: 300px;
    background: #ffffff;
    box-shadow: 1.219px 9.925px 10px hsl(240deg 7% 46% / 20%);
}





.CardService_card__jnMxP {
    min-height: 72px;
    max-height: 90px;
}


.CardService_card__jnMxP .service-icon {
    width: 72px;
    min-width: 72px;
    text-align: left;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    left: 20px;
    text-align: left;
}

.swiper-pagination {
    left: 20px;
    text-align: left;
}

.swiper-pagination-bullet {
    border: 2px solid #ff776a;
    background: none;
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 12px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 12px));
}

.swiper-pagination-bullet-active {
    background-color: #ff776a;
}

.map {
    display: none;
}

.map.active {
    display: block;
}

.Header_search__y_4oc {
    max-height: 0px;
}

.Header_search__y_4oc.active {
    max-height: 45px;
    opacity: 1;
}

.search-bt-icon {
    display: none;
}

.mobile-cart-amount {
    position: relative;
    right: 15px;
    top: -18px;
    background-color: #d00304;
    color: #fff;
    font-size: 10px;
    text-align: center;
    width: 15px;
    height: 15px;
    line-height: 15px;
    border-radius: 50%;
}

.mobile-map-area {
    display: none;
}

.Footer_middle__TJMce ul a:hover {
    color: #ec1213
}

.CardInfo_card__ku71i {
    background-position: 100% 100%;
    background-repeat: no-repeat;
}

.Search_search__NigrL .container form {
    margin-bottom: 0px;
}

.Search_input__YJIgD {
    padding: 2px 5px;
    border: none;
}

@media (max-width: 767.98px) {
    .mobile-map-area {
        display: block;
    }

    .About_item__wzMZQ {
        text-align: center;
    }

    .About_item__wzMZQ>div {
        display: block;
    }
}

@media (max-width: 767.98px) {
    .Header_search__y_4oc.active {
        max-height: 60px;
        opacity: 1;
        padding: 10px 0;
    }

    .Header_search__y_4oc {
        background-color: #eceeee;
    }

    .search-bt-icon {
        display: block;
        background-color: #fff;
        border-radius: 50%;
        padding: 10px;
    }

    .search-bt-icon svg {
        margin-right: 0px;
        fill: #ec1213;
        stroke: #ec1213;
    }

    .search-bt-text {
        display: none;
    }

    .Search_search__NigrL {
        padding: 0px;
        margin: 0px;
        border-bottom: 0px;
        height: 40px;

    }



    .Header_search__y_4oc input {
        background-color: #eceeee;
        color: a3a3a3;
        border: 0px;
        padding: 2px 5px;
    }

}

#map-1,
#map-2 {
    cursor: pointer;
}

.popup-time {
    position: absolute;
    width: 186px;
    height: 200px;
    border: 1px solid #f3f3f3;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 1.219px 9.925px 10px hsl(240deg 7% 46% / 20%);
    margin-top: 10px;
    background-color: #fff;
    z-index: 1;
    padding: 10px;
}

.popup-time p {
    margin-bottom: 10px;
    width: 100%;
}

.popup-time p span {
    font-weight: 700;
    width: 80px;
}

.popup-time p span.vsk {
    color: #ec1213;
}

#time-2 {
    bottom: 60px;
}


@media (max-width: 767.98px) {
    .Button_size_default__o9vFY {
        padding: 5px 8px;
    }
}

#mobile-menu {}

#mobile-menu ul li {
    line-height: 50px;
    border-bottom: 1px solid #e2e2e2;
    color: #000000;
    text-transform: uppercase;
}

#mobile-menu ul li a {
    color: #000000;
}

.header-fixed .slogan {
    display: none !important;
}

@media (max-width: 767.98px) {
    #mobile-menu {
        display: block;
    }
}

#mobile-contacts {
    display: none;
    border-top: 1px solid #eb9a9b;
}

@media (max-width: 767.98px) {
    #mobile-contacts {
        display: block;
    }

    .header-fixed #mobile-contacts {
        margin-top: 5px;
    }

    .header-fixed .Header_inner__NQ2x5 {
        padding-top: 5px;
        padding-bottom: 5px;
    }
}

#mobile-contacts div {
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #eee;
    margin-top: 15px;
}

#mobile-contacts div p {
    text-align: center;
    width: 100%;
    color: #000;
    font-size: 16px;
    margin-bottom: 15px;
}

#mobile-contacts div p a.phone {
    color: #c4201e;
    font-size: 23px;
    font-weight: 700;
}

#mobile-contacts div p.time {
    color: #808080;
    font-size: 16px;
}

#mobile-contacts div svg {
    width: 30px;
    height: 30px;
    fill: #919191;
    margin-bottom: 10px;
}

.Header_mobile__bHwog img {
    height: 22px;
}


.fix-menu,
.fix-search {
    display: none;
}

.header-fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 99;
    background-color: #fff;
}


.header-fixed .fix-menu,
.header-fixed .fix-search {
    display: flex;
}

.header-fixed .Header_search__y_4oc.active {
    height: 50px;
    margin-top: 5px;
}

.header-fixed .Header_middle__tb4Bg {
    background-color: #fff;
}

.header-fixed .Header_top__EMzXg {
    display: none;
}

.header-fixed .Header_middle__tb4Bg .Header_logo__SAQTw img {
    width: 40px;
    height: 40px;
}

.header-fixed .Header_middle__tb4Bg .Header_contact__EkQLY a {
    font-size: 14px;
}

.header-fixed.Header_middle__tb4Bg .Header_contact__EkQLY span {
    font-size: 12px;
}

.header-fixed .Header_bottom__mJFM3 {
    display: none;
}

.header-fixed #topmenu {
    font-size: 10px;
}

.header-fixed .Button_size_default__o9vFY {
    padding: 6px 9px;
    font-size: 12px;
}

.header-fixed .menu_li.page_238,
.header-fixed .menu_li.page_239,
.header-fixed .menu_li.page_241 {}

.header-fixed .Button_size_default__o9vFY svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.header-fixed .Button_size_inline__aOYvs svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

table.schedule {
    width: 100%;
    margin: 5px 0 10px 0;
}

table.schedule tr th,
table.schedule tr td {
    text-align: center;
    padding: 5px;
    border: 1px solid #eee;
}

table.schedule tr th {
    background-color: #f7f7f7;
    color: red;
}

table.schedule tr th:first-child {
    color: #000;
    width: 50%;
}

.laboratory_content p {
    margin-bottom: 15px;
}

.laboratory_content.news_item ul,
.laboratory_content.news_item ol {
    margin-left: 20px;
    margin-bottom: 15px;

}

.laboratory_content.news_item ul li,
.laboratory_content.news_item ol li {
    list-style-type: disc;

}

.specialist2_unit p strong {
    margin-top: 15px;
    margin-bottom: 5px;
    display: block;
}

.specialist2_unit ul {
    margin-bottom: 15px;
}

.news_col:hover .CardNews_title__n8REC {
    color: #ec1213;
}

@media (max-width: 767.98px) {
    .header-fixed {
        position: fixed;
        width: 100%;
        top: 0px;
        z-index: 99;
        background-color: #fff;
    }

    .search-bt-icon {
        display: block;
        background-color: #fff;
        border-radius: 50%;
        padding: 8px;
    }

    .header-fixed .Button_size_inline__aOYvs .search-bt-icon svg {
        margin-right: 0px;
        fill: #ec1213;
        stroke: #ec1213;
        width: 21px;
        height: 20px;
    }



    .header-fixed .Header_middle__tb4Bg {
        background-color: #fff;
    }

    .header-fixed .Header_top__EMzXg {
        display: none;
    }

    .header-fixed .Header_search__y_4oc.active {
        height: 50px;
        margin-top: 0px;
    }

    .header-fixed .Button_size_default__o9vFY {
        padding: 5px 8px;
        font-size: 14px;
    }
}

/* Common styles of menus */

@font-face {
    font-family: 'icomoon';
    src: url('/templates/demodizzy/style2022/fonts/icomoon.eot');
    src: url('/templates/demodizzy/style2022/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
        url('/templates/demodizzy/style2022/fonts/icomoon.woff') format('woff'),
        url('/templates/demodizzy/style2022/fonts/icomoon.ttf') format('truetype'),
        url('/templates/demodizzy/style2022/fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.dl-menuwrapper {
    width: 100%;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    z-index: 3;

}

.dl-menuopen {
    border-top: 1px solid rgba(236, 18, 1, 1);
}

.dl-menuwrapper:first-child {
    margin-right: 100px;
}

.dl-menuwrapper button {
    background: #ccc;
    border: none;
    width: 48px;
    height: 45px;
    text-indent: -900em;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
}

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
    background: #fff;
}

.dl-menuwrapper button:after {
    content: '';
    position: absolute;
    width: 68%;
    height: 5px;
    background: #fff;
    top: 10px;
    left: 16%;
    box-shadow:
        0 10px 0 #fff,
        0 20px 0 #fff;
}

.dl-menuwrapper ul {
    padding: 0;
    list-style: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.dl-menuwrapper li {
    position: relative;
}

.dl-menuwrapper li a {
    display: block;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    outline: none;
}

.no-touch .dl-menuwrapper li a:hover {
    background: rgba(255, 248, 213, 0.1);
}

.dl-menuwrapper li.dl-back>a {
    padding-left: 30px;
    background: rgba(244, 244, 244, 1);
}

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li>a:not(:only-child):after {
    position: absolute;
    top: 0;
    line-height: 50px;
    font-family: 'icomoon';
    speak: none;
    -webkit-font-smoothing: antialiased;
    content: "\e000";
}

.dl-menuwrapper li.dl-back:after {
    left: 10px;
    color: rgba(236, 18, 19, 1);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.dl-menuwrapper li>a:after {
    right: 10px;
    color: rgba(0, 0, 0, 0.15);
}

.dl-menuwrapper .dl-menu {
    position: absolute;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dl-menuwrapper .dl-menu.dl-menu-toggle {
    transition: all 0.3s ease;
}

.dl-menuwrapper .dl-menu.dl-menuopen {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
    display: none;
}

/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen>a,
.dl-menu.dl-subview li.dl-subview>a {
    display: none;
}

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen>.dl-submenu>li {
    display: block;
}

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper>.dl-submenu {
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    margin: 0;
}

/* Animation classes for moving out and in */

.dl-menu.dl-animate-out-1 {
    -webkit-animation: MenuAnimOut1 0.1s;
    animation: MenuAnimOut1 0.1s;
}

@keyframes MenuAnimOut1 {
    0% {}

    100% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }
}



.dl-menu.dl-animate-in-1 {
    -webkit-animation: MenuAnimIn1 0.1s;
    animation: MenuAnimIn1 0.1s;
}







@keyframes MenuAnimIn1 {
    0% {
        -webkit-transform: translateZ(-500px) rotateY(0deg);
        transform: translateZ(-500px) rotateY(0deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateZ(0px) rotateY(0deg);
        transform: translateZ(0px) rotateY(0deg);
        opacity: 1;
    }
}



.dl-menuwrapper>.dl-submenu.dl-animate-in-1 {
    -webkit-animation: SubMenuAnimIn1 0.1s ease;
    animation: SubMenuAnimIn1 0.1s ease;
}





@keyframes SubMenuAnimIn1 {
    0% {
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}


.dl-menuwrapper>.dl-submenu.dl-animate-out-1 {
    -webkit-animation: SubMenuAnimOut1 0.1s ease;
    animation: SubMenuAnimOut1 0.1s ease;
}


@-webkit-keyframes SubMenuAnimOut1 {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(50%);
        opacity: 0;
    }
}




/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
    position: relative;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.no-js .dl-menuwrapper li .dl-submenu {
    display: block;
}

.no-js .dl-menuwrapper li.dl-back {
    display: none;
}

.no-js .dl-menuwrapper li>a:not(:only-child) {}

.no-js .dl-menuwrapper li>a:not(:only-child):after {
    content: '';
}

/* Colors for demos */

/* Demo 1 */
.demo-1 .dl-menuwrapper button {
    background: #c62860;
}

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
    background: #9e1847;
}

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
    background: #e86814;
}

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
    background: #D35400;
}

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
    background: #08cbc4;
}

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
    background: #00b4ae;
}

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
    background: #90b912;
}

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
    background: #79a002;
}

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
    background: #744783;
}

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
    background: #643771;
}

.slider_doctors_foto img {
    height: auto;
}

.specialist2_unit img {
    width: 360px;
}

.about_health_tab_header_icon img {
    width: 30px;
}

.button_laoratory_research_icon_box img {
    max-width: 40px;
}



#showall {
    margin: 20px auto;
    width: 205px;
    color: #ff5140;
    background-color: #ffd8d4;

}

#showall .fw-bold {
    margin-right: 10px;
}

.sort_price {
    box-shadow: 0 0 10px hsl(240deg 7% 46% / 20%);
    margin-top: 30px;
}

.price-line.is-hidden {
    visibility: hidden;
    display: none;
}

.price-line.is-hidden.visible {
    visibility: visible;
    display: flex;
}

.price-line {
    padding: 30px 50px;
    border-bottom: 1px solid #dddddd;
    align-items: center;
    margin: 0;
}

.price-line .name {
    font-size: 16px;
    font-weight: 700;
}

.price-line .price {
    color: #e91a1e;
    font-weight: 900;
    font-size: 22px;
}

.price-line .info {
    color: #fff;
    border-radius: 100px;
    border-color: #ff776a;
    background: #ff776a;
    align-items: center;
    display: inline-flex;
    transition: .2s ease-in;
    border: 1px solid transparent;
    padding: 12px;
    font-size: 16px;
}

.price-line .info svg {
    width: 22px;
    fill: #fff;
}

.price-line .info:hover svg {
    width: 22px;
    fill: #000;
}

.price-line .order {
    color: #fff;
    border-radius: 100px;
    border-color: #ff776a;
    background: #ff776a;
    align-items: center;
    display: inline-flex;
    transition: .2s ease-in;
    border: 1px solid transparent;
    padding: 12px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;

}

.price-line .order.active {
    border-color: #ec1213;
    background: #ec1213;

}

@media print {

    header,
    footer {
        display: none !important;
    }
}

.research_video.text h2 {
    text-align: center;
    font-size: 27px
}

.research_video.text p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.laboratory_description h1 {
    margin-bottom: 20px;
    margin-top: 20px;
}

.laboratory_description p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.laboratory_description ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.lab_banner {
    margin-left: 0px;
    width: 100%;
    max-width: 100%;
}



a.Button_variant_red-light-fill__AGeJe {
    color: #fff;
}

a.Button_variant_red-fill__r8lXW {
    color: #fff !important;
}

.services_unit_img {
    margin-right: 10px;
}

a.Button_variant_red-light-fill__AGeJe.walink {
    background-color: #d4f6e2;
    color: #00b147;
    border: 1px solid #00b147;
}

a.Button_variant_red-light-fill__AGeJe.walink:hover {
    color: #49d481
}

h1 {

    margin: 0.3em 0;
}

@media only screen and (max-width: 480px) {
    h1 {
        font-size: 1em;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 768px) {

    .Dropdown_toggle__Kl_iB {
        width: 100%;
        margin-top: 10px;
    }

    .Dropdown_toggle__Kl_iB .Button_button__jaMr_ {
        width: 100%;
    }

    .header-fixed .fix-menu,
    .header-fixed .fix-search {
        display: none;
    }

    .specialized_tab_header {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .specialized_tab_header_unit {
        min-height: 48px;
        padding: 12px 10px;
        font-size: 12px;
        margin: 5px;
    }

    .price-line {
        padding: 15px;
        border-bottom: 1px solid #dddddd;
        align-items: center;
        margin: 0;
    }

    .price-line .price {
        font-size: 14px;
    }

    .price-line .info svg {
        width: 16px;
        fill: #fff;
    }

    .price-line .order {
        color: #fff;
        border-radius: 15px;
        border-color: #ff776a;
        background: #ff776a;
        align-items: center;
        display: inline-flex;
        transition: .2s ease-in;
        border: 1px solid transparent;
        padding: 8px 12px;
        font-size: 13px;
        font-weight: 400;
    }
}

.Card_card__Hul7O {
    height: 100%;
    border-radius: 10px;
    box-shadow: .574px .819px 10.5px rgba(31, 37, 62, .22)
}

.UserContainer_wrapper__iXMIM {
    padding: 60px 0
}

.UserContainer_cardInner__jWJGO {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #000;
    height: 100%;
    padding: 40px 0
}

.UserContainer_cardInner__jWJGO svg {
    width: 30px;
    height: 30px;
    margin-bottom: 15px;
}

.UserContainer_cardInner__jWJGO:hover i,
.UserContainer_cardInner__jWJGO:hover span {
    color: #ee1e23
}

.UserContainer_cardInner__jWJGO:hover svg {
    fill: #ee1e23
}

.UserContainer_cardInner__jWJGO span {
    font-size: 20px;
    font-weight: 500;
    transition: .2s ease-in-out
}

.UserContainer_cardInner__jWJGO i {
    font-size: 40px;
    transition: .2s ease-in-out
}

.UserDataContainer_wrapper__neVRJ {
    padding: 60px 0;
}

.UserDataContainer_wrapper__neVRJ .price-line {
    padding: 10px 50px;
    color: #8f8f8f;
}

.UserDataContainer_wrapper__neVRJ .price-line a {
    color: #dc0200;
}

.UserDataContainer_wrapper__neVRJ .price-line a.Button_variant_red-light-fill__AGeJe {
    color: #fd7869;
    background-color: #fdeae6;
}

.UserDataContainer_wrapper__neVRJ .price-line a.Button_variant_red-light-fill__AGeJe:hover {
    color: #dc0200;
    background-color: #fdeae6;
}

.UserDataContainer_wrapper__neVRJ .price-line a.Button_variant_red-light-fill__AGeJe svg {
    fill: #fd7869;
}

.UserDataContainer_wrapper__neVRJ .price-line a.Button_variant_red-light-fill__AGeJe:hover svg {
    fill: #dc0200;
}

@media (max-width: 767.98px) {
    .UserDataContainer_wrapper__neVRJ .price-line .Button_size_default__o9vFY svg {
        width: 22px;
        height: 22px;
        margin-right: 0px;
    }
}



.UserDataContainer_wrapper__neVRJ .price-line:hover {
    color: #f16264;
}


.UserDataContainer_wrapper__neVRJ .price-line:hover a {
    text-decoration: underline;
}

.UserDataContainer_wrapper__neVRJ .price-line:hover {
    background-color: #f6f8f7;
}



.Card_card__Hul7O {
    height: auto;
    border-radius: 10px;
    box-shadow: 0.574px 0.819px 10.5px rgb(31 37 62 / 22%);
}

.UserDataContainer_inner__bMQnD {
    margin: 0 100px;
}

#timepassword {
    color: #ec1213;
}


.question_area {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    background-color: #f2f2f4;
    padding: 20px;
    border: 1px solid #dddddd;
}

.question_area .question {
    display: flex;
}

.question_area .answer {
    display: flex;
    justify-content: flex-end;
}

.question_area .question .question_item {
    background-color: #ffffff;
    padding: 10px 20px;
    margin: 10px;
    align-self: self-start;
    border-radius: 6px;
}

.question_area .answer .question_item {
    background-color: #fd7761;
    padding: 10px 20px;
    margin: 10px;
    align-self: self-end;
    border-radius: 6px;
}

.question-form_area {
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    background-color: #fafbfc;
    padding: 20px;
    border: 1px solid #dcdcdd;
}

.question-form_area form {
    display: flex;
    align-items: space-between;
    margin-bottom: 0px;
}

.question-form_area form textarea {
    border-radius: 6px;
    padding-left: 10px;
    height: 40px;
    border: 1px solid #dcdcdd;
    min-width: 400px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {
    .question-form_area form textarea {
        min-width: 200px;

    }
}


.question-form_area form button {
    background: none;
    padding: 5px;
    margin-left: 10px;
}

.consultant {
    height: auto;
    border-radius: 10px;
    box-shadow: 0.574px 0.819px 10.5px rgb(31 37 62 / 22%);
    width: 194px;
    margin-top: 75px;
    overflow: hidden;
}

.consultant .consultant_name {
    padding: 15px 5px;
    text-align: center;
}

.consultant .consultant_experience {
    padding: 10px;
    text-align: center;
    background-color: #f9f9fb;
    font-size: 16px;
}



.consultant .consultant_name p {
    text-align: center;
    font-weight: 700;
}

.consultant .consultant_name p span {
    text-align: center;
    font-weight: 400;
    font-size: 12px;
    color: #5b6474;
}

.question-form_area form button svg {
    width: 30px;
    height: 30px;
    fill: #61656e;
}

.question-form_area form button:hover svg {
    fill: #fd7761;
}


.UserDataContainer_badge__jW3IW {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    background: #f1f1f1;
    border-radius: 40px;
    padding: 10px 20px;
}

.UserDataContainer_badge__jW3IW svg {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    fill: #b7b7b9;
}

.UserDataContainer_badge__jW3IW .status svg {
    width: 20px;
    height: 20px;
    margin: 0 10px;
    fill: #d19360;
}

.UserDataContainer_prev__SKqxC {
    font-weight: 700;
    display: flex;
    align-content: center;
    align-items: center;
}

.UserDataContainer_prev__SKqxC svg {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}


.UserDataContainer_important__4CQWJ {
    display: flex;
}

.UserDataContainer_important__4CQWJ svg {
    width: 30px;
    height: 30px;
    margin: 0 10px;
    fill: #ec1213;
}

.UserDataContainer_badge__jW3IW .status span {

    color: #d19360;
}

.UserDataContainer_badge__jW3IW .UserDataContainer_user__ZDZNS {
    display: flex;
    align-items: center;
}

.UserDataContainer_badge__jW3IW span {
    display: inline-flex;
    align-items: center;
    font-weight: 700;
    margin-left: 5px;
}

.UserDataContainer_badge__jW3IW span i {
    margin-left: 5px;
}

.UserDataContainer_input__ujFdN {
    position: relative;
}

.UserDataContainer_input__ujFdN.timepassword {
    color: #ec1213;
    font-weight: 700;
}

.UserDataContainer_input__ujFdN input {
    width: 100%;
    border: 1px solid #c1c1c1;
    border-radius: 10px;
    padding: 10px;
}

.UserDataContainer_input__ujFdN p {
    position: absolute;
    right: 10px;
    top: 65%;
    transform: translateY(-50%);
    color: #11a011;
}

.bi-person-circle:before {
    content: "п“—";
}

.bi:before,
[class*=" bi-"]:before,
[class^=bi-]:before {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-weight: 400 !important;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bonus-modal-content {
    border-radius: 12px;
    max-width: 600px;
}

@media only screen and (max-width: 768px) {
    .bonus-modal-content {
        border-radius: 12px;
        max-width: 300px;
    }
}

.CardService_card__jnMxP p {
    font-size: 17px;
}

@media only screen and (max-width: 768px) {
    .CardService_card__jnMxP p {
        font-size: 12px;
    }
}

.bonus-modal-content h2 {
    margin-bottom: 15px;
}

.bonus-modal-content p {
    margin-bottom: 15px;
    font-weight: 700;
}

.bonus-modal-content p span svg {
    margin-right: 10px;

}

.bonus-modal-content p.small {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 14px;
}


.bonus-modal-content .red {
    color: #c30a36;
}

.bonus-modal-content .bronse {
    color: #ba7940;
    fill: #ba7940;
}

.bonus-modal-content .silver {
    color: #969696;
    fill: #969696;
}

.bonus-modal-content .gold {
    color: #afa20e;
    fill: #afa20e;
}

.bonus-modal-content .platinum {
    color: #b5a395;
    fill: #b5a395;
}

.bonus-modal-content .brill {
    color: #2ec4e9;
    fill: #2ec4e9;
}

.AddressItem_item__Kb_yo_addres {
    display: flex;
    justify-content: space-between;
}

.AddressMap_list___6CMk {
    margin: 0 25px;
}

.link_for_location {
    display: flex;
    background-color: #f2f2f2;
    border-radius: 20px;
    align-items: center;
}

.link_for_location img {
    margin: 5px;
    padding: 4px 5px;
    background-color: #fff;
    border-radius: 50%;
}

.link_for_location span {
    font-size: 14px;
    margin: 10px;
}

.AddressMap_list___6CMk {
    margin: 0px;
    padding: 0 25px;
}

@media (max-width: 767.98px) {
    .AddressMap_list___6CMk {
        margin: 0;
        height: auto;
    }
}



/* new order service*/
.no_price_result {
    padding: 30px 50px;
    text-align: center;
}

.no_price_result img {
    width: 90px;
    height: 90px;
}

/** РџР°РіРёРЅР°С†РёСЏ*/
.my-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
}

.justify-content-center {
    justify-content: center !important;
}

.d-flex {
    display: flex !important;
}

.pagination_pagination__M8bHW {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.pagination_pagination__M8bHW li {
    margin-right: 5px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fd7761;
    cursor: pointer;
    transition: .2s ease-in-out;
}

.pagination_pagination__M8bHW li.pagination_disable__s48nd {
    color: #ced4da;
}

.pagination_pagination__M8bHW li:first-child {
    box-shadow: none;
}

.pagination_pagination__M8bHW li.pagination_active__Tkizi {
    box-shadow: inset 0 0 5px #ced4da;
    font-weight: 700;
    color: #000;
}

.pagination_pagination__M8bHW li i {
    font-size: 26px;
}

.pagination_pagination__M8bHW li i {
    font-size: 26px;
}

/** */
.public-prices-container_info__9Xfw_ {
    font-size: 18px;
    color: #5a5a5a;
    font-weight: 700;
    text-align: center;
}

.link-red-light-lg {
    font-size: 20px;
    font-weight: 900;
    color: #fd7761;
}

/** */



.input_wrapper__4zmC_ .input_input__NcZaT {
    position: relative;
}


.input_wrapper__4zmC_ .input_input__NcZaT i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ec1213;
    font-size: 20px;
    pointer-events: none;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.input_wrapper__4zmC_ .input_input__NcZaT input {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 22px 15px 5px;
}

.input_wrapper__4zmC_ .input_input__NcZaT.input_placeholder__btrZH input {
    padding: 13.5px 15px;
}

.input_wrapper__4zmC_ .input_input__NcZaT.input_rounded__R7VeY input {
    border-radius: 100px;
}

.input_wrapper__4zmC_ .input_input__NcZaT.input_icon__LOrXL input {
    padding-left: 45px;
}

.scroll-list_wrapper__oIi1y {
    border: 1px solid #ced4da;
    border-radius: 10px;
    overflow: hidden;
}

.scroll-list_wrapper__oIi1y .scroll-list_header__6AZmT {
    padding: 20px;
    border-bottom: 1px solid #ced4da;
}

.scroll-list_wrapper__oIi1y .scroll-list_list__BsP4B {
    padding: 20px 0;
}

.scroll-list_wrapper__oIi1y .scroll-list_scroll__YZDCN {
    padding: 0 20px;
    overflow-y: auto;
}

.public-prices-container_scrollList__LDncZ li {
    margin-bottom: 5px;
}

.checkbox_box__z8sxY {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.input_wrapper__4zmC_ .input_input__NcZaT i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ec1213;
    font-size: 20px;
    pointer-events: none;
}

.input_wrapper__4zmC_ .input_input__NcZaT i {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    color: #ec1213;
    font-size: 20px;
    pointer-events: none;
}

.input_wrapper__4zmC_ .input_input__NcZaT.input_noBordered__BS97B i {
    left: 0;
}

.input_wrapper__4zmC_ .input_input__NcZaT i svg {
    width: 22px;
    height: 22px;
    fill: #ec1213;
}

.public-prices-container_aside__r1tso .input_wrapper__4zmC_ .input_input__NcZaT i svg {
    margin-left: 10px;
}



.form-check-input[type=checkbox] {
    border-radius: 0.25em;
    min-width: 20px;
    min-height: 20px;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    print-color-adjust: exact;
}


.checkbox_box__z8sxY input {
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    border-color: #e9e8e8;
}



.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    print-color-adjust: exact;
}

.checkbox_box__z8sxY input {
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    border-color: #e9e8e8;
}

#branchlsit .checkbox_box__z8sxY input {
    width: 20px;
    height: 20px;
    margin: 0;
    cursor: pointer;
    border-color: #e9e8e8;
}

.form-check-input[type=checkbox] {
    border-radius: 0.25em;
}

.checkbox_box__z8sxY input:checked {
    border-color: #fd7761;
    background-color: #fd7761;
}



label {
    display: inline-block;
}

.checkbox_box__z8sxY label {
    margin-left: 10px;
    cursor: pointer;
    font-size: 18px;
}

#branchlsit .checkbox_box__z8sxY label {
    margin-left: 10px;
    cursor: pointer;
    font-size: 16px;
}

.button_button__IoiqD {
    padding: 0;
    margin: 0;
    background: transparent;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    border: 1px solid transparent;
    transition: .2s ease-in-out;
}

.button_button__IoiqD.button_variant_text__mPbT9 {
    padding: 2px !important;
}

.button_button__IoiqD.button_size_default__iO539 {
    font-size: 16px;
    padding: 10px 30px;
}

.button_button__IoiqD.button_variant_text__mPbT9.button_color_gray__BF8aO {
    color: #5a5a5a;
    background-color: transparent;
    border-color: transparent;
}

.location_label {
    margin-top: 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    margin-left: 17px;
    color: #818181;
}

.location_label svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    fill: #818181;
}

#expert_param {
    margin-bottom: 30px;
}

#expert_param,
#filial {
    margin-left: 20px;
}

.show_exp {
    background-color: #bababa;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    padding: 4px 10px 2px 10px;
    cursor: pointer;
    margin-left: 10px;
}

.mfp-bg {
    background: #404c54;
}

.popup_form.enrol_research {
    padding: 50px;
    border-radius: 15px;
    max-width: 800px;
    font-size: 18px;
    line-height: 26px;
}

.expert-title {
    margin-bottom: 10px;
}

.expert-title span {
    font-size: 30px;
    font-weight: 700;
    margin-left: 15px;
}

.show_exp:hover {
    background-color: #ff776b;
}

#close-mfp {
    margin: 10px auto;
    display: block;
}

.team_body {}

.slider_doctors_foto img {
    width: 250px;
    height: 250px;
}

.order_section_row {
    box-shadow: 0 0 20px hsl(240deg 7% 46% / 20%);
    display: flex;
    border-radius: 12px;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
    padding: 15px 50px;
    cursor: pointer;
    z-index: 2;
}

.order_section_row.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.order_section_row.colapsed .expand_body {
    display: none;
}



.order_section_row p.title {
    font-weight: 700;
    font-size: 16px;
    margin-top: 20px;
}

.order_section_row.complete p.title {
    color: #da0004;
}




.order_section_row .expand {
    background-color: #fff;
    margin-top: 20px;
}

.order_section_row .expand_body .choose_selector {
    align-items: center;
    justify-content: center;
}

.order_section_row .expand_body .choose_selector.team_body {
    align-items: center;
    justify-content: space-between;
}


.order_section_row .expand_body .choose_selector button {

    border-color: #e8e8e8;
    background: #e8e8e8;
    color: #2b3b47;
}

.order_section_row .expand_body .choose_selector button.active {
    border-color: #ff776a;
    background: #ff776a;
    color: #fff;
}

.order_section_row .expand_body .choose_selector.team_body button {
    background: none;
    border: none;

}

.order_section_row .expand_body .choose_selector.team_body button.active {
    background: none;
    border: none;
    color: #000;
}

.order_section_row .expand_body .choose_selector.team_body button .specialist_unit {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
}

.order_section_row .expand_body .choose_selector.team_body button.active .specialist_unit {
    background: #fff;
    border: 1px solid #ff776a;
    border-radius: 6px;
}



.order_section_row .expand_body .choose_selector.team_body button .reit img {
    width: 12px;
    height: 12px;
    fill: yellow;
}

.order_section_row .expand_body .choose_selector.team_body button ._title {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
    margin-top: 10px;
    text-align: left;
}

.order_section_row .expand_body .choose_selector.team_body button .work {
    font-size: 16px;
    color: #e1e1e1;
    text-align: left;
}

.order_section_row .expand_body .choose_selector.team_body button .anons {
    font-size: 16px;
    color: #000000;
    text-align: left;
}

.order_section_row .expand_body .choose_selector.team_body button .rew {
    text-align: left;
}

.order_section_row .expand_body .choose_selector.team_body button .rew a {
    color: #2e4761;
    text-decoration: underline;
}

.order_section_row .expand_body .choose_selector.team_body button .firstdate-block {
    text-align: left;
    border-top: 1px solid #e1e1e1;
    padding-top: 20px;
}

.order_section_row .expand_body .choose_selector.team_body button .firstdate-block .firstdate {
    font-weight: 500;
}













.order_section_row .expand_body .specialization_body {
    align-items: center;
    justify-content: center;
}


.order_section_row .expand_body .specialization_body button {
    width: auto;
    margin: 0 10px;
    border-color: #e8e8e8;
    background: #e8e8e8;
    color: #2b3b47;
}

.order_section_row .expand_body .specialization_body button.active {
    border-color: #ff776a;
    background: #ff776a;
    color: #fff;
}


.order_section_row .expand_body button.complet {
    width: auto;
    margin: 0 auto;
    z-index: 3;
}



.order_section_row .expand img {
    width: 30px;
    height: 30px;
}

.order_section_row.expanded .expand img {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}



.order_section_row .input_input__NcZaT {
    position: relative;
}


.order_section_row .input_input__NcZaT i {
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    color: #ec1213;
    font-size: 20px;
    pointer-events: none;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

.order_section_row .input_input__NcZaT input {
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 30px;
    padding: 22px 15px 5px;
}

.order_section_row .input_input__NcZaT.input_placeholder__btrZH input {
    padding: 13.5px 15px;
}

.order_section_row .input_input__NcZaT.input_rounded__R7VeY input {
    border-radius: 100px;
}

.order_section_row .input_input__NcZaT.input_icon__LOrXL input {
    padding-left: 45px;
}

.order_section_row .input_input__NcZaT i svg {
    width: 22px;
    height: 22px;
    fill: #ec1213;
}

@media (min-width: 992px) {
    .public-prices-container_aside__r1tso {
        min-width: 250px;
    }
}



@media (max-width: 767px) {
    .slider_doctors_unit {
        width: 250px;
    }

    .slider_doctors_foto img {
        width: 250px;
        height: 250px;
    }

    .UserDataContainer_inner__bMQnD {
        margin: 0 0px;
    }

    .UserDataContainer_user__ZDZNS {
        margin-bottom: 6px;
    }


}

.redline {
    background: linear-gradient(0deg, #e46060, #f92e2e);
    height: 144px;
}

.redline h1 {
    font-size: 35px;
    color: #fff;
    text-align: center;
    font-weight: 900;
}

.baner_text {
    background-color: #fff;
    border-radius: 15px;
    margin-top: -60px;
    box-shadow: 0 0 30px hsl(0deg 0% 24% / 30%);
}

@media (max-width: 992px) {
    .redline h1 {
        font-size: 16;
    }

    .baner_text {
        margin-top: -80px;
    }

}

.children .CardService_card__jnMxP {
    height: 130px;
    max-height: 130px;
    overflow: hidden;
    text-overflow: clip;
    position: relative;
    color: #464877;
}

.children .CardService_card__jnMxP a {
    color: #464877;
}

.children .CardService_card__jnMxP .service-icon {
    width: 70px;
    min-width: 70px;
    text-align: left;
    margin-left: -20px;
    margin-right: 28px;
}

.children .CardService_card__jnMxP img {
    margin-right: 38px;
    z-index: 2;
    position: relative;
}

.children .cicle-bg {
    width: 150px;
    height: 150px;
    background-color: #bfebea;
    position: absolute;
    display: block;
    border-radius: 50%;
    z-index: 1;
    left: -65px;
}

.children .cicle-bg.c3c6ec {
    background-color: #c3c6ec;
}

.children .cicle-bg.fba9b6 {
    background-color: #fba9b6;
}

.children .cicle-bg.f5cec2 {
    background-color: #f5cec2;
}

.children .cicle-bg.fef0c9 {
    background-color: #fef0c9;
}

.children .cicle-bg.b2f3e7 {
    background-color: #b2f3e7;
}

.children .cicle-bg.ffe4db {
    background-color: #ffe4db;
}

.children .cicle-bg.ffc9d1 {
    background-color: #ffc9d1;
}

.children .cicle-bg.fbf4f0 {
    background-color: #fbf4f0;
}

.children .cicle-bg.fc9d9d {
    background-color: #fc9d9d;
}

.children .cicle-bg.d5d5ff {
    background-color: #d5d5ff;
}

.children .next-icon {
    position: absolute;
    right: 15px;
    bottom: 15px;
    background-color: #fff;
    padding: 14px;
    border-radius: 50%;
    display: block;

}


.children .next-icon svg {
    fill: #dc2c7b;
    width: 16px;
    height: 16px;
    display: block;

}

.children {
    display: none;
    margin-top: 70px;
}

.children .child-text {
    font-size: 18px;
    margin-bottom: 30px;
}

.fullage {
    display: none;
}

.children.active,
.fullage.active {
    display: block;
}



.form-switch {
    padding-left: 2.5em;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 0px;
}

.form-switch label {
    margin-left: 10px;
    margin-top: 0.25em;
    color: #626262;
}

.form-switch label.active {
    margin-left: 10px;
    margin-top: 0.25em;
    color: #dc2c7b;
}

.partner-wrapper-new {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}


.partner-wrapper-new a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: calc(20% - 20px);
    margin: 15px 10px;
    border: 1px solid #c5c5c5;
    border-radius: 9px;
    padding: 0 10px;
    cursor: pointer;
    min-height: 70px;
    transition: 0.2s ease-in-out;
}

.partner-wrapper-new a img {
    max-width: 100%;
}




@media screen and (max-width: 768px) {
    .partner-wrapper-new a {
        flex-basis: calc(33.3333% - 20px);
    }
}

@media screen and (max-width: 570px) {
    .partner-wrapper-new a {
        flex-basis: calc(50% - 20px);
    }
}


.form-switch .form-check-input {
    background-image: url(/images/icons/children/switch.png);
    width: 45px;
    height: 24px;
    border-radius: 12px;
    border-color: #d0d3da;
    background-color: #65c5f6;
    filter: gray;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.5;
}

.form-switch .form-check-input:focus {
    background-image: url(/images/icons/children/switch.png);
}

.form-switch .form-check-input.active {
    -webkit-filter: grayscale(0);
    filter: none;
    opacity: 1;
}

.switchlabel .form-switch .form-check-input:focus {
    background-image: url(/images/icons/children/switch.png);
}

.form-check-input:checked {
    background-color: #65c5f6;
    border-color: #65c5f6;
}

.form-switch .form-check-input:checked {
    background-image: url(/images/icons/children/switch.png);
    filter: none;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

.switchtentgen .form-switch .form-check-input,
.switchtentgen .form-switch .form-check-input:focus,
.switchtentgen .form-switch .form-check-input:checked {
    background-image: url(/images/icons/children/switchrentgen.png);
    background-color: #ab0403;
    border-color: #cfd3da;
}

img.rabbit {
    position: absolute;
    margin-top: -165px;
    z-index: 9;
    right: 30px;
}

.expert_wrapper {
    padding: 20px 20px;
    background: #fdd5cf;
    border-radius: 10px;
    position: relative;
    background: linear-gradient(90deg, #fdd5cf 50%, #fef1ec);
}

.expert-col {
    display: flex;
    align-items: center;
}

.expert-col .icon,
.expert-col .avatar {
    margin: 20px;
}

.expert-col .icon img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
}

.expert-col .avatar img {
    width: 64px;
    height: 64px;
    border-radius: 100%;
}

.expert-col .chekingexpert {
    font-weight: 500;
    font-size: 1.3em;
}

.expert-col .title {
    font-weight: 700;
    font-size: 1.3em;
}

.expert-col .post {
    font-weight: 500;
    font-size: 1.2em;
}

.filial-modal {
    border-radius: 12px;
    max-width: 300px;
    padding: 20px;
    margin: auto;
    background-color: #fff;
    position: relative;
}

.filial-modal img.asklepiy_new_filial {
    width: 100%;
    max-width: 100%;
}

.filial-modal p {
    font-size: 18px;
    text-align: center;
}

.filial-modal p.title {
    font-weight: 700;
}

.filial-modal p.subtitle {
    color: #ff776a;
}

.filial-modal .link_for_location_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.filial-modal p.subtitle .link_for_location {
    margin: 0 auto;
    display: block;
    width: 150px;
}


.coockies_noties {
    box-shadow: 0px -6px 10px hsla(240, 7%, 46%, .2);
    padding: 30px 0px;
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #fff;
    z-index: 9;
    display: none;
}

.coockies_noties.active {
    display: block;
}

.coockies_noties ._noties {
    font-size: 15px;
    font-weight: 500;
}

.flex {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.coockies_noties ._noties span {
    color: #c4211d;
}

.topinfobar {
    background: rgb(255, 203, 189);
    background: linear-gradient(180deg, rgba(255, 203, 189, 1) 0%, rgba(248, 93, 88, 1) 100%);
    padding: 10px;
}

.topinfobar .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.topinfobar .flex svg {
    margin-right: 10px;
}

@media only screen and (max-width: 768px) {
    .coockies_noties {
        bottom: 72px;
    }

    .coockies_noties ._noties {
        font-size: 14px;
        font-weight: 500;
    }
}


@media only screen and (max-width: 768px) {

    .topinfobar {
        padding: 10px;
    }

    .topinfobar .flex {
        flex-direction: column;
    }

    .topinfobar .flex svg {
        margin-right: 0px;
        width: 40px;
    }

    img.rabbit {
        display: none;
    }

    .children {
        margin-top: 15px;
    }

    .expert_wrapper {
        padding: 20px 20px;
    }

    .expert-col .chekingexpert {
        font-weight: 500;
        font-size: 1.2em;
    }

    .expert-col .title {
        font-weight: 700;
        font-size: 1.3em;
    }

    .expert-col .post {
        font-weight: 500;
        font-size: 1em;
    }
}

.complex_banner_wrap {
    margin-top: 30px;
}

.complex_banner_wrap img {
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    .CardInfo_description__7XCQ4 {
        margin: 10px 80px 15px 0px;
    }
}


.toast {
    position: fixed;
    top: 0px;
    z-index: 9999;
    width: 100%;

    min-height: 20px;

}

.toast.success {
    background-color: #198754;
}

.toast.fail {
    background-color: #dc3545;
}

.toast .icon {
    margin-right: 10px;
}

.toast .icon svg {
    fill: #fff;
}

.toast .text {
    color: #ffffff;
}

.toast_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 10px;
}

.limitations {
    text-align: center;
    font-weight: 700;
    color: #c00b0d
}

.legacy_title {
    color: #e7181d;
    font-weight: 700;
    font-size: 16px;
}

.legacy_item p {
    line-height: 24px;
    font-size: 16px;
    color: #000;
}

.legacy_item a:hover {
    color: #e7181d !important;
}

.legacy_title,
.legacy_title_item {
    color: #e7181d !important;
    font-weight: 700;
    font-size: 16px;
}

.legacy_instruction {
    color: #575757;
    font-weight: 700;
    font-size: 16px;
}

.items_wrap {
    justify-content: space-between;
}



.Footer_legacy a {
    cursor: pointer;
    display: block;
}

.Footer_legacy .legacy_instruction a {
    color: #575757;
    font-weight: 700;
    font-size: 16px;
}




._icon-search.done:before {
    content: "\e901" !important;
}

.top__body {
    margin-top: 30px;
}

.depart__button {
    display: flex;
}

.depart__location.depart__location--active {
    color: #fff;
    background: linear-gradient(0deg, #ea858d 0, #f7d2d4 100%);
}

.confirm_choose_order {
    max-width: 200px;
}


.chose__label {
    margin-bottom: 1.875rem;
}

.gallery-time__wrapper {
    display: flex;
    justify-content: space-around;
}

.gallery-time__slide--active {
    color: #fff !important;
    background-color: #ff776a;
}


.gallery-time__slide h4.bold {
    font-weight: 900 !important;
    font-size: 1.3125rem !important;
}

.item-time__times button:hover {
    color: #fff;
    background-color: #ff776a;
}

.loader {
    background-color: #ce0304;
    margin: 0 auto;
    width: 100px;
    text-align: center;
    border-radius: 16px;
}

.item-time__times {
    max-width: 60%;
}




@media (max-width: 47.99875em) {
    .item-time__times {
        max-width: 100%;
    }
}

.personal_vote_button {
    font-size: 5rem;
    padding: 1rem;
}

#vote_bt_wrap {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.vote_result_wrap {}

.item-type {
    width: 100%;
}

.gallery-time__slide h4.nomobie {
    display: block;
}

.gallery-time__slide h4.mobile {
    display: none;
}

#confirm_date span {
    margin-right: 5px;
}


.booking_checkbox {
    width: 20px;
}

.booking_checkbox::before {
    display: inline-block;
    margin: 0px;
    vertical-align: middle;
    background: url(/images/icons/svg/check.svg) -20px top no-repeat rgb(255, 255, 255);
    cursor: pointer;
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 0.1875rem;
    border: 0.0625rem solid #a7a9ac;
    margin: 0px 5px 5px 0px;
}

.booking_checkbox:checked::before {
    background: url(/images/icons/svg/check.svg) left top no-repeat #ff776a;
    border: 0.0625rem solid #ff776a;
}

.checkbox__text {
    line-height: 20px;
}

.tem-time__info {
    align-items: center;
}


.fisio_text {
    display: flex;
    gap: 0 20px;
    margin-bottom: 15px;
}

.fisio_text p {
    margin-bottom: 0px;
}


@media (max-width: 720px) {
    .fisio_text {
        flex-direction: column;
    }

    .gallery-time__slide h4.nomobie {
        display: none;
    }

    .gallery-time__slide h4.mobile {
        display: flex;
        flex-direction: column;
    }

    .gallery-time__slide h4.mobile .day_week {
        font-size: 1rem;
    }



    .gallery-time__slide {
        padding: 0.5rem;
    }

    .gallery-time__slide span.count {
        display: none;
    }

}

/*
.Header_top__EMzXg {
    background-image: url(/img/new_year/header.png);
}

.Button_variant_red-fill__r8lXW {
    background-image: url(/img/new_year/red-header.png);
}
*/

.star-rating{
	font-size: 0;
    text-align: center;
    margin: 20px;
}
.star-rating.rew{
	font-size: 0;
    text-align: left;
    margin: 10px 0px;
}

.star-rating__wrap{
	display: inline-block;
	font-size: 1rem;
}
.star-rating__wrap:after{
	content: "";
	display: table;
	clear: both;
}
.star-rating__ico{
	float: right;
	padding-left: 2px;
	cursor: pointer;
	color: #FFB300;
}
.star-rating__ico:last-child{
	padding-left: 0;
}
.star-rating__input{
	display: none;
}
.star-rating__ico:hover:before,
.star-rating__ico:hover ~ .star-rating__ico:before,
.star-rating__input:checked ~ .star-rating__ico:before
{
	content: "\f005";
}

.popup-gallery {
    list-style: none;
    display: grid;
    grid-auto-flow: dense;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.popup-gallery img {
    border-radius: 12px;
    transition: transform 0.5s ease;
    transform: scale(0.9);
}

.popup-gallery img:hover {
    transform: scale(1);
}

@media (max-width: 1140px) {
    .popup-gallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 960px) {
    .popup-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .popup-gallery {
        grid-template-columns: repeat(1, 1fr);
    }
}

.order .icon_del {
    width: 18px;
    height: 18px;
}

.order .icon_del img {
    fill: #fafafa;
    width: 18px;
    height: 18px;
    opacity: 0.5;
}

.reviews_header {
    display: flex;
    gap: 20px;
}


.reviews_header .button_rectangle_red_reviews{
    margin-bottom: 15px;
        border-radius: 6px;
}
.reviews_header .input_search_sveral {
  border: 0;
  outline: 1px solid #c6c6c6;
  border-right: 16px solid transparent;
}

@media screen and (max-width: 768px) {
.reviews_header {
    flex-direction: column;
}

.reviews_header .button_rectangle_red_reviews{
    margin-bottom: 0px;
    width: 100%;
    max-width: 100%;
}
.input_search_sveral, .textare_main {  margin-bottom: 0px;}
}
.small_text {
color: #8a8a8a;
font-size: 13px;
}

.answer {
    display: block;
    margin-left: 10px;
    padding-left: 10px;
    font-style: italic;
    margin-bottom: 20px;
}

.reviews_unit .bold {
    font-weight: 700;
}