.hide-block {
  display: none;
}

@media screen and (max-width: 1700px) {
  #download-presentation {
    position: fixed;
    top: 110px;
  }
  header.header-fixed #download-presentation {
    top: 80px;
  }
}
@media screen and (max-width: 1200px) {
  .about {
    padding: 40px 0;
  }
  .about__content {
    font-size: 20px;
  }
  .projects-title__text {
    font-size: 40px;
  }
  .projects-title {
    padding-top: 30px;
  }
  .approach__title h2 {
    font-size: 40px;
  }
  .approach__grid {
    margin-top: 40px;
  }
  .approach__grid .approach-item {
    padding: 30px 0;
  }
  .trust__title {
    font-size: 40px;
  }
}
@media screen and (max-width: 991px) {
  .button {
    padding: 10px 20px;
  }
  .header__links {
    gap: 20px;
  }
  .hero__title {
    font-size: 45px;
  }
  .hero__description {
    font-size: 20px;
  }
  .about__content {
    font-size: 18px;
  }
  .about__content p {
    margin: 0;
  }
  .services__list .service-item {
    padding: 15px 0;
  }
  .partners__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 40px;
  }
  .projects-title__text {
    font-size: 36px;
  }
  .project-detail {
    min-height: 600px;
  }
  .approach-item__title {
    font-size: 26px;
  }
  .approach__grid .approach-item {
    -ms-grid-columns: 1fr 1.5fr;
    grid-template-columns: 1fr 1.5fr;
  }
  .trust__partners {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .trust__title {
    font-size: 34px;
  }
  .trust__content_text {
    -ms-grid-columns: 1fr 30px 1.8fr;
    grid-template-columns: 1fr 1.8fr;
    grid-gap: 30px;
  }
  .live__content {
    -ms-grid-columns: 5fr 40px 10fr;
    grid-template-columns: 5fr 10fr;
    grid-gap: 40px;
  }
  .contact {
    padding: 75px 0;
  }
  .footer__info {
    gap: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    row-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header__content .logo img {
    max-width: 130px;
  }
  .header__content {
    padding: 15px 0;
    gap: 10px;
  }
  .header__links > a:nth-child(2) {
    display: none;
  }
  .header__links > a:first-child {
    display: block;
  }
  #download-presentation {
    top: 85px;
  }
  .hero__title {
    font-size: 38px;
  }
  .hero__description {
    font-size: 18px;
  }
  .hero {
    min-height: 300px;
  }
  .about__content {
    font-size: 17px;
  }
  .services__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .projects-title__text {
    font-size: 32px;
  }
  .project-detail__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 40px;
    -webkit-box-flex: unset;
        -ms-flex: unset;
            flex: unset;
  }
  .project-detail__info_panel > img {
    max-width: 60px;
  }
  .project-detail__info_panel > div {
    gap: 5px;
  }
  .approach__grid .approach-item {
    grid-gap: 20px;
  }
  .approach-item__title {
    font-size: 23px;
  }
  .approach__title h2 {
    font-size: 34px;
  }
  .trust__content_text {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .live__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .contact-form {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 576px) {
  .header__links > div.button {
    display: none;
  }
  #download-presentation {
    display: none;
  }
  .hero__title {
    font-size: 30px;
    line-height: 1.3;
  }
  .project-slide {
    min-height: 450px;
    height: 80vh;
  }
  .services__list .service-item {
    font-size: 18px;
  }
  .services {
    padding-bottom: 50px;
  }
  .projects-title__text {
    font-size: 28px;
  }
  .project-detail__name {
    font-size: 26px;
    line-height: 1.3;
  }
  .project-detail__content {
    grid-gap: 30px;
  }
  .project-detail__logo {
    margin-bottom: 30px;
  }
  .approach__grid .approach-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .approach__title h2 {
    font-size: 30px;
  }
  .approach__grid .approach-item {
    grid-gap: 10px;
  }
  .approach__grid .approach-item {
    padding: 20px 0;
  }
  .approach__grid {
    margin-top: 20px;
  }
  .trust__title {
    font-size: 30px;
  }
  .live__title {
    font-size: 23px;
  }
  body {
    font-size: 15px;
  }
  .contact-form {
    margin-top: 50px;
  }
  .trust__partners {
    flex-direction: column;
  }
}
@media screen and (max-width: 440px) {
  .contact-form {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}