header .top-alert{
    background: #FDE4E5;
    display: flex;
    align-items: center;
    justify-content: center;
}
header .top-alert *{
    color: #DF1F26!important;
}

header .top-alert p{
    /*animation: unset;*/
    text-align: center;
    position: unset;
    font-size: 13px;
    font-weight: 400;
}

header .header-row .logo{
    margin-left: 0;
    height: auto;
    max-height: 53px;
}

.wrap{
    width: 1260px;
    max-width: calc(100% - 40px);
}


.info-col p{
    font-size: 13px!important;
    font-weight: 300!important;
}

header .info-bar .nav-col li:not(:first-child){
    margin-left: 25px;
}

header .info-bar .nav-col li:not(:first-child)::before{
    content: none;
}

header .info-bar .info-col.header_contact_info{
    margin-left: 89px;
    gap: 15px;
}

header .info-bar .nav-col li a{
    font-size: 13px;
    font-weight: 300;
}

.info-col.header_contact_info a{
    font-size: 13px!important;
    font-weight: 300!important;
}

header .info-bar .nav-col{
    margin-left: auto;
}

header .info-bar .languages a{
    font-size: 13px!important;
    font-weight: 300!important;
    color: #303030!important;
}

header .header-row .logo img{
    max-width: 157px;
}

header .header-row .right .search button:not(#search-all){
    width: 28px;
    min-width: 28px;
    height: 28px;
}

header .header-row .right .search{
    max-width: 400px;
    width: 100%;
    background: #F8F5F6;
    border: none;
    height: 45px;
    padding-left: 18px;
    border-radius: 7px;
}
header .header-row .right .search button:not(#search-all){
    background: url("/catalog/view/theme/rezus/img/MagnifyingGlass.svg") no-repeat center
}

header .header-row .right .icons-wrap .cart-btn{
    margin-left: 0;
}
header .header-row .right .icons-wrap .account-btn{
    margin-left: 10px;
    max-width: 188px;
    width: 100%;
    background: #FDE4E5;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 7px;
    min-width: 188px;
    gap: 7px;
    transition: .3s;
}

/*header .header-row .right .icons-wrap .account-btn:hover{
    background-color: #DF1F26;
}

header .header-row .right .icons-wrap .account-btn:hover span{
    background-color: #DF1F26;
    background-blend-mode: difference;
}*/

header .header-row .right .icons-wrap .cart-btn .cart-icon{
    border-radius: 7px;
    background-color: #FDE4E5;
    width: 45px;
    min-width: 45px;
    height: 45px;
    /*background-image: url(/image/mini-cart.svg);*/
    background-image: none;
    transition: .3s;
}

header .header-row .right .icons-wrap .cart-btn .cart-icon svg{
    position: relative;
    top: 5px;
}

header .header-row .right .icons-wrap .cart-btn .cart-icon:hover{
    background-color: #DF1F26;
}

header .header-row .right .icons-wrap .cart-btn .cart-icon:hover svg path{
    stroke: white;
}

header .header-row .right .icons-wrap .cart-btn .cart-icon .count{
    /*display: none;*/
    right: 3px;
}

header .header-row .right .icons-wrap .account-btn span{
    font-weight: 500;
    font-size: 15px;
    color: #DF1F26;
}

header .header-row .right .icons-wrap .account-btn .user-icon{
    background: url(/image/header_user.svg) no-repeat center;
    width: 27px;
    height: 27px;
}

header #register-online{
    background: #DF1F26;
    height: 45px;
    max-width: 161px;
    width: 100%;
    padding: 0;
    gap: 10px;
}

header #register-online:hover{
    background-color: #ff262e;
}

header #register-online span{
    color: white;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
}
header #register-online .calendar-check-icon{
    background: url(/image/CalendarCheck.svg) no-repeat center;
    width: 27px;
    height: 27px;
}

header .header-row .right .icons-wrap{
    margin-left: auto;
}

header .header-row{
    gap: 120px;
    padding-top: 18px;
    border-bottom: none;
    padding-bottom: 3px;
}

header .info-bar .info-col a:last-child::before, header .info-bar .info-col p:last-child::before{
    content: none;
}

header .info-bar .info-col a:last-child, header .info-bar .info-col p:last-child{
    margin-left: 10px;
}

.info-bar.wrap *{
    letter-spacing: normal;
}

header .info-bar .info-col.header_contact_info a:last-child{
    margin: 0;
}

header .vertical_line_separator{
    width: 1px;
    border-right: 1px solid #DBDBDB;
    height: 17px;
}

header .info-bar .languages{
    margin-left: 30px;
}

