@media (min-width: 1110px) {

    /* Kat */
    .kat__items .items {
        transform: unset !important;
    }
}

@media (max-width: 1280px) {

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

    /* Bet */
    .bet {
        gap: 20px;
    }

    /* Nav */
    .nav__list {
        background: #427B08;
        align-items: center;
    }

    .nav__error .nav__list {
        background: transparent;
    }

    .nav__list ul,
    .nav__list .btn {
        display: none;
    }

    .burger {
        display: block;
    }

    .nav__search {
        width: 100%;
        border-radius: 12px;
        border: none;
        height: -moz-fit-content;
        height: fit-content;
    }

    .nav__btn {
        border: none;
        padding: 18px 9px;
    }

    .nav__btn img {
        filter: brightness(0) invert(1);
    }

    header.fixed {
        padding: 0;
        background: #427B08;
        transition: all .4s ease .4s;
    }

    header .nav::before {
        content: '';
        position: fixed;
        left: 50%;
        transform: translate(-50%, 0);
        top: 110px;
        width: 100vw;
        background: #427B08;
        height: 62px;
        z-index: 3;
        opacity: 0;
        visibility: hidden;
    }

    header.fixed .nav::before {
        opacity: 1;
        visibility: visible;
    }

    header.fixed .nav {
        transform: translate(0, -110px);
        height: 62px;
        transition: all .4s ease;
    }

    header.fixed .nav__list {
        margin-top: 12px;
    }

    .nav__search:has(input:focus) {
        right: 83px;
        left: 54px;
        border-radius: 8px 8px 0 0;
        width: calc(100% - 137px);
    }

    .nav__btn:nth-last-child(3) {
        display: inline-flex;
    }

    .katalog__chosen {
        padding: 10px 0;
    }

    .katalog__chosen.fixed {
        top: 62px;
    }

    .fixed__cart {
        right: 15px;
    }

    /* Top */
    .section__top::before,
    .section__top::after {
        width: calc((100% - 1124px) / 2);
    }

    /* Footer */
    .cook {
        padding: 20px;
        gap: 20px;
    }

    .cook img {
        margin-right: 0;
    }

    /* Katalog */
    .katalog__sort-item {
        width: 28%;
    }

    .katalog__sort-item:nth-child(2) {
        width: 44%;
    }

    /* Article */
    .article__content img {
        min-width: 570px;
        max-width: 570px;
    }

    .article > img {
        height: 340px;
    }

    .article > img.small {
        height: 450px;
    }

    /* Compare */
    .compare tbody td,
    .compare thead td {
        min-width: 277px;
        max-width: 277px;
    }

    .card__header {
        width: 810px;
    }

    .card__header a {
        padding: 18px 35px;
    }

    .nav__btn {
        background: transparent !important;
    }
}

@media (max-width: 1212px) {

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

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

    .kat__items .items > div:nth-child(5n+3) {
        width: 23%;
    }

    /* Nav */
    .nav__contact,
    .lang {
        display: none;
    }

    /* Top */
    .section__top::before,
    .section__top::after {
        width: calc((100% - 1074px) / 2);
    }

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

    /* 404 */
    .error {
        position: unset;
    }

    /* Checkout */
    .checkout__content .btn {
        padding: 18px 30px;
    }

    .checkout__content .info {
        width: calc(100% - 280px);
    }

    .checkout__aside {
        min-width: 320px;
        max-width: 320px;
    }

    /* Blog */
    .blog__content .katalog__sort-item {
        width: 30%;
    }

    .blog__content .katalog__sort-item:nth-child(2) {
        width: 40%;
    }

    /* Article */
    .article > img {
        height: 360px;
    }

    /* Card */
    .card__swiper {
        max-width: 350px;
        min-width: 350px;
        padding: 10px;
    }

    .card__swiper .mySwiper {
        margin: 0 auto;
        width: calc(100% - 70px);
    }

    .card__swiper .swiper-btn {
        top: 93%;
    }

    .card__header {
        width: 760px;
    }

    .card__header a {
        padding: 18px 25px;
    }

    /* Compare */
    .compare tbody td,
    .compare thead td {
        min-width: 264px;
        max-width: 264px;
    }
}

