@media screen and (max-width: 1200px) {
  /*header*/
  .header__logo {
    display: none;
  }
  /*cabinet*/
  .cabinet__tab {
    gap: 10px;
  }
}

@media screen and (max-width: 992px) {
  /*cabinet*/
  .cabinet__tab  {
    font-size: 14px;
  }
  /*hero*/
  .hero__img {
    position: static;
  }
  .hero__content__title {
    font-size: 100px;
    line-height: 90px;
  }

  /*feedback*/
  .feedback .container {
    padding: 100px 50px;
  }
  .feedback__blur {
    display: none;
  }
  /*bot*/
  .bot__social__item:first-child::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
    /*cabinet*/
    .cabinet__tab  {
      font-size: 16px;
      
    }
    .cabinet__tab.nav {
      flex-wrap: wrap;
    }
    .personal-info__inner {
      padding-left: 40px;
    }
    .personal-info__inner input{
      max-width: 100%;
    }
    /*page 1*/
    .photo-upload {
      max-width: 472px;
      margin: 0 auto;
    }
  /*header*/
  .header__list {
    display: none;
  }
  .mobile__menu {
    display: block;
  }
  /*prizes*/
  .prizes__bunner__img-2 {
    display: none;
  }
  /*feedback*/
  
  /*footer*/
  .footer__links {
    gap: 0;
    justify-content: space-between;
  }
}

@media screen and (max-width: 576px) {
  /*hero*/
  .hero__content__title {
    font-size: 50px;
    line-height: 60px;
  }
  .hero__content {
    margin-top: 50px;
  }

  /*cabinet*/
  .registration__check-1 input{
    max-width: 100%;
  }
  .no-prize__title {
    font-size: 32px;
  }
  .personal-info__inner {
    padding-left: 0;
  }
  
  /*prizes*/
  .prizes__bunner__img-1 {
    display: none;
  }

  .prizes__bunner__title {
    font-size: 35px;
  }
  /*winner*/
  .winner__tab {
    justify-content: space-between;
    font-size: 14px;
  }

  /*feedback*/
  .feedback .container {
    padding: 100px 10px;
  }
  /*bot*/
  .bot__social__item {
    flex-wrap: wrap;
    justify-content: center;
  }
  .bot__social__item {
    padding: 0;
  }
  .bot__social__item__text {
    width: 100%;
  }
  .bot__social__item__info {
    text-align: center;
  }
  .bot__text {
    font-size: 12px;
  }
  .bot__social__item__icon {
    margin: 0;
  }
  /*footer*/
  .footer__phone {
    font-size: 35px;
  }

  .footer {
    font-size: 14px;
  }

  .footer__links {
    display: block;
    text-align: center;

  }
  .footer__links  li{
    margin-top: 20px;
  }
}
