
    *,
*::after,
*::before {
  box-sizing: inherit;
}
ul,
ol[class] {
  padding: 0;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}
ul,
ol {
  list-style: none;
}
img {
  max-width: 100%;
  display: block;
}
button {
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
button:hover {
  opacity: 0.8;
}
input,
textarea,
select {
  font: inherit;
}
a {
  text-decoration: none;
}
figure {
  margin-bottom: 20px;
  text-align: center;
}
figcaption {
  color: inherit;
}
.general-image {
  display: block;
  border-radius: 15px;
  max-height: 400px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}
.logoBuild {
  height: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}
.logoBuild a {
  display: flex;
  align-items: center;
  height: 100%;
}
.content-block {
  padding: 0 10px;
}
header.header {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
}
#fix-button.footer-block-btn {
  display: none;
  position: none;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
}
.content {
  padding-top: 100px;
}
#scrollToTop.scrollToTop {
  position: fixed;
}
.logo-controls {
  display: none;
}
.burger {
  display: none;
  position: relative;
}
.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #02274B;
  width: 90%;
  max-width: 350px;
  min-height: 100vh;
  padding: 30px 20px;
  transition: right 0.8s;
}
.mobileMenu[hidden] {
  right: -200%;
}
.mobileMenu .mobileMenuTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 75px;
}
.mobileMenu .mobileMenuLinks {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.mobileMenu .mobileMenuLinks a,
.mobileMenu .mobileMenuLinks button {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks a:active,
.mobileMenu .mobileMenuLinks button:hover {
  color: #181616;
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: block;
}
.overlay[hidden] {
  display: none;
}
@media (max-width: 1250px) {
  #fix-button.footer-block-btn {
    display: none;
  }
  /* footer.footer {
    padding-bottom: 100px;
  } */
  .content {
    min-height: 90vh;
  }
  .header .header-inner .header-inner__menu {
    display: none;
  }
  .burger {
    display: none;
  }
}

    .header--1 {
  height: 80px;
  background: #02274B;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.header-inner--1 {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  position: relative;
}

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

.header-inner__logo--1 img {
  width: auto;
  height: 40px;
}

.header-inner__menu--1 {
  margin-left: auto;
  margin-right: 32px;
  display: flex;
  gap: 20px;
}

.header-inner__menu--1 a {
  color: #fff;
}

.header-inner__buttons--1 {
  display: flex;
  gap: 20px;
}

.btn-reg--1 {
  color: #fff;
  background: #fa5e00;
  border-radius: 100px;
  padding: 10px 32px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
}

.btn-log--1 {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 100px;
  padding: 10px 32px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-transform: inherit;
  display: none;
}

@media (max-width: 1250px) {
  .header-inner--1 {
  justify-content: center;
  }
  .header-inner__menu--1 {
  display: none;
  }
  .header-inner__buttons--1 {
  display: none;
  }

  #fix-button.footer-block-btn {
    display: flex;
    position: fixed;
  }
}


    .footer--4 {
  padding: 20px 0;
  background: #02274B;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer--4 p {
  margin-bottom: 0;
  color: #fff;
}

.copy--4 {
  background: transparent;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 16px;
}

.components .copy__text--4 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}

.copy__copyright--4 {
  color: rgba(255, 255, 255, 0.6);
  font-size: 20px;
  line-height: 24px;
}

@media (max-width: 1250px) {
  .footer--4 {
  padding: 20px 0;
  }
  .copy--4 {
  gap: 8px;
  }
  .components .copy__text--4 {
  font-size: 14px;
  }
  .copy__copyright--4 {
  font-size: 12px;
  }
}


    .footer-block-btn--2 {
  padding: 20px 10px;
  background: #02274B;
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-left: 15px;
  justify-content: center;
}

.buttons.buttons--2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.buttons.buttons--2 button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.fix-btn-reg--2 {
  padding: 12px 24px;
  border-radius: 100px;
  border: 1px solid transparent;
  background: #8CC23D;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #000000;
}

.fix-btn-log--2 {
  padding: 12px 24px;
  border-radius: 100px;
  border: 1px solid #fff;
  background: transparent;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #fff;
}


    
    .content-block {
      max-width: 1250px;
      margin: 0 auto;
    }
    .components {
  background: #004DA1;
  color: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}

.general-h1 {
  background: transparent;
  color: #fff;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 20px;
}