@media (max-width: 1110px) {

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

    /* Kat */
    .kat__items {
        overflow: unset;
    }

    .kat__items .items {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }

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

    .kat__items .items > div {
        width: -moz-fit-content !important;
        width: fit-content !important;
    }

    .kat > .btn {
        display: inline-flex;
    }

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

    .feat__items > .col-3 {
        width: 33.3%;
    }

    /* Bet */
    .bet {
        padding: 30px;
    }

    /* Top */
    .section__top::before,
    .section__top::after {
        content: unset;
    }

    section {
        overflow: hidden;
    }

    .section__card {
        overflow: unset;
    }

    .katalog__item > a:nth-child(3)::before {
        content: unset;
    }

    .katalog__item:hover {
        transform: translate(0);
    }

    .katalog__item-love {
        opacity: 1;
        visibility: visible;
    }

    .katalog__item-content ul {
        display: none;
    }

    .katalog__item:hover .h6 {
        max-height: 44px;
    }

    .card .pop {
        overflow: hidden;
    }

    /* Footer */
    .cook {
        justify-content: center;
        max-width: 750px;
    }

    .cook p {
        width: calc(100% - 240px);
    }

    .cook p br {
        display: none;
    }

    .cook__btns {
        flex-direction: column;
        gap: 10px;
    }

    /* Del */
    .del__item {
        width: 50%;
        order: 1;
        border-bottom: 1.5px solid #DFE6E4;
        border-right: 1.5px solid #DFE6E4 !important;
    }

    .del__item.col-2 {
        width: 100%;
        order: 2;
    }

    /* Katalog */
    body:has(.katalog__aside.active) main {
        z-index: 9999;
        position: relative;
    }

    .section__katalog:has(.katalog__aside.active)::before {
        opacity: .75;
        visibility: visible;
        transition: all .4s ease;
    }

    .katalog__aside {
        position: fixed;
        top: 0;
        right: -100%;
        z-index: 99999999;
        height: 100vh;
        overflow: auto;
        width: 270px;
        background: #fff;
        padding: 15px;
        transition: all .4s ease;
    }

    .katalog__aside .h5 {
        display: inline-block;
    }

    .katalog__aside.active {
        right: 0;
        transition: all .4s ease;
    }

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

    .katalog__aside .accordion {
        margin: 0 -15px;
        border-radius: 0;
        width: calc(100% + 30px);
    }

    .katalog__aside .close {
        top: 19px;
        cursor: pointer;
        right: 15px;
        position: absolute;
    }

    .katalog__aside .close,
    .katalog__aside .katalog__chosen {
        display: flex;
    }

    .katalog__content {
        width: 100%;
    }

    .katalog__items > div {
        width: 25%;
    }

    .katalog__sort-item {
        width: 25%;
    }

    .katalog__sort-item:nth-child(2) {
        width: 50%;
    }

    .btn-filter {
        display: inline-flex !important;
    }

    /* Part */
    .part__items > div {
        width: 50%;
    }

    .part__items > div:last-child {
        width: 100%;
    }

    /* List */
    .list {
        gap: 30px;
    }

    /* Checkout */
    .checkout {
        flex-direction: column;
        gap: 0;
    }

    .checkout__aside {
        min-width: 100%;
        max-width: 100%;
    }

    .checkout__item {
        margin-bottom: 15px;
    }

    /* Blog */
    .blog__aside {
        display: none;
    }

    .blog__content {
        width: 100%;
    }

    .blog__content .katalog__sort-item {
        width: 25%;
    }

    .blog__content .katalog__sort-item:nth-child(2) {
        width: 50%;
    }

    .blog__list {
        display: flex;
    }

    .blog__content .wish__term,
    .blog__content > a:has(img) {
        display: flex;
    }

    .blog__content > a:has(img) img:nth-child(1) {
        display: flex;
    }

    /* Comment */
    .comment__aside {
        max-width: 320px;
        min-width: 320px;
    }

    /* Article */
    .article__content img {
        min-width: 470px;
        max-width: 470px;
    }

    .article > img {
        width: 450px;
        height: 360px;
    }

    .article > img.small {
        height: 470px;
    }

    /* About */
    .about__items > div {
        width: 50%;
    }

    /* Compare */
    .compare tbody td,
    .compare thead td {
        min-width: 239px;
        max-width: 239px;
    }

    .card__header {
        width: 660px;
    }

    .card__header.fixed {
        top: 56px;
    }

    .card__header a {
        padding: 16px 15px;
    }
}

