a {
    color: #000;
    text-decoration: none;
}

a:hover {
    color: #000;
}

.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);
}

.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;
}

.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 {

    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;
}

#topmenu li ul.menu_drop li ul.menu_drop2 {
    display: none;
}





#topmenu li:hover ul.menu_drop {
    display: block;
    width: 300px;
}

#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: 15px 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:hover a,
ul.menu_drop2 li:hover a {
    color: #fff;
}


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;
}

@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;
}


@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;
}

.dl-menuwrapper {
    width: 100%;
    position: relative;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    z-index: 2;

}

.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;
}

.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;
    }

    .specialized_tab_header_unit {
        min-height: 48px;
        padding: 12px 10px;
        font-size: 12px;
    }

    .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 {
    max-width: 720px;
    margin: 0 auto;
}

#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;
}

.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;
    }
}

.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;
}

.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;
}


@media only screen and (max-width: 768px) {
    .coockies_noties {
        bottom: 72px;
    }

    .coockies_noties ._noties {
        font-size: 14px;
        font-weight: 500;
    }
}