@media (max-width:1440px) {
  .gos-box__left {
    left: -10px;
  }

  .gos-box__right {
    right: -10px;
  }
}

@media (max-width:1200px) {
  .footer-item-logo {
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .footer {
    flex-wrap: wrap;
  }

  .footer-logo {
    justify-content: center;
    margin-bottom: 30px;
  }

  .clients {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width:1024px) {
  .naccs .grid {
    margin-left: 0;
  }

  .gc {
    padding-left: 0;
  }

  .gc--1-of-3 {
    width: 100%;
  }

  .gc--2-of-3 {
    width: 100%;
    height: 300px;
    margin-top: 30px;
  }

  ul.nacc li {
    transform: translateX(0);
  }

  .tab__content>li .content__wrapper {
    padding: 30px 40px;
  }

  .order {
    flex-direction: column;
    gap: 20px;
  }

  .order-form {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .order-section {
    padding: 20px 10px;
    background-position: right;
    margin-top: 100px;
  }

}

@media (max-width:992px) {
  .section-hero {
    background-position: right center;
  }

  .header__adress {
    margin-bottom: 6px;
    font-size: 16px;
  }

  .header__phone {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .header__phone::before {
    top: -2px;
  }

}

@media (max-width:880px) {
  .header {
    padding: 8px 0;
    justify-content: space-between;
  }

  .header__transform {
    background: #FFFFFF;
    opacity: 0.9;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(30px);
    position: absolute;
    width: 100%;
    height: 476px;
    top: 140px;
    left: 0;
    right: -400%;
    z-index: 110;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 10px;
    padding-bottom: 50px;
    display: none;
    opacity: 0;
    transition: all .3s ease;
  }

  .header__transform.active {
    right: 0;
    display: flex;
    opacity: .9;
  }

  .header__burger {
    display: block;
    background-image: url('../img/icons/btn-phone.svg');
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
  }

  .header__burger.active {
    display: block;
    background-image: url('../img/icons/close.svg');
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
  }

  .bounce-1 {
    bottom: 0;
  }

  .header__adress {
    font-size: 18px;
    line-height: 150%;
    color: #282828;
    margin-bottom: 5px;
    text-align: center;
  }

  .header__col {
    align-items: center;
    margin-bottom: 15px;
  }

  .header__phone {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #282828;
  }

  .header__btn {
    margin-top: 15px;
  }

  .hero {
    height: 100%;
    padding-top: 85px;
    padding-bottom: 40px;
  }

  .hero__box {
    padding: 20px 10px;
  }

  .hero-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 10px;
  }

  .hero-text {
    font-size: 23px;
    line-height: 31px;
    margin-bottom: 10px;
  }

  .hero-list {
    margin-bottom: 10px;
    z-index: 5;
  }

  .hero-list__item {
    font-size: 16px;
    line-height: 150%;
  }

  .order-section {
    margin-top: 220px;
  }
}

@media (max-width:780px) {
  .gos-box__left {
    width: 100%;
  }

  .gos-box__left img {
    width: 100%;
  }

  .gos-box__right {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    font-size: 18px;
    line-height: 25px;
    transform: translateY(261px);
  }

  .gos-box {
    margin-bottom: 130px;
  }

  .solutions-box__left {
    transform: translateX(0);
  }

  .solutions-box__left img {
    max-width: 100%;
  }

  .solutions-item {
    padding: 20px 10px;
  }

  .content__wrapper {
    display: none;
  }

  .content__wrapper-mob {
    display: block;
  }

  .content__wrapper-l {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

@media(max-width:680px) {
  .form {
    width: 100%;
    padding: 20px;
    padding-top: 60px;
  }

  .form-close {
    top: 8px;
    right: 8px;
  }

  .form__title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}

@media (max-width:620px) {
  .gos-box__right {
    transform: translateY(160px);
  }

  .map {
    padding: 0;
    position: relative;
    height: 470px;
  }

  .map-container {
    position: relative;
  }

  .map-form {
    padding: 20px;
    max-width: 100%;
    position: absolute;
    top: -260px;
    width: 93%;
  }

  .title-contact {
    margin-bottom: 330px;
  }
}

@media (max-width:580px) {
  .gos-box__right {
    transform: translateY(160px);
  }

  .solutions-title {
    margin-bottom: 130px;
  }
}

@media (max-width:480px) {
  .clients-img {
    max-width: 100%;
  }

  .gos-box {
    margin-bottom: 255px;
  }

  .clients-title {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 15px;
  }

  .clients-text {
    font-size: 18px;
    line-height: 25px;
  }

  .about-box {
    flex-direction: column;
  }

  .about-box__right {
    order: 0;
    position: relative;
  }

  .about-box__right img {
    max-width: 100%;
  }

  .about-box__left {
    order: 1;
    transform: translate(-10px, -50px);
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .about-text {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 30px;
  }

  .solutions-title {
    margin-bottom: 170px;
  }

  .content__wrapper-l img {
    max-width: 130px;
    margin-bottom: 37px;
  }

  .tabs>li {
    padding: 5px;
    font-size: 16px;
    line-height: 25px;
  }

  .system-p {
    font-size: 18px;
    line-height: 25px;
  }

  .order-title {
    font-size: 25px;
    line-height: 34px;
  }

  .order-input {
    width: 100%;
  }

  .order-input {
    margin-top: 20px;
  }

  .footer-links {
    font-size: 16px;
    line-height: 22px;
  }

  .footer-item-btn {
    display: flex;
    justify-content: center;
    margin: 0 auto;
  }
}

@media (max-width:420px) {
  .gos-box__right {
    transform: translateY(120px);
  }

  .work-title {
    margin-top: 190px;
  }

  .naccs .menu div.active {
    padding: 15px 20px 15px 25px;
  }

  .naccs .menu div {
    padding: 15px 20px 15px 25px;
  }
}

@media (max-width:380px) {
  .hero-btn {
    margin: 0 auto;
  }

  .hero-title {
    font-size: 26px;
    line-height: 30px;
  }

  .section-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 40px;
    margin-top: 65px;
  }

  .gos-box__right {
    transform: translateY(100px);
  }

  .solutions-title {
    margin-bottom: 200px;
  }

  .solutions-item {
    gap: 10px;
  }

  .solutions-item p {
    font-size: 16px;
  }

  .solutions-item img {
    max-width: 60px;
  }

  .work-title {
    margin-top: 230px;
  }

  .gc--2-of-3 {
    height: 220px;
  }

  .footer-logo img {
    max-width: 111px;
  }

  .title-contact {
    margin-bottom: 330px;
  }
}