@media (max-width: 1400px) {
    .together-info::after {
        width: 100%;
    }
    .card-red .together-media img {
        margin-left: 100px;
    }
}
@media (max-width: 1300px) {
    .buckets-slider-wrapper {
        padding: 0 60px;
    }
    .instructions-section .container {
        padding-left: 0;
    }
}
@media (max-width: 1279px) {
    .container {
        min-width: 100%;
        padding: 0 20px;
    }
    .header-description {
        display: none;
    }
    .together-media {
        justify-content: flex-end;
    }
    .card-blue .together-info::after,
    .card-red .together-info::after {
        clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}
@media (max-width: 1024px) {
    .container {
        padding: 0 25px;
    }
    .header-description {
        display: none;
    }
    .main-banner {
        height: 450px;
    }
    .products-title br {
        display: none;
    }
    .bucket-img-box {
        width: 200px;
        height: 200px;
    }
    .swiper-buckets .swiper-slide-active .bucket-img-box,
    .swiper-buckets-2 .swiper-slide-active .bucket-img-box {
        width: 300px;
        height: 300px;
    }
    .swiper-buckets .swiper-wrapper,
    .swiper-buckets-2 .swiper-wrapper {
        height: 300px;
    }
    .dilution-product-img {
        left: 0;
    }
    .dilution-main-title {
        font-size: 26px;
        margin-left: 180px;
        padding: 35px 20px 35px 70px;
    }
    .dilution-table {
        width: 100%;
        margin: 0;
    }
    .feedback-section {
        padding: 40px 0 60px;
    }
    .footer-main-row { flex-wrap: wrap; gap: 20px; }
    .footer-description { display: none; } /* Скрываем текст на планшетах */
    .footer-logo { flex: 0 0 100%; text-align: center; }
    .footer-logo img { margin: 0 auto; }
    .footer-contacts { text-align: center; flex: 0 0 100%; }
    .footer-btn { margin: 0 auto; }
    .footer-menu { flex-wrap: wrap; justify-content: center; gap: 15px 25px; }
    .footer-bottom-inner { flex-direction: column; gap: 12px; text-align: center; }
}
@media (max-width: 992px) {
    .products-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    .products-title {
        font-size: 36px;
    }
    .buckets-slider-wrapper {
        padding: 0 30px;
    }
    .dilution-main-title br {
        display: none;
    }
    .col-app {
        line-height: 1.2;
    }
    .together-intro {
        margin-bottom: 30px;
    }
    .together-section {
        padding: 70px 0 90px;
    }
    .together-title {
        font-size: 36px;
    }
    .together-text {
        font-size: 20px;
    }
    .together-info {
        margin-top: 20px;
        height: 220px;
    }
    .together-media img {
        margin-top: 0;
        width: 550px;
    }
    .card-red .together-media img {
        max-width: 60%;
        margin-top: -80px;
    }
    .together-list {
        gap: 50px;
    }
    .together-package {
        font-size: 20px;
        margin-top: 20px;
    }
    .card-blue .together-package,
    .card-red .together-package {
        margin-top: 20px;
    }
    .card-blue .together-media img {
        margin-top: -100px;
    }
    .instructions-main-title {
        font-size: 36px;
        margin-bottom: 30px;
        padding: 0 25px;
    }
    .instructions-section {
        padding: 50px 0;
    }
    .instructions-section .container {
        padding: 0;
    }
    .instructions-layout {
        flex-direction: column;
        gap: 30px;
    }
    .instructions-sidebar {
        width: 100%;
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 999;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }
    .instructions-tabs {
        flex-direction: row;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
    }
    .instructions-tabs::-webkit-scrollbar {
        display: none;
    }
    .tab-btn {
        width: auto;
        padding: 15px 20px;
        font-size: 14px;
        background-color: rgba(255, 255, 255, 0.05);
        border-radius: 0;
        margin-right: 0;
    }
    .tab-btn.active {
        background-color: #fff;
        color: #016450;
    }
    .instructions-content {
        width: 100%;
        padding: 0 25px;
        box-sizing: border-box;
    }
    .instructions-tabs {
        max-width: 100%;
        gap: 2px;
        background-color: #016353;
    }
    .tab-btn:not(.active),
    .tab-btn.active {
        clip-path: none;
        font-size: 14px;
    }
    .tab-btn:not(.active) {
        background-color: #2a8273;
    }
    .inst-block {
        margin-bottom: 30px;
    }
    .inst-block h3 {
        font-size: 24px;
    }
    .feedback-title {
        font-size: 36px;
    }
    .form-group {
        margin-bottom: 20px;
    }
    .custom-checkbox .checkbox-text {
        max-width: 100%;
    }
    .envelope-img {
        display: none;
    }
    .feedback-layout { flex-direction: column; gap: 30px; }
    .feedback-form-wrapper, .feedback-decor { width: 100%; }
    .form-row { flex-direction: column; gap: 0; }
    .half-width { width: 100%; }
    .form-footer { flex-direction: column; align-items: flex-start; gap: 20px; }
    .submit-btn { max-width: 100%; }
}
@media (max-width: 768px) {
    .main-banner {
        height: 350px;
        background-size: cover;
    }
    .banner-container {
        padding: 0 15px;
    }
    .spec-section {
        margin-top: 60px;
    }
    .buckets-slider-wrapper {
        padding: 0;
        max-width: unset;
        width: calc(100% + 50px);
        margin: 25px -25px;
    }
    .spec-prev, .spec-next,
    .spec-prev-2, .spec-next-2 {
        display: none!important;
    }
    .bucket-img-box {
        width: 160px;
        height: 160px;
    }
    .swiper-buckets .swiper-slide-active .bucket-img-box,
    .swiper-buckets-2 .swiper-slide-active .bucket-img-box {
        width: 240px;
        height: 240px;
    }
    .swiper-buckets .swiper-wrapper, .swiper-buckets-2 .swiper-wrapper {
        height: 240px;
    }
    .spec-item { flex-direction: column; gap: 4px; padding: 8px 0;}
    .spec-item dt, .spec-item dd { width: 100%; }
    .spec-footer-bar {
        flex-direction: column;
        gap: 15px;
        padding: 20px;
        text-align: center;
        clip-path: none;
        background-position: left -140px bottom 80px, right -70px bottom -80px;
    }
    .bar-title, .bar-col { width: 100%; }
    .bar-title br {
        display: none;
    }
    .spec-product-name {
        height: 25px;
        width: auto;
        margin-bottom: 10px;
    }
    .spec-list {
        margin-bottom: 15px;
    }
    .smart-captcha {
        margin: 0 auto;
        display: block;
    }
    .social-txt {
        display: none;
    }
}

@media (max-width: 767px) {
    .header-inner {
        justify-content: center;
        gap: 15px;
        flex-wrap: wrap;
    }

    .header-logo {
        flex: 0 0 100%;
        text-align: center;
    }

    .header-logo img {
        margin: 0 auto;
        width: 200px;
    }

    .header-contacts {
        text-align: center;
        flex: 0 0 100%;
        align-items: center;
    }

    .header-btn {
        margin-left: 0;
        width: 200px;
    }
    .dilution-header-inner {
        flex-direction: column;
        text-align: center;
        padding: 30px 20px;
    }
    .dilution-main-title {
        font-size: 20px;
        clip-path: none;
        margin-left: 140px;
        padding: 25px 20px 25px 50px;
    }
    .dilution-section {
        padding-top: 70px;
    }
    .dilution-product-img {
        left: -10px;
    }
    .dilution-row {
        height: auto;
        padding: 15px 0 20px;
    }
    .col-proportion {
        width: 160px;
    }
    .dilution-product-img {
        width: 190px;
    }
    .dilution-header {
        margin-bottom: 35px;
    }
    .card-blue .together-package,
    .card-red .together-package {
        margin-top: 10px;
        text-align: left;
    }
    .card-blue .together-package br {
        display: none;
    }
    .card-blue .together-media img {
        margin-top: 0;
    }
    .card-red .together-media img {
        margin-top: 0;
        margin-left: 0;
    }
    .together-info::after {
        left: 0;
        width: 100%;
    }
    .card-blue .together-info {
        margin-top: 20px;
    }
    .together-media {
        justify-content: center;
    }
    .card-yellow .together-media {
        justify-content: center;
    }
    .card-blue .together-media img {
        width: 450px;
    }
    .card-red .together-media img {
        width: 350px;
    }
    .together-info::after,
    .card-blue .together-info::after,
    .card-red .together-info::after {
        clip-path: none;
    }
    .together-section {
        padding: 50px 0 60px;
    }
    .together-title {
        font-size: 32px;
    }
    .together-subtitle {
        font-size: 20px;
    }
    .together-media img,
    .card-red .together-media img,
    .card-blue .together-media img{
        max-width: 90%;
    }
}

@media (max-width: 650px) {
    .products-grid {
        grid-template-columns: 1fr;
    }
    .products-title {
        font-size: 32px;
        line-height: 1;
    }
    .products-subtitle {
        font-size: 20px;
        margin-bottom: 30px;
        line-height: 1.2;
    }
    .card-top {
        padding: 30px 20px;
    }
    .card-title {
        font-size: 24px;
    }
    .card-bottom {
        height: auto;
        padding: 20px;
    }
    .card-bottom img {
        max-width: 200px;
    }
    .products-section {
        padding-top: 40px;
    }
    .instructions-main-title {
        font-size: 32px;
    }
    .inst-block h3 {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .container {
        padding: 0 10px;
    }

    .header-phone {
        font-size: 20px;
    }

    .header-info {
        font-size: 14px;
    }
    .header-action {
        width: 100%;
    }

    .header-btn {
        width: 100%;
        height: 50px;
        font-size: 15px;
    }

    .main-banner {
        height: auto;
        display: flex;
    }
    .main-banner:before {
        content: '';
        padding-top: 56%;
        float: left;
    }
    .buckets-slider-wrapper {
        width: calc(100% + 80px);
        margin: 25px -40px 30px;
    }
    .bucket-img-box {
        width: 120px;
        height: 120px;
    }
    .swiper-buckets .swiper-slide-active .bucket-img-box,
    .swiper-buckets-2 .swiper-slide-active .bucket-img-box {
        width: 200px;
        height: 200px;
    }
    .swiper-buckets .swiper-wrapper,
    .swiper-buckets-2 .swiper-wrapper {
        height: 200px;
    }
    .sticky-panel.is-fixed .spec-main-title,
    .sticky-panel.is-fixed .buckets-slider-wrapper {
        margin: 0 auto;
        width: 100%;
    }
    .sticky-panel.is-fixed .swiper-buckets .swiper-wrapper,
    .sticky-panel.is-fixed .swiper-buckets-2 .swiper-wrapper {
        height: 120px!important;
    }
    .sticky-panel.is-fixed .swiper-buckets .swiper-slide-active .bucket-img-box,
    .sticky-panel.is-fixed .swiper-buckets-2 .swiper-slide-active .bucket-img-box {
        width: 120px!important;
        height: 120px!important;
    }
    .sticky-panel.is-fixed .bucket-img-box {
        width: 80px!important;
        height: 80px!important;
    }

    .dilution-row {
        flex-direction: column;
        align-items: flex-start;
    }
    .dilution-row.table-head {
        display: none;
    }
    .col-proportion {
        width: 100%;
        margin-bottom: 5px;
        padding: 0 10px;
    }
    .col-app {
        width: 100%;
        padding: 0 10px;
    }
    .dilution-header {
        margin-bottom: 0;
    }
    .dilution-main-title {
        margin-left: 0;
        padding: 25px 20px 130px;
    }
    .dilution-product-img {
        width: 160px;
        left: 50%;
        top: unset;
        transform: translate(-50%, 0);
        bottom: -20px;
    }
    .dilution-section {
        padding-top: 40px;
    }
    .together-list {
        gap: 35px;
    }
    .instructions-main-title {
        padding: 0 10px;
    }
    .instructions-content {
        padding: 0 16px;
    }
    .inst-block li {
        padding-left: 25px;
    }
    .envelope-img {
        display: block;
        width: 300px;
    }
    .footer-menu { flex-direction: column; text-align: center; gap: 12px; }
}





