@media (max-width: 1400px) {
    .slider-details__image img {
        width: 100%;
        right: 0;
    }

    .slider-details__image {
        height: 335px;
    }
}

@media (max-width: 768px) {
    .footer__newslater {
        margin-top: 30px;
    }

    .footer__logo {
        text-align: center;
    }

    .footer__socials {
        justify-content: center;
    }

    .section-1 .item img {
        width: 80px;
        margin: 0 auto;
        display: block;
    }
}

@media (max-width: 576px) {
    .slider-details__image {
        height: 214px;
    }

    .slider {
        padding: 40px 0;
    }

    .slider-details h1 {
        font-size: 31px;
    }

    .header-title {
        font-size: 22px;
    }

    .services__item {
        margin-bottom: 20px;
    }

    .services__item .title {
        font-size: 18px;
        padding-top: 13px;
    }

    .section-1 .header-title, .section-1 .title {
        font-size: 18px;
        line-height: 30px;
    }

    .pakages {
        padding: 50px 0;
    }
    
    .footer__newslater_title {
        font-size: 21px;
    }

    .section-cities__item {
        margin-bottom: 30px;
    }

 
}

@media (max-width: 400px) {
    .slider-details__image {
        height: 110px;
    }
}

