@media (min-width: 993px) {
    .card__header a:hover {
        border-bottom: 3px solid #6F6B6B;
        transition: all .4s ease;
    }
}

@media (max-width: 1500px) {

    /* Bec */
    .bec {
        padding: 0 67px;
        width: 100%;
        border-radius: 0;
    }

    /* .section__bec {
        background: #F6F5F5;
    } */
}

@media (max-width: 1360px) {

    /* Default */
    .container {
        max-width: 1240px;
    }

    /* Cart */
    .cart__aside {
        width: 400px;
    }

    .cart__table {
        width: calc(100% - 412px);
    }

    .cart__table td:has(p) {
        width: calc(100% - 500px);
    }
}

@media (max-width: 1280px) {

    /* Default */
    .container {
        max-width: 1100px;
    }

    /* Nav */
    .nav__search {
        width: 280px;
        padding: 12px;
    }

    .dgwt-wcas-search-wrapp input {
        padding: 12px !important;
    }

    .dgwt-wcas-search-wrapp {
        width: 280px;
        max-width: 280px !important;
    }

    /* Top */
    .top__items > div {
        width: 25%;
    }

    /* Katalog */
    .katalog__content .top__items > div {
        width: 33.3%;
    }

    /* Blog */
    .blog__items:has(.col-2) {
        gap: 0;
        width: calc(100% + 50px);
        margin: 0 -25px -22px;
    }

    .blog__items:has(.col-2) > div {
        padding: 0 25px 64px;
    }

    /* Article */
    .article > img {
        width: 400px;
    }

    .article__content {
        width: calc(100% - 424px);
    }

    /* Part */
    .part {
        gap: 17px;
    }

    /* Feat */
    .feat__items {
        padding: 0;
        margin: 0 -40px -102px;
    }

    /* Bec */
    .bec {
        padding: 0;
    }

    /* Cart */
    .cart__aside {
        width: 350px;
    }

    .cart__table {
        width: calc(100% - 362px);
    }

    .cart__table td:has(p) {
        width: calc(100% - 400px);
    }

    /* Card */
    .card__swiper {
        width: 443px;
    }

    .card__content {
        width: calc(100% - 455px);
    }

    .mySwiper {
        height: 80px;
    }

    .single_variation_wrap {
        align-items: flex-start;
        flex-direction: column;
        gap: 16px;
    }

    .woocommerce-variation-add-to-cart {
        flex-direction: row-reverse;
    }
}

@media (max-width: 1212px) {

    /* Default */
    .container {
        max-width: 1050px;
    }

    /* Nav */
    .nav__search {
        width: 260px;
    }

    .dgwt-wcas-search-wrapp {
        width: 260px;
        max-width: 260px !important;
    }

    .nav__list .btn {
        min-width: 280px;
        max-width: 280px;
    }

    /* Hero */
    .hero ul {
        width: 280px;
    }

    .hero__swiper {
        width: calc(100% - 292px);
    }

    /* Contact */
    .contact svg:nth-last-child(2) {
        left: -230px;
    }

    .contact svg:last-child {
        right: -140px;
    }

    /* Kat */
    .kat__item img {
        height: 200px;
    }

    /* Katalog */
    .katalog__aside {
        width: 280px;
    }

    .katalog__content {
        width: calc(100% - 292px);
    }

    /* Gallery */
    .gallery__swiper .swiper-slide {
        height: 300px;
    }

    .card__content-item .cart {
        display: grid;
        grid-template-columns: auto auto;
    }

    .card__content-item .cart:has(.variations) {
        display: flex;
    }
}

