@media (min-width: 992px) { 
    .link_level_first:hover::after {
        width: 100%
    }
    .link_level_second:hover::before {
        width: 100%
    }
    .link_level_second:not(:last-child):hover::before {
        width: calc(100% - 6px)
    }
    .main_btn:hover {
        background: transparent;
        color: #F15D34
    }
    .subcategory_link:hover {
        background: var(--button-color);
        color: #fff;
    }
    .siblings_category_item:not(.selected):hover {
        background: #dce2ed91;
    }
    .organization_item:hover {
        box-shadow: 0px 4px 16px 0px #01002A21;
    }
    .organization_item:hover .orgazination_name {
        color: var(--button-color)
    }
    .sidebar_advert_link:hover .sidebar_advert_img img {
        transform: scale(1.05)
    }
    .org_btn:hover {
        color: var(--button-color)
    }
    .organization_email_item:hover,
    .organization_phone_item:hover,
    .organization_schedule_ttl:hover,
    .breadcrumbs a:hover {
        color: var(--button-color)
    }
    .images_link:hover img {
        transform: scale(1.05);
    }
    .look_all a:hover {
        border-bottom: 1px solid transparent;
    }
    .news_name a:hover {
        color: var(--button-color)
    }
    .new_site_item:hover {
        box-shadow: 0px 4px 16px 0px #08002d14;
    }
    .swiper-button-prev:hover, .swiper-button-next:hover {
        box-shadow: 0px 3px 13px 0px #01002a2b;
        color: var(--button-color)
    }
    .page_item:hover {
        background: var(--button-color);
    border-color: var(--button-color );
    color: #FEFEFE
    }
    .menu_link:hover {
        color: #ffffff8c
    }
    .form_block input.main_btn:hover {
        background: transparent;
        color: #F15D34
    }
    .main_category_item:hover {
        background: #FFFFFF12;
    }
}
@media (max-width: 1199px) { 
    .new_site_item {
        height: 160px
    }
    .fn_new_sites .swiper-button-prev, .fn_new_sites .swiper-button-next {
        top: calc(50% - 12px);
    }
    .news_item:not(.blog_page_news):nth-child(odd) {
    padding-right: 22px;
    }
    .news_item:not(.blog_page_news):nth-child(even) {
    padding-left: 22px;
}
.news_item {
    gap: 8px
}
.menu_group_header, .head_menu {
    max-width: 420px
}
.categories_grid_page {
    gap: 18px
}
.second_description_text {
    max-width: 645px;
}
.products_container, .blog_container {
    width: calc(100% - 360px);
}
.org_left_sticky .preview_image {
    width: 220px;
    height: 200px;
}
.preview_image .d-flex {
    width: 80%
}
.orgazination_name {
    font-size: 24px;
    line-height: 30px;
}
.org_left_block {
    max-width: 220px;
}
.org_right_block {
    width: calc(100% - 270px);
}
.organization_location {
    align-items: flex-start;
}
.organization_gallery {
    grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 991px) {
    .tablet-hidden {
        display: none;
    }
    .callback {
        float: right;
    }
    .times {
        display: none;
    }
    .informer .dropdown {
        text-align: center;
    }
    .filters {
        padding-bottom: 15px;
    }
    .foot:nth-child(3n) {
        clear: left;
    }
    .foot,
    #subscribe_container {
        margin-bottom: 25px;
    }
    .level_3 .category_link {
        padding-left: 40px;
        font-weight: normal;
    }
    .level_4 .category_link {
        padding-left: 50px;
        font-weight: normal;
    }
    .brand_item:nth-child(3n) {
        border-right: none;
    }
    .blog_item:nth-child(2n),
    .products_item:nth-child(2n) {
        box-shadow: none;
    }
    .categories_nav {
        overflow-x: auto;
        max-height: calc(100vh - 185px);
        overflow-y: auto;
        overflow-x: hidden;
    }
    .order_notify_v2 svg {
        width: 38px;
        height: 38px;
        margin-right: 8px;
    }
    .order_notify_v2 .o_notify_v2_heading {
        font-size: 26px;
    }
    .header_center_wrapper {
        gap: 10px
    }
    .form_search {
        max-width: 280px
    }
    .main_banner_container {
    margin-bottom: 60px;
    margin-top: 30px;
}
.back_block {
    margin: 60px 0;
    padding: 60px 0;
}
.main_block {
    margin: 60px 0;
}
.last_block {
    margin-bottom: 0;
}
.news_item::before {
    margin: 5px
}
.news_item {
    padding-top: 18px;
    margin-bottom: 18px
}
    .news_item:not(.blog_page_news):nth-child(even) {
        padding-left: 16px;
    }
    .news_item:not(.blog_page_news):nth-child(odd) {
        padding-right: 16px;
    }
    .news_name a {
        font-size: 18px
    }
    .new_site_item img {
        max-width: 80%
    }
    .foot_menu .menu_group_header, .foot_menu {
        max-width: 350px
    }
    .footer_copyright_flex {
        font-size: 14px
    }
    .categories_grid_page {
        margin: 30px 0 60px;
    }
    .second_heading_description {
            flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    }
    .organization_wrapper, .blog_wrapper {
        flex-direction: column;
                gap: 24px;
    }
        .products_container, .blog_container {
        width: 100%;
        
    }
    .siblings_wrapper {
        display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 0 10px;
    }
    .siblings_category_item {
        padding: 0 7px
    }
    .sidebar_organization, .sidebar_blog {
        max-width: 100%
    }
    .siblings_category_item.selected {
        background: transparent;
    }
    .siblings_category_item.selected span{
        background: #DCE2ED;
    }
    .siblings_category_link {
        padding: 10px;
    }
    .sidebar_advert {
            width: fit-content;
    margin: 30px auto 0;
    }
    .sidebar_advert_link {
        height: 100%;
        display: flex
    }
    h2 {
        font-size: 32px;
    }
    h1 {
        font-size: 38px;
    }
    .organization_contacts {
        flex-direction: column;
        gap: 18px
    }
    .org_right_block {
        width: calc(100% - 245px);
    }
    .org_wrapper {
        margin-bottom: 60px
    }
}


