

@media screen and (max-width: 1140px) {
.collection__catalog {
    gap: 30px 175px;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
    .collection__release-part1_img img {
        width: 500px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

    .collection__release-part1_text {
        font-size: 20px;
    }

    .collection__release-part2_img img {
        width: 400px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

     .collection__release-part2_text {
        font-size: 20px;
    }

    .collection__release-part2 {
        gap: 65px;
    }

    .collection__release-part3_img img {
        width: auto;
        height: 320px;
        display: block;
        margin: 0 auto;
    }
}
  
}

@media screen and (max-width: 768px) {
   .collection__catalog {
    gap: 30px 100px;
    flex-wrap: wrap;
} 

    .header__nav {
        flex-direction: column;
        gap: 30px;
    }

    .header__nav-left {
        flex-direction: column;
        align-items: center;
    }

    .header__nav-logo {
        display: flex;
        justify-content: center;
    }

    .footer__wrap {
        flex-direction: column;
        gap: 20px;
    }

    .footer {
        padding: 35px 0 ;
    }

    .banner {
        height: 600px;
    }

    .banner__nav-h {
        font-size: 80px;
        text-align: center;
    }

        .collection__release-part1_img img {
        width: 400px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

        .collection__release-part2_img img {
        width: 300px;
        height: auto;
        display: block;
        margin: 0 auto;
    }

        .collection__release-part3_img img {
        width: auto;
        height: 220px;
        display: block;
        margin: 0 auto;
    }

    .collection__release-part1 {
        flex-direction: column;
        gap: 15px;
    }

      .collection__release-part2 {
        flex-direction: column;
        gap: 15px;
    }

      .collection__release-part3 {
        flex-direction: column;
        gap: 15px;
    }

    .collection__release {
        gap: 70px;
    }

}

@media screen and (max-width: 576px) {
     .banner {
        height: 500px;
    }
}

@media screen and (max-width: 425px) {
            .collection__release-part1_img img {
        width: 300px;
        height: auto;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (max-width: 375px) {
    .banner__nav-h {
        font-size: 70px;
        text-align: center;
    }
}