@media (max-width: 1110px) {

    /* Default */
    .container {
        max-width: 950px;
    }

    main {
        margin-top: 56px;
    }

    /* Nav */
    header {
        background: #292828;
        padding: 8px 0;
    }

    .nav .logo {
        width: 22px;
        height: 19px;
    }

    .nav .logo img {
        display: none;
    }

    .nav .logo img.mob {
        display: block;
    }

    .nav__search {
        width: calc(100% - 170px);
    }

    .dgwt-wcas-search-wrapp {
        width: calc(100% - 170px);
        max-width: calc(100% - 170px) !important;
    }

    .dgwt-wcas-overlay-mobile {
        position: fixed;
    }

    .dgwt-wcas-overlay-mobile .dgwt-wcas-search-wrapp {
        width: 100%;
        max-width: 100% !important;
    }

    .nav__list {
        display: none;
    }

    .burger {
        display: block;
    }

    .nav > .nav__cart {
        display: inline-flex;
        min-width: 40px;
        max-width: 40px;
        height: 40px;
        margin-right: 0;
    }

    .nav > .nav__select,
    .nav > .btn {
        display: none;
    }

    .nav__menu {
        position: fixed;
        width: 375px;
        left: -100%;
        top: 0;
        bottom: 0;
        z-index: 101;
        background: #292828;
        padding: 32px;
        display: grid;
        grid-template-rows: auto auto auto auto 1fr;
        overflow-y: auto;
        gap: 40px;
        transition: all .4s ease;
    }

    .tels {
        display: block;
    }

    .nav__menu::-webkit-scrollbar {
        display: none;
    }

    .menu-active .nav__menu {
        left: 0;
        transition: all .4s ease;
    }

    .menu-active,
    html:has(.menu-active) {
        overflow: hidden !important;
    }

    body::before {
        content: '';
        position: fixed;
        inset: 0;
        width: 100%;
        height: 100%;
        background: #292828;
        z-index: 101;
        opacity: 0;
        visibility: hidden;
        transition: all .4s ease;
    }

    .menu-active::before,
    body:has(.tels.active)::before {
        opacity: 0.5;
        visibility: visible;
        transition: all .4s ease;
    }

    .nav__menu > *:nth-child(n+3) {
        width: 100%;
        display: flex;
    }

    .nav__menu .nav__list {
        flex-direction: column;
    }

    .nav__menu .nav__list .btn {
        max-width: 100%;
        min-width: 100%;
        margin-bottom: 8px;
    }

    .nav__menu .nav__list ul {
        flex-direction: column;
        align-items: flex-start;
        gap: 32px;
    }

    .nav__menu .nav__list ul a {
        padding: 0;
    }

    .nav__menu .nav__select-header {
        color: #fff;
        cursor: pointer;
        z-index: 1;
        position: relative;
    }

    .nav__menu .nav__select-header path {
        fill: #F5C70F;
    }

    .nav__menu .nav__select-header svg:last-child path {
        fill: #fff;
    }

    .nav__menu .nav__select {
        flex-direction: column;
        align-items: flex-start;
    }

    .nav__menu .nav__select-items {
        max-height: 0;
        overflow: hidden;
        left: 0;
        transform: translate(0);
        top: 0;
        opacity: 1;
        position: relative;
        visibility: visible;
        padding: 0;
        background: transparent;
        width: fit-content;
        gap: 10px;
        margin-top: 10px;
        margin-left: 33px;
    }

    .nav__menu .nav__select-items a {
        color: #fff;
    }

    .nav__menu .nav__select-items a:hover {
        color: #F5C70F;
    }

    .nav__menu .nav__lang .nav__select-items {
        margin-left: 0;
    }

    .nav__menu .nav__lang .nav__select-header {
        padding: 0;
    }

    header.fixed,
    header,
    header.fixed .nav {
        height: fit-content;
        transition: all .4s ease;
    }

    header.fixed .nav__list {
        transform: translate(0, 0);
        transition: all .4s ease;
    }

    /* Hero */
    .hero {
        flex-direction: column-reverse;
    }

    .hero ul {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        margin-top: 12px;
    }

    .hero ul li {
        width: calc(50% - 8px);
    }

    .hero__swiper {
        width: 100%;
        height: auto !important;
    }

    .section__hero {
        padding: 20px 0 60px;
    }

    /* Contact */
    .contact svg {
        display: none;
    }

    /* Katalog */
    .katalog__aside {
        display: none;
    }

    .katalog__content {
        width: 100%;
    }

    .katalog h1 {
        margin-bottom: 44px;
    }

    .katalog__content .top__items > div {
        width: 25%;
    }

    .wpc-sorting-form {
        margin-left: auto !important;
        width: fit-content;
        margin-top: -25px !important;
        margin-bottom: 24px !important;
    }

    .wpc_show_bottom_widget .wpc-filters-open-button-container {
        margin: -20px 0 24px !important;
        width: fit-content !important;
    }

    .wpc-filter-layout-dropdown .select2-container--default .select2-selection--single .select2-selection__arrow,
    .wpc-sorting-form .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 0 !important;
        top: 0 !important;
    }

    body .wpc-filters-open-button-container a.wpc-filters-open-widget,
    body .wpc-filters-open-button-container a.wpc-open-close-filters-button {
        padding: 16px !important;
        height: 48px !important;
        border-radius: 8px !important;
        font-weight: 600 !important;
        gap: 10px !important;
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        background: #F5C70F !important;
        border: none !important;
    }

    .wpc-custom-selected-terms {
        clear: both;
        width: 100%
    }

    .wpc-custom-selected-terms ul.wpc-filter-chips-list {
        display: flex;
        overflow-x: auto;
        padding-left: 0
    }

    .wpc-filters-main-wrap .wpc-custom-selected-terms ul.wpc-filter-chips-list {
        display: block;
        overflow: visible
    }

    html.is-active .wpc-filters-overlay {
        top: 0;
        opacity: .3;
        background: #fff
    }

    .wpc-filters-main-wrap input.wpc-label-input + label:hover {
        border: 1px solid rgba(0, 0, 0, .25);
        border-radius: 5px
    }

    .wpc-filters-main-wrap input.wpc-label-input + label:hover span.wpc-filter-label-wrapper {
        color: #333;
        background-color: rgba(0, 0, 0, .25)
    }

    .wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item input + label:hover a {
        color: #333
    }

    .theme-storefront #primary .storefront-sorting .wpc-custom-selected-terms {
        font-size: inherit
    }

    .theme-storefront #primary .wpc-custom-selected-terms {
        font-size: .875em
    }

    .wpc-filters-labels li.wpc-term-item label:hover .wpc-term-swatch-wrapper:after,
    .wpc-filters-labels li.wpc-term-item label:hover .wpc-term-swatch-wrapper:before {
        display: none;
    }

    .wpc_show_bottom_widget .wpc-filters-widget-top-container,
    .wpc_show_open_close_button .wpc-filters-widget-top-container {
        text-align: center
    }

    .wpc_show_bottom_widget .wpc-filters-widget-top-container {
        position: sticky;
        top: 0;
        z-index: 99999;
        border-bottom: 1px solid #f7f7f7
    }

    .wpc-custom-selected-terms:not(.wpc-show-on-mobile),
    .wpc-edit-filter-set,
    .wpc_show_bottom_widget .widget_wpc_selected_filters_widget,
    .wpc_show_bottom_widget .wpc-filters-widget-content .wpc-filter-set-widget-title,
    .wpc_show_bottom_widget .wpc-filters-main-wrap .widget-title,
    .wpc_show_bottom_widget .wpc-filters-widget-wrapper .wpc-filter-layout-submit-button,
    .wpc_show_bottom_widget .wpc-posts-found,
    body.wpc_show_bottom_widget .wpc-open-close-filters-button,
    body.wpc_show_open_close_button .wpc-filters-widget-content:not(.wpc-opened) {
        display: none
    }

    .wpc_show_bottom_widget .wpc-filters-widget-top-container:not(.wpc-show-on-desktop),
    .wpc_show_bottom_widget .wpc-spinner.is-active,
    .wpc_show_bottom_widget .wpc-widget-close-container,
    html.is-active body:not(.wpc_show_bottom_widget) .wpc-spinner {
        display: block
    }

    body .wpc-filters-main-wrap li.wpc-term-item {
        padding: 2px 0
    }

    .wpc-chip-empty {
        width: 0;
        display: list-item;
        visibility: hidden;
        margin-right: 0 !important
    }

    .wpc-overlay-visible #secondary {
        z-index: auto
    }

    html.is-active:not(.wpc-overlay-visible) .wpc-filters-overlay {
        top: 0;
        opacity: .2;
        background: #fff
    }

    .wpc-custom-selected-terms.wpc-show-on-mobile ul.wpc-filter-chips-list {
        display: flex;
        overflow-x: auto;
        padding-left: 0
    }

    html.is-active body:not(.wpc_show_bottom_widget) .wpc-filters-overlay {
        top: 0;
        opacity: .3;
        background: #fff
    }

    body.wpc_show_bottom_widget .wpc-filters-widget-content.wpc-closed,
    body.wpc_show_bottom_widget .wpc-filters-widget-content.wpc-opened,
    body.wpc_show_bottom_widget .wpc-filters-widget-content:not(.wpc-opened) {
        display: block !important
    }

    .wpc-open-close-filters-button {
        display: block;
        margin-bottom: 20px
    }

    .wpc-overlay-visible body,
    html.wpc-overlay-visible {
        overflow: hidden !important
    }

    .wpc_show_bottom_widget .widget_wpc_filters_widget,
    .wpc_show_bottom_widget .wpc-filters-main-wrap {
        padding: 0 !important;
        margin: 0 !important
    }

    .wpc_show_bottom_widget .wpc-filters-range-column {
        width: 48%;
        max-width: none
    }

    .wpc_show_bottom_widget .wpc-filters-toolbar {
        display: flex;
        margin: 1em 0
    }

    .wpc_show_bottom_widget .wpc-inner-widget-chips-wrapper {
        display: block;
        padding-left: 20px;
        padding-right: 20px
    }

    .wpc_show_bottom_widget .wpc-filters-main-wrap .widget-title.wpc-filter-title {
        display: flex
    }

    .wpc_show_bottom_widget .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list,
    .wpc_show_open_close_button .wpc-inner-widget-chips-wrapper .wpc-filter-chips-list {
        display: flex;
        -webkit-box-pack: start;
        place-content: center flex-start;
        overflow-x: auto;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: 0;
        padding-left: 0
    }

    .wpc-overlay-visible .wpc_show_bottom_widget .wpc-filters-overlay {
        top: 0;
        opacity: .4
    }

    .wpc_show_bottom_widget .wpc-filters-main-wrap .wpc-spinner.is-active + .wpc-filters-widget-content .wpc-filters-scroll-container .wpc-filters-widget-wrapper {
        opacity: .6;
        pointer-events: none
    }

    .wpc_show_bottom_widget .wpc-filters-open-button-container {
        margin-top: 1em;
        margin-bottom: 1em
    }

    .section__checkout {
        padding-top: 36px;
    }

    .wpc_show_bottom_widget .wpc-filters-widget-content {
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        top: 5%;
        z-index: 999999;
        padding: 0;
        background-color: #fff;
        margin: 0;
        box-sizing: border-box;
        border-radius: 7px 7px 0 0;
        transition: transform .25s;
        transform: translate3d(0, 120%, 0);
        -webkit-overflow-scrolling: touch;
        height: auto
    }

    .wpc_show_bottom_widget .wpc-filters-widget-containers-wrapper {
        padding: 0;
        margin: 0;
        overflow-y: scroll;
        box-sizing: border-box;
        position: fixed;
        top: 56px;
        left: 0;
        right: 0;
        bottom: 0
    }

    .wpc_show_bottom_widget .wpc-filters-widget-content.wpc-filters-widget-opened {
        transform: translate3d(0, 0, 0)
    }

    .theme-twentyfourteen .wpc_show_bottom_widget .wpc-filters-widget-content,
    .theme-twentyfourteen.wpc_show_bottom_widget .wpc-filters-scroll-container {
        background-color: #000
    }

    .wpc_show_bottom_widget .wpc-filters-section:not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric) .wpc-filter-content ul.wpc-filters-ul-list,
    .wpc_show_open_close_button .wpc-filters-section:not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric) .wpc-filter-content ul.wpc-filters-ul-list {
        max-height: none
    }

    .wpc_show_bottom_widget .wpc-filters-scroll-container {
        background: #fff;
        min-height: 100%
    }

    .wpc_show_bottom_widget .wpc-filters-widget-wrapper {
        padding: 20px 20px 15px
    }

    .wpc-filter-everything-dropdown .select2-search--dropdown .select2-search__field,
    .wpc-sorting-form select,
    .wpc_show_bottom_widget .wpc-filters-main-wrap input[type=number],
    .wpc_show_bottom_widget .wpc-filters-main-wrap input[type=text],
    .wpc_show_bottom_widget .wpc-filters-main-wrap select,
    .wpc_show_bottom_widget .wpc-filters-main-wrap textarea,
    .wpc_show_bottom_widget .wpc-search-field,
    .wpc_show_open_close_button .wpc-search-field,
    .wpc_show_open_close_button .wpc-filter-search-field {
        font-size: 16px
    }

    .wpc-filter-layout-dropdown .select2-container .select2-selection--single,
    .wpc-sorting-form .select2-container .select2-selection--single {
        height: auto;
        padding: 6px
    }

    .wpc_show_bottom_widget .wpc-filters-section:not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric) .wpc-filter-content ul.wpc-filters-ul-list {
        overflow-y: visible
    }

    .theme-twentyeleven #primary,
    .theme-twentyeleven #secondary {
        margin-left: 0;
        margin-right: 0;
        clear: both;
        float: none
    }

    #main > .fusion-row {
        max-width: 100%
    }

    .wpc_show_bottom_widget .wpc-filters-open-button-container,
    .wpc_show_bottom_widget .wpc-filters-widget-controls-container,
    .wpc_show_bottom_widget .wpc-filters-widget-top-container,
    .wpc_show_open_close_button .wpc-filters-open-button-container {
        display: block
    }

    /* Blog */
    .blog__items:has(.col-2) {
        gap: 0;
        width: calc(100% + 24px);
        margin: 0 -12px -12px;
    }

    .blog__items:has(.col-2) > div {
        width: 50%;
        padding: 0 12px 40px;
    }

    /* Part */
    .part {
        padding: 9px 11px;
    }

    .part > img {
        width: 270px;
    }

    .part h1,
    .part p {
        margin-bottom: 12px;
    }

    .part p {
        margin-bottom: 0;
    }

    /* Feat */
    .feat__items {
        padding: 0;
        width: calc(100% + 54px);
        margin: 0 -27px -64px;
    }

    .feat__items > div {
        padding: 0 27px 64px;
    }

    /* Bec */
    .bec__items {
        margin: 53px -23px -56px;
        width: calc(100% + 46px);
    }

    .bec__items > div {
        padding: 0 23px 56px;
    }

    /* Cart */
    .cart__aside {
        width: 300px;
    }

    .cart__table {
        width: calc(100% - 312px);
    }

    .cart__table td:has(p) {
        width: calc(100% - 370px);
    }

    /* Reviews */
    .reviews__items {
        width: calc(100% - 300px);
    }

    /* Card */
    .card__swiper {
        width: 362px;
    }

    .card__content {
        width: calc(100% - 374px);
    }

    .mySwiper {
        height: 63px;
    }

    .card__content-item .price {
        width: 100%;
        justify-content: flex-end;
    }

    .card__content-item {
        padding: 20px !important;
    }

    .card__header.fixed {
        top: 66px;
    }

    .single_variation_wrap {
        width: calc(100% + 40px);
        margin: 0 -20px -20px;
        padding: 20px;
    }

    .variations {
        margin-bottom: 20px;
    }

    .section__text,
    .section__params,
    .section__reviews {
        padding: 60px 0 30px;
    }

    .section__reviews {
        padding-bottom: 60px;
    }

    /* Cart */
    .cart__aside {
        width: 100%;
        position: relative !important;
        top: 0 !important;
        bottom: 0 !important;
    }

    .cart__table {
        width: 100%;
        margin-bottom: 16px;
    }

    .cart__table td:has(p) {
        width: calc(100% - 400px);
    }

    .cart__item .form {
        max-width: unset;
    }

}