@media (max-width: 992px) {

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

    .col-1,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6 {
        padding: 0 7.5px 15px;
    }

    .items {
        width: calc(100% + 15px);
        margin: 0 -7.5px -15px;
    }

    .form {
        width: calc(100% + 10px);
        margin: 0 -5px -10px;
    }

    .form > p {
        padding: 0 5px 10px;
    }

    /* Kat */
    .kat__item {
        padding: 10px;
    }

    .kat__item img {
        height: 114px;
    }

    .kat__item p {
        font-size: 12px;
    }

    /* Bet */
    .bet {
        position: relative;
        flex-direction: column;
        padding-bottom: 80px;
        gap: 5px;
    }

    .bet__content {
        text-align: center;
    }

    .bet .form {
        max-width: unset;
        min-width: unset;
    }

    .bet .form > p {
        width: 50%;
    }

    .bet__content p:last-child {
        position: absolute;
        left: 30px;
        right: 30px;
        bottom: 30px;
    }

    /* Footer */
    .footer {
        padding: 10px 0 0;
        text-align: center;
        gap: 20px;
    }

    .footer__contact {
        order: 4;
        width: 100%;
    }

    .footer__contact .form > p {
        width: calc(100% - 200px);
    }

    .footer__contact .form > p:last-child {
        width: 200px;
    }

    .footer__menu:nth-child(2) {
        order: 1;
    }

    .footer__menu:nth-child(3) {
        order: 3;
    }

    .footer__social {
        order: 2;
    }

    .footer__copy {
        order: 5;
        border: none;
        margin-top: 0;
    }

    .footer__tel {
        margin: 0 auto 12px;
    }

    .footer__tel ul {
        left: 0;
    }

    .footer__copy {
        flex-direction: column;
        justify-content: center;
        gap: 12px;
        position: relative;
        padding-bottom: 90px;
    }

    .footer__copy p,
    .med {
        width: 100%;
        order: 1;
        justify-content: center;
    }

    .footer__copy .logo {
        order: 2;
        border-top: 1.5px solid #DFE6E4;
        width: 100vw;
        position: absolute;
        left: 50%;
        bottom: 0;
        transform: translate(-50%, 0) scale(1) !important;
    }

    .footer__error .logo {
        display: block;
    }

    .footer__error {
        padding: 15px 0 0;
        border: none;
    }

    footer:has(.footer__error) {
        border-top: 1.5px solid #DFE6E4;

    }

    .footer__error .footer__copy {
        padding-bottom: 15px;
    }

    .fixed__cart {
        top: 200px;
    }

    body:has(header.fixed) .fixed__cart {
        top: 100px;
    }

    /* Katalog */
    .katalog__item-img {
        height: 172px;
    }

    .top__swiper .swiper-slide {
        width: 218px;
    }

    .katalog__sort-item {
        width: 30%;
    }

    .katalog__sort-item:nth-child(2) {
        width: 40%;
    }

    /* List */
    .list {
        flex-direction: column;
        text-align: center;
    }

    .list__content {
        max-width: 100%;
        min-width: 100%;
    }

    /* 404 */
    .error > img {
        right: -100px;
    }

    /* Blog */
    .blog__content .katalog__sort-item {
        width: 30%;
    }

    .blog__content .katalog__sort-item:nth-child(2) {
        width: 40%;
    }

    .vlog__swiper img {
        height: 132px;
    }

    .vlog__swiper {
        margin: 20px 0 30px;
    }

    .vlog__swiper .blog__item-content {
        padding: 12px;
    }

    .vlog__swiper .blog__item .h6 {
        font-size: 14px;
        max-height: 40px;
        overflow: hidden;
    }

    /* Comment */
    .comment {
        flex-direction: column;
    }

    .comment__aside {
        display: none;
    }

    .comment__header {
        width: calc(100% + 40px);
        margin: 0 -20px 15px;
        border-radius: 0;
        border: none;
        border-bottom: 1.5px solid #E4E4E4;
    }

    .comment__header .btn {
        display: inline-flex;
        width: 230px;
        border-radius: 0;
    }

    .comment__header .katalog__sort-item:first-child {
        width: calc(100% - 438px);
        margin-right: auto;
    }

    .comment__header .katalog__sort-item {
        width: -moz-fit-content;
        width: fit-content;
        border: none;
    }

    .comment__content {
        background: #fff;
        border: 1.5px solid #E4E4E4;
        overflow: hidden;
        border-radius: 8px;
        padding: 0 20px 20px;
    }

    .card.comment .comment__content {
        background: transparent;
        border: none;
        border-radius: 0;
        padding: 0;
    }

    .comment__item {
        border: none;
        padding: 0 0 15px;
        border-bottom: 1.5px solid #E4E4E4;
    }

    .card.comment .comment__item {
        border: 1.5px solid #E4E4E4;
        background: #fff;
        border-radius: 8px;
        padding: 20px;
        margin-bottom: 15px;
    }

    .comment__item:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .card.comment .comment__item:last-child {
        border: 1.5px solid #E4E4E4;
        padding: 20px;
    }

    .card.comment .comment__content > .btn {
        display: inline-flex;
        width: 100%;
        padding: 17px 30px;
        margin-top: 15px;
    }

    .card.comment .feat__items {
        margin-bottom: 0px;
    }

    .card.comment .comment__content {
        width: 100%;
    }

    /* Article */
    .article__content img {
        min-width: 360px;
        max-width: 360px;
        height: 200px;
    }

    .article__content h1 {
        font-size: 20px;
        margin: 15px 0 10px;
    }

    .article__content p {
        font-size: 12px;
    }

    .article .info {
        padding: 15px;
    }

    .article > img {
        width: 330px;
        height: 420px;
    }

    .article > img.small {
        height: 580px;
    }

    .article > .btn {
        position: relative;
        left: 50%;
        transform: translate(-50%, 0);
    }

    /* Card */
    .card {
        gap: 15px;
    }

    .card__aside {
        max-width: 240px;
        min-width: 240px;
        top: 110px;
    }

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

    .card:not(.comment) .comment {
        min-width: 750px;
        max-width: 750px;
    }

    .card__container {
        max-width: 750px;
        min-width: 750px;
        width: 100%;
    }

    .card__header {
        width: 750px;
        overflow-x: auto;
    }

    .card__header.fixed {
        position: fixed;
        top: 56px;
        transition: all .4s ease;
    }

    body:has(main > section:last-child:is(.section__seo)) .footer {
        border-top: none;
    }

    main > section:last-child:is(.section__seo) {
        padding-bottom: 0;
    }

    .card:not(.comment) .comment__items {
        padding: 0;
    }

    .card__header a {
        padding: 16px 25px;
    }

    /* Contact */
    .contact__items .col-2 {
        width: 100%;
    }

    .contact__items .col-2:last-child {
        border-bottom: none;
    }

    .contact__items:nth-child(4) > div {
        width: 50%;
    }

    .contact__items:nth-child(4) > div:nth-child(7n+3),
    .contact__items:nth-child(4) > div:nth-child(7n+4),
    .contact__items:nth-child(4) > div:nth-child(7n+5) {
        width: 33.33%;
    }

    /* Compare */
    .compare tbody td,
    .compare thead td {
        min-width: 189px;
        max-width: 189px;
    }

    .compare .katalog__sort-item {
        padding: 17px 13px;
    }

    .compare .katalog__sort-item:nth-child(2) {
        width: calc(100% - 363px);
        border: none;
    }

    .kat__item::before,
    .kat__item::after,
    .katalog__gallery-item::before,
    .katalog__gallery-item::after {
        content: unset;
    }

    .kat__item,
    .katalog__gallery-item {
        border: 1.5px solid #DFE6E4 !important;
    }
}

