@import url("https://fonts.googleapis.com/css2?family=Open+Sans&display=swap");

svg use {
  fill: #fff;
  fill-rule: evenodd;
}

.path {
  fill: #fff;
  stroke: #fff;
}

html {
  scroll-behavior: smooth;
}

.svg-menu rect,
.menu {
  transition: all 0.3s linear;
}
ul {
  padding: 16px;
  background: #f1f2f3;
  border-radius: 12px;
}
body {
  font-family: "Open Sans", sans-serif;
  width: 100%;
  color: #252731;
  font-size: 15px;
  line-height: 150%;
  overflow-x: hidden;
  background: #fff;
  font-weight: 400;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
  padding-top: 80px;
}

a {
  color: inherit;
}

* {
  position: relative;
  box-sizing: border-box;
}

ul {
  list-style: none;
}

ul > li {
  display: inline-block;
}

span {
  display: inline-block;
}

.image img {
  display: block;
}

.header {
  z-index: 1000;
  width: 100%;
  background: #ff6600;
}

.image img {
  margin: auto;
}

.content {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  margin-top: 26px;
  overflow: hidden;
  flex-direction: column;
}
.content p + p {
  margin-top: 16px;
}
.content > *,
.content > * {
  margin-top: 16px;
}
.content > *:not(:first-child) {
  margin-top: 16px;
}
.content ul > li {
  position: relative;
  padding-left: 8px;
  display: flex;
  justify-content: flex-start;
  /* margin-bottom: 8px; */
}

.content ul > li::before,
.article ul > li::before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  vertical-align: middle;
  background-image: url("../img/title.svg");
  background-repeat: no-repeat;
  background-size: contain;
}
ul li + li {
  margin-top: 6.5px;
}
.faq__list {
  background: none;
  padding: 0;
}
.content .footer__sponsor > li:before,
.content .footer__payment > li:before,
.content .footer__age > li:before,
.content ul > .faq__item:before,
.content .article__payment > li:before,
.content .article__img > li:before,
.content .menu.header__menu ul > li:before {
  content: none;
}
.content.footer__star-logo div .star {
  display: flex;
  margin-top: 6px;
}
@media (max-width: 600px) {
  .content.footer__star-logo div .star {
    display: flex;
    margin-top: 6px;
    justify-content: center;
  }
}
.menu.header__menu ul > li {
  padding-left: 0;
}
.menu.header__expand-menu.active ul {
  background: none;
  padding: 0;
}
ol {
  list-style: none;
}
ol > li {
  margin-bottom: 8px;
  padding-left: 24px;
}
ol > li:before {
  content: counter(ol) ".";
}
ol > li {
  counter-increment: ol;
}
ol > li:before,
ol > li:before {
  display: inline-block;
  position: absolute;
  font: inherit;
  z-index: 1;
  top: 0;
  color: #202020;
  left: 7px;
}

ol > li {
  position: relative;
  padding-left: 28px;
}

a {
  transition: all 0.2s linear;
}

h1,
h2,
h3,
h4,
.title {
  font-weight: 700;
  z-index: 100;
  color: #202020;
}

h1,
.title.general {
  font-size: 52px;
  font-weight: 800;
  line-height: 120%;
  color: #fff;
  text-align: left;
  margin-bottom: 12px;
  text-transform: uppercase;
}

h2,
.title.high {
  font-size: 20px;
  line-height: 120%;
  text-align: left;
  color: #202020;
  text-transform: none;
}

h3,
.title.middle {
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #202020;
  margin-bottom: 16px;
  text-transform: none;
}

h4,
.title.small {
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

.button {
  min-width: 158px;
  font-size: 20px;
  line-height: 150%;
  font-weight: 700;
  padding: 12px 20px;
  display: inline-block;
  position: relative;
  color: #fff;
  height: auto;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  margin: auto;
  z-index: 10;
  transition: all 0.3s linear;
  border-radius: 6px;
  text-transform: uppercase;
  background: #40b840;
}

.button:hover {
  transform: scale(1.05);
}
/* header */

/* first */

.header {
  position: fixed;
  top: 0;
  left: 0;
  background: #ff6600;
}

.content.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  min-height: 80px;
  padding: 0;
  margin-top: 0;
  overflow: visible;
  flex-direction: row;
}