@media (max-width: 992px) {

    /* Default */
    .container {
        max-width: 750px;
    }

    h2,
    .h2,
    .seo h5,
    .seo h1,
    .seo h2,
    .seo h3,
    .seo h4,
    .seo h6,
    .woocommerce-no-products-found div,
    .katalog:has(.nosearch) h1 {
        font-size: 22px;
    }

    h3,
    .h3 {
        font-size: 20px;
    }

    section {
        padding: 60px 0;
    }

    /* Footer */
    footer {
        padding: 60px 0 20px;
    }

    .footer {
        justify-content: space-between;
    }

    .footer .logo {
        margin-bottom: 24px;
    }

    .footer > * {
        width: calc(45% - 6px);
    }

    .footer ul {
        margin-bottom: 32px;
    }

    .footer > *:has(ul:last-child) {
        margin-bottom: -32px;
    }

    .section__checkout {
        padding-bottom: 60px;
    }

    /* Blog */
    .blog__items > * {
        width: 100%;
    }

    .blog__items:has(.col-2) > div {
        width: 100%;
    }

    .tab__header span::before {
        bottom: -4px;
    }

    /* Top */
    .top__items > div {
        width: 33.3%;
    }

    /* Kat */
    .kat__item img {
        height: 140px;
    }

    .kat .hero__swiper {
        height: 180px;
        margin-bottom: 48px;
    }

    .breadcrumps {
        margin-bottom: 16px;
    }

    /* Katalog */
    .katalog__content .top__items > div {
        width: 33.3%;
    }

    /* Error */
    .section__error {
        padding: 180px 0;
    }

    .error h1 {
        margin-bottom: 12px;
    }

    .error p {
        margin-bottom: 24px;
    }

    /* Pol */
    .pol {
        padding: 30px 40px 50px;
    }

    .pol h1 {
        margin-bottom: 20px;
    }

    /* Article */
    .article {
        flex-direction: column;
    }

    .article > img {
        width: 100%;
        margin-bottom: 24px;
    }

    .article__content {
        width: 100%;
    }

    .article__content .date {
        display: none;
    }

    .article > .date {
        display: inline-flex;
    }

    /* Map */
    .map__content {
        flex-direction: column-reverse;
    }

    .map__info {
        width: 100%;
        margin-top: 32px;
        flex-direction: row;
        gap: 48px;
        flex-wrap: wrap;
    }

    .map__info > * {
        width: calc(33.3% - 36px);
    }

    .map__content > iframe,
    .map__content > img,
    .map__content > video {
        width: 100%;
    }

    .map__info a:first-child br {
        display: block;
    }

    /* Part */
    .part__content {
        max-width: 382px;
    }

    /* Feat */
    .feat__items > div {
        width: 50%;
    }

    .feat__item img {
        width: 80px;
        height: 80px;
    }

    /* About */
    .about video {
        margin-bottom: 48px;
        height: 350px;
    }

    .about__content {
        max-width: 549px;
    }

    /* Params */
    .params ul li {
        width: 100%;
    }

    /* Reviews */
    .reviews__items {
        width: 100%;
        margin-top: 32px;
    }

    .reviews {
        flex-direction: column;
    }

    /* Card */
    .card__content-item:has(.btn) {
        gap: 16px;
    }

    .card__content-item .btn {
        padding: 16px;
    }

    .woocommerce-variation-add-to-cart {
        flex-direction: column;
        width: 100%;
        align-items: unset;
        margin-top: 0;
    }

    .price ins,
    .price bdi {
        font-size: 21px;
    }
}

