/*
@media (min-width: 768px) {
    .container {
        max-width: 740px;
    }   
}
@media (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1180px;
    }
}
*/
@media (min-width: 1440px) {
    .container {
        max-width: 1400px;
    }
}
@media(max-width: 1439.98px) {
    .container {
        max-width: 100%;
        width: 100%;
        padding: 0 20px;
    }
}
@media(max-width: 1370px) {
    .benefits_reviews {
        width: 48%;
    }
    .header_menu a, .header_contact {
        font-size: 14px;
    }
    .services_card__info .title {
        font-size: 14px;
    }
    .services_card__info .subtitle {
        font-size: 10px;
        line-height: 120%;
    }
    .filial_card__info {
        height: auto;
        width: 100%;
    }
    .filial_card__title {
        font-size: 18px;
        margin-bottom: 14px;
    }
    .filial_card__text {
        font-size: 13px;
        line-height: 120%;
    }
    .footer_cont a {
        font-size: 17px;
        margin-bottom: 6px;
    }
    .footer_cont span {
        font-size: 13px;
    }
    .footer_row {
        column-gap: 50px;
    }
}

@media (max-width: 1340px) {
    .header_top .btn {
        display: none;
    }
    .header_top {
        padding: 16px 0;
        flex-wrap: wrap;
    }
    .header_runline {
        flex: 0 0 100%;
        order: 1;
        width: 100%;
        margin-top: 12px;
        height: 36px;
    }
    .header_phone_mob {
        display: flex;
        gap: 6px;
        align-items: center;
        color: var(--violet);
        font-size: 14px;
        border-radius: 32px;
        background: #fff;
        padding: 6px 16px;
    }
    .header_phone_mob:before {
        content:'';
        display: block;
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.1999 14.242C13.0712 16.482 7.64118 11.1006 9.77798 8.8517C11.0828 7.47836 9.60909 5.90945 8.79313 4.75477C7.26165 2.59031 3.90091 5.57878 4.00224 7.48014C4.32489 13.4766 10.8108 20.5825 17.0914 19.962C19.0558 19.7683 21.3134 16.2198 19.0602 14.9229C17.9332 14.274 16.3857 12.994 15.1999 14.2411' stroke='%23616DD9' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        background-position: center;
        background-repeat: no-repeat;
    }
    .header_subs {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }
    .header_subs__links {
        gap: 6px;
        display: flex;
    }
    .main_screen {
        margin-top: 111px;
    }
    
    
    .header_menu a,
    .header_contact * {
        font-size: 19px;
    }
    .header_logo img {
        width: 140px;
    }
    .header_search,
    .header_cart,
    .header_phone,
    .header_toggle {
        width: 28px;
        height: 28px;
    }
    
    .header_phone,
    .header_toggle {
        display: block;
    }
    .header_phone {
        background: url(../images/icons/call.svg) no-repeat center/cover;
        cursor: pointer;
    }
    .header_toggle {
        background: url(../images/icons/menu.svg) no-repeat center/cover;
        cursor: pointer;
    }
    .header_nav, .header_contact {
        display: none;
    }
    .header_nav__mob {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
        width: 100%;
        height: 100vh;
        padding: 20px;
        z-index: 99;
        overflow: auto;
        padding-bottom: 75px;
    }
    .header_nav__mob.active {
        display: block;
    }
    .header_nav__mob_top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .header_tools {
        gap: 8px;
    }
    .header_nav__mob .header_toggle {
        background: url(../images/icons/dismiss-small.svg) no-repeat center/cover;
    }
    .header_nav__mob .header_nav {
        display: block;
    }
    .header_nav__mob .header_menu {
        display: block;
        border-bottom: 1px solid #82878A4D;
        padding-bottom: 24px;
        margin-bottom: 24px;
    }
    .header_nav__mob .header_menu > li > a {
        padding: 8px 0;
    }
    .header_nav__mob .sub-menu {
        position: relative;
        columns: 1;
        padding: 12px 0 16px;
    }
    .header_nav__mob .sub-menu a {
        color: #5B5B5B;
    }
    .mob_menu__contacts .city {
        color: #5B5B5B;
    }
    .mob_menu__contacts .contacts {
        margin-top: 20px;
    }
    .mob_menu__contacts .contacts span {
        font-size: 14px;
    }
    .mob_menu__contacts .contacts a.tel {
        margin: 12px 0;
        color: var(--violet);
    }
    .mob_menu__contacts .btn {
        margin-top: 24px;
    }
    
    .benefits_reviews {
        width: 48%;
    }
}
@media(max-width: 1290px) {
    .apps_wrap {
        display: block;
    }
    .apps_subs {
        height: 335px;
        margin-top: 20px;
    }
}
@media (max-width: 991.98px) {
    .menu-item-has-children:hover .sub-menu, .sub-menu:hover {
        display: none;
    }
    .header_top {
        display: flex;
    }
    body:not(.home) .header_top {
        margin-bottom: 16px;
    }
    body:not(.home) .header_bottom {
        margin-top: 0;
    }
    .btn {
        font-size: 14px;
        padding: 14px 10px;
    }
    .btn_prim:after {
        width: 16px;
        height: 16px;
        flex: 0 0 16px;
    }
    .main_screen {
        height: 623px;
    }
    .main_screen:before {
        content:'';
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: transparent;
        position: absolute;
    }
    .main_screen__slide {
        width: 100%;
        padding: 20px;
    }
    .main_screen__swiper .slide_title {
        font-size: 33px;
    }
    .main_screen__swiper .slide_subtitle {
        font-size: 14px;
        margin-top: 16px;
    }
    .main_screen__bnts {
        width: auto;
        gap: 20px;
        flex-wrap: wrap;
    }
    .main_screen__bnts .btn {
        flex: 0 0 48%;
    }
    .main_screen__slide .btn {
        margin: 32px auto 0;
        width: 163px;
        padding: 10px;
    }
    .services_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .services_card {
        height: 190px;
        padding: 5px;
    }
    .section.services .services_card__info .subtitle {
        display: none;
    }
    .section.services .services_card__info {
        height: auto;
        width: 100%;
    }
    .about_wrap {
        flex-direction: column;
    }
    .about_content {
        order: 1
    }
    .benefits_wrap {
        display: block;
    }
    .benefits_reviews {
        margin-top: 16px;
        width: 100%;
        padding: 20px;
    }
    .checkup_wrap {
        display: block;
    }
    .checkup_content {
        margin-bottom: 16px;
        width: 100%;
    }
    .section.doctors .swiper_wrap {
        padding: 0;
        margin: 0;
    }
    .doctors_card .btn {
        width: 100%;
    }
    
    .mission_wrap, .blog_wrap {
        display: none;
    }
    .section.mission .swiper_wrap, .section.blog .swiper_wrap {
        display: block;
    }
    
    .stories_wrap {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .news_wrap {
        display: block;
    }
    .news_filter {
        margin-bottom: 24px;
    }
    
    .filter_options {
        width: 100%;
        overflow: auto;
        overflow-y: hidden;
        white-space: nowrap;
        flex-wrap: nowrap;
		padding-bottom: 10px;
    }
    .breadcrumbs {
        display: flex;
        align-items: center;
    }
    .back {
        display: block;
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.75814 4.51763C8.8354 4.43176 8.8958 4.33074 8.93589 4.22035C8.97598 4.10996 8.99497 3.99236 8.99179 3.87426C8.98861 3.75615 8.96332 3.63986 8.91735 3.53203C8.87138 3.4242 8.80564 3.32693 8.72389 3.24578C8.64213 3.16463 8.54596 3.10119 8.44086 3.05908C8.33576 3.01697 8.2238 2.99702 8.11136 3.00036C7.99892 3.0037 7.8882 3.03027 7.78554 3.07855C7.68288 3.12684 7.59027 3.19589 7.51301 3.28176L0.234076 11.377C0.083756 11.544 0 11.7651 0 11.9949C0 12.2248 0.083756 12.4459 0.234076 12.6129L7.51301 20.709C7.58976 20.7968 7.68235 20.8676 7.78539 20.9175C7.88843 20.9674 7.99987 20.9952 8.11325 20.9994C8.22662 21.0037 8.33967 20.9842 8.44582 20.9421C8.55197 20.9001 8.64911 20.8363 8.73159 20.7545C8.81407 20.6727 8.88026 20.5745 8.9263 20.4656C8.97235 20.3567 8.99733 20.2392 8.9998 20.1201C9.00227 20.001 8.98218 19.8825 8.94069 19.7716C8.89921 19.6607 8.83716 19.5596 8.75814 19.4741L2.03411 11.9949L8.75814 4.51763Z' fill='%23324755'/%3E%3C/svg%3E%0A");
    }
    .aioseo-breadcrumbs {
        width: 100%;
        justify-content: center;
        margin-left: -22px;
        display: none;
    }
    .aioseo-breadcrumbs span:not(:last-child) {
        display: none;
    }
    .aioseo-breadcrumbs span:last-child {
        color: #324755
    }
    .main {
        margin-top: 21px;
    }
    
    .single_news__wrap {
        display: flex;
        flex-direction: column;
    }
    .sn_img {
        order: -1;
    }
    .acc_horisontal .acc_row {
        display: block;
    }
    .acc_horisontal .acc_row:after {
        display: none;
    }
    .acc_horisontal .acc_title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 30px;
        font-size: 16px;
    }
    .acc_horisontal .acc_title span {
        flex: 1;
    }
    .acc_horisontal .acc_title:after {
        content:'';
        display: block;
        width: 24px;
        flex: 0 0 24px;
        height: 24px;
        background: url(../images/icons/arrow_acc.svg) no-repeat center/cover;
    }
    .acc_horisontal .acc_row.active .acc_title:after {
        transform: scale(1,-1);
    }
    .acc_horisontal.acc_wrap {
        padding: 0
    }
    .acc_row {
        padding: 16px;
    }
    .acc_hidden {
        margin-top: 16px;
    }
    .acc_wrap .block_text p strong {
        font-size: 16px;
    }
    .vacancies_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .whywe_wrap {
        display: block;
    }
    .whywe_col {
        margin: 16px 0;
    }
    .whywe_col__item {
        padding: 16px;
    }
    .whywe_col__title {
        font-size: 20px;
        align-items: flex-start;
        flex-direction: column;
    }
    .whywe_col__text {
        font-size: 14px;
        margin-top: 8px;
    }
    .whywe_col__icon {
        width: 32px;
        height: 32px;
        flex: 0 0 32px;
    }
    .whywe_col__icon img {
        width: 20px;
    }
    .whywe_col__img {
        height: 260px;
    }
    .form_general_wrap form {
        width: 100%;
    }
    
    .vacancies_wrap {
        display: block;
    }
    .vacancies_filter {
        margin-bottom: 16px;
    }
    .acc_vertical .acc_title {
        font-size: 16px;
    }
    .acc_horisontal .acc_row:after, .acc_vertical .acc_title:after {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
    }
    

    .services_wrap {
        display: block;
    }
    .services_wrap .services_grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .services_filter {
        margin-bottom: 16px;
    }
    
    .position_wrap {
        display: block;
    }
    .price_row {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .price_options {
        width: 100%;
        justify-content: space-between;
    }
    .contacts_wrap {
        display: block;
    }
    .contacts_wrap .filial_list {
        margin-top: 20px;
    }
    .doctors_card {
        height: 425px;
        width: 248px;
        margin: 0 auto;
    }
    .doctors_card__info .doctor_name,
    .doctor_prof {
        font-size: 16px;
    }
    .doctors_img {
        flex: auto;
    }
    body.category-501 .news_cards__row {
        grid-template-columns: repeat(2, 1fr);
    }
    .ss_head {
        display: block;
    }
    .ss_options {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .ss_options__left {
        flex-direction: column;
        gap: 8px;
    }
    .expert_form__row {
        display: block;
    }
    .expert_form__btns {
        display: block;
    }
    .expert_form__btns .btn{
        margin-bottom: 12px;
    }
    .expert_form__rating {
        margin-top: 24px;
    }
    .about_benefits__row {
        flex-direction: column;
    }

}
@media(max-width: 768px) {
    .specialists_wrap {
        columns: 2;
    }
    .error404_title {
        font-size: 120px;
    }
    .error404_text {
        font-size: 19px;
    }
    .error404_wrap .btn {
        margin: 40px auto 0;
        width: 90%;
    }
    .cart_total {
        flex-direction: column;
        height: 100px;
    }
    #cart_clear {
        flex: auto;
        margin-top: 10px;
    }
    .specialist_wrap {
        padding: 16px;
    }
    .spec_personal {
        gap: 12px;
    }
    
}
@media (max-width: 575px) {
    body.home header, header.sticky {
        top: 8px;
    }
	
    .page_heading h2 {
        font-size: 20px;
        font-weight: 500!important;
        color: var(--dark-violet);
        font-family: 'Montserrat';
        line-height: 120%;
    }
	
	body.category-1 .news_cards__row {
    grid-template-columns: repeat(1, 1fr);
	}
    header.sticky .header_top {
        margin: 0;
        display: flex;
    }
    .header_top {
        padding-bottom: 0;
		margin-bottom:30px;
    }
    body:not(.home) .header_runline {
        display: none;
    }
    .btn {
        padding: 10px;
    }
    .btn_sec_m {
        width: 159px;
    }
    .section {
        margin-top: 60px;
    }
    h2, h2 span {
        font-size: 20px;
    }
    h3, h3 span {
        font-size: 16px;
    }
    .section_heading h2 {
        margin-bottom: 20px;
    }
    .header_bottom {
        padding: 7px 16px;
    }
    .main_screen__bnts  {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 7px;
        padding: 12px 6px;
        width: calc(100% - 40px);
        border-radius: 16px;
    }
    .main_screen__bnts .btn {
        width: 100%;
        padding: 10px 5px;
        font-size: 13px;
    }
    .header_logo img {
        width: 135px;
    }
    
    .services_grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .section.services .services_card {
        height: 127px;
        padding: 5px;
        border-radius: 17px;
    }
    .section.services .services_card__info {
        padding: 4px 8px;
		height:4rem;
    }
    .section.services .services_card__info .title {
        font-size: 16px;
        line-height: 120%;
        font-weight: 500;
    }
    
    .section.filials .swiper_wrap {
        padding: 0;
    }
    .section.filials .swiper-nav {
        display: none;
    }
    .filial_card__title {
        font-size: 16px;
        margin-bottom: 8px;
    }
    .filial_card__text {
        font-size: 14px;
        line-height: 120%;
    }
    .about_img {
        height: 346px;
        flex: 0 0 346px;
        border-radius: 20px;
    }
    .about_stat {
        width: 123px;
        height: 123px;
        border-radius: 20px;
    }
    .about_stat span {
        font-size: 18px;
    }
    .about_stat p {
        font-size: 14px;
    }
    .about_content h3 {
        font-size: 16px;
    }
    .about_content ul, .about_content ol {
        padding-left: 20px;
        grid-template-columns: repeat(1, 1fr);
    }
    .benefits_rating__items {
        left: 12px;
        padding: 12px;
    }
    .benefits_rating__name {
        font-size: 12px;
    }
    .benefits_rating__stars {
        transform: scale(0.8);
        transform-origin: right;
        margin-left: -25px;
    }
    .benefits_rating__text h3 {
        font-size: 20px;
    }
    .benefits_rating__text .btn {
        margin: 24px auto 0;
    }
    .benefits_rating__text p {
        font-size: 16px;
    }
    .benefits_reviews .swiper_wrap {
        padding: 0;
        margin: 0;
    }
    .benefits_reviews .swiper-nav-white {
        display: none;
    }
    .review_slide__head:before {
        left: 0;
    }
    .benefits_reviews .review_slide__text {
        line-height: 110%;
        font-size: 16px;
    }
    
    .mission_card .btn {
        margin: 24px auto 0;
    }
    .section.checkup .swiper-nav-white {
        display: none;
    }
    .checkup_slide__head {
        width: 100%;
    }
    .checkup_wrap .swiper_wrap {
        margin-top: 24px;
        padding: 0;
    }
    .checkup_img {
        height: auto;
    }
    .checkup_img__text {
        margin: 0;
    }
    
    .section.doctors .swiper-nav{
        display: none;
    }
    
    .apps_main {
        flex-direction: column;
        padding: 16px 20px 82px;
        align-items: center;
        position: relative;
        gap: 24px;
    }
    .apps_variant_qr {
        display: none;
    }
    .apps_doctors {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .apps_doctors__text {
        text-align: center;
    }
    .apps_iphone {
        order: 1;
    }
    .apps_iphone img {
        width: 123px;
    }
    .app_dwl__btn {
        border-radius: 12px;
        width: 104px;
        padding: 6px;
        gap: 4px;
    }
    .app_dwl__btn p span {
        font-size: 10px;
    }
    .app_dwl__btn p {
        font-size: 12px;
        line-height: 129%;
    }
    .app_dwl__btn svg {
        width: 20px;
        flex: 0 0 20px;
        height: 20px;
    }
    .apps_variants {
        gap: 12px;
        justify-content: center;
        position: absolute;
        bottom: 16px;
        left: 0;
        right: 0;
    }
    .apps_dwl__text {
        font-size: 16px;
        text-align: center;
    }
    .apps_dwl__link {
        text-align: center;
    }
    
    .stories_wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    
    .section.stories .swiper_wrap {
        display: block;
    }
    .stories_wrap {
        display: none;
    }
    footer {
        margin-top: 60px;
    }
    .footer_menu {
        display: none;
    }
    .footer_logo {
        width: 112px;
    }
    .footer_logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .footer_cont a {
        font-size: 16px;
        margin-bottom: 4px;
    }
    .footer_cont span {
        font-size: 14px;
    }
    .footer_cont {
        margin-bottom: 12px;
    }
    .footer_row {
        margin-top: 24px;
    }
    .footer_subs {
        margin-top: 32px;
    }
    .footer_subs .apps_subs__text {
        font-size: 12px;
    }
    .footer_subs__wrap {
        width: 140px;
        padding: 0 12px;
    }
    .footer_copyright {
        margin-top: 32px;
        font-size: 10px;
    }
    .footer_copyright p {
        margin-bottom: 8px;
    }
    .footer_wrap {
        border-radius: 24px;
        padding: 16px 16px 82px 16px;
    }
    .footer_bottom {
        padding: 12px 20px;
        font-size: 16px;
    }
    
    form.search {
        display: block;
    }
    form.search .search_field {
        margin-top: 16px;
    }
    .search .btn {
        display: none;
    }
    .search_close {
        font-size: 0;
        width: 24px;
        height: 24px;
        background: url(../images/icons/dismiss-small.svg) no-repeat center / cover;
        cursor: pointer;
        position: absolute;
        top: 26px;
        right: 20px;
    }
    .search:before {
        content:'Поиск';
        font-family: 'Montserrat';
        font-size: 19px;
        font-weight: 500;
    }
    
    .modal_search .search {
        flex-direction: column;
    }
    .search_field {
        width: 100%;
    }
    .news_cards__row {
        grid-template-columns: repeat(1, 1fr);
    }
    .news_cards__row .news_card__img {
        height: 248px;
    }
    .section.gallery .gallery {
        margin-top: 24px;
    }
    .gallery_title__mob {
        display: block;
        text-align: center;
        font-size: 20px;
    }
    .swiper-gallery .swiper-slide:first-child {
        display: none;
    }
    .sn_content__btns {
        flex-direction: column;
    }
    .gallery_nav {
        display: none;
    }
    .sn_img {
        height: 302px;
    }
    .reviews_swiper_wrap .swiper-nav-white {
        display: none;
    }
    .reviews_swiper_wrap .swiper_wrap {
        padding: 0;
    }
    .reviews_swiper_wrap {
        padding: 16px;
        box-shadow: 0px 4px 12px 0px #7C82C333;

    }
    .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 4px;
        margin-top: 12px;
    }
    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background: #82878A;
        border-radius: 20px;
    }
    .swiper-pagination-bullet-active {
        background: var(--orange);
    }
    .reviews_form {
        width: 100%;
        padding: 20px;
        border-radius: 24px;
    }
    .vacancies_swiper {
        display: block;
        margin-top: 60px;
    }
    .vacancies_grid {
        display: none;
    }
    .form_general_wrap {
        border-radius: 24px;
        padding: 16px;
        margin-top: 60px;
    }
    .form_general_wrap form {
        border-radius: 24px;
        padding: 16px;
    }
    .form__title {
        font-size: 16px;
    }
    .form_confirm p,
    .form_confirm a {
        font-size: 12px;
        line-height: 110%;
    }
    .services_wrap .services_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .services_grid .services_card {
        height: 250px;
    }
    .services_grid .services_card__info .subtitle {
        display: block;
        font-size: 12px;
    }
    .services_grid .services_card__info {
        padding: 16px;
        height: 108px;
    }
    .services_grid .services_card__info .title {
        font-size: 18px;
        line-height: 120%;
    }
    .specialists_wrap {
        columns: 1;
        padding: 16px;
    }
    .specialists_col {
        margin-bottom: 24px;
    }
    .position_card {
        padding: 16px 16px 72px 16px;
        gap: 12px;
    }
    .position_card__img {
        width: 127px;
        flex: 0 0 127px;
        height: 173px;
        border-radius: 24px;
    }
    .position_card__title {
        font-size: 16px;
        line-height: 120%;
    }
    .position_card__pos * {
        font-size: 14px;
    }
    .position_card__link {
        display: none;
    }
    .position_card__bottom .btn {
        position: absolute;
        bottom: 16px;
        left: 0;
        right: 0;
        margin: auto;
        width: calc(100% - 32px);
    }
    .spec_img {
        flex: 0 0 119px;
        width: 319px;
        /* height: 306px; */
    }
    .the_content h2 {
        font-size: 19px;
    }
    .the_content h3 {
        font-size: 16px;
    }
    .spec_info .btn {
        width: 100%;
    }
    .services_table .price_row {
        padding: 16px;
    }
    .services_table .price_title {
        font-size: 16px;
    }
    .price_options {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .price_row {
        margin-bottom: 24px;
    }
    .price_row .btn {
        width: 100%;
        padding: 14px 0;
    }
    .sc_img {
        height: 336px;
    }
    .single_clinics_nav {
        display: none;
    }
    
    .position_filter {
        display: none;
    }
    .position_filter__mob {
        display: flex;
        margin-bottom: 24px;
        gap: 12px;
    }
    
    .position_filter__mob {
        overflow: auto;
        overflow-y: hidden;
        white-space: nowrap;
        flex-wrap: nowrap;
        padding: 4px 0;
    }
    .position_filter__mob .filter_title {
        color: var(--violet);
        font-size: 14px;
        padding: 6px 15px;
        border-radius: 32px;
        background: #fff;
        box-shadow: 0px 4px 8px 0px #6D73B233;
        cursor: pointer;
        transition: 0.1s;
        margin: 0;
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .position_filter__mob .filter_wrap {
        margin: 0;
    }
    .position_filter__mob .filter_title.active {
        background: var(--violet);
        color: #fff;
    }
    .position_filter__mob .filter_title.active span {
        color: #fff;
    }
    .position_filter__mob .filter_options {
        position: fixed;
        opacity: 0;
        visibility: hidden;
        background: #fff;
        width: 100%;
        left: 0;
        bottom: 0;
        z-index: 999;
        padding: 56px 20px 20px;
        border-radius: 24px 24px 0 0;
        display: flex;
        flex-direction: column;
    }
    .position_filter__mob .filter_options.active {
        opacity: 1;
        visibility: visible;
    }
    body.overlay:before {
        content:'';
        display: block;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #0909174D;
        backdrop-filter: blur(4px);
        z-index: 200;
    }
    .position_filter__mob .filter_wrap .filter_title:after {
        content:'';
        display: block;
        width: 20px;
        height: 20px;
        background: url(../images/icons/arrow-down-mob.svg) no-repeat center/cover;
    }
    .position_filter__mob .filter_title.active:after {
        background: url(../images/icons/arrow-down-white.svg) no-repeat center/cover;
    }
    .position_filter__mob .filter_options__title {
        text-align: center;
        font-weight: 500;
        font-size: 20px;
        font-family: 'Montserrat';
        margin-bottom: 24px;
    }
    .filter_options__btns {
        display: flex;
        gap: 20px;
        justify-content: space-between;
        margin-top: 24px;
    }
    .filter_options__btns .btn {
        flex: 0 0 159px;
        width: 159px;
    }
    .filter_options__btns .btn_border {
        color: var(--dark-violet);
        border: 1px solid var(--dark-violet);
    }
    .position_filter__mob .filter_options .option {
        position: relative;
        padding-left: 32px;
        margin-bottom: 20px;
    }
    .position_filter__mob .filter_option__list .option:last-child {
        margin: 0;
    }
    .position_filter__mob .filter_options .option:before {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: calc(50% - 10px);
        left: 0;
        border-radius: 8px;
        border: 1px solid var(--violet);
    }
    .position_filter__mob .filter_options .option.checked:before {
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_169_7568)'%3E%3Crect width='20' height='20' rx='8' fill='%23616DD9'/%3E%3Cpath d='M6 10.3333L9 15L15 5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_169_7568'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        border: none;
    }
    .filter_options__close {
        position: absolute;
        top: 20px;
        right: 20px;
    }
    
    .subs_sticky {
        display: none;
    }
    
    .error404_title {
        font-size: 36px;
    }
    .error404_text {
        font-size: 16px;
    }
    .error404_wrap .btn {
        margin: 24px auto 0;
        width: 90%;
    }
    .modal_search {
        height: 85%;
    }
    body.category-501 .news_cards__row {
        grid-template-columns: repeat(1, 1fr);
    }
    .expert_form__personal {
        position: relative;
        padding-bottom: 114px;
    }
    .expert_form__btns {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
    }
    .expert_form__fields .form_row {
        grid-template-columns: repeat(1, 1fr);
    }
    .ef_rating {
        margin: 4px 0 16px;
    }
    .about_benefits__items {
        grid-template-columns: repeat(1, 1fr);
    }
    .spec_schedule {
        min-height: 427px;
    }
}
@media (max-width: 480px) {
    
}
@media (max-width: 375px) {
    
}