@media (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}

@media (max-width: 1399px) {
  .header {
    padding-top: 12px;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 90%;
  }
}

@media (max-width: 1300px) {
  /* Projects */

  .all-projects-container {
    padding: 0 20px;
  }
}

@media (max-width: 1250px) {
  /* Header */

  .header .container {
    max-width: 95%;
  }

  .header__menu {
    padding: 0px 28px;
  }

  .nav-menu {
    gap: 20px;
  }
}

@media (max-width: 1160px) {
  /* Header */

  .nav-menu {
    gap: 10px;
  }

  .header-bttn {
    font-size: 0px;
    width: max-content;
    padding: 0 12px;
  }

  .header-bttn .img-call {
    display: block;
  }

  /* Banner */
  .banner__chad {
    display: none;
  }

  /* Clients */

  .clients-screen {
    overflow: hidden;
  }

  .clients-title {
    margin-left: -45%;
  }

  .clients-creen__left {
    padding-right: 30px;
  }

  .clients-type-list li {
    font-size: 18px;
  }
}

@media (max-width: 1277px) {
  .services-item__body {
    padding: 43px 19px;
  }
}

@media (max-width: 1126px) {
  .services-item__body {
    padding: 43px 12px;
  }
}

@media (max-width: 1070px) {
  .services__item {
    width: 49%;
  }
}