@media (max-width: 767px) {
.mobile-hidden {
    display: none;
}
.categories_nav {
    max-height: calc(100vh - 255px);
}
.purchase,
.purchase tbody,
.purchase tfoot,
.purchase tr,
.purchase td,
.purchase th {
    display: block;
}
#cart_informer .cart_title,
#cart_informer .cart_total{
    display: none;
}
#cart_informer {
    margin-top: 15px;
    margin-left: 15px;
}
.purchase tr {
    position: relative;
    margin-bottom: 25px;
}
.purchase td,
.purchase th {
    border: none;
    padding: 10px 8px;
}
.purchase .purchase_image {
    padding-top: 20px;
}
.purchase .purchase_sum {
    padding-bottom: 20px;
}
.purchase td:empty,
.purchase th:empty {
    display: none;
}
.purchase .coupon .message_error {
    margin: 0 auto 12px;
}
.purchase .purchase_total {
    margin-top: 25px;
    padding: 20px 10px;
}
.purchase_remove {
    position: absolute;
    top: 8px;
    right: 8px;
}
.purchase .remove_icon {
    width: 20px;
    height: 20px;
}
body.openmenu {
    overflow: hidden;
    position: fixed;
    width: 100vw;
    height: 100vh;
}
.head_menu .menu_group_header {
    display: block;
    position: fixed;
    z-index: 99;
    top: 92px;
    left: 0;
    width: 75vw;
    height: calc(100vh - 92px);
    background-color: #FEFEFE;
    color: #fff;
    padding-top: 8px;
    overflow: auto;
    transform: translateX(-100%);
    transition: all .3s ease;
}
body.openmenu .menu_group_header {
    transform: translateX(0)
}
.head_menu .menu_list {
    flex-direction: column;
    align-items: flex-start;
}
.head_menu .menu_item.menu_item_1 {
    width: 100%
}
body.openmenu .mob_menu_icon {
    width: 0;
    height: 2px;
}
body.openmenu .mob_menu_icon::before {
    transform: rotate(-45deg);
    top: 0;
    left: -13px;
}
body.openmenu .mob_menu_icon::after {
    transform: rotate(45deg);
    bottom: 0;
    right: -13px;
}
.menu_switch svg {
    width: 26px;
    height: 26px
}
.head_menu .menu_group_header .menu_item_1 .menu_link {
    position: relative;
    display: block;
    padding: 12px 15px;
        color: #2D2D2D;
        text-align: left;
        font-size: 20px;
}
.phones {
    clear: both;
}
.informers {
    margin-right: -15px;
}
.tab_navigation a + a    {
    border-top: none;
}
    .order_notify_v2 svg {
        width: 26px;
        height: 26px;
        margin-right: 2px;
    }
    .order_notify_v2 .o_notify_v2_heading {
        font-size: 20px;
        line-height: 1.1;
    }
    .menu_404 .text_404 {
        margin: 0 0 20px;
        text-align: center;
    }
    .news_grid {
        grid-template-columns: repeat(1, 1fr);
    }
    .news_item:not(.blog_page_news):nth-child(odd) {
        padding-right: 0px;
    }
        .news_item:not(.blog_page_news):nth-child(even) {
        padding-left: 0px;
    }
    .main_heading {
        margin-bottom: 20px
    }
    .news_item {
        padding-top: 12px;
        margin-bottom: 12px;
    }
    .news_date {
        margin-bottom: 5px;
        font-size: 14px;
    }
    .news_name {
        margin-bottom: 5px;
    }
    h1, h2, h3, h4, h5, h6 {
        margin-bottom: 20px
    }
    .categories_grid_page {
        grid-template-columns: repeat(2, 1fr);
    }
    .preview_image {
        width: 190px;
        height: 170px;
    }
    .preview_organization {
        gap: 18px
    }
        .orgazination_name {
        font-size: 20px;
        line-height: 26px;
    }
    .subcategory_item {
    margin-right: 10px;
    height: 40px;
}
.subcategory_link {
    padding: 10px
}
.org_wrapper {
    flex-direction: column;
    gap: 40px
}
.org_left_block {
        max-width: 100%;
    }
    .org_right_block {
        width: 100%;
    }
    .org_left_sticky {
        gap: 20px
    }
    .org_left_sticky .preview_image {
        width: 100%;
        height: 320px;
    }
    .preview_image .d-flex {
        justify-content: center;
    }
    .org_btn {
        max-width: 330px
    }
    .blog_page_news .news_name a {
    font-size: 22px;
}
.foot_menu .menu_list {
    flex-direction: column;
}
.foot_menu .menu_link {
    padding: 7px 0;
}
.main_categories_grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.head_menu {
    max-width: unset;
    width: unset;
}
}


