.btn_filter {
    margin-right: 15px;
}
.btn_filter,
.btn_cats {
    display: none;
    cursor: pointer;
}
.box_close {
    display: none;
}
.mobile_show {
    display: none;
}
@media only screen and (max-width: 1130px) {
    .header_bottom .item .title,
    .header_bottom .item .title:hover {
        padding: 0 12px;
        font-size: 13px;
    }
}
@media only screen and (max-width: 1023px) {
    /*
    ** container
     */
    #container {
        padding-top: 116px;
    }
    .header_bottom .item .title,
    .header_bottom .item .title:hover {
        padding: 0 8px;
        font-size: 12px;
    }
    .menu_more {
        margin-top: 15px;
    }
    .swiper_prods .title_outer {
        padding: 5px 0;
    }
    .logo img.logo_sd {
        width: 40px;
        height: auto;
    }
    .width_narrow {
        max-width: none;
    }

    /*
    ** filter / cats
     */
    .btn_filter,
    .btn_cats {
        display: inline-flex;
    }
    .side {
        padding-bottom: 20px;
    }
    .box_filter,
    .box_cats {
        display: none;
        background-color: #fff;
        margin-bottom: 0;
        padding: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    .box_filter.open,
    .box_cats.open {
        display: block;
    }
    .box_filter_inner,
    .box_cats_inner {
        padding: 20px 15px;
    }
    .box_close {
        position: fixed;
        top: 5px;
        transform: none;
    }
    .open .box_close {
        display: flex;
    }

    /*
    ** content_inner
     */
    .content_inner {
        flex-direction: column;
    }
    .content_inner .side {
        width: 100%;
        box-sizing: border-box;
    }

    /*
    ** cats
     */
    .cats_inner .item {
        padding: 0 5px 10px 5px;
    }
    .cats_inner .title_outer {
        padding: 7px 10px;
    }
    .cats_inner .title {
        font-size: 15px;
    }

    /*
    ** blog
     */
    .blog_inner {
        max-width: 1080px;
        width: auto;
        margin: 0 15px;
        padding: 1px 20px 20px 20px;
    }
    .date {
        left: 15px;
    }

    /*
    ** map
     */
    .map_container {
        min-height: 300px;
    }
    .map_container_inner {
        aspect-ratio: unset;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }
}
@media only screen and (max-width: 900px) {
    .mobile_900_fdcolumn {
        flex-direction: column;
    }
    .header_bottom .item .title,
    .header_bottom .item .title:hover {
        font-size: 10px;
    }
}
@media only screen and (max-width: 767px) {
    .top {
        min-height: 150px;
    }
    .top h1 {
        margin-bottom: 15px;
        font-size: 30px;
    }
    #header {
        z-index: 11;
    }
    .header_bottom .content {
        align-items: center;
    }
    .logo {
        flex: 1;
    }
    .content {
        padding: 0 20px;
    }
    .content_inner {
        padding: 20px 10px 0 10px;
    }
    .header_bottom .item.selected .title {
        color: #494949;
    }
    .nav_open {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color:  #004b78;
        width: 32px;
        height: 32px;
        margin-right: 14px;
        border-radius: 50%;
        cursor: pointer;
    }
    .nav_open .svg_mask {
        width: 17px;
        height: 17px;
        background-color: #fff;
        -webkit-mask-image: url(../gfx/icon_menu.svg);
        mask-image: url(../gfx/icon_menu.svg);
    }
    #nav {
        display: none;
        background-color: #fff;
        padding: 0;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 100;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    #nav.open {
        display: flex;
    }
    .nav_close {
        position: fixed;
        top: 5px;
        transform: none;
    }
    .open .nav_close {
        display: flex;
    }
    .nav_inner {
        width: 100%;
        padding-top: 10px;
        flex-direction: column;
        align-items: center;
        box-sizing: border-box;
    }
    .header_bottom .item {
        max-width: 360px;
        width: 100%;
        flex-direction: column;
        margin-bottom: 8px;
        font-size: 17px;
        text-align: center;
    }
    .header_bottom .nav_right .item,
    .header_bottom .nav_right .item:hover {
        max-width: 32px;
        width: 32px;
        margin-bottom: 0;
    }
    /*.header_bottom .item:last-child {
        padding-bottom: 15px;
    }*/
    .header_bottom .item .title,
    .header_bottom .item .title:hover {
        padding: 10px 20px;
        font-size: 20px;
    }
    .menu_more {
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
        box-shadow: none;
        position: static;
    }
    .nav_right .item .menu_more,
    .nav_right .item:hover .menu_more {
        display: none;
    }
    .menu_more .col {
        max-width: none;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .menu_more .col .col_inner {
        padding-top: 15px;
        align-items: center;
    }
    .main_cat,
    .main_cat:hover {
        justify-content: center;
        height: auto;
        margin: 5px 0;
        font-size: 17px;
        text-align: center;
    }
    .main_cat:after {
        margin: 4px auto 5px auto;
    }
    .menu_more:before,
    .menu_more:after {
        display: none;
    }
    .box_banners {
        flex-direction: column;
        align-items: center;
    }
    .box_banners .item {
        margin-bottom: 20px;
    }
    #footer .content {
        flex-wrap: wrap;
        padding: 30px 20px;
    }
    #footer .content .col {
        width: 50%;
        margin-bottom: 20px;
    }
    #footer .content .col1 {
        order: 1;
    }
    #footer .content .col2 {
        order: 3;
    }
    #footer .content .col3 {
        order: 4;
    }
    #footer .content .col4 {
        order: 2;
    }
    #container #footer .title_small {
        justify-content: flex-start !important;
    }
    .box_socials .icons {
        justify-content: flex-start;
    }
    .box_newsletter .input_email input {
        flex: 1;
    }
    #footer .title {
        font-size: 20px;
    }
    #footer .title,
    #footer .title_small {
        margin-bottom: 15px;
    }
    .header_left {
        display: none;
    }
    .header_left .text {
        display: none;
    }
    .header_top .content {
        justify-content: center;
        padding: 0 10px;
    }
    .header_left .icon_phone,
    .header_left .icon_mail {
        padding: 0;
    }
    .header_right {
        justify-content: space-between;
        width: 100%;
    }
    .box_newsletter .input_email input {
        max-width: none;
    }

    /*
    ** main swiper
     */
    .swiper_main_ar {
        min-height: 210px;
        padding-bottom: 0;
    }

    /*
    ** content_inner
     */
    .list_right {
        flex-direction: column;
    }
    .mobile_hide.list_desc {
        display: none;
    }
    .list_basket {
        align-items: flex-start;
        margin: 0;
        border: none;
    }
    .list_basket_inner {
        align-items: flex-start;
    }
    .list_basket .list_price,
    .list_basket .link {
        text-align: left;
    }
    .list_basket .btn {
        margin-left: -10px;
    }

    /*
    ** cats
     */
    .cats_inner .item {
        width: 33.33%;
    }
    .hybrid_list .cats_inner .item {
        width: 50%;
    }

    /*
    ** top_details
     */
    .top_details .content {
        display: flex;
        flex-direction: column;
    }
    .top_details .top_left,
    .top_details .top_right {
        width: 100%;
    }
    .top_details .top_left {
        order: 2;
        padding: 0 0 30px 0;
    }
    .top_details .top_right {
        order: 1;
        padding: 0;
    }
    .top_details .top_right.type_bottom {
        order: 3;
    }

    /*
    ** form
     */
    .box_steps {
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
        padding: 30px 0;
    }
    .form .cols {
        flex-direction: column;
    }
    .form .col {
        margin-bottom: 30px;
    }
    .form .cols_sep .col {
        margin-bottom: 0;
    }
    .box_gray_inner {
        padding: 10px;
    }

    /*
    ** docs
     */
    .box_docs .cols {
        flex-direction: column;
    }
    .box_docs .cols .col {
        padding-right: 0;
    }

    /*
    ** Szechenyi logó
     */
    .logo_szechenyi img {
        width: 125px;
    }

    /*
    ** scroll_up
     */
    #scroll_up {
        width: 60px;
        height: 60px;
        position: fixed;
        bottom: 150px;
        right: 25px;
    }
}
@media only screen and (max-width: 600px) {
    .mobile_fdcolumn {
        flex-direction: column;
    }
    .mobile_show {
        display: inline;
    }
    .menu .item {
        padding: 0 5px;
    }
    .menu .item .title,
    .menu .item .title:hover {
        font-size: 10px !important;
    }
    .table_orders tr {
        display: flex;
        flex-direction: column;
        position: relative;
    }
    .table_orders th {
        display: none;
    }
    .table_orders th:first-child {
        display: block;
        width: 100%;
    }
    #container .table_orders th,
    #container .table_orders td {
        padding-left: 0;
    }
    #container .table_orders td {
        width: 100%;
        box-sizing: border-box;
        border: none;
        text-align: left !important;
    }
    #container .table_orders td:first-child {
        padding-bottom: 0;
    }
    #container .table_orders td .order_count {
        justify-content: flex-start !important;
    }
    /*#container .table_orders td:nth-last-child(3) {
        padding-bottom: 10px;
        border-bottom: 1px solid #ededed;
    }*/
    #container .table_orders td.onyx_button {
        display: flex;
        align-items: center;
        width: auto;
        height: 35px;
        padding: 0 10px 0 0;
        position: absolute;
        top: 3px;
        right: -5px;
    }
    #container .table_orders td.onyx_message {
        width: 100%;
        height: auto;
        padding: 10px;
        position: static;
        top: unset;
        right: unset;
        border-top: 1px solid #ededed;
    }
    #container .table_orders td.onyx_message:before {
        height: 5px;
        border-bottom: 5px solid rgba(0, 0, 0, 0.1);
        top: -6px;
    }
    .table_orders tr:last-child th:nth-last-child(3) {
        display: block;
    }

    .list_clinics .list_item_inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .list_clinics .list_item_inner .list_left {
        max-width: 100%;
        margin: 0 0 3px 0;
    }
    .list_right_container {
        padding-left: 12px;
        box-sizing: border-box;
    }
    .table_onyx form {
        display: inline-block;
    }
    .table_onyx .icon_info {
        float: right;
        display: inline-block;
        width: 22px;
        height: 22px;
        margin-top: 7px;
        vertical-align: middle;
        position: static;
        transform: none;
    }
}
@media only screen and (max-width: 500px) {
    .top {
        min-height: 130px;
    }
    .top h1 {
        margin-bottom: 10px;
        font-size: 24px;
    }
    .content {
        padding: 0 10px;
    }
    .blog_details {
        padding: 0;
    }
    .content_inner {
        padding: 10px 10px 0 10px;
    }
    .logo img.logo_sd {
        width: 40px;
        height: auto;
    }
    .logo img.logo_uc {
        height: 40px;
        width: auto;
    }
    .lang {
        padding-left: 0;
    }
    .lang img {
        margin-left: 10px;
    }
    .box_title {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .swiper_prods_buttons_container {
        margin-bottom: 10px;
    }
    .box_banners .item_title,
    .box_banners .item_title:hover {
        margin: 15px 0;
    }
    #footer .content .col {
        width: 100%;
    }
    #footer .content .col2 {
        width: 60%;
    }
    #footer .content .col3 {
        width: 40%;
    }

    /*
    ** cats
     */
    .cats_inner .item {
        width: 50%;
    }

    /*
    ** box_tabs
     */
    .box_tabs .tabs .tab {
        margin: 0 10px -1px 10px;
        font-size: 13px;
    }
    .box_tabs .desc {
        padding: 10px;
    }

    /*
    ** layer
     */
    .item_layer_container {
        height: 100%;
        max-height: none;
        border-radius: 0;
        box-shadow: none;
    }

    /*
    ** contact
     */
    .contact_container .content {
        padding: 10px;
    }
    .contact_container .cols {
        flex-direction: column;
        align-items: center;
    }
    .contact_container .col {
        margin: 20px 0;
    }

    /*
    ** table
     */
    .table_container {
        margin: 0 -10px;
    }

    /*
    ** cats_colleagues
     */
    .item_bottom.type2 .item_phone .icon_phone,
    .item_bottom.type2 .item_mail .icon_mail {
        display: none;
    }
    .item_bottom.type2 .item_phone span,
    .item_bottom.type2 .item_mail span {
        margin-left: 0;
    }
}
@media only screen and (max-width: 400px) {
    .side_inner {
        text-align: center;
    }
    .data_header {
        flex-direction: column;
    }
    .data_header_right {
        margin-top: 10px;
    }
}