header .language_drop_down div, header .language_drop_down a{
    text-transform: uppercase;
    color: #303030;
    font-size: 13px;
    font-weight: 300;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

header .language_drop_down ul{
    display: none;
}

header .language_drop_down{
    margin-left: 20px;
}

header .language_drop_down.show_language_dropdown .languages_container{
    display: block;
    position: absolute;
    background-color: white;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    right: 0;
    min-width: 60px;
}

header .language_drop_down i.icon-chevron-thin-down{
    transition: .3s;
}

header .language_drop_down.show_language_dropdown i.icon-chevron-thin-down{
    transform: rotate(180deg);
}

header .language_drop_down.show_language_dropdown .languages_container a{
    padding: 5px;
    font-weight: 500;
    font-size: 14px;
    transition: .3s;
}

header .language_drop_down.show_language_dropdown .languages_container a.active_language{
    background-color: #DF1F26;
    color: white;
}

header .language_drop_down.show_language_dropdown .languages_container a:first-child{
    border-radius: 4px 4px 0 0;
}

header .language_drop_down.show_language_dropdown .languages_container a:last-child{
    border-radius: 0 0 4px 4px;
}

header .language_drop_down.show_language_dropdown .languages_container a:hover{
    background-color: #DF1F26;
    color: white;
}

header .language_drop_down.show_language_dropdown .languages_container a:not(:last-child){
    border-bottom: 1px solid #DBDBDB;
}

header .language_drop_down i{
    font-size: 12px;
}

header nav>ul>li .sidenav{
    display: none;
}

.hero-slider.slick-slider{
    width: 100%;
}

.wrapper_for_home_below_slider{
    width: 100%;
}

.about-section{
    width: 100%;
}

header nav>ul>li:nth-child(1){
    display: none;
}

header nav>ul .nav-main{
    margin-left: 0;
    width: 100%;
    max-height: 47px;
}

header nav>ul .nav-main>li.has-sub>a::after{
    background-image: url(/image/CaretDown.svg) !important;
    transition: .3s;

    margin: 0 0 0 4px;
}

header nav>ul .nav-main>li.has-sub>a{
    padding-left: 16px!important;
    padding-right: 16px!important;
}

header nav>ul .nav-main>li.has-sub.is_inbetween>a{
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.nav-main .gap_border_for_header_menu:nth-child(2){
   /* margin-right: 35px;*/
    margin-right: 13px;
}

.nav-main .gap_border_for_header_menu:nth-child(8){
    margin-left: 13px;
}

header nav>ul .nav-main>li>a{
    border-radius: 7px!important;
    margin: 0;
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    color: #303030;
}

header nav>ul .nav-main>li:not(:last-child):hover>a::after{
    transform: rotate(180deg);
    background-image: url(/image/CaretDown.svg) !important;
}

header nav>ul .nav-main>li:not(:last-child):hover{
    filter: none;
    transform: none;
    position: unset;
}

header nav>ul .nav-main>li:not(:last-child):hover a{
    background: #FDE4E5;
}

header nav>ul .nav-main>li:not(:last-child):hover .megamenu a{
    background: transparent;
    padding-left: 0;
}

header nav>ul .nav-main>li:not(:last-child):hover .megamenu{
    display: none;
}

header nav>ul .nav-main>li>a{
    padding: 15px 16px !important;
}

header nav>ul .nav-main>li:not(:last-child) .megamenu{
    max-width: unset;
    /*width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    background: #DBDBDB;*/
}

header nav>ul .nav-main>li:not(:last-child) .megamenu .container_for_megamenu{
    width: 100vw;
    background: #F8F5F6;
    margin-left: -50vw;
    position: relative;
    left: 50%;
}

.content_for_slider *{
    color: white;
}

.content_for_slider{
    bottom: 35px;
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
}

.slider_form_and_nav .slider_form{
   /* background: rgba(48, 48, 48, 0.6);*/
    border-radius: 15px;
    height: 77px;
    align-items: center;
    display: flex;
    backdrop-filter: blur(2px);
    /*padding-left: 20px;
    padding-right: 20px;*/
    gap: 25px;
    /*max-width: 940px;*/
    width: 100%;
    /*min-width: 940px;*/
    max-width: 340px;
    min-width: 340px;
}

.slider_form_and_nav .slider_form select{
    appearance: none;
    -webkit-appearance: none;
    background: #F8F5F6;
    color: #303030;
    font-weight: 400;
    font-size: 15px;
    height: 45px;
    border-radius: 7px;
    padding-left: 18px;
    flex-basis: 100%;
    cursor: pointer;
}

.nav-main .gap_border_for_header_menu:nth-child(4), .nav-main .gap_border_for_header_menu:nth-child(6){
    display: none!important;
}

.slider_form_and_nav .slider_form .register_button_slider, .slider_form.mobile .register_button_slider{
    flex-basis: 100%;
    height: 45px;
    background: #DF1F26;
    border-radius: 7px;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: 500;
    gap: 5px;
    cursor: pointer;
    transition: .3s;
}

.slider_form_and_nav .slider_form .register_button_slider:hover, .slider_form.mobile .register_button_slider:hover{
    background: #c90209;
}

.slider_form_and_nav .slider_form .register_button_slider .calendar-check-icon, .slider_form.mobile .register_button_slider .calendar-check-icon{
    background: url(/image/CalendarCheck.svg) no-repeat center;
    width: 27px;
    height: 27px;
}

.banner_wrapper_new{
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 51px;
    padding-right: 51px;
}

.banner_wrapper_new .hero-slider{
    max-width: 1440px;
}

.dropdown_slider_city, .dropdown_slider_services{
    flex-basis: 100%;
    transition: .3s;
    position: relative;
    min-width: 271px;
    display: none;
}

.dropdown_slider_city{
    max-width: 277px;
    width: 100%;
}

.dropdown_slider_services{
    min-width: 297px;
    max-width: 297px;
    width: 100%;
}

.dropdown_slider_city .dropdown_city_text, .dropdown_slider_services .dropdown_services_text{
    flex-basis: 100%;
    height: 45px;
    background: #F8F5F6;
    display: flex;
    align-items: center;
    color: #303030;
    font-weight: 400;
    font-size: 15px;
    padding-left: 18px;
    padding-right: 18px;
    border-radius: 7px;
    justify-content: space-between;
    cursor: pointer;
    transition: .3s;
}

.dropdown_slider_city span, .dropdown_slider_services span{
    color: #303030;
    font-weight: 400;
    font-size: 15px;
}

.dropdown_slider_city ul, .dropdown_slider_services ul{
    /*display: none;*/
    list-style: none;
    background: white;
    color: black;
    padding: 20px;
    border-radius: 7px;
    position: absolute;
    width: 100%;
    top: calc(100% + 5px);
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: max-height 0.5s ease, opacity 0.5s ease;
    pointer-events: none;
    box-shadow: 0px 2px 2px #BCBCBC40;
    z-index: 10;
}

.wrap.main_header{
    width: 1292px;
}

.dropdown_slider_city ul li, .dropdown_slider_services ul li{
    color: #303030;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    transition: .3s;
}

.dropdown_slider_city ul li:hover, .dropdown_slider_services ul li:hover{
    text-decoration: underline;
    text-underline-offset: 3px;
}

.dropdown_slider_city span i, .dropdown_slider_services span i{
    color: #303030;
    font-size: 12px;
    font-weight: 600;
    transition: .3s;
}

.dropdown_slider_city.dropdown_expanded i, .dropdown_slider_services.dropdown_expanded i{
    transform: rotate(180deg);
}

.dropdown_slider_city.dropdown_expanded ul, .dropdown_slider_services.dropdown_expanded ul{
    /*display: block;*/
    max-height: 500px; /* Adjust based on your content */
    opacity: 1;
    pointer-events: all;

}

.dropdown_slider_city ul li:not(:last-child), .dropdown_slider_services ul li:not(:last-child){
    margin-bottom: 10px;
}

.slider_form_and_nav .slider_nav{
    backdrop-filter: blur(2px);
    background: rgba(48,48,48,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 153px;
    border-radius: 15px;
    gap: 20px;
    height: 77px;
    max-width: 153px;
}

.slider_form_and_nav{
    display: flex;
    justify-content: space-between;
}

.banner_wrapper_new .item{
    position: relative;
}

.slider_form_and_nav .slider_nav img.go_back, .slider_form_and_nav .slider_nav img.go_next{
    position: unset;
    width: unset;
    height: unset!important;
    cursor: pointer;
    transition: .3s;
}

.slider_form_and_nav .slider_nav img.go_back:hover, .slider_form_and_nav .slider_nav img.go_next:hover{
    transform: scale(1.2);
}

.banner_wrapper_new .slick-prev.slick-arrow, .banner_wrapper_new .slick-next.slick-arrow{
    display: none!important;
}

.content_for_slider h1{
    font-size: 48px;
    line-height: 52px;
    font-weight: 400;
    font-family: Nyght serif;
}

.content_for_slider .slider_text_container p, .content_for_slider_up p{
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}

.content_for_slider .slider_text_container{
    margin-bottom: 38px;
}

/*.banner_wrapper_new .slick-list.draggable:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 100%;
    background: white;
    z-index: 1;
    top: 0;
}

.banner_wrapper_new .slick-list.draggable:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    right: 100%;
    background: white;
    z-index: 1;
    top: 0;
}*/

.banner_wrapper_new .slick-list.draggable{
    overflow: visible;
}

.content_for_slider_up{
    position: relative;
    color: white;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 80px;
    z-index: 99;
}

.content_for_slider_up *{
    color: white;
}

.content_for_slider_up h1{
    font-size: 48px;
    font-weight: 400;
    line-height: 52px;
    margin-bottom: 30px;
    font-family: Nyght serif;
}

.banner_wrapper_new .item.slick-slide{
    margin-left: 15px;
}

.hero-slider .item, .hero-slider{
    height: 538px;
}

.phone_nav_slider{
    display: none;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 8px;
}

.phone_nav_slider .slider_nav{
    backdrop-filter: blur(2px);
    background: rgba(48, 48, 48, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 129px;
    border-radius: 15px;
    height: 44px;
    gap: 14px;
}

.phone_nav_slider img{
    width: 32px!important;
    position: unset!important;
    height: unset!important;
}

.phone_nav_slider span{
    font-size: 14px;
    color: white;
}

.slider_read_more_button{
    max-width: 188px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: white;
    height: 45px;
    border-radius: 7px;
    color: #DF1F26;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    margin-top: 30px;
    transition: .3s;
}

.slider_read_more_button:hover{
    color: white;
    background-color: #DF1F26;
}

.categories_home_section{
    margin-top: 5px;
    margin-bottom: 83px;
    display: flex;
    width: 1260px;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    overflow: visible;
    /*display: none;*/
}

.categories_home_section.slick-initialized{
    display: block;
}

.container_for_home_category{
    max-width: 296px;
    min-width: 296px;
    width: 100%;
    padding: 20px 30px;
    background: #F8F5F6;
    border-radius: 15px;
    min-height: 156px!important;
    display: flex!important;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    margin-left: 25px;
    transition: .3s;
}

.container_for_home_category:hover{
    background-color: #DF1F26;
}

.container_for_home_category .category_name_button svg{
    min-width: 26px;
}

.container_for_home_category:hover span {
    color: white;
}

/*.container_for_home_category:hover svg path{
    stroke: white;
}*/

.container_for_home_category:hover svg {
    filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(82deg) brightness(200%) contrast(100%);
}

.container_for_home_category:first-child{
    margin-left: 0;
}

/*.container_for_home_category:last-child{
    margin-right: 25px;
}*/

.container_for_home_category .category_name_button{
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 16px;
}

.category_name_button .home_category_name{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #303030;
}

.container_for_home_category > img{
    width: 40px;
}

.categories_home_section .slick-list.draggable{
    overflow: visible;
}

.categories_home_section .slick-arrow{
    display: none!important;
}

.slider_form.mobile{
    display: none;
    background: #F8F5F6;
    border-radius: 15px;
    /*padding: 25px 21px;*/
    margin-left: 10px;
}

.hero-slider .item{
    border-radius: 15px;
}

.hero-slider .item img{
    border-radius: 15px;
    height: 100% !important;
}

.new_design .banner_wrapper_new .slick-initialized.slick-slider{
    width: calc(100% + 16px);
    margin-left: -16px;
}

.left_side_offer_and_promotions_container a{
    color: #DF1F26;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 70px;
    display: block;
    transition: .3s;
}

.left_side_offer_and_promotions_container a:hover{
    opacity: 0.5;
}

.left_side_offer_and_promotions_container h2{
    color: #303030;
    font-family: "Nyght Serif";
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
}

.nav_offers_and_promotions{
    display: flex;
    align-items: center;
    gap: 25px;
}

.nav_offers_and_promotions .count_slider{
    position: relative;
    top: -4px;
}

.offers_and_promotions{
    display: flex;
    gap: 25px;
    margin-bottom: 40px;
    width: 1260px;
    max-width: calc(100% - 40px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.container_for_offer_product .special_offer_image_container img{
    width: 100%;
    height: 100%;
    max-height: 269px;
    min-height: 269px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
    /*max-width: 404px;*/
    /*flex: 404px;
    min-width: 404px;*/
}

.container_for_offer_product{
    max-width: 404px;
    /*min-width: 404px;*/
    width: 100%;
    background: #F8F5F6;
    padding-bottom: 31px;
    min-height: 538px!important;
    display: flex!important;
    flex-direction: column;
    border-radius: 15px;
    margin-left: 25px;
}

.container_for_offer_product:first-child{
    margin-left: 0;
}

/*.container_for_offer_product:first-child{
    margin-left: 0;
}*/

.left_side_offer_and_promotions_container{
    flex-basis: 296px;
    min-width: 296px;
    position: relative;
    z-index: 9;
    background: white;
}

.container_for_special_offer_below_img{
    padding-left: 28px;
    padding-right: 28px;
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.container_for_special_offer_below_img span, .container_for_special_offer_below_img .offer_content{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
}

.container_for_special_offer_below_img .special_offer_price{
    font-weight: 500;
}

.special_offer_price_more{
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.special_offer_price_more .special_offer_more{
    color: #DF1F26;
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 500;
    cursor: pointer;
    transition: .3s;
}

.special_offer_price_more .special_offer_more:hover{
    opacity: .5;
}

a.offer_content{
    margin-top: 20px;
}

.discounted_before_price{
    margin-left: 17px;
    color: #DF1F26;
    text-decoration: line-through;
    font-weight: 500!important;
}

.right_side_offer_and_promotions_container{
    /*width: 100%;*/
    /*width: calc(100% - 402px);*/
    /*width: calc(404px + 25px);*/
    display: flex;
    /*min-width: 1281px;*/
    /*min-width: 100vw;*/
    overflow: visible;
}

.right_side_offer_and_promotions_container .slick-list{
    overflow: visible!important;
}

.right_side_offer_and_promotions_container .slick-arrow{
    display: none!important;
}

.right_side_offer_and_promotions_container.slick-initialized.slick-slider:before, .offers_and_promotions:before, .section_for_discounts_home:before, .wrapper_for_discount_services.slick-initialized.slick-slider:before, .section_for_our_clinics:before, .wrapper_for_clinics_slider.slick-initialized.slick-slider:before, .categories_home_section:before{
    content: "";
    width: 100%;
    position: absolute;
    left: calc(-100% + 1px);
    height: 100%;
    background: white;
    z-index: 99;
}

.read_more_wrapper_button_mobile{
    display: none;
    color: #DF1F26;
    font-weight: 500;
    align-items: center;
    gap: 8px;
    font-size: 15px;
    margin-bottom: 77px;
}

html body .header_text_for_offers_and_promotions_mobile{
    display: none;
    color: #303030;
    font-family: "Nyght Serif";
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 21px;
    margin-top: 0!important;
}

.section_for_homepage_newsletter{
    background-color: #FDE4E5;
    padding-top: 41px;
    padding-bottom: 41px;
    border-radius: 15px;
    margin-bottom: 85px;
    margin-top: 42px;
    padding-left: 20px;
    padding-right: 20px;
}

.section_for_homepage_newsletter h2{
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    font-family: "Nyght Serif";
    color: #303030;
    text-align: center;
}

.section_for_homepage_newsletter .email_input_and_button{
    text-align: center;
    margin-top: 35px;
    gap: 23px;
    justify-content: center;
    display: flex;
}

.section_for_homepage_newsletter input[type="email"]{
    background-color: white;
    border-radius: 7px;
    padding-left: 18px;
    padding-right: 18px;
    height: 45px;
    max-width: 382px;
    width: 100%;
    box-shadow: 0 2px 2px 0px rgba(188, 188, 188, 0.25);
    font-size: 15px;
    color: #A4A4A4;
    font-weight: 400;
}

.email_newsletter_button{
    background: #DF1F26;
    color: white;
    max-width: 188px;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
    cursor: pointer;
    gap: 5px;
}

.email_newsletter_button.mobile{
    display: none;
}

.email_newsletter_button:hover{
    background-color: #d5141b;
}

.container_for_left_right img{
    cursor: pointer;
}

.section_for_discounts_home{
    display: flex;
    gap: 25px;
    margin-bottom: 113px;
}

.discount_category_select_wrapper{
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-left: 25px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    margin-left: 0;
}

.discount_category_select_container{
    border: 1px solid #DBDBDB;
    border-radius: 100px;
    padding-left: 30px;
    padding-right: 30px;
    height: 45px;
    display: flex;
    align-items: center;
    transition: .3s;
    cursor: pointer;
    font-size: 15px;
    font-weight: 300;
}

.discount_category_select_container:first-child{
    white-space: nowrap;
}

.discount_category_select_container.selected{
    background-color: #F8F5F6;
    border-color: #F8F5F6;
}

.discount_category_select_container:hover{
    background-color: #F8F5F6;
    border-color: #F8F5F6;
}

.container_for_discount_service{
    background: #F8F5F6;
    padding: 28px;
    border-radius: 15px;
    min-height: 192px!important;
    display: flex;
    flex-direction: column;
    /*min-width: 297px;*/
    width: 100%;
    max-width: 297px;
    transition: .3s;
    cursor: pointer;
    padding-bottom: 25px;
    padding-top: 27px;
}

.container_for_discount_service:hover{
    background-color: #DF1F26;
}

.container_for_discount_service:hover span{
    color: white;
}

.container_for_discount_service:hover svg path{
    stroke: white;
}

span.name_of_service{
    color: #303030;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.wrapper_for_discount_services{
    margin-top: 40px;
    overflow: visible;
    width: 100%;
}

.container_for_price_button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
}

.container_for_price_button img{
    width: 32px;
}

.container_for_price_button .special_offer_price{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.discount_home_right_side{
    width: 100%;
    min-width: 0;
}

.wrapper_for_discount_services .slick-list.draggable{
    overflow: visible;
}

.section_for_discounts_home .slick-arrow{
    display: none!important;
}

.new_design .slick-slider{
    display: none!important;
}

.new_design .slick-initialized.slick-slider{
    display: block!important;
}

@media (min-width: 1140px){
    .section_for_discounts_home .left_side_offer_and_promotions_container{
        display: flex;
        flex-direction: column;
    }
}

.nav_offers_and_promotions{
    margin-top: auto;
}

.section_for_our_clinics{
    display: flex;
    gap: 25px;
    margin-bottom: 104px;
}

.our_clinics_right_side .discount_category_select_container:first-child{
    min-width: unset!important;
    white-space: nowrap;
}

.our_clinics_right_side{
    overflow: visible;
    width: 100%;
    min-width: 0;
}

.container_for_clinic{
    padding: 20px 30px 30px 30px;
    background-color: #F8F5F6;
    border-radius: 15px;
    /*margin-left: 25px;*/
    /*min-width: 297px;*/
    width: 100%;
    max-width: 297px;
}

.container_for_clinic:first-child{
    margin-left: 0;
}

.container_for_clinic .clinic_header{
    display: block;
    border-bottom: 1px dashed #DBDBDB;
    padding-bottom: 10px;
}

.container_for_clinic .clinic_header span{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #303030;
}

.wrapper_for_clinics_slider{
    margin-top: 40px;
    overflow: visible;
    width: 100%;
}

.clinic_reviews_container{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 9px;
}

.container_comments_container{
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    transition: .3s;
}

.container_comments_container span{
    color: #303030;
}

.clinic_content_container ul li{
    list-style: none;
    padding: 0;
    line-height: 20px;
    color: #303030;
}

.clinic_content_container{
    margin-top: 25px;
    margin-bottom: 25px;
}

.wrapper_for_clinics_slider .slick-list{
    overflow: visible!important;
}

.clinic_star_reviews img{
    width: 16px;
}

.clinic_star_reviews{
    display: flex;
    gap: 9px;
}

.wrapper_for_clinics_slider .slick-arrow{
    display: none!important;
}

.home_news_header{
    display: flex;
    justify-content: space-between;
    margin-bottom: 31px;
}

.home_news_header h2{
    font-family: "Nyght Serif";
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    color: #303030;
}

.home_news_header a{
    color: #DF1F26;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-self: end;
    gap: 10px;
}

.wrapper_for_news{
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    min-width: 1184px;
}

.wrapper_for_news .container_for_news{
    flex-basis: calc(25% - 19px);
}

.section_for_home_news .wrapper_holder{
    overflow-x: scroll;
    scrollbar-width: none;    /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

.container_for_news .news_publish_date{
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 4px;
}

.container_for_news .news_content{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.container_for_news img{
    width: 100%;
    border-radius: 15px;
    height: 197px;
    object-fit: cover;
}

.container_for_news{
    transition: .3s;
}
.container_for_news:hover .news_content{
    color: #DF1F26;
}

.section_for_home_news{
    margin-bottom: 106px;
}

.about_us_section_new{
    display: flex;
    gap: 108px;
    margin-bottom: 103px;
}

.left_side_about_us img{
    max-width: 536px;
    width: 100%;
    object-fit: cover;
    border-radius: 15px;
}

.left_side_about_us{
    min-width: 536px;
}

.right_side_about_us{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.right_side_about_us h2{
    font-family: Nyght serif;
    color: #303030;
    font-size: 36px;
    line-height: 40px;
    font-weight: 400;
}

p.about_us_content{
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    color: #303030;
    letter-spacing: normal;
    max-width: 506px;
}

body *{
    letter-spacing: normal!important;
}

.about_us_read_more{
    color: #DF1F26;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 70px;
    display: flex;
    margin-top: 15px;
    gap: 6px;
    align-items: center;
}

.home_news_footer_mobile a{
    color: #DF1F26;
    font-weight: 500;
    font-size: 15px;
    display: flex;
    align-self: end;
    gap: 10px;
}

.home_news_footer_mobile{
    display: none;
    margin-top: 15px;
    padding-left: 52px;
}

.partners_section .home_partners_header h2{
    font-weight: 400;
    font-size: 36px;
    line-height: 40px;
    color: #303030;
    font-family: "Nyght Serif";
}

.home_partners_header{
    display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid rgba(48,48,48, 0.08);
    margin-bottom: 30px;
    padding-bottom: 27px;
}

.home_partners_header .partners_nav{
    display: flex;
    gap: 25px;
    align-items: center;
}

.home_partners_header .partners_nav_buttons{
    display: flex;
    gap: 7px;
}

.home_partners_header .partners_nav_buttons img{
    cursor: pointer;
}

.partners_section .slick-arrow{
    display: none!important;
}

.partners-section .partners-slider-wrap .partners-slider{
    width: 100%;
}

.partners_section .partners-section{
    margin: 0;
}

.partners-section .partners-slider-wrap .partners-slider .item{
    height: 66px;
    margin-left: 30px;
}

.partners-section .partners-slider-wrap{
    margin-left: -30px;
    width: calc(100% + 30px);
}

.partners-section{
    border-bottom: 1px solid rgba(48,48,48, 0.08);
    padding-bottom: 30px;
}

footer .top{
    border-top: none;
    justify-content: space-between;
}

footer.wrap{
    padding-top: 25px;
}

footer .top .block:nth-child(1) p:nth-child(2) a::before{
    content: none!important;
}

footer .top .block:nth-child(1) p:nth-child(3) a::before{
    content: none!important;
}

footer .top .block:nth-child(1) p:nth-child(4)::before{
    content: none!important;
}

:is(footer .mail-ico, footer .map-wrap .map-card .col p:nth-child(2),footer .contact-section .text p:nth-child(2),footer .top .block:nth-child(1) p:nth-child(2) a,footer .phone-ico,footer .map-wrap .map-card .col p:nth-child(3),footer .contact-section .text p:nth-child(3),footer .top .block:nth-child(1) p:nth-child(3) a,footer .info-ico,footer .map-wrap .map-card .col p:nth-child(4),footer .contact-section .text p:nth-child(4),footer .top .block:nth-child(1) p:nth-child(4)){
    padding-left: 0;
}

footer p strong{
    font-size: 14px;
    line-height: 17px;
}

footer .top .block p:nth-child(1){
    font-weight: 600;
    font-size: 14px;
}

footer .top .block:nth-child(2) p:not(:first-child), footer .top .block:nth-child(1) p:not(:first-child){
    margin-top: 8px;
    line-height: 24px;
    font-size: 13px;
}

footer .top .block:nth-child(2) p:first-child{
    line-height: 17px;
}

footer .top .block p:nth-child(1){
    margin-bottom: 8px!important;
}

footer .top .block ul li{
    padding-top: 0;
}

footer .top .block ul{
    margin: 0;
}

footer .top .block ul li{
    padding-left: 0;
    margin-top: 4px;
}

footer .top .block ul{
    columns: 1;
}

.container_for_footer_socials{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 8px;
}

.container_for_footer_socials a{
    display: inline-block;
}

footer .bottom p{
    z-index: -1;
}

.container_for_footer_socials a{
    position: relative;
    top: 1px;
}

.wrap_ul_menu{
    position: absolute;
    background-color: #F8F5F6;
    width: 100%;
    left: 0;
    border: 1px solid #DBDBDB;
}

.container_for_header_sub_menu{
    width: 1260px;
    max-width: calc(100% - 40px);
    margin: auto;
    display: flex;
    padding-top: 48px;
    padding-bottom: 48px;
    justify-content: space-between;
    gap: 10px;
}

header nav>ul .nav-main>li .megamenu{
    top: calc(100% - 6px);
    padding-top: 7px;
}

.container_for_header_sub_menu ul{
    columns: 2;
    flex-basis: 60%;
}

.new_services_header_menu{
    background-color: #FDE4E5;
    border-radius: 15px;
    max-width: 403px;
    width: 100%;
    padding: 40px;
    min-height: 324px;
    height: max-content;
}

.new_services_header_menu h3{
    font-size: 18px;
    line-height: 24px;
    color: #303030;
    font-weight: 500;
}

.new_services_header_menu span{
    display: block;
    line-height: 22px;
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 15px;
}

.new_services_header_menu a{
    display: flex;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    transition: .3s;
}

.new_services_header_menu a:hover{
    color: #DF1F26;
}

.new_services_header_menu a:after{
    content: "";
    background-image: url(/image/red_arrow_right.svg);
    width: 12px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
}

.new_services_header_menu a:not(:last-child){
    margin-bottom: 14px;
}

.new_services_header_menu p{
    margin: 0!important;
}

.container_for_header_sub_menu ul a:hover{
    background: unset!important;
}

header nav>ul .nav-main>li .megamenu ul li a:hover::before{
    content: none;
}

.wrap > ul{
    position: unset;
}

header nav>ul .nav-main>li .megamenu ul li a{
    padding-top: 8px;
    padding-bottom: 8px;
}

.burger_button_header{
    display: none;
    background-color: #DF1F26;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    align-items: center;
    justify-content: center;
}

.menu_burger_header{
    display: flex;
    align-items: center;
    gap: 10px;
}

nav.wrap{
    border-bottom: 1px solid rgba(48, 48, 48, 0.08);
    padding-bottom: 5px;
    /*margin-bottom: 20px;*/
}

.gap_border_for_header_menu{
    width: 1px;
    border-right: 1px solid #DBDBDB;
    height: 18px;
    margin-left: 8px;
    margin-right: 7px;
}

nav.wrap ul li.gap_border_for_header_menu:last-child{
    display: none;
}

nav.wrap ul li:nth-last-child(2) a{
    margin-right: 0!important;
}

body:has(.banner_wrapper_new) nav.wrap{
    border-bottom: none;
}

header .top-alert{
    min-height: unset;
    height: unset;
    padding: 9px 20px;

}

header .top-alert p{
    min-width: unset;
}

.menu-top .btn.red.btn-l{
    color: white;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    background: #DF1F26;
    height: 45px;
    max-width: 188px;
    width: 100%;
    padding: 0;
    gap: 10px;
    border-radius: 7px;
}

.menu-top .btn.red.btn-l span{
    color: white;
    font-size: 15px;
    font-weight: 500;
    text-transform: none;
}

.menu-top .btn.red.btn-l .calendar-check-icon{
    background: url(/image/CalendarCheck.svg) no-repeat center;
    width: 27px;
    height: 27px;
}

.mobile-menu .nav-main .gap_border_for_header_menu{
    display: none;
}

.mobile-menu nav.wrap{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    border: none;
}

.mobile-menu nav>ul>li, .mobile-menu nav>ul .nav-main>li{
    padding-left: 0!important;
    padding-right: 0!important;
}

.mobile-menu nav>ul .menu-btn>button::after, .mobile-menu nav>ul .nav-main .has-sub::after{
    right: 0;
}

.mobile-menu ul li.menu-btn{
    display: none;
}

.mobile-menu .nav-main .has-sub.active{
    position: absolute;
    z-index: 99;
    background: white;
    left: 0;
    width: 100%;
    top: 80px;
    padding-left: 20px!important;
    padding-right: 20px!important;
    border: none;
}

.mobile-menu .nav-main .has-sub .megamenu{
    display: none!important;
}

.mobile-menu .nav-main .has-sub.active .megamenu{
    display: block!important;
}

.mobile-menu .container_for_header_sub_menu ul{
    columns: 1;
}

.mobile-menu .container_for_header_sub_menu{
    display: block;
    padding-top: 0;
    padding-bottom: 20px;
    padding-right: 10px;
}

.mobile-menu .wrap_ul_menu{
    background-color: white;
    border: none;
    min-height: 700px;
}

.mobile-menu .nav-main .has-sub.active:after{
    right: 20px;
    display: none;
}

.mobile-menu nav>ul .nav-main>li{
    border-color: #DBDBDB;
}

.mobile-menu ul.nav-main li:first-child{
    border-top: none;
}

.mobile-menu nav .megamenu a{
    line-height: normal;
    color: #303030;
    font-weight: 500;
    font-size: 15px;
}

.mobile-menu .container_for_header_sub_menu ul li{
    margin-top: 15px!important;
}

.mobile-menu nav>ul .nav-main .has-sub.active>a{
    color: #303030;
    font-weight: 700;
}

.mobile-menu nav>ul .nav-main>li>a{
    color: #303030!important;
    font-weight: 700!important;
    text-transform: unset;
}

.mobile-menu .new_services_header_menu{
    margin-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
    min-height: unset;
    padding-bottom: 25px;
}

.mobile-menu .new_services_header_menu h3{
    font-size: 16px;
}

.back_to_main_menu_header{
    display: none;
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    color: #707070;
}

li.has-sub.active .back_to_main_menu_header{
    display: block;
}

.mobile-menu{
    width: 445px;
    background: white;
    z-index: 999999;
}

.mobile-menu .nav-col{
    padding-left: 20px;
    padding-right: 20px;
    gap: 10px;
    padding-top: 0;
    padding-bottom: 30px;
    margin-top: 10px;
}

.mobile-menu .info-col.airport{
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.mobile-menu .info-col.airport p{
    margin: 0!important;
    font-weight: 300;
    font-size: 13px;
    color: #303030;
}

.mobile-menu nav>ul .nav-main .has-sub::after{
    background-image: url(/image/CaretDown.svg);
    transform: rotate(270deg);
    top: 25px;
}

.mobile-menu nav>ul>li:hover::after, .mobile-menu nav>ul .nav-main>li:hover::after{
    background-image: url(/image/CaretDown.svg);
}

.mobile-menu .info-col.header_contact_info{
    display: none;
}

.mobile-menu .nav-col a{
    font-weight: 300;
    font-size: 13px;
}

footer.wrap .block{
    width: 100%;
    max-width: unset!important;
}

footer.wrap .block p{
    width: 100%;
    display: block;
    max-width: unset;
}

footer.wrap .block p{
    text-align: left!important;
}

footer .top .block>*:first-child::before{
    content: none;
}

.wrapper_for_offers_and_promotions{
    width: 100vw;
    margin-left: -50vw;
    position: relative;
    left: 50%;
    overflow-x: auto;
    scroll-margin: 0;
    scrollbar-width: none;
}

/*.container_for_offer_product:last-child{
    margin-right: 25px;
}*/

.wrapper_for_categories_home_section{
    width: 100vw;
    margin-left: -50vw;
    position: relative;
    left: 50%;
    overflow-x: auto;
    scroll-margin: 0;
    scrollbar-width: none;
}

header .header-row .right .icons-wrap .account-btn:hover{
    background-color: #DF1F26;
}

header .header-row .right .icons-wrap .account-btn:hover span{
    color: white;
}
header .header-row .right .icons-wrap .account-btn:hover svg path{
    stroke: white;
}

svg.slider_arrow_right, svg.slider_arrow_left{
    cursor: pointer;
}
svg.slider_arrow_right:hover path, svg.slider_arrow_left:hover path{
    stroke: #DF1F26;
}

.container_comments_container:hover span{
    color: #DF1F26;
}

.container_comments_container:hover svg path{
    stroke: #DF1F26;
}

.clinic_content_container + svg{
    cursor: pointer;
}
.clinic_content_container + svg:hover path{
    fill: red;
    stroke: white;
}

.categories_home_section .container_for_home_category:hover img{
    filter: invert(99%) sepia(1%) saturate(3295%) hue-rotate(191deg) brightness(200%) contrast(100%);
}

.categories_home_section.slick-initialized.slick-slider:before{
    position: absolute;
    left: -100%;
    width: 100%;
    content: "";
    background: white;
    height: 100%;
    z-index: 9;
}

.container_for_footer_socials.mobile{
    display: none;
    align-items: center;
    transform: none;
    position: unset;
}

.wrap.sidenav_true>*{
    width: 100% !important;
}

.breadcrumb{
    background: unset;
    margin-top: 3px!important;
    padding-left: 0;
}

html body main .breadcrumb a{
    color: #707070!important;
    opacity: 1!important;
    font-weight: 300;
    font-size: 13px;
    line-height: normal;
    border: none;
}

.swiper-button-prev, .swiper-button-next{
    display: none;
}

.custom_checkbox_label{
    display: inline-block;
    cursor: pointer;
}

.container_for_custom_checkbox_label{
    display: inline-block;
    margin-top: 11px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    max-width: 593px;
    width: 100%;
    text-align: left;
}

.custom_checkbox_label span{
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center;
}

.custom_checkbox_label span:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    background: white;
    border: none;
    transition: .3s;
    margin-right: 13px;
}

.custom_checkbox_label span p{
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    display: flex;
    align-items: center;
    position: relative;
    top: 1px;
}

.custom_checkbox_label span a{
    position: relative;
    top: 0;
    left: 3px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    text-transform: lowercase;
}

.custom_checkbox_label input{
    display: none;
}

.custom_checkbox_label input:checked + span:before{
    background: url(/catalog/view/theme/rezus/img/check.svg) no-repeat center;

    background-color: #d11818;

}

.the_newsletter_submit_button_container{
    max-width: 382px;
    width: 100%;
    text-align: left;
}

.section_for_homepage_newsletter .error_field:before{
    content: none;
}

.email_newsletter_button .loader {
    width: 24px;
    height: 24px;
    border: 3px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: none;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.email_newsletter_button.loading .loader{
    display: inline-block;
}

.section_for_homepage_newsletter .has_error input{
    border: 1px solid red;
}

.custom_checkbox_label.has_error span:before{
    border: 1px solid red;
}

.success_newsletter_tab{
    display: none;
    text-align: center;
}

.success_newsletter_tab i {
    width: 60px;
    height: 60px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #0dd877;
    color: white;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.success_newsletter_tab a{
    background: #DF1F26;
    color: white;
    max-width: 188px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    border-radius: 7px;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
    gap: 5px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.success_newsletter_tab a:hover{
    background: #d5141b;
}

.section_for_homepage_newsletter.success .success_newsletter_tab{
    display: block;
}

.section_for_homepage_newsletter.success form{
    display: none;
}

.breadcrumb a:last-child{
    color: #303030!important;
}

html body main .breadcrumb a:not(:last-child):after{
    content: '';
    border-right: 1px solid #707070;
    position: relative;
    left: 10px;
    transform-origin: center;
    transform: rotate(15deg);
    display: inline-block;
    width: 1px;
    height: 16px;
    vertical-align: middle;
    top: -2px;
}

.offers_and_promotions:has(.right_side_offer_and_promotions_container .swiper-button-prev.swiper-button-disabled) .slider_arrow_left path,
.section_for_discounts_home:has(.discount_home_right_side .swiper-button-prev.swiper-button-disabled) .slider_arrow_left path,
.section_for_our_clinics:has(.our_clinics_right_side .swiper-button-prev.swiper-button-disabled) .slider_arrow_left path,
.wrapper_for_categories_home_section:has(.swiper-button-prev.swiper-button-disabled) .slider_arrow_left path{
    stroke: rgb(164, 164, 164);
}

.offers_and_promotions .slider_arrow_left path,
.section_for_discounts_home .slider_arrow_left path,
.section_for_our_clinics .slider_arrow_left path,
.wrapper_for_categories_home_section .slider_arrow_left path{
    stroke: rgb(48, 48, 48);
}

.offers_and_promotions:has(.right_side_offer_and_promotions_container .swiper-button-next.swiper-button-disabled) .slider_arrow_right path,
.section_for_discounts_home:has(.discount_home_right_side .swiper-button-next.swiper-button-disabled) .slider_arrow_right path,
.section_for_our_clinics:has(.our_clinics_right_side .swiper-button-next.swiper-button-disabled) .slider_arrow_right path,
.wrapper_for_categories_home_section:has(.swiper-button-next.swiper-button-disabled) .slider_arrow_right path{
    stroke: rgb(164, 164, 164);
}

.clinic_content_container + a svg:hover{
    fill: rgb(223, 31, 38);
}

.partners_nav_buttons .slider_arrow_left path{
    stroke: rgb(48, 48, 48);
}

.clinic_content_container + a svg:hover path{
    stroke: white;
}

.packet_page .duk{
    display: flex;
    flex-direction: row;
    align-items: start;
    margin-bottom: 120px;
}

.packet_page .duk .duk-header{
    flex-basis: 320px;
    min-width: 320px;
}

.packet_page .duk-header a{
    display: none;
}

.packet_page .duk-item{
    background: none;
    border-bottom: 1px solid #DBDBDB;
    border-radius: unset;
}

.packet_page .duk-item.active{
    box-shadow: none;
    border-bottom-color: #DF1F26;
}

.packet_page .duk-item .top{
    padding-left: 0;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    color: #303030;
    padding-top: 0;
    min-height: 58px;
}

.packet_page .duk-item.active .top{
    padding-bottom: 11px;
}

.packet_page .duk-item .top .add{
    left: unset;
    right: 0;
    top: calc(50% - 7px);
}

.packet_page .duk-item .top .add:after{
    content: none;
}

.packet_page .duk-item .top .add:before{
    position: unset;
    transform: none;
    background-color: unset;
    background-image: url(/image/ArrowCircleDown.svg);
    width: 32px;
    height: 32px;
    transition: .3s;
    display: block;
}

.packet_page .duk-item.active .all{
    padding-left: 0;
}

.packet_page .duk-item.active .top .add:before{
    background-color: white;
    opacity: 1;
    transform: rotate(180deg);
}

.packet_page .duk-item .all p{
    line-height: 22px;
    font-size: 15px;
    font-weight: 400;
    color: #303030;
}

.packet_page .duk .duk-header .h2{
    font-family: "Nyght Serif";
    font-size: 36px;
    line-height: 40px;
    color: #303030;
}

.city-filter.specialists{
    gap: 10px;
    justify-content: unset;
    margin-top: 20px;
}

body .container_for_doctor_filter{
    border: 1px solid #DBDBDB;
    border-radius: 100px;
    height: 45px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    transition: .3s;
}

body .container_for_doctor_filter:hover{
    border-color: #DF1F26;
    background-color: #FDE4E5;
    color: #303030;
}

.city-filter button:not(:first-child)::before, .city-filter a:not(:first-child)::before{
    content: none;
}

.city-filter button:first-child, .city-filter a:first-child{
    padding-left: 30px;
}

.container_for_doctor_list_head{
    display: block!important;
}

.container_for_doctor_list_head h1{
    font-size: 36px;
    font-weight: 400;
    color: #303030;
    font-family: Nyght serif;
}

html body .wrap.sidenav_true .wrapper_for_doctor_list_head{
    width: 100vw!important;
    max-width: unset;
    margin-left: -50vw;
    position: relative;
    left: 50%;
    padding: 0 20px;
    margin-bottom: 60px;
}

.container_for_doctor_list_head{
    max-width: 1338px;
    width: 100%;
    margin: auto;
    background-color: #F8F5F6;
    padding: 40px;
    border-radius: 15px;
}

body .container_for_doctor_filter.active{
    border-color: #DF1F26;
    background-color: #FDE4E5;
    color: #303030;
}

.doctor-card{
    background: #F8F5F6;
    align-items: start;
    border-radius: 15px;
    box-shadow: none;
}

.doctors-grid{
    gap: 30px 25px;
}

.doctor-card a.link{
    padding-left: 20px;
    margin-top: 15px;
    margin-bottom: 16px;
    color: #DF1F26;
    font-size: 15px;
}

.doctor-card .container_for_languages_doctor_page{
    padding-left: 20px;
    gap: 20px;
}

.doctor-card .title{
    background-color: unset;
    margin-left: 0;
    margin-top: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    margin-right: 0;
    text-align: left;
    margin-bottom: 10px;
}

.doctor-card .name{
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-top: 15px;
    text-align: left;
}

.container_for_languages_doctor_page + p{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 13px!important;
    text-align: left;
    line-height: normal;
}

.container_for_languages_doctor_page + p i{
    font-size: 18px;
    color: #303030;
}

.container_for_languages_doctor_page{
    margin-top: 0;
    margin-bottom: 0;
}

.container_for_languages_doctor_page .lang_box_container{
    border: none;
    gap: 6px;
    align-items: center;
    font-size: 14px;
    width: unset;
}

.container_for_languages_doctor_page p {
    margin-top: 15px!important;
}

.doctor-card .photo img{
    border-radius: 15px 15px 0 0;
}

.link::after{
    background: url(/image/red_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
}

.search-wrap i.icon-close{
    font-size: 18px;
    margin-left: 8px;
    position: relative;
    top: 5px;
    -webkit-text-stroke: 1px white;
}

@media (min-width: 1600px){
    .list .group_products .item{
        grid-template-columns: 127px 415px 76px 202px 160px 130px;
    }
}

.doctor_filter_for_phone{
    display: none;
}

.read_more_doctors_filters{
    display: none;
}

.read_more_doctors_filters img{
    transition: .3s;
}

.container_for_category_head{
    display: flex;
    border-radius: 15px;
    background: #F8F5F6;
    padding: 40px;
    gap: 120px;
    max-width: 1338px;
    width: 100%;
    margin: auto;
}

html body .wrap.sidenav_true .wrapper_for_category_head{
    width: 100vw !important;
    max-width: unset;
    margin-left: -50vw;
    position: relative;
    left: 50%;
    padding: 0 20px;
}

.category_header_left h2{
    color: #303030;
    font-weight: 400;
    font-family: Nyght serif;
    font-size: 36px;
    line-height: 40px;
}

.category_header_left .text-block{
    max-width: 300px;
}

.category_header_left .text-block p{
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
}

.research_groups{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-height: 156px;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.research_groups.expanded{
    max-height: 2000px;
}

.research_group_container{
    height: 45px;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DBDBDB;
    border-radius: 100px;
    cursor: pointer;
    transition: .3s;
}

.research_group_container:hover, .research_group_container.selected{
    background-color: #FDE4E5;
    border-color: #DF1F26;
}

.category_header_left{
    flex-basis: 300px;
    min-width: 300px;
}

.category_head_container_right p{
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 19px;
}

.container_for_consultation_registration{
    box-shadow: none;
    background: #FDE4E5;
    border-radius: 15px;
    margin-top: 100px!important;
}

.container_for_consultation_registration a{
    max-width: 188px;
    width: 100%;
    height: 45px;
}

.container_for_consultation_registration{
    justify-content: space-between;
    padding: 50px 40px;
}

.container_for_consultation_registration .text_left_near_icon h2{
    color: #303030;
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    font-family: "Nyght Serif";
}

.container_for_consultation_registration .text_left_near_icon{
    margin-right: 0;
}

.show_more_button_category_subs{
    display: flex;
    align-items: center;
    gap: 6px;
    margin-top: 15px;
    cursor: pointer;
}

.show_more_button_category_subs span{
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    color: #DF1F26;
    transition: .3s;
}

.show_more_button_category_subs:hover span{
    color: #ff0202;
}

.left_side_wrapper h2{
    font-size: 36px;
    color: #303030;
    line-height: 40px;
    font-family: "Nyght Serif";
}

.wrapper_for_category_products .left_side_wrapper{
    min-width: 300px;
}

.wrapper_for_category_products .list-header input{
    display: block;
    width: 100%;
    height: 54px;
    background: #F8F5F6;
    border-radius: 7px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 10px;
    font-size: 16px;
}

.product_list_category_name{
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #303030;
    margin-bottom: 10px;
    display: block;
}

.wrapper_for_category_products .list-header .list-search label{
    font-size: 20px;
    line-height: 28px;
    color: #303030;
}

.wrapper_for_category_products .list-search button{
    cursor: pointer;
    width: 32px;
    min-width: 32px;
    height: 32px;
    background: url(/image/magnifying_glass.svg) no-repeat center;
    position: absolute;
    right: 20px;
    top: 11px;
}

.search_input_holder{
    position: relative;
}

.category_products_container .product_item{
    background-color: #F8F5F6;
    border-radius: 15px;
    padding: 18px 28px 18px 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.category_products_container{
    display: flex;
    gap: 10px;
    flex-direction: column;
    margin-bottom: 35px;
}

.wrapper_for_subcategory_products_list .list-header{
    margin-bottom: 35px;
}

.container_for_product_price_and_buttons{
    display: flex;
    align-items: center;
    gap: 30px;
}

.product_item_buttons{
    display: flex;
    align-items: center;
    gap: 16px;
}

.wrapper_for_subcategory_products_list .product_name{
    font-size: 18px;
    line-height: 24px;
    color: #303030;
    font-weight: 500;
    flex-basis: 470px;
    transition: .3s;
}

.wrapper_for_subcategory_products_list .product_name:hover{
    color: #d11818;
}

.wrapper_for_subcategory_products_list .product_name mark{
    font-size: inherit;
    color: inherit;
    font-weight: 700;
}

.wrapper_for_subcategory_products_list .price p{
    color: #303030;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.product_item_buttons a{
    color: #DF1F26;
    font-weight: 500;
    font-size: 15px;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: .3s;
}

.product_item_buttons a:hover{
    color: #ff000a;
}

.product_item_buttons .btn.red-frame.btn-l{
    color: white;
    background-color: #d11818;
    border: none;
    height: 45px;
    gap: 10px;
    border-radius: 7px;
    max-width: 144px;
    min-width: 144px;
    width: 100%;
    padding: 0;
    font-weight: 500;
    font-size: 15px;
    transition: .3s;
}

.product_item_buttons .btn.red-frame.btn-l.register-btn{
    font-size: 12px;
}

.product_item_buttons .btn.red-frame.btn-l:hover{
    background: #ff262e;
}

.product_item_buttons .btn.red-frame.btn-l svg path{
    stroke: white;
}

.wrapper_for_category_products .right_side_wrapper{
    width: 100%;
}

.category_products_container .price.discount{
    display: flex;
    gap: 10px;
}

.category_products_container .price.discount p{
    margin: 0;
}

.category_products_container .price.discount p:nth-child(1){
    color: #d11818;
    font-weight: 600;
}
.category_products_container .price.discount p:nth-child(2){
    text-decoration-line: line-through;
    font-size: 14px;
}

html body .wrap .wrapper_for_category_products{
    margin-top: 115px!important;
}

.wrapper_for_subcategory_products_list .wrapper_for_category_product_container{
    display: none!important;
}

.wrapper_for_subcategory_products_list .wrapper_for_category_product_container.show_it{
    display: block!important;
}

.wrapper_for_newsletter_section{
    position: relative;
}

.wrap.sidenav_true.background_bottom + .wrapper_for_newsletter_section{
    position: relative;
    max-width: 1300px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.language_drop_down.show_language_dropdown{
    z-index: 99;
}

.mobile-menu .language_drop_down{
    padding-left: 20px;
    font-size: 15px;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-right: 20px;
}

.mobile-menu .language_drop_down div{
    font-size: 15px;
    font-weight: 500;
}

.mobile-menu .language_drop_down ul{
    display: none;
}

.mobile-menu .language_drop_down.show_language_dropdown ul{
    display: block;
    margin-top: 10px;
}

.mobile-menu .language_drop_down ul a{
    font-size: 15px;
    font-weight: 500;
    display: block;
    border-bottom: 1px solid rgb(225, 225, 225);
    padding-bottom: 5px;
    padding-top: 5px;
}

.mobile-menu .language_drop_down i.icon-chevron-thin-down{
    transition: .3s;
    display: inline-block;
}

.mobile-menu .language_drop_down.show_language_dropdown i.icon-chevron-thin-down{
    transform: rotate(180deg);
}

.slick-hidden {
    visibility: hidden;
    opacity: 0;
}


.banner_wrapper_new .item[href]{
    cursor: pointer;
}

.clickable_slider_link{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.content_for_slider.no_slider_form{
    display: inline;
    width: unset;
    left: unset;
    right: 0;
}

.content_for_slider.no_slider_form .slider_form{
    display: none;
}

.news-filter{
    gap: 40px;
}

.nav_categories_home{
    width: 1260px;
    max-width: calc(100% - 40px);
    margin: auto;
    text-align: right;
    margin-top: 32px;
}

footer .top .block:first-child{
    flex-shrink: 0;
    flex-basis: 253px;
}

footer .top .block:nth-child(2){
    flex-shrink: 0;
    flex-basis: 253px;
}

footer .top .block:nth-child(3){
    flex-shrink: 0;
    flex-basis: 157px;
}
footer .top .block:nth-child(4){
    flex-shrink: 0;
    flex-basis: 189px;
}
footer .top .block:nth-child(5){
    flex-shrink: 0;
    flex-basis: 157px;
    padding-left: 50px;
}

.scroll-container::-webkit-scrollbar {
    width: 10px;
}
.scroll-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.wrap.has_ozo_map img{
    width: 100%;
}

@media (max-width: 1290px){
    header .header-row .right .icons-wrap .cart-btn .cart-dropdown{
        left: -250px;
    }
    header .header-row .right .icons-wrap .cart-btn .cart-dropdown::before{
        left: calc(50% + 92px);
    }
}

@media (min-width: 1440px){
    .cart-list.edit .item{
        grid-template-columns: 124px 1fr 0px 190px 15px;
    }

}

@media (min-width: 1025px) {

    .cart .cart-left{
        width: 562px;
    }

    .cart .cart-right{
        width: 623px;
    }
}

@media only screen and (max-width: 1290px){

    header .header-row .right .search.show .search-wrap{
        top: 3px;
        z-index: 99;
        filter: none;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    header .header-row .right .search .search-top{
        border: none;
        background: #F8F5F6;
        border-radius: 7px;
        height: 40px;
        width: calc(100% - 30px);
        display: inline-flex;
    }

    .close_search_dropdown{
        display: inline-block;
        font-size: 24px;
        position: relative;
        top: 7px;
        margin-left: 10px;
    }

    header .header-row .right .search button:not(#search-all){
        filter: invert(13%) sepia(67%) saturate(7213%) hue-rotate(352deg) brightness(91%) contrast(86%);
    }

    header .header-row .right .search.active .search-dropdown{
        width: calc(100% - 30px);
        padding-bottom: 60px;
    }

}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1600px){
    .hero-slider .item img{
        object-fit: cover;
        height: inherit;
        position: absolute;
    }
    .hero-slider .item, .hero-slider{
        height: 538px;
    }

    header nav>ul .nav-main>li>a{
        margin: 0!important;
    }
}

@media (max-width: 1330px){
    .gap_border_for_header_menu{
        margin-left: 7px!important;
        margin-right: 7px!important;
    }

    header nav>ul .nav-main>li>a{
        font-size: 15px;
    }
}

@media (max-width: 1320px){
    .slider_form_and_nav{
        flex-direction: column;
        gap: 15px;
    }
    .slider_form_and_nav .slider_nav{
        align-self: end;
    }
}

@media (max-width: 1290px){
    header .header-row .right .burger{
        display: none;
    }

    .burger_button_header{
        display: inline-flex;
    }

    .header-row.wrap .btn#register-online{
        display: none;
    }

    header .header-row .right .icons-wrap .account-btn span:not(.user-icon){
        display: none;
    }
    header .header-row .right .icons-wrap .account-btn, header .header-row .right .icons-wrap .cart-btn .cart-icon{
        min-width: unset;
        width: 40px;
        height: 40px;
    }

    header .header-row .right .search{
        width: 40px;
        height: 40px;
        background-color: #FDE4E5;
        background-image: url(/image/MagnifyingGlass_red.svg) !important;
        background-repeat: no-repeat;
        background-position: center;
    }

    header .header-row .right .icons-wrap .account-btn{
        margin-left: 0;
    }

    header .header-row .right .icons-wrap .account-btn, header .header-row .right .icons-wrap .cart-btn .cart-icon{
        margin-right: 0;
    }
    header .header-row .right .icons-wrap .cart-btn{
        margin-right: 8px;
    }

    header .header-row .right{
        gap: 8px;
    }

    .header-row.wrap + #register-online{
        display: none;
    }

    header .header-row{
        gap: 10px;
        padding-bottom: 11px;
    }

    header .header-row.wrap{
        border-bottom: 1px solid rgba(48, 48, 48, 0.08);
        padding-top: 10px;
    }

    body:has(.wrapper_for_categories_home_section) header .header-row.wrap{
        border: none;
    }

    header .header-row .logo{
        width: 89px;
        max-width: 89px;
        min-width: 89px;
        align-items: center;
        position: relative;
        top: 4px;
    }

    header .language_drop_down{
        display: none;
    }

    header .info-bar .info-col{
        display: none;
    }

    header .info-bar .info-col:not(:first-child){
        display: flex!important;
        margin: 0;
        width: 100%;
        justify-content: space-between;
    }

    header .info-bar{
        width: 100%;
        margin: 0;
        background-color: #F8F5F6;
        max-width: unset;
        padding: 12px 20px;
    }

    .info-col.header_contact_info .vertical_line_separator{
        display: none;
    }

    header{
        margin-bottom: 15px;
    }

    .banner_wrapper_new{
        padding-left: 10px;
        padding-right: 20px;
    }

    .banner_wrapper_new .item.slick-slide{
        margin-left: 10px;
    }

    .new_design .banner_wrapper_new .slick-initialized.slick-slider{
        margin-left: 0;
        width: 100%;
    }

    .mobile-menu .new_services_header_menu{
        padding-top: 24px;
    }
}

@media (max-width: 1200px){
    .hero-slider .item img{
        object-fit: cover;
        height: inherit;
        position: absolute;
    }
    .hero-slider .item, .hero-slider{
        height: 538px;
    }
}

@media (max-width: 1140px){
    .slider_form_and_nav .slider_form{
        height: unset;
        flex-direction: column;
        padding-top: 16px;
        padding-bottom: 16px;
        min-width: unset;
        gap: 0;
    }
    .slider_form_and_nav .slider_form .register_button_slider{
        min-width: 294px;
        min-height: 45px;
    }

    .slider_form_and_nav .slider_nav{
        display: none;
    }

    .dropdown_slider_city{
        margin-bottom: 10px;
        min-width: 294px;
    }
    .dropdown_slider_services{
        margin-bottom: 18px;
        min-width: 294px;
    }

    .phone_nav_slider{
        display: flex;
        justify-content: end;
    }

    .left_side_offer_and_promotions_container{
        display: none;
    }

    .read_more_wrapper_button_mobile{
        display: flex;
    }

    .right_side_offer_and_promotions_container{
        gap: 16px;
        margin-right: -20px;
        width: 100%;
    }
    html body .header_text_for_offers_and_promotions_mobile{
        display: block;
    }

    .section_for_homepage_newsletter{
        margin-top: 47px;
    }

    .offers_and_promotions{
        margin-left: 0!important;
    }

    .discount_category_select_wrapper{
        margin-left: 0;
    }

    .section_for_discounts_home{
        margin-bottom: 40px;
    }

    .section_for_discounts_home + .read_more_wrapper_button_mobile, .section_for_our_clinics + .read_more_wrapper_button_mobile{
        margin-bottom: 67px;
    }

    html body .section_for_discounts_home + .read_more_wrapper_button_mobile{
        margin-bottom: 70px;
    }

    .section_for_our_clinics{
        margin-bottom: 32px;
    }

    .home_news_header h2, .right_side_about_us h2, .partners_section .home_partners_header h2{
        font-size: 24px;
        line-height: 28px;
    }

    .duk{
        display: block!important;
        margin-top: 33px!important;
    }

    .duk .duk-header .h2{
        font-size: 24px;
        line-height: 28px;
    }

    .duk{
        margin-bottom: 13px;
    }

    html body .wrap .wrapper_for_category_products{
        display: block;
    }

    .left_side_wrapper h2{
        margin-bottom: 25px;
    }

    .read_more_wrapper_button_mobile{
        margin-bottom: 0;
    }

    .offers_and_promotions{
        margin-bottom: 43px;
    }

}

@media (max-width: 1139px){
    .discount_category_select_wrapper, .discount_category_select_wrapper{
        width: 100vw;
        padding-left: 20px;
        padding-right: 20px;
        margin-left: -50vw!important;
        position: relative;
        left: 50%;
    }

    .right_side_offer_and_promotions_container.slick-initialized.slick-slider:before, .offers_and_promotions:before, .section_for_discounts_home:before, .wrapper_for_discount_services.slick-initialized.slick-slider:before, .section_for_our_clinics:before, .wrapper_for_clinics_slider.slick-initialized.slick-slider:before, .categories_home_section:before{
        content: none;
    }
}

@media (max-width: 1050px){
    .about_us_section_new{
        gap: 40px;
    }
}

@media (max-width: 1024px){
    .wrap.has_ozo_map{
        margin-top: -200px;
    }
}

@media (max-width: 1000px){
    .container_for_category_head{
        flex-direction: column;
        gap: 0;
    }

    .category_header_left{
        flex-basis: unset;
        min-width: unset;
    }
    .category_header_left .text-block{
        max-width: unset;
    }

    .category_header_left h2{
        font-size: 24px;
        line-height: 28px;
    }

    .container_for_category_head{
        padding: 32px 16px;
    }

    .category_header_left .text-block p{
        margin-top: 12px;
    }
    .category_head_container_right p{
        margin-top: 37px;
        margin-bottom: 12px;
    }

    .research_group_container{
        height: 40px;
        padding: 0 20px;
    }

    .research_groups{
        max-height: 140px;
    }

}

@media(max-width: 950px){
    .about_us_section_new{
        flex-direction: column;
    }

    p.about_us_content{
        max-width: unset;
    }

    .left_side_about_us img{
        max-width: unset;
    }

    .left_side_about_us{
        min-width: unset;
    }
}

@media (max-width: 900px){
    .content_for_slider h1, .content_for_slider_up h1{
        font-size: 32px;
        line-height: 36px;
        margin: 0;
    }
    .content_for_slider .slider_text_container p, .content_for_slider_up p{
        font-size: 14px;
        line-height: normal;
        margin-top: 10px!important;
    }

    .content_for_slider .slider_text_container{
        margin-bottom: 30px;
    }

    .hero-slider .item img{
        object-position: center;
    }

    .home_partners_header .partners_nav{
        display: none;
    }
}

@media (max-width: 800px){
    .content_for_slider{
        padding-left: 16px;
        padding-right: 16px;
        bottom: 16px;
        z-index: 99;
    }
    .hero-slider .item, .hero-slider{
        height: 553px;
    }

    .phone_nav_slider{
        padding-left: 16px;
        padding-right: 16px;
    }

    .content_for_slider_up{
        padding-left: 16px;
        padding-right: 16px;
        position: absolute;
        bottom: 30px;
    }

    .slider_read_more_button{
        margin-top: 16px;
    }

    .banner_wrapper_new .item.slick-slide:before{
        content: "";
        position: absolute;
        z-index: 99;
        width: 100%;
        height: 100%;
        background: url(/image/gradient_overlay_mobile_slider.png) no-repeat;
        pointer-events: none;
        background-size: cover;
        border-radius: 15px;
    }

    .container_for_home_category{
        margin-left: 16px;
    }
    .categories_home_section{
        /*margin-left: -16px;*/
    }

    .container_for_home_category .category_name_button{
        gap: 12px;
        flex-direction: column;
        align-items: start;
        height: 100%;
        flex: 1;
    }
    .container_for_home_category{
        min-height: 188px!important;
        padding-left: 16px;
        padding-right: 16px;
        max-width: 150px;
        min-width: 150px;
    }

    .category_name_button .home_category_name{
        margin-top: 25px;
        font-size: 15px;
        line-height: normal;
    }

    .slider_form.mobile{
        display: block;
    }

    .slider_form .dropdown_slider_city .dropdown_city_text, .slider_form .dropdown_slider_services .dropdown_services_text{
        background: white;
    }

    .slider_form_and_nav{
        display: none;
    }

    .dropdown_slider_city{
        max-width: unset;
    }
    .dropdown_slider_services{
        max-width: unset;
    }

    footer .top{
        display: flex;
        flex-direction: column;
    }

    .categories_home_section{
        margin-top: 5px;
        margin-bottom: 39px;
    }

    .container_for_footer_socials{
        left: 63%;
    }

    footer .top .block:nth-child(5){
        padding-left: 0;
    }

    ::-webkit-scrollbar {
        display: none;
    }

    html {
        scrollbar-width: auto;
        -ms-overflow-style: auto;
        -webkit-overflow-scrolling: touch;
    }

}

@media (max-width: 768px){
    .container_for_special_offer_below_img span, .container_for_special_offer_below_img .offer_content{
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 700px){
    .city-filter.specialists{
        flex-wrap: nowrap;
    }

    .container_for_doctor_list_head{
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 26px;
        padding-bottom: 25px;
    }

    .read_more_doctors_filters{
        display: flex;
        margin-top: 30px;
        font-size: 15px;
        font-weight: 500;
        line-height: normal;
        color: #DF1F26;
        align-items: center;
        gap: 6px;
    }

    .container_for_doctor_list_head.read_more .read_more_doctors_filters img{
        transform: rotate(180deg);
    }

    .city-filter.specialists{
        margin-top: 30px;
    }

    .container_for_doctor_list_head h1{
        font-size: 24px;
        text-align: left;
    }

    .container_for_doctor_list_head.read_more .city-filter.specialists{
        flex-wrap: wrap;
    }

    body .container_for_doctor_filter{
        height: 40px;
        padding: 0 20px;
    }

    .city-filter button:first-child, .city-filter a:first-child{
        padding-left: 20px;
    }
}

@media (max-width: 600px){
    .content_for_slider h1, .content_for_slider_up h1{
        text-align: left;
    }

    .slider_form_and_nav .slider_form .register_button_slider{
        min-width: unset;
        width: 100%;
    }

    .content_for_slider h1, .content_for_slider_up h1{
        font-size: 24px;
        line-height: 28px;
    }

    .content_for_slider h1 br, .content_for_slider_up h1 br{
        display: none;
    }

    .content_for_slider_up p{
        display: none;
    }

    .content_for_slider_up{
        bottom: 11px;
    }

    a.slider_read_more_button{
        background: transparent;
        width: unset;
        color: white;
        margin-top: 15px;
        height: unset;
    }

    a.slider_read_more_button:after{
        content: "";
        background: url(/image/ArrowCircleRight.svg);
        width: 28px;
        height: 28px;
        position: relative;
        top: -1px;
    }

    .phone_nav_slider{
        display: none;
    }

    .hero-slider .item, .hero-slider{
        height: 231px;
    }

    .container_for_special_offer_below_img{
        padding-left: 16px;
        padding-right: 16px;
    }

    .container_for_offer_product{
        min-height: 375px!important;
    }

    .container_for_offer_product .special_offer_image_container img{
        max-height: 184px;
        min-height: 184px;
    }

    .section_for_homepage_newsletter h2{
        font-size: 24px;
        line-height: 28px;
    }

    .section_for_homepage_newsletter{
        padding-top: 30px;
        padding-bottom: 38px;
        margin-bottom: 45px;
    }

    .section_for_homepage_newsletter .email_input_and_button{
        margin-top: 18px;
    }

    .section_for_homepage_newsletter .email_input_and_button{
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }

    .email_input_and_button .email_newsletter_button{
        max-width: 382px;
        width: 100%;
    }

    .section_for_homepage_newsletter h2 br{
        display: none;
    }

    .container_for_discount_service{
        min-height: 176px!important;
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 26px;
        padding-bottom: 16px;

        max-width: 150px;
        min-width: 150px;
    }

    .container_for_price_button img{
        width: 26px;
    }

    span.name_of_service{
        font-size: 15px;
    }

    .discount_category_select_container{
        height: 45px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .discount_category_select_container:first-child{
        white-space: nowrap;
    }

    .container_for_price_button .special_offer_price{
        font-size: 15px;
    }

    .our_clinics_right_side{
        width: 100%;
    }

    .discount_category_select_container{
        font-size: 13px;
    }

    .wrapper_for_clinics_slider, .wrapper_for_discount_services{
        margin-top: 24px;
    }

    .discount_category_select_wrapper{
        gap: 8px;
    }

    .wrapper_for_news{
        min-width: 1156px;
        gap: 16px;
    }

    .container_for_news img{
        height: 184px;
    }

    .container_for_news .news_content{
        font-size: 15px;
        line-height: 23px;
    }

    .wrapper_for_news .container_for_news{
        flex-basis: calc(25% - 12px);
    }

    .container_for_offer_product{
        margin-left: 16px;
    }

    .container_for_offer_product{
        max-width: 277px;
    }

    .container_for_offer_product .special_offer_image_container img{
        min-width: unset;
    }

    .container_for_clinic{
        max-width: 277px;
        min-width: 277px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 6px;
    }

    .clinic_content_container{
        margin-bottom: 30px;
    }

    .about_us_section_new{
        gap: 34px;
    }

    .right_side_about_us h2{
        font-size: 24px;
        line-height: 28px;
    }

    p.about_us_content{
        font-size: 15px;

    }

    .home_news_header a{
        display: none;
    }

    .home_news_footer_mobile{
        display: block;
    }

    .section_for_home_news{
        margin-bottom: 73px;
    }

    .section_for_home_news .wrapper_holder{
        width: calc(100% + 20px);
        padding-right: 20px;
    }

    .about_us_content{
        margin-top: 24px!important;
    }

    .about_us_read_more{
        margin-top: 24px;
        margin-bottom: 0;
    }

    header .top-alert p{
        font-size: 12px;
    }

    .info-col.header_contact_info a{
        font-size: 12px!important;
    }

    .mobile-menu{
        width: 100%;
    }

    footer .top .block>*:first-child::after{
        font-family: Rezus;
        content: "\e923";
        transition: .3s;
    }

    footer .top .block>*:first-child{
        justify-content: space-between;
    }

    footer .top .block ul{
        position: unset;
        max-width: unset;
        width: 100%;
    }

    footer .top .block ul li{
        text-align: left;
    }

    footer .top .block.active_accordion>*:first-child:after{
        transform: rotate(180deg);
    }

    footer .top .block{
        border-bottom: 1px solid #DBDBDB;
        padding-bottom: 17px;
        flex-basis: unset!important;
    }

    footer .top{
        gap: 25px;
    }

    footer .top .block:last-child{
        border: none;
    }

    footer .bottom{
        border-top: none;
    }

    .container_for_footer_socials{
        display: none;
    }

    .wrap .bottom img{
        display: none!important;
    }

    .container_for_footer_socials + p{
        text-align: left!important;
        width: 100% !important;
    }

    footer .top{
        padding-bottom: 18px;
    }

    .container_for_footer_socials{
        display: none;
    }

    .container_for_footer_socials.mobile{
        display: flex;
        gap: 11px;
        margin-top: 55px;
    }

    .section_for_homepage_newsletter input[type="email"], .email_input_and_button .email_newsletter_button{
        max-width: unset;
    }

    .email_newsletter_button{
        display: none;
    }

    .email_newsletter_button.mobile{
        display: flex;
        max-width: unset;
        width: 100%;
    }

    .custom_checkbox_label{
        margin-bottom: 25px;
    }

    header{
        margin-bottom: 5px;
    }

    .the_newsletter_submit_button_container{
        max-width: unset;
    }

    .duk-item.active .all{
        padding-top: 5px;
    }

    .doctor-card .name, .doctor-card .title, .doctor-card p{
        padding: 0 20px;
    }

    .category_products_container .product_item{
        padding: 18px 16px;
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    .wrapper_for_subcategory_products_list .product_name{
        flex-basis: unset;
    }

    .container_for_product_price_and_buttons{
        flex-direction: column;
        align-items: start;
        gap: 15px;
        width: 100%;
    }

    .product_item_buttons{
        width: 100%;
        justify-content: space-between;
    }

    html body .wrap .wrapper_for_category_products{
        margin-top: 75px!important;
    }

    .left_side_wrapper h2{
        font-size: 24px;
        line-height: 28px;
    }

    .wrapper_for_category_products .list-header .list-search label{
        font-size: 15px;
    }

    .mobile-menu nav .sidenav li:last-child, .mobile-menu nav .megamenu li:last-child{
        margin-top: 15px;
    }

    header .top-alert{
        padding: 5px 12px;
    }

    .container_for_offer_product{
        padding-bottom: 28px;
    }

    a.offer_content{
        margin-top: 10px;
    }

}

@media (max-width: 500px){
    .doctors-grid{
        grid-template-columns: 1fr;
        row-gap: 16px;
    }
}

@media (max-width: 400px){
    .dropdown_slider_city, .dropdown_slider_services{
        width: 100%;
        min-width: unset;
    }

    .product_item_buttons{
        width: 100%;
        justify-content: unset;
    }
}