@media screen and (max-width: 1199.99px) {
    header {
        padding-left: 20px;
        padding-right: 20px;
    }

    .contact-button {
        font-size: 16px;
        padding: 10px 14px;
        font-weight: 500;
    }

    .header-menu>ul {
        gap: 16px;
    }

    .side-wrapper {
        h1 {
            font-size: 58px;
            max-width: 496px;
        }


    }

    .photos-wrapper {
        margin-top: -48px;
    }

    .hero {
        padding-left: 40px;
        padding-right: 40px;
    }

    .about-sections {
        padding-left: 40px;
        padding-right: 40px;
    }

    .about-wrapper {
        padding-top: 40px;
    }

    .about-discr {
        h2 {
            font-size: 32px;
        }
    }

    .about-discr {
        h3 {
            font-size: 18px;
        }
    }

    .about-us {
        padding: 6px 8px 6px 8px;
    }

    .about-sections {
        padding-bottom: 80px;
        gap: 90px;
    }

    .stats {
        margin-bottom: 60px;
        padding-left: 40px;
        padding-right: 40px;
    }

    .stat-item {
        h3 {
            font-size: 48px;
        }

        strong {
            font-size: 18px;
        }

        p {
            font-size: 18px;
            margin-top: 20px;
        }
    }

    .stats-photo {
        padding-left: 40px;
        padding-right: 40px;
    }

    .latest-wrapper {
        padding-top: 30px;
    }

    .latest {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 90px;
    }

    .seasons-wrapper {
        padding-top: 30px;
        margin-bottom: 110px;
    }

    .seasons {
        padding-right: 40px;
        padding-left: 40px;
    }

    .season-stats {
        margin-top: 100px;
        margin-bottom: 100px;
        padding: 40px 40px;
    }

    .winter-card a {
        padding: 8px 16px;
        font-size: 22px;
    }

    .questions-wrapper {
        padding-top: 50px;
    }

    .questions {
        padding-left: 40px;
        padding-right: 40px;
    }

    .faq-item {
        span {
            font-size: 22px;
        }

        p {
            font-size: 16px;
        }
    }

    .consult {
        padding-left: 40px;
        padding-right: 40px;
        gap: 50px;
    }

    .footer-right {
        gap: 60px;
    }

    .footer {
        padding-left: 40px;
        padding-right: 40px;
    }

    .consult {
        img {
            max-width: 401px;
        }
    }

    .colors::after {
        top: 4px;
        right: 4px;
        padding: 8px 12px;
    }

    .new::before {
        top: 4px;
        left: 4px;
        padding: 8px 12px;
    }
}