.general-h2, .general-h3, .general-h4, .general-h5, .general-h6 {
  background: transparent;
  color: #fff;
  padding: 0;
  border-radius: 0;
  text-align: center;
  margin-bottom: 20px;
}

.general-p {
  margin-bottom: 20px;
}

.button-block {
  text-align: center;
  margin: 15px 0;
}

.button-block-btn {
  color: #fff;
  background: linear-gradient(to bottom, #E8692C, #E75B28);
  border-radius: 50px;
  padding: 14px 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  font-family: Arial, sans-serif;
}

.content-block a {
  color: #fa5e00;
}

.general-ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  margin-bottom: 20px;
}

.general-ol {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 0;
  counter-reset: counter-ol;
  position: relative;
  margin-bottom: 20px;
}

.general-ul-li {
  padding-left: 30px;
  position: relative;
}

.general-ul-li::before {
  background: #fa5e00;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: 0;
  position: absolute;
  content: no-open-quote;
}

.general-ol-li {
  counter-increment: counter-ol;
  padding-left: 30px;
  position: relative;
}

.general-ol-li::before {
  background: #fa5e00;
  color: #fff;
  width: 25px;
  height: 25px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: counter(counter-ol);
}

.general-table-wrapper {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 20px;
}

.general-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
}

.general-thead .general-tr {
  background: #02274B;
}

.general-th {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
}

.general-tr {
  background: #02274B;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
}

.general-tr:nth-child(2n) {
  background: #02274B;
}

.general-td {
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 10px;
}

.faq-item {
  background: #0265a7;
  border: none;
  border-radius: 6px;
  position: relative;
  margin: 0 auto 20px;
  transition: 0.4s;
  padding: 20px 0px 20px 20px;
}

.components .faq-question {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  position: relative;
  padding-top: 0;
  padding-right: 42px;
}

.components .faq-answer {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
  height: 0;
  overflow: hidden;
  position: relative;
  opacity: 0;
  z-index: -1;
}

.icon {
  height: 18px;
  position: absolute;
  width: 18px;
  right: 25px;
  top: 25px;
}

.icon:before {
  background: #fff;
  content: no-open-quote;
  height: 4px;
  right: 0;
  top: 0;
  width: 18px;
  transition: transform 0.4s;
  position: absolute;
}

.icon:after {
  background: #fff;
  content: no-open-quote;
  height: 4px;
  right: 0;
  top: 0;
  width: 18px;
  transition: transform 0.4s;
  position: absolute;
}

.toggle {
  margin: 0;
  cursor: pointer;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
}

.toggle:not(:checked) ~ .icon:before {
  transform: rotate(180deg);
}

.toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
  padding-top: 12px;
  padding-right: 20px;
}

.toggle:not(:checked) ~ .icon:after {
  transform: rotate(90deg);
}

.toggle:checked ~ .icon:before {
  background: #fff;
}

.toggle:checked ~ .icon:after {
  background: #fff;
}

.scrollToTop {
  background: #fa4d00;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 15%;
  right: 20px;
  opacity: 0;
  cursor: pointer;
}

.scrollToTop svg {
  fill: #fff;
  width: 50%;
  height: 50%;
}

@media (max-width: 1250px) {
  .general-table-wrapper {
  overflow: auto;
  }
  .icon {
  right: 10px;
  }
}


    
  .components {
    font-family: 'Tahoma', sans-serif;
  }
  .components h1 {
    font-size: 32px;
    line-height: 38px;
  }
  .components h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .components h3 {
    font-size: 24px;
    line-height: 39px;
  }
  .components h4 {
    font-size: 22px;
    line-height: 27px;
  }
  .components h5 {
    font-size: 20px;
    line-height: 25px;
  }
  .components p,
  .components span,
  .components li,
  .components a {
    font-size: 18px;
    line-height: 22px;
  }

  
.pm__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
    padding-bottom: 24px;
}
.pm__item {
    background: rgba(38, 36, 31, 1);
    padding: 24px;
    border-radius: 16px;
}
.pm__headings span {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    padding-bottom: 8px;
}
.pm__item_plus .pm__headings {
    border-bottom: 1px solid rgba(112, 224, 14, 1);
}
.pm__item_minus .pm__headings {
    border-bottom: 1px solid rgba(255, 11, 11, 1);
}
.pm__container ul {
    padding: 0;
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
.pm__container ul li {
    position: relative;
    padding-left: 28px;
    padding-bottom: 8px;
}
.pm__container ul li:last-child {
    padding-bottom: 0;
}
.pm__item_plus li:before {
    content: '';
    width: 20px;
    height: 21px;
    position: absolute;
    top: -2px;
    left: 0;
    background: url(/plus-icon.svg)no-repeat;
    background-size: cover;
}
.pm__item_minus li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    left: 0;
    background: url(/minus-icon.svg)no-repeat;
    background-size: cover;
}

