@font-face {
  font-family: Montserrat;
  src: url("/ha19c76eb-spincryptoworld-src/ha19c76eb-spincryptoworld-client/ha19c76eb-spincryptoworld-assets/ha19c76eb-spincryptoworld-fonts/ha19c76eb-spincryptoworld-ha19c76eb-spincryptoworld-montserrat-regular.woff2");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: Montserrat;
  src: url("/ha19c76eb-spincryptoworld-src/ha19c76eb-spincryptoworld-client/ha19c76eb-spincryptoworld-assets/ha19c76eb-spincryptoworld-fonts/ha19c76eb-spincryptoworld-ha19c76eb-spincryptoworld-montserrat-semibold.woff2");
  font-display: swap;
  font-weight: 600;
}


@font-face {
  font-family: Montserrat;
  src: url("/ha19c76eb-spincryptoworld-src/ha19c76eb-spincryptoworld-client/ha19c76eb-spincryptoworld-assets/ha19c76eb-spincryptoworld-fonts/ha19c76eb-spincryptoworld-ha19c76eb-spincryptoworld-montserrat-bold.woff2");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: Anta;
  src: url("/ha19c76eb-spincryptoworld-src/ha19c76eb-spincryptoworld-client/ha19c76eb-spincryptoworld-assets/ha19c76eb-spincryptoworld-fonts/ha19c76eb-spincryptoworld-ha19c76eb-spincryptoworld-anta-regular.woff2");
  font-display: swap;
}

