@media (max-width: 400px) {
  /* Award-info */

  .award-info__title {
    font-size: 34px;
  }

  .award-info__desc {
    margin-bottom: 10px;
  }

  .award-info__desc:last-child {
    margin-bottom: -40px;
  }

  /* Award-kit */
  .award-kit__container {
    padding: 50px 5px;
    flex-direction: column-reverse;
  }

  .award-kit__title {
    max-width: 196px;
    margin: 0 auto;
    font-size: 34px;
    line-height: 40.8px;
    text-align: center;
  }

  .award-kit__img {
    width: 100%;
    max-width: 100%;
    transform: translateX(9px);
  }

  .award-kit__list {
    margin-top: 20px;
    font-size: 18px;
    line-height: 25.2px;
  }

  /* Reward-guide */

  .reward-guide {
    margin: 60px 0;
  }

  .reward-guide__title {
    font-size: 34px;
  }

  .reward-guide__sub {
    font-size: 18px;
    line-height: 25.2px;
  }

  .reward-guide__desc {
    margin-bottom: 15px;
  }

  .reward-guide__steps {
    flex-direction: column;
  }

  .reward-step {
    width: 100%;
    line-height: 22.4px;
  }

  .reward-step:first-child {
    align-content: start;
  }

  .reward-step__btn {
    display: block;
    box-shadow: inset 0 -5px 8px rgba(0, 0, 0, 0.2);
  }

  .reward-step__btn:active {
    background-color: #e1e1e1;
  }

  /* Events */

  .events__content {
    flex-direction: column;
    gap: 0;
  }

  .events__content .event {
    padding: 32px 0 0 0;
  }

  /* Documents */

  .documents p {
    height: 97px;
    font-size: 12px;
  }

  .documents img {
    width: 160px;
  }

  /* Footer */

  footer {
    margin: 0;
  }

  .footer__text {
    max-width: 290px;
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 22.4px;
  }

  .footer__text:last-child {
    max-width: 325px;
  }
}

@media (max-width: 500px) {
  .reward-guide__presentation {
    padding: 44px 26px;
    height: 572px;
    background-image: url('../images/png/reward-presentation-mobile.png');
    background-size: cover;
  }

  .reward-guide__presentation-text {
    font-size: 26px;
    line-height: 30px;
  }
}

@media (max-width: 1300px) {
  .categories {
    margin-bottom: 30px;
  }

  .categories__title {
    font-size: 34px;
    line-height: 40.8px;
  }

  .categories__list {
    background-image: url('../images/svg/category-bg-mobile.svg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    flex-direction: column;
    width: fit-content;
    padding: 10px;
    gap: 32px;
  }

  .category {
    height: 270px;
    width: 300px;
    padding: 10px;
    gap: 30px;
  }

  .categories__submission {
    background-position: 77%;
    padding: 50px 20px;
  }

  .submission-text {
    font-size: 18px;
    line-height: 22.5px;
  }

  .footer__container {
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
  }

  .footer__card {
    max-width: 500px;
  }
}

@media (max-width: 1000px) {
  header {
    margin-bottom: 54px;
  }

  header #burger {
    display: block;
    cursor: pointer;
    margin-left: auto;
  }

  main {
    padding: 20px;
  }

  .home {
    padding: 0 20px 20px 20px;
    background-image: url('../images/png/hero-bg-mobile.png');
    background-position: 3% 3%;
  }

  .team-spirit__container {
    padding: 60px 20px;
  }

  .home__container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  .home.home-shadow::after {
    content: '';
    width: 100%;
    height: 1030%;
    position: absolute;
    inset: 0;
    z-index: 88;
    background-color: #0d0d0dc2;
  }

  .logo__text {
    max-width: 235px;
    font-size: 11px;
    line-height: 15px;
  }

  .hero-doctors-mobile {
    width: 90%;
    display: block;
    border-radius: 0px 0px 40px 40px;
  }

  .hero__title {
    font-size: 44px;
    line-height: 46.2px;
  }

  .hero__sub {
    font-size: 18px;
    line-height: 25.2px;
  }

  .hero__btn {
    width: 100%;
    padding: 36px 0;
  }

  header .logo {
    z-index: 100;
    gap: 18px;
    width: 100%;
  }

  header .logo-mobile {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    z-index: 100;
    padding: 31px 10px 10px;
    border-radius: 0 0 20px 20px;
  }

  header nav ul {
    width: 100%;
    height: 375px;
    display: flex;
    align-items: start;
    flex-direction: column;
    position: absolute;
    inset: 0;
    transform: translateY(-470px);
    transition: 0.3s;
    gap: 20px;
    background: #def3f9;
    border-radius: 0 0 20px 20px;
    padding: 150px 20px 50px 20px;
    z-index: 99;
  }

  nav ul a {
    font-size: 26px;
  }

  header nav ul.visible {
    transform: translateY(0);
  }

  .logo__img {
    width: 98px;
  }

  .award-info__container {
    flex-direction: column-reverse;
    align-items: center;
    padding: 20px 20px 0;
    gap: 0;
    background-size: cover;
    position: relative;
  }

  .documents {
    margin-top: 10px;
  }

  .award-info__img {
    max-width: 100%;
    transform: translateY(78px);
  }
}

@media (max-width: 900px) {
  .reward-step__btn {
    display: none;
  }

  .reward-guide__steps {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    color: var(--white);
    margin: 40px 0 30px;
  }

  .reward-step {
    width: 300px;
    min-height: 200px;
    justify-content: end;
  }

  .events__content {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .hero__btn {
    margin-top: 15px;
  }

  .reward-guide {
    margin: 50px 0;
  }
}

@media (max-width: 1100px) {
  .team-spirit__container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .team-spirit__title {
    font-size: 34px;
    line-height: 28.8px;
  }

  .team-spirit__text {
    font-size: 18px;
    line-height: 25.2px;
  }

  .team-spirit__awards {
    width: 300px;
    gap: 30px;
    padding: 20px 9px 0 9px;
  }

  .team-spirit__award-title {
    font-size: 16px;
    line-height: 17.6px;
  }

  .team-spirit__award img {
    width: 100%;
  }
}