@media (max-width: 900px) {
    .pm__container {
        grid-template-columns: repeat(1, 1fr);
    }
    .pm__item {
        padding: 18px;
    }
}


/* Banner */


.banner {
  padding-top: 15px;
  display: flex;
  gap: 20px;
  max-width: 100%;
  margin: 0 auto 20px auto;
}

.banner__main {
  position: relative;
  width: 100%;
  height: 100%;
  background: 40% 0 url(/banner_bg.png) no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  overflow: hidden;
  border-radius: 10px;
}

.banner__content {
  max-width: 390px;
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 2px;
  z-index: 3;
  margin-left: 20px;
}

.banner__content .banner__title {
  text-transform: uppercase;
  font-size: 38px;
  font-weight: 700;
  line-height: 38.89px;
  text-align: left;
}

.banner_text {
  font-family: Tahoma, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  background: linear-gradient(180deg, #ffff6b 0%, #fdfd56 50%, #f6f62b 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 20px hsla(60, 100%, 61%, 0.751));
}

.banner__content .banner__description {
  margin: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 29.17px;
  text-align: left;
}

.banner__content .banner__button.accented_button {
  margin-top: 25px;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 700;
  line-height: 24.31px;
  text-align: center;
  width: fit-content;
  padding: 15px 60px;
  background: linear-gradient(#E8692C, #E75B28);
  color: #fff;
  text-transform: uppercase;
}

.banner__image {
  height: auto;
  width: 50%;
  max-width: 425px;
}

@media (max-width: 1450px) {
  .banner__content  .banner__title {
    font-size: 28px;
  }

  .banner__content  .banner__description {
    font-size: 20px;
  }
}

@media screen and (max-width: 1250px) {
  .banner {
    display: flex;
    flex-direction: column;
  }

  .banner__main {
    overflow: hidden;
    position: relative;
    height: 320px;
    justify-content: center;
  }

  .banner__image {
    width: 40%;
  }
}

@media (max-width: 1153px) {
  .banner__content  .banner__title {
    font-size: 24px;
  }

  .banner__content  .banner__description {
    font-size: 18px;
  }

  .banner__content  .banner__button.accented_button {
    margin-top: 10px;
    padding: 15px 30px;
    font-size: 16px;
  }
}

@media (max-width: 840px) {
  .banner__content  .banner__title {
    font-size: 24px;
  }

  .banner__content  .banner__description {
    font-size: 16px;
  }

  .banner__button.accented_button {
    padding: 15px;
    font-size: 16px;
  }

  .banner__main {
    justify-content: flex-start;
  }

  .banner__main img {
    position: absolute;
    right: -265px;
    z-index: 1;
  }

  .banner__image {
    width: 70%;
  }

  .banner__content {
    gap: 0px;
    padding: 10px;
  }
}

@media screen and (max-width: 650px) {
  .banner__content  .banner__title {
    font-size: 18px;
  }

  .banner__content  .banner__description {
    font-size: 16px;
  }

  .banner__main img {
    right: -160px;
  }
}


/* new shortcodes */

.quick-actions {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.quick-actions__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-bottom: 18px;
}

.quick-actions .quick-card {
  display: flex;
  flex-direction: column;
  min-height: 175px;
  padding: 18px;
  gap: 20px;
  border-radius: 14px;
  text-decoration: none;
  color: #ffffff;
  background: #0066D5;
  border: 1px solid #6E82E6;
  transition: 0.25s ease;
}

.quick-actions .quick-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.18);
}

.quick-card .quick-card__icon {
  font-size: 30px;
}

.quick-card__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 700;
}

.quick-card .quick-card__text {
  margin: 0;
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}

.quick-card__time {
  margin-top: auto;
  align-self: flex-start;
  padding: 3px 14px;
  border-radius: 999px;
  background: #ffffff;
  color: #0066D5;
  font-size: 14px;
  font-weight: 400;
}

.quick-tip {
  display: flex;
  gap: 10px;
  padding: 20px;
  border-left: 8px solid #E75D29;
  border-radius: 10px;
  background: #0F62BD;
}