@media (max-width: 768px) {

    /* Default */
    .container {
        max-width: none;
        padding: 0 16px;
    }

    .btn {
        padding: 16px 20px;
    }

    /* Part */
    .part {
        padding-left: 40px;
    }

    /* Gallery */
    .gallery__swiper {
        overflow: unset;
        width: calc(100% + 32px);
        margin: 0 -16px;
    }

    .gallery__swiper .swiper-slide {
        height: 250px;
    }

    /* Top */
    .top__swiper {
        overflow: unset;
    }
}

@media (max-width: 750px) {

    /* Part */
    .part {
        padding: 0;
        flex-direction: column-reverse;
        background: transparent;
        border-radius: 0;
        gap: 24px;
    }

    .part > img {
        width: 100%;
    }

    .part__content {
        max-width: 100%;
    }

    .section__part::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: -1;
        background: #F5C70F;
        top: calc(230px + (453 - 230) * ((100vw - 350px) / (750 - 350)));
    }

    /* Cart */
    .cart__table tr {
        flex-wrap: wrap;
    }

    .cart__table td:has(img) {
        order: 1;
        margin: 0 !important;
    }

    .cart__table td:has(p) {
        width: calc(100% - 150px);
        order: 2;
        margin: 0 !important;
    }

    .cart__table td:has(.del) {
        order: 3;
        margin: 0 !important;
    }

    .cart__table td {
        order: 4;
        margin: 24px 0 0 !important;
    }

    /* Card */
    .card__content,
    .card__swiper {
        width: 100%;
    }

    .card__swiper {
        margin-bottom: 22px;
    }

    .mySwiper .swiper-slide {
        aspect-ratio: 1 / 1;
        height: auto;
    }

    .card__header {
        gap: 0;
        white-space: nowrap;
        overflow-x: auto;
    }

    .card__header::-webkit-scrollbar {
        display: none;
    }

    .woocommerce-variation-add-to-cart {
        flex-direction: row;
    }
}

