* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Geometria';
}

@font-face {
font-family: 'Geometria'; 
src: url(/fonts/Geometria.ttf); 
font-display: swap;
}
@font-face {
font-family: 'Geometria-Bold'; 
src: url(/fonts/Geometria-Bold.ttf); 
font-display: swap;
}
@font-face {
font-family: 'Geometria-ExtraBold'; 
src: url(/fonts/Geometria-ExtraBold.ttf); 
font-display: swap;
}
@font-face {
font-family: 'Geometria-Medium'; 
src: url(/fonts/Geometria-Medium.ttf); 
font-display: swap;
}

html body {
  overflow-x: hidden;
  position: relative;
  background: #F6F9FF;
}

.content {
  padding-bottom: 58px;
}

figure {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

figure img {
  display: block;
  border-radius: 15px;
  max-height: 500px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}

.wrapper,
p,
h1,
h2,
h3,
h4,
h5,
h6,
.general-table-wrapper,
figcaption,
ol,
ul,
.columnsText,
.stepsInner,
.contentBanner,
.buttonBlock,
.contentBanner,
.bonusBlock,
.summary,
.faq-container,
.tocInner,
.casinos2,
.author_block,
.quote p,
.pm__container
{
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

p,
a,
span,
b,
i,
figcaption,
li {
  color: #1B4084;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1B4084;
}

p,
span,
li,
a {
  font-size: 20px;
  line-height: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  padding-bottom: 32px;
} 

h1 {
  font-family: 'Geometria-ExtraBold';
  font-size: 56px;
  line-height: 70px;
}

h2 {
  font-family: 'Geometria-Bold'; 
  font-size: 42px;
  line-height: 54px;
  padding-top: 24px;
}

h3 {
  font-family: 'Geometria-Medium';
  font-size: 28px;
  line-height: 40px;
  padding-top: 24px;
}

h4 {
  font-family: 'Geometria-Medium';
  font-size: 22px;
  line-height: 32px;
  padding-top: 24px;
}

h5,
h6 {
  font-family: 'Geometria-Medium';
  font-size: 20px;
  line-height: 30px;
  padding-top: 24px;
}

p {
  padding-bottom: 32px;
}

a {
  text-decoration: none;
  transition: .3s;
}

input,
button {
  border: none;
  box-shadow: none;
  transition: .3s;
}

button {
  cursor: pointer;
}

input {
  outline: none;
}

img {
  display: block;
  max-width: 100%;
}
ul.general-ul li,
ol.general-ol li {
  list-style: none;
}
ul.general-ul {
  padding-left: 20px;
}
ul.general-ul li {
  list-style: none;
  padding-left: 16px;
  position: relative;
  margin-bottom: 12px;
}
ul.general-ul li:last-child {
  margin-bottom: 0;
}
ul.general-ul li:before {
  content: '';
  position: absolute;
  top: 16px;
  left: 0;
  width: 6px;
  height: 6px;
  background: #FFD84A;
  border-radius: 50%;
}
ol.general-ol {
  counter-reset: counter-ol;
  padding-left: 24px;
}
ol.general-ol li {
  position: relative;
  counter-increment: counter-ol;
  padding-left: 16px;
  margin-left: 20px;
  margin-bottom: 16px;
}
ol.general-ol li:before {
  position: absolute;
  content: counter(counter-ol);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  color: #1B4084;
  border-radius: 50%;
  top: 4px;
  left: -20px;
  background-color: #FFD84A;
}

.buttonBlock,
ul.general-ul,
ol.general-ol,
.general-table-wrapper,
.faq-container {
  padding-bottom: 32px;
}


@media(max-width: 1279px) {
  .wrapper,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .general-table-wrapper,
  figcaption,
  ol.general-ol,
  ul.general-ul,
  .columnsText,
  .stepsInner,
  .contentBanner,
  .buttonBlock,
  .contentBanner,
  .bonusBlock,
  .summary,
  .faq-container,
  .tocInner,
  .pageErrorText,
  .casinos2,
  .author_block,
  .quote p,
  .pm__container {
      max-width: 100%;
      padding-left: 40px;
      padding-right: 40px;
  }
}

@media(max-width: 599px) {


  p {
      padding-bottom: 24px;
  }

  p,
  span,
  li,
  a {
      font-size: 16px;
      line-height: 24px;
  }

  .wrapper,
  p,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  .general-table-wrapper,
  figcaption,
  ol.general-ol,
  ul.general-ul,
  .columnsText,
  .stepsInner,
  .contentBanner,
  .buttonBlock,
  .contentBanner,
  .bonusBlock,
  .summary,
  .faq-container,
  .tocInner,
  .pageErrorText,
  .casinos2,
  .pm__container,
  .author_block {
      padding-left: 20px;
      padding-right: 20px;
  }

  h1 {
      font-size: 42px;
      line-height: 54px;
  }

  h2 {
      font-size: 28px;
      line-height: 40px;
      padding-top: 32px;
  }

  h3 {
      font-size: 24px;
      line-height: 32px;
      padding-top: 16px;
  }

  h4 {
      font-size: 20px;
      line-height: 32px;
      padding-top: 16px;
  }

  h5,
  h6 {
    padding-top: 16px;
  }

  .summary h2,
  .step h3,
  .greyBackground h2 {
    width: 100%;
    word-wrap: break-word;
  }

  .buttonBlock,
  ul.general-ul,
  ol.general-ol,
  .general-table-wrapper,
  .faq-container {
    padding-bottom: 24px;
  }

  .content {
    padding-bottom: 8px;
  }

  ol.general-ol li:before {
    top: -1px;
  }
  ul.general-ul li::before {
    top: 12px;
  }

}

/* --- Extra Padding --- */
.extraPadding {
  width: 100%;
  height: 32px;
}
@media(max-width: 599px) {
  .extraPadding {
      height: 32px;
  }
}

/* --- Grey Background --- */
.greyBackground {
  background: #FFFFFF;
  padding: 32px 0 64px 0;
}

@media(max-width: 599px) {
  .greyBackground {
    padding: 32px 0 16px 0;
  }
}


/* --- Button --- */
.buttonBlockInner {
  display: flex;
  justify-content: center;
  gap: 12px;
  align-items: center;
  background: #FFD84A;
  border-radius: 8px;
  padding: 26px 0;
  position: relative;
  cursor: pointer;
}
.buttonBlockInner:hover {
  background: #FFCB10;
}
.buttonBlockInner button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.buttonBlockInner span {
  font-size: 24px;
  line-height: 18px;
  color: #1B4084;
  font-family: 'Geometria-Bold'; 
}
.buttonBlockInner img {
  width: 28px;
  height: 28px;
}


/* --- Text in columns --- */
.columnsText {
  display: flex;
  gap: 60px;
}

@media(max-width: 1279px) {
  .columnsText p {
      padding-left: 0;
      padding-right: 0;
  }
}

@media(max-width: 599px) {
  .columnsText {
      flex-direction: column;
      gap: 0;
  }
}

/* --- HEADER --- */
.header {
  background: #1B4084;
  height: 100px;
}
.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}
.headerInner {
  display: flex;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}
.header .logo img {
  width: 228px;
  height: 55px;
  transition: 0.3s;
  cursor: pointer;
}
.header .logo img:hover {
  opacity: 0.7;
}
.headerButton {
  position: relative;
  background: #FFD84A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  gap: 12px;
  transition: 0.3s;
  width: 166px;
  height: 54px;
}
.headerButton:hover {
  background: #FFCB10;
}
.headerButton a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.headerButton span {
  font-size: 16px;
  line-height: 18px;
  color:#1B4084;
  font-family: 'Geometria-Bold'; 
}
.headerButton img {
  width: 20px;
  height: 20px;
}

@media(max-width: 599px) {
  .header .logo img {
      width: 106px;
      height: 48px;
  }
  .headerButton {
      width: 162px;
      padding: 16px 0px;
      height: 48px;
  }
  .headerButton img {
      width: 16px;
      height: 16px;
  }
}


/* --- FirstScreen --- */
.firstScreen {
  background: url(/firstScreen.webp)no-repeat;
  background-size: cover;
  padding: 96px 0;
  position: relative;
  border-radius: 0 0 24px 24px;
  background-position: center center;
}
.firstScreenOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(45, 0, 40, 0.08) 0%, rgba(45, 0, 40, 0.8) 31.1%, rgba(45, 0, 40, 0.8) 69.38%, rgba(45, 0, 40, 0.08) 100.02%);
  z-index: 1;
  border-radius: 0 0 24px 24px;
}
.firstScreenInner {
  position: relative;
  z-index: 2;
}
.firstScreen h1,
.firstScreen p {
  color: rgba(254, 251, 255, 1);
}
.firstScreen p {
  font-size: 22px;
  line-height: 32px;
  font-family: 'Geometria-Medium';
  max-width: 980px;
  margin-left: 0;
}