.quick-tip__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
}

.quick-tip__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.quick-tip__content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.quick-card .quick-tip__title {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 700;
}

.quick-tip__content .quick-tip__text,
.quick-tip__content .quick-tip__note {
  margin: 0;
  
  font-size: 14px;
  line-height: 1.6;
}

.quick-tip__content .quick-tip__text {
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.95);
}

.quick-tip__content .quick-tip__note {
  opacity: 0.9;
  color: #DEDEDE;
}


@media (max-width: 992px) {
  .quick-actions__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {

  .quick-actions__grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .quick-card {
    min-height: auto;
    padding: 16px;
  }

  .quick-card__title {
    font-size: 20px;
  }

  .quick-card__text {
    font-size: 13px;
  }

  .quick-card__time {
    margin-top: 16px;
  }

  .quick-tip {
    flex-direction: column;
    gap: 12px;
    padding: 16px;
  }

  .quick-tip__title {
    font-size: 20px;
  }

  .quick-tip__text,
  .quick-tip__note {
    font-size: 13px;
  }
}

.info-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin: 0 auto 20px auto;
}

.info-card {
  padding: 20px 15px;
  border-radius: 15px;
  background: #003B7B;
  border: 1px solid #1567BF;
  color: #ffffff;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 768px) {

  .info-cards {
    grid-template-columns: 1fr;
  }

}

@media (max-width: 576px) {

  .info-card {
    padding: 14px;
    font-size: 13px;
    border-radius: 12px;
  }

}

.bonuses {
  margin: 0 auto;
}

.bonuses .bonus-card {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
  border: 2px solid #1D8AFF;
  margin-bottom: 24px;
  background: inherit;
}

.bonus-card.promo {
  border-color: #ff6600;
}

.bonus-grid {
  display: grid;
}

.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}

.grid-2 {
  grid-template-columns: repeat(2, 1fr);
}

.bonus-cell {
  padding: 16px;
  color: #fff;
  line-height: 100%;
  border-right: 1px solid #1D8AFF;
  border-bottom: 1px solid #1D8AFF;
  font-family: Verdana, sans-serif;
}

.bonus-card.promo .bonus-cell {
  border-color: #ff6600;
}

.bonus-cell.full {
  grid-column: 1 / -1;
}

.bonus-header {
  background: #1D8AFF;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  font-family: Tahoma, sans-serif;
  padding: 15px;
  border-bottom: 2px solid #1D8AFF;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.bonus-card.promo .bonus-header {
  background: #E75D29;
  border-color: #E75D29;
}

.bonus-cell.full:last-child {
  border-bottom: none;
}

.bonus-cell p {
  margin: 0;
}

.bonus-cell strong {
  color: #ffffff;
}

.bonus-cell .orange {
  color: #E75D29;
  font-size: 22px;
  font-weight: 900;
}

@media (max-width: 768px) {

  .grid-3,
  .grid-2 {
    grid-template-columns: 1fr;
  }

  .bonus-cell {
    border-right: none;
  }

  .bonus-header {
    font-size: 18px;
    padding: 14px;
  }

}