@media (max-width: 576px) {
.small-hidden {
    display: none;
}
.news .look_all {
    padding: 20px 0;
    border-top: 1px solid #e8e8e1;
}
.main_products .look_all {
    margin-bottom: 25px;
    margin-top: -25px;
    padding: 20px 0;
    background-color: #fff;
} 
.form_search {
    width: calc(100% - 110px);
}
.pagination {
    margin-top: -25px;
}
.brand_item:nth-child(2n) {
    border-right: none;
}
.blog_item,
.products_item {
    box-shadow: none;
    margin-bottom: 25px;
}
.comparison_page .preview .price_container,
.comparison_page .preview .preview_form {
    float: none;
    width: 100%;
    text-align: center;
}
.comparison_page .preview .preview_form {
    margin-top: 15px;
}
.comparison_page .preview .button {
    width: 140px;
}
.product_details {
    text-align: center;
}
.features li {
    background-color: rgb(255, 255, 255);
    border-bottom: 1px solid rgb(186, 186, 186);
    padding-bottom: 8px;
}    
.features_name {
    font-weight: bold;
    font-size: 16px;
}    
.features_name::before {
    content: none;
}    
.features_name, .features_value {
    width: 100%;
    float: none;
 }
    .selected_filter_box .selected_filter_item .s_filter_link svg{
        color: #f25050;
    }
    .selected_filter_box .selected_filter_item{
        background: #38c0f3;
    }
    .selected_filter_box .selected_filter_item .s_filter_link{
        color: #fff;
    }
    body {
        font-size: 14px
    }
        .news_name a {
        font-size: 16px;
    }
    .container {
        padding-left: 15px;
        padding-right: 15px
    }
    .fn_new_sites.swiper {
        padding: 16px 0 40px
    }
    .fn_new_sites .swiper-button-prev, .fn_new_sites .swiper-button-next {
        display: none
    }
    .back_block .look_all {
        margin-top: 20px
    }
    .link_level_first {
        font-size: 20px
    }
    .level_2.subcategory {
    margin-top: 6px;
}
    .preview_image {
        width: 160px;
        height: 140px;
    }
        .preview_image .d-flex {
        width: 88%;
    }
        .preview_organization {
        gap: 12px;
    }
        .orgazination_name {
        font-size: 18px;
        line-height: 23px;
    }
    .oragnization_annotation {
        -webkit-line-clamp: 2;
        line-height: 20px
    }
    .organization_content {
    gap: 12px;
}
.org_left_sticky .preview_image {
    height: 280px
}
h2 {
        font-size: 26px;
    }
    h1 {
        font-size: 30px;
    }
    .organization_contacts {
        padding: 0
    }
    .organization_slogan {
        margin-bottom: 20px
    }
    .organization_contacts {
        gap: 16px
    }
    .organization_schedule {
        margin-top: 20px;
    }
    .organisation_content_top {
        margin-bottom: 24px;
        padding-bottom: 24px
    }
    .organization_description {
    margin-top: 24px;
}
.organization_gallery {
    margin-top: 30px
}
.fn_serch_mobile.form_search {
        background: #000000e6;
        flex-direction: row;
        justify-content: center;
        align-items: stretch;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1000;
        backdrop-filter: saturate(180%) blur(20px);
        display: none;
        max-width: 100%;
        border-radius: 0;
    }
    .search_close {
        color: #ffffff80;
        cursor: pointer;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition: color .5s;
        -webkit-tap-highlight-color: #0000;
    }
    .search_close svg {
        display: block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 30px;
        right: 30px;
    }
        .form_search_content {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 660px;
        height: fit-content;
        padding: 0 20px;
        height: 50px;
        position: relative;
        z-index: 20;
        margin: 15vh 0 0;
    }
    .text_search {
        color: #fff9;
        font-size: 20px;
        font-weight: 400;
        text-align: center;
        height: 20px;
        line-height: 20px;
        -webkit-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
        .form_search_mobile {
        display: block;
        width: 100%;
        height: 60px;
        margin: 20px 0 0;
        position: relative;
    }
        .form_search_mobile input {
        background: var(--bg);
        border: none;
        color: var(--body-text);
        height: 50px;
        width: 100%;
    }
        .search_button {
        left: auto;
        right: 25px;
        width: 50px;
        height: 50px;
        top: 3px;
    }
    .search_button svg {
        width: 26px;
        height: 26px
    }
    .menu_switch.fn_search_switch {
        margin-left: auto
    }
    .footer_flex {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    align-items: flex-start;
}
.foot_menu {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 2;
}
    .foot_menu .menu_link {
        padding: 10px 0;
    }
    .foot_menu .menu_item:first-child .menu_link {
        padding-top:0
    }
    .foot_menu .menu_item:last-child .menu_link {
        padding-bottom:0
    }
    .contact_item {
        margin-top: 24px
    }
    .footer_copyright_flex {
        flex-direction: column;
        gap: 5px
    }
    .footer_top {
    padding: 40px 0;
}

}

@media (max-width: 480px) {
.cart_title,
.cart_total {
    display: none;
}
.callback {
    width: 95px;
    padding: 4px 4px;
}
    .categories_grid_page {
        grid-template-columns: repeat(1, 1fr);
    }
    .preview_organization {
        flex-direction: column;
    }
    .preview_image {
        width: 100%;
        height: 180px;
    }
        .preview_image .d-flex {
        width: 80%;
        justify-content: center;
    }
        .oragnization_annotation {
        -webkit-line-clamp: 3;
    }
    .subcategories_wrapper {
        row-gap: 8px
    }
    .siblings_wrapper {
        grid-template-columns: repeat(1, 1fr);
    }
    .organization_schedule {
        max-width: 100%
    }
        .organization_gallery {
        grid-template-columns: repeat(1, 1fr);
    }
    .organization_images_item {
        height: 270px
    }
        .org_btn {
        max-width: 100%;
    } 
        .blog_page_news .news_name a {
        font-size: 20px;
    }
    .main_categories_grid {
    gap: 7px
}
.main_category_name {
    font-size: 15px
}
.main_category_item {
    padding: 12px 16px
}
    h1 {
        font-size: 24px;
    }
}
.captcha{
    transform:scale(0.9);
    transform-origin:0 0;
}

@media (max-width: 400px){
        .footer_flex {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: unset;
        gap: 24px
    }
    .foot_menu {
        grid-row-start: unset;
        grid-row-end: unset;
        grid-column-start: unset;
    }
    .foot_menu .menu_list {
        align-items: flex-start;
    }
        .contact_item {
        margin-top: 0;
    }
}

@media (max-width: 365px){
    .captcha{
        transform:scale(0.86);
        transform-origin:0 0;
    }
}