@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Karla&display=swap");
@font-face {
  font-family: "Eastman-regular";
  src: url(../Eastman-Regular/Eastman-Regular.ttf);
}
@font-face {
  font-family: "Eastman-medium";
  src: url(../Eastman-Regular/Eastman-Medium.ttf);
}
.blue {
  background-color: #4374f6;
}

.blue:hover {
  background-color: #5d89fc;
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Eastman-regular", sans-serif;
  color:  #7586A3;
  line-height: 23px;
}

a {
  text-decoration: none;
  font-weight: 500;
  font-family: "Eastman-medium";
}

body {
  background-color: #151745;
}

a:hover {
  cursor: pointer;
}

button {
  font-family: "Eastman-medium";
}

button:hover {
  cursor: pointer;
}

#breadcrumbs {
  margin-top: 20px;
  margin-bottom: 20px;
}

#breadcrumbs * {
  font-family: "Eastman-medium";
}

#breadcrumbs a:first-of-type {
  color: #4374f6;
}

h1,
h2,
h3,
h4,
h5 {
  text-align: left;
  font-family: "Eastman-medium";
  color: white;
}

h1 {
  display: block;
  width: 100%;
  padding: 20px 0 20px 0;
  margin: 0;
  text-align: left;
  color: #fff;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  font-family: "Eastman-medium";
}

.title-section {
  font-family: "Eastman-medium";
}

.header ol,
.header ul {
  margin-top: 0px;
  margin-bottom: 0px;
}

.nav-header li.active:after,
.nav-header li:active:after,
.nav-header li:hover:after {
  opacity: 1;
}

::marker {
  color: #4374f6;
}

.entry-content a {
  color: #4374f6;
}

