@media (max-width: 1200px) {
  .intro__section-wrapper {
    gap: 20px;
    padding: 38px 32px 0;
  }

  .intro-games {
    padding-top: 0;
  }
}

@media (max-width: 900px) {
  .footer__link div {
    flex-wrap: wrap;
  }
  .footer__logos-third > div {
    flex-direction: column;
  }

  .intro__section-wrapper {
    padding: 33px 16px 0;
  }

  .intro-games {
    padding-top: 0;
  }

  .intro__section {
    min-height: 156px;
    height: auto;
  }

  .intro__image {
    width: 135px;
    height: 130px;
    position: absolute;
    opacity: 0.3;
    right: 0;
    bottom: 0;
  }

  .intro__left {
    max-width: 100%;
    gap: 4px;
  }

  .intro__section-wrapper h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 34px;
  }

  .intro__section-wrapper h2 {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
}

@media (max-width: 768px) {
  .footer__links {
    display: none;
  }
  .logout-wrapper{
    display: none;
  }
  .navbar__links{
    display: none;
  }
  .footer__links-mobile {
    display: flex;
    padding: 24px 0;
    border-top: 1px solid #ced4da;
    border-bottom: 1px solid #ced4da;
  }
  .footer__links-mobile div {
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .footer__links-mobile a {
    font-size: 14px;
    line-height: 1rem;
    color: #adb5bd;
    font-family: "Archivo Narrow", sans-serif;
  }
  .card-with-promocode .card__bonus-text {
    margin-bottom: 9px;
  }

  .footer__logos-third {
    gap: 10px;
  }
  .footer__logos-fourth {
    gap: 16px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    height: auto;
    align-items: flex-start;
    position: relative;
  }
  .footer__logos-fourth > img {
    position: absolute;
    right: 0;
  }
  .footer__logos-first {
    /* height: auto;
    flex-wrap: wrap; */
    overflow: hidden;
    gap: 16px;
    justify-content: flex-start;
  }
  .footer__logos-second {
    overflow: hidden;
    justify-content: flex-start;
  }
  .hide-logout .navbar__links {
    display: none;
  }

  .show-logout .logout-section {
    display: none;
  }

  .navbar {
    padding: 10px 0;
  }

  .navbar__logo {
    width: 161px;
    height: 30px;
  }

  .menu-bar {
    cursor: pointer;
    display: flex;
    width: 32px;
    height: 32px;
  }

  .card__top {
    background: linear-gradient(
      90deg,
      rgba(0, 8, 29, 0.8) 0%,
      rgba(0, 36, 131, 0.8) 100%
    );
  }

  .card__logo {
    opacity: 100%;
  }

  .card__promocode-wrapper {
    opacity: 100%;
  }

  .card__bonus-text {
    opacity: 100%;
  }

  .card-overlay {
    opacity: 100%;
  }

  .cards {
    flex-direction: column;
    gap: 32px;
  }

  .cards__section {
    padding: 32px 0;
  }

  .content__page {
    padding: 32px 0;
  }

  .register-page {
    padding: 32px 0;
  }
  .card__operations {
    justify-content: center;
  }
   .cookie {
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
  }
  footer {

  padding-bottom: 0;
}
}

@media (max-width: 500px) {
  .registrate__error-message {
    max-width: 366px;
    width: calc(100% - 20px);
  }

  .registrate__submit-message {
    max-width: 366px;
    width: calc(100% - 20px);
  }
}

@media (max-width: 374px) {
  .card {
    max-width: 343px;
    width: 100%;
  }

  .card__main {
    width: 100%;
  }

  .card__top {
    padding: 0 6px;
  }
  .footer__link {
    flex-wrap: wrap;
  }
  .card__button-right img{
    margin-top: 11px;
    margin-right: 22px;
  }
  .card__button-left span{
    margin-top: 11px;
  }
}