@media screen and (max-width: 979.99px) {
    .side-wrapper {
        h1 {
            font-size: 42px;
            max-width: 358px;
        }

        h3 {
            font-size: 22px;
        }
    }

    .right-side-wrapper {
        h3 {
            font-size: 18px;
            max-width: 326px;
        }
    }

    .right-side-wrapper h3::before {
        left: -8px;
    }

    .photos-wrapper {
        margin-top: -32px;
    }

    .hero-photos {
        margin-top: 50px;
    }

    .hero {
        padding-left: 20px;
        padding-right: 20px;
    }

    .photos-wrapper {
        padding: 0 20px 50px;
    }

    .about-wrapper {
        padding-top: 5px;
    }

    .about-sections {
        padding-bottom: 70px;
        gap: 68px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .stats-inner {
        grid-template-columns: repeat(2, 1fr);
    }


    header {
        padding: 0 24px;
    }

    .burger {
        display: flex;
    }

    .desktop-only {
        display: none;
    }

    .header-menu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background: #1c1c1c;
        transition: right 0.3s ease;
        padding-top: 50px;
    }

    .header-menu.active {
        right: -30%;
    }

    .header-menu ul {
        flex-direction: column;
        align-items: start;
        gap: 24px;
    }

    .header-links {
        font-size: 20px;
    }

    .dropdown-menu {
        position: static;
        box-shadow: none;
        background: transparent;
        padding: 0;
        display: none;
    }

    .dropdown-header.active .dropdown-menu {
        display: flex;
    }

    .mobile-contact {
        margin-top: 20px;
    }

    .stats-text-wrapper {
        bottom: 24px;
        left: 24px;
    }

    .stats-photo {
        h3 {
            font-size: 24px;
            max-width: 442px;
        }

        p {
            font-size: 16px;
        }
    }

    .new::before {
        padding: 5px 8px;
        font-size: 12px;
    }

    .colors::after {
        font-size: 12px;
        padding: 5px 8px;
    }

    .season-stat-wrap {
        p {
            font-size: 16px;
            max-width: 150px;
            margin-top: 10px;
        }
    }

    .season-stats {
        margin-top: 70px;
        margin-bottom: 70px;
        padding: 30px 30px;
    }

    .questions-wrapper {
        padding-top: 10px;
    }

    .faq-item {
        span {
            font-size: 18px;
        }

        p {
            font-size: 15px;
        }
    }

    .questions-left {
        h2 {
            font-size: 36px;
        }
    }

    .callback-input {
        width: 175px;
    }

    .consult {
        gap: 0px;
    }

    .footer-right {
        gap: 40px;
    }

    .footer-left {
        h4 {
            font-size: 23px;
            max-width: 162px;
        }
    }

    .winter-buttons {
        button {
            width: 60px;
            height: 60px;
            padding: 10px 10px;
        }
    }

    .about-discr {
        h2 {
            max-width: 382px;
        }
    }

    .about-discr {
        h3 {
            max-width: 470px;
        }
    }

    .mobile-contact {
        display: block;
        padding-left: 32px;
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .header-li {
        padding-left: 32px;
    }

    .mobile-only {
        display: flex;
        flex-direction: column;
    }

    .tree {
        padding-left: 40px;
        padding-right: 40px;
    }

    .categories-wrapper {
        .container {
            padding-left: 40px;
            padding-right: 40px;
        }
    }

    .catalog {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 100px;

        h1 {
            font-size: 54px;
        }
    }

    .filters {
        flex-direction: column;
        align-items: start;
    }
    ul .dropdown-menu {
        gap: 8px;
        margin-top: 18px;
    }
}



@media screen and (max-width: 768.99px) {
    .side-wrapper {
        h3 {
            font-size: 14px;
        }
    }

    .hero {
        margin-top: 48px;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .header-wrapper {
        height: 60px;
    }

    .side-wrapper {
        h1 {
            font-size: 41px;
            max-width: 350px;
        }
    }

    .right-side-wrapper {
        align-items: flex-start;
    }

    .right-side-wrapper {
        h3 {
            text-align: start;
            margin-bottom: 40px;
            max-width: 265px;
        }

    }

    .right-side-wrapper h3::before {
        content: none;
    }

    .descr-wrapper {
        display: none;
    }

    .about-sections {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .about-us {
        width: 155px;
    }

    .about-discr {
        h2 {
            font-size: 27px;
        }
    }

    .stats-inner {
        display: flex;
        flex-direction: column;
        background: none;
    }

    .stats {
        padding-left: 20px;
        padding-right: 20px;
    }


    .stat-item {
        padding: 18px;

        p {
            max-width: 100%;
        }
    }

    .stat-card-1,
    .stat-card-2,
    .stat-card-3,
    .stat-card-4 {

        background: none;
    }

    .stat-card-1,
    .stat-card-2,
    .stat-card-3 {
        border-bottom: 2px solid transparent;
        border-image: linear-gradient(90deg, #A3EC4D 0%, #CBFF73 100%) 1;
    }

    .about-sections {
        padding-bottom: 30px;
    }

    .stats-photo {
        padding-left: 20px;
        padding-right: 20px;

        h3 {
            display: none;
        }

        p {
            font-size: 14px;
            max-width: 122px;
        }
    }

    .cards-wrapper {
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
        row-gap: 32px;
    }

    .latest {
        padding-left: 20px;
        padding-right: 20px;
    }

    .latest-header {
        display: flex;
        flex-direction: column;
        gap: 32px;
    }

    .latest-header {
        h2 {
            font-size: 45px;
        }
    }

    .winter-buttons {
        display: none;
    }

    .season-stats {
        padding: 48px 30px;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
        gap: 18px;
        border-radius: 56px;
    }

    .seasons {
        padding-right: 20px;
        padding-left: 20px;
        margin-top: 100px;
    }

    .questions {
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: column;
    }

    .faq-item {
        span {
            text-align: start;
        }
    }

    .consult-info {
        h3 {
            font-size: 28px;
        }

        p {
            font-size: 18px;
            max-width: 280px;
        }
    }

    .callback-form {
        flex-direction: column;
        align-items: start;
    }

    .consult {
        img {
            display: none;
        }
    }

    .callback-input {
        max-width: 100%;
    }

    .callback-btn {
        width: 100%;
    }

    .footer {
        padding-left: 20px;
        padding-right: 20px;
    }

    .sides-wrapper {
        flex-direction: column;
        padding-bottom: 56px;
    }

    .footer-right {
        flex-direction: column;
    }

    .footer-left {
        h4 {
            font-size: 18px;
            max-width: 210px;
            margin-bottom: 48px;
        }
    }

    .collections>ul {
        display: flex;
        gap: 32px;
    }

    .company>ul {
        display: flex;
        gap: 32px;
    }

    .footer-right {
        gap: 48px;
    }

    .tg {
        max-width: 170px;
    }

    .card {
        h4 {
            font-size: 18px;
        }

        h4 {
            margin-top: 16px;
        }
    }

    .new::before {
        left: 2px;
        top: 2px;
        padding: 7px 14px;
        border-radius: 22px 0;
        font-size: 10px;
    }
    .colors::after {
        font-size: 10px;
        padding: 7px 14px;
        top: 2px;
        right: 2px;
    }

    .winter-card a {
        padding: 12px 24px;
        font-size: 18px;
        bottom: 16px;
        left: 16px;
        border-radius: 76px;
    }

    .season-stat-wrap {
        img {
            max-width: 60px;
        }
    }

    .winter-header {
        h2 {
            font-size: 33px;
            max-width: 220px;
        }
    }

    .winter-header {
        padding-bottom: 48px;
    }

    .logo {
        height: 34px;
    }

    .tab {
        padding: 8px 16px;
        font-size: 16px;
    }

    .categories-wrapper {
        .container {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

    .catalog {
        padding-left: 20px;
        padding-right: 20px;
    }

    .pagination {
        gap: 6px;
    }

    .catalog {
        h1 {
            padding-top: 50px;
        }
    }

    .filters__dropdown {
        padding: 8px 16px;
        font-size: 16px;
    }

    .seasons-wrapper,
    .hero-wrapper,
    .about-wrapper,
    .latest-wrapper {
        border-radius: 0 0 40px 40px;
    }

    .consult-wrapper {
        border-radius: 40px;
    }

    .seasons-wrapper {
        padding-bottom: 72px;
    }

    .questions-left {
        h2 {
            font-size: 33px;
        }
    }

    .consult {
        padding-left: 20px;
        padding-right: 20px;
        justify-content: center;
    }

    .consult-info {
        width: 100%;
    }
    .photos-wrapper {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding: 0 16px 40px;
    }
    .photos-wrapper img {
        flex: 0 0 80%;
        max-width: 45%;
        scroll-snap-align: center;
    }
    .photos-wrapper::-webkit-scrollbar {
        display: none;
    }
        .categories-wrapper {
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        gap: 16px;
        padding: 0 16px;
    }

    .categories-wrapper::-webkit-scrollbar {
        display: none;
    }

    .categorie {
        flex: 0 0 60%;
        scroll-snap-align: center;
    }

    .categorie a {
        bottom: 20px;
        left: 20px;
        font-size: 16px;
        padding: 10px 22px;
    }
    .filters__tabs {
    display: none;
  }

  .filters__tabs-dropdown {
    display: block;
  }
  .filters {
    flex-direction: row;
  }
  .callback-form {
    align-items: stretch;
  }
  .callback-form > .d-fl {
    width: 100%;
  }

  .callback-input {
    width: 100%;
  }
}





@media screen and (max-width: 576.99px) {
    .photos-wrapper img {
        max-width: 60%;
    }
.categorie {
        flex: 0 0 70%;
    }
}