.contentsBlock {
  display: none;
  position: absolute;
  bottom: 16px;
  right: 0;
  width: 100%;
  height: 20px;
  z-index: 2;
}
.contentsBlockInner {
  display: flex;
  justify-content: flex-end;
}
.contentsIcon {
  width: 20px;
  height: 20px;
  background: url(/icon-contents.svg)no-repeat;
  background-size: cover;
  cursor: pointer;
}
.contentsIcon:hover {
  background: url(/icon-contents-hover.svg)no-repeat;
  background-size: cover;
}
.contentsIcon.active {
  background: url(/icon-contents-active.svg)no-repeat;
  background-size: cover;
}


@media(max-width: 1279px) {
  .firstScreen h1,
  .firstScreen p {
      max-width: 100%;
      padding-left: 0px;
      padding-right: 0px;
  }
}

@media(max-width: 599px) {
  .firstScreen {
      padding: 64px 0;
  }

  .firstScreen p {
      font-size: 20px;
  }
}


/* --- Vitrina --- */
.vitrina {
  padding-bottom: 40px;
}
.vitrinaInner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 20px;
}
.vitrinaItem {
  background: rgba(63, 11, 115, 1);
  border-radius: 16px;
  padding: 24px 24px;
  position: relative;
}
.vitrinaItemTop {
  display: flex;
  gap: 16px;
  align-items: flex-end;
}
.vitrinaItemTop img {
  width: 80px;
  height: 80px;
}
.vitrinaItemTop span {
  font-size: 24px;
  line-height: 28px;
  font-family: 'Geometria-Bold'; 
  color: rgba(254, 251, 255, 1);
  max-width: 236px;
}
.vitrinaItem ul {
  margin-top: 40px;
  margin-bottom: 96px;
  list-style: none;
}
.vitrinaItem ul li {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: rgba(254, 251, 255, 1);
  padding-left: 34px;
}
.vitrinaItem ul li:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(/icons/list-icon.svg)no-repeat;
  background-size: cover;
}
.vitrinaButton {
  position: absolute;
  left: 24px;
  bottom: 24px;
  background: rgba(213, 22, 110, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  gap: 12px;
  transition: 0.3s;
  width: calc(100% - 48px);
  height: 56px;
}
.vitrinaButton:hover {
  background: rgba(128, 0, 113, 1);
}
.vitrinaButton a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.vitrinaButton span {
  font-size: 16px;
  line-height: 18px;
  color: rgba(254, 251, 255, 1);
  font-family: 'Geometria-Bold'; 
}
.vitrinaButton img {
  width: 20px;
  height: 20px;
}
.vitrinaItem:last-child {
  background: url(/card-btn.webp)no-repeat;
  background-position: 70% center;
  background-size: cover;
}
.vitrinaItemOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(40, 6, 74, 0.6);
  border-radius: 16px;
  z-index: 1;
}
.vitrinaItemInner{
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-direction: column;
  height: 100%;
}

