@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&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;
}

body {
  font-family: "Poppins", sans-serif;
  width: 100%;
  color: rgba(255, 255, 255, 1);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  overflow-x: hidden;
  background: rgba(15, 33, 46, 1);
  -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;
}

.image img {
  display: block;
}

.header {
  z-index: 1000;
  width: 100%;
}

.image img {
  margin: auto;
}

.content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  padding: 20px;
  background: rgba(27, 44, 55, 1);
  border-radius: 3px;
  margin-top: 20px;
  overflow: hidden;
}
.content p + p {
  margin-top: 16px;
}
.content > *,
.content > * {
  margin-top: 16px;
}
.content > *:not(:first-child) {
  margin-top: 20px;
}
.content ul > li {
  position: relative;
  padding-left: 8px;
  display: flex;
  /* margin-bottom: 8px; */
}
.content ul > li::before,
.article ul > li::before {
  content: "*";
  color: #fff;
  width: 3px;
  font-size: 25px;
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
  position: relative;
  top: 5px;
}
.content ul > li + li {
  margin-top: 20px;
}
.content .article__menu > li:before,
.article .article__menu > li:before {
  margin-right: 16px;
}

.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;
}
.menu.header__menu ul > li {
  padding-left: 0;
}
ol {
  list-style: none;
}
ol > li {
  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: rgba(255, 255, 255, 1);
  left: 7px;
}

ol > li {
  position: relative;
  padding-left: 28px;
}

a {
  transition: all 0.2s linear;
}

h1,
h2,
h3,
h4,
.title {
  font-weight: 600;
  z-index: 100;
  color: #202020;
}

h1,
.title.general {
  font-size: 32px;
  line-height: 40px;
  font-weight: 800;
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  text-transform: none;
}

h2,
.title.high {
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
  padding: 10.5px 20px;
  text-transform: none;
  margin-top: 0 !important;
  background: rgba(60, 87, 105, 1);
  border-radius: 3px;
}

h3,
.title.middle {
  font-size: 16px;
  line-height: 150%;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  text-align: left;
  margin-bottom: 16px;
  text-transform: none;
}

h4,
.title.small {
  font-size: 15px;
  line-height: 22px;
  text-align: left;
}

.button {
  min-width: 200px;
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  padding: 10.5px 37px;
  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: 3px;
  background: rgba(30, 120, 222, 1);
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}
.header__btn .button {
  text-transform: none;
  min-width: 169px;
}
.button:hover {
  transform: scale(1.05);
}
/* header */

/* first */

.header {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 30px;
  background: rgba(27, 44, 56, 1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.content.header__content {
  display: flex;
  max-width: 1280px;
  justify-content: space-between;
  align-items: center;
  background: transparent;
  border: none;
  min-height: 80px;
  padding: 0;
  margin-top: 0;
  overflow: visible;
  flex-direction: column;
  padding: 16px 0 16px 0;
  gap: 16px;
}
.button.button-iniciar {
  background: rgba(48, 69, 83, 1);
}
.content.header__content div {
  margin-top: 0;
}

.menu.header__menu {
  margin-top: 0;
}

.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-start;
  overflow: hidden;
}

.header__menu > ul a {
  transition: opacity 0.3s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 32px;
  color: #fff;
  padding: 4px 16px;
  justify-content: center;
  text-transform: uppercase;
}
.content.header__content .header-top {
  justify-content: space-between;
  display: flex;
  width: 100%;
}
.header__menu > ul a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.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__btn {
  display: flex;
  gap: 10px;
}
.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;
}
.logo.header__logo {
  display: flex;
}
.logo.header__logo img {
  width: 111px;
}
.logo.header__logo img:last-child {
  width: 200px;
}
.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;
}
/* rating */
.rating__block-name div {
  font-weight: 700;
  font-size: 32px;
  line-height: 135%;
  color: rgba(255, 255, 255, 1);
  text-transform: uppercase;
}
.rating__block-name .rating__block-title {
  font-weight: 700;
  font-size: 15px;
  line-height: 135%;
  color: rgba(255, 255, 255, 1);
  text-transform: none;
  margin-bottom: 10px;
}
.rating__block-star {
  display: flex;
  gap: 5px;
}
.rating__block-name {
  display: flex;
  padding: 16.5px 17px;
  gap: 37px;
}
.rating__block-info {
  font-size: 15px;
  position: relative;
  max-width: 360px;
}
.rating__block-info a {
  color: rgba(30, 120, 222, 1);
  cursor: pointer;
}

