@media screen and (max-width: 1023px) {
    .header { 
        width: 100%;
    }
    .container { 
        width: 100%;
    }

    .fifth-slider .swiper-container-photos-all-photos .swiper-wrapper .swiper-slide img{
        width: 100%;
    }
}


@media screen and (max-width: 700px) {
    .sixth-section .sixth-section-content form {
        width:100%;
    }

    .footer-content {
        flex-direction: column;
    }
}