@media (max-width: 768px) {

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

    .card__header {
        width: calc(100vw - 45px);
        left: 0;
    }

    .card__header.fixed {
        position: fixed;
        top: 56px;
        transition: all .4s ease;
        border-radius: 0;
        width: 100vw;
        left: 50%;
        transform: translate(-50%, 0);
    }

    /* Seo */
    .seo {
        border-radius: 0;
        padding: 0 !important;
    }

    /* Bet */
    .bet {
        border-radius: 0;
        padding: 30px 20px 80px !important;
    }

    /* Blog */
    .blog__item-content .h6 {
        font-size: 14px;
    }

    .blog__swiper {
        margin-top: 16px;
    }

    /* Nav */
    .nav__list {
        margin: 10px -20px 0;
        border-radius: 0;
        width: calc(100% + 40px);
    }

    .nav__error .nav__list {
        width: 100%;
        margin: 10px 0 0;
    }

    /* Footer */
    .cook {
        max-width: 335px;
        padding: 15px;
        gap: 20px;
        text-align: center;
    }

    .cook img {
        max-width: 100%;
    }

    .card .pop {
        overflow: unset;
    }

    .cook p {
        width: 100%;
        margin: 0 0 10px;
    }

    .cook__btns {
        flex-direction: row;
        gap: 20px;
    }

    .footer {
        padding-top: 20px !important;
    }

    /* Breadcrumps */
    .breadcrumps {
        margin-bottom: 15px;
    }

    section:has(.breadcrumps) {
        padding-top: 10px;
    }

    /* Pol */
    .pol h1 {
        margin-bottom: 15px;
    }

    .pol p:has(b) {
        margin-bottom: 20px;
    }

    .pol p,
    .pol ul,
    .pol ol {
        font-size: 14px;
    }

    .pol h2,
    .pol h3,
    .pol h4,
    .pol h5,
    .pol h6 {
        font-size: 18px;
        margin-top: 5px;
    }

    .section__pol {
        padding-bottom: 20px;
    }

    /* Card */
    .card__container {
        max-width: calc(100vw - 40px);
        min-width: calc(100vw - 40px);
    }

    .card__text {
        width: calc(100% - 320px);
    }

    .card__swiper {
        max-width: 300px;
        min-width: 300px;
    }

    .card__swiper .swiper-btn {
        top: 92.5%;
    }

    .card__swiper .mySwiper2 {
        height: 300px;
    }

    /* List */
    .list {
        padding: 40px 20px;
        border-radius: 0;
    }

    .list__content h4 {
        margin-bottom: 20px;
    }

    .list__content p {
        font-size: 14px;
    }

    .nav__error .nav__search:has(input:focus) {
        width: 100% !important;
    }

    /* Checkout */
    .checkout__content .form:has(.select) {
        margin-bottom: 10px;
    }

    .checkout__content .info {
        width: calc(100% - 280px);
    }

    /* Compare */
    .compare tbody td,
    .compare thead td {
        min-width: calc(33vw - 10px);
        max-width: calc(33vw - 10px);
    }

    .gnext {
        right: 10px !important;
        top: 47% !important;
    }

    .gprev {
        left: 10px !important;
        top: 47% !important;
    }

    .card:not(.comment) .comment {
        max-width: calc(100vw - 40px);
        min-width: calc(100vw - 40px);
    }
}