.logo img {
  display: block;
  max-width: none;
  max-width: 144px;
}

.header__logo {
  margin-right: 64px;
}

.header__menu-button {
  display: none;
  background: transparent;
  z-index: 1000;
}

.header__menu-button svg {
  display: block;
  width: 45px;
}

.header__content > .header__buttons {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__button.button {
  min-width: 124px;
  border: none;
  border-radius: 6px;
  background: #316382;
  margin: 0;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 700;
  color: #fff;
}

.header__button + .header__button {
  margin-left: 8px;
}
.header__menu {
  flex: 1;
}

.header__menu > ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  flex-wrap: wrap;
  background: none;
  padding: 0;
}
.menu.header__menu ul li + li {
  margin: 0;
}
.header__menu > ul a {
  transition: opacity 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 100%;
  color: #fff;
  padding: 12px;
  justify-content: center;
}

.header__menu > ul a:hover {
  background: #ff8533;
}
.menu.header__menu {
  margin-left: auto;
}
.header__languages {
  position: relative;
  z-index: 1000;
  font-size: 14px;
  line-height: 16px;
  color: #6e7785;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 24px;
}

.header__languages img {
  display: block;
  border-radius: 50%;
}

.header-languages__button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  z-index: 1000;
  padding-right: 20px;
}

.header-languages__button:before {
  content: "";
  position: absolute;
  right: 0;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  background-image: url(../images/languages-arrow.svg);
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

.header-languages__button img {
  width: 24px;
  border-radius: 50%;
  transition: all 0.2s linear;
}

.header-languages__button:hover img {
  transform: scale(1.1);
}

.header-languages__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: -999;
  width: 100vw;
  height: 100%;
  margin: 0;
  border: none;
  overflow: hidden;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
  transition: all 0.1s linear;
  padding: 20px;
}

.header-languages__wrapper.active {
  opacity: 1;
  overflow-y: auto;
  z-index: 11000;
  visibility: visible;
  background: rgba(0, 0, 0, 0.6);
}

.header-languages__wrap {
  display: block;
  position: absolute;
  margin: 10px 20px 0;
}

.header-languages__wrap > div:not(.header-languages__close) {
  padding: 24px 30px;
  border-radius: 10px;
  background: #1a1b29;
  max-width: 450px;
  z-index: 10;
  transition: all 0.2s linear;
  overflow: auto;
  max-height: calc(100vh - 10px);
  width: auto;
}

.header-languages__wrap > div::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.header-languages__desc {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 22px;
  color: #fff5d6;
  text-transform: none;
  font-weight: 400;
}

.header-languages__list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -24px;
  margin-left: -15px;
}

.header-languages__list li {
  margin-top: 24px;
  margin-left: 15px;
  flex: 0 1 calc((100% - 15px * 5) / 5);
}

.header-languages__list a {
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s linear;
  font-size: 15px;
  line-height: 2px;
  color: #fff5d6;
  font-weight: 400;
  min-width: 60px;
}

.header-languages__list a:hover {
  color: #fff;
}

.header-languages__list a span:first-child {
  flex: 0 1 24px;
  margin-right: 4px;
  transition: all 0.2s linear;
}

.header-languages__list a span:nth-child(2) {
  flex: 1;
}

.header-languages__list a img {
  transition: all 0.2s linear;
}

.header-languages__list a:hover span:first-child {
  transform: scale(1.1);
}

.header-languages__close {
  position: absolute;
  right: -16px;
  top: -16px;
  cursor: pointer;
  transition: all 0.2s linear;
  z-index: 100;
}

.header-languages__close:hover {
  transform: scale(1.1);
}