.vitrinaItem:last-child .lastName {
  font-size: 28px;
  line-height: 30px;
  font-family: 'Geometria-Bold'; 
  color: rgba(254, 251, 255, 1);
  display: block;
  max-width: 210px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.vitrinaItem:last-child .vitrinaButton {
  max-width: 280px;
  margin: 0 auto;
  position: relative;
  left: 0;
  bottom: 0;
  z-index: 2;
}

@media(max-width: 1279px) {
  .vitrinaItem ul {
      padding-left: 0px;
      padding-right: 0px;
  }
  .vitrinaInner {
      grid-template-columns: repeat(2, 1fr);
  }
  .vitrinaItem:last-child {
      grid-column-start: 1;
      grid-column-end: 3;
      padding: 97px 24px;
  }
}

@media(max-width: 599px) {
  .vitrinaInner {
      grid-template-columns: repeat(1, 1fr);
  }
  .vitrinaItem:last-child {
      grid-column-start: 1;
      grid-column-end: 2;
  }
  .vitrinaItemTop img {
      width: 60px;
      height: 60px;
  }
  .vitrinaItemTop span {
      font-size: 20px;
      line-height: 32px;
      max-width: 226px;
  }
  .vitrinaItem:last-child .vitrinaButton {
      max-width: 100%;
      width: 100%;
  }
}

/* --- Steps --- */
.steps {
  background: #FFFFFF;
  padding: 32px 0 46px 0;
  border-radius: 24px;
}
.stepsList {
  margin-left: 72px;
  margin-top: 24px;
}
.step {
  position: relative;
}
.step h3 {
  font-size: 22px;
  line-height: 32px;
  padding-bottom: 24px;
  padding-top: 0;
}
.stepNumber {
  position: absolute;
  top: 0px;
  left: -72px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #FFD84A;
  display: flex;
  justify-content: center;
  align-items: center;
}
.stepNumber span {
  font-size: 28px;
  line-height: 24px;
  font-family: 'Geometria-ExtraBold';
  color: rgba(254, 251, 255, 1);
}
.step::before {
  content: '';
  height: 100%;
  width: 2px;
  position: absolute;
  top: 0;
  left: -48px;
  background: url(/steps-line.png)repeat;
}
.step:last-child::before {
  display: none;
}
.stepButton {
  background: rgba(128, 0, 113, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  gap: 12px;
  transition: 0.3s;
  width: 100%;
  height: 80px;
  position: relative;
  margin-top: 24px;
}
.stepButton:hover {
  background: rgba(213, 22, 110, 1);
}
.stepButton a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.stepButton span {
  font-size: 24px;
  line-height: 18px;
  color: rgba(254, 251, 255, 1);
  font-family: 'Geometria-Bold'; 
}
.stepButton img {
  width: 28px;
  height: 28px;
}

@media(max-width: 1279px) {
  .steps p,
  .steps h3,
  .steps h2 {
      padding-left: 0;
      padding-right: 0;
  }
  .steps {
      padding: 36px 0 40px 0;
  }
}
@media(max-width: 599px) {
  .steps {
      padding: 32px 0 32px 0;
  }
  .stepsList {
      margin-top: 16px;
  }
  .step h3 {
      font-size: 20px;
  }
  .stepButton {
      margin-top: 16px;
  }
}

/* --- contentBanner --- */
.contentBanner {
  height: 350px;
  margin-top: 8px;
  margin-bottom: 40px;
}
.contentBannerWrapper {
  height: 100%;
  background: url(/contentBanner.webp)no-repeat;
  background-size: cover;
  border-radius: 20px;
  position: relative; 
  background-position: 100% 0;
}
.contentBannerOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(45, 0, 40, 0.06) 0%, rgba(45, 0, 40, 0.6) 31.1%, rgba(45, 0, 40, 0.6) 69.38%, rgba(45, 0, 40, 0.06) 100.02%);
  border-radius: 20px;
  z-index: 1;
}
.contentBannerInner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 2;
  gap: 30px;
  padding: 0 20px;
}
.contentBanner span {
  font-size: 63px;
  line-height: 120%;
  color: rgba(254, 251, 255, 1);
  max-width: 580px;
  font-family: 'Geometria-Bold'; 
  display: block;
  text-align: center;
}
.mainButton {
  background: #FFD84A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  gap: 12px;
  transition: 0.3s;
  width: auto;
  position: relative;
  padding: 18px 62px;
}
.mainButton:hover {
  background: #FFCB10;
}
.mainButton a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.mainButton .mainButtonSpan {
  font-size: 16px;
  line-height: 18px;
  color: #1B4084;
  font-family: 'Geometria-Bold'; 
}
.mainButton img {
  width: 20px;
  height: 20px;
}

