@media (max-width: 767px) {
    .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .full-container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile {
        display: flex !important;
    }

    header .bottom {
        display: none;
    }

    header .top .container .logo img {
        max-height: 60px;
    }

    header .top .shop {
        display: none;
    }

    header .top .container .menu {
        position: fixed;
        top: 84px;
        left: -110%;
        opacity: 0;
        transition: var(--all-inout);
        width: 90%;
        height: calc(100vh - 84px);
        background: var(--white);
        z-index: 12;
        border-radius: 0;
        
    }

    header .top .container .menu.open {
        opacity: 1;
        left: 0;
    }

    header .top .container .menu > ul {
        align-items: flex-start;
        gap: 24px;
        flex-direction: column;
        padding-top: 24px;
    }

    header .top .container .menu > ul > li {
        padding: 0;
    }

    header .top .container .menu > ul > li > a {
        padding: 0;
        height: auto;
        line-height: 20px;
    }

    header .top .container .menu > ul > li > a .icon {
        width: 20px;
        height: 20px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        background: var(--yellow);
        margin-right: 4px;
    }

    header .top .container .menu > ul > li.home {
        max-height: 0;
        border-top: 1px solid var(--grey-border);
        overflow: hidden;
        width: 100%;
    }

    .home-banner .container {
        padding-top: 130px;
        padding-bottom: 178px;
    }

    .home-banner .container h1,
    .home-banner .container .h1 {
        font-size: 70px;
        line-height: 100%;
        text-align: center;
    }

    .home-banner .container > p, .home-banner .container .text > p {
        font-size: 20px;
        text-align: center;
    }

    .home-banner .img {
        display: flex;
        align-items: flex-end;
    }

    .home-banner .img img {
        transform: translateY(0px);
        object-fit: initial;
        height: 480px;
        width: auto;
        max-width: initial;
        transform: translateX(-37%);
    }

    .home-banner .home-spaecials-list {
        margin-top: 185px;
        display: flex;
        justify-content: center;
    }

    .home-banner .home-spaecials-list .item {
        padding: 16px;
        max-width: 100%;
        border-radius: 24px;
        width: fit-content;
    }

    .home-banner .home-spaecials-list .item .image {
        max-width: 110px;
        height: 110px;
    }

    .home-banner .home-spaecials-list .item .text {
        width: 150px;
    }

    .home-banner .home-spaecials-list .item .text .title {
        font-size: 16px;
        width: 100%;
    }

    .home-banner .home-spaecials-list .item .text p, .home-banner .home-spaecials-list .item .text p a {
        text-align: left;
        font-size: 12px;
    }

    .home-banner .home-spaecials-list .item .text .but a.yellow-button {
        padding: 0 12px;
        height: 40px;
        font-size: 14px;
        width: fit-content;
    }

    .home-banner {
        height: auto;
        border-radius: 0 0 30px 30px;
    }

    .home-banner .shop-link {
        width: 100%;
        bottom: 12px;
    }

    .home-banner .shop-link a {
        gap: 16px;
        font-size: 13px;
    }

    .home-banner .shop-link a .icon {
        width: 70px;
        height: 70px;
        background: url('../images/catalog-icon.svg') center center / 30px auto no-repeat, var(--white);
    }

    .home-banner .shop-link a .icon::before {
        top: -50px;
        background: url('../images/shop-menu-arrow-top.svg') center center / 22px auto no-repeat;
    }

    .home-products-tabs {
        padding: 40px 0;
    }

    .home-products-tabs .categories-tabs button {
        font-size: 16px;
    }

    .categories-tabs-content .list {
        width: 100%;
        grid-template-columns: repeat(1, 1fr);
    }

    .product-item {
        padding: 16px;
        gap: 20px;
    }

    .product-item .img {
        height: 195px;
        border-radius: 12px;
    }

    .product-item .info .text .title, .product-item .info .text .title a {
        font-size: 20px;
    }

    .product-item .info .price span {
        font-size: 20px;
    }

    .product-item .controls {
        padding-top: 0px;
    }

    .product-item .controls button {
        width: 100%;
    }

    .our-advantages {
        padding: 40px 0;
        display: flex;
        flex-direction: column;
    }

    .our-advantages .container {
        order: 3;
        margin-top: 32px;
    }

    .our-advantages > .image-wr {
        top: initial;
        left: initial;
        position: relative;
        max-width: 100%;
        height: auto;
        order: 1;
        border-radius: 0;
    }

    .our-advantages > .image-wr > .img img {
        vertical-align: top;
    }

    .our-advantages > .slider-navigation {
        padding: 30px;
        max-width: 100%;
        gap: 24px;
        position: relative;
        top: initial;
        left: initial;
        order: 2;
        display: none;
    }

    .our-advantages > .image-wr > .img {
        margin-right: 0;
    }

    .our-advantages > .image-wr > .title {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 100%;
        height: 100%;
        font-size: 124px;
        opacity: 1;
        -webkit-text-fill-color: white;
    }

    .our-advantages .slider-wr .slider .item {
        padding: 16px;
    }

    .our-advantages .slider-wr .slider {
        max-width: 100%;
        border-radius: 30px;
        min-height: 1px;
    }

    .our-advantages .slider-wr .slider .item .text .thumb {
        height: 200px;
        margin-bottom: 8px;
    }

    .our-advantages .slider-wr .slider .item .text .title {
        font-size: 22px;
    }

    .our-advantages .slider-wr .slider .item .text p {
        font-size: 16px;
    }

    .our-advantages .slider-wr .slider .slick-arrow {
        bottom: 22px;
    }

    .home-product-packs {
        padding: 40px 0;
    }

    .home-product-packs .box.slider .slick-arrow.slick-prev {
        left: 16px;
        top: calc(28% - 20px);
    }

    .home-product-packs .box.slider .slick-arrow.slick-next {
        right: 16px;
        top: calc(28% - 20px);
    }

    .slick-dots {
        margin-top: 32px;
    }

    .clients-block {
        padding: 40px 0;
    }

    .clients-block .box.slider .slick-arrow.slick-prev {
        left: 0px;
    }

    .clients-block .box.slider .slick-arrow.slick-next {
        right: 0px;
    }

    .clients-block h2 + .box {
        border-radius: 30px;
    }

    .delivery-payment-block {
        padding: 40px 0;
    }

    h2, .h2 {
        font-size: 26px;
    }

    .delivery-payment-block .box .tabs-buttons {
        height: auto;
        border-radius: 30px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 12px;
    }

    .delivery-payment-block .box .tabs-buttons button {
        padding: 8px 12px;
        font-size: 16px;
        font-weight: 600;
    }

    .delivery-payment-block .box .tabcontent .inner {
        grid-template-columns: 100%;
    }

    .delivery-payment-block .box .tabcontent .inner .dop .image {
        height: auto;
    }

    .delivery-payment-block .box {
        gap: 32px;
    }

    .text-block-section {
        padding: 40px 0;
    }

    .wholesale-block {
        padding: 70px 0 355px;
    }

    .wholesale-block h2 {
        font-size: 24px;
    }

    .wholesale-block .img-cover img {
        object-position: left top;
    }

    .wholesale-block .img-cover::before {
        width: 330%;
        height: 290px;
        content: "";
        position: absolute;
        right: -250px;
        bottom: 300px;
        background: #4D4D4D;
        z-index: 2;
        filter: blur(42px);
    }

    .wholesale-block .img-cover::after {
        width: 100%;
        height: 400px;
        content: "";
        background: url('/image/catalog/Group48096353.webp') top right / cover no-repeat;
        position: absolute;
        right: 0;
        bottom: 0;
    }

    h1, .h1 {
        font-size: 28px;
    }

    .text-block-section h1 + .box {
        margin-top: 32px;
    }

    .wholesale-block .box {
        grid-template-columns: 100%;
        gap: 32px;
    }

    .wholesale-block h2 + .box {
        margin-top: 32px;
    }

    .wholesale-block .box .form-block {
        padding: 16px;
        gap: 32px;
    }    

    .wholesale-block .box .form-block .form-box form input[type="text"], .wholesale-block .box .form-block .form-box form input[type="tel"], .wholesale-block .box .form-block .form-box form input[type="email"] {
        height: 50px;
    }

    .wholesale-block .box .form-block .form-box form input[type="submit"] {
        height: 50px;
    }

    .wholesale-block .box .big-title {
        font-size: 175px;
        position: relative;
        z-index: 3;
    }

    footer {
        padding: 40px 0;
    }

    footer .box {
        gap: 40px;
        flex-direction: column;
    }

    footer .box + .copyright {
        margin-top: 40px;
    }

    footer .box .map-box {
        max-width: 100%;
        gap: 32px;
    }

    footer .box .map-box .map {
        height: 360px;
        border-radius: 30px;
    }

    footer .box .info-box {
        max-width: 100%;
        gap: 40px;
    }

    footer .box .info-box .logo {
        text-align: center;
    }

    footer .box .info-box .logo img {
        max-height: 60px;
    }

    footer .box .info-box .item-title {
        font-size: 20px;
    }

    footer .box .info-box .menus .item ul {
        gap: 12px;
    }

    footer .box .info-box .menus .item {
        gap: 24px;
    }

    footer .box .info-box .contacts .contacts-list div::before {
        width: 42px;
        height: 42px;
    }

    header .top {
        padding: 12px 0;
    }

    header .top .container {
        gap: 16px;
    }

    header .top .container .lang {
        height: 42px;
        padding: 0 12px;
        gap: 6px;
    }

    header .top .shop-controls button {
        width: 42px;
        height: 42px;
    }

    .menu-but button {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 0;
        background: var(--white);
        position: relative;
        border: 1px solid var(--grey);
    }

    .menu-but button span {
        position: absolute;
        left: calc(50% - 13px);
        top: calc(50% - 1px);
        display: flex;
        width: 26px;
        height: 2px;
        background: var(--text);
        transition: var(--all-inout);
    }

    .menu-but button span:first-child {
        margin-top: -6px;
    }

    .menu-but button span:last-child {
        margin-top: 6px;
    }

    .menu-but button.open span:nth-child(2n) {
        opacity: 0;
    }

    .menu-but button.open span:first-child {
        margin-top: 0px;
        rotate: 45deg;
    }

    .menu-but button.open span:last-child {
        margin-top: 0px;
        rotate: -45deg;
    }

    .home-products-tabs .categories-tabs {
        gap: 12px;
    }

    .first-block {
        padding-top: 130px;
    }

    .info-page {
        padding-bottom: 80px;
    }

    .info-page .box h1 {
        font-size: 26px;
    }

    .info-page .box .code {
        font-size: 160px;
    }

    .info-page .box .code img {
        max-width: 105px;
    }

    .info-page .box .but a {
        height: 50px;
    }

    header .top .shop-controls {
        opacity: 1;
    }

    header.inner .top .menu-but button {
        border: 1px solid var(--grey);
    }

    .other-articles .box .item .name a {
        font-size: 20px;
    }

    .other-articles .box .slider .slick-arrow.slick-next {
        right: 16px;
        top: calc(37% - 20px);
    }

    .other-articles .box .slider .slick-arrow.slick-prev {
        left: 16px;
        top: calc(37% - 20px);
    }

    .article-block {
        padding-bottom: 40px;
    }

    .article-block .box .preview {
        gap: 32px;
        flex-direction: column-reverse;
    }

    .article-block .box .preview .info {
        min-height: 1px;
        padding: 0;
        border-radius: 0;
        background: none;
        gap: 24px;
    }

    .article-block .box .preview .info h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .article-block .box .preview .info .data .tags {
        flex-wrap: wrap;
    }

    .article-block .box .preview .info .data .tags a, .article-block .box .preview .info .data .tags span {
        height: 40px;
        padding: 0 16px;
        font-size: 14px;
    }

    .article-block .box .preview .image {
        max-width: 100%;
        height: auto;
    }

    .article-block .box .article-cols {
        grid-template-columns: 100%;
        gap: 32px;
        margin-top: 32px;
    }

    .article-block .text-content h2 {
        font-size: 26px;
    }

    .article-block .box .chess-text-boxes {
        margin-top: 32px;
    }

    .article-block .box .chess-text-boxes .item {
        grid-template-columns: 100%;
    }

    .article-block .box .chess-text-boxes .item .img .img-inner {
        position: relative;
        height: auto;
    }

    .article-block .box .chess-text-boxes .item .text {
        padding: 16px;
    }

    h3, .h3 {
        font-size: 22px;
    }

    h4, .h4 {
        font-size: 20px;
    }

    h5, .h5 {
        font-size: 18px;
    }

    h6, .h6 {
        font-size: 16px;
    }

    .article-block .box .chess-text-boxes .item:nth-child(2n) {
        grid-template-columns: 100%;
    }

    .article-block .box .chess-text-boxes .item:nth-child(2n) .img {
        order: 1;
    }

    .article-block .box .chess-text-boxes .item:nth-child(2n) .text {
        order: 2;
    }

    .other-articles {
        padding: 40px 0;
    }

    .articles-list-block h1 + .categories-list {
        margin-top: 32px;
    }

    .articles-list-block h1 + .box, .articles-list-block .categories-list + .box {
        margin-top: 32px;
    }

    .articles-list-block .box {
        gap: 32px;
    }

    .pagination {
        margin-top: 32px;
    }

    .articles-list-block .box .item {
        gap: 24px;
        flex-direction: column;
    }

    .articles-list-block .box .item .image {
        max-width: 100%;
        height: auto;
    }

    .articles-list-block .box .item .info {
        min-height: auto;
        padding: 16px;
        border-radius: 0 0 30px 30px;
        gap: 24px;
    }

    .articles-list-block .box .item .info .title {
        order: 1;
    }

    .articles-list-block .box .item .info .excerpt {
        order: 2;
    }

    .articles-list-block .box .item .info .title a {
        font-size: 26px;
        line-height: 1.2;
    }

    .articles-list-block .box .item .info .data {
        order: 3;
        gap: 24px;
        flex-direction: column;
    }

    .articles-list-block .box .item .info .data .but {
        width: 100%;
    }

    .articles-list-block .box .item .info .data .tags {
        flex-wrap: wrap;
        width: 100%;
    }

    .articles-list-block .box .item .info .data .tags a, .articles-list-block .box .item .info .data .tags span {
        height: 40px;
        padding: 0 12px;
        font-size: 14px;
    }

    .articles-list-block .box .item .info::before {
        width: 100%;
        height: 50%;
        right: 0;
        top: -50%;
    }

    .articles-list-block {
        padding-bottom: 40px;
    }

    .articles-list-block .categories-list a {
        height: 40px;
        padding: 0 12px;
        font-size: 14px;
    }

    .cart-block h1 {
        font-size: 26px;
        line-height: 120%;
    }

    .cart-block .cart-block-table .title-row {
        display: none;
    }

    .cart-block .cart-block-table .products-list .product-row {
        border-radius: 30px;
        flex-wrap: wrap;
        padding: 16px;
        gap: 12px;
        align-items: flex-start;
        position: relative;
    }

    .cart-block .cart-block-table .products-list .product-row .image {
        width: 90px;
        height: 80px;
        margin: 0;
    }

    .cart-block .cart-block-table .products-list .product-row .name {
        width: 100%;
        max-width: calc(100% - 102px);
        padding-bottom: 37px;
    }

    .product-count input[type="number"], .product-count input[type="text"] {
        width: 60px;
        font-size: 16px;
    }

    .cart-block .cart-block-table .products-list .product-row .count {
        width: 132px;
        position: absolute;
        left: 118px;
        top: 58px;
    }

    .cart-block .cart-block-table .products-list .product-row .price, .cart-block .cart-block-table .products-list .product-row .total {
        width: 110px;
        font-size: 16px;
        margin-top: 16px;
    }

    .cart-block .cart-block-table .products-list .product-row .remove {
        width: 42px;
        height: 42px;
    }

    .cart-block .cart-block-table .products-list .product-row .remove button {
        border-radius: 16px;
        background: url('../images/trash.svg') center center / 24px auto no-repeat;
    }

    .cart-block .cart-block-table .products-list .product-row .remove button::after {
        background: url('../images/close-circle.svg') center center / 24px auto no-repeat, var(--yellow);
    }

    .cart-block .cart-total-info {
        flex-direction: column;
    }

    .cart-block .cart-total-info .total {
        font-size: 22px;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .cart-block .cart-total-info .but {
        width: 100%;
    }

    .cart-block .cart-total-info .but a {
        padding: 0 40px;
        width: 100%;
    }

    .cart-block {
        padding-bottom: 60px;
    }

    .category-block .box .sidebar {
        display: none;
    }

    .category-block .container > .box {
        grid-template-columns: 100%;
        gap: 32px;
    }

    .category-block .box .category-box h1 {
        font-size: 26px;
        line-height: 120%;
    }

    .category-block .box .category-box .subcats-box {
        border-radius: 30px;
        padding: 16px;
    }

    .category-block .box .category-box .subcats-box .slider .slick-arrow.slick-prev {
        left: 0px;
    }

    .category-block .box .category-box .subcats-box .slider .slick-arrow.slick-next {
        right: 0px;
    }

    .category-block .box .category-box .subcats-box .slider .item .img {
        height: 200px;
    }

    .category-block .box .category-products-list {
        margin-top: 40px;
        grid-template-columns: 100%;
    }

    .checkout-block h1 {
        font-size: 26px;
    }

    .checkout-block .box {
        grid-template-columns: 100%;
        gap: 40px;
    }

    .checkout-block .box .form-box {
        gap: 32px;
    }

    .checkout-block .box .form-box .form-part {
        gap: 24px;
    }

    .checkout-block .box .form-box .form-part .title {
        font-size: 22px;
        line-height: 120%;
    }

    .checkout-block .box .form-box .form-part .fields {
        padding: 24px 16px;
        border-radius: 30px;
        gap: 32px;
    }

    .checkout-block .box .form-box .form-part .fields > .row {
        grid-template-columns: 100%;
        gap: 16px;
    }

    .checkout-block .box .form-box .form-part .fields .form-group .field-title {
        font-size: 20px;
    }

    .checkout-block .box .form-box .form-part .fields .form-group .radio-list {
        gap: 12px;
        flex-direction: column;
    }

    .checkout-block .box .form-box .form-part .fields .form-group .radio-list label > span {
        font-size: 16px;
    }

    .checkout-block .box .form-box .form-part .fields .form-group.select select {
        background: url('../images/Frame48096834.svg') calc(100% - 10px) 50% / 32px auto no-repeat, var(--white);
        padding-right: 45px;
    }

    .checkout-block .box .cart-box .cart-title {
        font-size: 24px;
        line-height: 120%;
    }

    .checkout-block .box .cart-box .cart-list {
        border-radius: 30px;
        padding: 24px 16px;
    }

    .checkout-block .box .cart-box .cart-list .cart-item {
        grid-template-columns: 80px auto;
    }

    .checkout-block .box .cart-box .total-block {
        border-radius: 30px;
        padding: 16px;
        gap: 24px;
    }

    .checkout-block {
        padding: 0 0 60px;
    }

    .contacts-block h1 {
        font-size: 26px;
    }

    .contacts-block .contacts-box {
        border-radius: 30px;
        padding: 24px 16px;
        gap: 40px;
        flex-direction: column;
    }

    .contacts-block .contacts-box .info-box .item-title {
        font-size: 20px;
    }

    .contacts-block .contacts-box .info-box .contacts .contacts-list div::before {
        width: 42px;
        height: 42px;
    }

    .contacts-block .contacts-box .cities-list {
        padding: 16px;
        gap: 24px;
    }

    .contacts-block .contacts-box .cities-list .title {
        font-size: 20px;
    }

    .contacts-block .contacts-box .cities-list .list {
        gap: 12px;
    }

    .contacts-block .contacts-box .cities-list .list button {
        height: 40px;
        padding: 0 12px;
        font-size: 14px;
    }

    .contacts-block .contacts-box .map-box .map {
        height: 360px;
        border-radius: 30px;
        margin-top: 24px;
    }

    .home-banner .breadcrumbs > span {
        color: var(--white);
    }
    
    .home-banner .breadcrumbs a {
        color: var(--white);
    }

    .home-banner.delivery-banner .container {
        padding-top: 130px;
        padding-bottom: 60px;
    }

    .home-banner.delivery-banner .box {
        gap: 32px;
        flex-direction: column;
    }

    .home-banner.delivery-banner .box .text {
        padding: 16px;
    }

    .home-banner.delivery-banner .box .text h1 {
        font-size: 30px;
    }

    .home-banner.wholsale-banner .container {
        padding-top: 130px;
    }

    .home-banner.wholsale-banner .box {
        gap: 32px;
        flex-direction: column;
    }   

    .home-banner.wholsale-banner .box .wholsale-advantages, .home-banner.delivery-banner .box .delivery-advantages {
        gap: 16px;
        max-width: 100%;
    }

    .home-banner.wholsale-banner .box .wholsale-advantages .item, .home-banner.delivery-banner .box .delivery-advantages .item {
        padding: 16px;
        gap: 16px;
    }

    .home-banner.wholsale-banner .box .wholsale-advantages .item p, .home-banner.delivery-banner .box .delivery-advantages .item p {
        font-size: 16px;
        line-height: 1.2;
    }

    .home-banner.wholsale-banner .box .wholsale-advantages .item div span:first-child, .home-banner.delivery-banner .box .delivery-advantages .item div span:first-child {
        font-size: 90px;
        line-height: 85px;
    }

    .home-banner.wholsale-banner .box .wholsale-advantages .item div span:last-child, .home-banner.delivery-banner .box .delivery-advantages .item div span:last-child {
        font-size: 16px;
        width: 70px;
    }

    .home-banner.delivery-banner .box .delivery-advantages .item:last-child div span:last-child, .home-banner.wholsale-banner .box .wholsale-advantages .item:last-child div span:last-child {
        width: 185px;
    }

    .chess-text-blocks {
        padding: 40px 0;
    }

    .chess-text-blocks .box {
        gap: 40px;
    }

    .chess-text-blocks .box .item {
        grid-template-columns: 100%;
        gap: 32px;
    }

    .home-banner.delivery-banner + .delivery-payment-block + .clients-block + .chess-text-blocks .box .item:nth-child(2n+1), .home-banner.delivery-banner + .delivery-payment-block + .chess-text-blocks .box .item:nth-child(2n+1), .home-banner.delivery-banner + .chess-text-blocks .box .item:nth-child(2n+1) {
        grid-template-columns: 100%;
        gap: 32px;
    }

    .chess-text-blocks .box .item .image {
        min-height: 1px;
    }

    .chess-text-blocks .box .item .image img {
        border-radius: 30px;
    }

    .chess-text-blocks .box .item .image .img-inner {
        position: relative;
    }

    .chess-text-blocks .text-content .h1 {
        font-size: 20px;
        margin-top: 16px;
    }

    .chess-text-blocks .box .item:nth-child(2n) {
        grid-template-columns: 100%;
    }

    .chess-text-blocks .box .item:nth-child(2n) .image {
        order: 1;
    }

    .chess-text-blocks .box .item:nth-child(2n) .text {
        order: 2;
    }

    .sertificates-block h2 + .text {
        margin-top: 24px;
        max-width: 100%;
    }

    .sertificates-block {
        padding: 40px 0 60px;
    }

    .sertificates-block .box {
        border-radius: 30px;
        padding: 16px;
    }

    .sertificates-block .box .slider.slick-slider .slick-arrow.slick-prev {
        left: 0px;
    }

    .sertificates-block .box .slider.slick-slider .slick-arrow.slick-next {
        right: 0px;
    }

    .product-title.mobile {
        font-weight: 700;
        font-size: 26px;
        color: var(--yellow);
        text-transform: uppercase;
    }

    .product-gallery .gallery-slider .item {
        border-radius: 30px;
        height: 280px;
    }

    .product-gallery .gallery-thumbs .item {
        height: 86px;
    }

    .product-block .container {
        gap: 32px;
        flex-direction: column;
    }

    .product-data {
        gap: 32px;
    }

    .product-data .data {
        border-radius: 30px;
        padding: 16px;
    }

    .product-data .data h1 {
        display: none;
    }

    .product-data .avilability {
        margin-top: 16px;
        font-size: 20px;
    }

    .product-data .options-list {
        margin-top: 32px;
    }

    .product-data .options-list .option-group .option-row label.radio span {
        height: 40px;
        padding: 0 12px;
        font-size: 14px;
    }

    .product-data .controls {
        margin-top: 32px;
        gap: 24px;
        flex-direction: column;
        align-items: flex-start;
    }

    .product-data .controls .price {
        width: 100%;
        justify-content: space-between;
    }

    .product-data .controls .price .current-price {
        font-size: 32px;
    }

    .product-data .but {
        margin-top: 32px;
        width: 100%;
    }

    .product-data .but button {
        height: 60px;
        padding: 0 50px;
        width: 100%;
    }

    .product-data .tabs .tabs-buts button {
        font-size: 16px;
        line-height: 1.2;
        min-height: 63px;
    }

    .product-data .tabs .tabs-buts {
        align-items: flex-start;
        gap: 16px;
    }

    .product-data .receipes-list .list {
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
    }

    .product-item .info .price .old-price-info span {
        font-size: 14px;
    }

    .other-articles .box .item {
        padding: 16px;
    }

    header .top .shop-controls button, header .top .shop-controls a {
        width: 42px;
        height: 42px;
    }

    .buttons-section .box {
        grid-template-columns: 100%;
        gap: 24px;
    }

    .buttons-section .box a {
        height: 60px;
        font-size: 18px;
    }

    .buttons-section {
        padding: 40px 0;
    }

    footer .box .info-box .menus {
        gap: 40px;
    }

    header .header-search {
        top: 83px;
    }

    header .header-search #search input[type="text"] {
        height: 42px;
    }

    header .header-search #search .input-group-btn button {
        width: 42px;
        height: 42px;
    }

    header .header-search #search .input-group-btn {
        width: 42px;
        height: 42px;
    }

    header .header-search .container .close button {
        width: 42px;
        height: 42px;
    }

    header .header-search .container {
        gap: 20px;
    }



    .form-section .box .image {
        position: relative;
        left: initial;
        bottom: initial;
        order: 3;
    }

    .form-section .box .text {
        max-width: 100%;
        order: 1;
        gap: 20px;
    }

    .form-section .box .form {
        max-width: 100%;
        order: 2;
        padding: 0;
    }

    .form-section .box {
        margin-top: 0px;
        flex-direction: column;
        gap: 32px;
        padding: 24px 24px 0;
        border-radius: 30px;
    }

    .form-section .box .text .title {
        font-size: 24px;
    }

    .form-section .box .text p {
        color: var(--text);
        font-size: 14px;
    }

    .home-banner .img::before {
        width: 100%;
        height: 45px;
        background: url('../images/banner-bottom-mob.svg') center bottom / auto 100% no-repeat;
        bottom: 0;
        z-index: 2;
        left: 0;
        content: "";
        position: absolute;
    }

    .wholesale-block {
        /*width: 100%;
        height: 100%;
        content: "";
        position: absolute;
        right: 0px;
        bottom: 0px;*/
        background: url('../images/Group48096356.jpg') center center / cover no-repeat;
    }

    .wholesale-block .img-cover > img {
        opacity: 0;
    }

    footer .box .map-box .cities-list-select select {
        padding: 0 65px 0 24px;
    }

    .mfilter-free-container {
        top: 80px !important;
        width: 100% !important;
        height: calc(100% - 80px) !important;
        box-sizing: border-box !important;
        border: 0px solid #ccc !important;
    }

    .mfilter-free-button {
        margin: 0 !important;
        width: 12px !important;
        height: 12px !important;
        border: 10px solid #EDEDED !important;
        background: #EDEDED url('/catalog/view/theme/default/stylesheet/mf/images/icons.png?v8') no-repeat 0px 0 !important;
        left: calc(100% - 41px) !important;
        z-index: 15;
        top: 12px;
    }

    .mfilter-free-container [id^="mfilter-free-container-"] {
        padding-top: 12px !important;
    }

    .catalog-filter-button button {
        width: 50%;
    }




































}

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .full-container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile {
        display: flex !important;
    }

    header .bottom {
        display: none;
    }

    header .top .container .logo img {
        max-height: 60px;
    }

    header .top .shop {
        display: none;
    }

    header .top .container .menu {
        display: none;
    }

    .home-banner .container {
        padding-top: 130px;
        padding-bottom: 240px;
    }

    .home-banner .container h1,
    .home-banner .container .h1 {
        font-size: 150px;
        line-height: 100%;
        text-align: center;
    }

    .home-banner .container > p, .home-banner .container .text > p {
        font-size: 24px;
        text-align: center;
    }

    .home-banner .home-spaecials-list {
        margin-top: 60px;
    }

    .home-banner .home-spaecials-list .item {
        padding: 16px;
        max-width: 50%;
    }

    .home-banner .home-spaecials-list .item .text .title {
        font-size: 20px;
        width: 100%;
    }

    .home-banner .home-spaecials-list .item .text p, .home-banner .home-spaecials-list .item .text p a {
        text-align: left;
    }

    .home-banner {
        height: auto;
        border-radius: 0 0 30px 30px;
    }

    .home-banner .shop-link {
        width: 100%;
        bottom: 12px;
    }

    .home-banner .shop-link a {
        gap: 30px;
        font-size: 16px;
    }

    .home-banner .shop-link a .icon {
        width: 90px;
        height: 90px;
    }

    .home-banner .shop-link a .icon::before {
        top: -60px;
    }

    .home-products-tabs {
        padding: 40px 0;
    }

    .home-products-tabs .categories-tabs button {
        font-size: 16px;
    }

    .categories-tabs-content .list {
        width: 100%;
        grid-template-columns: repeat(3, 1fr);
    }

    .product-item {
        padding: 16px;
        gap: 20px;
    }

    .product-item .img {
        height: 195px;
        border-radius: 12px;
    }

    .product-item .info .text .title, .product-item .info .text .title a {
        font-size: 20px;
    }

    .product-item .info .price span {
        font-size: 20px;
    }

    .product-item .controls {
        padding-top: 0px;
    }

    .product-item .controls button {
        width: 100%;
    }

    .our-advantages {
        padding: 40px 0;
        display: flex;
        flex-direction: column;
    }

    .our-advantages > .image-wr {
        top: 110px;
        max-width: calc((100vw / 2) + ((var(--container) / 2) - 733px));
        height: 600px;
        border-radius: 0 30px 30px 0;
    }

    .our-advantages > .image-wr > .img img {
        vertical-align: top;
    }

    .our-advantages > .slider-navigation {
        padding: 30px;
        gap: 16px;
        top: 140px;
        left: 10px;
    }

    .our-advantages > .image-wr > .img {
        margin-right: 0;
    }

    .our-advantages > .image-wr > .title {
        right: initial;
        left: 10px;
        width: 100%;
        height: 600px;
        font-size: 100px;
        display: flex;
        align-items: flex-end;
        justify-content: flex-end;
        text-align: left;
        bottom: 30px;
    }

    .our-advantages .slider-wr .slider .item {
        padding: 16px;
    }

    .our-advantages .slider-wr .slider {
        max-width: 330px;
        border-radius: 30px;
        min-height: 600px;
    }

    .our-advantages .slider-wr .slider .item .text .thumb {
        height: 200px;
        margin-bottom: 8px;
    }

    .our-advantages .slider-wr .slider .item .text .title {
        font-size: 22px;
    }

    .our-advantages .slider-wr .slider .item .text p {
        font-size: 16px;
    }

    .our-advantages .slider-wr .slider .slick-arrow {
        bottom: 22px;
    }

    .home-product-packs {
        padding: 40px 0;
    }

    .home-product-packs .box.slider .slick-arrow.slick-prev {
        left: 16px;
        top: calc(28% - 20px);
    }

    .home-product-packs .box.slider .slick-arrow.slick-next {
        right: 16px;
        top: calc(28% - 20px);
    }

    .slick-dots {
        margin-top: 32px;
    }

    .clients-block {
        padding: 40px 0;
    }

    .clients-block .box.slider .slick-arrow.slick-prev {
        left: 0px;
    }

    .clients-block .box.slider .slick-arrow.slick-next {
        right: 0px;
    }

    .clients-block h2 + .box {
        border-radius: 30px;
    }

    .delivery-payment-block {
        padding: 40px 0;
    }

    h2, .h2 {
        font-size: 26px;
    }

    .delivery-payment-block .box .tabs-buttons {
        height: auto;
        border-radius: 30px;
        padding: 12px;
    }

    .delivery-payment-block .box .tabs-buttons button {
        padding: 8px 12px;
        font-size: 16px;
        font-weight: 600;
    }

    .delivery-payment-block .box .tabcontent .inner {
        grid-template-columns: auto 315px;
    }

    .delivery-payment-block .box .tabcontent .inner .dop .image {
        height: auto;
    }

    .delivery-payment-block .box {
        gap: 32px;
    }

    .text-block-section {
        padding: 40px 0;
    }

    .wholesale-block {
        padding: 40px 0;
    }

    h1, .h1 {
        font-size: 28px;
    }

    .text-block-section h1 + .box {
        margin-top: 32px;
    }

    .wholesale-block .box {
        grid-template-columns: 450px auto;
        gap: 32px;
    }

    .wholesale-block h2 + .box {
        margin-top: 32px;
    }

    .wholesale-block .box .form-block {
        padding: 16px;
        gap: 32px;
    }    

    .wholesale-block .box .form-block .form-box form input[type="text"], .wholesale-block .box .form-block .form-box form input[type="tel"], .wholesale-block .box .form-block .form-box form input[type="email"] {
        height: 50px;
    }

    .wholesale-block .box .form-block .form-box form input[type="submit"] {
        height: 50px;
    }

    .wholesale-block .box .big-title {
        font-size: 140px;
    }

    footer {
        padding: 40px 0;
    }

    footer .box {
        gap: 32px;
    }

    footer .box + .copyright {
        margin-top: 40px;
    }

    footer .box .map-box {
        max-width: 100%;
        gap: 32px;
    }

    footer .box .map-box .map {
        height: 430px;
        border-radius: 30px;
    }

    footer .box .info-box {
        max-width: 100%;
        gap: 40px;
    }

    footer .box .info-box .logo img {
        max-height: 60px;
    }

    footer .box .info-box .item-title {
        font-size: 20px;
    }

    footer .box .info-box .menus .item ul {
        gap: 12px;
    }

    footer .box .info-box .menus .item {
        gap: 24px;
    }

    footer .box .info-box .contacts .contacts-list div::before {
        width: 42px;
        height: 42px;
    }

    header .top {
        padding: 12px 0;
    }

    header .top .container {
        gap: 16px;
    }

    header .top .container .lang {
        height: 42px;
        padding: 0 12px;
        gap: 6px;
    }

    header .top .shop-controls button {
        width: 42px;
        height: 42px;
    }

    .menu-but button {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 0;
        background: var(--white);
        position: relative;
    }

    .menu-but button span {
        position: absolute;
        left: calc(50% - 13px);
        top: calc(50% - 1px);
        display: flex;
        width: 26px;
        height: 2px;
        background: var(--text);
        transition: var(--all-inout);
    }

    .menu-but button span:first-child {
        margin-top: -6px;
    }

    .menu-but button span:last-child {
        margin-top: 6px;
    }

    .menu-but button.open span:nth-child(2n) {
        opacity: 0;
    }

    .menu-but button.open span:first-child {
        margin-top: 0px;
        rotate: 45deg;
    }

    .menu-but button.open span:last-child {
        margin-top: 0px;
        rotate: -45deg;
    }

    .home-products-tabs .categories-tabs {
        gap: 12px;
    }

    .first-block {
        padding-top: 130px;
    }

    .info-page {
        padding-bottom: 80px;
    }

    .info-page .box h1 {
        font-size: 26px;
    }

    .info-page .box .code {
        font-size: 160px;
    }

    .info-page .box .code img {
        max-width: 105px;
    }

    .info-page .box .but a {
        height: 60px;
    }

    header .top .shop-controls {
        opacity: 1;
        margin-left: auto;
    }

    header.inner .top .menu-but button {
        border: 1px solid var(--grey);
    }

    .other-articles .box .item .name a {
        font-size: 20px;
    }

    .other-articles .box .slider .slick-arrow.slick-next {
        right: 16px;
        top: calc(37% - 20px);
    }

    .other-articles .box .slider .slick-arrow.slick-prev {
        left: 16px;
        top: calc(37% - 20px);
    }

    .article-block {
        padding-bottom: 40px;
    }

    .article-block .box .preview {
        gap: 32px;
    }

    .article-block .box .preview .info {
        min-height: 1px;
        padding: 24px 24px 24px 0;
        border-radius: 0 30px 30px 0;
        gap: 24px;
    }

    .article-block .box .preview .info h1 {
        font-size: 28px;
        line-height: 1.2;
    }

    .article-block .box .preview .info .data .tags {
        flex-wrap: wrap;
    }

    .article-block .box .preview .info .data .tags a, .article-block .box .preview .info .data .tags span {
        height: 40px;
        padding: 0 16px;
        font-size: 14px;
    }

    .article-block .box .preview .image {
        max-width: 300px;
        height: auto;
    }

    .article-block .box .article-cols {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        margin-top: 32px;
    }

    .article-block .text-content h2 {
        font-size: 26px;
    }

    .article-block .box .chess-text-boxes {
        margin-top: 32px;
    }

    .article-block .box .chess-text-boxes .item {
        grid-template-columns: 100%;
    }

    .article-block .box .chess-text-boxes .item .img .img-inner {
        position: relative;
        height: auto;
    }

    .article-block .box .chess-text-boxes .item .text {
        padding: 16px;
    }

    h3, .h3 {
        font-size: 22px;
    }

    h4, .h4 {
        font-size: 20px;
    }

    h5, .h5 {
        font-size: 18px;
    }

    h6, .h6 {
        font-size: 16px;
    }

    .article-block .box .chess-text-boxes .item:nth-child(2n) {
        grid-template-columns: 100%;
    }

    .article-block .box .chess-text-boxes .item:nth-child(2n) .img {
        order: 1;
    }

    .article-block .box .chess-text-boxes .item:nth-child(2n) .text {
        order: 2;
    }

    .other-articles {
        padding: 40px 0;
    }

    .articles-list-block h1 + .categories-list {
        margin-top: 32px;
    }

    .articles-list-block h1 + .box, .articles-list-block .categories-list + .box {
        margin-top: 32px;
    }

    .articles-list-block .box {
        gap: 32px;
    }

    .pagination {
        margin-top: 32px;
    }

    .articles-list-block .box .item {
        gap: 24px;
    }

    .other-articles .box .item {
        padding: 16px;
    }

    .other-articles .box .item .image {
        height: 160px;
    }

    .articles-list-block .box .item .image {
        max-width: 300px;
        height: auto;
    }

    .articles-list-block .box .item .info {
        min-height: auto;
        padding: 16px;
        border-radius: 0 30px 30px 0;
        gap: 12px;
    }

    .articles-list-block .box .item .info .title {
        order: 1;
    }

    .articles-list-block .box .item .info .excerpt {
        order: 2;
    }

    .articles-list-block .box .item .info .title a {
        font-size: 26px;
        line-height: 1.2;
    }

    .articles-list-block .box .item .info .data {
        order: 3;
        gap: 24px;
        flex-direction: column;
    }

    .articles-list-block .box .item .info .data .but {
        width: 100%;
    }

    .articles-list-block .box .item .info .data .tags {
        flex-wrap: wrap;
        width: 100%;
    }

    .articles-list-block .box .item .info .data .tags a, .articles-list-block .box .item .info .data .tags span {
        height: 40px;
        padding: 0 12px;
        font-size: 14px;
    }

    .articles-list-block {
        padding-bottom: 40px;
    }

    .articles-list-block .categories-list a {
        height: 40px;
        padding: 0 12px;
        font-size: 14px;
    }

    .cart-block h1 {
        font-size: 26px;
        line-height: 120%;
    }

    .cart-block .cart-block-table .title-row {
        display: none;
    }

    .cart-block .cart-block-table .products-list .product-row {
        border-radius: 30px;
        flex-wrap: wrap;
        padding: 16px;
        gap: 12px;
        align-items: flex-start;
        position: relative;
    }

    .cart-block .cart-block-table .products-list .product-row .image {
        width: 90px;
        height: 80px;
        margin: 0;
    }

    .cart-block .cart-block-table .products-list .product-row .name {
        padding-bottom: 37px;
    }

    .product-count input[type="number"], .product-count input[type="text"] {
        width: 60px;
        font-size: 16px;
    }

    .cart-block .cart-block-table .products-list .product-row .count {
        width: 132px;
        position: absolute;
        left: 118px;
        top: 58px;
    }

    .cart-block .cart-block-table .products-list .product-row .price {
        margin-left: auto;
    }

    .cart-block .cart-block-table .products-list .product-row .price, .cart-block .cart-block-table .products-list .product-row .total {
        width: 110px;
        font-size: 16px;
    }

    .cart-block .cart-block-table .products-list .product-row .remove {
        width: 42px;
        min-height: 112px;
        margin-top: -16px;
        margin-bottom: -16px;
        margin-right: -16px;
        height: 112px;
    }

    .cart-block .cart-block-table .products-list .product-row .remove button {
        border-radius: 0 16px 16px 0;
        background: url('../images/trash.svg') center center / 24px auto no-repeat;
    }

    .cart-block .cart-block-table .products-list .product-row .remove button::after {
        background: url('../images/close-circle.svg') center center / 24px auto no-repeat, var(--yellow);
    }

    .cart-block .cart-total-info .total {
        font-size: 22px;
        display: flex;
        width: 100%;
    }

    .cart-block .cart-total-info .but {
        width: 100%;
    }

    .cart-block .cart-total-info .but a {
        padding: 0 40px;
        width: 100%;
    }

    .cart-block {
        padding-bottom: 60px;
    }

    .category-block .box .sidebar {
        display: none;
    }

    .category-block .container > .box {
        grid-template-columns: 100%;
        gap: 32px;
    }

    .category-block .box .category-box h1 {
        font-size: 26px;
        line-height: 120%;
    }

    .category-block .box .category-box .subcats-box {
        border-radius: 30px;
        padding: 16px;
    }

    .category-block .box .category-box .subcats-box .slider .slick-arrow.slick-prev {
        left: 0px;
    }

    .category-block .box .category-box .subcats-box .slider .slick-arrow.slick-next {
        right: 0px;
    }

    .category-block .box .category-box .subcats-box .slider .item .img {
        height: 160px;
    }

    .category-block .box .category-products-list {
        margin-top: 40px;
    }

    .checkout-block h1 {
        font-size: 26px;
    }

    .checkout-block .box {
        grid-template-columns: 100%;
        gap: 40px;
    }

    .checkout-block .box .form-box {
        gap: 32px;
    }

    .checkout-block .box .form-box .form-part {
        gap: 24px;
    }

    .checkout-block .box .form-box .form-part .title {
        font-size: 22px;
        line-height: 120%;
    }

    .checkout-block .box .form-box .form-part .fields {
        padding: 24px 16px;
        border-radius: 30px;
        gap: 32px;
    }

    .checkout-block .box .form-box .form-part .fields > .row {
        grid-template-columns: 100%;
        gap: 16px;
    }

    .checkout-block .box .form-box .form-part .fields .form-group .field-title {
        font-size: 20px;
    }

    .checkout-block .box .form-box .form-part .fields .form-group .radio-list {
        gap: 12px;
        flex-direction: column;
    }

    .checkout-block .box .form-box .form-part .fields .form-group .radio-list label > span {
        font-size: 16px;
    }

    .checkout-block .box .form-box .form-part .fields .form-group.select select {
        background: url('../images/Frame48096834.svg') calc(100% - 10px) 50% / 32px auto no-repeat, var(--white);
        padding-right: 45px;
    }

    .checkout-block .box .cart-box .cart-title {
        font-size: 24px;
        line-height: 120%;
    }

    .checkout-block .box .cart-box .cart-list {
        border-radius: 30px;
        padding: 24px 16px;
    }

    .checkout-block .box .cart-box .cart-list .cart-item {
        grid-template-columns: 80px auto;
    }

    .checkout-block .box .cart-box .total-block {
        border-radius: 30px;
        padding: 16px;
        gap: 24px;
    }

    .checkout-block {
        padding: 0 0 60px;
    }

    .checkout-block .box .cart-box .checkout-but button {
        margin-left: auto;
        width: auto;
    }

    .contacts-block h1 {
        font-size: 26px;
    }

    .contacts-block .contacts-box {
        border-radius: 30px;
        padding: 24px 16px;
        gap: 24px;
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .contacts-block .contacts-box .info-box .item-title {
        font-size: 20px;
    }

    .contacts-block .contacts-box .info-box .contacts .contacts-list div::before {
        width: 42px;
        height: 42px;
    }

    .contacts-block .contacts-box .cities-list {
        padding: 16px;
        gap: 24px;
    }

    .contacts-block .contacts-box .cities-list .title {
        font-size: 20px;
    }

    .contacts-block .contacts-box .cities-list .list {
        gap: 12px;
    }

    .contacts-block .contacts-box .cities-list .list button {
        height: 40px;
        padding: 0 12px;
        font-size: 14px;
    }

    .contacts-block .contacts-box .map-box .map {
        height: 360px;
        border-radius: 30px;
        margin-top: 24px;
    }

    .contacts-block .contacts-box .map-box .tabcontent {
        height: 100%;
    }

    .contacts-block .contacts-box .map-box .tabcontent .inner {
        height: 100%;
    }

    .contacts-block .contacts-box .map-box .map {
        height: calc(100% - 89px);
    }

    .home-banner .breadcrumbs > span {
        color: var(--white);
    }
    
    .home-banner .breadcrumbs a {
        color: var(--white);
    }

    .home-banner.delivery-banner .container {
        padding-top: 130px;
        padding-bottom: 60px;
    }

    .home-banner.delivery-banner .box {
        gap: 32px;
    }

    .home-banner.delivery-banner .box .text {
        padding: 16px;
    }

    .home-banner.delivery-banner .box .text h1 {
        font-size: 30px;
    }

    .home-banner.wholsale-banner .container {
        padding-top: 130px;
    }

    .home-banner.wholsale-banner .box {
        gap: 32px;
    }

    .home-banner.wholsale-banner .container h1 {
        font-size: 140px;
        text-align: left;
    }

    .home-banner.wholsale-banner .container > p, .home-banner.wholsale-banner .container .text > p {
        font-size: 24px;
        text-align: left;
    }

    .home-banner.wholsale-banner .box .wholsale-advantages {
        gap: 16px;
        max-width: 370px;
    }

    .home-banner.delivery-banner .box .delivery-advantages {
        gap: 16px;
        max-width: 370px;
    }

    .home-banner.wholsale-banner .box .wholsale-advantages .item, .home-banner.delivery-banner .box .delivery-advantages .item {
        padding: 16px;
        gap: 16px;
    }

    .home-banner.wholsale-banner .box .wholsale-advantages .item p, .home-banner.delivery-banner .box .delivery-advantages .item p {
        font-size: 14px;
        line-height: 1.2;
    }

    .home-banner.wholsale-banner .box .wholsale-advantages .item div span:first-child, .home-banner.delivery-banner .box .delivery-advantages .item div span:first-child {
        font-size: 90px;
        line-height: 85px;
    }

    .home-banner.wholsale-banner .box .wholsale-advantages .item div span:last-child, .home-banner.delivery-banner .box .delivery-advantages .item div span:last-child {
        font-size: 16px;
        width: 70px;
    }

    .home-banner.delivery-banner .box .delivery-advantages .item:last-child div span:last-child, .home-banner.wholsale-banner .box .wholsale-advantages .item:last-child div span:last-child {
        width: 185px;
    }

    .chess-text-blocks {
        padding: 40px 0;
    }

    .chess-text-blocks .box {
        gap: 40px;
    }

    .chess-text-blocks .box .item {
        grid-template-columns: auto 420px;
        gap: 32px;
    }

    .chess-text-blocks .box .item .image {
        min-height: 1px;
    }

    .chess-text-blocks .box .item .image img {
        border-radius: 30px;
    }

    .chess-text-blocks .box .item .image .img-inner {
        position: relative;
    }

    .chess-text-blocks .text-content .h1 {
        font-size: 20px;
        margin-top: 16px;
    }

    .chess-text-blocks .box .item:nth-child(2n) {
        grid-template-columns: 420px auto;
    }

    .home-banner.delivery-banner + .delivery-payment-block + .clients-block + .chess-text-blocks .box .item:nth-child(2n+1),
    .home-banner.delivery-banner + .delivery-payment-block + .chess-text-blocks .box .item:nth-child(2n+1),
    .home-banner.delivery-banner + .chess-text-blocks .box .item:nth-child(2n+1) {
        grid-template-columns: 42px auto;
    }

    .sertificates-block h2 + .text {
        margin-top: 24px;
        max-width: 100%;
    }

    .sertificates-block {
        padding: 40px 0 60px;
    }

    .sertificates-block .box {
        border-radius: 30px;
        padding: 16px;
    }

    .sertificates-block .box .slider.slick-slider .slick-arrow.slick-prev {
        left: 0px;
    }

    .sertificates-block .box .slider.slick-slider .slick-arrow.slick-next {
        right: 0px;
    }

    .product-title.mobile {
        font-weight: 700;
        font-size: 26px;
        color: var(--yellow);
        text-transform: uppercase;
    }

    .product-block .container .product-info {
        max-width: 100%;
    }

    .product-gallery .gallery-slider .item {
        border-radius: 30px;
        height: 400px;
    }

    .product-gallery .gallery-thumbs .item {
        height: 146px;
    }

    .product-block .container {
        gap: 32px;
        flex-direction: column;
    }

    .product-data {
        gap: 32px;
    }

    .product-data .data {
        border-radius: 30px;
        padding: 16px;
    }

    .product-data .data h1 {
        display: none;
    }

    .product-data .avilability {
        margin-top: 16px;
        font-size: 20px;
    }

    .product-data .options-list {
        margin-top: 32px;
    }

    .product-data .options-list .option-group .option-row label.radio span {
        height: 40px;
        padding: 0 12px;
        font-size: 14px;
    }

    .product-data .controls {
        margin-top: 32px;
        gap: 24px;
        justify-content: space-between;
        align-items: flex-start;
    }

    .product-data .controls .price {
        justify-content: space-between;
    }

    .product-data .controls .price .current-price {
        font-size: 32px;
    }

    .product-data .but {
        margin-top: 32px;
        width: 100%;
    }

    .product-data .but button {
        height: 60px;
        padding: 0 50px;
        width: 100%;
    }

    .product-data .tabs .tabs-buts button {
        font-size: 16px;
        line-height: 1.2;
        min-height: 63px;
    }

    .product-data .tabs .tabs-buts {
        align-items: flex-start;
        gap: 16px;
    }

    .product-data .receipes-list .list {
        gap: 16px;
    }

    .product-item .info .price .old-price-info span {
        font-size: 14px;
    }



}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .full-container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    header .bottom {
        display: none;
    }

    header .top .container .logo img {
        max-height: 60px;
    }

    header .top .shop {
        display: none;
    }

    header .top .container .menu {
        display: none;
    }

    header .top .container .menu-but {
        display: block !important;
    }

    .menu-but button {
        width: 42px;
        height: 42px;
        border-radius: 50%;
        border: 0;
        background: var(--white);
        position: relative;
    }

    .menu-but button span {
        position: absolute;
        left: calc(50% - 13px);
        top: calc(50% - 1px);
        display: flex;
        width: 26px;
        height: 2px;
        background: var(--text);
        transition: var(--all-inout);
    }

    .menu-but button span:first-child {
        margin-top: -6px;
    }

    .menu-but button span:last-child {
        margin-top: 6px;
    }

    .menu-but button.open span:nth-child(2n) {
        opacity: 0;
    }

    .menu-but button.open span:first-child {
        margin-top: 0px;
        rotate: 45deg;
    }

    .menu-but button.open span:last-child {
        margin-top: 0px;
        rotate: -45deg;
    }

    header .shop-controls {
        margin-left: auto;
        opacity: 1 !important;
    }

    .home-banner .container {
        padding-top: 140px;
    }

    .home-banner .container h1,
    .home-banner .container .h1 {
        font-size: 240px;
    }

    .home-banner .container > p, .home-banner .container .text > p {
        font-size: 24px;
    }

    .home-banner .home-spaecials-list {
        margin-top: 64px;
    }

    .home-banner .home-spaecials-list .item .text .title {
        font-size: 20px;
        width: 100%;
    }

    .home-banner .home-spaecials-list .item .image {
        max-width: 170px;
        height: 140px;
    }

    .home-banner .home-spaecials-list .item {
        padding: 24px;
        max-width: 420px;
    }

    .home-banner {
        height: 950px;
    }

    .home-banner .shop-link a {
        gap: 32px;
        font-size: 20px;
    }

    .home-products-tabs {
        padding: 48px 0;
    }

    .home-products-tabs .categories-tabs button {
        font-size: 18px;
    }

    .product-item {
        padding: 24px;
        gap: 20px;
    }

    .product-item .img {
        height: 160px;
        border-radius: 16px;
    }

    .product-item .info .text .title, .product-item .info .text .title a {
        font-size: 18px;
    }

    .product-item .info .text p {
        font-size: 13px;
    }

    .product-item .info .price span {
        font-size: 18px;
    }

    .product-item .controls {
        padding-top: 10px;
    }

    .our-advantages {
        padding: 48px 0;
    }

    .our-advantages > .image-wr {
        top: 118px;
        max-width: calc((100vw / 2) + (600px - 480px));
        height: 747px;
    }

    .our-advantages .slider-wr .slider {
        max-width: 360px;
        min-height: 600px;
    }

    .our-advantages .slider-wr .slider .item .text p {
        font-size: 14px;
    }

    .our-advantages > .image-wr > .title {
        right: 32px;
        width: 430px;
        height: 600px;
        font-size: 120px;
        display: flex;
        align-content: flex-end;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 40px;
    }

    .our-advantages .slider-wr .slider .item .text .thumb {
        height: 220px;
    }

    .our-advantages > .slider-navigation {
        padding: 24px;
        max-width: 320px;
        gap: 24px;
        top: 150px;
        left: 10px;
    }

    .our-advantages > .slider-navigation .button {
        font-size: 16px;
    }

    .our-advantages > .slider-navigation::before {
        height: calc(100% - 48px);
        top: 24px;
        left: 25px;
    }

    .home-product-packs {
        padding: 48px 0;
    }

    .clients-block {
        padding: 48px 0;
    }

    .clients-block .box .item {
        height: 115px;
    }

    .delivery-payment-block {
        padding: 48px 0;
    }

    .delivery-payment-block .box .tabs-buttons {
        height: 90px;
        padding: 16px;
    }

    .delivery-payment-block .box .tabs-buttons button {
        font-size: 16px;
    }

    .text-block-section {
        padding: 48px 0;
    }

    .wholesale-block {
        padding: 48px 0;
    }

    .wholesale-block .box {
        grid-template-columns: 575px auto;
        gap: 50px;
    }

    .wholesale-block .box .big-title {
        font-size: 200px;
    }

    .wholesale-block .box .form-block .form-box form input[type="text"], 
    .wholesale-block .box .form-block .form-box form input[type="tel"], 
    .wholesale-block .box .form-block .form-box form input[type="email"] {
        height: 60px;
    }

    .wholesale-block .box .form-block .form-box form input[type="submit"] {
        height: 60px;
    }

    footer {
        padding: 48px 0;
    }

    footer .box .map-box {
        gap: 40px;
    }

    footer .box {
        gap: 80px;
    }

    footer .box .info-box .menus .item {
        gap: 30px;
    }

    footer .box .info-box .menus .item ul {
        gap: 18px;
    }

    footer .box .info-box .item-title {
        font-size: 22px;
    }

    footer .box .info-box .contacts .contacts-list div::before {
        width: 44px;
        height: 44px;
    }

    footer .box + .copyright {
        margin-top: 48px;
    }

    .first-block {
        padding-top: 130px;
    }

    .article-block .box .preview {
        gap: 40px;
    }

    .article-block .box .preview .image {
        max-width: 420px;
        height: 440px;
    }

    .article-block .box .preview .info {
        min-height: 360px;
        padding: 45px 85px 45px 0;
        border-radius: 0 40px 40px 0;
        gap: 40px;
    }

    .article-block .box .preview .info h1 {
        font-size: 36px;
    }

    .article-block .box .article-cols {
        gap: 40px;
    }

    .article-block .text-content h2 {
        font-size: 32px;
    }

    .other-articles .box .item {
        padding: 20px;
    }

    .other-articles .box .item .name a {
        font-size: 18px;
    }

    .other-articles .box .item .name {
        margin-top: 20px;
    }

    .other-articles .box .item .image {
        height: 160px;
    }

    .other-articles .box .slider .slick-arrow.slick-prev {
        left: 20px;
        top: 80px;
    }

    .other-articles .box .slider .slick-arrow.slick-next {
        right: 20px;
        top: 80px;
    }

    .article-block {
        padding-bottom: 48px;
    }

    .other-articles {
        padding: 48px 0 64px;
    }

    .articles-list-block {
        padding-bottom: 60px;
    }

    .articles-list-block h1 + .categories-list {
        margin-top: 40px;
    }

    .articles-list-block .box .item {
        gap: 40px;
    }

    .articles-list-block .box .item .image {
        max-width: 420px;
        height: 440px;
    }

    .articles-list-block .box .item .info {
        min-height: 360px;
        padding: 45px 85px 45px 0;
        border-radius: 0 40px 40px 0;
        gap: 40px;
    }

    .articles-list-block .box .item .info .title a {
        font-size: 36px;
    }

    .articles-list-block .box .item .info .data {
        gap: 30px;
    }

    .articles-list-block .box .item .info .data .tags a, .articles-list-block .box .item .info .data .tags span {
        padding: 0 12px;
        font-size: 14px;
    }

    .articles-list-block h1 + .box, .articles-list-block .categories-list + .box {
        margin-top: 40px;
    }

    .articles-list-block .box {
        gap: 32px;
    }

    .cart-block .cart-block-table .products-list .product-row .price, .cart-block .cart-block-table .products-list .product-row .total {
        width: 140px;
    }

    .cart-block h1 {
        font-size: 36px;
    }

    .cart-block .cart-block-table .products-list .product-row .image {
        height: 120px;
    }

    .cart-block .cart-total-info .total {
        font-size: 22px;
    }

    .category-block .box .category-box .subcats-box .slider .item .img {
        height: 120px;
    }

    .category-block .box .category-box .subcats-box .slider .item .name, .category-block .box .category-box .subcats-box .slider .item .name a {
        font-size: 16px;
    }

    .checkout-block h2 {
        font-size: 36px;
    }

    .checkout-block .box {
        gap: 40px;
    }

    .checkout-block .box .form-box .form-part .fields > .row {
        gap: 24px;
    }

    .checkout-block .box .form-box .form-part .fields .form-group .radio-list label > span {
        font-size: 16px;
    }

    .checkout-block .box .form-box .form-part .title {
        font-size: 26px;
    }

    .checkout-block .box .form-box .form-part .fields .form-group .field-title {
        font-size: 20px;
    }

    .checkout-block {
        padding: 0 0 64px;
    }

    .contacts-block h1 {
        font-size: 36px;
    }

    h1, .h1 {
        font-size: 36px;
    }

    .contacts-block .contacts-box {
        padding: 60px 40px;
        gap: 80px;
    }

    .contacts-block .contacts-box .map-box {
        max-width: 540px;
    }

    .contacts-block .contacts-box .cities-list .list button {
        height: 45px;
        padding: 0 18px;
        font-size: 14px;
    }

    .home-banner.delivery-banner .box .text h1 {
        font-size: 50px;
    }

    .home-banner.delivery-banner .container {
        padding-top: 130px;
        padding-bottom: 90px;
    }

    .chess-text-blocks .box .item {
        grid-template-columns: auto 570px;
        gap: 60px;
    }

    .chess-text-blocks {
        padding: 48px 0;
    }

    .home-banner.wholsale-banner .box {
        gap: 32px 40px;
    }

    .home-banner.wholsale-banner .container {
        padding-top: 130px;
    }

    .home-banner.wholsale-banner .container h1 {
        font-size: 180px;
    }

    .home-banner.wholsale-banner .box .wholsale-advantages .item, .home-banner.delivery-banner .box .delivery-advantages .item {
        padding: 24px;
    }

    .home-banner.wholsale-banner .box .wholsale-advantages .item p, .home-banner.delivery-banner .box .delivery-advantages .item p {
        font-size: 24px;
    }

    .home-banner.wholsale-banner .box .wholsale-advantages .item div span:first-child, .home-banner.delivery-banner .box .delivery-advantages .item div span:first-child {
        font-size: 140px;
        line-height: 120px;
    }

    .home-banner.wholsale-banner .box .wholsale-advantages, .home-banner.delivery-banner .box .delivery-advantages {
        max-width: 500px;
    }

    .chess-text-blocks .box .item .image {
        min-height: 550px;
    }

    .chess-text-blocks .box .item:nth-child(2n) {
        grid-template-columns: 570px auto;
    }

    .home-banner.delivery-banner + .delivery-payment-block + .clients-block + .chess-text-blocks .box .item:nth-child(2n+1),
    .home-banner.delivery-banner + .delivery-payment-block + .chess-text-blocks .box .item:nth-child(2n+1),
    .home-banner.delivery-banner + .chess-text-blocks .box .item:nth-child(2n+1) {
        grid-template-columns: 570px auto;
    }

    .chess-text-blocks .text-content .h1 {
        font-size: 32px;
    }

    .sertificates-block {
        padding: 48px 0 64px;
    }

    .product-block .container {
        gap: 40px;
    }

    .product-block .container .product-info {
        max-width: 420px;
    }

    .product-gallery .gallery-slider .item {
        height: 330px;
    }

    .product-gallery .gallery-thumbs .item {
        height: 110px;
    }

    .product-data .data h1 {
        font-size: 36px;
    }

    .product-data .avilability {
        font-size: 20px;
        gap: 8px;
    }

    .product-data .controls .price .current-price {
        font-size: 36px;
    }

    .product-data .tabs .tabs-buts button {
        font-size: 18px;
    }

    .product-item .info .price .old-price-info span {
        font-size: 13px;
    }

    .clients-block .box.slider .slick-arrow.slick-prev {
        left: 16px;
    }

    .clients-block .box.slider .slick-arrow.slick-next {
        right: 16px;
    }

    .home-product-packs .box.slider .slick-arrow.slick-prev {
        left: 16px;
        top: 85px;
    }

    .home-product-packs .box.slider .slick-arrow.slick-next {
        right: 16px;
        top: 85px;
    }

    .cart-block .cart-block-table .products-list .product-row .remove {
        width: 60px;
    }

    .cart-block .cart-block-table .products-list .product-row .name {
        width: 210px;
    }

    .cart-block .cart-block-table .title-row .name {
        width: 210px;
    }

    .cart-block .cart-block-table .title-row .remove {
        width: 60px;
    }

    .cart-block .cart-block-table .title-row .image {
        margin-left: 20px;
    }

    .cart-block .cart-block-table .title-row .price, .cart-block .cart-block-table .title-row .total {
        width: 140px;
    }

    .category-block .container > .box {
        grid-template-columns: 250px calc(100% - 290px);
        gap: 40px;    
    }

    .category-block .box .category-box .subcats-box .slider .slick-arrow {
        top: 43%;
    }

    .category-block .box .category-box .subcats-box .slider .slick-arrow.slick-prev {
        left: 0px;
    }

    .category-block .box .category-box .subcats-box .slider .slick-arrow.slick-next {
        right: 0px;
    }

    .checkout-block .box .form-box .form-part .fields > .row {
        grid-template-columns: 100%;
    }

    .sertificates-block .box .slider.slick-slider .slick-arrow.slick-prev {
        left: 0px;
    }

    .sertificates-block .box .slider.slick-slider .slick-arrow.slick-next {
        right: 0px;
    }

    .product-data .receipes-list .list {
        grid-template-columns: repeat(4, 1fr);
        gap: 16px;
    }

    
















}


