@media (max-width: 1700px) {
  .about__img img {
    left: -50px;
  }

  .vpn_and_speedtest {
    margin: 0;
    padding-top: 450px;
    padding-bottom: 450px;
  }
}

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

  .about {
    padding-bottom: 385px;
  }

  .about__wrap {
    flex-direction: column;
  }

  .about__text {
    width: 100%;
    text-align: center;
  }

  .about__text-desc {
    padding-right: 0;
  }

  .about__img {
    width: 100%;
    padding-top: 60px;
    text-align: center;
  }

  .about__img img {
    position: initial;
    width: 100%;
  }

  .features {
    padding-bottom: 0;
  }

  .features__list-item {
    min-width: 200px;
    width: auto;
    padding: 20px 14px;
  }

  .features__list-item:nth-child(2) {
    margin: 0 20px;
  }

  .screens {
    padding-top: 0;
  }
}

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

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

  .features {
    padding-bottom: 0;
  }

  .features__list {
    padding-top: 112px;
    flex-direction: column;
    align-items: center;
  }

  .features__list-item {
    max-width: 570px;
    padding: 71px 40px;
    margin-bottom: 48px;
  }

  .features__list-item:nth-child(2) {
    margin: 0px 0px 48px;
  }

  .features__list-item__img {
    width: 112px;
    height: 112px;
  }

  .features__list-item__img img {
    width: 64px;
    height: 64px;
  }

  .features__list-item__title {
    font-size: 32px;
    padding: 28px 0px;
  }

  .features__list-item__desc {
    font-size: 20px;
  }

  .vpn_and_speedtest {
    margin-top: -100px;
  }

  .block__wrap,
  .block__info {
    flex-direction: column;
  }

  .block__info-img {
    margin: 90px auto 30px;
  }

  .block__img {
    width: 100%;
    padding-top: 80px;
  }

  .block__wrap:last-child {
    padding-top: 170px;
    flex-direction: column-reverse;
  }

  .block__info {
    width: 100%;
  }

  .block__info-text {
    padding-left: 0;
    text-align: center;
  }

  .block__info-text__desc {
    font-size: 20px;
    max-width: 100%;
  }

  .block__info-text__list {
    text-align: left;
    font-size: 20px;
  }

  .block__img:first-child {
    text-align: center;
  }

  .block__img:last-child {
    text-align: center;
  }

  .block__img img {
    width: 120%;
  }

  .screens {
    margin-top: -100px;
  }

  .screens__img {
    flex-direction: column;
    align-items: center;
  }

  .screens__img img {
    width: 100%;
  }

  .screens__img img:first-child {
    padding-bottom: 130px;
  }

  .footer__links a:last-child {
    padding-right: 30px;
  }

  .info__wrap {
    padding-top: 60px;
  }

  .info h1 {
    font-size: 30px;
    line-height: 38px;
  }
}

@media (max-width: 768px) {
  .footer__links {
    display: none;
  }

  .footer__links--mobile {
    display: flex;
  }
}

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

  .title {
    font-size: 30px;
  }

  .title-small {
    font-size: 24px;
  }

  .header__btn,
  .footer__btn {
    display: none;
  }

  .about__text {
    padding-top: 100px;
  }

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

  .about__text-desc {
    font-size: 18px;
  }

  .about__btn {
    display: block;
  }

  .features {
    margin-top: -300px;
  }

  .features__list {
    padding-top: 60px;
  }

  .features__list-item {
    padding: 20px 24px;
  }

  .features__list-item__img {
    width: 64px;
    height: 64px;
  }

  .features__list-item__img img {
    width: 32px;
    height: 32px;
  }

  .features__list-item__title {
    font-size: 20px;
    padding: 16px 0px;
  }

  .features__list-item__desc {
    font-size: 16px;
  }

  .vpn_and_speedtest {
    margin-top: -200px;
    padding-top: 300px;
    padding-bottom: 300px;
  }

  .block__wrap:last-child {
    padding-top: 0;
  }

  .block__img {
    padding-top: 60px;
  }

  .block__img:first-child {
    padding-top: 0;
  }

  .block__img img {
    width: 100%;
    max-width: 170px;
  }

  .block__info-img {
    min-width: 64px;
    max-width: 64px;
    width: 64px;
    height: 64px;
    margin: 60px auto 30px;
  }

  .block__info-img img {
    width: 32px;
    height: 32px;
  }

  .block__info-text__desc {
    font-size: 16px;
  }

  .block__info-text__list {
    font-size: 16px;
    padding-top: 24px;
  }

  .block__info-text__list li {
    padding-bottom: 8px;
  }

  .screens {
    margin-top: -150px;
  }

  .screens__img {
    padding-top: 60px;
  }

  .screens__img img:first-child {
    padding-bottom: 60px;
  }

  .screens__img img {
    max-width: 310px;
  }

  .footer {
    padding-top: 220px;
  }

  .footer__wrap {
    justify-content: center;
  }

  .info h1 {
    font-size: 24px;
    line-height: 34px;
  }

  .info p {
    font-size: 16px;
    line-height: 20px;
  }
}

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

  .logo p {
    font-size: 20px;
  }

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

  .about__text-desc {
    font-size: 16px;
  }
}
