/* Global Styles */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  color: #FFFFFF;
}

.container {
  max-width: 1920px;
  padding: 0px 135px;
  margin: 0 auto;
  @media only screen and (max-width: 1440px) {
    padding: 0px 70px;
  }
  @media only screen and (max-width: 768px) {
    padding: 0px 20px;
  }
}

button {
  border: none;
  background: none;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
}

svg {
  vertical-align: middle;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: #1a237e;
}

.section-title, .default-info h1 {
  color: #FFFFFF;
  font-size: 56px;
  line-height: 1;
  font-family: 'Fredoka', sans-serif;
  font-weight: 500;
  @media only screen and (max-width: 768px) {
    font-size: 42px;
  }
}

.main-btn_big {
  background: #FF5900;
  color: #FFFFFF;
  font-size: 16px;
  border: 1px solid #FF5900;
  font-weight: 700;
  border-radius: 100px;
  padding: 14px 0px;
  min-width: 352px;
  display: inline-block;
  text-align: center;
  line-height: 1.5;
  cursor: pointer;
  transition: all .3s ease-in-out;
  @media only screen and (max-width: 460px) {
    min-width: 260px;
  }
}

.main-btn_big:hover {
  color: #FF5900;
  background: transparent;
  border: 1px solid #FF5900;
}

.main-btn_small {
  background: #FF5900;
  border: 1px solid #FF5900;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  border-radius: 100px;
  padding: 12px 50px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease-in-out;
  white-space: nowrap;
  @media only screen and (max-width: 460px) {
    padding: 6px 24px;
  }
}

.main-btn_small:hover {
  color: #FF5900;
  background: transparent;
  border: 1px solid #FF5900;
}

.main-btn_small.white {
  color: #192D40;
  border: 1px solid #FFFFFF;
  padding: 12px 50px;
  background: #FFFFFF;
}

.main-btn_small.white:hover {
  background: transparent;
  color: #FFFFFF;
}

.dark-bg {
  background: #000000B2;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  display: none;
}

.dark-bg.active {
  display: block;
}

.aside__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 999;
  cursor: pointer;
}

.aside__errore-img-wrap {
  max-width: 40%;
  margin: auto;
  margin-bottom: 20px;
}

.aside__errore-name {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px;
  color: #000000;
}

.aside__errore-text {
  color: #606060;
}

/* aside */

.aside {
  position: fixed;
  top: 0;
  right: -100%;
  min-height: 100vh;
  background: #ffffff;
  z-index: 999;
  max-width: 568px;
  margin: auto;
  width: 100%;
  transition: all .3s ease-in-out;
}

.aside.active {
  right: 0%;
}

.aside__screen {
  display: none;
}

.aside__screen.active {
  display: block;
}

.aside__loader {
  height: 132px;
  width: 132px;
}

.aside__instructions-btn {
  margin-bottom: 20px;
}

.aside__instructions-fourth {
  color: #000000;
  margin-bottom: 20px;
}

.aside__loader-text {
  color: #000000;
}

.aside__head {
  background: #1D447F;
  font-size: 32px;
  font-weight: 600;
  line-height: 1;
  padding: 24px;
  font-family: 'Fredoka', sans-serif;
  text-align: center;
}

.aside__btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

.aside__btn-wrap.errore label {
  background: rgba(255, 0, 0, 0.1);
}

.aside__btn-wrap label {
  color: #1D447F;
  font-weight: 700;
  padding: 8px 30px 14px 30px;
  border: 1px solid #1D447F;
  border-radius: 32px;
  margin: 0px 8px;
  cursor: pointer;
  max-width: 152px;
  width: 100%;
  @media only screen and (max-width: 560px) {
    padding: 4px 14px 6px 14px;
    margin: 0px 3px;
    font-size: 13px;
  }
}

.aside__btn-wrap label:first-of-type {
  margin-left: 0px;
}

.aside__btn-wrap label:last-of-type {
  margin-right: 0px;
}

.aside__btn-wrap input {
  display: none;
}

.aside__btn-wrap input:checked + label {
  background: rgba(29, 68, 127, 0.1);
}

.aside__content {
  text-align: center;
  padding: 24px;
  display: flex;
  flex-direction: column;
  height: calc(100vh - 80px);
}

.aside__content-top {
  flex-grow: 1;
}

.aside__btn {
  font-weight: 700;
  color: #FFFFFF;
  background: #FF5900;
  border: 1px solid #FF5900;
  border-radius: 100px;
  padding: 14px 110px;
  cursor: pointer;
  transition: all .3s ease-in-out;
  @media only screen and (max-width: 480px) {
    padding: 14px 70px;
  }
}

.aside__btn:hover {
  color: #FF5900;
  background: transparent;
  border: 1px solid #FF5900;
}