/* slots */

  .slots-section {
    margin: 0 auto 20px auto;
  }

  .slots-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-bottom: 12px;
  }

  .slots-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 12px;
  }

  .slot-card {
    background: #1a5db5;
    border-radius: 12px;
    padding: 16px 18px;
    color: #fff;
    border: 1px solid #6E82E6;
  }

  .slot-card__title {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 3px;
    line-height: 1.3;
  }

  .slot-card__provider {
    font-size: 12px;
    color: #FFFFFFCC;
    margin-bottom: 10px;
  }

  .slot-card__provider b {
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
  }

  .slot-card__rtp {
    display: inline-block;
    background: #429DFF;
    border-radius: 33px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    padding: 3px 12px;
    margin-bottom: 12px;
  }

  .slot-card__desc {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.78);
  }

  .slots-tip {
    background: #0F62BD;
    border-radius: 12px;
    padding: 20px;
    border-left: 8px solid #1D8AFF;
  }

  .slots-tip__title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 6px;
  }

  .slots-tip__text {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.6;
  }

  @media (max-width: 600px) {
    .slots-grid-3,
    .slots-grid-2 {
      grid-template-columns: 1fr;
    }
  }

  @media (min-width: 601px) and (max-width: 820px) {
    .slots-grid-3 {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  /* games */

  .crash-section {
    margin: 0 auto 20px auto;
  }

  .game-list {
    list-style: none;
    margin-bottom: 40px;
  }

  .game-list__item {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 24px;
    padding: 24px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .game-list__item:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }

  .game-list__item.game-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }

  .game-meta .game-meta__title {
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 4px;
  }

  .game-meta .game-meta__param {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.65);
  }

  .game-list__item .game-desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 22px;
    align-self: center;
  }

  .crash-why .crash-why__title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 12px;
    border-bottom: 1px solid  rgba(255, 255, 255, 0.35);;
  }

  .crash-why .crash-why__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .why-item {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 16px;
    padding: 12px 0;
  }

  .why-item__label {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
  }

  .why-item__text {
    color: rgba(255, 255, 255, 0.78);
    line-height: 22px;
  }

  @media (max-width: 700px) {
    .game-list__item {
      grid-template-columns: 1fr;
      gap: 10px;
    }

    .why-item {
      grid-template-columns: 1fr;
      gap: 4px;
    }
  }

  /* sports */

    .sports {
    margin: 0 auto;
  }

  .sports-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  /* cards */

  .card {
    background: #1a5db5;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #1D8AFF;
    margin-bottom: 20px;
  }

  .card .card-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 8px;
  }

  .card .card-text {
    font-size: 16px;
    color: #fff;
    line-height: 130%;
  }

  @media (max-width: 600px) {
    .sports-grid {
      grid-template-columns: 1fr;
    }
  }

/* mirror */

  .mirror {
    margin: 0 auto 20px auto;
  }

  .mirror-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
  }

  .mirror-lead {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .mirror-list {
    list-style: none;
  }

  .mirror-list .mirror-row {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 16px 24px;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    align-items: start;
  }

  .mirror-row .mirror-label {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
  }

  .mirror-list .mirror-desc {
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
  }

  @media (max-width: 560px) {
    .mirror-row {
      grid-template-columns: 1fr;
      gap: 6px;
    }
  }

  /* android | ios*/

  
  .install {
    margin: 0 auto 20px auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .install .install-col {
    border-radius: 12px;
    border: 1px solid #6E82E6;
    padding: 20px 18px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .install-col .install-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    line-height: 22px;
    margin-bottom: 4px;
    text-decoration: underline;
    text-underline-offset: 4px;
    padding-bottom: 5px;
  }

  .step {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #0066D5;
    border: 1px solid #6E82E6;
    border-radius: 8px;
    padding: 10px 12px;
  }

   .step  .step-num {
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    color: #0d3d8e;
    display: flex;
    align-items: center;
    justify-content: center;
  }

   .step  .step-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    line-height: 22px;
  }

   .step  .install-note {
    font-size: 12.5px;
    color: rgba(255, 255, 255, 0.75);
    line-height: 1.6;
    margin-top: 4px;
    background: #0F62BD;
    border-radius: 8px;
    padding: 12px 14px;
  }

  @media (max-width: 600px) {
    .install {
      grid-template-columns: 1fr;
    }
  }

  /* contacts */

    .contacts {
    margin: 0 auto 20px auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
 
  .card {
    background: #1a5db5;
    border-radius: 10px;
    padding: 16px 18px;
  }
 
  .card-title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    line-height: 22px;
  }
 
  .card-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.78);
    line-height: 22px;
  }
 
  @media (max-width: 640px) {
    .contacts {
      grid-template-columns: 1fr;
    }
  }

/* tips */

  .tips {
    margin: 0 auto 20px auto;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
 
  .tip {
    background: #1a5db5;
    border-radius: 10px;
    padding: 20px;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
  }

/* reviews */

  .reviews-wrap {
    margin: 0 auto 20px auto;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
 
  .reviews-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
 
  .review {
    background: #1a5db5;
    border-radius: 10px;
    padding: 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
 
  .review-header {
    display: flex;
    align-items: center;
    gap: 10px;
  }
 
  .review-avatar {
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    color: #0d3d8e;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
  }
 
  .review-name {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 100%;
  }
 
  .review-text {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 22px;
  }
 
  .reviews-banner {
    background: #1a5db5;
    border-radius: 10px;
    padding: 20px;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.82);
    line-height: 22px;
  }
 
  @media (max-width: 640px) {
    .reviews-grid {
      grid-template-columns: 1fr;
    }
  }