@media (max-width: 1250px) {
  .container {
    padding: 0 20px;
  }
  .contact {
    background: url(../img/contact-bg.jpg) no-repeat top left -200px;
  }
}
@media (max-width: 1024px) {
  .footer .mobile {
    display: block;
  }
  .footer .desktop {
    display: none;
  }
  .footer__list {
    gap: 10px;
  }
  .footer_adress_text {
    margin-top: 20px;
    font-size: 14px;
  }
  .footer {
    padding: 20px 0;
  }
  .main-navigation .menu {
    gap: 20px;
  }
}
@media (max-width: 991px) {
  .work-video__item, .design__list {
    flex-direction: column;
  }
  .design__item, .work-video__item > div, .work-video__item video {
    max-width: 100%;
  }
  .contact {
    background: url(../img/contact-bg.jpg) no-repeat top left -300px;
  }
  .footer__list {
    flex-wrap: wrap;
  }
  .footer__item:last-child {
    flex-direction: row;
    justify-content: center;
  }
  .footer__item:nth-child(4) {
    margin: 40px auto 0;
  }
  .title__block br {
    display: none;
  }
  .work-video__list, .design__list {
    padding: 0;
  }
  .hero__title {
    font-size: 32px;
  }
  .about .title__block, .title__block {
    font-size: 28px;
  }
  .about .title__block br {
    display: block;
  }
  .news__list {
    flex-wrap: wrap;
  }
  .news__item {
    max-width: calc(49% - 30px);
  }
  .imagine {
    height: auto;
    padding: 100px 0;
  }
}
@media (max-width: 768px) {
  .burger-menu {
    width: 40px;
    height: 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 6px;
    cursor: pointer;
    z-index: 1001;
  }
  .burger-item {
    display: block;
    height: 5px;
    background-color: #EE7D22;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  .burger-menu.active .burger-item:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
  }
  .burger-menu.active .burger-item:nth-child(2) {
    opacity: 0;
  }
  .burger-menu.active .burger-item:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
  }
  .nav__wrapper {
    position: fixed;
    top: 0;
    right: -100%;
    width: 390px;
    height: 100vh;
    background-color: #141414;
    color: #fff;
    padding: 40px 20px;
    transition: right 0.4s ease;
    z-index: 1000;
    overflow-y: auto;
  }
  .nav__wrapper.active {
    right: 0;
  }
  .main-navigation .menu {
    flex-direction: column;
    align-items: center;
    gap: 45px;
    margin-top: 120px;
  }
  .main-navigation .menu a {
    font-size: 22px;
  }
  .advantages__list {
    flex-direction: column;
  }
  .advantages__item {
    width: 100%;
  }
  .challenges__block-list {
    flex-direction: column;
    align-items: center;
    gap: 60px;
  }
  .challenges__block-item {
    max-width: 100%;
  }
  .challenges__block-item:first-child {
    padding-right: 0;
  }
  .challenges__block-item:last-child {
    padding-left: 0;
  }
  .challenges-list {
    border: none;
  }
  .challenges__block-item:last-child::before {
    content: none;
  }
  .challenges-list {
    padding: 0;
    margin: 0 auto;
    max-width: fit-content;
  }
  .contact {
    background: none;
  }
  .contact__wrapper {
    max-width: 100%;
    min-width: 100%;
  }
  .about, .design, .work-video {
    padding: 70px 0;
  }
  .built {
    margin: 0;
  }
  .find {
    height: auto;
    background: linear-gradient(100.41deg, #000000 9.59%, rgba(7, 7, 7, 0.941285) 50.76%, rgba(22, 22, 22, 0.54) 66.98%, rgba(115, 115, 115, 0) 84.34%), url(../img/find-bg.svg) bottom right no-repeat;
  }
}
@media (max-width: 600px) {
    .footer__item:last-child {
        flex-wrap: wrap;
    }
}
@media (max-width: 550px) {
  .news__item {
    max-width: 100%;
  }
  .footer__item {
    width: 100%;
    text-align: center;
  }
  .work-video__item img {
    width: 100%;
  }
  .news__item-img {
    height: auto;
  }
}
@media (max-width: 425px) {
  .nav__wrapper {
    width: 100%;
  }
  .btn {
    padding: 10px;
    max-width: 100%;
  }
  .footer__icons {
    padding: 20px 40px 20px 60px;
    width: fit-content;
    height: auto;
  }
}