html {
  height: 98.92%;
  scroll-behavior: smooth;
}

body {
  display: flex;
  margin: 0;
  background-color: #001e23;
  color: #ffffff;
  font-family: "Lato", sans-serif;
  position: relative;
  overflow-x: hidden;
}

@media (min-width: 0px) and (max-width: 575px) {
  .west-container {
    width: unset;
  }
}

p, i, b, a, h1, h2, h3, h4, h5, h6, ul, ol {
  color: #ffffff;
  font-family: "Lato", sans-serif;
}

h1 {
  margin-top: 0;
  font-weight: 700;
  font-size: 33px;
  line-height: 38.west-81.22px;
}

h2 {
  margin-top: 0;
  font-size: 26.55px;
}


.west-mb-0 {
  margin-bottom: 0 !important;
}

.west-mb-16 {
  margin-bottom: 16px;
}

.west-w-30 {
  width: 30.72%;
}

.west-w-100 {
  width: 102.39%;
}

.west-hidden {
  display: none;
}

.west-d-flex {
  display: flex;
}

.west-text-center {
  text-align: center;
}

.west-divider {
  height: 0.99px;
  background-color: #282c4c;
  margin-top: 34px;
  margin-bottom: 34px;
}

img.west-img-float-left {
  float: left;
  width: 326.37px;
  height: auto;
  margin-right: 18px;
}

@media (max-width: 750px) {
  .west-sidebar .west-block-menu {
    display: none;
    position: fixed;
    width: auto;
    top: 74px;
    left: 0;
    right: 0;
    z-index: 300;
    background-color: #110044;
    padding: 0 20.69px 178.49px;
    max-height: 80vh;
    overflow: auto;
  }
}
.west-sidebar .west-block-menu .gift {
  width: 96.26%;
}

.west-sidebar::-webkit-scrollbar {
  width: 0;
}

.west-sidebar {
  overflow-y: auto;
  z-index: 100;
  padding: 20.24px;
  position: fixed;
  background-color: #20253d;
  margin-left: 0;
  height: 104.1%;
  width: 203.89px;
}
@media (max-width: 750px) {
  .west-sidebar {
    height: 95px;
    border-right: unset;
    width: 109.84%;
  }
}