@font-face {
  font-family: Epilogue;
  src: url("/ha19c76eb-spincryptoworld-src/ha19c76eb-spincryptoworld-client/ha19c76eb-spincryptoworld-assets/ha19c76eb-spincryptoworld-fonts/ha19c76eb-spincryptoworld-ha19c76eb-spincryptoworld-epilogue-regular.woff2");
  font-display: swap;
}


  /* ===== Переменные ===== */
  :root {
    --container-width: 1240px;
    --container-step: 20px;
    --container-step-tablet: 18px;
    --container-step-mobile: 16px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --font-family: "Montserrat", sans-serif;
    --second-family: "Anta", sans-serif;
    --third-family: "Epilogue", sans-serif;
  }
  
  /* ===== Базовые ===== */
  body {
    margin: 0;
    background: #001516;
    position: relative;
  }

  
  
  .ha19c76eb-spincryptoworld-container {
    max-width: var(--container);
    margin: 0 auto;
    padding: 0 var(--container-step);
    display: flex;
    flex-direction: column;
    gap: 30px;
    flex-wrap: wrap;
    box-sizing: border-box;
  }
  
  @media (max-width: 991px) {
    .ha19c76eb-spincryptoworld-container {
      padding: 0 var(--container-step-tablet);
    }
  }
  
  @media (max-width: 600px) {
    .ha19c76eb-spincryptoworld-container {
      padding: 0 var(--container-step-mobile);
    }
  }
  
  h1 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: #1ac8cd;
    margin: 0px;
  }
  
  @media (max-width: 991px) {
    h1 {
      font-size: 33px;
    }
  }
  
  @media (max-width: 600px) {
    h1 {
      font-size: 30px;
      text-align: start;
    }
  }
  
  h2 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 36px;
    line-height: 120%;
    color: #fff;
    margin: 0px;
  }
  
  @media (max-width: 991px) {
    h2 {
      font-size: 33px;
    }
  }
  
  @media (max-width: 600px) {
    h2 {
      font-size: 30px;

    }
  }
  
  h3 {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #1ac8cd;
    margin: 0px;
  }
  
  @media (max-width: 991px) {
    h3 {
      font-size: 15px;
    }
  }
  
  @media (max-width: 600px) {
    h3 {
      font-size: 14px;
    }
  }
    
  p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #fff;
    margin: 0px;
  }
  
  @media (max-width: 991px) {
    p {
      font-size: 15px;
    }
  }
  
  @media (max-width: 600px) {
    p {
      font-size: 14px;
    }
  }
  
  .ha19c76eb-spincryptoworld-ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    margin: 0px;
    padding: 0px;
  }
  
  a {
    text-decoration: none;
    color: unset;
  }

  img{
    min-width: 0px;
  }
  
  .ha19c76eb-spincryptoworld-section {
    padding: 40px 0px;
  
  }
  
  @media (max-width: 600px) {
    .ha19c76eb-spincryptoworld-section {
      padding: 20px 0px;
    }
  }

  .ha19c76eb-spincryptoworld-btn{
    background: linear-gradient(180deg, #1de6e9 0%, #001516 100%);
    border-radius: 100px;
    padding: 14px 0px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .ha19c76eb-spincryptoworld-abg-6{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: .2;
    pointer-events: none;
  }

  .ha19c76eb-spincryptoworld-abg-6 .ha19c76eb-spincryptoworld-li {
    position: absolute;
    display: block;
    list-style: none;
    animation: bg-6 3s ease-in-out infinite alternate;
    -webkit-animation: bg-6 3s ease-in-out infinite alternate;
    background-image: linear-gradient(-18deg, #1AC8CD 50%, rgba(0, 0, 0, 0) 50%);
    bottom: -15%;
    top: 0;
    left: -50%;
    right: -50%;
    opacity: 0.3;
  }
  
  .ha19c76eb-spincryptoworld-abg-6 li:nth-child(2) {
    animation-direction: alternate-reverse;
    -webkit-animation-direction: alternate-reverse;
    animation-duration: 4s;
    -webkit-animation-duration: 4s;
  }
  
  .ha19c76eb-spincryptoworld-abg-6 li:nth-child(3) {
    animation-duration: 5s;
    -webkit-animation-duration: 5s;
  }
  
  @-webkit-keyframes bg-6 {
    0% {
      -webkit-transform: translateX(-10%);
              transform: translateX(-10%);
    }
    100% {
      -webkit-transform: translateX(20%);
              transform: translateX(20%);
    }
  }
  
  @keyframes bg-6 {
    0% {
      -webkit-transform: translateX(-10%);
              transform: translateX(-10%);
    }
    100% {
      -webkit-transform: translateX(20%);
              transform: translateX(20%);
    }
  }

  .ha19c76eb-spincryptoworld-border-block{
    border: 1px solid rgba(207, 216, 224, 0.36);
    border-radius: 30px;
    background: #002022;
  }
  

  .ha19c76eb-spincryptoworld-header{
    padding: 17px 0px;
    background: linear-gradient(180deg, #001516 0%, #003235 100%);
    border-bottom: 2px solid #1ac8cd;
  }

  .ha19c76eb-spincryptoworld-header__container{
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
  }

  .ha19c76eb-spincryptoworld-nav__list{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #fff;
    flex-direction: row;
    gap: 40px;
  }

  .ha19c76eb-spincryptoworld-header__notice{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 10px;
    text-transform: uppercase;
    color: #1ac8cd;
  }

  .ha19c76eb-spincryptoworld-hero__content{
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    gap: 40px;
    width: 100%;
  }

  .ha19c76eb-spincryptoworld-hero__text{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
  }

  .ha19c76eb-spincryptoworld-hero__btn{
    max-width: 300px;
  }

  .ha19c76eb-spincryptoworld-hero__image{
    flex: 1;
  }

  .ha19c76eb-spincryptoworld-features__list{
    flex-direction: row;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
  }

  .ha19c76eb-spincryptoworld-feature{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 24px;
    box-sizing: border-box;
    max-width: 280px;
    width: 100%;
  }

  .ha19c76eb-spincryptoworld-game__iframe{
    aspect-ratio: 1200 / 700;
    width: 100%;
    border-radius: 20px;
  }

  .ha19c76eb-spincryptoworld-survey{
    background: url("/ha19c76eb-spincryptoworld-src/ha19c76eb-spincryptoworld-client/ha19c76eb-spincryptoworld-assets/ha19c76eb-spincryptoworld-images/ha19c76eb-spincryptoworld-ha19c76eb-spincryptoworld-bitcoin_particles.webp");
    background-size: cover;
    background-position: center;
  }

  .ha19c76eb-spincryptoworld-reviews__list{
    flex-direction: row;
    gap: 39px;
    padding: 40px;
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
  }

  .ha19c76eb-spincryptoworld-review{
    max-width: 360px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: #fff;
  }

  .ha19c76eb-spincryptoworld-footer{
    padding: 40px 0px;
  }

  .ha19c76eb-spincryptoworld-footer__container{
    align-items: start;
    gap: 40px;
  }

  .ha19c76eb-spincryptoworld-footer__disclaimer{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 16px;
    padding: 24px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #094953;
    border-radius: 20px;
    box-shadow: 0 4px 10px 0 rgba(255, 255, 255, 0.2);
  }

  .ha19c76eb-spincryptoworld-footer__contact{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
  }

  .ha19c76eb-spincryptoworld-footer__contact-info{
    text-align: start;
  }

  .ha19c76eb-spincryptoworld-footer__cookies{
    display: flex;
    flex-direction: column;
    align-items: start;
    max-width: 600px;
    gap: 10px;
  }

  .ha19c76eb-spincryptoworld-footer__subtitle{
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
  }

  .ha19c76eb-spincryptoworld-footer__cookie-text{
    text-align: start;
  }

  .ha19c76eb-spincryptoworld-footer__nav{
    width: 100%;
  }

  .ha19c76eb-spincryptoworld-footer__nav-list{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    gap: 16px;
    flex-wrap: wrap;
  }

  .ha19c76eb-spincryptoworld-footer__copyright{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
  }


  .ha19c76eb-spincryptoworld-policy_content{
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 40px;
    width: 100%;
    box-sizing: border-box;
    background: #002022;
    border-radius: 30px;
  }

  .ha19c76eb-spincryptoworld-policy_content h2{
    text-align: start;
  }

  .ha19c76eb-spincryptoworld-policy_content p{
    text-align: start;
  }

  @media screen and (max-width: 600px){
    .ha19c76eb-spincryptoworld-policy_content{
      padding: 20px 16px;
    }
  }























  

  
  .ha19c76eb-spincryptoworld-progress-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow-x: hidden; /* не даём полосе прокручиваться */
    position: relative;
  }
  
  .ha19c76eb-spincryptoworld-progress-wrapper::before {
    content: '';
    background-color: #777;
    position: absolute;
    top: 50%;
    left: 0;
    height: 3px;
    width: 100%;
    transform: translateY(-50%);
    z-index: 0;
  }
  
  
  
  .ha19c76eb-spincryptoworld-progress-container {
    display: flex;
    justify-content: space-between;
    max-width: 688px;
    width: 100%;
    transition: width 0.3s ease;
  }
  
  
  .ha19c76eb-spincryptoworld-circle {
    background-color: #001018;
    color: white;
    border: 2px solid #777;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    transition: all 0.3sease;
    flex-shrink: 0;
  }
  
  .ha19c76eb-spincryptoworld-circle.ha19c76eb-spincryptoworld-active {
    border-color: #1edede;
    background-color: #1edede;
    color: black;
    box-shadow: 0 0 10px #1edede60;
  }
  
  .ha19c76eb-spincryptoworld-buttons {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    max-width: 250px;
    gap: 16px;
    width: 100%;
    transition: width 0.3s ease;
    align-self: flex-end;
  }
  
  .ha19c76eb-spincryptoworld-buttons button, .ha19c76eb-spincryptoworld-buttons a{
    flex: 1;
    width: max-content;
    padding: 14px 0px;
    display: flex;
    justify-content: center;
    border-radius: 100px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
    border: 0px;
  }
  
  .ha19c76eb-spincryptoworld-next{
    background: linear-gradient(180deg, #1de6e9 0%, #001516 100%);
  }
  
  #prev{
    background: none;
  }
  
  .ha19c76eb-spincryptoworld-progress_block{
    padding: 31px;
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #094953;
    border-radius: 20px;
    background: #002022;
    display: flex;
    flex-direction: column;
    gap: 64px;
    max-width: 817px;
    margin: auto;
  }
  
  .ha19c76eb-spincryptoworld-textcontent{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    text-align: center;
  }
  
  .ha19c76eb-spincryptoworld-actually_textcontent{
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  
  .ha19c76eb-spincryptoworld-survey-questions {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .ha19c76eb-spincryptoworld-survey-question {
    display: none;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    text-align: center;
    width: 100%;
    transition: opacity 0.3s ease;
  }
  
  .ha19c76eb-spincryptoworld-survey-question.ha19c76eb-spincryptoworld-active {
    display: flex;
  }
  
  .ha19c76eb-spincryptoworld-survey-question h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #c8c8d0;
  text-align: start;
  width: 100%;
    margin: 0;
  }
  
  .ha19c76eb-spincryptoworld-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  
  .ha19c76eb-spincryptoworld-option {
    background: #fff;
    border-radius: 8px;
    text-align: left;
    transition: 0.25s ease;
    cursor: pointer;
    padding: 16px;
    box-sizing: border-box;
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 14px;
    color: #000a17;
    display: flex;
    align-items: center;
    border: 0px;
    gap: 8px;
  }
  
  .ha19c76eb-spincryptoworld-option svg{
    display: none;
  }
  
  .ha19c76eb-spincryptoworld-option:hover {
    background: rgba(26, 200, 205, 0.2);
    border: 1px solid #1ac8cd;
    color: #fff;
  }
  
  .ha19c76eb-spincryptoworld-option:hover svg{
      display: block;
  }
  
  .ha19c76eb-spincryptoworld-option.ha19c76eb-spincryptoworld-active {
    background: rgba(26, 200, 205, 0.2);
    border: 1px solid #1ac8cd;
    color: #fff;
  }
  
  .ha19c76eb-spincryptoworld-option.ha19c76eb-spincryptoworld-active svg{
    display: block;
  }
  
  .ha19c76eb-spincryptoworld-tooltip {
    position: fixed;
    transform: translate(-50%, -100%);
    background: #00494f;
    color: #fff;
    font-family: var(--font-family);
    font-size: 16px;
    padding: 12px 24px;
    border-radius: 10px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
    z-index: 9999;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.25);
  }
  
  .ha19c76eb-spincryptoworld-tooltip::after {
    content: '';
    position: absolute;
    bottom: -10px; /* отступ вниз */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #00494f; /* цвет фона тултипа */
  }
  
  .ha19c76eb-spincryptoworld-tooltip.ha19c76eb-spincryptoworld-visible {
    opacity: 1;
  }
  
  @media screen and (max-width: 600px) {
     .ha19c76eb-spincryptoworld-progress_block{
      padding: 16px;
     }

     .ha19c76eb-spincryptoworld-actually_textcontent p{
        text-align: start;
     }

     .ha19c76eb-spincryptoworld-actually_textcontent h2{
      text-align: start;
     }
  }


  .ha19c76eb-spincryptoworld-contact_us_field{
    border: 1px solid #e6e6e6;
    border-radius: 1000px;
    padding: 14px 18px;
    width: 100%;
    box-sizing: border-box;
  }

  textarea.ha19c76eb-spincryptoworld-contact_us_field{
    border-radius: 30px;
    min-height: 90px;
  }


  .ha19c76eb-spincryptoworld-visually-hidden{
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
  }


  @media screen and (max-width: 991px) {
    .ha19c76eb-spincryptoworld-footer__contact{
      flex-direction: column;
      align-items: start;
      gap: 40px;
    }

    .ha19c76eb-spincryptoworld-feature{
      max-width: none;
    }

    .ha19c76eb-spincryptoworld-review{
      max-width: none;
    }

    .ha19c76eb-spincryptoworld-border-block{
      padding: 20px 16px;
    }

    .ha19c76eb-spincryptoworld-hero__image{
      width: 100%;
    }
  }
  .ha19c76eb-spincryptoworld-burger {
    width: 26px;
    height: 14px;
    position: relative;
    cursor: pointer;
    display: none;
    z-index: 15;
  }
  
  .ha19c76eb-spincryptoworld-burger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 10px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  
  /* как в твоем SVG */
  .ha19c76eb-spincryptoworld-burger span:nth-child(1) {
    top: 0;
  }
  .ha19c76eb-spincryptoworld-burger span:nth-child(2) {
    top: 6px;
  }
  .ha19c76eb-spincryptoworld-burger span:nth-child(3) {
    top: 12px;
  }
  
  /* крестик */
  .ha19c76eb-spincryptoworld-burger.active span:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .ha19c76eb-spincryptoworld-burger.active span:nth-child(2) {
    opacity: 0;
  }
  .ha19c76eb-spincryptoworld-burger.active span:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  
  /* адаптив */
  @media (max-width: 636px) {
  
    .ha19c76eb-spincryptoworld-burger {
      display: block;
    }
  
    .ha19c76eb-spincryptoworld-header__nav {
      position: fixed;
      top: 0;
      right: 0;
      width: 70%;
      max-width: 300px;
      height: 100vh;
      background: linear-gradient(180deg, #001516 0%, #003235 100%);
      border-left: 2px solid #1ac8cd;
      transform: translateX(100%);
      transition: transform 0.3s ease;
      padding: 100px 20px;
      box-sizing: border-box;
    }
  
    .ha19c76eb-spincryptoworld-header__nav.active {
      transform: translateX(0);
    }
  
    .ha19c76eb-spincryptoworld-nav__list {
      flex-direction: column;
      gap: 24px;
      font-family: var(--font-family);
      font-weight: 600;
      font-size: 16px;
      color: #fff;
      text-transform: uppercase;
    }

    .ha19c76eb-spincryptoworld-hero__title{
      text-align: start;
    }

    .ha19c76eb-spincryptoworld-hero__description{
      text-align: start;
    }

    .ha19c76eb-spincryptoworld-hero__btn{
      max-width: none;
    }

    .ha19c76eb-spincryptoworld-hero__content{
      flex-direction: column;
    }
  
    .ha19c76eb-spincryptoworld-hero__text{
      align-items: start;
    }
  }

  .ha19c76eb-spincryptoworld-footer__bottom{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    flex-wrap: wrap;
  }

  @media screen and (max-width: 600px){
    .ha19c76eb-spincryptoworld-feature{
      width: 100%;
      max-width: none;
    }

    .ha19c76eb-spincryptoworld-footer__container{
      gap: 16px;
    }

    .ha19c76eb-spincryptoworld-footer__contact{
      gap: 16px;
    }

    .ha19c76eb-spincryptoworld-footer__nav-list{
      flex-direction: column;
      align-items: center;
    }

    .ha19c76eb-spincryptoworld-footer__copyright{
      text-align: center;
      align-self: center;
    }

    .ha19c76eb-spincryptoworld-footer__bottom{
      flex-direction: column;
      align-items: center;
    }
  }


  .age-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  .age-modal__content {
    max-width: 668px;
    height: 190px;
    background-color: #002021;
    border-radius: 20px;
    padding: 32px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 90%;
  }

  .age-modal__title {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 36px;
    line-height: 140%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    margin: 0 0 24px 0;
  }

  .age-modal__buttons {
    display: flex;
    gap: 12px;
    width: 100%;
  }

  .age-modal__btn {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #fff;
    border-radius: 50px;
    padding: 12px 48px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    border: 2px solid #fff;
    background: transparent;
    flex: 1;
  }

  .age-modal__btn--yes {
    background: linear-gradient(180deg, #1de6e9 0%, #001516 100%);
    border: none;
  }

  .age-modal__btn--yes:hover {
    filter: brightness(1.1);
  }

  .age-modal__btn--no:hover {
    background: rgba(255, 255, 255, 0.1);
  }

  @media (max-width: 600px) {
    .age-modal__content {
      max-width: 360px;
      height: 151px;
      padding: 16px;
    }

    .age-modal__title {
      font-family: var(--second-family);
      font-weight: 400;
      font-size: 22px;
      line-height: 140%;
      text-transform: uppercase;
      text-align: center;
      color: #fff;
      margin-bottom: 16px;
    }

    .age-modal__btn {
      font-size: 14px;
      padding: 10px 32px;
    }
  }
