@font-face {
  font-family: 'carish';
  src: url("../../../fonts/carish/carishregularwebfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'carish';
  src: url("../../../fonts/carish/carishboldwebfont.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'carish';
  src: url("../../../fonts/carish/carishblackwebfont.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

.age-popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
  height: 100vh;
  width: 100%;
  display: none;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }
  .age-popup .age-container {
    padding-top: 120px;
    height: 100vh;
    width: 100%;
    background-color: #00366a;
    position: relative;
    background-size: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    overflow: scroll; }
  .age-popup .age-container__top {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    padding-left: 150px; }
    .age-popup .age-container__top img {
      position: relative; }
    .age-popup .age-container__top .logo {
      width: 171px;
      height: 142px;
      margin-inline: 30px; }
    .age-popup .age-container__top .image1 {
      width: 422px;
      height: 94px; }
    .age-popup .age-container__top .image2 {
      width: 255px;
      height: 293px;
      margin-right: -190px;
      margin-top: -40px; }
    .age-popup .age-container__top .image3 {
      width: 255px;
      height: 293px;
      margin-left: -190px;
      margin-top: -40px; }
    .age-popup .age-container__top .image4 {
      width: 307px;
      height: 101px; }
  .age-popup-content {
    width: 1280px;
    height: 760px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-align: center;
        align-items: center; }
    .age-popup-content .popup-title {
      color: #d0ad67;
      width: 375px;
      text-align: center;
      font-size: 50px;
      line-height: normal;
      margin-bottom: 54px;
      font-weight: 700;
      font-family: "carish"; }
    .age-popup-content .age_popup_actions {
      display: -ms-flexbox;
      display: flex;
      gap: 48px;
      margin-bottom: 35px; }
      .age-popup-content .age_popup_actions button {
        width: 216px;
        height: 64px;
        font-weight: 700;
        line-height: 64px;
        border: none;
        font-size: 32px;
        font-family: "carish"; }
      .age-popup-content .age_popup_actions .btn-gold {
        background-color: #d0ad67;
        color: #fff; }
      .age-popup-content .age_popup_actions .btn-white {
        background-color: #fff;
        color: #d0ad67; }
    .age-popup-content .age-popup-label {
      color: #d0ad67;
      text-align: center;
      font-size: 21px;
      font-weight: 400;
      margin-bottom: 50px;
      font-family: "carish"; }
  .age-popup .age-container__warning {
    margin-block: 50px;
    width: 1280px;
    height: 66px; }
    .age-popup .age-container__warning img {
      width: 100%;
      height: 100%; }
  @media screen and (max-width: 1600px) {
    .age-popup .age-container__warning {
      width: 1000px;
      height: auto; } }
  @media screen and (max-width: 768px) {
    .age-popup {
      -ms-flex-align: unset;
          align-items: unset;
      overflow: scroll; }
      .age-popup .age-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start;
        -ms-flex-align: center;
            align-items: center;
        height: fit-content;
        min-height: 900px;
        padding: 0;
        padding-top: 50px;
        padding-inline: 20px; }
      .age-popup .age-container__top {
        -ms-flex-direction: column;
            flex-direction: column;
        padding-left: unset;
        padding-top: 100px;
        gap: 20px; }
        .age-popup .age-container__top .logo {
          width: 100px;
          height: auto;
          position: absolute;
          top: 25px;
          left: 50%;
          transform: translateX(-50%);
          margin-inline: unset; }
        .age-popup .age-container__top .image1, .age-popup .age-container__top .image4 {
          width: 100%;
          height: auto; }
        .age-popup .age-container__top .image2, .age-popup .age-container__top .image3 {
          display: none; }
      .age-popup-content {
        width: 100%;
        height: 100%;
        margin-top: 38px;
        -ms-flex-pack: unset;
            justify-content: unset; }
        .age-popup-content .popup-title {
          color: #d0ad67;
          font-size: 30px;
          font-weight: 700;
          width: 100%;
          max-width: 230px;
          margin-bottom: 20px; }
        .age-popup-content .age_popup_actions {
          -ms-flex-direction: column;
              flex-direction: column;
          gap: 20px; }
          .age-popup-content .age_popup_actions button {
            width: 216px;
            height: 64px;
            font-weight: 700;
            line-height: 64px;
            border: none;
            font-size: 32px;
            font-family: "carish"; }
        .age-popup-content .age-popup-label {
          font-size: 21px;
          width: 280px;
          font-weight: 700;
          margin-bottom: 23px; }
        .age-popup-content .age_popup_warning {
          margin-top: 0; }
      .age-popup .age-container__warning {
        width: 90%;
        height: auto; } }