.header__expand-menu {
  display: none;
  margin-bottom: 50px;
  z-index: 1001;
}

.header__expand-menu > * {
  display: none;
  width: 100%;
}

.header__expand-menu > *:nth-child(2) a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__expand-menu li {
  display: block;
  width: 100%;
  text-align: center;
}

.header__expand-menu > *:nth-child(2) a {
  font-weight: 700;
  padding: 12px;
  margin-bottom: 15px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 20px 20px 10px 10px;
  color: #fff;
}
.menu.header__expand-menu.active ul li a {
  transition: opacity 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  padding: 12px;
  justify-content: center;
}
.header__expand-menu span {
  display: block;
}

.header__expand-menu img {
  display: block;
  margin: auto;
}

.header__expand-menu span:first-child {
  flex: 0 1 24px;
  margin-right: 8px;
}

/* cover */

.cover {
  overflow: hidden;
}

.content.cover__content {
  overflow: visible;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  min-height: 400px;
  margin-bottom: 82px;
  margin-top: 82px;
  padding: 0;
}
.article__img-home {
  margin-top: 0 !important;
  position: relative;
  display: inline-block;
}

.article__img-home-info {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 10px 75px;
  border-radius: 8px;
}
.article__img-home-info h3 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
.article__img-home img {
  width: 100%;
}
.article__img-home-info img {
  max-width: 370px;
}
.cover__title.title {
  text-align: center;
}

.cover__title span {
  color: #e93e3a;
}

.cover__title span:nth-child(1),
.cover__title span:nth-child(2) {
  color: #ffffff;
}

.cover__wrap {
  z-index: 100;
  max-width: 630px;
  margin-top: 0 !important;
}
.cover__wrap p {
  margin-bottom: 24px;
  color: #fff;
  font-size: 22px;
  line-height: 120%;
  font-weight: 800;
}
.cover__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cover__bg img {
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
  min-height: 400px;
}

.cover__image {
  position: absolute;
  left: 52%;
  height: 100%;
  max-height: 360px;
  bottom: 0;
  z-index: 1;
}

.cover__image img {
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
}

/* content nav */
.content.nav ul > li > a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
}
.content.nav ul > li {
  padding: 12px 14px;
  background: #316382;
  border-radius: 6px;
}
.content.nav ul > li:hover {
  background: #063857;
}

.content.nav ul {
  gap: 10.56px;
  display: flex;
}
.article__img {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  background: none;
}
.article__img li {
  flex-direction: column;
  border-radius: 12px;
}
.article__img li img {
  display: block;
}
.article__img li div {
  background: #ff6600;
  padding: 12px;
  font-size: 15px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border-radius: 0 0 12px 12px;
}
.article__img li + li {
  margin: 0;
}
.content .article__img li {
  padding-left: 0;
  max-width: 173px;
}
.content .article__img.article__img-casino li {
  max-width: 270px;
}
.article__border {
  border: 2px solid #ff6600;
  background: #f1f2f3;
  border-radius: 12px;
  padding: 12px;
}
.article__payment {
  display: flex;
  gap: 48px;
  padding: 16px 0;
  flex-wrap: wrap;
}
@media (max-width: 1100px) {
  .article__payment {
    justify-content: center;
  }
}
.article__payment li {
  padding-left: 0;
}
.article__buenos {
  display: flex;
  gap: 20px;
}
@media (max-width: 660px) {
  .article__buenos {
    flex-direction: column;
  }
}
.article__registro div > img {
  width: 630px;
  height: 280px;
}
.content.article .article__block {
  display: flex;
  gap: 20px;
}
.content.article .article__block div:first-child {
  width: 70%;
}
.content.article .article__block.article__block2 div:first-child {
  width: 30%;
}
.content.article .article__block.article__block2 div:last-child {
  width: 70%;
}
.article__block-list {
  display: flex;
  gap: 20px;
}
.article__block-list div {
  width: 100%;
  padding: 24px 32px;
  background: #fff;
  border-radius: 3px;
}
.article__block-list div > p {
  margin-bottom: 16px;
}
.article__block-list div > ul {
  margin-top: 16px;
}
.article__buenos div {
  background: #ffffff;
  padding: 24px 32px;
  border-radius: 6px;
}
.article__buenos div h3 {
  display: flex;
  align-items: center;
  gap: 16px;
}
.article__registro {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article__img-home-info p {
  font-size: 15px;
  line-height: 150%;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  max-width: 596px;
  text-align: center;
}
@media (max-width: 700px) {
  .article__registro {
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
}
.article__registro div:last-child {
  padding: 0 37px;
}
.article {
  position: relative;
}

.background img {
  width: 100%;
  display: block;
}

.article__bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-102%, -125%);
  color: white;
  text-align: left;
  padding: 10px;
  z-index: 2;
  font-size: 58px;
  line-height: 100%;
  font-weight: 700;
}
.content__img-title {
  max-width: 539px;
}
/* footer */