@media(max-width: 599px) {
  .contentBanner span {
      font-size: 32px;
      max-width: 350px;
  }
  .contentBannerWrapper {
      background-position: 70% 0;
  }
  .contentBanner {
      margin-top: 16px;
  }
}

/* --- Bonus Block --- */
.bonusBlock {
  margin-top: 24px;
}
.bonusBlockInner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0px 20px;
}
.bonusItem {
  border-radius: 16px;
  background: #1B4084;
  padding: 24px 24px 4px 24px;
  margin-bottom: 20px;
}
.bonusTop {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
}
.bonusTop img {
  width: 40px;
  height: 40px;
}
.bonusTop span {
  font-size: 22px;
  line-height: 32px;
  color: rgba(254, 251, 255, 1);
  font-family: 'Geometria-Medium';
}
.bonusItem p {
  color: rgba(254, 251, 255, 1);
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 20px;
}
.bonusItem:nth-child(1) {
  grid-row-start: 1;
  grid-row-end: 3;
  grid-column-start: 1;
  grid-column-end: 2;
}
.bonusItem:nth-child(2) {
  grid-row-start: 1;
  grid-row-end: 2;
  grid-column-start: 2;
  grid-column-end: 3;
}
.bonusItem:nth-child(3) {
  grid-row-start: 2;
  grid-row-end: 3;
  grid-column-start: 2;
  grid-column-end: 3;
}
.bonusItem:nth-child(4) {
  grid-row-start: 4;
  grid-row-end: 5;
  grid-column-start: 1;
  grid-column-end: 2;
}
.bonusItem:nth-child(5) {
  grid-row-start: 5;
  grid-row-end: 6;
  grid-column-start: 1;
  grid-column-end: 2;
}
.bonusItem:nth-child(6) {
  grid-row-start: 4;
  grid-row-end: 6;
  grid-column-start: 2;
  grid-column-end: 3;
}