@media (min-width: 1200px) and (max-width: 1645px) {
    .container {
        max-width: 1200px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .full-container {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    header .top .container {
        gap: 24px;
    }

    header .top .container .logo {
        width: 100%;
        max-width: 110px;
    }

    header .top .container .menu > ul > li > a {
        padding: 0 12px;
    }

    .home-banner .container {
        padding-top: 250px;
    }

    .home-banner .container h1,
    .home-banner .container .h1 {
        font-size: 240px;
    }

    .home-banner .container > p, .home-banner .container .text > p {
        font-size: 24px;
    }

    .home-banner .home-spaecials-list {
        margin-top: 64px;
    }

    .home-banner .home-spaecials-list .item .text .title {
        font-size: 20px;
        width: 100%;
    }

    .home-banner .home-spaecials-list .item .image {
        max-width: 170px;
        height: 140px;
    }

    .home-banner .home-spaecials-list .item {
        padding: 24px;
        max-width: 420px;
    }

    .home-banner {
        height: 950px;
    }

    .home-banner .shop-link a {
        gap: 32px;
        font-size: 20px;
    }

    .home-products-tabs {
        padding: 80px 0;
    }

    .home-products-tabs .categories-tabs button {
        font-size: 18px;
    }

    .product-item {
        padding: 24px;
        gap: 20px;
    }

    .product-item .img {
        height: 160px;
        border-radius: 16px;
    }

    .product-item .info .text .title, .product-item .info .text .title a {
        font-size: 18px;
    }

    .product-item .info .text p {
        font-size: 13px;
    }

    .product-item .info .price span {
        font-size: 18px;
    }

    .product-item .controls {
        padding-top: 10px;
    }

    .our-advantages {
        padding: 80px 0;
    }

    .our-advantages > .image-wr {
        top: 150px;
        max-width: calc((100vw / 2) + (600px - 400px));
        height: 747px;
    }

    .our-advantages .slider-wr .slider {
        max-width: 360px;
        min-height: 600px;
    }

    .our-advantages .slider-wr .slider .item .text p {
        font-size: 14px;
    }

    .our-advantages > .image-wr > .title {
        right: 32px;
        width: 430px;
        height: 600px;
        font-size: 170px;
    }

    .our-advantages .slider-wr .slider .item .text .thumb {
        height: 220px;
    }

    .our-advantages > .slider-navigation {
        padding: 24px;
        max-width: 320px;
        gap: 24px;
        top: 200px;
        left: calc((100vw - 1200px) / 2 + 10px);
    }

    .our-advantages > .slider-navigation .button {
        font-size: 16px;
    }

    .our-advantages > .slider-navigation::before {
        height: calc(100% - 48px);
        top: 24px;
        left: 25px;
    }

    .home-product-packs {
        padding: 80px 0;
    }

    .clients-block {
        padding: 80px 0;
    }

    .clients-block .box .item {
        height: 115px;
    }

    .delivery-payment-block {
        padding: 80px 0;
    }

    .delivery-payment-block .box .tabs-buttons {
        height: 90px;
        padding: 16px;
    }

    .delivery-payment-block .box .tabs-buttons button {
        font-size: 16px;
    }

    .text-block-section {
        padding: 80px 0;
    }

    .wholesale-block {
        padding: 80px 0;
    }

    .wholesale-block .box {
        grid-template-columns: 575px auto;
        gap: 50px;
    }

    .wholesale-block .box .big-title {
        font-size: 280px;
    }

    .wholesale-block .box .form-block .form-box form input[type="text"], 
    .wholesale-block .box .form-block .form-box form input[type="tel"], 
    .wholesale-block .box .form-block .form-box form input[type="email"] {
        height: 60px;
    }

    .wholesale-block .box .form-block .form-box form input[type="submit"] {
        height: 60px;
    }

    footer {
        padding: 100px 0 70px;
    }

    footer .box .map-box {
        gap: 40px;
        max-width: 480px;
    }

    footer .box {
        gap: 80px;
    }

    footer .box .info-box .menus .item {
        gap: 30px;
    }

    footer .box .info-box .menus .item ul {
        gap: 18px;
    }

    footer .box .info-box .item-title {
        font-size: 22px;
    }

    footer .box .info-box .contacts .contacts-list div::before {
        width: 44px;
        height: 44px;
    }

    footer .box + .copyright {
        margin-top: 48px;
    }

    .first-block {
        padding-top: 220px;
    }

    .article-block .box .preview {
        gap: 80px;
    }

    .article-block .box .preview .image {
        max-width: 490px;
        height: 490px;
    }

    .article-block .box .preview .info {
        min-height: 360px;
        padding: 45px 85px 45px 0;
        border-radius: 0 40px 40px 0;
        gap: 40px;
    }

    .article-block .box .preview .info h1 {
        font-size: 36px;
    }

    .article-block .text-content h2 {
        font-size: 32px;
    }

    .other-articles .box .item .name a {
        font-size: 18px;
    }

    .other-articles .box .item .name {
        margin-top: 20px;
    }

    .other-articles .box .item .image {
        height: 160px;
    }

    .article-block {
        padding-bottom: 48px;
    }

    .other-articles {
        padding: 48px 0 64px;
    }

    .articles-list-block {
        padding-bottom: 60px;
    }

    .articles-list-block h1 + .categories-list {
        margin-top: 40px;
    }

    .articles-list-block .box .item {
        gap: 80px;
    }

    .articles-list-block .box .item .image {
        max-width: 490px;
        height: 490px;
    }

    .articles-list-block .box .item .info {
        min-height: 360px;
        padding: 45px 85px 45px 0;
        border-radius: 0 40px 40px 0;
        gap: 40px;
    }

    .articles-list-block .box .item .info .title a {
        font-size: 36px;
    }

    .articles-list-block .box .item .info .data {
        gap: 30px;
    }

    .articles-list-block .box .item .info .data .tags a, .articles-list-block .box .item .info .data .tags span {
        padding: 0 12px;
        font-size: 14px;
    }

    .articles-list-block h1 + .box, .articles-list-block .categories-list + .box {
        margin-top: 40px;
    }

    .articles-list-block .box {
        gap: 32px;
    }

    .cart-block .cart-block-table .products-list .product-row .price, .cart-block .cart-block-table .products-list .product-row .total {
        width: 140px;
    }

    .cart-block h1 {
        font-size: 36px;
    }

    .cart-block .cart-block-table .products-list .product-row .image {
        height: 120px;
    }

    .cart-block .cart-total-info .total {
        font-size: 22px;
    }

    .category-block .box .category-box .subcats-box .slider .item .img {
        height: 120px;
    }

    .category-block .box .category-box .subcats-box .slider .item .name, .category-block .box .category-box .subcats-box .slider .item .name a {
        font-size: 16px;
    }

    .checkout-block h2 {
        font-size: 36px;
    }

    .checkout-block .box {
        gap: 40px;
    }

    .checkout-block .box .form-box .form-part .fields > .row {
        gap: 40px;
    }

    .checkout-block .box .form-box .form-part .fields .form-group .radio-list label > span {
        font-size: 16px;
    }

    .checkout-block .box .form-box .form-part .title {
        font-size: 26px;
    }

    .checkout-block .box .form-box .form-part .fields .form-group .field-title {
        font-size: 20px;
    }

    .checkout-block {
        padding: 0 0 64px;
    }

    .contacts-block h1 {
        font-size: 36px;
    }

    h1, .h1 {
        font-size: 36px;
    }

    .contacts-block .contacts-box {
        padding: 60px 40px;
        gap: 80px;
    }

    .contacts-block .contacts-box .map-box {
        max-width: 540px;
    }

    .contacts-block .contacts-box .cities-list .list button {
        height: 45px;
        padding: 0 18px;
        font-size: 14px;
    }

    .home-banner.delivery-banner .box .text h1 {
        font-size: 50px;
    }

    .home-banner.delivery-banner .container {
        padding-top: 250px;
        padding-bottom: 100px;
    }

    .chess-text-blocks .box .item {
        grid-template-columns: auto 570px;
        gap: 60px;
    }

    .chess-text-blocks {
        padding: 48px 0;
    }

    .home-banner.wholsale-banner .box {
        gap: 32px 40px;
    }

    .home-banner.wholsale-banner .container {
        padding-top: 250px;
    }

    .home-banner.wholsale-banner .container h1 {
        font-size: 245px;
    }

    .home-banner.wholsale-banner .box .wholsale-advantages .item, .home-banner.delivery-banner .box .delivery-advantages .item {
        padding: 24px;
    }

    .home-banner.wholsale-banner .box .wholsale-advantages .item p, .home-banner.delivery-banner .box .delivery-advantages .item p {
        font-size: 24px;
    }

    .home-banner.wholsale-banner .box .wholsale-advantages .item div span:first-child, .home-banner.delivery-banner .box .delivery-advantages .item div span:first-child {
        font-size: 140px;
        line-height: 120px;
    }

    .home-banner.wholsale-banner .box .wholsale-advantages, .home-banner.delivery-banner .box .delivery-advantages {
        max-width: 500px;
    }

    .chess-text-blocks .box .item .image {
        min-height: 550px;
    }

    .chess-text-blocks .box .item:nth-child(2n) {
        grid-template-columns: 570px auto;
    }

    .home-banner.delivery-banner + .delivery-payment-block + .clients-block + .chess-text-blocks .box .item:nth-child(2n+1),
    .home-banner.delivery-banner + .delivery-payment-block + .chess-text-blocks .box .item:nth-child(2n+1),
    .home-banner.delivery-banner + .chess-text-blocks .box .item:nth-child(2n+1) {
        grid-template-columns: 570px auto;
    }

    .chess-text-blocks .text-content .h1 {
        font-size: 32px;
    }

    .sertificates-block {
        padding: 48px 0 64px;
    }

    .product-block .container {
        gap: 40px;
    }

    .product-block .container .product-info {
        max-width: 500px;
    }

    .product-gallery .gallery-slider .item {
        height: 380px;
    }

    .product-gallery .gallery-thumbs .item {
        height: 110px;
    }

    .product-data .data h1 {
        font-size: 36px;
    }

    .product-data .avilability {
        font-size: 20px;
        gap: 8px;
    }

    .product-data .controls .price .current-price {
        font-size: 36px;
    }

    .product-data .tabs .tabs-buts button {
        font-size: 18px;
    }

    .product-item .info .price .old-price-info span {
        font-size: 13px;
    }

    .home-banner .img::before {
        background: url('../images/banner-bottom.svg') center bottom / 1100px auto no-repeat;
    }

    .form-section .box .text {
        max-width: 340px;
    }

    .form-section .box .text .title {
        font-size: 30px;
    }

    .form-section .box .text p {
        font-size: 15px;
    }

    .form-section .box .form {
        max-width: 273px;
    }
    
    .form-section .box {
        padding-right: 70px;
        margin-top: 160px;
    }

    .form-section .box .image {
        left: 50px;
    }

    .form-section .box .image img {
        max-height: 400px;
    }























}