@media (max-width: 700px) {

    /* Top */
    .top__items > div {
        width: 50%;
    }

    /* Kat */
    .kat__items > div {
        width: 50%;
    }

    .kat .hero__swiper {
        margin-bottom: 24px;
    }

    /* Katalog */
    .katalog__content .top__items > div {
        width: 50%;
    }

    .katalog__content > .btn {
        margin-top: 32px;
    }

    /* Error */
    .error h1 {
        margin-bottom: 16px;
    }

    .error p {
        margin-bottom: 32px;
    }

    /* Map */
    .map__info {
        gap: 0;
        margin-top: 28px;
    }

    .map__info > * {
        margin-bottom: 25px;
        width: 100%;
    }

    .map__content > iframe,
    .map__content > img,
    .map__content > video {
        height: 300px;
    }

    .map__info a:first-child br {
        display: none;
    }

    /* Bec */
    .bec__items {
        width: 100%;
        max-width: 359px;
    }

    .bec__items > div {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .bec__item img {
        width: auto;
        height: 64px;
    }

    /* Reviews */
    .reviews__item {
        padding: 16px;
        margin-bottom: 8px;
        flex-direction: column;
        gap: 16px;
    }

    .reviews__rate {
        margin-bottom: 24px;
    }

    .reviews__rate .rate {
        margin-top: -10px;
    }

    .reviews__aside h4 {
        margin-bottom: 24px;
    }

    .card__content-item .cart {
        display: flex;
    }
}

@media (max-width: 600px) {

    /* Footer */
    .footer {
        position: relative;
    }

    .footer > * {
        width: 100%;
    }

    .footer__menu ul:nth-child(2) {
        margin-bottom: 30px;
    }

    .footer h6 {
        font-size: 14px;
    }

    .footer__info {
        padding-bottom: 80px;
    }

    .bank__card {
        margin-top: 20px;
    }

    .footer__info,
    .footer__contact,
    .footer__social {
        order: 1;
    }

    .footer__social ul {
        margin-bottom: 0;
    }

    .footer__social .social {
        position: absolute;
        left: 16px;
        top: 60px;
    }

    .footer__social > a {
        position: absolute;
        left: 16px;
        top: 170px;
    }

    .work_day b {
        font-size: 14px;
    }

    .footer__info ul {
        position: absolute;
        left: 16px;
        bottom: 60px;
        width: 100%;
    }

    .med {
        justify-content: flex-start !important;
        margin-top: 110px !important;
    }

    .footer__info p {
        position: absolute;
        left: 16px;
        bottom: 40px;
    }

    .footer > *:has(ul:last-child),
    .footer__menu ul:last-child {
        margin-bottom: 0;
    }

    .footer__menu,
    .footer > a {
        order: 2;
        display: flex;
    }

    .footer__menu {
        display: block;
    }

    .footer > a {
        margin-top: 70px;
        justify-content: flex-end;
    }

    /* Top */
    .tab__header {
        gap: 24px;
        font-size: 18px;
    }

    .top {
        position: relative;
        padding-bottom: 82px !important;
    }

    body:has(.card) .top,
    body:has(.cart) .top {
        padding-bottom: 0 !important;
    }

    .top > .btn {
        position: absolute;
        bottom: 0;
        right: 16px;
        left: 16px;
        white-space: nowrap;
    }

    /* Kat */
    .kat .hero__swiper {
        height: 180px;
    }

    /* Katalog */
    .wpc-sorting-form {
        width: calc(100% - 52px) !important;
    }

    .select2.select2-container.select2-container--default,
    .wpc-filter-layout-dropdown .select2-container .select2-selection--single,
    .wpc-sorting-form .select2-container .select2-selection--single {
        width: 100% !important;
    }

    .wpc-button-inner {
        display: none !important;
    }

    .wpc-filters-open-button-container {
        max-width: 48px;
        min-width: 48px;
        width: 100%;
        height: 48px;
        border-radius: 12px;
    }

    body .wpc-filters-open-button-container a.wpc-filters-open-widget {
        background: url(../img/katalog.svg) center center / 20px 20px no-repeat, #F5C70F !important;
    }

    body .wpc-filters-open-button-container a.wpc-filters-open-widget,
    body .wpc-filters-open-button-container a.wpc-open-close-filters-button {
        width: 100% !important;
    }

    /* Pol */
    .pol {
        padding: 18px 25px 25px;
    }

    .pol h1 {
        margin-bottom: 26px;
    }

    /* Feat */
    .feat__items {
        max-width: 327px;
        width: 100%;
        margin: 0 auto -64px;
    }

    .feat__items > div {
        padding-right: 0;
        padding-left: 0;
        width: 100%;
    }

    /* Bec */
    .bec__items {
        width: 100%;
        max-width: 359px;
    }

    .bec h3::before {
        right: 50%;
        transform: translate(50%, 0);
        height: 7px;
        width: 189px;
    }

    /* About */
    .about h1 {
        flex-direction: column;
    }

    /* Cart */
    .cart__item .form > p {
        width: 100%;
    }

    /* Params */
    .params ul {
        gap: 0;
    }

    .params h3 {
        margin-bottom: 24px;
    }

    /* Text */
    .text h2 {
        margin-bottom: 24px;
    }

    /* Top */
    .top h2,
    .top h4,
    .top h3,
    .top h1,
    .top h5,
    .top h6 {
        margin-bottom: 24px;
    }

    .card__content-item .cart {
        display: grid;
        grid-template-columns: auto auto;
    }

    .card__content-item .cart:has(.variations) {
        display: flex;
    }

    .woocommerce-variation-add-to-cart {
        flex-direction: column;
    }

    .cart__item .form p,
    .woocommerce-billing-fields__field-wrapper p {
        width: 100%;
    }
}

@media (max-width: 480px) {

    /* Default */
    .container {
        padding: 0 8px;
    }

    .form {
        margin-bottom: -32px;
    }

    .form > p {
        padding: 0 6px 32px;
    }

    .form .col-2 {
        width: 100%;
    }

    h1,
    .h1 {
        font-size: 24px;
    }

    h2,
    .h2,
    .seo h5,
    .seo h1,
    .seo h2,
    .seo h3,
    .seo h4,
    .seo h6,
    .woocommerce-no-products-found div,
    .katalog:has(.nosearch) h1 {
        font-size: 18px;
    }

    h3,
    .h3 {
        font-size: 16px;
    }


    /* Nav */
    .nav__menu {
        width: 100%;
    }

    /* Modal */
    .modal__title {
        margin-bottom: 73px;
    }

    .close:not(.burger) {
        top: 30px;
    }

    /* Hero */
    .hero ul li {
        width: 100%;
    }

    .section__hero {
        padding: 8px 0 40px;
    }

    /* Blog */
    .blog__items {
        gap: 19px;
    }

    .blog__item {
        flex-direction: column;
        margin-bottom: 19px;
    }

    .blog__item > img {
        height: 216px !important;
        max-width: 100%;
        min-width: 100%;
    }

    .blog__item > div {
        min-height: fit-content;
    }

    .blog__items:has(.col-2) .blog__item {
        flex-direction: row;
    }

    .blog__items:has(.col-2) .blog__item > div {
        min-height: 104px;
    }

    .blog__items:has(.col-2) .blog__item p {
        max-height: 53px;
        overflow: hidden;
    }

    .blog__items:has(.col-2) .blog__item > img {
        height: 104px !important;
        max-width: 173px;
        min-width: 173px;
    }

    /* Top */
    .top > .btn {
        right: 8px;
        left: 8px;
    }

    .price ins {
        font-size: 18px;
    }

    .price del {
        font-size: 14px;
    }

    .btn-cart {
        width: 40px;
        height: 40px;
    }

    .katalog__item-img {
        height: 151px;
    }

    .price {
        margin-bottom: 5px;
    }

    /* Kat */
    .kat .hero__swiper {
        height: 160px;
    }

    .kat__item {
        padding: 16px;
    }

    /* Error */
    .section__error-thanks .error h1,
    .section__error-thanks .error p {
        max-width: 256px;
        width: 100%;
    }

    /* Map */
    .map__content > iframe,
    .map__content > img,
    .map__content > video {
        height: 180px;
    }

    /* Bec */
    .bec__items {
        max-width: 300px;
    }

    /* Cart */
    .cart__table td:has(img) {
        min-width: 97px;
        max-width: 97px;
        height: 73px;
    }

    .cart__table td:has(p) {
        width: calc(100% - 120px);
    }

    .cart__aside {
        gap: 32px;
    }

    .cart__aside {
        padding: 20px 16px;
    }

    .cart__aside > span:has(span) {
        margin-bottom: 24px;
    }

    .cart__item {
        padding: 20px 16px;
    }

    /* About */
    .about video {
        height: 250px;
    }

    .footer__social .social,
    .footer__social > a,
    .footer__info ul,
    .footer__info p {
        left: 8px;
    }

    .med {
        font-size: 14px;
    }

    .price ins,
    .price bdi {
        font-size: 17px;
    }
}

@media (max-width: 400px) {

    /* Kat */
    .kat__item img {
        height: 100px;
    }

    .kat .hero__swiper {
        height: 100px;
    }
}