.footer {
  background: #373944;
  margin-top: 20px;
  text-align: center;
}
.footer__content.content {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  padding: 0;
  margin-top: 0;
}

.footer-logo {
  display: flex;
  gap: 19px;
  margin-right: 64px;
}
.footer__nav {
  display: flex;
}

.footer img {
  display: block;
}
.footer-logo img {
  max-width: 158px;
}
.content.footer__content p {
  color: #fff;
  margin-top: 0;
}
.footer__sponsor__nav {
  display: flex;
}
.footer__sponsor,
.footer__payment {
  background: none;
  padding: 0;
}
.footer__sponsor li {
  max-width: 167px;
}
.footer__sponsor__nav p {
  max-width: 38%;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  text-align: left;
}
.content .footer__sponsor,
.content .footer__payment {
  display: flex;
  justify-content: center;
  gap: 11px;
  margin-top: 0;
  flex-wrap: wrap;
}
.footer__payment {
  margin-top: 24px !important;
}
.footer__copyright {
  margin-top: 24px !important;
  margin-bottom: 42px;
}
.content .footer__age {
  padding: 16px 0;
  display: flex;
  justify-content: center;
  margin-top: 24px;
  gap: 40px;
  background: #00aa73;
  border-radius: 6px;
  flex-wrap: wrap;
}
.content .footer__info p {
  text-align: left;
  color: #dbdbdb;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  margin: 0;
}
.content .footer__copyright p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #dbdbdb;
}
.footer__info p:last-child {
  margin-top: 8px;
}
/* comment */

.comment__content.content {
  overflow: hidden;
  text-align: center;
}

.comment__content > * + * {
  margin-top: 16px;
}

.comment__content > * {
  z-index: 100;
}

.comment__list + * {
  margin-top: 0;
}

.comment__list {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  z-index: 100;
  margin-left: -20px;
  margin-top: -20px;
}