.content * {
  color:  #7586A3;
}
.title-section,h1, h1 strong,h2,h3,h4,h5,show-more, #breadcrumbs *{
	color:white !important;
}
.container a {
	color:#4474F6;
}
.show-more {
		color:white !important;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content td {
  color: white;
}

th {
  font-family: "Eastman-regular";
  color: white;
}

.content a {
  color: #4374f6;
}

.entry-content p + p {
  margin-top: 10px;
}
.cash {
  color: #ebd916;
}
.container p + p {
  margin-top: 10px;
}

h2,
h3,
h4,
h5 {
  padding-bottom: 10px;
  padding-top: 10px;
}

table {
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-header ul {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
}

.nav-header a {
  display: flex;
  font-family: "Eastman-medium";
  flex-wrap: nowrap;
  white-space: nowrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 42px;
  padding: 5px 10px;
  margin: 0;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  letter-spacing: 0.18px;
  color: white;
  text-transform: uppercase;
  border-radius: 10px;
}

.wr-header-games {
  position: sticky;
  top: 0;
  z-index: 80;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #32389e;

  padding: 15px;
  height: 60px;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.75rem 0;
  max-width: 100%;
}

.hd-part {
  display: flex;
  justify-content: start;
}

.header li {
  list-style-type: none;
  position: relative;
}

.header i {
  font-size: 1.5rem;
}

.header i:hover {
  transform: scale(1.1);
}

.custom-logo {
  max-height: 48px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
  width: 100%;
}

.btn {
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 4px;
  border: none;
  box-shadow: 0 10px 40px rgba(63, 239, 180, 0.2);
  background-image: linear-gradient(180deg, #1cdb9b -12%, #1c8562 87.33%);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin: 0;
}

.wr-tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wr-tag a {
  margin-right: 10px;
  font-family: "Eastman-medium";
}

.search {
  display: flex;
  align-items: center;
}

.btn-drop-down-lang {
  position: relative;
  border: none;
  text-align: center;
  display: flex;
  align-items: center;
  font-size: 0.5rem;
  background: transparent;
  padding: 10px;
  border-radius: 4px;
  transition: background-color 0.3s ease;
  width: 56px;
  margin-right: 10px;
}

.btn-drop-down-lang:hover {
  background-color: #32389e;
}

.btn-drop-down-lang::after {
  content: "❮";
  position: absolute;
  right: -4px;
  font-size: 12px;
  transform: rotate(-90deg) translateY(-50%);
  color: #fff;
}

.btn-drop-down-lang.active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-drop-down-lang img {
  width: 22px;
  height: 22px !important;
  border-radius: 11px;
  -o-object-fit: cover;
  object-fit: cover;
}

.langs {
  display: none;
  position: absolute;
  left: 0;
  padding: 10px;
}

.langs a {
  display: flex;
  justify-content: left;
  align-items: center;
  padding: 5px 0;
  padding-left: 10px;
}

.langs.active {
  display: block;
  text-align: left;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #32389e;
  top: 100%;
  margin-top: 0 !important;
  margin-bottom: 0;
  z-index: 87;
  padding: 10px 0;
}

.menu-info-icon {
  font-family: "Eastman-medium";
  position: relative;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  text-transform: capitalize;
  text-align: left;
  letter-spacing: 0.16px;
  text-decoration: none;
  border-radius: 12px;
  padding-right: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.menu-info-icon:after {
  content: "❮";
  position: absolute;
  right: 5px;
  font-size: 12px;
  transform: rotate(-90deg) translateY(-50%);
  color: #fff;
}

.header__menu-btn-info:hover .menu-info-icon::after {
  transform: rotate(90deg) translateY(50%);
}

.nav-header > ul > li:hover {
  color: #fff;
  border-radius: 10px;
  min-height: 42px;
  width: 100%;
}

.nav-header > ul > li:hover a {
  color: white;
}

.container {
  max-width: 1136px;
  margin: 0 auto;
  width: 100%;
}

.custom-logo-link {
  margin-right: 20px;
}

.fa-magnifying-glass:before {
  font-size: 17px;
}

.form-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 746px;
  margin: 0 auto;
}

.form {
  display: flex;
  justify-content: space-between;
  flex-basis: 100%;
}

.form input,
.btn-currency {
  padding: 0 12px;
  height: 56px;
  line-height: 1.85;
  border-radius: 16px;
  background: none #fff;
  border: 2px solid #fff;
  color: #020304;
  font-size: 13px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex-basis: 35%;
  display: flex;
  align-content: center;
}

.form input:hover,
.btn-currency:hover {
  border: solid 1px #4374f6;
}

.btn-currency {
  flex-basis: 25%;
  position: relative;
  text-transform: uppercase;
  color: black;
  display: flex;
  align-items: center;
}

.btn-currency::after {
  content: "❮";
  position: absolute;
  right: 5px;
  font-size: 0.7rem;
  transform: rotate(-90deg) translateY(-50%);
  color: #bec2c9;
}

.label-checkbox {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 2px 0 0 28px;
  position: relative;
  min-height: 18px;
  text-align: left;
  margin: 15px 0;
}

.label-checkbox a {
  text-decoration: underline;
}

.checkbox {
  display: none;
  height: 0;
  width: 0;
}

.checker {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
  letter-spacing: normal;
  position: relative;
}

.checkbox__input-default {
  border: 2px solid #a1a5b3;
  border-radius: 4px;
  box-shadow: none;
  margin-top: 1px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid #a1a5b3;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.3s ease, border-color 0.3s ease;
  cursor: pointer;
  margin: 0;
  padding: 0;
  position: absolute;
  top: initial;
  left: 0;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.32);
}

.checkbox__input-default::before {
  content: "\e908";
  display: inline-block;
  font-size: 7px;
  color: rgba(0, 0, 0, 0);
  transition: color 0.3s ease 0s, text-shadow 0.3s ease 0s;
}

.open-an-account {
  box-shadow: 0 10px 40px rgba(63, 239, 180, 0.2);
  background-image: linear-gradient(180deg, #1cdb9b -12%, #1c8562 87.33%);
  background-color: rgba(0, 0, 0, 0);
  color: white;
  min-height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  width: 100%;
  min-width: 140px;
  min-height: 58px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  font-style: normal;
  margin: 7px 0 20px;
  font-family: "Eastman-medium";
}

.open-an-account:hover {
  color: #fff;
  background-color: #5d89fc;
  border: none;
}

.recaptcha {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: #696e7e;
  text-align: center;
  font-family: "Eastman-regular";
}

.reg-form__blocks {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  margin: 68px auto;
  margin-bottom: 0;
}

.reg-form__form-bonus {
  max-width: calc(25% - 10px);
  width: 100%;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 88px;
  margin-bottom: 0;
  padding: 12px;
  background-color: #242656;
  border-radius: 16px;
}

.wr-img-bonus {
  width: 64px;
  min-width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  height: 64px;
  margin-right: 12px;
  background: #2c2f3c;
  border-radius: 10px;
}

.wr-img-bonus img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 64px;
  border-radius: 16px;
}

.title-block {
  font-size: 20px;
  font-weight: 500;
  line-height: 33px;
  font-family: "Eastman-medium";
  color: #ebd916;
}

.text-block {
  font-size: 12px;
  line-height: 18px;
  color: white;
  letter-spacing: -0.2px;
}

.reg_form-wr-content {
  text-align: left;
}

.wr-title-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 20px;
}

.title-section {
  font-size: 24px;
  line-height: 32px;
  padding-top: 3px;
  font-family: "Eastman-medium";
}

.wr-nex-prev {
  position: relative;
  max-width: 160px;
  width: 100%;
  border: solid;
  height: 60px;
  border: none;
  display: flex;
  align-items: center;
}

.wr-nex-prev .swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-radius: 4px;
  background-color: #23262e;
  margin-left: 5px;
}

.wr-nex-prev .swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
}

.link-view-all {
  border: none;
  border-radius: 12px;
  background: linear-gradient(
    360deg,
    rgba(122, 141, 255, 0.37) 8.89%,
    rgba(122, 141, 255, 0.23) 100%
  );
  color: #bec2c9;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  text-transform: capitalize;
  transition: background-color 0.3s ease, color 0.3s ease;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Eastman-medium";
}

.link-view-all:hover {
  color: white;
}

.btn-providers {
  border: none;
  border-radius: 12px;
  background-color: #23262e;
  color: #bec2c9;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: normal;
  text-transform: capitalize;
  transition: background-color 0.3s ease, color 0.3s ease;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Eastman-medium";
  position: relative;
  width: 100%;
  max-width: 250px;
}

.btn-providers::after {
  content: "❮";
  position: absolute;
  right: 5px;
  font-size: 16px;
  transform: rotate(-90deg) translateY(-90%);
  color: #bec2c9;
  text-align: center;
  font-weight: 200;
}