.rating__block-number {
  font-weight: 700;
  font-size: 40px;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 17px;
}
.rating__block-star-name {
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 17px;
}
.rating__info {
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  margin-top: 17px;
}
.rating__block-start {
  display: flex;
  gap: 50px;
  padding: 60px 20px;
}
.rating__block-information {
  display: flex;
  flex-direction: row;
  gap: 10px;
}
.rating__block-lg {
  background: rgba(34, 55, 67, 1);
  border-top: 1px solid rgba(50, 76, 91, 1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 3px;
  padding: 20px;
  max-width: 360px;
}
.rating__number {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
.rating__block {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.rating__number-block {
  padding: 0;
  display: flex;
  width: 200px;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  background: rgba(60, 87, 105, 1);
  height: 10px;
  border-radius: 15px;
  overflow: hidden;
}
.rating__bar {
  height: 100%;
  border-radius: 15px;
  background: rgba(30, 120, 222, 1);
}
.rating__bar {
}
/* cover */

.cover {
  overflow: hidden;
  margin-top: 13px;
}

.content.cover__content {
  overflow: visible;
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 380px;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.hero__block {
  z-index: 9;
  background: rgba(34, 55, 67, 1);
  border-radius: 3px;
  border-top: 1px solid rgba(50, 76, 91, 1);
  padding: 21px 23px 0 23px;
  width: 447px;
}
.hero__block-title {
  font-size: 16px;
  line-height: 100%;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 5px;
}
.hero__block p {
  font-size: 16px;
  line-height: 100%;
  font-weight: 400;
  color: rgba(178, 187, 210, 1);
}
.hero__block-icon {
  display: flex;
  justify-content: space-between;
}
.hero__block-icon a:hover {
  transform: scale(1.05);
}
.hero__block-icon a {
  display: flex;
  justify-content: space-between;
  margin-bottom: -26px;
}
.hero__block-icon img:last-child {
  margin-top: -10px;
}
.hero__block + .hero__block {
  margin-top: 20px;
}
.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;
}

.content .cover__wrap {
  z-index: 100;
  max-width: 588px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
}
.cover__wrap p {
  margin-bottom: 32px;
}
.cover__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.cover__wrap a {
  margin-left: 0;
  min-width: 184px;
}
.cover__wrap p {
  color: rgba(178, 187, 210, 1);
  font-size: 16px;
  line-height: 100%;
  font-weight: 500;
  margin-bottom: 30px;
}
.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: 380px;
  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;
}
.content .article__img li {
  padding-left: 0;
}
.article__payment {
  display: flex;
  gap: 48px;
  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__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;
}
@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;
}
.article__list-block {
  display: flex;
  gap: 20px;
}
.article__list-block ul {
  width: 100%;
}
.article__list-block ul li {
  padding: 8.5px 40px;
  line-height: 24px;
}
.content.article .button {
  display: flex;
  justify-content: center;
  max-width: 285px;
}
.content .article__crupto p + p {
  margin: 0;
}
.content.article.regístrate {
  background: none;
}
.content.article.regístrate h2 {
  background: none;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 40px;
}
.regístrate__block {
  display: flex;
  gap: 30px;
  padding: 0 30px;
}
.regístrate__block div {
  background: linear-gradient(90deg, #fd762d 0%, #fea600 100%);
  box-shadow: -18px 0px 7px 0px #bfbfbf;
  padding: 48px 20px 20px 20px;
  text-align: center;
}
.content.article.regístrate .button {
  margin-top: 40px;
}
.new__content {
  display: flex;
  gap: 20px;
}
.article__bg {
  background-image: url("../img/home2.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.background {
  background-image: url("../img/home4.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 357px;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.background .content.article {
  background: none;
  margin-top: 0;
}
.background .content.article {
  color: rgba(255, 255, 255, 1);
}
.background .content.article div {
  width: 100%;
}
.background .content.article h2,
.background .content.article p {
  color: rgba(255, 255, 255, 1);
}
.background .content.article p {
  max-width: 49%;
}
.content.article.article__bg h2 {
  color: rgba(255, 255, 255, 1);
}
.content.article.article__bg h3 {
  color: rgba(255, 255, 255, 1);
  font-size: 17px;
  line-height: 22px;
  max-width: 564px;
}
.article__app-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(368px, 1fr));
  gap: 20px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.content .article__app-list li:before {
  content: none;
}
.content .article__app-list li {
  display: flex;
  padding: 0;
  flex-direction: column;
}
.content .article__app-list li img {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.content .article__app-list li div {
  padding: 16px;
  background: rgba(255, 240, 231, 1);
  border-radius: 0 8px 8px 0;
  border-left: 2px solid rgba(255, 102, 0, 1);
  width: 100%;
  margin-top: auto;
  min-height: 110px;
}
.content .article__app-list li div strong {
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  color: rgba(4, 4, 6, 1);
  margin-bottom: 16px;
}
.content .article__app-list li div p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(4, 4, 6, 1);
  margin-top: 16px;
}
.article__app-list li {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}
.content.article p span {
  font-weight: 700;
}
.content.article p .short-text,
.content.article p .full-text {
  font-weight: 400;
}
.content.article.article__bg p {
  color: rgba(255, 255, 255, 1);
  max-width: 564px;
}
.content.article.article__bg .button {
  background: rgba(255, 102, 0, 1);
  max-width: 134px;
}
.new__content div {
  width: 100%;
}
.new__content .home {
  width: 57%;
}
.regístrate__block div > span {
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  box-shadow: -11px 0px 7px 0px #bfbfbfc7;
  background: #3c4453;
  border-radius: 50%;
  line-height: 150%;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: -35px;
}
.regístrate__block div > h3 {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 12px;
  margin-bottom: 24px;
}
.regístrate__block div > p {
  color: #fff;
}
.new__content ol {
  margin-bottom: 20px;
}
.list-block__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 150%;
  color: #000000;
  padding: 10px 40px;
  background: #e2e3e8;
  margin-bottom: 44px;
  border-radius: 3px 3px 0 0;
}
.article__list-block .article__list-block-list {
  width: 100%;
}
.article__list-block-list {
  border: 1px solid #e2e3e8;
  border-radius: 3px;
}
.content .article__sports > li:before,
.article .article__sports > li:before {
  content: none;
}
.article__sports {
  display: flex;
  justify-content: center;
  gap: 17px;
}
.content .article__sports > li {
  display: flex;
  flex-direction: column;
  padding-left: 0;
}
.content .article__sports li:hover {
  transform: scale(1.05);
}
.content .article__sports li {
  transition: transform 0.3s ease;
}
.content .article__sports li a img {
  border-radius: 3px 3px 0 0;
}
.article__sports > li > div {
  font-size: 14px;
  line-height: 150%;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  padding: 17px 16px;
  border-radius: 0 0 3px 3px;
  min-height: 64px;
  background: rgba(30, 120, 222, 1);
  display: flex;
  align-items: center;
  justify-content: center;
}
.casino-movil {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}
.content .casino-movil li::before {
  content: none;
}
.content .casino-movil li {
  padding: 16px 39px;
  background: rgba(255, 240, 231, 1);
  border-radius: 8px;
}
.content .casino-movil li a {
  display: flex;
}
.content .article__app-list .article__list .article__name {
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 16px;
  min-height: 43px;
  margin-top: 0;
}
.content .article__app-list .article__list .article__name .article__number {
  font-size: 36px;
  line-height: 43px;
  font-weight: 600;
  color: rgba(255, 102, 0, 1);
  margin: 0;
}
.home img {
  width: 100%;
}
.content .article__app-list .article__list {
  background: rgba(255, 240, 231, 1);
  border-radius: 8px;
  padding: 16px;
  gap: 8px;
}
.content .button.button__android {
  margin-left: 0;
}
.content .article__app-list .article__list .article__name p {
  font-size: 17px;
  line-height: 22px;
  font-weight: 600;
  margin: 0;
  color: rgba(4, 4, 6, 1);
}
.new__content.new__content-home ul {
  margin-top: 16px;
  margin-bottom: 0;
}
.new__content.new__content-home ul li:before {
  content: "•";
  width: 20px;
  height: 20px;
  top: 0px;
  font-size: 40px;
  color: rgba(30, 120, 222, 1);
  margin-right: 20px;
}
.content .article__sports li + li {
  margin: 0;
}
.content ul > li span {
  font-weight: 700;
}
.new__content.new__content-home ul li + li {
  margin-top: 15px;
}
.new__content.new__content-home ul li {
  padding-left: 20px;
  min-height: 62px;
  display: flex;
  align-items: center;
}
.new__content.new__content-home .new__content-span li {
  min-height: 50px;
}
.new__content.new__content-home .new__content-title li {
  min-height: 120px;
}
.new__content.new__content-home a {
  margin-left: 0;
}
.new__content .home3 {
  width: 59%;
}
.article__list .article__info {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.article__img {
  position: relative;
  display: inline-block;
}

.article__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.content.article.new .article__menu {
  border: none;
}

.article__menu li {
  color: rgba(4, 4, 6, 1);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.article__menu li > p > span {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #000000;
  margin-right: 4px;
}
.content.article.new .article__menu li {
  background: #e2e3e8;
  border-radius: 3px;
}
.content.article.new .article__menu li + li {
  margin-top: 15px;
}
.article__img-home {
  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 p {
  font-size: 32px;
  line-height: 100%;
  font-weight: 800;
  color: #fff;
  margin-bottom: 32px;
  text-transform: uppercase;
}
.article__img-home-info a {
  margin-left: 0;
}
.content.article.pсtina .article__menu {
  border: none;
}

.regístrate__block {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.regístrate__block > div {
  flex: 1 1 30%;
  min-width: 250px;
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #ccc;
}
.regístrate__block.regístrate__block-new div {
  padding: 20px 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #fd762d 0%, #fea600 100%);
}
.regístrate__block.regístrate__block-new div p {
  font-weight: 700;
  text-transform: uppercase;
}
.vip__image {
  position: relative;
  display: inline-block;
}
.btn-overlay {
  position: absolute;
  bottom: 34%;
  left: 30%;
  transform: translateX(-50%);
  text-decoration: none;
  border-radius: 6px;
  text-transform: uppercase;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.btn-overlay h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 120%;
  color: rgba(255, 255, 255, 1);
  margin-bottom: 28px;
}
.content.article .btn-overlay .button {
  margin-left: 0;
}
/* footer */

.footer {
  background: rgba(15, 33, 46, 1);

  margin-top: 20px;
  text-align: center;
}
.content.footer__content {
}
.footer__content.content {
  background: transparent;
  border-radius: 0;
  overflow: visible;
  padding: 0;
  margin-top: 30px;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

.footer-logo {
  display: flex;
  gap: 19px;
  margin-right: 64px;
}
.footer__nav {
  display: flex;
}

.footer img {
  display: block;
  margin: auto;
}

.content.footer__content p {
  color: rgba(255, 255, 255, 1);
  margin-top: 40px;
}
.content .footer__sponsor,
.content .footer__payment {
  display: flex;
  justify-content: center;
  gap: 30px;
  padding-top: 50px;
  flex-direction: row;
  border-top: 1px solid rgba(85, 112, 134, 1);
}
.content .footer__payment {
  margin-top: 51px;
}
.content .footer__age li + li,
.content .footer__sponsor li + li {
  margin-top: 0;
}

.content .footer__age {
  margin: auto;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  width: 75%;
  padding-top: 50px;
  padding-bottom: 50px;
}
.content .footer__border {
  border-bottom: 1px solid rgba(85, 112, 134, 1);
}
.content .footer__age:first-child {
  padding-top: 30px;
}
.content .footer__info p {
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin: 0;
}
.footer__info p {
  text-align: center;
}
.content .footer__info {
  margin-top: 51px;
}
.content .footer__coopiraut {
  margin-top: 51px;
  padding-bottom: 30px;
}
.content .footer__coopiraut p {
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  color: #dbdbdb;
}
.content .menu.header__expand-menu.active ul > li:before,
.article .menu.header__expand-menu.active ul > li:before {
  content: none;
}
.content .menu.header__expand-menu.active ul > li {
  padding-left: 0;
}
/* 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;
}

.title.middle.faq-item__title {
  position: relative;
  font-size: 16px;
  line-height: 100%;
  text-align: left;
  font-weight: 700;
  color: rgba(255, 255, 255, 1);
  margin: 0;
  width: 100%;
  text-transform: uppercase;
  padding: 13px 70px 13px 20px;
}
.content .faq__item {
  padding-left: 0;
  display: flex;
  flex-direction: column;
  background: rgba(34, 55, 67, 1);
  border-top: 1px solid rgba(50, 76, 91, 1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.title.middle.faq-item__title:before {
  content: url(../img/faq.svg);
  position: absolute;
  right: 0;
  top: calc(50% - 7px);
  right: 27px;
  height: 14px;
  width: 14px;
  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);
  top: calc(50% - 7px);
  right: 27px;
}

.faq__item {
  display: block;
  cursor: pointer;
  border-radius: 3px;
}

.faq__item + .faq__item {
  margin-top: 15px;
}

.faq-item__answer {
  padding: 9px 20px 9px 20px;
  color: rgba(178, 187, 210, 1);
}

.js-expand-content {
  display: none;
  overflow: hidden;
}

.js-expand-content.expanded {
  height: 100%;
}
/* to top */

.main__arrow {
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999;
}

.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;
}
.main__arrow {
  position: absolute;
  right: 4%;
  bottom: 10px;
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.main__arrow {
  height: 85%;
}

@media (max-width: 1400px) {
  .main__arrow {
    right: 5%;
  }
}
.content .footer__copyright {
  margin-top: 12px;
  padding-bottom: 50px;
}
.content .footer__copyright p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);

  margin-top: 0;
}
