@media (max-width: 1040px) {
  .header-banner-text {
    color: #fff;
  }

  .services__items {
    flex-wrap: wrap;
    gap: 50px 110px;
    justify-content: center;
  }

  .services__item {
    width: 267px;
  }

  .blockquote__inner {
    gap: 67px;
  }
}

@media (max-width: 890px) {
  /* start menu */
  .header-top .header-btn {
    display: none;
  }
  /* нехочу что бы была кнопка при бургер-меню, она  так есть на банере */

  .menu__btn {
    display: block;
    cursor: pointer;
    width: 35px;
    height: 24px;
    border-top: 2px solid #fefefe;
    border-bottom: 2px solid #fefefe;
    background-color: transparent;
    position: relative;
  }

  .menu__btn::before {
    content: "";
    position: absolute;
    width: 35px;
    height: 2px;
    background-color: #fefefe;
    left: 0;
    top: 9px;
  }

  .menu__list {
    display: flex;
    flex-direction: column;
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0;
    background-color: #190d0d;
    text-align: center;
    padding: 20px 0;
    transform: translateY(-450px);
    transition: all 0.5s;
  }

  .menu__list.menu__list--active {
    transform: translateY(0);
  }

  .menu__list a {
    padding: 20px 0;
    display: block;
  }
  /* end menu */

  .header-banner {
    max-width: 70%;
    padding-top: 120px;
  }

  .header {
    height: 75vh;
  }

  h1 {
    font-size: 52px;
    line-height: 58px;
  }

  .services {
    padding: 80px 0;
  }

  .presentation__inner img {
    width: 380px;
  }

  .products {
    padding: 80px 0;
  }

  .products__items {
    gap: 20px;
  }

  .products__item {
    padding: 7px;
  }

  .blockquote {
    padding-bottom: 80px;
  }

  .circle1 {
    width: 275px;
    height: 275px;
  }

  .circle2 {
    width: 150px;
    height: 150px;
  }

  .circle-img.center {
    width: 100px;
    height: 100px;
  }

  .circle-img {
    width: 70px;
    height: 70px;
  }

  .blockquote__left {
    width: 40%;
    height: 357px;
  }

  .blockquote__right {
    width: 255px;
  }

  h3 {
    font-size: 36px;
  }

  footer {
    padding: 40px 0 80px;
  }
}

@media (max-width: 700px) {
  .header {
    height: 65vh;
  }

  .header-banner {
    max-width: 95%;
    padding-top: 80px;
  }

  .services {
    padding: 45px 0;
  }

  .services__item {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .services__item img {
    width: 242px;
    border-radius: 0;
  }

  .presentation__inner img {
    width: 195px;
  }

  .presentation__box {
    width: 290px;
  }

  .products {
    padding: 55px 0;
  }

  .products__item {
    width: 75%;
    padding: 10px;
  }

  .products__items {
    justify-content: center;
    gap: 30px;
  }

  .products__box h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }

  h2 {
    font-size: 32px;
    margin-bottom: 17px;
  }

  .circle1 {
    width: 180px;
    height: 180px;
  }

  .circle2 {
    width: 130px;
    height: 130px;
  }

  .circle-img.center {
    width: 70px;
    height: 70px;
  }

  .circle-img {
    width: 50px;
    height: 50px;
  }

  .blockquote__left {
    width: 35%;
    height: 248px;
  }

  .footer__items {
    flex-wrap: wrap;
    /* width: 100%; */
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .header {
    height: 57vh;
  }

  .header-banner {
    max-width: 95%;
    padding-top: 40px;
  }

  h1 {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 20px;
  }

  .header-btn {
    font-size: 12px;
    padding: 12px 22px;
  }

  .services__items {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
  }

  .services__item img {
    width: 140px;
    height: 150px;
  }

  .presentation {
    padding: 0 0 30px;
  }

  .presentation__inner {
    flex-wrap: wrap;
  }

  .presentation__inner img {
    width: 160px;
  }

  .presentation__box {
    width: 100%;
  }

  h2 {
    font-size: 24px;
    margin-bottom: 17px;
  }

  .products__item {
    width: 100%;
    padding: 10px;
  }
  .products__box .header-btn {
    padding: 10px 20px;
  }

  .blockquote__inner {
    gap: 20px;
    flex-direction: column;
  }

  .blockquote__left,
  .blockquote__right {
    width: 95%;
  }

  .blockquote__text {
    margin-bottom: 15px;
  }

  .blockquote__title {
    font-size: 22px;
  }

  .download {
    padding: 35px 0;
  }
  h3 {
    font-size: 16px;
  }
}