.btn-providers::after:hover {
  transform: rotate(90deg) translateY(60%);
}

.archive .wr-title-section {
  position: relative;
  margin-bottom: 20px;
}

.wr-providers {
  display: none;
  padding: 16px 12px 16px 16px;
  margin-top: 16px;
  padding: 12px 8px 12px 12px;
  background-color: #2c2f3c;
  border-radius: 12px;
  flex-wrap: wrap;
  position: absolute;
  top: 100%;
  right: 0;
  gap: 10px;
  width: 100%;
  z-index: 11;
}

.wr-providers.open {
  display: flex;
}

.link-providers {
  font-family: "Eastman-regular";
  width: calc(25% - 20px);
  border-radius: 14px;
  font-size: 14px;
  min-height: 48px;
  margin: 0;
  padding: 8px 12px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.2px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  transition: background-color 0.3s ease;
  background-color: #23262e;
  display: flex;
  align-items: center;
  min-width: 150px;
}

.link-providers img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-providers span {
  color: white;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.2px;
  text-align: center;
}

.show-more {
  max-width: 143px;
  width: 100%;
  min-height: 48px;
  border-radius: 16px;
  color: #fff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-transform: capitalize;
  border: 2px solid #4374f6;
  background-color: #4374f6;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Eastman-medium";
  margin: 20px auto;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
}