.comment-list__item {
  flex: 0 1 calc((100% - 40px) / 2);
  padding: 40px;
  min-height: 240px;
  margin-top: 20px;
  margin-left: 20px;
  text-align: left;
  background-image: url(../images/comment-bg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  color: #fff;
}

.comment-item__name {
  margin-top: 8px;
}

/* offer */

.offer__content.content {
  padding: 60px 70px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  overflow: hidden;
  min-height: 308px;
  border-radius: 6px;
  /* border: 2px solid #e0e700; */
  margin-top: 16px;
}
.button.offer__button {
  padding: 16px 40px;
  min-width: 219px;
}
.offer__content.content.second {
  border-color: #5bf9d0;
}
.tienes {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.tienes__block {
  background: #1d2843;
  border: 1px solid #e0e700;
  border-radius: 6px;
  padding: 16px;
}
.tienes__number {
  font-size: 16px;
  line-height: 120%;
  overflow-x: hidden;
  color: #1d2843;
  border-radius: 50%;
  background: #e0e700;
  width: 22px;
  height: 22px;
  display: flex;
  font-weight: 900;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
}
.memorables {
  margin-top: 16px;
  margin-bottom: 16px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.memorables-block {
  background: #1d2843;
  border: 1px solid #e0e700;
  border-radius: 6px;
  padding: 16px;
}
.memorables-title {
  font-size: 18px;
  line-height: 150%;
  font-weight: 700;
  color: #e0e700;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
}
.offer__content.content.third {
  border-color: #3e5dc7;
}

.offer__content.content.fourth {
  border-color: #05856b;
}

.offer__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.offer__bg img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
  width: 100%;
}

.offer__wrap {
  text-align: center;
  z-index: 100;
}

.offer__title.title.middle {
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.fourth .offer__title.title {
  text-transform: uppercase;
}

.fourth .offer__title.title.middle span {
  color: #fcc211;
}

.fourth .offer__title.title.high {
  color: #fff;
}

.fourth .offer__title.title.high span {
  color: #e93e3a;
}

.offer__title.title.high {
  font-size: 32px;
  line-height: 40px;
  text-align: center;
  margin-bottom: 0;
}

.offer__wrap > * + * {
  margin-top: 15px;
}

.offer__image {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 1;
}

.offer__image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: none;
  max-height: none;
  height: 100%;
}

.fourth .offer__image {
  left: auto;
  right: 68%;
}
/* faq */
/* faq__content */
.faq__content.content {
  overflow: hidden;
}

h2.faq__title {
  font-size: 48px;
  line-height: 56px;
}

.faq__item {
  overflow: hidden;
  border-radius: 6px;
  color: #fff;
  background: #fff;
}

.title.middle.faq-item__title {
  padding: 16px 60px 16px 20px;
  position: relative;
  font-size: 16px;
  line-height: 120%;
  text-align: left;
  font-weight: 700;
  color: #252731;
  margin: 0;
  width: 100%;
  text-transform: none;
}
.content .faq__item {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  background: #f1f2f3;
  border-radius: 6px;
}
.faq__item.active {
  background: #f1f2f3;
}
.faq__item.active .title.middle.faq-item__title {
  background: #f1f2f3;
  border-bottom: 2px solid #ffffff;
}
.title.middle.faq-item__title:before {
  content: url(../img/faq.svg);
  position: absolute;
  right: 29px;
  top: calc(50% - 13px);
  height: 24px;
  width: 24px;
  line-height: 0;
  transition: all 0.2s linear;
  z-index: 10;
}

.faq__item.active .title.middle.faq-item__title:before {
  content: url(../img/faq-open.svg);
}

.faq__item {
  display: block;
  cursor: pointer;
  border-radius: 6px;
}

.faq__item + .faq__item {
  margin-top: 15px;
}

.faq-item__answer {
  padding: 16px 20px 16px 20px;
}
.faq-item__answer p {
  color: #252731;
  font-size: 15px;
  line-height: 150%;
  font-weight: 400;
}
.js-expand-content {
  display: none;
  overflow: hidden;
}

.js-expand-content.expanded {
  height: 100%;
}
/* to top */

.main__arrow img {
  object-fit: cover;
  max-width: none;
  max-height: none;
  width: 100%;
  height: 100%;
}
.main__arrow a {
  position: sticky;
  bottom: 10px;
  right: 0;
  width: 42px;
  height: 42px;
  transition: all 0.2s linear;
  opacity: 1;
  z-index: 200;
}
.article__img li {
  transition: transform 0.3s ease;
}

.article__img li:hover {
  transform: scale(1.05);
}
.main__arrow {
  position: absolute;
  right: 6%;
  bottom: 0px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.main__arrow {
  height: 85%;
}

.article__block-right,
.article__block {
  display: flex;
}
.article__block div,
.article__block-right div {
  width: 50%;
}
.article__block div h2,
.article__block-right div h2 {
  margin-bottom: 16px;
}
.article__block-right div ul,
.article__block div ul {
  background: none;
  padding: 0;
  margin: 16px 0;
}
