@media (max-width: 1200px) {
  .about__text {
    padding-top: 150px;
  }

  .about__text-title {
    font-size: 40px;
  }

  .about__img img {
    left: -100px;
  }

  .provide {
    margin-top: -280px;
    padding-top: 180px;
  }

  .features__list-item {
    padding-right: 30px;
  }

  .offer__text {
    padding-top: 90px;
  }
}

@media (max-width: 992px) {
  section,
  section:nth-child(even) {
    background: #24282c;
  }

  .about__wrap,
  .provide__list {
    flex-direction: column;
  }

  .features__wrap,
  .offer__wrap {
    flex-direction: column-reverse;
  }

  .about__text,
  .about__img,
  .features__list,
  .features__img,
  .offer__img,
  .offer__text {
    width: 100%;
  }

  .about {
    padding-bottom: 0;
  }

  .about__text {
    text-align: center;
  }

  .about__text-desc {
    padding: 20px 0px 40px 0px;
  }

  .about__img {
    text-align: center;
  }

  .about__img img {
    width: 130%;
    position: relative;
    top: 70px;
    left: -5%;
  }

  .provide {
    margin-top: -1px;
    padding-top: 50px;
  }

  .provide__list-item {
    padding: 0;
    padding-bottom: 90px;
  }

  .provide__list-item:last-child {
    padding-bottom: 140px;
  }

  .provide__list-item__img {
    background: #2d3339;
  }

  .features__text {
    padding-top: 50px;
  }

  .features__text-title {
    max-width: 100%;
  }

  .features__list {
    padding-top: 0;
    justify-content: space-between;
  }

  .features__list-item {
    min-width: 30%;
    width: 30%;
    padding: 0;
  }

  .features__img {
    text-align: center;
  }

  .features__img img {
    margin-top: 0;
    padding-top: 100px;
  }

  .offer {
    margin-bottom: -1px;
    padding-bottom: 90px;
  }

  .offer__text {
    padding-top: 190px;
  }
}

@media (max-width: 768px) {
  .header {
    position: initial;
  }
  .header__wrap {
    height: 112px;
    justify-content: flex-start;
  }
  .header__btns {
    display: none;
  }

  .about__text-btn {
    display: none;
  }

  .about__text-btn--play {
    display: block;
    margin: 0 auto;
  }

  .features__list {
    flex-direction: column;
  }

  .features__list-item {
    min-width: 100%;
    width: 100%;
    padding-bottom: 90px;
  }

  .about__text {
    padding-top: 80px;
  }

  .about__img img {
    left: -15%;
  }

  .offer__text {
    padding-top: 100px;
  }

  .footer__links__wrap {
    flex-direction: column-reverse;
    text-align: center;
  }

  .footer__copy {
    padding-top: 20px;
  }
}

@media (max-width: 576px) {
  .container {
    padding: 0 20px;
  }

  .about__text-title,
  .title {
    font-size: 30px;
    line-height: 40px;
  }

  .provide__list-item:last-child {
    padding-bottom: 90px;
  }

  .offer__text {
    padding-top: 50px;
  }

  .footer__btns {
    display: none;
  }
}