.aside__content-count {
  font-size: 40px;
  color: red;
  font-family: 'Fredoka', sans-serif;
  font-weight: 600;
  margin-bottom: 7px;
}

.aside__content-count p {
  margin-right: 5px;
  opacity: 45%;
  display: inline;
  outline: none;
}

.aside__content-count span {
  font-size: 16px;
  color: #FF5900;
}

.aside__content-descript {
  color: #00000080;
  font-weight: 500;
  margin-bottom: 50px;
  @media only screen and (max-width: 480px) {
    margin-bottom: 30px;
  }
}

.aside__checkbox {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  @media only screen and (max-width: 480px) {
    display: block;
    margin: auto;
    margin-bottom: 30px;
    margin-top: 0px;
  }
}

.aside__checkbox.errore label {
  background: rgba(255, 0, 0, 0.1);
}

.aside__checkbox-item {
  padding: 12px 0px;
  width: 174px;
  border: 1px solid #00000080;
  border-radius: 16px;
  margin: 0px 8px;
  cursor: pointer;
  @media only screen and (max-width: 480px) {
    margin: 0px;
    margin-bottom: 10px;
  }
}

.aside__checkbox-item:first-of-type {
  margin-left: 0px;
}

.aside__checkbox-item:last-of-type {
  margin-right: 0px;
}

.aside__checkbox input {
  display: none;
}

.aside__checkbox-item {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.checkbox-icon {
  width: 20px;
  height: 20px;
  border: 1px solid #1D447F;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  margin-left: 24px;
}

.checkbox-icon::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 6px;
  height: 10px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  display: none;
}

.aside__checkbox input:checked + label .checkbox-icon::after {
  display: block;
}

.aside__checkbox input:checked + label .checkbox-icon {
  background: #1D447F;
}

.aside__checkbox input:checked + label {
  background: rgba(29, 68, 127, 0.1);
  border: 1px solid #1D447F;
}

.aside__verify {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.aside__verify-text {
  color: #000000;
}

.aside__verify-text h3 {
  font-family: 'Fredoka', sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 4px;
}

.aside__verify-text p {
  font-weight: 600;
}

.aside__qr {
  margin-bottom: 40px;
}

.aside__qr img {
  width: auto;
}

.aside__instructions {
  color: #000000;
  text-align: left;
  margin-bottom: 20px;
}

.aside__instructions-list {
  list-style-position: inside;
}

.aside__instructions-item {
  margin-bottom: 4px;
}

.aside__instructions-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px;
}

.aside__foter {
  font-size: 14px;
}

.aside__foter a {
  font-family: 'Fredoka', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
  display: inline-block;
  transition: all .3s ease-in-out;
}

.aside__foter a:hover {
  color: #9ba0d5;
}

.aside__foter-top {
  margin-bottom: 4px;
  color: #000000;
}

.aside__foter-bottom {
  color: #FF5900;
  text-decoration: underline;
  cursor: pointer;
}

/* header */
.header-top__item {
  display: flex;
  align-items: center;
  border: 1px solid #959595;
  padding: 2px 8px;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  color: #000000DE;
  margin: 0px 10px;
  @media only screen and (max-width: 460px) {
    margin: 0px 5px;
    padding: 2px 4px;
  }
}

.header-top__item:first-child {
  margin-left: 0px;
}

.header-top__item:last-child {
  margin-right: 0px;
}

.header-top__item svg {
  margin-right: 4px;
}

.header-top {
  background: #EEEEEE;
  padding: 6px 0px;
}

.header-top__wrap {
  display: flex;
  align-items: center;
  @media only screen and (max-width: 768px) {
    justify-content: center;
  }
}

.header-bottom {
  background: #000000;
  padding: 5px 0px;
}

.header-bottom__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-bottom__wrap svg {
  margin-right: 10px;
}