@media (max-width: 750px) {

    /* Hero */
    .hero__swiper,
    .disc__swiper,
    .blog__swiper,
    .vlog__swiper,
    .gallery__swiper {
        overflow: unset;
    }

    .vlog__swiper {
        max-width: 100%;
    }

    .modalContact > iframe {
        height: 400px;
    }

    /* Katalog */
    .katalog__chosen,
    .katalog__sort {
        display: none;
    }

    .katalog__chosen {
        position: relative;
    }

    .katalog {
        padding-top: 0;
    }

    .katalog__items > div {
        width: 33.3%;
    }

    .katalog__sort-mob > * {
        display: flex !important;
    }

    .katalog__content h1 {
        margin-bottom: 10px;
    }

    .btn-filter {
        position: relative;
        top: 0;
    }

    .pagination {
        margin: 10px 0 0;
    }

    .katalog__content > p {
        display: none;
    }

    .katalog__gallery {
        display: none;
    }

    .prev,
    .next {
        min-width: 54px;
        max-width: 54px;
    }

    /* 404 */
    .error > img {
        width: 255px;
        height: 278px;
        right: 0;
    }

    .section__error-thanks .error {
        padding-bottom: 20px;
    }

    .section__error-thanks .error__content {
        margin-bottom: 170px;
    }

    .error__content::before {
        transform: translate(50%, 0) rotate(180deg);
        right: 40%;
        top: auto;
        bottom: -54px;
    }

    /* Compare */
    .compare .katalog__sort {
        display: flex;
        background: transparent;
        flex-wrap: wrap;
        border: none;
        border-radius: 0;
    }

    .compare .katalog__sort-item {
        padding: 0;
        border: none;
        order: 2;
    }

    .compare .katalog__sort .btn {
        order: 3;
        color: #DF3A3A;
        background: transparent;
        padding: 0;
        margin-left: auto;
    }

    .compare .katalog__sort .btn path {
        stroke: #DF3A3A;
    }

    .compare .katalog__sort-item:nth-child(2) {
        width: 100%;
        order: 1;
        justify-content: flex-start;
        margin-bottom: 10px;
    }

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

    .blog__content .katalog__sort-item {
        width: -moz-fit-content;
        width: fit-content;
    }

    .blog__content h1,
    .blog__content > p,
    .blog__list {
        margin-bottom: 10px;
    }

    .blog__list {
        display: flex;
    }

    /* Article */
    .article__content img {
        min-width: 360px;
        max-width: 360px;
        height: 200px;
    }

    .article__content h1 {
        font-size: 20px;
        margin: 15px 0 10px;
    }

    .article__content p {
        font-size: 12px;
    }

    .article .info {
        padding: 15px;
    }

    .article > img {
        width: 100% !important;
        float: unset;
        height: -moz-fit-content !important;
        height: fit-content !important;
        margin: 10px 0 0;
    }

    .article > .btn {
        width: 100%;
        margin: 10px 0 20px;
    }

    .article > p,
    .article li {
        font-size: 14px;
    }

    .article th,
    .article td {
        min-width: 50%;
        max-width: 50%;
        width: 100%;
        padding: 12px;
    }

    .article h2,
    .article h3,
    .article h4,
    .article h5,
    .article h6 {
        margin-top: 20px;
    }

    .article h2,
    .article h3,
    .article h4,
    .article h5,
    .article h6,
    .article > p,
    .article > ul,
    .article > ol {
        margin-bottom: 10px;
    }

    .article table {
        margin: 10px 0 20px;
    }

    /* Service */
    .service h1 {
        margin-bottom: 10px;
    }

    .service img {
        margin-bottom: 10px;
        height: 200px;
    }

    .service p {
        font-size: 14px;
    }

    /* Feat */
    .feat__items > .col-3 {
        width: 50%;
    }

    .feat > p {
        font-size: 14px;
    }

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

    /* Contact */
    .contact__items:nth-child(4) > div {
        width: 50% !important;
    }

    .contact__items:nth-child(4) > div:nth-child(7n+7) {
        width: 100% !important;
    }

}

@media (max-width: 700px) {

    /* Card */
    .card__aside {
        display: none;
    }

    .section__card {
        overflow: hidden;
    }

    .pop .kat__items {
        overflow: unset;
    }

    .card__aside-item:first-child {
        flex-wrap: wrap;
        display: flex;
        align-items: center;
    }

    .card__aside-item:first-child .btn:not(.outline) {
        width: calc(100% - 60px);
    }

    .card__aside-item:first-child .btn.outline {
        width: -moz-fit-content;
        width: fit-content;
        margin-left: auto;
    }

    .card__content {
        width: 100%;
        gap: 15px;
    }

    .card:not(.comment) .comment,
    .card .seo {
        min-width: unset;
        width: calc(100% + 40px);
        margin: 0 -20px;
        max-width: unset;
    }

    .card:not(.comment) .comment {
        margin-bottom: -20px;
    }

    .card__container {
        max-width: unset;
        min-width: unset;
        width: 100%;
    }

    .card__text .card__aside {
        display: block;
        position: relative;
        top: 0;
    }
}