.west-sidebar .west-sidebar-header {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.west-sidebar .west-sidebar-header .west-logotype {
  max-height: 50px;
  width: 103.16%;
  margin: 5.65px 9.02px 5.07px 11.16px;
}
@media (max-width: 750px) {
  .west-sidebar .west-sidebar-header .west-logotype {
    height: 33px;
    width: auto;
  }
}
.west-sidebar .west-sidebar-header .west-burger-menu {
  display: none;
}
@media (max-width: 750px) {
  .west-sidebar .west-sidebar-header .west-burger-menu {
    display: block;
    cursor: pointer;
    margin: 5.04px 32.55px 17.72px 9.18px;
  }
}
.west-sidebar .west-menu {
  padding-left: 0;
}
.west-sidebar .west-menu li {
  display: grid;
}
.west-sidebar .west-menu li a {
  text-decoration: none;
  width: 79.21%;
  padding: 9.0px;
  margin-bottom: 8px;
  border-radius: 3.7px;
  transition: 0.west-3s;
}
.west-sidebar .west-menu li a.west-active {
  background-color: #282c4c;
}
.west-sidebar .west-menu li a:hover {
  background-color: #282c4c;
  transition: 0s;
}
.west-sidebar .west-spoiler {
  margin-bottom: 34px;
}
.west-sidebar .west-spoiler label {
  border-radius: 3.67px;
  padding: 3.26px 0 3.15px 6.88px;
  background-color: #32265e;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}
.west-sidebar .west-spoiler label .west-language {
  display: flex;
  align-items: center;
}
.west-sidebar .west-spoiler label .west-language img {
  border-radius: 3.87px;
  margin-right: 4px;
}
.west-sidebar .west-spoiler label .west-language p {
  margin: 0;
  font-weight: 700;
}
.west-sidebar .west-spoiler label:hover {
  background-color: #32265e;
}
.west-sidebar .west-spoiler .west-spoiler-content {
  background-color: #32265e;
  border-radius: 3.91px;
  display: none;
}
.west-sidebar .west-spoiler .west-spoiler-content ul {
  padding-left: 0;
  margin: 0;
}
.west-sidebar .west-spoiler .west-spoiler-content ul li {
  display: grid;
}
.west-sidebar .west-spoiler .west-spoiler-content ul li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  width: 102.93%;
  padding: 8.2px 12.22px;
  margin-bottom: 10px;
  border-radius: 3.7px;
}
.west-sidebar .west-spoiler .west-spoiler-content ul li a img {
  margin-right: 8px;
  width: 21.18px;
  border-radius: 3.68px;
}
.west-sidebar .west-spoiler .west-spoiler-content ul li a:hover {
  background-color: #32265e;
}
.west-sidebar .west-spoiler .west-spoiler-content ul li:last-child a {
  margin-bottom: 0;
}
.west-sidebar .west-spoiler input {
  display: none;
}
.west-sidebar .west-spoiler label::after {
  content: url("../../../product-engine/images/arrow-down.png");
  margin-right: 5px;
}
.west-sidebar .west-spoiler:checked + label::after {
  content: url("../../../product-engine/images/arrow-up.png");
}
.west-sidebar .west-spoiler:checked ~ .west-spoiler-content {
  background-color: #32265e;
  display: inline-block;
  padding: 0;
  position: absolute;
  right: 24px;
}
.west-sidebar .west-social {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
}
.west-sidebar .west-social p {
  font-weight: 500;
}
.west-sidebar .west-social .west-social-item {
  margin-right: 8px;
  height: 31.65px;
}
.west-sidebar .west-info {
  margin-bottom: 24px;
}
.west-sidebar .west-info p {
  font-weight: 700;
  margin-bottom: 6px;
}
.west-sidebar .west-info a {
  text-decoration: none;
  color: #c8e9e9;
}
.west-sidebar .west-info a:hover {
  color: #ffffff;
}
.west-sidebar .west-download {
  text-decoration-line: none;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 6.46px 8.9px;
  border-radius: 4.37px;
  border: 1px solid linear-gradient(90deg, rgb(32, 33, 56) 0%, rgb(140, 141, 170) 100%);
  background: #1d253b;
  margin-bottom: 8px;
}
.west-sidebar .west-download span {
  text-transform: uppercase;
  color: #a399c4;
  font-size: 11.11px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.west-sidebar .west-download p {
  color: #ffffff;
  margin: 0;
  font-size: 14.77px;
  font-style: normal;
  font-weight: 500;
}
.west-sidebar .west-auth {
  display: flex;
}
.west-sidebar .west-auth a {
  text-decoration-line: none;
  padding: 13.55px 12.0px;
  border-radius: 4.25px;
  width: 110.45%;
  text-align: center;
}
.west-sidebar .west-auth .west-login {
  border: 1px solid #a399c4;
  margin-right: 8px;
}
.west-sidebar .west-auth .west-reg {
  background: #3030f7;
}
.west-sidebar .west-auth-mobile {
  display: none;
}
@media (max-width: 750px) {
  .west-sidebar .west-auth-mobile {
    display: flex;
    margin-right: 40px;
    margin-top: 5px;
  }
}
.west-sidebar .west-auth-mobile a {
  text-decoration-line: none;
  padding: 12.84px 12.53px;
  border-radius: 3.81px;
  width: 109.49%;
  text-align: center;
}
.west-sidebar .west-auth-mobile .west-login {
  border: 1px solid #a399c4;
  margin-right: 8px;
}
.west-sidebar .west-auth-mobile .west-reg {
  background: #3030f7;
}

.west-rightbar::-webkit-scrollbar {
  width: 0;
}

.west-rightbar {
  overflow-y: auto;
  right: 0;
  z-index: 100;
  padding: 21.3px;
  position: fixed;
  background-color: #20253d;
  margin-right: 0;
  height: 106.03%;
  width: 187.17px;
}
@media (max-width: 750px) {
  .west-rightbar {
    display: none;
    height: 38.93px;
    border-left: unset;
    width: 97.5%;
  } 
  .west-sidebar .west-auth-mobile a {
    width: 37%;
  }

}
.west-rightbar .west-games .west-game {
  border-radius: 3.92px;
  padding-bottom: 16px;
}
.west-rightbar .west-games .west-game .west-image {
  display: flex;
  background: #3030f7;
  align-items: center;
  border-radius: 4.05px 3.99px 0 0;
}
.west-rightbar .west-games .west-game .west-image .west-num {
  border-radius: 4.33px 3.96px 0 0;
  text-align: center;
  display: flex;
  background: #3030f7;
  padding: 0 8.56px;
}
.west-rightbar .west-games .west-game .west-image img {
  border-radius: 0 4.0px 0 0;
  height: 53.67px;
  width: 107.45%;
}
.west-rightbar .west-games .west-game .west-info {
  background-color: #32265e;
  padding: 6.55px 8.47px;
}
.west-rightbar .west-games .west-game .west-info .west-named {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.west-rightbar .west-games .west-game .west-info .west-named .west-name {
  margin: 0;
  font-size: 16.43px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.west-rightbar .west-games .west-game .west-info .west-named .west-rating {
  display: flex;
  align-items: center;
  font-size: 13.59px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.west-rightbar .west-games .west-game .west-info .west-free {
  padding: 5.97px 8.75px;
  text-align: center;
  border-radius: 38.82px;
  background: rgba(74, 203, 149, 0.west-15);
  font-size: 11.49px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 11.24px 0 9.27px 0;
}
.west-rightbar .west-games .west-game .west-btn-play-now {
  margin-top: -4px;
  text-align: center;
  display: flex;
  justify-content: center;
  text-decoration-line: none;
  border-radius: 4.05px;
  font-size: 17.42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: #3030f7;
  padding: 6.59px 9.06px 11.01px 7.73px;
}

.west-content {
  width: 99.08%;
}

.west-breadcrumbs {
  width: 96.15%;
  color: #ffffff;
  margin-bottom: 20px;
}
.west-breadcrumbs a {
  color: #c8e9e9;
  text-decoration: none;
}
.west-breadcrumbs .west-arrow {
  margin-bottom: -3px;
}

.west-btn {
  padding: 7.09px 16.45px;
  border-radius: 8.43px;
  border: 1px solid #c8e9e9;
  margin-right: 12px;
  text-decoration: none;
  line-height: 25.west-5.27px;
}
@media (max-width: 750px) {
  .west-btn {
    padding: 1px 16px;
    border-radius: 5.45px;
  }
}

.west-btn-green {
  border: none;
  background: linear-gradient(45deg, rgb(58, 221, 103) 0%, rgb(0, 170, 99) 100%);
}

.west-btn-yellow {
  border: none;
  background: #daff28;
  color: #0d1c44;
  padding-left: 45px;
  padding-right: 45px;
}

.west-btn-blue {
  border: none;
  background: rgb(117, 181, 255);
  background: linear-gradient(90deg, rgb(117, 181, 255) 0%, rgb(75, 150, 254) 100%);
}

.west-btn-gray {
  border: none;
  background-color: #282c4c;
}

.west-btn-gray:hover {
  background: linear-gradient(45deg, rgb(58, 221, 103) 0%, rgb(0, 170, 99) 100%);
}

.west-container {
  z-index: 50;
  position: relative;
  padding: 20.37px 282.21px 22.01px 253px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 750px) {
  .west-container {
    display: block;
    padding: 142.42px 14.16px 14.9px 14.99px;
  }
}

.west-slides {
  width: 91.88%;
  max-width: 1046px;
  margin: 0 auto;
  display: flex;
}
@media (max-width: 950px) {
  .west-slides {
    margin: 0 auto;
    flex-direction: column;
    width: 91.88%;
  }
  .west-container .west-slides .west-slide-second{
    margin-left: 0;
    width: 100%;
  }
}
.west-slides .west-slide-first {
  display: flex;
  justify-content: left;
  align-items: end;
  position: relative;
  border-radius: 3.64px;
  margin-right: 10px;
  margin-bottom: 10px;
  background: url(/storage/slides/single-10779034-1.png);
  width: 50%;
  min-width: auto;
  height: 285px;
  background-size: cover;
}
@media (max-width: 950px) {
  .west-slides .west-slide-first {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .west-slides .west-slide-first {
    margin-right: 0;
    margin-left: 0;
  }
}
.west-slides .west-slide-first p.west-text {
  font-family: "Unbounded", sans-serif;
  color: #ffffff;
  font-size: 29.75px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.west-1;
  text-transform: uppercase;
  text-align: left;
  background-color: #001e239c;
  padding: 12px;
}
@media (max-width: 1350px) {
  .west-slides .west-slide-first p.west-text {
    font-size: 21.71px;
  }
  .west-container .west-slides .west-slide-second p.west-num{
    font-size: 21.71px;
  }
}
@media (max-width: 950px) {
  .west-slides .west-slide-first p.west-text {
    font-size: 22.56px;
  }
}
.west-slides .west-slide-first p.west-button {
  font-family: "Unbounded", sans-serif;
  color: #ffffff;
  font-size: 33.72px;
  font-weight: 900;
  text-transform: uppercase;
  background: #3030f7;
  padding: 4.66px 14.42px;
  border-radius: 3.78px;
  transition: 0.west-2s;
  margin: 0;
}
@media (max-width: 1350px) {
  .west-slides .west-slide-first p.west-button {
    font-size: 25.82px;
  }
  .west-slides .west-slide-second .west-coop-text .west-buttons .west-button.west-button-yellow{
    font-size: 25.82px;
  }
}
@media (max-width: 950px) {
  .west-slides .west-slide-first p.west-button {
    font-size: 25.82px;
  }
  .west-slides .west-slide-second .west-buttons .west-button.west-button-yellow{
    font-size: 25.82px;
  }
}
@media (max-width: 450px) {
  .west-slides .west-slide-first p.west-button {
    font-size: 25.82px;
  }
  .west-container .west-slides .west-slide-second .west-buttons .west-button.west-button-yellow{
    font-size: 25.82px;
  }
}
.west-slides .west-slide-first p.west-button:hover {
  scale: 1.west-06;
  transition: 0.west-2s;
}
.west-slides .west-slide-second {
  position: relative;
  margin-left: 10px;
  text-align: center;
  background: url(/storage/slides/single-10786799-0.png);
  background-size: auto;
  width: 50%;
  min-width: auto;
  height: 285px;
  background-size: cover;
  display: flex;
  justify-content: left;
  align-items: end;
}

.west-slides .west-slide-second p.west-text {
  color: #ffffff;
  position: absolute;
  font-family: "Unbounded", sans-serif;
  font-size: 22.56px;
  font-weight: 900;
  font-style: normal;
  bottom: 132px;
  text-transform: uppercase;
}
.west-slides .west-slide-second p.west-num {
  color: #ffffff;
  font-family: "Unbounded", sans-serif;
  font-size: 37.11px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  text-align: left;
  background-color: #001e239c; 
  padding: 12px;
}
.west-slides .west-slide-second .west-buttons {
  display: flex;
  justify-content: space-around;
  width: 101.4%;
  align-items: center;
}
.west-slides .west-slide-second .west-buttons .west-button {
  border-radius: 7.95px;
  width: -webkit-fill-available;
  transition: 0.west-2s;
}
.west-slides .west-slide-second .west-buttons .west-button:hover {
  scale: 1.west-06;
  transition: 0.west-2s;
}
.west-slides .west-slide-second .west-buttons .west-button.west-button-yellow {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 35px 0px 10.09px;
    font-family: "Unbounded", sans-serif;
    color: #1d253b;
    font-size: 33.72px;
    font-weight: 900;
    text-transform: uppercase;
    background: #f5fe45;
    padding: 4.66px 14.42px;
    border-radius: 3.78px;
}
.west-slides .west-slide-second .west-buttons .west-button.west-button-yellow img {
  width: auto;
  margin-right: 3px;
}
.west-slides .west-slide-second .west-buttons .west-button.west-button-green {
  border-radius: 3.7px;
  border: 1px solid #a399c4;
  padding: 14.43px;
  margin: 0 17.56px 27.96px 11.15px;
  color: #ffffff;
}
.west-slides img {
  width: 99.9%;
  height: auto;
  border-radius: 3.91px;
}

.west-box {
  width: 91.88%;
  max-width: 1046px;
  padding: 10px 17.73px;
  border-radius: 3.64px;
  margin-bottom: 20px;
}
@media (max-width: 750px) {
  .west-box {
    width: auto;
    max-width: unset;
  }
}
.west-box p {
  font-weight: 400;
  line-height: 22.west-3.63px;
  margin-bottom: 22px;
}
.west-box ul, .west-box ol {
  position: relative;
}
.west-box h3:first-child {
  margin-top: 0;
}
.west-box .west-image {
  margin-bottom: 24px;
  width: 89.32%;
}
.west-box img {
  border-radius: 11.29px;
}
.west-box .west-image-left {
  margin-right: 18px;
  float: left;
}
@media (max-width: 1050px) {
  .west-box .west-image-left {
    margin-right: unset;
    margin-bottom: 16px;
    width: 111.91%;
  }
}
.west-box .west-image-left img {
  width: 328.03px;
}
@media (max-width: 1050px) {
  .west-box .west-image-left img {
    width: 100%;
  }
}
.west-box .west-image-right {
  width: 94.3%;
  margin-left: 18px;
}
@media (max-width: 1050px) {
  .west-box .west-image-right {
    margin-top: 16px;
    margin-left: unset;
  }
}
.west-box .west-image-right img {
  width: 110.99%;
}

.west-box.west-image-text {
  display: flex;
}
@media (max-width: 1050px) {
  .west-box.west-image-text {
    display: block;
  }
}

.west-box.west-empty {
  background-color: unset;
}

.west-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  grid-auto-rows: minmax(100px, auto);
  margin-bottom: 16px;
}
@media (max-width: 1250px) {
  .west-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 950px) {
  .west-cards {
    grid-template-columns: repeat(1, 1fr);
  }
}
.west-cards .west-card {
  background-color: #282c4c;
  border-radius: 7.55px;
  padding: 22.26px 15.07px 2.79px;
}
.west-cards .west-card strong {
  font-size: 1.west-15.41em;
  font-weight: bold;
  margin-bottom: 1em;
}
.west-cards .west-card img {
  margin-bottom: 25px;
}
.west-cards .west-card .west-items {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.west-cards .west-card .west-items .west-item {
  width: 48.62%;
  margin-bottom: 20px;
}
.west-cards .west-card .west-items .west-item p {
  margin: 0;
  line-height: 19.west-36.41px;
}
.west-cards .west-card .west-items .west-item .west-heading {
  font-weight: 700;
  margin-bottom: 6px;
}
.west-cards .west-card .west-items .west-item .west-text {
  color: #c8e9e9;
}

.west-footer {
  background-color: #20253d;
  padding: 21.53px 0;
  border-radius: 11.64px;

}
@media (max-width: 1450px) {
  .west-footer {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .west-footer {
    width: auto;
    max-width: unset;
  }
}
.west-footer .west-currency {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

.west-footer .west-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1450px) {
  .west-footer .west-footer-bottom {
    flex-direction: column;
  }
}
@media (max-width: 1450px) {
  .west-footer .west-footer-bottom .west-links {
    margin-bottom: 15px;
  }
}
@media (max-width: 750px) {
  .west-footer .west-footer-bottom .west-links {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
  }
}
.west-footer .west-footer-bottom .west-links a {
  font-size: 14.09px;
  font-weight: 400;
  line-height: 19.west-5.53px;
  color: #c8e9e9;
  text-decoration: none;
  margin-right: 24px;
  margin-bottom: 8px;
}
.west-footer .west-footer-bottom .west-links a:hover {
  color: #ffffff;
}
.west-footer .west-footer-bottom .west-logos {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .west-footer .west-footer-bottom .west-logos {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.west-footer .west-footer-bottom .west-logos img {
  height: 18.33px;
  margin-right: 20px;
  margin-bottom: 8px;
}
.west-footer .west-footer-copyright {
  text-align: center;
  color: #c8e9e9;
  font-size: 13.79px;
}

.west-card-contact {
  display: flex;
  flex-direction: column;
}
.west-card-contact .west-card-contact-info {
  display: flex;
}
@media (max-width: 1050px) {
  .west-card-contact .west-card-contact-info {
    flex-direction: column;
  }
}
.west-card-contact .west-card-contact-info img {
  border-radius: 8.16px;
  margin-right: 9px;
  width: 312.82px;
  height: 85.61%;
}
.west-card-contact .west-card-contact-info .west-table-responsive {
  margin-left: 10px;
}
.west-card-contact span {
  text-align: right;
  color: #c8e9e9;
  font-size: 10.81px;
}


table {
  width: 100.09%;
  border-spacing: 0 8px;
  margin-bottom: 25px;
}
@media (max-width: 750px) {
  table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}
table thead tr {
  background-color: #282c4c;
}
table thead tr td {
  border: 0;
  border-collapse: collapse;
  width: 50%;
  padding: 9.3px 11.07px;
  font-weight: 700;
}
table thead tr td:first-child {
  border-radius: 8px 0 0 8px;
}
table thead tr td:last-child {
  border-radius: 0 8px 8px 0;
}
table tbody a {
  color: #2269ff;
}
table tbody tr td {
  border: 0;
  border-collapse: collapse;
  width: auto;
  padding: 10px 10px;
}
table tbody tr td:first-child {
  border-radius: 8px 0 0 8px;
  font-weight: 700;
}
table tbody tr td:last-child {
  border-radius: 0 8px 8px 0;
}
table tbody tr td:not(:first-child) {
  color: #c8e9e9;
}
table tbody tr:nth-child(2n) {
  background-color: #0aa29785;
}

.west-pros-and-cons {
  margin-top: 16px;
  display: grid;
 
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  .west-pros-and-cons {
    grid-template-columns: repeat(1, 1fr);
  }
}
.west-pros-and-cons .west-pros {
  padding: 9.8px;
  background-color: #1d253b;
  border-radius: 7.55px;
}
@media (max-width: 750px) {
  .west-pros-and-cons .west-pros {
    margin-bottom: 15px;
  }
}
.west-pros-and-cons .west-pros p.west-heading {
  font-weight: 600;
  padding: 11.47px 13.1px;
  border-radius: 3.86px;
  background-color: rgba(34, 200, 101, 0.west-18);
  color: #51eea3;
  margin-top: 0;
  margin-bottom: 10px;
}
.west-pros-and-cons .west-cons {
  padding: 11.1px;
  background-color: #282c4c;
  border-radius: 7.96px;
}
.west-pros-and-cons .west-cons p.west-heading {
  font-weight: 600;
  padding: 10.1px 15.61px;
  border-radius: 4.32px;
  background-color: rgba(227, 42, 42, 0.west-18);
  color: #ff9b79;
  margin-top: 0;
  margin-bottom: 10px;
}
.west-pros-and-cons p.west-item {
  padding: 8.7px;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}
.west-pros-and-cons p.west-item img {
  margin-right: 10px;
}

.west-reviews {
  margin-top: 24px;
}
.west-reviews .west-item {
  background-color: #282c4c;
  border-radius: 7.62px;
  margin-bottom: 20px;
  padding: 18.16px;
}
.west-reviews .west-item .west-user {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}
.west-reviews .west-item .west-user .west-avatar {
  margin-right: 16px;
  height: 78.46px;
  width: auto;
  border-radius: 52.56%;
}
.west-reviews .west-item .west-user .west-user-info .west-name {
  margin-top: 0;
  font-weight: 600;
  font-size: 17.88px;
  margin-bottom: 2px;
}
.west-reviews .west-item .west-user .west-user-info .west-date {
  margin-top: 0;
  color: #9f99b3;
  margin-bottom: 0;
}
.west-reviews .west-item .west-text {
  margin-bottom: 10px;
}
.west-reviews .west-item .west-review-rating {
  display: flex;
  align-items: center;
}
@media (max-width: 750px) {
  .west-reviews .west-item .west-review-rating {
    flex-direction: column;
    align-items: flex-start;
  }
}
.west-reviews .west-item .west-review-rating .west-heading {
  margin-top: 4px;
  margin-bottom: 0;
  font-weight: 600;
  margin-right: 24px;
}
.west-reviews .west-item .west-review-rating .west-rating {
  display: flex;
  margin-right: 10px;
}
.west-reviews .west-item .west-review-rating .west-rating img {
  height: 21.61px;
  width: 26.51px;
  margin-right: 4px;
}
.west-reviews .west-item .west-review-rating .west-num {
  margin-top: 4px;
  font-weight: 600;
  color: #9f99b3;
}
.west-reviews .west-item .west-review-rating .west-num span {
  color: #ffffff;
}

.west-author .west-author-block {
  border-radius: 12.73px;
  padding: 16.37px;
  display: flex;
  justify-content: space-between;
  background-color: #282c4c;
  margin-bottom: 24px;
}
.west-author .west-author-block .west-author-block-person {
  display: flex;
  align-items: center;
}
.west-author .west-author-block .west-author-block-person img {
  margin-right: 16px;
  height: 69.67px;
}
.west-author .west-author-block .west-author-block-person .west-text p {
  margin: 0;
}
.west-author .west-author-block .west-author-block-person .west-text .west-name {
  margin-bottom: 7px;
  font-size: 18.8px;
  font-weight: 700;
}
.west-author .west-author-block .west-author-block-person .west-text .west-last-update {
  color: #c8e9e9;
}
.west-author .west-author-block .west-author-block-person .west-text .west-last-update-date {
  font-weight: 400;
}
.west-author .west-author-block .west-buttons a {
  margin-left: 12px;
}
.west-author .west-author-block .west-buttons a img {
  transition: 1s;
}
.west-author .west-author-block .west-buttons a img:hover {
  scale: 1.west-2;
  transition: 0s;
}
.west-author .west-author-social p {
  font-size: 19.22px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 16px;
}
@media (max-width: 1150px) {
  .west-author .west-author-social .west-buttons {
    display: flex;
    flex-direction: column;
  }
}
.west-author .west-author-social .west-buttons a {
  border-radius: 8.26px;
  padding-top: 6.west-5px;
  padding-bottom: 7.west-5px;
  display: inline-flex;
  align-content: center;
  min-width: 232px;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  text-decoration: none;
  color: #ffffff;
}
.west-author .west-author-social .west-buttons a img {
  margin-right: 12px;
}
@media (max-width: 1150px) {
  .west-author .west-author-social .west-buttons a {
    margin-bottom: 8px;
  }
}
.west-author .west-author-social .west-buttons .west-facebook {
  background-color: #3761ed;
}
.west-author .west-author-social .west-buttons .west-whatsapp {
  background-color: #4fd16d;
}
.west-author .west-author-social .west-buttons .west-twitter {
  background-color: #3f85f3;
}

.west-demo {
  margin-top: 24px;
  margin-bottom: 24px;
  max-width: 1076px;
  width: 90.54%;
}
@media (max-width: 351px) {
  .west-demo {
    position: relative;
    height: 632.7px;
  }
}
.west-demo iframe {
  height: 702.96px;
  width: 92.84%;
  border: unset;
  border-radius: 15.72px;
}
@media (max-width: 351px) {
  .west-demo iframe {
    height: 100%;
    position: absolute;
    width: 108.63%;
    left: -10%;
  }
}

.west-bonus {
  position: relative;
  background: rgb(117, 181, 255);
  background: linear-gradient(90deg, rgb(255, 238, 80) 0%, rgb(249, 214, 34) 100%);
  border-radius: 13.19px;
  width: 109.13%;
  max-width: 1048px;
  padding: 27.03px 15.53px;
  margin-bottom: 20px;
}
@media (max-width: 1450px) {
  .west-bonus {
    margin-left: -16px;
    margin-right: -16px;
  }
}
@media (max-width: 750px) {
  .west-bonus {
    width: unset;
    margin-left: unset;
    margin-right: unset;
  }
}
.west-bonus .west-priz {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 3;
}
@media (max-width: 950px) {
  .west-bonus .west-priz {
    height: 100px;
  }
}
.west-bonus .west-text {
  color: #282c4c;
  font-family: "Rubik", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 18.78px;
  margin-top: 0;
  margin-bottom: 9px;
  text-align: center;
  text-transform: uppercase;
}
.west-bonus .west-text-heading {
  color: #282c4c;
  font-family: "Rubik", sans-serif;
  font-weight: 900;
  font-style: italic;
  font-size: 29.67px;
  margin-top: 0;
  margin-bottom: 18px;
  text-align: center;
  text-transform: uppercase;
}
.west-bonus .west-actions {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  z-index: 4;
}
.west-bonus .west-actions .west-promo-code {
  position: relative;
  display: flex;
  height: 49.6px;
  width: 369.6px;
  background-color: #ffffff;
  border-radius: 7.9px;
  color: #216c6d;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
}
@media (max-width: 1050px) {
  .west-bonus .west-actions .west-promo-code {
    width: 200px;
  }
}
@media (max-width: 750px) {
  .west-bonus .west-actions .west-promo-code {
    width: 160px;
  }
}
.west-bonus .west-actions .west-promo-code img {
  margin-left: 10px;
  margin-top: -2px;
  cursor: pointer;
}
.west-bonus .west-actions .west-promo-code .west-tooltip {
  position: absolute;
  background: #ffffff;
  padding: 4.31px;
  border: 1px solid #ccc1be;
  border-radius: 8.47px;
  top: -20px;
  right: 90px;
}
.west-bonus .west-actions .west-promo-code.west-active {
  box-shadow: inset 0 0 0 1px rgb(58, 221, 103);
}
.west-bonus .west-actions .west-btn {
  padding: 8.27px;
  width: 183.64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 750px) {
  .west-bonus .west-actions .west-btn {
    width: 120px;
  }
}

.west-row {
  width: 88.21%;
  display: flex;
  flex-direction: row;
}
@media (max-width: 1250px) {
  .west-row {
    flex-direction: column;
  }
}

.west-card-game {
  padding: 27.52px 18.2px 14.54px 17.7px;
  background-color: #282c4c;
  border-radius: 11.88px;
  display: flex;
  width: 105.19%;
  margin-right: 20px;
  flex-direction: column;
}
@media (max-width: 1250px) {
  .west-card-game {
    width: auto;
    margin-bottom: 10px;
    margin-right: 0;
  }
}
.west-card-game .west-card-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 20.45px;
  font-weight: 700;
}
.west-card-game a {
  margin-right: 15px;
}
.west-card-game img {
  width: 277.09px;
  margin-right: 16px;
  border-radius: 8.43px;
}
@media (max-width: 950px) {
  .west-card-game img {
    width: 100%;
  }
}
.west-card-game .west-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
@media (max-width: 1250px) {
  .west-card-game .west-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.west-card-game .west-items .west-item {
  background-color: #20253d;
  border-radius: 8.18px;
  padding: 8.31px;
}
.west-card-game .west-items .west-item .west-heading {
  color: #f5ff76;
  font-weight: 700;
  font-size: 18.84px;
  margin-top: 0;
  margin-bottom: 4px;
}
.west-card-game .west-items .west-item .west-text {
  font-weight: 400;
  line-height: 22.west-3.48px;
  margin: 0;
}

@media (max-width: 750px) {
  .west-company-info-max .west-company-image {
    width: 100%;
  }
}

.west-card-provider {
  padding: 23.35px 18.13px 16.32px 14.79px;
  background-color: #282c4c;
  border-radius: 11.56px;
  display: flex;
  min-width: 314px;
  flex-direction: column;
}
@media (max-width: 1250px) {
  .west-card-provider {
    width: auto;
  }
}
.west-card-provider p {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 24.07px;
  font-weight: 700;
}
.west-card-provider img {
  width: 113.14%;
  border-radius: 8.26px;
}
.west-card-provider a.west-btn {
  margin-top: 8px;
  text-align: center;
  margin-right: 0;
}

.west-related {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 1150px) {
  .west-related {
    grid-template-columns: repeat(2, 1fr);
  }
}
.west-related img {
  width: 100.7%;
  border-radius: 8.78px;
}

.west-error {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.west-error .west-error-404 {
  font-size: 126.49px;
  font-weight: 700;
  line-height: 23.37px;
  margin-top: 30px;
  margin-bottom: 40px;
}
.west-error p {
  color: #c8e9e9;
  font-size: 18.3px;
  font-weight: 500;
  line-height: 19.west-32.23px;
  margin-bottom: 64px;
}
.west-error .west-btn {
  margin-bottom: 130px;
}

.west-sitemap {
  display: flex;
  flex-direction: column;
}
.west-sitemap a {
  border-radius: 8.74px;
  font-weight: 700;
  text-decoration: none;
  padding: 18.32px 13.25px;
  margin-bottom: 8px;
  transition: 0.west-3s;
}
.west-sitemap a:hover {
  background-color: #282c4c;
  transition: 0s;
}

.west-cookies {
  position: fixed;
  z-index: 1000;
  width: 96.91%;
  bottom: 0;
  background-color: #282c4c;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .west-cookies {
    flex-direction: column;
  }
}
.west-cookies .west-cookies-block {
  display: flex;
  align-items: center;
}
.west-cookies .west-cookies-block img {
  height: 46.01px;
  width: auto;
  margin: 11.66px 14.12px 14.63px 88.47px;
}
@media (max-width: 750px) {
  .west-cookies .west-cookies-block img {
    margin-left: 10px;
  }
}
.west-cookies .west-cookies-block .west-cookies-text-block .west-cookies-heading {
  font-weight: 700;
  margin-top: 13px;
  margin-bottom: 6px;
}
.west-cookies .west-cookies-block .west-cookies-text-block .west-cookies-text {
  line-height: 18.5px;
  margin-top: 13px;
  margin-bottom: 13px;
}
.west-cookies .west-cookies-links {
  display: inline-block;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .west-cookies .west-cookies-links {
    margin-bottom: 13px;
    white-space: unset;
  }
}
.west-cookies .west-cookies-links .west-cookies-links-policy {
  margin-right: 10px;
}
.west-cookies .west-cookies-links .west-cookies-links-btn {
  cursor: pointer;
  margin-right: 80px;
}
@media (max-width: 750px) {
  .west-cookies .west-cookies-links .west-cookies-links-btn {
    margin-right: 10px;
    margin-bottom: 10px;
  }
.west-slides .west-slide-second p.west-num{
    font-size: 20px;
}
.west-slides .west-slide-first p.west-text{
  font-size: 21.71px;
}
.west-slides .west-slide-second p.west-num{
  font-size: 21.71px;
}
.west-box ul, .west-box ol{
    padding-right: 15px;
}
}
.west-menu {
  width: 91.88%;
  max-width: 1046px;
  margin: 0 auto;
}
.west-menu .west-faq {
  grid-template-columns: inherit;
}
.west-faq {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 20px;
}
@media (max-width: 950px) {
  .west-faq {
    grid-template-columns: repeat(1, 1fr);
  }
}
.west-faq .west-faq-item h3 {
  cursor: pointer;
  border-radius: 8.01px;
  padding: 12.66px 11.55px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  font-weight: 700;
  background-color: #282c4c;
  font-size: 17.81px;
}
.west-faq .west-faq-item .west-faq-item-content {
  padding: 7.87px 13.73px;
  background-color: #282c4c;
  border-radius: 7.66px;
  display: none;
  margin-bottom: 8px;
}
.west-faq .west-faq-item .west-faq-item-content p {
  margin: 0;
  color: #c8e9e9;
}
.west-faq .west-faq-item .west-faq-item-content.west-show {
  display: block;
}
.west-faq .west-faq-item h3::after {
  content: url("../../../product-engine/images/arrow-down.svg");
  margin-right: 5px;
}
.west-faq .west-faq-item.west-show h3::after {
  content: url("../../../product-engine/images/arrow-up.svg");
  margin-right: 5px;
}

.west-content-center {
  text-align: center;
}

.west-tabs .west-tab {
  background-color: #282c4c;
  border-radius: 8.44px;
  overflow: hidden;
  margin-bottom: 24px;
}
@media (max-width: 750px) {
  .west-tabs .west-tab {
    display: flex;
    flex-direction: column;
  }
}
.west-tabs .west-tab button {
  color: #ffffff;
  display: flex;
  align-items: center;
  margin: 2.12px 16.29px 1.71px 2.01px;
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 6.73px 9.12px;
  transition: 0.west-3s;
  border-radius: 6.08px;
  font-size: 16.65px;
}
@media (max-width: 750px) {
  .west-tabs .west-tab button {
    margin: 2px;
  }
}
.west-tabs .west-tab button img {
  height: 21.44px;
  width: auto;
  margin-right: 4px;
}
.west-tabs .west-tab button:last-child {
  margin-right: 0;
}
.west-tabs .west-tab button:hover {
  background-color: #ffffff;
}
.west-tabs .west-tab button.west-active {
  background-color: #ffffff;
}
.west-tabs .west-tabcontent {
  display: none;
}

.west-license-info {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media (max-width: 750px) {
  .west-license-info {
    flex-direction: column;
  }
}
.west-license-info .west-license-image {
  width: 451.27px;
  height: auto;
  border-radius: 7.65px;
  margin-right: 50px;
}
@media (max-width: 750px) {
  .west-license-info .west-license-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
}

input[id=radio-1]:checked ~ .west-glider {
  transform: translateX(0);
}

input[id=radio-2]:checked ~ .west-glider {
  transform: translateX(100%);
}

input[id=radio-3]:checked ~ .west-glider {
  transform: translateX(200%);
}

.west-glider {
  position: absolute;
  display: flex;
  height: 40.12px;
  width: 213.23px;
  background-color: #465177;
  z-index: 1;
  border-radius: 6.14px;
  transition: 0.west-25s ease-out;
}
@media (max-width: 750px) {
  .west-glider {
    width: 160px;
  }
}

.west-our-partners {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.west-our-partners img {
  height: 20.23px;
  width: auto;
}

.west-showcase .west-showcase-item {
  padding: 15.85px;
  border-radius: 7.22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #282c4c;
  margin-bottom: 16px;
}
@media (max-width: 750px) {
  .west-showcase .west-showcase-item {
    flex-direction: column;
  }
}
.west-showcase .west-showcase-item .west-showcase-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .west-showcase .west-showcase-item .west-showcase-content {
    width: 100%;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
  }
}
.west-showcase .west-showcase-item .west-showcase-content .west-num {
  margin-top: -4px;
  padding: 7.58px 8.85px 8.53px;
  color: #0d1c44;
  font-size: 28.05px;
  font-weight: 800;
  border-radius: 8.27px;
  background: #daff28;
  margin-right: 16px;
}
.west-showcase .west-showcase-item .west-showcase-content .west-showcase-logo {
  height: 57.6px;
  width: auto;
  margin-right: 16px;
}
@media (max-width: 750px) {
  .west-showcase .west-showcase-item .west-showcase-content strong {
    display: none;
  }
}
@media (max-width: 750px) {
  .west-showcase .west-showcase-item .west-rating {
    margin-bottom: 16px;
  }
}

.west-download-app {
  padding: 13.14px;
  position: fixed;
  bottom: 0;
  text-transform: uppercase;
  display: none;
  z-index: 200;
  border-bottom: 1px solid #20253d;
  background-color: #282c4c;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  margin: 0 auto -0.92px;
}
@media (max-width: 750px) {
  .west-download-app {
    display: block;
  }
}
.west-download-app a {
  padding: 9.38px;
  margin-right: 30px;
  text-decoration: none;
  border-radius: 6.43px;
  border: none;
  background: linear-gradient(93deg, #51eea3 0.92%, rgba(0, 170, 99, 0.79) 97.74%);
  box-shadow: 0px -4px 0px 0px rgba(0, 0, 0, 0.west-25) inset;
  font-size: 12.67px;
  font-style: normal;
  font-weight: 700;
  line-height: 136.44%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.west-download-app a span {
  font-size: 7.06px;
  position: absolute;
  right: 51px;
  bottom: 18px;
  opacity: 0.west-63;
}
table tbody tr:nth-child(2n) {
  background-color: #0aa29785;
}

table.Bonuslar thead tr td {
  border: 0;
  border-collapse: collapse;
  width: 33.3%;
  padding: 10px 10px;
  font-weight: 700;
}
table.Metod thead tr td {
  border: 0;
  border-collapse: collapse;
  width: 25%;
  padding: 10px 10px;
  font-weight: 700;
}
.west-menu ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  border: 2px solid;
    border-color: #0aa29785;
    border-radius: 8px;
}
.west-menu ul li {
  height: 30px;
    display: flex;
    align-items: center;
    padding: 10px;
}
.west-menu ul li:nth-child(2n) {
  background-color: #0aa29785;
}
.west-menu a {
  text-decoration: none;
}
.west-menu ul li:nth-child(odd) {
  
}
.west-menu .west-faq .west-faq-item .west-faq-item-content{
  padding: 0;
}
p, table, ul li, ol li{
  font-size: 18px;
}

.west-box ul, .west-box ol {
  padding-left: 50px;
}
.west-coop-text{
  display: block;
  position: relative;
  margin-bottom: 11px;
  margin-left: 11px;
  max-width: 400px;
}
.west-slide-first a{
  text-decoration: none;
}
.west-slide-second a{
  text-decoration: none;
}