.header-bottom__text {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

/* footer */
.footer {
  background: #0B244B;
  padding-top: 40px;
  padding-bottom: 23px;
}

.footer__name {
  font-size: 26px;
  margin-bottom: 15px;
  font-weight: 700;
  font-family: 'Fredoka', sans-serif;
}

.footer__descript {
  color: #FFFFFFDE;
  margin-bottom: 15px;
}

.footer__descript a {
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: underline;
}

.footer__top {
  margin-bottom: 24px;
}

.footer__top-logo {
  margin: 0px 8px;
  display: inline-block;
}

.footer__top-logo:first-child {
  margin-left: 0px;
}

.footer__top-logo:last-child {
  margin-right: 0px;
}

.footer__card-wrap {
  display: flex;
  flex-wrap: wrap;
  background: #1D447F;
  margin-bottom: 22px;
  @media only screen and (max-width: 992px) {
    display: block;
    padding: 5px 0px;
  }
}

.footer__card {
  flex: 0 0 calc(50% - 30px);
  padding: 24px 30px 24px 24px;
  background: #1B1940;
  display: flex;
  flex-direction: column;
  @media only screen and (max-width: 360px) {
    padding: 10px;
  }
}

.footer__card-main {
  flex-grow: 1;
}

.footer__card:nth-child(2n+1) {
  margin: 20px 10px 20px 20px;
  @media only screen and (max-width: 992px) {
    margin: 20px;
  }
}

.footer__card:nth-child(2n+2) {
  margin: 20px 20px 20px 10px;
  @media only screen and (max-width: 992px) {
    margin: 20px;
  }
}

.footer__card-logo {
  display: inline-block;
  padding: 13px 40px;
  background: #1D447F;
  border-radius: 8px;
  margin-bottom: 15px;
}

.footer__card-name {
  font-size: 24px;
  line-height: 1.33;
  margin-bottom: 12px;
  font-weight: 600;
  font-family: 'Fredoka', sans-serif;
}

.footer__card-descript {
  color: #FFFFFFDE;
  margin-bottom: 4px;
}

.footer__card-link {
  color: #FFFFFFDE;
}

.footer__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}

.footer__bottom-item {
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  @media only screen and (max-width: 992px) {
    flex: 0 0 calc((100% - 60px) / 4);
    text-align: center;
  }
  @media only screen and (max-width: 680px) {
    flex: 0 0 calc((100% - 40px) / 3);
  }
  @media only screen and (max-width: 490px) {
    flex: 0 0 calc((100% - 20px) / 2);
  }
}

.footer__bottom-item svg {
  width: 100%;
}

/* hero section  */