@media (max-width: 650px) {


    /* Cart */
    .modal {
        padding: 12px;
    }

    .modal__title {
        padding-bottom: 12px;
    }

    .mfp-close {
        right: 12px !important;
        top: 14px !important;
    }

    .cart table tr {
        padding: 12px 0;
        position: relative;
    }

    .cart table td:first-child {
        min-width: 70px;
        max-width: 70px;
        height: 70px;
    }

    .cart table td:has(.del) {
        min-width: 26px;
        max-width: 26px;
        position: absolute;
        top: 30px;
        right: 0;
    }

    .table__content .quantity {
        display: none;
    }

    .cart table td:has(.del) .del {
        overflow: hidden;
        width: 26px;
        height: 26px;
        justify-content: flex-start;
        padding: 6px;
    }

    .cart table td:has(.del) .del img {
        width: 14px;
        height: 14px;
    }

    .cart table tr td:nth-child(2) {
        max-width: calc(100% - 70px);
        min-width: calc(100% - 70px);
        padding: 0 0px 0 10px;
    }

    .table__content .h5 {
        width: calc(100% - 40px);
    }

    .cart .del__info {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .cart .del__info a {
        margin: 0 auto;
    }

    .cart__btn > * {
        width: 100% !important;
        height: 100% !important;
        position: relative !important;
        top: 0 !important;
        font-size: 16px !important;
        right: 0 !important;
        padding: 18px !important;
        border-radius: 6px !important;
    }

    .article__content {
        flex-direction: column;
    }

    .article__content > img {
        max-width: 100%;
        min-width: 100%;
    }

    .card__header a {
        padding: 16px 15px;
    }

    body {
        font: 12px "Raleway", sans-serif;
        line-height: 1.4;
    }

    .btn,
    input[type=submit] {
        font-size: 14px;
    }

    .h1,
    h1,
    .h2,
    h2 {
        font-size: 20px;
    }

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

    .katalog__item-content .h6 {
        font-size: 14px;
        max-height: 37px !important;
    }

    /* Card */
    .card__container {
        flex-direction: column;
    }

    .card__container > .card__text:first-child {
        display: flex;
        margin-top: 11px;
    }

    .card__container > .card__text:first-child h1 {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .card__container > .card__text:nth-child(3) > *:not(.card__aside) {
        display: none;
    }

    .card__text {
        width: 100%;
    }

    .card__swiper {
        max-width: 100%;
        min-width: 100%;
    }

    .card__swiper .swiper-btn {
        top: auto;
        bottom: 4%;
    }

    .card__swiper .mySwiper2 {
        height: -moz-fit-content;
        height: fit-content;
    }
}

@media (max-width: 600px) {

    /* Kat */
    .kat__items .items > div {
        width: 170px !important;
    }

    .kat__items .items > div:nth-child(5n+3) {
        width: 220px !important;
    }

    .seo__content table td,
    .seo__content table th {
        padding: 10px;
    }

    /* Feat */
    .feat__item {
        padding: 20px 15px;
    }

    .feat__item span {
        top: 15px;
        left: 15px;
    }

    .feat__item > img {
        margin-bottom: 15px;
    }

    /* Seo */
    .seo h5 {
        text-align: center;
    }

    .card:not(.comment) .comment__header .btn {
        display: none;
    }

    /* Bet */
    .bet .form > p {
        width: 100%;
    }

    .bet h4 {
        margin-bottom: 10px;
    }

    .bet h6 {
        margin-bottom: 10px;
        font-size: 14px;
    }

    /* Footer */
    .footer {
        justify-content: center;
    }

    .footer__contact {
        order: 3;
        width: 100%;
    }

    .footer__menu:nth-child(2) {
        order: 1;
    }

    .footer__menu:nth-child(3) {
        order: 2;
    }

    .footer__social {
        width: 100%;
        order: 4;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

    .footer__social > a:has(img) {
        order: 1;
        width: 100%;
        justify-content: center;
        margin-bottom: 15px !important;
        flex-direction: column;
    }

    .footer__social p {
        margin-bottom: 0;
    }

    .footer__social > * {
        order: 2;
        width: 50%;
    }

    .footer__copy {
        order: 5;
        border-top: 1.5px solid #DFE6E4;
        padding-top: 15px;
    }

    .footer__contact .form > p {
        width: calc(100% - 120px);
    }

    .footer__contact .form > p:last-child {
        width: 120px;
    }

    /* Nav */
    .nav__search:has(input:focus) {
        right: 84px;
        left: 54px;
        width: calc(100% - 138px);
    }

    .section__card {
        z-index: 10;
        position: relative;
    }

    .nav__menu .logo {
        display: none;
    }

    .nav__menu .lang {
        top: 20px;
    }

    .joke {
        bottom: 30px;
    }

    .joke2 {
        bottom: 10px;
    }

    .fixed__cart {
        right: 10px;
    }

    .bottom {
        display: flex;
    }

    .nav__item {
        padding: 15px 0;
        gap: 15px;
    }

    .nav__items {
        padding: 0 15px;
    }

    .nav__item > img {
        width: 75px;
        height: 75px;
    }

    .nav__item-content {
        width: calc(100% - 90px);
    }

    /* Top */
    .top__swiper .swiper-btns {
        display: none;
    }

    .top h2 {
        margin-right: 15px;
    }

    .top .tab__header {
        gap: 15px;
    }

    /* Del */
    .del__item {
        width: 100%;
        border-right: none !important;
    }

    .del > p {
        font-size: 14px;
    }

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

    /* 404 */
    .error {
        font-size: 12px;
    }

    .error svg {
        width: 227px;
        height: auto;
        margin: 20px 0;
    }

    .error__content .h5 {
        margin-bottom: 10px;
    }

    /* Checkout */
    .checkout__content .form > p {
        width: 100%;
    }

    .checkout__content .info {
        margin-top: 15px;
    }

    .checkout__content .btn,
    .checkout__content .info {
        width: 100%;
    }

    .checkout__content .del {
        flex-direction: column;
        gap: 10px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

    .checkout__content .del a {
        margin: 0;
    }

    /* Comment */
    .comment__header .katalog__sort-item:nth-child(2) .select {
        position: absolute;
        right: 20px;
        top: 0;
        bottom: 0;
        width: 40px;
        height: 100%;
    }

    .comment__header .katalog__sort-item:nth-child(2) .select-selected {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        inset: 0;
    }

    .comment__header .katalog__sort-item:nth-child(2) .select-items {
        top: 80%;
    }

    .comment__header .katalog__sort-item:nth-child(2) p {
        display: none;
    }

    .comment__header .katalog__sort-item svg {
        display: inline-block;
    }

    .comment__header .btn {
        display: none;
    }

    .comment__item {
        padding-bottom: 10px;
    }

    .comment__content > .btn {
        display: inline-flex;
        width: 100%;
        padding: 18px;
        margin-top: 10px;
    }

    /* Contact */
    .contact__map {
        width: calc(100% + 20px);
        margin: 0 -10px 20px;
        height: -moz-fit-content;
        height: fit-content;
    }

    .contact__map > span {
        bottom: calc(44px + (81 - 44) * ((100vw - 350px) / (600 - 350)));
        right: calc(184px + (321 - 184) * ((100vw - 350px) / (600 - 350)));
    }

    .contact__map > span:nth-child(2) {
        bottom: calc(94px + (171 - 94) * ((100vw - 350px) / (600 - 350)));
        right: calc(154px + (254 - 154) * ((100vw - 350px) / (600 - 350)));
    }

    .cart__sum p {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 70px;
    }

    /* Compare */
    .compare tbody td,
    .compare thead td {
        min-width: calc(50vw - 20px);
        max-width: calc(50vw - 20px);
    }

    .joke2 {
        width: 330px;
    }

    .joke2 div {
        font-size: 14px;
        padding: 15px;
        right: 0;
    }

    .closeJoke {
        right: -16px;
    }

    .joke2 > img {
        width: 120px;
        height: 130px;
    }

    main:has(.section__about) .feat h2 {
        text-align: center;
    }

    .form textarea {
        height: 120px;
    }
}

@media (max-width: 530px) {

    /* Katalog */
    .nav-links > *:nth-child(4),
    .nav-links > *:nth-child(6) {
        display: none;
    }

    .cart__btn {
        flex-direction: column;
        gap: 10px;
    }

    /* Part */
    .part__items > div {
        width: 100%;
    }

    .part__item {
        padding: 20px;
    }

    .part__item img {
        margin-bottom: 15px;
    }

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

    /* Feat */
    .feat__items > .col-3 {
        width: 100%;
    }

    /* Pop */
    .pop .kat__item img {
        width: 100px;
        height: 100px;
    }

    /* About */
    .about__items > div {
        width: 100%;
    }

    .about__items > div:nth-child(2) .about__item {
        height: -moz-fit-content !important;
        height: fit-content !important;
    }

    .about__items > div:nth-child(2) img {
        display: none;
    }

    .about__items > div:nth-child(3) .about__item {
        flex-direction: column-reverse;
    }

    .about__items > div:nth-child(3) .about__item img {
        margin-top: 0;
        margin-bottom: 12px;
    }

    .about__items > div:nth-child(3) .about__item-content {
        bottom: auto;
        top: 140px;
    }

    .about__item {
        height: 340px;
    }

    .about__item-content {
        text-align: center;
    }

    /* Contact */
    .contact__items > div {
        padding: 15px;
    }

    .contact__items .col-2 a {
        padding: 15px 15px 0;
        margin-top: 15px;
        font-size: 14px;
    }

    /* Blog */
    .blog__content > a:has(img) img:nth-child(1) {
        display: none;
    }

    .blog__content > a:has(img) img:nth-child(2) {
        display: flex;
    }

    .cabinet__item .form > p {
        width: 100%;
    }

    .cabinet__item .btn {
        width: 100%;
        font-size: 14px;
    }
}

@media (max-width: 480px) {

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

    .swiper-btns {
        display: none;
    }

    .modalMenu .nav__katalog > a {
        width: 100% !important;
    }

    /* Kat */
    .kat__items .items > div {
        width: 140px !important;
    }

    .kat__item img {
        height: 100px;
    }

    .kat__items .items > div:nth-child(5n+3) {
        width: 180px !important;
    }

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

    /* Bet */
    .bet {
        padding: 20px 20px 80px;
    }

    .bet__content p:last-child {
        right: 20px;
        left: 20px;
        bottom: 20px;
    }

    /* Blog */
    .blog__swiper {
        margin-top: 10px;
    }

    .blog .swiper-btns {
        display: none;
    }

    .vlog__swiper {
        margin: 10px 0;
    }

    .vlog > .btn {
        width: 100%;
        padding: 18px;
    }

    /* Footer */
    .footer {
        justify-content: space-around;
    }

    /* Nav */
    .nav__item > img {
        width: 64px;
        height: 64px;
    }

    .nav__item .h5 {
        font-size: 16px;
    }

    .nav__item {
        padding: 10px 0;
        gap: 10px;
    }

    .nav__item > img {
        width: 70px;
        height: 70px;
    }

    .nav__item-content {
        width: calc(100% - 80px);
    }

    .nav__items {
        padding: 0 10px;
    }

    .cook {
        padding: 15px !important;
        bottom: 10px;
    }

    /* List */
    .list {
        padding: 20px 10px;
    }

    .list__content p,
    .list__content h4 {
        margin-bottom: 10px;
    }

    .list .form > p {
        width: 100%;
    }

    /* 404 */
    .error > img {
        right: -100px;
    }

    /* Service */
    .service img {
        height: 120px;
    }

    /* About */
    .about h1 {
        text-align:
            center;
    }

    /* Card */
    .card:not(.comment) .comment,
    .card .seo {
        width: calc(100% + 20px);
        margin: 0 -10px;
    }

    .card__swiper .swiper-btn {
        bottom: 3%;
    }

    .katalog__aside {
        right: 50% !important;
        transform: translate(50%, 0);
        top: 20px;
        bottom: 20px;
        height: calc(100% - 40px);
        border-radius: 8px;
        opacity: 0;
        visibility: hidden;
    }

    .katalog__aside.active {
        opacity: 1;
        visibility: visible;
    }

    .card__header {
        width: calc(100vw - 35px);
        overflow-x: auto;
    }

    /* Contact */
    .contact__items:nth-child(4) > div {
        width: 100% !important;
    }

    /* Cart */
    .cart table tr {
        padding: 12px 0 42px;
    }

    .cart table td:first-child {
        min-width: 70px;
        max-width: 70px;
        height: 70px;
    }

    .table__content .h5 {
        margin-bottom: 0px;
    }

    .order__item .table__content .price {
        margin-left: -70px;
        margin-bottom: -60px;
    }

    .order__item .table__content .sum {
        margin-bottom: -60px;
    }

    .order__item table tr td:nth-child(2) {
        max-width: calc(100% - 70px);
        min-width: calc(100% - 70px);
        padding: 0px 0 0 10px;
    }

    .order__item-header,
    .cabinet__item .h6 {
        padding-bottom: 12px;
    }

    .cabinet__item .h6 {
        margin-bottom: 12px;
    }

    .order__item,
    .cabinet__item {
        padding: 12px 12px 0;
        margin-bottom: 12px;
    }

    .cabinet__item {
        padding: 12px;
    }

    /* Compare */
    .compare tbody td,
    .compare thead td {
        min-width: calc(50vw - 13px);
        max-width: calc(50vw - 13px);
    }

    .nav {
        padding: 0 20px;
    }
}

@media (max-width: 450px) {

    .about__items > div:nth-child(3) .about__item-content {
        top: 120px;
    }
}

@media (max-width: 420px) {

    /* Footer */
    .footer__social {
        gap: 10px;
        margin-bottom: -22px;
    }

    .footer__social > * {
        width: calc(50% - 5px);
    }

    .footer__tel .h6,
    .footer__social a,
    .footer__social-item > a {
        font-size: 14px;
    }

    .footer__social p {
        margin-bottom: 22px;
        font-size: 10px;
    }

    /* Card */
    .card__swiper .swiper-btn {
        bottom: 2%;
    }

    .nav__menu {
        width: calc(100% - 50px);
    }

    header .close {
        left: auto;
        right: 10px;
    }

    .nav-links > * {
        height: 48px;
        min-width: 48px;
    }

    .contact__items .col-2 a {
        padding: 15px 5px;
    }

    /* Compare */
    .compare tbody td,
    .compare thead td {
        min-width: 200px;
        max-width: 200px;
    }

}

@media (max-width: 400px) {

    /* About */
    .about__item {
        min-height: 240px;
    }

    /* Card */
    .card__swiper .swiper-btn {
        bottom: 1%;
    }
}