.welcome_bonus {
  font-family: "Eastman-medium";
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 124px;
  min-height: 50px;
  padding: 10px 12px;
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 4px;
  border: none;
  box-shadow: 0 10px 40px rgba(63, 239, 180, 0.2);
  background-image: linear-gradient(180deg, #1cdb9b -12%, #1c8562 87.33%);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  color: #fff;
  transition: color 0.3s ease, background-color 0.3s ease,
    border-color 0.3s ease;
  border: none;
}

.welcome_bonus:hover {
  color: #fff;
  background-color: #5d89fc;
}

.show-more:hover {
  color: #fff;
  background-color: #5d89fc;
  border: 2px solid #5d89fc;
}

.wr-slots {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.wr-nex-prev .swiper-button-prev {
  border-radius: 12px 6px 6px 12px;
}

.wr-nex-prev .swiper-button-next {
  border-radius: 6px 12px 12px 6px;
}

.wr-nex-prev .swiper-button-next,
.wr-nex-prev .swiper-button-prev {
  align-items: center;
  background: #242656;
  width: 38px;
  height: 38px;
  margin: 0;
  background-image: none;
  opacity: 1;
  transition: background-color 0.3s ease;
}

.wr-nex-prev .swiper-button-next::after,
.wr-nex-prev .swiper-button-prev::after {
  color: #53545b;
  font-size: 18px;
}

.slide-winner {
  width: 100%;
  max-width: calc(25% - 20px);
  border-radius: 4px;
  background-color: #242656;
  padding: 10px;
  display: flex;
  align-items: center;
  min-width: 290px;
}

.slide-winner * {
  font-family: "Eastman-medium";
}

.img-winner {
  max-width: 100%;
  display: block;
  border-radius: 10px;
  transition: all 0.5s ease;
  -o-object-fit: cover;
  object-fit: cover;
  margin-right: 10px;
  width: 80px;
  height: 80px;
}

.btn-winners {
  margin-right: 20px;
}

.btn-winners-last {
  color: #bec2c9;
}

.btn-winners:hover {
  color: #bec2c9;
}

.btn-winners-last:hover {
  color: white;
}

.wr-contetnt-winner {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.title-bonus {
  line-height: 1.8;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1px;
  font-size: 10px;
  line-height: 1.4;
  color: #bec2c9;
}

.title-bonus img {
  margin: -2px 4px 0 0;
  width: 16px;
  height: 16px;
  max-width: 100%;
}

.name-bonus {
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: -0.2px;
  color: #7a8dff;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 500;
  font-size: 10px;
  line-height: 14px;
  letter-spacing: -0.2px;
  color: #fff;
}

.cash {
  margin-top: 16px;
  font-size: 20px;
  letter-spacing: -0.2px;
  text-overflow: ellipsis;
}

.wr-footer-logo-lang {
  display: flex;
  justify-content: space-between;
}

.footer .container-footer-providers {
  display: flex;
  flex-wrap: wrap;
}

.wr-footer-logo-lang {
  margin-bottom: 24px;
}

.wr-nav-footer {
  display: flex;
  justify-content: left;
  width: 100%;
  flex-wrap: wrap;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.section-partners {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column-reverse;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0 auto;
  padding: 16px;
  border-radius: 12px;
  background-color: #151745;
}

.partners-icon {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  -moz-column-gap: 0;
  column-gap: 0;
  flex-wrap: wrap;
  width: 100%;
  order: 1;
  flex-wrap: wrap;
}

.partners-icon img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  max-height: 30px;
  opacity: 0.75;
  transition: opacity 0.3s ease;
}

.link-partnres {
  margin-right: 10px;
  margin-bottom: 12px;
}
.link-partnres img {
  height: 100%;
  max-height: 30px;
  width: 100%;
}
.section-providers {
  margin-top: 20px;
}
.copyright {
  font-size: 1rem;
  text-align: center;
}

.button-scrollup {
  position: fixed;
  bottom: 100px;
  right: 0;
  width: 52px;
  height: 52px;
  transform: translate(-50%, 150%);
  z-index: 100;
  transition: all 0.5s ease-out;
  transition-duration: 0.5s;
  background-image: linear-gradient(180deg, #1cdb9b -12%, #1c8562 87.33%);
  border-radius: 16px;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-scrollup::after {
  content: "❮";
  position: absolute;
  font-size: 22px;
  transform: rotate(90deg) translate(0%);
  color: #bec2c9;
  text-align: center;
  font-weight: 200;
}

.footer li {
  list-style-type: none;
}

.bg-section-from {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.com_block_star {
  margin: 10px 0;
}

.comments-rating {
  border: none;
  padding: 0;
  margin-left: 0;
}

.comments-rating label {
  display: inline-block;
  font-size: 18px;
}

.rating-container {
  font-size: 0;
  unicode-bidi: bidi-override;
  direction: rtl;
}

.rating-container * {
  font-size: 1.4rem;
}

.rating-container > input {
  display: none;
}

.rating-container > input + label {
  font-family: "dashicons";
  display: inline-block;
  overflow: hidden;
  text-indent: 9999px;
  width: 1em;
  white-space: nowrap;
  cursor: pointer;
  margin: 0;
  color: #4374f6;
}

.rating-container > input + label:before {
  display: inline-block;
  text-indent: -9999px;
  content: "\f154";
  color: #4374f6;
  background-color: #4374f6;
}

.rating-container > input:checked ~ label:before,
.rating-container > input + label:hover ~ label:before,
.rating-container > input + label:hover:before {
  content: "\f155";
  color: #4374f6;
  text-shadow: 0 0 1px #888;
}

.rating-container > .star-cb-clear + label {
  text-indent: -9999px;
  width: 0.5em;
  margin-left: -0.5em;
}

.rating-container > .star-cb-clear + label:before {
  width: 0.5em;
}

.rating-container:hover > input + label:before {
  content: "\f154";
  text-shadow: none;
  color: #4374f6;
  background-color: #4374f6;
}

.rating-container:hover > input + label:hover ~ label:before,
.rating-container:hover > input + label:hover:before {
  content: "\f155";
  color: #4374f6;
  background-color: #4374f6;
}

.comment-respond {
  margin: 1.5rem 0 0 0;
}

.comment-respond h3 {
  margin-bottom: 0.75rem;
}

.dashicons-star-filled:before {
  content: "\f155";
  color: #4374f6;
}

.comments-area .comment-form .comment-form-author label,
.comments-area .comment-form .comment-form-email label,
.comments-area .comment-form .comment-form-comment label {
  display: block;
  margin-bottom: 0.5rem;
  font-family: "Eastman-medium";
}

.comments-area .comment-form input {
  background: #4374f6;
  border-radius: 16px;
  padding: 0.5rem 0 0.5rem 0.5rem;
  border: none;
}

.comments-area .comment-form textarea {
  background: #2c2f3c;
  color: white;
  font-family: "Eastman-medium";
  width: 50%;
  height: 100px;
  border-radius: 16px;
  padding: 10px;
}

.comments-area .comment-form input {
  width: 50%;
}

.comments-area .comment-form .submit {
  border-radius: 8px;
  font-weight: bold;
  padding: 0.75rem;
  cursor: pointer;
  transition: 0.3s;
  color: white;
  font-family: "Eastman-medium";
  border: none;
}

.comments-area .comment-notes {
  display: none;
}

.comments-area .comment-list {
  list-style: none;
  padding: 0;
}

.comments-area .comment-list li {
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  border: solid #4374f6 1px;
}

textarea {
  border: none !important;
}

.comments-area .comment-list li .commentmetadata {
  display: none;
}

.comments-area .comment-list li time {
  display: none;
}

.comments-area .comment-list li p {
  margin: 1rem 0;
  font-size: 14px;
  line-height: 22px;
}

.comments-area .comment-form-email {
  display: none;
}

.list-FAQ {
  margin: 20px 0;
  padding-left: 0 !important;
}

.list-FAQ li {
  text-align: center;
  border-radius: 1rem;
  background-color: rgba(89, 96, 112, 0.5);
  display: block;
  padding: 15px 55px 15px 15px;
  font-weight: 700;
  margin-bottom: 10px;
  position: relative;
  margin: 0 0 12px 0;
  border: none;
  box-shadow: none;
  border-radius: 16px;
}

.question {
  letter-spacing: -0.2px;
  text-align: left;
  color: white;
  transition: background-color 0.3s ease, border-radius 0.3s ease,
    color 0.3s ease;
  font-family: "Eastman-medium";
}

.list-FAQ li .question:after {
  content: "❮";
  position: absolute;
  right: 20px;
  top: 10px;
  transform: rotate(-90deg) translate(-50%);
  color: #bdbfc3;
}

.ng-scope {
  font-family: "Eastman-medium";
}

.list-FAQ li .answer {
  padding: 10px 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
  margin: 0;
  font-size: 16px;
  text-align: left;
  letter-spacing: -0.2px;
  color: #bec2c9;
  display: none;
  transition: background-color 0.3s ease, border-radius 0.3s ease,
    color 0.3s ease;
}

.answer * {
  color: #bec2c9;
}

.list-FAQ li.active .answer {
  display: block;
}

.list-FAQ li.active .question::after {
  transform: rotate(90deg);
}

.ld-slot-heading {
  font-family: "Eastman-medium";
  padding-bottom: 10px;
}

.ld-small-container {
  width: 90%;
  margin: 0 auto;
}

.loading-bar img {
  max-width: 300px;
  width: 100%;
}

.ld-frame-box {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

.ld-frame-itself {
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.ld-frame-itself iframe {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px;
}

.ld-frame {
  margin-bottom: 30px;
}

.comments-area .comment-form .comment-form-author label,
.comments-area .comment-form .comment-form-email label,
.comments-area .comment-form .comment-form-comment label {
  display: block;
  margin-bottom: 0.5rem;
}

table {
  border-collapse: collapse;
}

table,
th,
td {
  border: solid 1px;
  padding: 10px;
}

.entry-content ul,
.entry-content ol {
  padding: 0 0 0 1rem;
}

.aligncenter {
  margin: 1rem auto;
  display: block;
}

.alignleft {
  float: left;
  padding: 1rem 1rem 1rem 0;
}

.alignright {
  float: right;
  padding: 1rem 0 1rem 1rem;
}

.entry-content {
  max-width: 992px;
  width: 100%;
  margin: 40px auto;
}

ol,
ul {
  box-sizing: border-box;
  padding-left: 25px;
  margin: 10px 0;
}

.wp-block-image {
  margin: 2rem 0;
}

.aligncenter {
  margin: 1rem auto;
  display: block;
}

table {
  border-collapse: collapse;
}

.alignleft {
  float: left;
  margin: 1rem 1rem 1rem 0;
}

.alignright {
  float: right;
  margin: 1rem 0 1rem 1rem;
}

.section-form .container {
  padding: 2rem 0;
  padding-top: 4rem;
}

.langs {
  width: 56px;
}

.langs.active li:hover {
  background-color: #23252f;
}

.section-404 .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 65px 35px 108px;
}

.border_404 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.list-currency.active {
  display: flex;
  position: absolute;
  border-radius: 2rem;
  box-shadow: 0 1rem 1.6rem rgba(75, 74, 120, 0.11);
  padding: 1rem;
  top: 90%;
  left: 0;
  z-index: 22;
}

.copyright p {
  padding: 1rem 0;
}

.footer {
  margin-top: 20px;
}

footer .custom-logo {
  max-height: 40px;
  max-width: inherit;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

footer .custom-logo-link {
  margin-top: 0;
}

.langs.active a {
  font-size: 0.5rem;
}

.text_404 {
  margin-top: 30px;
  font-size: 30px;
  line-height: 35px;
  margin: 25px 0 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin: 25px auto 20px;
  font-family: "Eastman-medium";
}

.sub_text_404 {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}

.link_404_btn {
  min-width: 200px;
  min-height: 50px;
  font-size: 12px;
  font-weight: 600;
  line-height: 2;
  background-color: #4374f6;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  vertical-align: middle;
  padding: 8px 20px;
  justify-content: center;
  border-radius: 16px;
  margin-top: 40px;
  font-family: "Eastman-medium";
}

.link_404_btn:hover {
  background-color: #2f5fdd;
  color: #fff;
}

.ld-frame-itself {
  margin-bottom: 2rem;
}

.open-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 22;
  border-bottom: solid 1.5px transparent;
  margin-right: 25px;
}

.common-nav {
  display: flex;
  align-items: center;
  position: relative;
}

.nav-header-sidebar ul {
  display: flex;
  flex-direction: column;
  padding: 6px;
  justify-content: flex-start;
  align-items: flex-start;
}

.sidebar-nav .menu-item {
  align-items: center;
  padding: 0;
  margin: 0;
  text-align: center;
  display: inline-block;
}

.section-header-games {
  text-align: left;
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  overflow: auto;
  background-image: none;
  padding: 0;
  margin: 0;
  text-align: center;
  background: #32389e;
}

.link-header-game {
  font-family: "Eastman-medium";
  position: relative;
  display: inline-flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 12px;
  margin: 0;
  height: 60px;
  font-size: 12px;
  word-wrap: normal;
  text-wrap: nowrap;
  font-weight: 500;
  color: white;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  transition: color 0.3s ease, font-weight 0.3s ease, background-color 0.3s ease;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}

.link-header-game img {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.link-header-game:hover {
  border-bottom: 3px solid #4374f6;
}

.section_home__form {
  padding-top: 34px;
  text-align: center;
  display: flex;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.reg-form {
  max-width: 1136px;
  margin-bottom: 32px;
  display: flex;
  align-items: stretch;
  width: 100%;
  border-radius: 4px;
  transition: height 0.3s ease;
  padding: 30px 0 0;
  flex-direction: column;
}

.title-reg-bonus {
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  margin-bottom: 8px;
  color: #fff;
  text-align: center;
  font-family: "Eastman-medium";
}

.text-reg-bonus {
  position: relative;
  font-size: 16px;
  color: #bec2c9;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px 0;
}

.text-reg-bonus::before {
  content: "";
  background: url("../img/shape.svg");
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  display: block;
}

.swiper-wrapper {
  gap: 20px;
}

.section-slider .swiper {
  padding: 20px 0;
}

.slide {
  width: calc(20% - 20px);
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 4px;
  padding: 0 0 30px 0;
}

.popular-block-wr {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.popular-block-wr::before {
  border-radius: 2px;
  position: absolute;
  border-radius: 2px;
  position: absolute;
  top: 10px;
  right: 10px;
  text-transform: uppercase;
  background-color: #a6ff00;
  display: flex;
  width: auto;
  padding: 0;
  gap: 8px;
  font-weight: 900;
  color: #000;
  padding: 6px 4px 4px;
  font-size: 10px;
  font-family: "Eastman-medium";
}

.popular-block-wr:hover .popular-block-btn {
  display: block;
}

.popular-block-btn {
  z-index: 33;
  display: none;
  text-align: center;
}

.popular-block-img {
  white-space: normal;
  width: 100%;
  display: block;
  height: 238px;
  min-width: 238px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.popular-block-wr:hover .popular-block__action {
  opacity: 1;
}

.link__play:hover {
  opacity: 0.8;
}

.link-color {
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  padding-top: 10px;
  font-family: "Eastman-medium";
}

.link-color:hover {
  text-decoration: underline;
}

.popular-block__action {
  align-items: center;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
}

.title-slide {
  position: absolute;
  bottom: 0;
  display: block;
  padding: 0 10px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: white;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: -0.2px;
  text-align: left;
  text-transform: capitalize;
}

.footer-menu__title {
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #fff;
  text-transform: capitalize;
  font-family: "Eastman-medium";
}

.nav-footer-menu {
  flex-basis: 20%;
}

.nav-footer-menu ul {
  text-align: left;
  padding-left: 0;
}

.nav-footer-menu li {
  margin: 0;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  padding: 0 0 4px;
}

.nav-footer-menu a {
  font-family: "Eastman-medium";
  align-items: center;
  min-height: 24px;
  width: 100%;
  padding: 0;
  margin: 0;
  color: #848cc9;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.2px;
  text-align: left;
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-footer-menu a:hover {
  color: #4374f6;
}

.copyright {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #5a63a7;
  font-family: "Eastman-medium";
  text-align: left;
  margin-bottom: 20px;
}

.section-providers .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}

.wr-promotion {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
}

.bonus {
  display: flex;
  flex-direction: column;
  width: calc(25% - 16px);
  margin: 0 8px 38px;
}

.home-promotion .bonus {
  margin: 0 8px 0px;
}

.promo-links {
  position: relative;
  display: block;
  z-index: 1;
  overflow: hidden;
  border-radius: 16px;
}

.promo-links img {
  border-radius: 16px;
  height: 196px;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center bottom;
  object-position: center bottom;
  z-index: 1;
}

.promo__overlay {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
}

.promo-links:hover .promo__overlay {
  opacity: 1;
}

.promo-title {
  font-family: "Eastman-medium";
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
  margin-bottom: 8px;
  font-weight: 500;
  color: #bec2c9;
  letter-spacing: -0.2px;
  text-transform: uppercase;
}

.promo-text {
  font-family: "Eastman-medium";
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  letter-spacing: -0.2px;
  white-space: normal;
}

.promo__menu {
  background-color: #32389e;
  padding: 0 0 0 22px;
  border-radius: 4px;
}

@media (min-width: 768px) {
  .promo__menu {
    display: block;
    margin: 0 8px 30px;
  }
}
.promo__menu-list {
  margin: 0;
  margin-top: 20px;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: center;
  list-style: none;
  overflow-x: auto;
}

.promo__menu-item {
  cursor: pointer;
  height: 60px;
  color: #bec2c9;
  margin: 0;
  padding: 0 12px;
  font-weight: 500;
  font-size: 12px;
  line-height: 60px;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  transition: color 0.3s ease, border-color 0.3s ease;
  font-family: "Eastman-medium";
}

.promo__menu-item span {
  color: white;
  text-transform: uppercase;
  font-family: "Eastman-medium";
  white-space: nowrap;
}

.promo__menu-item--active span,
.promo__menu-item:hover span,
.promo__menu-item:focus {
  color: #fff;
}

.promo__menu-item--active,
.promo__menu-item:hover,
.promo__menu-item:focus {
  color: #fff;

  border-bottom: 2px solid #4374f6;
}

.contact-form-n {
  border-radius: 24px;
  display: block;
  width: calc(100% - 32px);
  max-width: 432px;
  margin: 20px auto;
  border-radius: 16px;
  background-color: #23262e;
  padding: 32px 20px;
  padding: 40px;
}

.page-form__title {
  display: block;
  width: 100%;
  margin: 0 0 20px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
}

.form__alert {
  margin: 10px 0;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 2px;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: -0.2px;
  text-align: left;
  color: #fff;
}

.form-group {
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  max-width: 100%;
  width: 100%;
  text-align: left;
  padding: 0;
  margin: 10px 0 2px 0;
}

.contact-form-n input {
  font-family: "Eastman-medium";
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  padding: 0 14px;
  height: 56px;
  vertical-align: middle;
  border-radius: 16px;
  background: none #2c2f3c;
  border: 2px solid #2c2f3c;
  box-shadow: none;
  color: #bec2c9;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.contact-form-n textarea {
  font-family: "Eastman-medium";
  padding-top: 10px;
  display: block;
  width: 100%;
  padding: 12px;
  height: 123px;
  vertical-align: middle;
  border-radius: 16px;
  background: none #2c2f3c;
  border: 1px solid #2c2f3c;
  box-shadow: none;
  color: #bec2c9;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
  letter-spacing: normal;
  transition: border-color 0.3s ease, color 0.3s ease;
  resize: none;
}

.form-group span {
  font-family: "Eastman-medium";
  padding-top: 10px;
}

.button--submit {
  font-family: "Eastman-medium";
  border: none;
  border-radius: 16px;
  width: 100%;
  min-width: 140px;
  min-height: 58px;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: 500;
  background-color: #4374f6;
  color: #fff;
  margin-top: 10px;
}

.btn.sign-in.sign-header {
  padding: 0.7rem 1rem;
  font-family: "Eastman-medium";
	display:flex;
	justify-content:center;
	align-items:center;
	border:none;
}

.wr-list-faq {
  background-color: #32389e;
  padding: 20px;
  border-radius: 24px;
  margin: 20px 0;
  width: 100%;
}

.title-faq {
  color: #4374f6;
  font-size: 24px;
  font-family: "Eastman-medium";
}

@media (min-width: 768px) {
  .link-logo-mobile {
    display: none;
  }
  .footer {
    padding: 36px 28px 4px;
  }
}
@media (min-width: 992px) {
  .bar-menu__menu {
    display: none;
  }
  .open-mobile-menu {
    display: none;
  }
  .sidebar-nav {
    position: absolute;
    right: 0;
    top: 100%;
    display: none;
    z-index: 88;
  }
  .common-nav:hover .sidebar-nav {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 16px;
    box-shadow: 0 0 30px rgba(27, 28, 34, 0.6);
    align-items: flex-start;
    width: auto;
    min-width: 308px;
    border-radius: 4px;
    background: #32389e;
    padding: 6px;
    margin: 0;
  }
  .sidebar-nav.open {
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    padding-top: 16px;
    box-shadow: 0 0 30px rgba(27, 28, 34, 0.6);
    align-items: flex-start;
    width: auto;
    min-width: 308px;
    border-radius: 4px;
    background-color: #23262e;
    padding: 6px;
    margin: 0;
  }
}
@media (min-width: 1248px) {
  .footer {
    padding: 66px 48px 4px;
  }
  .entry-content {
    width: 1248px;
  }
  .header__menu-btn {
    display: none;
  }
  .header__menu-btn-info {
    display: flex;
    width: auto;
    height: 48px;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    padding: 7px 0 4px 10px;
  }
}
@media (min-width: 1632px) {
  .container {
    max-width: 1332px;
  }
}
@media (max-width: 1368px) {
  .ld-frame-itself {
    height: 60vh;
  }
  .bonus {
    width: calc(33% - 16px);
  }
  .wr-slots {
    gap: 16px;
  }
  .popular-block-img {
    height: 176px;
    min-width: 176px;
  }
  .slide {
    width: calc(16.6666666667% - 16px);
  }
}
@media (max-width: 1280px) {
  .wr-promotion {
    margin-bottom: 0;
  }
  .promo-links img {
    height: 154px;
  }
  .slide-winner {
    max-width: calc(33.3333333333% - 20px);
  }
  .popular-block-img {
    height: 212px;
    min-width: 212px;
  }
  .slide {
    width: calc(25% - 16px);
  }
  .container,
  .reg-form__blocks,
  .entry-content {
    max-width: 960px;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  .reg-form__form-bonus {
    max-width: calc(50% - 10px);
  }
}
@media (max-width: 992px) {
  .ld-frame-itself {
    height: 40vh;
  }
  .popular-block-img {
    height: 158px;
    min-width: 158px;
  }
  .container,
  .reg-form__blocks,
  .entry-content {
    max-width: 768px;
  }
  .open-mobile-menu {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 40px;
    width: 100%;
    border: none;
    background: none;
  }
  .menu-info-icon {
    display: none;
  }
  .bar-menu__menu-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 222;
    opacity: 0.95;
  }
  .sidebar-nav {
    display: none;
  }
  .bar-menu__menu {
    padding: 0 16px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    display: none;
    max-width: 328px;
    width: 100%;
    height: 100vh;
    overflow: auto;
    transform: translate(-100%, 0);
    transition: transform 0.6s ease;
  }
  .bar-menu__menu .sign-in,
  .bar-menu__menu .sign-up {
    border-radius: 16px;
    order: 1;
    margin: 10px 0;
    width: 100%;
    min-height: 48px;
    border: none;
    transition: background-color 0.3s ease;
  }
  .bar-menu__menu .sign-in {
    background-color: #343744;
  }
  .bar-menu__menu .sidebar-nav {
    display: flex;
    margin-top: 20px;
    background-color: #151745;
    border-radius: 12px;
  }
  .bar-menu__menu .sidebar-nav .menu-item {
    display: block;
    padding: 11px 10px 11px 10px;
    text-decoration: none;
    border-radius: 12px;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease, color 0.3s ease;
  }
  .bar-menu__menu .sidebar-nav .menu-item a {
    color: #bec2c9;
    min-height: 20px;
  }
  .bar-menu__menu .wr-tag {
    display: flex;
    flex-direction: column;
  }
  .bar-menu__menu .wr-logo-lang {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
  }
  .bar-menu__menu .wr-logo-lang .custom-logo {
    height: 34px;
  }
  .bar-menu__menu .wr-tag a {
    width: 100%;
	  border:solid 1px white;
	  border-radius:12px;
  }
  .home-promotion .promo-text,
  .home-promotion .promo-title {
    font-size: 12px;
  }
  .bar-menu__menu.open {
    transform: translate(0, 0);
    z-index: 777;
    border-radius: 0;
    background-color:  #32389E;
    display: block;
    margin: 0;
  }
  .bar-menu__menu-bg.open {
    display: block;
  }
  .bonus {
    width: calc(49% - 16px);
  }
}
@media (max-width: 768px) {
  .form-submit {
    text-align: center;
  }
  .comments-area .comment-form textarea {
    width: 100%;
  }
  .promo-links img {
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center bottom;
    object-position: center bottom;
    width: 100%;
  }
  .bonus {
    width: 100%;
    max-width: 70%;
    margin: 0 auto 20px;
  }
  .link-logo-mobile {
    display: block;
  }
  .link-logo-mobile img {
    height: 20px;

    -o-object-fit: contain;
    object-fit: contain;
  }
  .hd-part .btn-drop-down-lang {
    display: none;
  }
  .hd-part .sign-up {
    display: none;
  }
  .hd-part .custom-logo-link {
    display: none;
  }
  .nav-footer-menu {
    flex-basis: 40%;
  }
  .container,
  .reg-form__blocks,
  .entry-content {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .reg-form {
    align-items: stretch;
    width: 100%;
    max-width: 450px;
    border-radius: 4px;
    transition: height 0.3s ease;
  }
  .form {
    flex-wrap: wrap;
  }
  .form input,
  .btn-currency {
    flex-basis: 100%;
    margin: 5px 0;
  }
  .reg-form__form-bonus {
    max-width: 100%;
  }
  .reg-form__blocks {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  \ .custom-logo-link {
    margin-right: 0;
  }
  .link-logo-mobile img {
    height: 15px;
  }
  .btn.sign-in.sign-header {
    padding: 0.5rem;

    font-size: 12px;
  }
  .search {
    display: none;
  }
  .home-promotion .promo-title {
    min-height: 40px;
  }
  .promo-text,
  .promo-title {
    line-height: 1.5;
  }
  .btn-winners-last {
    display: none;
  }
  .title-block {
    font-size: 18px;
  }
  .slide {
    width: calc(33.3333333333% - 16px);
  }
  .reg-form {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
  .title-section {
    font-size: 20px;
  }
  .bonus {
    max-width: 100%;
  }
  .home-promotion .bonus {
    width: calc(50% - 16px);
  }
}
@media (max-width: 480px) {
  h1,
  h2,
  h3,
  h4,
  h5 {
    font-size: 16px;
  }

  .title-reg-bonus {
    font-size: 18px;
  }
  .slide {
    width: calc(50% - 16px);
  }
}

.promo-links img {
  height: 100%;
  border-radius: 9px;
}
.link-partnres {
  display: flex;
  align-items: center;
  justify-content: center;
}
/*# sourceMappingURL=style.css.map */

.wp-block-columns {
  margin-bottom: 0;
}
.promo-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
table {
  overflow-x: auto;
  width: 100%;
}
iframe {
  width: 100% !important;
}
.aligncenter  {
  margin: 1rem auto;
  display: block;
  text-align: center;
}
@media (max-width: 992px) {
  .entry-content .alignright,
  .entry__content .alignright,
  .entry__content .alignleft,
  .entry-content .alignleft,
  .alignleft,
  .alignright,
  .wp-block-image .alignright,
  .wp-block-image .alignleft,
  .wp-block-image .aligncenter {
    float: none !important;
    margin: 1rem auto !important;
    padding-left: 0;
    padding-right: 0;
    display: block;
    text-align: center;
  }
  table {
    display: block;
  }

  table td {
    min-width: 200px;
  }
}
.sign-up {
  background-image: none;
  background-color: rgba(0, 0, 0, 0);
  box-shadow: none;
  border: 2px solid rgba(255, 255, 255, 0.2);
  transition: border-color 0.3s ease, background-color 0.3s ease,
    border-width 0.3s ease;
  padding: 5px 15px;
  min-height: 45px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.button {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  padding: 5px 15px;
  min-height: 45px;

  min-width: 100px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 1.2;
  font-style: normal;
  text-decoration: none;
  outline: none;
  transition: background-color 0.3s ease, color 0.3s ease;
  cursor: pointer;
  color: #fff;
  text-transform: uppercase;
  text-shadow: none;
  border-radius: 4px;
  border: none;
  box-shadow: 0 10px 40px rgba(63, 239, 180, 0.2);
  background-image: linear-gradient(180deg, #1cdb9b -12%, #1c8562 87.33%);
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin: 0;
}
.section-providers .container{
    gap: 20px;
}
.section-partners {
	align-items: start;
}
.section-partners{
	padding-left:0;
}
.partners-icon {
    gap: 20px;
}
.wr-tag a {
	color:white;
} 
thead th {
	color: white !important;
}