.intro-2__main-container {
  height: 100%;
  display: flex;
  align-items: center; }
  @media (max-width: 991px) {
    .intro-2__main-container {
      padding-top: 6rem; } }
  @media (max-width: 767px) {
    .intro-2__main-container {
      padding-top: 2rem; } }
.intro-2__image-wrapper {
  position: absolute;
  right: 140px;
  bottom: 0; }
  @media (max-width: 1679px) {
    .intro-2__image-wrapper {
      right: 0; } }
  @media (max-width: 1439px) {
    .intro-2__image-wrapper {
      width: 430px; } }
  @media (max-width: 1439px) {
    .intro-2__image-wrapper {
      width: 380px; } }
  @media (max-width: 991px) {
    .intro-2__image-wrapper {
      width: 300px; } }
  @media (max-width: 767px) {
    .intro-2__image-wrapper {
      width: 150px;
      height: 150px; } }
  .intro-2__image-wrapper .intro__image {
    position: relative;
    max-width: 100%; }
    @media (max-width: 767px) {
      .intro-2__image-wrapper .intro__image {
        height: auto; } }
.intro-2__container {
  position: static; }
.intro-2__slogan {
  color: #ffffff;
  font-size: 60px;
  font-weight: bold;
  line-height: 78px; }
  @media (max-width: 1279px) {
    .intro-2__slogan {
      font-size: 50px;
      line-height: 68px; } }
  @media (max-width: 767px) {
    .intro-2__slogan {
      font-size: 17px;
      font-weight: bold;
      line-height: 22px;
      color: #ffffff;
      text-transform: uppercase; } }
  .intro-2__slogan-br {
    display: none; }
    @media (max-width: 1199px) {
      .intro-2__slogan-br {
        display: block; } }
  .intro-2__slogan h1 {
    margin: 0;
    font-size: 74px; }
    @media (max-width: 1279px) {
      .intro-2__slogan h1 {
        font-size: 60px; } }
    @media (max-width: 767px) {
      .intro-2__slogan h1 {
        font-size: 26px; } }
    .intro-2__slogan h1 sup {
      font-size: 50%;
      top: -0.8em; }
  .intro-2__slogan span {
    color: #e5b83d; }

.page-new .intro {
  padding-bottom: 0; }
  @media (max-width: 1279px) {
    .page-new .intro {
      height: 100vh; } }
  @media (max-width: 991px) {
    .page-new .intro {
      height: 60vh; } }
  @media (max-width: 767px) {
    .page-new .intro {
      height: 240px; } }
  .page-new .intro__bg {
    height: 100%;
    padding: 0; }
    @media (max-width: 767px) {
      .page-new .intro__bg {
        display: none; } }
    .page-new .intro__bg-container {
      padding-top: 0;
      height: 100%; }
.page-new .intro__bg-item {
  background-image: url("/media/images/quiz/bg-new.svg"); }

.page-new-content {
  padding-top: 48px;
  padding-bottom: 55px; }
  @media (max-width: 767px) {
    .page-new-content {
      padding-top: 20px;
      padding-bottom: 30px; } }

.page-new-head {
  margin-bottom: 42px; }
  @media (max-width: 767px) {
    .page-new-head {
      margin-bottom: 25px; } }
  .page-new-head__text {
    font-size: 22px;
    line-height: 36px;
    color: #333;
    width: 100%;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .page-new-head__text {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 15px; } }
  .page-new-head__wrapper {
    display: flex;
    gap: 65px; }
  .page-new-head__left {
    flex: 1 1 auto;
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .page-new-head__right {
    flex: 0 0 290px; }
    @media (max-width: 991px) {
      .page-new-head__right {
        display: none; } }
    .page-new-head__right img {
      width: 100%; }
  .page-new-head__title {
    font-size: 32px;
    font-weight: bold;
    line-height: 48px;
    color: #333; }
    @media (max-width: 1279px) {
      .page-new-head__title {
        font-size: 26px;
        line-height: 42px; } }
    @media (max-width: 991px) {
      .page-new-head__title {
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .page-new-head__title {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 0; } }

.page-new-toggle-answers {
  display: flex;
  align-items: center;
  gap: 37px; }
  @media (max-width: 767px) {
    .page-new-toggle-answers {
      display: none; } }
  .page-new-toggle-answers__text {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #959595;
    max-width: 200px; }
  .page-new-toggle-answers__toggle {
    position: relative;
    width: 120px;
    height: 57px;
    border-radius: 28px;
    background-color: #e1e6ea;
    padding: 6px 10px;
    display: flex;
    transition: all 0.3s ease;
    cursor: pointer; }
    .page-new-toggle-answers__toggle_active {
      background-color: rgba(255, 180, 180, 0.66);
      justify-content: flex-end; }
  .page-new-toggle-answers__icon {
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
    position: absolute;
    left: 10px;
    top: 6px; }
    .page-new-toggle-answers__toggle_active .page-new-toggle-answers__icon {
      left: 65px; }
    .page-new-toggle-answers__icon img {
      width: 100%; }

.page-new-card {
  width: calc(50% - 16px);
  min-height: 375px;
  position: relative; }
  @media (max-width: 1199px) {
    .page-new-card {
      min-height: 400px; } }
  @media (max-width: 991px) {
    .page-new-card {
      width: 100%;
      min-height: 280px; } }
  .page-new-card__front {
    border-radius: 35px;
    background-color: #b4232b;
    padding: 63px 54px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    overflow: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease;
    z-index: 2;
    border: 1px solid #b4232b; }
    @media (max-width: 1199px) {
      .page-new-card__front {
        padding: 30px; } }
    @media (max-width: 767px) {
      .page-new-card__front {
        padding: 20px; } }
    .page-new-card_active .page-new-card__front {
      opacity: 0;
      visibility: hidden;
      transform: rotateY(180deg); }
  .page-new-card__back {
    border-radius: 35px;
    padding: 63px 54px;
    overflow: hidden;
    transition: transform 0.3s ease, opacity 0.3s ease;
    box-shadow: 0px 27px 46px 0 rgba(27, 42, 54, 0.1);
    background-color: #ffffff;
    height: 100%;
    position: absolute;
    transform: rotateY(-180deg);
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    border: 1px solid #b4232b; }
    @media (max-width: 1199px) {
      .page-new-card__back {
        padding: 30px; } }
    @media (max-width: 767px) {
      .page-new-card__back {
        padding: 20px; } }
    .page-new-card_active .page-new-card__back {
      opacity: 1;
      visibility: visible;
      transform: rotate(0); }
  .page-new-card__list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px 32px;
    margin-bottom: 65px; }
    @media (max-width: 767px) {
      .page-new-card__list {
        gap: 18px;
        margin-bottom: 30px; } }
  .page-new-card__title {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 30px; }
    @media (max-width: 1279px) {
      .page-new-card__title {
        font-size: 22px;
        line-height: 32px; } }
    @media (max-width: 767px) {
      .page-new-card__title {
        font-size: 16px;
        line-height: 20px; } }
  .page-new-card__button {
    border-radius: 28px;
    box-shadow: 0px 18px 46px 0 rgba(110, 27, 27, 0.3);
    background: #ffcb4e;
    height: 57px;
    padding: 2px 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #352e1e;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer; }
    @media (max-width: 767px) {
      .page-new-card__button {
        font-size: 12px;
        height: 36px;
        padding: 2px 18px; } }
    .page-new-card__button:hover {
      background: #ffffff;
      color: #b4232b; }
  .page-new-card__text {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    margin-bottom: 20px; }
    @media (max-width: 1199px) {
      .page-new-card__text {
        font-size: 12px;
        line-height: 18px; } }
    @media (max-width: 767px) {
      .page-new-card__text {
        line-height: 14px;
        margin-bottom: 10px;
        letter-spacing: -0.12px; } }
    .page-new-card__text:last-child {
      margin-bottom: 0; }

.page-new-features {
  background: #182632 url("/media/images/quiz/card-background.png") 50% 50% no-repeat;
  background-size: cover;
  padding: 50px 0;
  border-radius: 35px;
  overflow: hidden;
  margin-bottom: 45px; }
  @media (max-width: 767px) {
    .page-new-features {
      padding: 30px 0;
      background-image: url("/media/images/quiz/card-background-mobile.png");
      margin-bottom: 30px; } }
  .page-new-features__container {
    width: 100%;
    max-width: 750px;
    padding-left: 80px;
    position: relative; }
    @media (max-width: 1679px) {
      .page-new-features__container {
        padding-left: 40px;
        max-width: 650px; } }
    @media (max-width: 1439px) {
      .page-new-features__container {
        max-width: 500px; } }
    @media (max-width: 1199px) {
      .page-new-features__container {
        max-width: initial;
        padding-right: 40px; } }
    @media (max-width: 767px) {
      .page-new-features__container {
        padding: 0 30px; } }
  .page-new-features__text {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 41px; }
    @media (max-width: 1439px) {
      .page-new-features__text {
        font-size: 20px;
        line-height: 32px; } }
    @media (max-width: 767px) {
      .page-new-features__text {
        font-size: 18px;
        font-weight: 300;
        line-height: 24px;
        margin-bottom: 29px; } }
  .page-new-features__image {
    position: absolute;
    left: 100%;
    margin-left: 30px;
    top: 70px;
    width: 604px; }
    @media (max-width: 1679px) {
      .page-new-features__image {
        width: 500px;
        top: 140px; } }
    @media (max-width: 1439px) {
      .page-new-features__image {
        top: 120px; } }
    @media (max-width: 1199px) {
      .page-new-features__image {
        position: static;
        width: 100%;
        height: auto;
        margin: 0 auto;
        max-width: 300px; } }
    @media (max-width: 767px) {
      .page-new-features__image {
        width: calc(100% + 20px);
        margin-left: -15px;
        margin-right: -15px; } }
    .page-new-features__image img {
      max-width: 100%; }

.page-new-features-red {
  border-style: solid;
  border-top-width: 2px;
  border-bottom-width: 2px;
  border-left: 0;
  border-right: 0;
  border-image-source: linear-gradient(to top, #f7cb6b, #fba980);
  border-image-slice: 1;
  background-color: #b4232b;
  padding: 25px 0 35px; }
  @media (max-width: 767px) {
    .page-new-features-red .page-new-features__container {
      padding: 0 10px; } }
  .page-new-features-red__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    color: #ffffff;
    width: 100%;
    margin-bottom: 15px; }
    @media (max-width: 1199px) {
      .page-new-features-red__title {
        text-align: center; } }
    @media (max-width: 767px) {
      .page-new-features-red__title {
        margin-bottom: 28px; } }
  .page-new-features-red__list {
    display: flex;
    gap: 90px; }
    @media (max-width: 1679px) {
      .page-new-features-red__list {
        gap: 50px; } }
    @media (max-width: 1439px) {
      .page-new-features-red__list {
        gap: 25px; } }
  .page-new-features-red__item {
    flex: 1 1 auto; }
  .page-new-features-red__icon {
    height: 66px;
    margin-bottom: 19px;
    text-align: center; }
    @media (max-width: 767px) {
      .page-new-features-red__icon {
        height: 44px;
        margin-bottom: 11px; } }
    .page-new-features-red__icon img {
      height: 100%; }
  .page-new-features-red__name {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
    color: #ffffff; }
    @media (max-width: 1439px) {
      .page-new-features-red__name {
        font-size: 14px;
        line-height: 22px; } }
    @media (max-width: 767px) {
      .page-new-features-red__name {
        font-size: 13px;
        line-height: 17px; } }

.page-new-features-bottom {
  padding-top: 36px; }
  @media (max-width: 767px) {
    .page-new-features-bottom .page-new-features__container {
      padding: 0 20px; } }
  .page-new-features-bottom__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 36px;
    color: #ffffff;
    margin-bottom: 27px; }
    @media (max-width: 1439px) {
      .page-new-features-bottom__title {
        font-size: 20px;
        line-height: 30px; } }
    @media (max-width: 767px) {
      .page-new-features-bottom__title {
        font-size: 16px;
        line-height: 24px; } }
  .page-new-features-bottom__list {
    display: flex;
    gap: 10px; }
    @media (max-width: 767px) {
      .page-new-features-bottom__list {
        flex-wrap: wrap;
        gap: 28px; } }
  .page-new-features-bottom__item {
    display: flex;
    gap: 14px; }
    @media (max-width: 767px) {
      .page-new-features-bottom__item {
        width: 100%;
        gap: 18px; } }
  .page-new-features-bottom__icon {
    flex: 0 0 66px; }
    @media (max-width: 1439px) {
      .page-new-features-bottom__icon {
        flex: 0 0 50px; } }
    .page-new-features-bottom__icon img {
      width: 100%; }
  .page-new-features-bottom__name {
    font-size: 18px;
    line-height: 26px;
    text-align: left;
    color: #ffffff; }
    @media (max-width: 1439px) {
      .page-new-features-bottom__name {
        font-size: 14px;
        line-height: 22px; } }

.page-new-info {
  border-radius: 35px;
  box-shadow: 0px 27px 46px 0 rgba(27, 42, 54, 0.1);
  background-color: #ffffff;
  padding: 50px;
  margin-bottom: 63px; }
  @media (max-width: 767px) {
    .page-new-info {
      padding: 40px 30px;
      margin-bottom: 25px; } }
  .page-new-info__text {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .page-new-info__text {
        font-size: 16px;
        line-height: 20px;
        color: #333;
        margin-bottom: 15px; }
        .page-new-info__text:last-child {
          margin-bottom: 0; } }
    .page-new-info__text:last-child {
      margin-bottom: 0; }
  .page-new-info_red {
    font-weight: 600;
    color: #b4232b; }

.page-new-footnotes {
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .page-new-footnotes {
      margin-bottom: 60px; } }
  .page-new-footnotes__item {
    font-size: 14px;
    line-height: 30px;
    color: #333; }
    @media (max-width: 767px) {
      .page-new-footnotes__item {
        font-size: 14px;
        line-height: 24px;
        color: #333; } }

.page-new-number {
  font-size: 18px;
  line-height: 30px;
  color: #000; }

.mini-game {
  padding-bottom: 75px;
}
.game_wrapper {
  display: flex;
  gap: 65px;
}

.game-image {
  flex: 0 0 290px;
}

.game-image img {
  width: 100%;
}

.game-text {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.game-text p {
  font-size: 45px;
}

.game-button {
  padding: 1.2rem 5.7rem 1.2rem 1.2rem !important;
}

.game-button img {
  position: absolute;
  height: 40px;
  margin-left: 10px;
}

@media only screen and (max-width: 767px) {
  .game-image {
    display: none;
  }
  .game-text p {
    font-size: 25px;
  }
  .game-button img {
    position: absolute;
    height: 35px;
    margin-left: 10px;
    margin-top: -5px;
  }
}


@media only screen and (min-width: 1280px){
  .use__button {
    margin-left: 0;
  }
}
  
@media only screen and (min-width: 768px) {
  .use__button {
    margin-left: 0;  
  }
}
  
@media only screen and (max-width: 767px) {
  .mini-game {
    padding-bottom: 45px;   
  }
}

@media only screen and (max-width: 1500px) {
  .game-text p {
    font-size: 40px;
  }
}
  
@media only screen and (max-width: 1200px) {
  .game-text p {
    font-size: 30px;  
  }
}

@media only screen and (max-width: 896px) {
  .game-text p {
    font-size: 25px;
  }
}
  
@media only screen and (min-width: 1280px) {
  .page__quizbutton.button--quizmain {
    font-size: 28px;  
  }
}
  
.button--quizmain {
  color: #181818;
  background-color: #ffcb4e;
  border-radius: 3.2rem;
  -webkit-animation: shiny-btn1 3s ease-in-out infinite;
  animation: shiny-btn1 3s ease-in-out infinite;
  width: 250px;
  height: 70px;
}
  
.game-button {
  padding: 15px 65px 15px 25px !important;
}
  
.page__quizbutton.button--quizmain {
  font-size: 28px;
}
  
@media only screen and (max-width: 767px) {
  .game-button img {
    position: absolute;
    height: 38px;
    margin-left: 10px;
    margin-top: 1px;
  }
}
  
@media only screen and (max-width: 767px) {
  .mini-game {
    padding-bottom: 45px;  
  }
}

@media only screen and (max-width: 767px) {
  .page__quizbutton.button--quizmain {
    font-size: 24px;  
  }
}

@media only screen and (max-width: 767px) {
  .game-button {
    padding: 10px 55px 10px 15px !important;  
  }
}
  
@media only screen and (max-width: 767px) {
  .button--quizmain {
    color: #181818;
    background-color: #ffcb4e;
    border-radius: 3.2rem;
    -webkit-animation: shiny-btn1 3s ease-in-out infinite;
    animation: shiny-btn1 3s ease-in-out infinite;
    width: 200px;
    height: 60px;
  }
}
/*# sourceMappingURL=new.css.map */