@media (max-width: 991px) {

  /* Header */

  .header {
    z-index: 3;
  }

  .header__menu {
    padding: 0px;
    border: 0px;
  }

  .menu-toggle span {
    width: 50px;
    height: 4px;
    display: block;
    background-color: #fff;
    transition: 0.3s;
  }

  .menu-toggle {
    display: flex;
    background-color: var(--redcol);
    gap: 5px;
    flex-direction: column;
    padding: 20px 10px;
    border-radius: 12px;
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(1) {
    transform: rotate(-45deg) translate(-4px, 8px);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(2) {
    transform: rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:nth-child(3) {
    transform: rotate(45deg) translate(-6px, -6px);
  }

  .menu-menyu-1-container {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 0 25px;
    background-color: #272b5a;
    width: 280px;
    height: 100vh;
    z-index: 5;
    transition: 0.3s;
    transform: translateX(-100%);
  }

  .menu-menyu-1-container .nav-menu {
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
  }

  .main-navigation.toggled .menu-menyu-1-container {
    transform: translateX(0px);
  }

  /* .menu-toggle[aria-expanded="false"] {
    display: none;
  }

  .menu-menyu-1-container {
    position: absolute;
  } */

  /* Header */

  /* .header__menu {
    display: none;
  } */

  .banner__title {
    padding-left: 12px;
  }

  .banner__sub {
    padding-left: 12px;
  }

  /* Banner */

  .main-banner__section .container {
    width: 90vw;
    max-width: 100%;
  }

  .banner__title {
    font-size: 6vw;
  }

  .banner__sub {
    font-size: 4vw;
  }

  /* Clients block */

  .clients-screen {
    flex-wrap: wrap;
    justify-content: center;
  }

  .clients-type-list {
    padding-left: 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
  }

  .clients-type-list li {
    width: 40%;
    font-size: 1.7vw;
    padding-right: 19px;
  }

  .clients-title {
    margin: 30px auto;
  }

  .clients-text {
    text-align: center;
  }

  .common-bttn {
    margin: 0 auto;
  }

  /* Services */

  .services__item {
    width: 48%;
  }

  /* Projects */

  .all-project h1,
  .project-section__title {
    font-size: 9vw;
  }

  .all-projects-container {
    padding: 0 15px;
  }

  .project-item__content {
    min-height: 40vh;
  }

  /* Project-page */

  .project-header_l {
    padding-left: 2em;
  }
}

@media (max-width: 928px) {
  .services-item__content::before {
    display: none;
  }

  .project-page__title {
    font-size: 6vw;
  }

  .project-page__title span {
    font-size: 6.3vw;
  }

  .project-header_r {
    padding-left: 2em;
  }

  .project-block__about {
    font-size: 16px;
  }

  .project-page__bttns {
    flex-direction: column;
    gap: 15px;
  }

  .project-page__bttns button,
  .project-page__bttns a {
    text-align: center;
    width: 100%;
  }

  .project-header_l {
    padding-right: 2em;
  }
}

@media (max-width: 862px) {
  .year-block {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .header-bttn {
    display: none;
  }

  /* Clients */

  .clients-title span:nth-child(2),
  .clients-title span:last-child {
    margin-left: 0px;
  }

  .clients-type-list {
    flex-direction: column;
  }

  .clients-type-list li {
    width: 100%;
  }

  .clients-type-list {
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 auto 0 0;
  }

  .clients-text {
    text-align: left;
  }

  .common-bttn {
    margin-right: auto;
    margin-left: 0px;
  }

  /* Projects */

  .all-project h1,
  .project-section__title {
    font-size: 10vw;
  }

  .all-projects-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .contacts-links {
    flex-wrap: wrap;
  }

  .contacts-links p {
    width: 100%;
  }

  /* Project-page */

  .project-header_r {
    padding-top: 40px;
  }

  .project-header_l {
    padding-right: 2em;
  }

  .project-page__title {
    font-size: 13vw;
  }

  .project-page__title span {
    font-size: 13.6vw;
  }

  .project-page__bttns {
    justify-content: space-between;
    flex-direction: row;
  }

  .project-page__bttns * {
    width: 40%;
  }
}

@media (max-width: 757px) {
  .services__item {
    width: 100%;
  }
}

@media (max-width: 660px) {
  .programm-window {
    width: 83vw;
  }

  .program-window__content {
    padding-left: 15px;
    padding-right: 15px;
  }

  .programm-window .program-window__content {
    font-size: 1.1em;
  }
}

@media (max-width: 640px) {

  .find-empty,
  .find-self {
    max-width: 120vw;
    min-width: auto;
    padding: 0 12vw;
    font-size: 7vw;
  }

  .clients-title {
    font-size: 4vw;
  }

  .clients-text {
    font-size: 3.6vw;
  }
}

@media (max-width: 633px) {
  .project-page__title {
    font-size: 12vw;
    text-align: center;
  }

  .project-page__title span {
    font-size: 12.6vw;
  }
}

@media (max-width: 600px) {
  .programm-window {
    width: 82vw;
  }

  .year-block {
    font-size: 6vw;
  }
}

@media (max-width: 570px) {
  .project-page__bttns * {
    width: 100%;
  }
}

@media (max-width: 550px) {
  .worktime {
    margin-top: 15px;
    text-align: left;
  }

  .contacts-links * {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
  }
}

@media (max-width: 500px) {
  /* Banner */

  .main-banner__section {
    padding-top: 141px;
  }

  .year-block {
    font-size: 7vw;
  }

  .main-banner__section {
    padding-bottom: 50px;
  }

  .program-window__content {
    padding-left: 10px;
    padding-right: 10px;
  }

  .programm-window .program-window__content {
    font-size: 3.5vw;
  }

  .banner__title {
    font-size: 6.8vw;
    padding-right: 0px;
  }

  .banner__sub {
    font-size: 4.5vw;
  }

  .banner__chad {
    display: none;
  }

  /* Clients block */

  .clients-title {
    font-size: 5vw;
  }

  /* Footer */
  .socials-footer {
    flex-wrap: wrap;
  }

  /* Project page */

  .project-page__bttns {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .project-page__bttns * {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .services__container {
    margin: 10px 12px 0px;
  }
}

@media (max-width: 450px) {
  .programm-window {
    height: 376px;
  }
}

@media (max-width: 425px) {
  .services-item__title {
    font-size: 6vw;
  }

  .main-banner__section {
    overflow-x: hidden;
  }

  .find-empty,
  .find-self {
    font-size: 6vw;
  }

  .clients-type-list li {
    font-size: 4vw;
  }
}

/* Slider certificates */

@media (max-width: 991px) {
  .fancybox-certificate {
    height: 300px;
  }

}

@media (max-width: 767px) {
  .fancybox-certificate {
    height: 250px;
  }

}

@media (max-width: 550px) {
  .fancybox-certificate {
    height: 371px;
  }

}