.bonusItem:nth-child(7) {
  grid-row-start: 6;
  grid-row-end: 6;
  grid-column-start: 1;
  grid-column-end: 3;
}

@media(max-width: 1279px) {
  .bonusItem p {
      padding-left: 0;
      padding-right: 0;
  }
  .bonusBlockInner {
      grid-template-columns: repeat(1, 1fr);
  }
  .bonusItem:nth-child(1),
  .bonusItem:nth-child(2),
  .bonusItem:nth-child(3),
  .bonusItem:nth-child(4),
  .bonusItem:nth-child(5),
  .bonusItem:nth-child(6),
  .bonusItem:nth-child(7) {
      grid-column-start: 1;
      grid-column-end: 2;
  }
  .bonusItem:nth-child(1) {
      grid-row-start: 1;
      grid-row-end: 2;
  }
  .bonusItem:nth-child(2) {
      grid-row-start: 3;
      grid-row-end: 4;
  }
  .bonusItem:nth-child(3) {
      grid-row-start: 5;
      grid-row-end: 6;
  }
  .bonusItem:nth-child(4) {
      grid-row-start: 7;
      grid-row-end: 8;
  }
  .bonusItem:nth-child(5) {
      grid-row-start: 9;
      grid-row-end: 10;
  }
  .bonusItem:nth-child(6) {
      grid-row-start: 11;
      grid-row-end: 12;
  }
  
  .bonusItem:nth-child(7) {
      grid-row-start: 13;
      grid-row-end: 14;
  }
  
}

@media(max-width: 599px) {
  .bonusBlock {
      margin-top: 16px;
  }
  .bonusTop span {
      font-size: 20px;
  }
}