.hero {
  min-height: 100vh;
  background-image: url('../images/hero_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}

.hero__btn-wrap {
  text-align: center;
}

.hero__bottom-decor {
  position: absolute;
  bottom: -1px;
  left: 0;
  @media only screen and (min-width: 1920px) {
    display: none;
  }
}

.hero__bottom-decor svg {
  width: 100%;
  height: auto;
  display: block;
}

.hero__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.hero__logo-wrap {
  text-align: center;
}

.hero__logo {
  display: inline-block;
  margin-bottom: 28px;
  text-align: center;
}

.hero__logo img {
  width: auto;
}

.hero__link-wrap {
  text-align: center;
}

.hero__link-item {
  display: inline-block;
  margin: 0px 9px;
  @media only screen and (max-width: 460px) {
    margin: 0px 4px;
  }
}

.hero__link-item:first-child {
  margin-left: 0px;
}

.hero__link-item:last-child {
  margin-right: 0px;
}

.hero .main-btn_big {
  margin-bottom: 24px;
}

/* all-page */

.all-page {
  background: linear-gradient(180deg, #FF9A17 0%, #993F0E 115.81%);
  padding-top: 70px;
  padding-bottom: 110px;
}

/* card */

.main-card__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0px -16px;
  padding-bottom: 30px;
  @media only screen and (max-width: 768px) {
    margin: 0px;
    padding-bottom: 30px;
  }
}

.js-tab__content {
  display: none;
}

.js-tab__content.active {
  display: flex;
}

.main-card {
  background: #192D40;
  border-radius: 24px;
  flex: 0 0 calc(33.3% - 16px);
  padding: 30px;
  padding-bottom: 40px;
  position: relative;
  display: flex;
  margin: 0px 8px;
  background-size: 45%;
  margin-bottom: 16px;
  @media only screen and (max-width: 1240px) {
    flex: 0 0 calc(50% - 16px);
    margin-bottom: 20px;
  }
  @media only screen and (max-width: 992px) {
    flex: 0 0 100%;
    margin: 0px;
    margin-bottom: 20px;
    background-size: contain;
  }
  @media only screen and (max-width: 520px) {
    background-size: 45%;
  }
  @media only screen and (max-width: 460px) {
    padding: 15px;
  }
}

.main-card__img {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 24px;
  width: 160px;
  height: 160px;
  margin: auto;
  margin-bottom: 10px;
  @media only screen and (max-width: 520px) {
    width: 120px;
    height: 120px;
  }
}

.main-card__bonus-wrap {
  margin-bottom: 20px;
}

.main-card__bonus-item {
  position: relative;
  font-weight: 500;
  margin-bottom: 8px;
  padding-left: 25px;
  @media only screen and (max-width: 460px) {
    font-size: 12px;
  }
}

.main-card__bonus-item:last-child {
  margin-bottom: 0px;
}

.main-card__bonus-item svg {
  vertical-align: inherit;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.main-card__img img {
  max-width: 105px;
  @media only screen and (max-width: 520px) {
    max-width: 85px;
  }
}

.card-lang__info {
  font-family: 'Fredoka', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 12px;
  @media only screen and (max-width: 1240px) {
    font-size: 24px;
  }
  @media only screen and (max-width: 620px) {
    font-size: 18px;
  }
  @media only screen and (max-width: 460px) {
    font-size: 16px;
  }
}

.card-lang {
  background: #192D40;
  border-radius: 24px;
  flex: 0 0 calc(33.3% - 16px);
  padding: 30px;
  padding-bottom: 40px;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0px 8px;
  background-size: 45%;
  margin-bottom: 30px;
  @media only screen and (max-width: 1440px) {
    flex: 0 0 calc(50% - 16px);
  }
  @media only screen and (max-width: 992px) {
    margin: 0px;
    margin-bottom: 20px;
    padding: 20px;
    flex: 0 0 100%;
  }
}

.main-card__rating {
  margin-bottom: 10px;
  @media only screen and (max-width: 520px) {
    max-width: 120px;
    margin: auto;
    margin-bottom: 10px;
  }
}

.main-card__rating img {
  width: auto;
  @media only screen and (max-width: 520px) {
    width: 100%;
  }
}

.main-card__text {
  text-align: left;
  display: flex;
  flex-direction: column;
  flex: 0 0 55%;
  @media only screen and (max-width: 460px) {
    max-width: 190px;
  }
}

.main-card__top {
  flex-grow: 1;
}

.main-card__name {
  font-weight: 400;
  margin-bottom: 2px;
  text-transform: uppercase;
  color: #FFFFFFDE;
  font-size: 14px;
  border-radius: 16px;
  border: 1px solid #FFFFFF80;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 3px;
}

.card-lang__name {
  font-weight: 400;
  margin-bottom: 2px;
  text-transform: uppercase;
  color: #FFFFFFDE;
  font-size: 14px;
  border-radius: 16px;
  border: 1px solid #FFFFFF80;
  padding: 2px 10px;
  display: inline-block;
  margin-bottom: 12px;
}

.main-card__info {
  font-family: 'Fredoka', sans-serif;
  font-weight: 500;
  font-size: 2vw;
  line-height: 1;
  margin-bottom: 6px;
  @media only screen and (max-width: 1240px) {
    font-size: 28px;
  }
  @media only screen and (max-width: 460px) {
    font-size: 22px;
  }
}

.main-card__descript {
  color: #FFFFFFDE;
  margin-bottom: 16px;
  font-size: 0.9vw;
  @media only screen and (max-width: 1240px) {
    font-size: 14px;
  }
  @media only screen and (max-width: 460px) {
    font-size: 14px;
  }
}

/* popular */
.popular {
  margin-bottom: 80px;
}

.popular__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -6px;
}

.popular__title {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Fredoka', sans-serif;
}

.popular__item {
  display: inline-block;
  flex: 0 0 calc(12.5% - 12px);
  margin: 0px 6px;
  margin-bottom: 20px;
  @media only screen and (max-width: 1200px) {
    flex: 0 0 calc(25% - 12px);
  }
  @media only screen and (max-width: 580px) {
    flex: 0 0 calc(33.3% - 12px);
  }
  @media only screen and (max-width: 460px) {
    flex: 0 0 calc(50% - 12px);
  }
}

.game-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
  width: 50%;
  height: 50%;
  display: none;
  @media only screen and (max-width: 768px) {
    width: 75%;
    height: 75%;
  }
  @media only screen and (max-width: 560px) {
    width: 90%;
    height: 80%;
  }
}

.game-modal.active {
  display: block;
}

.game-modal-item {
  width: 100%;
  height: 100%;
}

.game-modal-close {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 0px;
  cursor: pointer;
}

.popular__name {
  font-size: 12px;
  font-weight: 700;
  padding-left: 4px;
}

.popular__item-link {
  display: block;
  margin: auto;
  margin-bottom: 6px;
  position: relative;
  cursor: pointer;
}

.popular__item-link img {
  border-radius: 12px;
  overflow: hidden;
}

.popular__item-link:hover .popular__item-link-bg {
  z-index: 1;
  opacity: 100;
}

.popular__item-link-bg {
  background: #0000008F;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  opacity: 0;
  transition: all .3s ease-in-out;
  border-radius: 12px;
  overflow: hidden;
  max-height: 196px;
  cursor: pointer;
}

.popular__item-link-bg span {
  font-size: 12px;
  color: #FFFFFF;
  font-weight: 700;
  width: 125px;
  height: 27px;
  background: #FF5900;
  text-align: center;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popular__item-streak {
  font-size: 12px;
  font-weight: 700;
  padding: 5px 0px;
  font-family: 'Montserrat', sans-serif;
  background: #192D40;
  color: #FFFFFF;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* welcome */

.welcome {
  margin-bottom: 80px;
}

.welcome__title {
  line-height: 1;
  font-size: 64px;
  font-weight: 700;
  text-align: center;
  font-family: 'Fredoka', sans-serif;
  margin-bottom: 34px;
  @media only screen and (max-width: 768px) {
    font-size: 48px;
  }
}

.welcome__title span {
  font-size: 32px;
  @media only screen and (max-width: 768px) {
    font-size: 28px;
  }
}

.welcome__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 90px;
  margin-bottom: 80px;
  @media only screen and (max-width: 1580px) {
    gap: 30px;
  }
  @media only screen and (max-width: 1340px) {
    gap: 15px;
  }


  @media only screen and (max-width: 1024px) {
    display: block;
  }
}

.welcome__item {
  flex: 0 0 calc(33.3% - 60px);
  @media only screen and (max-width: 1580px) {
    flex: 0 0 calc(33.3% - 20px);
  }
  @media only screen and (max-width: 1340px) {
    flex: 0 0 calc(33.3% - 10px);
  }


  @media only screen and (max-width: 1024px) {
    margin-bottom: 10px;
  }
}

.welcome__img {
  margin: auto;
  position: relative;
  @media only screen and (max-width: 1024px) {
    max-width: 360px;
  }
}

.welcome__text {
  max-width: 245px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  @media only screen and (max-width: 1220px) {
    max-width: 185px;
  }
}

.welcome__text-title {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Fredoka', sans-serif;
  margin-bottom: 8px;
  line-height: 1.33;
  color: #FF5900;
  @media only screen and (max-width: 1340px) {
    font-size: 18px;
    margin-bottom: 6px;
  }
  @media only screen and (max-width: 1220px) {
    font-size: 17px;
  }
  @media only screen and (max-width: 1024px) {
    font-size: 18px;
  }
}

.welcome__text-descript {
  color: #000000;
  @media only screen and (max-width: 1340px) {
    font-size: 14px;
  }
  @media only screen and (max-width: 1220px) {
    font-size: 12px;
  }
  @media only screen and (max-width: 1024px) {
    font-size: 14px;
  }
}

.welcome__text-descript span {
  font-weight: 700;
}

.welcome__info {
  margin-bottom: 58px;
  max-height: 240px;
  overflow: hidden;
}

.welcome__info.active {
  overflow: visible;
  max-height: fit-content;
}

.welcome__info h3 {
  font-size: 24px;
  font-weight: 700;
  font-family: 'Fredoka', sans-serif;
  margin-bottom: 18px;
}

.welcome__info h4 {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Fredoka', sans-serif;
  margin-bottom: 18px;
}

.welcome__info p {
  margin-bottom: 16px;
  font-weight: 500;
  color: #FFFFFFDE;
}

.welcome__info p span {
  font-weight: 700;
  font-family: 'Fredoka', sans-serif;
}

.welcome__info ul {
  margin-bottom: 16px;
  padding-left: 20px;
  list-style: inherit;
  list-style-position: inside;
}

.welcome__info li span {
  font-weight: 700;
  font-family: 'Fredoka', sans-serif;
}

.welcome__info p:last-child {
  margin-bottom: 0px;
}

.welcome__info-btn-wrap {
  display: inline-block;
}

.welcome__info-btn-wrap button {
  font-weight: 700;
  color: #FFFFFF;
  cursor: pointer;
}

.welcome__info-btn-wrap svg {
  font-weight: 700;
}

.welcome__info-btn-wrap svg.active {
  transform: rotate(-180deg);
}

/* promotions */

.promotions .section-title {
  margin-bottom: 36px;
  text-align: center;
}

.promotions__btn-wrap {
  text-align: center;
}

/* information-block */

.information-block {
  background: #1D447F;
  padding: 27px 0px;
}

.information-block__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  @media only screen and (max-width: 680px) {
    display: block;
  }
}

.information-block__link {
  @media only screen and (max-width: 680px) {
    margin-bottom: 33px;
  }
}

.information-block__link a {
  display: block;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.information-block__btn-wrap {
  display: flex;
}

.information-block__btn-wrap p {
  color: #FFFFFF;
  padding: 5.5px 11.5px;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  display: flex;
  align-items: center;
  margin: 0px 4.5px;
}

.information-block__btn-wrap p:first-child {
  margin-left: 0px;
}

.information-block__btn-wrap p:last-child {
  margin-right: 0px;
}

.information-block__btn-wrap p svg {
  margin-right: 8px;
}

.information-block__phone {
  max-width: 385px;
}

.information-block__name {
  font-size: 14px;
  margin-bottom: 6px;
  font-weight: 700;
}

.information-block__descript {
  font-size: 14px;
  margin-bottom: 33.5px;
}

/* page_info */

.default-info {
  background: #0B244B;
  padding-top: 22px;
  padding-bottom: 80px;
}

.default-info h1 {
  margin-bottom: 24px;
}

.default-info h2, .default-info h3 {
  font-size: 32px;
  line-height: 1;
  font-family: 'Fredoka', sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
}

.default-info h4 {
  font-size: 24px;
  font-weight: 500;
  font-family: 'Fredoka', sans-serif;
  margin-bottom: 18px;
}

.default-info p {
  margin-bottom: 40px;
}

.default-info a {
  display: block;
  color: #fff;
  text-decoration: underline;
}

.default-info p span {
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
}

.default-info ul {
  margin-bottom: 40px;
  padding-left: 20px;
  list-style: inherit;
  list-style-position: inside;
}

.default-info li span {
  font-weight: 700;
  font-family: 'Fredoka', sans-serif;
}

.default-info__wrap {
  max-width: 1100px;
  margin: auto;
}

.default-info__logo-wrap {
  text-align: center;
  margin-bottom: 48px;
}

.default-info__logo {
  display: inline-block !important;
  max-width: 114px;
}

/* offerwall */


.offerwall-hero {
  background: #1D447F;
  padding-top: 40px;
  padding-bottom: 240px;
}

.offerwall-hero__signature {
  font-size: 10px;
  color: #fff;
  opacity: 50%;
  text-align: center;
}

.offerwall-hero__logo {
  display: inline-block;
  max-width: 114px;
}

.offerwall-hero__logo-wrap {
  text-align: center;
  margin-bottom: 45px;
}

.offerwall-hero__info {
  max-width: 1260px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.offerwall-hero__label {
  font-family: 'Fredoka', sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.1;
  min-width: 160px;
  margin: 0 auto 8px;
  width: fit-content;
  padding: 8px 17px;
  text-align: center;
  border-radius: 24px;
  text-transform: uppercase;
  border: 1px solid #ffffff;
}

.offerwall-hero__text-descript {
  font-size: 20px;
  @media only screen and (max-width: 992px) {
    font-size: 18px;
  }
}

.offerwall-hero__text {
  flex: 0 0 55%;
  margin-right: 105px;
  @media only screen and (max-width: 1120px) {
    margin-right: 60px;
  }
  @media only screen and (max-width: 992px) {
    margin-right: 0px;
    margin-bottom: 30px;
    flex: 0 0 100%;
  }
}

.offerwall-hero__text .section-title {
  margin-bottom: 16px;
}

.offerwall-hero__card-wrap {
  border: 1px solid #FFFFFF80;
  border-radius: 12px;
  background: #00000040;
  text-align: center;
  flex: 0 0 calc(45% - 105px);
  display: none;

  @media only screen and (max-width: 1120px) {
    flex: 0 0 calc(45% - 60px);
  }
  @media only screen and (max-width: 992px) {
    flex: 0 0 100%;
  }
}
.offerwall-hero__card-wrap.active{
    display: block;
}
.offerwall-hero__card-name {
  font-size: 24px;
  font-family: 'Fredoka', sans-serif;
  line-height: 1;
  margin-bottom: 21px;
}

.offerwall-hero__card-logo {
  margin: auto;
  margin-bottom: 12px;
  width: 160px;
  height: 100%;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}

.offerwall-hero__card-logo img {
  max-width: 120px;
}

.offerwall__btn {
  background: #FF5900;
  border: 1px solid #FF5900;
  border-radius: 100px;
  font-weight: 700;
  color: #FFFFFF;
  padding: 11px 35px;
  min-width: 240px;
  display: inline-block;
  transition: all .3s ease-in-out;
  margin-bottom: 10px;
}

.offerwall__btn:hover {
  color: #FF5900;
  background: #192D40;
  border: 1px solid #FF5900;
}

.offerwall-hero__card-descript {
  max-width: 240px;
  font-family: 'Fredoka', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin: auto;
  margin-bottom: 16px;
}

.offerwall-hero__card {
  padding-top: 24px;
  padding-bottom: 30px;
  position: relative;
}

.offerwall-hero__card-bottom {
  position: absolute;
  top: 95%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

/* casino-list */

.casino-list {
  background: #0B244B;
}

.casino-list__all {
  position: relative;
  top: -146px;
  max-width: 1260px;
  margin: auto;
  margin-bottom: -100px;
  @media only screen and (max-width: 1120px) {
    width: 70%;
  }
  @media only screen and (max-width: 992px) {
    width: 90%;
  }
  @media only screen and (max-width: 768px) {
    width: 100%;
  }
}

.casinos-list__signature {
  font-size: 10px;
  color: #fff;
  opacity: 50%;
  text-align: center;
  padding-bottom: 20px;
}

.casinos-list__signature:last-of-type {
  padding-bottom: 0px;
}

.casinos-list__item-wrap.js-tab__content.active {
  display: block;
}

.casinos-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 30px 30px 50px;
  background: #192D40;
  border-radius: 16px;
  border: 1px solid #FFFFFF80;
  margin-bottom: 10px;

  @media only screen and (max-width: 1200px) {
    padding: 40px 60px 40px 40px;
  }

  @media only screen and (max-width: 1120px) {
    display: block;
  }

  @media only screen and (max-width: 767px) {
    padding: 24px 16px 24px 16px;
  }
}

.casino-list__right {
  flex: 0 0 30%;
  @media only screen and (max-width: 1120px) {
    display: flex;
    justify-content: center;
    margin-left: 38px;
  }
  @media only screen and (max-width: 992px) {
    margin-left: 24px;
  }
  @media only screen and (max-width: 560px) {
    max-width: 240px;
    margin: auto;
    justify-content: inherit;
  }
}

.casinos-list__item:last-child {
  margin-bottom: 0px;
}

.casino-list__left {
  display: flex;
  max-width: 546px;

  @media only screen and (max-width: 1120px) {
    margin: auto;
    margin-bottom: 30px;
  }

  @media only screen and (max-width: 767px) {
    margin-bottom: 24px;
  }

  @media only screen and (max-width: 560px) {
    display: block;
  }
}

.casino-list__text {
  @media only screen and (max-width: 560px) {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
}

.casino-list__text-btn {
  text-align: center;
  font-weight: 700;
  color: #FFFFFF;

  display: inline-block;
  border-radius: 100px;
  padding: 11px 35px;
  min-width: 240px;
  background: #FF5900;
  border: 1px solid #FF5900;
  transition: all .3s ease-in-out;
  @media only screen and (max-width: 560px) {
    order: 4;
    max-width: 240px;
    margin: auto;
  }
}

.casino-list__text-btn:hover {
  color: #FF5900;
  background: transparent;
  border: 1px solid #FF5900;
}

.casino-list__image-descript {
  font-size: 18px;
  font-family: 'Fredoka', sans-serif;
}

.casino-list__bonus-item {
  position: relative;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 8px;
  padding-left: 25px;
}

@media (min-width: 768px) {
  .casino-list__bonus-item {
    font-size: 20px;
  }
}

.casino-list__bonus-item svg {
  vertical-align: inherit;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.casino-list__logo {
  width: 160px;
  height: 100%;
  min-height: 164px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;

  @media only screen and (max-width: 560px) {
    margin: auto;
  }
}

.casino-list__logo img {
  max-width: 120px;
}

.casino-list__image-wrap {
  text-align: center;
  margin-right: 38px;

  @media only screen and (max-width: 992px) {
    margin-right: 24px;
  }

  @media only screen and (max-width: 560px) {
    margin-right: 0px;
    margin-bottom: 12px;
  }
}

.casino-list__label {
  font-family: 'Fredoka', sans-serif;
  font-weight: 500;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.1;

  min-width: 160px;
  margin: 0 auto 8px;
  width: fit-content;
  padding: 8px 17px;
  text-align: center;
  border-radius: 24px;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  @media only screen and (max-width: 560px) {
    order: 2;
  }
}

@media (min-width: 768px) {
  .casino-list__label {
    min-width: auto;
    margin: 0 0 8px;
  }
}

.casino-list__name {
  font-family: 'Fredoka', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 8px;
  @media only screen and (max-width: 560px) {
    order: 3;
  }
}

.casino-list__rating {
  line-height: 1;
  margin-bottom: 12px;
}

.casino-list__rating img {
  width: auto;
}

/* faq */

.faq {
  padding: 40px 0px;
  background: #0B244B;
}

.faq .section-title {
  margin-bottom: 30px;
}

.faq__wrap {
  max-width: 1170px;
  margin: auto;
}

.faq-list__item {
  border-bottom: 1px solid #FFFFFF1F;

  &:first-child {
    .faq-list__details {
      padding-top: 0;
    }
  }

  &:last-child {
    border-bottom: none;

    .faq-list__details {
      padding-bottom: 0;
    }

    &[open] {
      padding-bottom: 34px;
    }
  }
}


.faq-list__details {
  padding-top: 21px;
  padding-bottom: 26px;
  font-weight: 500;
  font-size: 20px;
  font-family: 'Fredoka', sans-serif;
  color: #FFFFFF;
  cursor: pointer;
  outline: none;

  &[open] {
    .faq-list__icon {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
    }

    & + .faq-list__content {
      padding-bottom: 34px;
      -ms-grid-rows: 1fr;
      grid-template-rows: 1fr;
    }
  }
}

.faq-list__summary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  list-style: none;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.faq-list__icon {
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.faq-list__content {
  max-width: 1042px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 0fr;
  grid-template-rows: 0fr;
  font-size: 14px;
  line-height: 1.33;
  color: #FFFFFF;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.faq-list__body {
  overflow: hidden;
  @media only screen and (max-width: 768px) {
    font-size: 16px;
  }
}

/* promotion-page */

.promotion-page__tabs-wrap {
  margin-bottom: 50px;
}

.promotion-page {
  background-image: url('../images/promotions_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.promotion-page__wrap {
  text-align: center;
}

.promotion-page__logo-wrap {
  text-align: center;
  padding: 50px 0px;
}

.promotion-page__logo {
  display: inline-block;
  max-width: 114px;
}

.promotion-page .section-title {
  margin-bottom: 36px;
}

.promotion-page__tabs-item {
  color: #FFFFFFDE;
  font-size: 24px;
  font-family: 'Fredoka', sans-serif;
  font-weight: 400;
  border: 1px solid #FFFFFF99;
  padding: 10px 30px;
  border-radius: 16px;
  line-height: 1.33;
  cursor: pointer;
  margin: 0px 4px;
  display: inline-block;
  transition: all .3s ease-in-out;
  @media only screen and (max-width: 768px) {
    font-size: 18px;
    padding: 5px 15px;
  }
  @media only screen and (max-width: 460px) {
    margin: 0px 2px;
    font-size: 16px;
  }
  @media only screen and (max-width: 390px) {
    font-size: 14px;
    padding: 5px 8px;
  }
}

.promotion-page__tabs-item:first-child {
  margin-left: 0px;
}

.promotion-page__tabs-item:last-child {
  margin-right: 0px;
}

.promotion-page__tabs-item.active {
  color: #1D447F;
  background: #FFFFFF;
}

.promotion-page__tabs-item:hover {
  background: rgba(255, 255, 255, 0.2);
}

.locale-chose {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}

.locale-chose__locale-inf {
  text-transform: uppercase;
  border: 1px solid #FFFFFF99;
  padding: 8px 10px;
  font-size: 14px;
  border-radius: 16px;
  @media only screen and (max-width: 420px) {
    font-size: 11px;
  }
}

.locale-chose__select-wrapper {
  width: 150px;
  position: relative;
  @media only screen and (max-width: 420px) {
    width: 100px;
  }
}

.locale-chose__select-wrapper img {
  max-width: 30px;
}

.locale-chose__chose-loc {
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 24px;
  padding: 3.5px 0px;
  @media only screen and (max-width: 420px) {
    padding: 0px;
  }
}

.locale-chose__chose-loc svg {
  transition: all .3s ease-in-out;
  margin-left: 5px;
}

.locale-chose__chose-loc svg.active {
  transform: rotate(-180deg);
}

.locale-chose__select-item {
  cursor: pointer;
  display: block;
  width: 100%;
  padding: 5px 10px;
}

.locale-chose__select-item:hover {
  background: #004CFF26;
}

.locale-chose__select-options {
  background: #1B1940;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  z-index: 999;
  top: 100%;
  display: none;
  overflow: hidden;
  margin-top: 10px;
}

.locale-chose__select-options.active {
  display: block;
}

.promotion-page__loader-img {
  max-width: 200px;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.promotion-page__loader-img span {
  font-family: 'Fredoka', sans-serif;
  font-weight: 700;
  font-size: 20px;
  position: absolute;
  bottom: 10px;
}

.main-card__all-wrap {
  position: relative;
}

.promotion-page__loader {
  background: rgba(11, 36, 75, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: none;
}

.promotion-page__loader.active {
  display: block;
}

/* contact */

.contact {
  padding: 60px 0px;
  min-height: 100vh;
  background-image: url('../images/hero_bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.contact .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.contact__name {
  font-family: 'Fredoka', sans-serif;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
}

.contact__descript {
  font-family: 'Fredoka', sans-serif;
}

.contact__form {
  max-width: 500px;
  margin: auto;
}

.contact__form input, .contact__form textarea {
  display: block;
  padding: 13px 16px;
  margin-bottom: 16px;
  border-radius: 16px;
  width: 100%;
  border: none;
  outline: none;
}

.contact__info-wrap {
  max-width: 1000px;
  margin: auto;
  margin-bottom: 50px;
}

.contact__logo-wrap {
  text-align: center;
  margin-bottom: 40px;
}

.contact__logo {
  display: inline-block;
  max-width: 114px;
}
