

@media screen and (max-width: 1650px) {
    .reviews-item {
        width: calc(100% / 6 - 8px);
    }

    .items-list .item {
        width: 230px;
    }
    .items-list .item .name {
        font-size: 16px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 1600px) {
    .main-image {
        width: 530px;
        top: 80px;
    }
}

@media screen and (max-width: 1500px) {
    .items-list .item {
        width: 200px;
        height: 280px;
    }
    .slick-slide img {
        width: 150px;
    }
    .items-list .slick-prev, .items-list .slick-next  {
        top: 116px;
    }
}

@media screen and (max-width: 1450px) {
    .news-item .image img {
        width: 250px;
    }
}

@media screen and (max-width: 1370px) {
    .reviews-item {
        width: calc(100% / 3 - 8px);
    }
    .reviews-list {
        flex-wrap: wrap;
        row-gap: 16px;
    }

    footer nav {
        gap: 45px;
    }
}

@media screen and (max-width: 1300px) {
    .top-item {
        height: 245px;
    }
    .top-item .head p {
        font-size: 20px;
    }

    .news-item .text {
        max-width: 278px;
    }
}

@media screen and (max-width: 1230px) {
    .news-item .image img {
        width: 200px;
    }
}

@media screen and (max-width: 1200px) {
    header nav {
        gap: 35px;
        margin-left: 45px;
    }
}
    

@media screen and (max-width: 1150px) {
    .top-item-content {
        padding: 15px 15px;
    }
    .top-item .head button {
        width: 70px;
    }
    .top-item .head p {
        font-size: 18px;
    }
    footer .center {
        width: 330px;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
}

@media screen and (max-width: 1100px) {
    .news-list {
        flex-direction: column;
        gap: 20px;
    }
    .news-item {
        width: 100%;
    }
    .news-item .image img {
        width: 309px;
    }
    .news-item .text {
        max-width: 316px;
    }
}

@media screen and (max-width: 1000px) {
    .main {
        height: auto;
    }
    .top-list {
        flex-direction: column;
        align-items: center;
        gap: 21px;
    }
    .top-item {
        width: 100%;
        max-width: 528px;
    }
    .main .top .top-title {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main .top {
        padding-bottom: 80px;
    }

    header .signin {
        width: 225px;
    }
    header .logo {
        gap: 10px;
    }
    header .logo img {
        height: 50px;
    }
    header .logo div p:nth-child(1) {
        font-size: 20px;
    }
    
    .main-image {
        width: 500px;
        top: 100px;
    }

    footer {
        flex-direction: column;
        gap: 30px;
    }

    footer .center {
        position: relative;
        width: 100%;
        left: unset;
        right: unset;
    }

    footer .logo {
        flex-direction: column;
        text-align: center;
    }

    .items-list .slick-prev {
        left: -10px;
    }
    .items-list .slick-next {
        right: -10px;
    }
}

@media screen and (max-width: 850px) {
    .main .texts {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 80px;
    }
    .main .texts p {
        margin-top: 0!important;
    }
    .main-image {
        opacity: 0.6;
    }
}

@media screen and (max-width: 750px) {
    header .signin {
        gap: 10px;
        width: 200px;
    }
    header nav {
        gap: 25px;
        margin-left: 35px;
    }
    header .logo {
        gap: 0;
    }
    header .logo div p:nth-child(1) {
        font-size: 18px;
    }
    header .logo div {
        gap: 6px;
    }

    .news-item .image img {
        width: 250px;
    }
}

@media screen and (max-width: 700px) {
    header .logo div {
        display: none;
    }
    header nav {
        margin-left: 25px;
    }

    .reviews-item {
        width: calc(100% / 2 - 8px);
    }

    .items-list .slick-prev {
        left: -5px;
    }
    .items-list .slick-next {
        right: -5px;
    }
}

@media screen and (max-width: 650px) {
    .news-item .text {
        max-width: 250px;
    }
    .news-item .footer {
        bottom: 14px;
    }

    .section-title .text {
        font-size: 28px;
    }
}

@media screen and (max-width: 600px) {
    header nav {
        margin-left: 15px;
    }

    .news-item .image img {
        width: 230px;
    }
}


@media screen and (max-width: 550px) {
    header .signin p {
        display: none;
    }
    header .signin {
        width: 50px;
    }

    .news-item {
        height: 380px;
    }
    .news-item-content {
        flex-direction: column;
        align-items: center;
    }
    .news-item .text {
        max-width: unset;
    }
}

@media screen and (max-width: 500px) {
    .main-image {
        width: 100%;
    }
    .reviews-list {
        flex-direction: column;
        align-items: center;
    }
    .reviews-item {
        width: 258px;
    }
}

@media screen and (max-width: 430px) {
    .items-list .slick-prev {
        left: 10px;
    }
    .items-list .slick-next {
        right: 10px;
    }
    .section-title .text {
        font-size: 22px;
    }
}

@media screen and (max-width: 420px) {
    .main .top .top-title div {
        width: 90%;
    }
}

@media screen and (max-width: 400px) {
    header nav {
        gap: 15px;
    }
    .main .texts p {
        font-size: 20px;
        max-width: 272px;
    }
    header .logo img {
        width: 35px;
    }

    .news-item {
        height: 420px;
    }

    .section-title {
        flex-direction: column;
        gap: 10px;
    }
}