/* --- Summary --- */
.summary {
  margin-top: 90px;
  margin-bottom: 32px;
}
.summaryInner {
  background: #1B4084;
  border-radius: 24px;
  padding: 46px 40px 64px 40px;
}
.summaryInner p,
.summaryInner h2 {
  color: rgba(254, 251, 255, 1);
}
.summaryInner h2 {
  padding-top: 0;
}
@media (max-width: 1279px) {
  .summaryInner p,
  .summaryInner h2 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media(max-width: 599px) {
  .summary {
    margin-top: 64px;
    margin-bottom: 40px;
  }

}

/* --- FAQ --- */
.faq-item {
  position: relative;
  margin-bottom: 20px;
  border-radius: 20px;
  transition: all 0.4s ease;
  border: 1px solid rgba(125, 107, 143, 0.2);
  padding: 24px 70px 24px 34px;
  cursor: pointer;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-item.active {
  background: #C0D6FF;
  border: 1px solid #011C6780;
}
.faq-question {
  padding-bottom: 0;
  font-size: 22px;
  line-height: 32px;
  padding-top: 0;
}
.faq-answer {
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  padding-bottom: 0;
}
.faq-question,
.faq-answer {
  max-width: 780px;
  margin-left: 0;
}
.faq-container .icon {
  position: absolute;
  width: 32px;
  height: 32px;
  right: 36px;
  top: 25px;
  z-index: 2;
  background: #E9F0FB url(/faq-icon.svg)no-repeat;
  background-position: center center;
  border-radius: 50%;
}
.faq-container .toggle {
  width: calc(100% - 36px);
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 3;
}
.faq-container .toggle:checked ~ .icon {
  background: #1B4084 url(/faq-icon-active.svg)no-repeat;
  background-position: center center;
}
.faq-container .toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
  padding-top: 16px;
}

@media (max-width: 1279px) {
  .faq-question,
  .faq-answer {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 599px) {
  .faq-question {
    font-size: 20px;
  }
}


/* --- Footer --- */
.footer {
  background: #1B4084;
  padding: 64px 0;
}
.footerInner {
  width: 100%;
  padding: 0 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footerInner .logo img {
  width: 119px;
  height: 54px;
  cursor: pointer;
  transition: 0.4s;
}
.footerInner span {
  color: rgba(254, 251, 255, 1);
  font-size: 16px;
  line-height: 18px;
}
.footerInner .logo img:hover {
  opacity: 0.7;
}
.footer .scrollTop {
  background: #FFD84A;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 222px;
  right: 40px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}
.footer .scrollTop img {
  width: 24px;
  height: 24px;
}
.footer .scrollTop:hover {
  background: #FFCB10;
  opacity: 1;
}

@media (max-width: 1279px) {
  .footerInner {
    padding: 0 40px;
  }
  .footer {
    padding: 40px 0;
  }
  .footer .scrollTop { 
    bottom: 174px;
  }
}
@media (max-width: 599px) {
  .footerInner {
    padding: 0 20px;
  }
  .footer {
    padding: 24px 0;
  }
  .footerInner span {
    font-size: 12px;
    line-height: 18px;
  }
  .footerInner .logo img {
    width: 88px;
    height: 40px;
  }
  .footer .scrollTop { 
    bottom: 108px;
    right: 20px;
  }
}
@media (max-width: 390px) {
  .footerInner span {
    max-width: 180px;
    text-align: right;
  }
}


/* --- Table --- */
.general-table {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.general-table .general-tr:nth-child(1n) .general-td  {
  background: #E9F0FB;
}
.general-table .general-tr:nth-child(2n) .general-td {
  background: #FFFFFF;
}
.general-table .general-tr:nth-child(2n) .general-td:nth-child(1),
.general-table thead tr th:nth-child(1) {
  border-radius: 8px 0 0 8px;
}
.general-table .general-tr:nth-child(2n) .general-td:last-child,
.general-table thead tr th:last-child {
  border-radius: 0 8px 8px 0;
}
.general-table .general-td {
  padding: 20px 20px;
  text-align: start;
  color: #23272F;
  font-size: 16px;
  line-height: 24px;
}
.general-table thead tr th {
  padding: 20px 20px;
  color: rgba(254, 251, 255, 1);
  font-size: 16px;
  line-height: 24px;
  font-family: 'Geometria-Medium'; 
  background: #1B4084;
  padding: 20px 20px;
}
@media(max-width: 1279px) {
  .general-table-parent {
    overflow: scroll;
  }
}




/* --- Table of contents --- */
.toc {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 5;
  height: 0;
  opacity: 0;
  transition: 0.4s;
}
.toc.active {
  padding: 24px 0;
  height: auto;
  opacity: 1;
}
.toc .tocInner {
  display: none;
}
.toc.active .tocInner {
  display: flex;
  flex-direction: column;
}
.toc.active .tocInner span {
  color: rgba(125, 107, 143, 1);
  font-size: 12px;
  line-height: 18px;
  display: block;
  padding-bottom: 8px;
  font-family: 'Geometria-Medium';
}
.toc.active .tocInner a {
  color: rgba(125, 107, 143, 1);
  font-size: 12px;
  line-height: 18px;
  padding-bottom: 8px;
  position: relative;
  padding-left: 10px;
}
.toc.active .tocInner a:hover {
  color: rgba(213, 22, 110, 1);
}
.toc.active .tocInner a:before {
  content: '';
  width: 4px;
  height: 4px;
  background: rgba(213, 22, 110, 1);
  border-radius: 50%;
  position: absolute;
  top: 5.5px;
  left: 0;
}
.toc.active .tocItemh3 {
  padding-left: 30px;
}
.toc.active .tocItemh3 a:before {
  background: rgba(125, 107, 143, 1);
}



/* --- 404 page --- */
.pageErrorInner {
  background: url(/error-back.webp)no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 144px 0;
}
.errorButton {
  position: relative;
  background: #FFD84A;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  gap: 12px;
  transition: 0.3s;
  width: 360px;
  height: 80px;
}
.errorButton:hover {
  background: #FFCB10
}
.errorButton a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
}
.pageErrorText .errorButton span {
  font-size: 24px;
  line-height: 18px;
  color: #1B4084;
  font-family: 'Geometria-Bold'; 
}
.errorButton img {
  width: 28px;
  height: 28px;
}
.pageErrorText {
   width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}
.pageErrorText span {
  font-size: 28px;
  line-height: 40px;
  color: rgba(254, 251, 255, 1);
  font-family: 'Geometria-Bold'; 
}
.pageErrorText h1 {
  font-size: 56px;
  line-height: 70px;
  color: rgba(254, 251, 255, 1);
  font-family: 'Geometria-ExtraBold';
  padding-top: 24px ;
  padding-bottom: 32px;
}
.pageErrorText p {
  color: rgba(254, 251, 255, 1);
  font-size: 22px;
  max-width: 980px;
  margin-left: 0;
}

@media (max-width: 1279px) {
  .pageErrorText h1,
  .pageErrorText p {
    padding-left: 0px;
    padding-right: 0px;
  }
  .pageErrorInner {
    padding: 96px 0;
  }
}

@media(max-width: 599px) {
  .pageErrorText span {
    font-size: 20px;
    line-height: 28px;
  }
  .pageErrorText h1 {
    font-size: 42px;
    line-height: 54px;
  }
  .pageErrorText p {
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 32px;
  }
  .pageErrorInner {
    padding: 64px 0;
  }
  .errorButton {
    width: 280px;
  }
  .errorButton span {
    font-size: 24px;
    line-height: 18px;
  }
}

/*------Vitrina 2 ----*/
.casinos2 {
  box-sizing: border-box;
}
.casino2-parent {
  padding: 16px;
  background: #D1E2FF;
  border-radius: 10px; 
  margin-bottom: 24px;
}

.casino2 {
  background: rgba(255, 255, 255, 1);
  border: 1px rgba(77, 7, 32, 0.25) solid;
  border-radius: 10px;
  padding: 20px;
  display: grid;
  grid-template-columns: 180px minmax(130px, 15%) minmax(220px, 25%) minmax(200px, 320px) auto;
  justify-items: center;
  align-items: center;
  gap: 18px;
  box-sizing: border-box;
  overflow: hidden;
}

.casino2 .img {
  width: 100%;
  max-width: 160px;
  height: auto;
  box-sizing: border-box;
}

.casino2 .img img {
  width: 100%;
  max-width: 160px;
  height: auto;
  display: block;
}

.casino2 .rating {
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
  box-sizing: border-box;
}

.casino2 .rating .title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.casino2 .rating .rating-info {
  display: flex;
  align-items: center;
  width: 100%;
}

.casino2 .rating .rating-info img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
  flex-shrink: 0;
}

.casino2 .rating .rating-info span {
  font-size: 14px;
  white-space: nowrap;
}

.casino2 .bonus {
  width: 100%;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.casino2 .bonus p {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  padding-bottom: 0;
  line-height: 28px;
}

.casino2 .info {
  width: 100%;
  box-sizing: border-box;
}

.casino2 .info li {
  font-size: 14px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 26px;
  width: 100%;
  padding-bottom: 0;
  list-style: none;
}

.casino2 .info li:before {
  content: url(/uploads/img/list-item.svg);
  position: absolute;
  left: 0;
  top: 5px;
  width: 20px;
  height: 20px;
}

.casino2 .button {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
}

.casino2 .button button {
  background: #FFD84A;
  color: #1B4084;
  font-weight: bold;
  border-radius: 8px;
  padding: 20px 44px;
  font-size: 16px;
  cursor: pointer;
  width: auto;
  max-width: 100%;
  transition: 0.3s;
  height: auto;
  white-space: nowrap;
  opacity: 1;
}

.casino2 .button button:hover {
  opacity: 0.8;
}

@media (max-width: 1279px) {
  .casino2 {
      grid-template-columns: 160px 180px 250px auto;
      grid-template-rows: repeat(2, auto);
      gap: 15px;
    }
  .casino2 .bonus p {
    padding-left: 0;
    padding-right: 0;
  }
  .casino2 .info p {
    padding-right: 0;
  }
  .casino2 .button {
    grid-column-start: 1;
    grid-column-end: 5;
  }
}

@media (max-width: 1100px) {
  .casino2 {
    grid-template-columns: 50% 50%;
    grid-template-rows: repeat(4, auto);
    justify-items: flex-end;
  }
  .casino2 .bonus {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    text-align: center;
    height: auto;
  }
  .casino2 .info {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
  }
  .casino2 .button {
    grid-row-start: 4;
    grid-row-end: 5;
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .casino2 .img {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .casino2 .rating{
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
  }
  .casino2 .info p {
    max-width: 350px;
    margin: 0 auto;
  }
  .casino2 .info ul {
    margin: 0 auto;
    max-width: 350px;
  }
}

@media (max-width: 450px) { 
  .casino2 .rating .title {
    display: none;
  }
  .casino2 {
    grid-template-columns: 160px auto;
    gap: 15px 5px;
    padding: 14px;
  }
  .casino2-parent {
    padding: 10px;
  }
}

.mobileMenu {
	position: fixed;
	top: 0;
	right: 0%;
	display: block;
	z-index: 5;
	background: rgba(63, 11, 115, 1);
	width: 100%;
	max-width: 350px;
	min-height: 100vh;
	padding: 30px 20px;
	transition: right .8s
}

.mobileMenu .buttons {
	display: block;
	margin-top: 32px
}

.mobileMenu .buttons button {
	display: block;
	margin: 0 auto 12px;
	width: 50%
}

.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 {
	color: #fff;
	font-size: 20px;
	text-align: center;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase
}

.mobileMenu .mobileMenuLinks a:active {
	color: #181616
}

.links a {
	margin-right: 20px;
	color: #fff
}

.links a:last-child {
	margin-right: 0
}

.burger img {
	cursor: pointer
}

.burger {
	display: none;
	position: relative
}

.menu-header-menu a {
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 30px
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
	display: block
}

.overlay[hidden] {
	display: none
}

.close {
	display: flex;
	justify-content: right
}

.close img {
	cursor: pointer
}

@media screen and (max-width: 1250px) {

	.headerButton {
    display: none;
  }

	.header .links {
		display: none
	}
/* 
  .burger {
		display: block
	} */
}

.author_block {
  margin-bottom: 40px;
}

.author_block p {
  padding: 0;
}

.author_block .author_wrap {
  background: #FFFFFF;
  padding: 32px;
  border-radius: 16px;
}

.author_block .author_wrap .title_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.author_block .author_wrap .title_wrap .title_wrap-left {
  display: flex;
  align-items: center;
}

.author_block .author_wrap .title_wrap .title_wrap-left .title_wrap-img {
  margin-right: 16px;
}

.author_block .author_wrap .title_wrap .title_wrap-left .title_wrap-text h3 {
  padding: 0;
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2px;
}

.author_block .author_wrap .title_wrap .title_wrap-left .title_wrap-text p {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 100%;
}

.author_block .author_wrap .title_wrap .title_wrap-right .title_wrap-items {
  display: flex;
  align-items: center;
}

.author_block .author_wrap .title_wrap .title_wrap-right .title_wrap-items .title_wrap-item {
  display: flex;
  align-items: center;
  margin-right: 32px;
}

.author_block .author_wrap .title_wrap .title_wrap-right .title_wrap-items .title_wrap-item:last-child {
  margin-right: 0;
}

.author_block .author_wrap .title_wrap .title_wrap-right .title_wrap-items .title_wrap-item p {
  margin: 0;
  margin-left: 10px;
}

.author_block .text_wrap p {
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 400;
}

@media(max-width: 1100px) {
  .author_block .author_wrap .title_wrap {
    display: block;
  }

  .author_block .author_wrap .title_wrap .title_wrap-left {
    margin-bottom: 16px;
  }

  .author_block .author_wrap .title_wrap {
    margin-bottom: 16px;
  }

  .author_block .text_wrap p {
    margin-bottom: 16px;
  }

  .author_block .author_wrap .title_wrap .title_wrap-right .title_wrap-items {
    flex-wrap: wrap;
    gap: 16px;
  }

  .author_block .author_wrap .title_wrap .title_wrap-right .title_wrap-items .title_wrap-item {
    margin-right: 0;
  }
}

@media(max-width: 600px) {
  .author_block .author_wrap .title_wrap .title_wrap-left .title_wrap-img {
    margin-right: 10px;
  }

  .author_block .author_wrap .title_wrap .title_wrap-left .title_wrap-img img {
    width: 48px;
    height: 48px;
  }

  .author_block .author_wrap .title_wrap .title_wrap-left .title_wrap-text h3 {
    font-size: 20px;
  }

  .author_block .author_wrap .title_wrap .title_wrap-left .title_wrap-text p {
    font-size: 14px;
  }

  .author_block p {
    font-size: 16px;
  }

  .author_block .text_wrap p {
    font-size: 16px;
  }
}

.quote {
  text-align: center;
  background-color: #FFFFFF;
  margin-bottom: 40px;
}

.quote p {
  padding-top: 72px;
  padding-bottom: 72px;
}


.pm__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
}
.pm__headings span {
  font-family: 'Geometria-Medium';
  font-size: 22px;
  line-height: 32px;
  color: #1B4084;
}
.pm__container ul {
    padding-top: 24px;
}
.pm__container ul li {
    position: relative;
    padding-left: 60px;
    padding-bottom: 24px;
    list-style: none;
}
.pm__container ul li:last-child {
    padding-bottom: 0;
}
.pm__item_plus li:before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0;
    background: url(/icon-plus.svg)no-repeat;
    background-size: cover;
}
.pm__item_minus li:before {
    content: '';
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0px;
    left: 0;
    background: url(/icon-minus.svg)no-repeat;
    background-size: cover;
}

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