* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  font-family: Verdana, sans-serif;
  position: relative;
}

main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #0d1016;
  font-family: Verdana, sans-serif;
}

main p,
main span,
main h1,
main h2,
main h3,
main h4,
main h5,
main figcaption,
main li {
  color: #fff;
  font-family: Verdana, sans-serif;
}

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main ol,
main ul,
main figure,
main .general-table-wrapper,
main .faq-container,
section .wrapper {
  color: #fff;
  margin: 0 auto;
  width: 98%;
  max-width: 1400px;
}

main .general-table-wrapper {
  overflow-x: overlay;
}


main section .wrapper h2 {  font-size: 1.5rem; margin-bottom: 32px; }

main figure {
  margin: 0 auto;
  margin-bottom: 20px;
}

main p {
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  line-height: normal;
}

main .wrapper {
  width: 98%;
}

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

a {
  text-decoration: none;
  transition: 0.3s;
}

table,
tr,
td,
tbody,
thead {
  font-family: Verdana, sans-serif;
}

input,
button {
  font-family: Verdana, sans-serif;
  border: none;
  box-shadow: none;
  transition: 0.3s;
}

input {
  outline: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: center;
  padding: 15px 0;
  color: #1e1e24;
}

h1 {
  font-size: 22px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.32px;
}

h2 {
  font-size: 20px;
  line-height: 24px;
}

h3 {
  font-size: 18px;
  line-height: 20px;
}

h4 {
  font-size: 16px;
  line-height: 18px;
}

h5,
h6 {
  font-size: 14px;
  line-height: 16px;
}

p,
span,
li,
h1,
h2,
h3,
a,
b,
i,
label,
input,
button,
td,
tr,
figcaption {
  color: #fff;
}

p {
  padding-bottom: 20px;
}

li {
  list-style: none;
}

button {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}

img {
  max-width: 100%;
  display: block;
}

i {
  font-style: normal;
}

#__next {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.content {
  position: relative;
  flex-grow: 1;
  padding-top: 0px;
  background: #0E191E;
}

.content .content-block {
  margin-bottom: 20px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0);
}

.content .general-ol {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
  counter-reset: counter-ol;
}

.content .general-ol li {
  position: relative;
  padding-left: 10px;
  margin-bottom: 10px;
  counter-increment: counter-ol;
  background: linear-gradient(104.36deg, #02211D 5.29%, #0C4841 46.18%, #033D36 69.75%, #02211D 100.06%);
  box-shadow: 0px 0px 12px 0px #00C0B9 inset;
  width: 100%;
  padding: 16px 24px 16px 60px;
  border-radius: 20px;
}

.content .general-ol li::before {
  position: absolute;
  content: counter(counter-ol);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #0E191E;
  top: 5px;
  left: 17px;
  background-image: url(step-ol.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 22px;
  border-radius: 50%;

}

.content .general-ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
}

.content .general-ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 15px;
}

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

.pageError {
  min-height: calc(100vh - 70px);
}

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

.imgWrap {
  display: block;
  position: relative;
}

figure {
  margin-bottom: 20px;
  text-align: center;
}

figure span {
  height: 50%;
  width: 100%;
  position: absolute;
  left: 0;
  top: -50%;
}

figcaption {
  color: #1e1e24;
  font-size: 14px;
}

.general-image {
  display: block;
  border-radius: 15px;
  max-height: 500px;
  width: auto;
  height: auto;
  margin: 0 auto 10px auto;
}

.general-image.vertical {
  max-height: 500px;
  max-width: 70%;
}

.general-image.horizontal {
  max-width: 100%;
}

.general-table-wrapper {
  overflow: auto;
  margin-bottom: 32px;
}

.general-table {
  overflow-x: auto;
  margin: 0 auto;
}

table tr:first-child td {
  background: #006D69;
  font-size: 20px;
  font-weight: bold;
}

section.purple tr:first-child td {
  background: rgba(118, 39, 124, 1);
}

table tr:first-child td:first-child {
  border-radius: 12px 0 0 0;
}

table tr:first-child td:last-child {
  border-radius: 0 12px 0 0;
}

table td {
  padding: 16px 12px 16px 24px;
  border-left: 1px rgba(0, 109, 105, 1) solid;
  border-right: 1px rgba(0, 109, 105, 1) solid;
}

section.purple table td {
  border-color: rgba(118, 39, 124, 1);
}

table tr:nth-child(odd):not(:first-child) td {
  background: #00100E;
}

table tr:nth-child(even) td {
  background: #0E191E;
}

table td:not(:first-child) {
  border-left: none;
}

table tr:last-child td {
  border-bottom: 1px rgba(0, 109, 105, 1) solid;
}

section.purple table tr:last-child td {
  border-color: rgba(118, 39, 124, 1);
}

table tr:last-child td:first-child {
  border-radius: 0 0 0 12px;
}

table tr:last-child td:last-child {
  border-radius: 0 0 12px 0;
}

.faq-container .faq-item {
  padding: 0 0 24px 0;
  background: linear-gradient(104.36deg, #21021A 5.29%, #3C0C48 46.18%, #2B033D 69.75%, #210218 100.06%);
  border-radius: 20px;
  margin-bottom: 20px;
  position: relative;
}

.faq-container .faq-item::after  {
    box-shadow: 0px 0px 12px 0px rgba(192, 0, 173, 1) inset;
    content: no-open-quote;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 20px;
    z-index: 2;
}

.faq-question {
    background: #1B0E1E;
    max-width: 100%;
    width: 100%;
    border-radius: 20px;
}
.faq-container input {
  display: none;
}

.faq-container h3 {
  margin: 20px 0;
  font-size: 16px;
}

.faq-container p {
  padding: 0 24px;
  font-size: 16px;
}

.fixedButtons {
  display: none;
}
.columns {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.columns p {
  width: 100%;
}

.columns .column {
  width: 48%;
}

.columns .column-header {
  padding-top: 0;
  text-align: left;
}

.columns .column-p {
  position: relative;
  margin-left: 15px;
  padding-left: 25px;
}

.columns .column-p::before {
  content: no-open-quote;
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(/list.svg);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 8px;
}

.table_of_contents_wrapper {
  max-width: 1128px;
  margin: 0 auto;
  width: 96%;
  margin-top: 20px;
  margin-bottom: 20px;
}

.table_of_contents {
  max-width: 400px;
  border-radius: 8px;
  border: 1px solid #c01414;
}

.table_of_contents .toggle {
  display: none;
}

.table_of_contents .lbl-toggle {
  display: inline-block;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  padding: 10px;
  color: #fff;
  background: #c01414;
  width: 100%;
  cursor: pointer;
  border-radius: 7px;
  transition: all 0.25s ease-out;
}

.table_of_contents .table_box {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out;
  display: flex;
  width: 100%;
  max-width: 500px;
  flex-direction: column;
}

.table_of_contents .toggle:checked + .lbl-toggle + div {
  max-height: 1000px;
  padding: 20px;
  background: #181616;
  border-radius: 8px;
  gap: 20px;
}

.table_of_contents .table_link {
  position: relative;
  padding-left: 15px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}

.table_of_contents .table_link:hover {
  color: #e13d22;
}

.content404Page.wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #000;
}

.content404Page.wrapper .content404 {
  display: flex;
  flex-direction: column;
  width: 280px;
}

.content404Page.wrapper .content404 img {
  display: block;
  margin: 0 auto;
}

.content404Page.wrapper .content404 h1 {
  color: #fff;
}

.content404Page.wrapper .content404 button {
  display: inline-block;
  background: #a91704;
  box-shadow: 0 0 12px 0 rgba(255, 0, 0, 0.26);
  padding: 5px 15px;
  border-radius: 5px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  color: #fff;
}

.content404Page.wrapper .content404 button:hover {
  background: #a10000;
}

.contentMap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  width: 100%;
  background: #205685;
}

.contentMap h1 {
  text-align: left;
  color: #1e1e24;
  margin-bottom: 64px;
}

.contentMap .sitemapLinks {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 640px;
}

.contentMap .sitemapLinks a {
  display: inline-block;
  color: #fff;
  margin: 0 auto 12px;
  position: relative;
}

.contentMap .sitemapLinks a:before {
  position: absolute;
  left: -16px;
  top: 10px;
  content: no-open-quote;
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
}

.contentMap .sitemapLinks a:hover {
  color: #92c637;
}

.img-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.img-overlay:target {
  visibility: visible;
  opacity: 1;
}

.img-overlay .img-popup {
  margin: 70px auto;
  padding: 20px;
  border-radius: 5px;
  width: 100%;
  position: relative;
  transition: all 5s ease-in-out;
}

.img-overlay .img-popup.horizontal {
  aspect-ratio: 1/0.2;
}

.img-overlay .img-popup.vartical {
  aspect-ratio: 0.5/1;
}

.button-block {
  padding: 24px 16px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.button-block button {
  position: relative;
  overflow: hidden;
  width: 620px;
  max-width: 100%;
  padding: 16px 34px;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  border-radius: 8px;
  background: #c01414;
  box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
}

.button-block button::after,
.button-block button::before {
  position: absolute;
  content: no-open-quote;
  background-repeat: no-repeat;
  background-size: cover;
}


.quote {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 96%;
  max-width: 600px;
  border-radius: 12px;
  background: #c01414;
}

.quote p {
  padding: 40px;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #fff;
}

.quote::after,
.quote::before {
  position: absolute;
  content: no-open-quote;
  width: 24px;
  height: 20px;
  background-image: url(/quote-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

.quote::after {
  left: -5px;
  top: -10px;
}

.quote::before {
  right: -5px;
  bottom: -10px;
  transform: rotate(180deg);
}



@media screen and (max-width: 1250px) {
  main h1,
  main h2,
  main h3,
  main h4,
  main h5,
  main h6,
  main p,
  main ol,
  main ul,
  main figure,
  main .general-table-wrapper,
  main .faq-container {
    width: 98%;
  }

  main .wrapper {
    width: 98%;
  }

  h1 {
    font-size: 26px;
    line-height: 30px;
  }

  h2 {
    font-size: 22px;
    line-height: 32px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
  }

  h4 {
    font-size: 18px;
    line-height: 28px;
  }

  h5,
  h6 {
    font-size: 16px;
    line-height: 26px;
  }

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    padding: 10px 0;
  }

  .content .contentMain {
    width: 100%;
  }

  .content .general-ol li,
  .content .general-ul li {
    width: 100%;
  }

  .columns {
    flex-wrap: wrap;
  }

  .columns .column {
    width: 100%;
  }

  .column-p {
    margin-left: 0;
  }

  .button-block button {
    padding: 14px 5px;
  }

  .quote {
    width: calc(100% - 32px);
  }

  .faq-container .faq-item {
    border-radius: 14px;
  }

  .faq-container .faq-question {
    width: 100%;
    padding-left: 20px;
    padding-right: 30px;
  }

  .faq-container .faq-answer {
    width: 100%;
    padding-left: 20px;
  }

  .faq-container .bg-active {
    border-radius: 14px;
  }

  .faq-container .icon {
    right: 15px;
  }
}
@media screen and (max-width: 500px) {
.content .general-ol li::before {
    top: 16px;
    font-size: 18px;
    width: 30px;
    height: 30px;
}
}
@media screen and (max-width: 400px) {
  .general-table {
    max-width: 100%;
  }

  .general-table-wrapper {
    max-width: 100%;
  }
}

.footer {
  display: block;
  background: #102224;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
  padding: 20px 0;
}

.footer .footerInner {
  display: block;
  text-align: center;
}

.footer .footerInner .dmca-badge {
  display: block;
  margin-top: 4px;
  margin-bottom: 8px;
}

.footer .footerInner .dmca-badge img {
  display: block;
  margin: 0 auto;
}

.footer .footerInner .copyright {
  color: #fff;
  font-size: 15px;
  margin-top: 15px;
}

.footer .footerInner .menu {
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  gap: 10px;
}

.footer .footerInner .menu a {
  color: #fff;
  margin: 0 5px 5px 5px;
}

.footer .scrollTop {
  background: #c01414;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 100px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}

.footer .scrollTop.pam_content {
  opacity: 1;
}

.footer-block-btn {
  z-index: 5;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 30px;
  background: #c01414;
  width: calc(100% - 32px);
  left: 50%;
  transform: translate(-50%, 0);
  display: none;
  justify-content: center;
  align-items: center;
}

.footer-block-btn .buttons {
  display: flex;
  justify-content: center;
  width: 100%;
}

.footer-block-btn .buttons button {
  width: 48%;
}

.footer-block-btn .buttons .regButton {
  display: none;
  padding: 12px 24px;
  color: #fff;
  border-radius: 12px;
  background: linear-gradient(94deg, #e13d22 0%, #e15b22 100%);
}

.footer-block-btn .buttons .logButton {
  padding: 5px 24px;
  border-radius: 48px;
  background: #fff;
  color: #c01414;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

@media (max-width: 1250px) {
  .footer {
    padding: 20px 0 80px 0px;
  }

  .footer-block-btn {
    display: none;
    max-width: 358px;
    bottom: 20px;
  }

  .footer-block-btn .buttons .logButton {
    width: 100%;
  }
}

@media (max-width: 390px) {
  .footer .footerInner .menu {
    grid-template-columns: repeat(1, 1fr);
  }
}


.footer .general-ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-bottom: 20px;
}
.footer .general-ul {
  width: 100%;
  margin-left: 0;
  margin-bottom: 0;
}
.footer .general-ul li {
  position: relative;
  padding-bottom: 10px;
  padding-left: 15px;
}
.footer .general-ul li {
  padding-bottom: 0;
  padding-left: 10px;
}
.footer .general-ul li::before {
  content: no-open-quote;
  position: absolute;
  width: 5px;
  height: 5px;
  left: 0;
  top: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.footer .general-ul li::before {
  top: 12px;
  background-color: #80858f;
  width: 4px;
  height: 4px;
}

.footer general li {
  width: 100%;
}


.footer {
  display: block;
}
.footer .footerInner {
  display: block;
}
.footer .footerInner .dmca-badge {
  display: block;
  margin-top: 4px;
  margin-bottom: 8px;
}
.footer .footerInner .dmca-badge img {
  display: block;
  margin: 0 auto;
}
.footer .footerInner .copyright,
.footer .footerInner .copyright a {
  font-size: 12px;
}
.footer .footerInner .copyright {
  display: block;
  padding-top: 20px;
  color: #d2eeed;
}
.footer .footerInner {
  text-align: center;
}
.footer .footerInner .menu {
  padding: 18px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
  gap: 10px;
}
.footer .footerInner .menu a {
  color: #fff;
  margin: 0 5px 5px 5px;
}
.footer .scrollTop {
  background: #ff2400;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 100px;
  right: 20px;
  opacity: 0;
  cursor: pointer;
  border-radius: 50%;
  z-index: 5;
}
.footer .scrollTop.pam_content {
  opacity: 1;
}
.footer-block-btn {
  background: #000;
  z-index: 5;
  position: fixed;
  bottom: 0;
  left: 0;
  height: 60px;
  width: 100%;
  display: none;
  justify-content: center;
  align-items: center;
  padding: 0 1%;
}
.footer-block-btn .buttons {
  display: none;
}
.footer-block-btn .buttons button {
  width: 48%;
  max-width: 300px;
  padding: 12px 0px;
  font-size: 16px;
}

.footer {
  padding-bottom: 40px;
}

.footer-top,
.footer-middle,
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.footer-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer-bottom .flex {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin: 5px auto;
}

.footer-bottom span {
  text-align: center;
}
.footer-column a {
  display: inline-block;
  width: fit-content;
}
.footer-top .links {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}
.footer-top .links a {
  color: rgb(210, 238, 237);
  font-size: 15px;
  display: block;
  width: 100%;
  margin-bottom: 6px;
  text-align: left;
}
.footer-top {
  display: grid;
  grid-template-columns: repeat(2, 215px) 140px 350px;
  row-gap: 30px;
    width: 98%;
    max-width: 1400px;
        margin: 0 auto;
}
.footer-top .flex {
  display: flex;
}
.footer-middle {
  flex-direction: column;
}
.promo-section .promo-label {
  color: #FF2616;
  font-size: 12px;
}
.promo-section .divider {
  height: 24px;
  width: 1px;
  background: #FF2616;
  margin: 3px 24px;
}
.promo-section .promo-link {
  color: #d2eeed;
  font-size: 12px;
  text-align: left;
  width: 100%;
  display: block;
}
.footer-column {
  text-align: left;
}
.footer-column span,
.footer-bottom span {
  color: #d2eeed;
  font-size: 15px;
  display: block;
  width: 100%;
  margin-bottom: 6px;
}

.footer-column .general-ul li {
  margin-bottom: 0;
  text-align: left;
}
.footer-column .general-ul li a {
  font-size: 12px;
  color: #80858f;
  text-decoration: none;
}
.bottom-panel {
  display: none;
}
.bottom-panel {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 600;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.4);
  background-color: #0d1016;
  transition: bottom 0.6s;
  padding: 0 1rem;
}

.bottom-panel .panel-items {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(5, 1fr);
}

.bottom-panel .panel-items .panel-item {
  display: grid;
  text-align: center;
  grid-gap: 2px;
  text-decoration: none;
  padding: 0.5rem 0;
}

.bottom-panel .panel-items .panel-item img {
  margin: 0 auto;
}

.bottom-panel .panel-items .panel-item button p {
  font-size: 0.875rem;
  line-height: 1.125rem;
  font-weight: 400;
  color: #80858f;
  padding: 0;
}

.bottom-panel .panel-items .panel-item button:hover p {
  transition: 0.3s;
  color: #ff2400;
}

@media (max-width: 720px) {
  .bottom-panel {
    padding: unset;
  }

  .bottom-panel .panel-items .panel-item img {
    width: 24px;
    height: 24px;
  }

  .bottom-panel .panel-items .panel-item button p {
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 400;
  }
}

@media (max-width: 430px) {
  .bottom-panel .panel-items .panel-item button p {
    font-size: 0.625rem;
    line-height: 0.875rem;
  }
}
@media (max-width: 1250px) {
  .bottom-panel {
    display: block;
  }
}
.support button {
  display: block;
  margin: 8px 0;
  padding: 10px;
  border: none;
  color: white;
  cursor: pointer;
}
.providers img,
.payment-systems img {
  width: 120px;
  height: 100%;
}
.footer-middle .divider {
  background: linear-gradient(
    90deg,
    rgba(30, 35, 46, 0) 0%,
    rgba(128, 133, 143, 0.25) 27.6%,
    rgba(128, 133, 143, 0.5) 52.62%,
    rgba(128, 133, 143, 0.29) 74.48%,
    #0d1016 100%
  );
  height: 1px;
  width: 100%;
  margin: 5px 0;
}

.payment-systems,
.providers {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fit, 90px);
  grid-template-rows: 48px 0;
  justify-content: center;
  column-gap: 10px;
}

.social-media img {
  width: 40px;
  margin-right: 10px;
}
.app-download button {
  color: white;
  padding: 10px;
  border: none;
  cursor: pointer;
}
.promo-section {
  grid-column: 1 / span 2;
}

.support .help-btn {
  color: #FF2616;
  width: 350px;
  height: 40px;
  border: 1px solid #FF2616;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  border-radius: 8px;
}
@media screen and (max-width: 1250px) {
  .footer-column .general-ul {
    display: none;
  }
  .footer-top {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  .promo-section {
    grid-area: auto;
  }
  .support .help-btn {
    display: inline-block;
    width: 49%;
  }
  .footer-bottom {
    text-align: left;
    align-items: start;
  }
  .footer .footerInner {
    text-align: left;
  }
}
@media screen and (max-width: 744px) {
  .providers img,
  .payment-systems img {
    width: 60px;
    height: 24px;
  }
  .payment-systems,
  .providers {
    column-gap: 3px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 400px) {
  .support .help-btn {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1250px) {
  .footer-block-btn .buttons {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 10px;
  }

  .footer {
    padding: 20px 0 80px 0px;
  }
  .footer-block-btn {
    display: flex;
  }
}
@media (max-width: 390px) {
  .footer .footerInner .menu {
    grid-template-columns: repeat(1, 1fr);
  }
}


.header {
  background: #102224;
  min-height: 72px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
}
.header .headerInner .logo button {
  position: absolute;
  width: 100%;
  height: 100%;
}

.header .headerInner .headerWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
  gap: 10px;
}

.header .headerInner .logo {
  position: relative;
  left: 35px;
}

.header .headerInner .toggle {
  width: 28px;
  height: 28px;
  left: 40px;
  top: 4px;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  z-index: 3;
}

.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(1) {
  transform: scaleX(0);
}

.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(2) {
  transform: rotate(45deg);
}

.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(3) {
  transform: rotate(-45deg);
}

.header .headerInner .toggle:checked ~ .headerWrapper .icon span:nth-child(4) {
  transform: scaleX(0);
}

.header .headerInner .toggle:checked ~ .menu {
  height: 100%;
  opacity: 1;
  padding-bottom: 40px;
  padding-top: 37px;
}

.header .headerInner .logo a {
  display: block;
}

.header .headerInner .logo .ampLogo {
  position: relative;
}

.header .headerInner .logo .ampLogo button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.header .headerInner .menu {
  display: flex;
  align-items: center;
  gap: 28px;
  transition: all 0.3s ease;
}
.header .headerInner .menu button {
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.header .headerInner .menu a {
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 22px;
}

.header .headerInner .menu a:hover,
.header .headerInner .menu button:hover {
  color: #ff2400;
}

.header .headerInner .menu a.active {
  color: #ff2400;
}

.buttons {
    display: flex;
    justify-content: center;
    align-items: center;
}
.buttons p {
    color: #D2EEED;
font-family: Verdana;
font-weight: 400;
font-size: 16px;
line-height: 22px;
letter-spacing: 0%;
text-align: right;
width: 100%;
padding-bottom: 0;
padding-right: 16px;
}

.buttons .logButton {
  padding: 12px 20px;
  font-weight: 700;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  border: 1px solid #FF2400;
  background: transparent;
  text-transform: uppercase;
}

.buttons .regButton {
  position: relative;
  margin-right: 20px;
  background: #FF2400;
  padding: 12px 20px;
  border-radius: 4px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

@media screen and (max-width: 1960px) {
  .header {
    height: 64px;
    padding: 0.75rem 1rem;
    position: relative;
  }
  .header .headerInner .logo button {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .header .headerInner .toggle {
    left: 16px;
    top: 3px;
  }

  .header .headerInner .logo {
    left: unset;
    display: flex;
  }

  .header:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.4);
    pointer-events: none;
  }

  .header .buttons .regButton {
    margin-right: 0;
  }

  .header .buttons .regButton {
    background: #ff2400;
    color: #fff;
    font-size: 18px;
    border-radius: 0.25rem;
    font-weight: 600;
    margin-right: 0.5rem;
    position: relative;
  }


  .header .buttons .regButton:hover {
    background: linear-gradient(
        0deg,
        rgba(49, 51, 52, 0.15),
        rgba(49, 51, 52, 0.15)
      ),
      #ff2400;
  }


  @keyframes button-pulse {
    0% {
      transform: translate(-50%, -50%) scale(0.7, 0.5);
      opacity: 0;
      border-radius: 0.25rem;
    }

    12% {
      opacity: 1;
    }

    34% {
      transform: translate(-50%, -50%) scale(1);
    }

    38% {
      opacity: 0;
    }

    40% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0;
      border-radius: 0.5rem;
    }

    to {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0;
      border-radius: 0.25rem;
    }
  }

  .header .buttons .logButton {
    font-size: 1rem;
    border-radius: 0.25rem;
    background-color: inherit;
    border: 1px solid #ff2400;
    font-weight: 600;
  }

  .header .buttons .logButton:hover {
    background: #ff2400;
    transition: 0.3s;
  }
}

@media screen and (max-width: 660px) {
  .header .headerInner .logo {
    left: 0;
  }
}
@media screen and (max-width: 500px) {
  .header .buttons .logButton {padding: 12px 15px;}
  .header .buttons .regButton {padding: 12px 15px;}
  main h1 {
    font-size: 25px;
  }
}

@media screen and (max-width: 390px) {
  .header .buttons .regButton {
    padding: 5px 10px;
    font-size: 12px;
  }
  .header .buttons .logButton {
    padding: 5px 10px;
    font-size: 12px;
  }

  .header .logo {
    width: 90px;
  }
}

.burger {
  display: none;
  position: relative;
}

.mobileMenu {
  position: fixed;
  top: 0;
  right: 0%;
  display: block;
  z-index: 5;
  background: #e13d22;
  width: 100%;
  max-width: 350px;
  min-height: 100vh;
  padding: 30px 20px;
  transition: right 0.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,
.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 screen and (max-width: 1250px) {
  .header .headerInner .menu {
    display: none;
  }
  .burger {
    display: none;
  }
}

.breadcrumbs {
  display: flex;
  align-items: center;
  padding-top: 25px;
  overflow-x: hidden;
}

.breadcrumbs a {
  color: #fff;
  font-size: 14px;
}

.breadcrumbs a:hover {
  text-decoration: none;
}

.breadcrumbs .last {
  position: relative;
  margin-left: 10px;
  font-size: 14px;
}

.breadcrumbs a:after {
  display: inline-block;
  width: 11px;
  height: 11px;
  background-image: url(/arrow-right.svg);
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 10px;
  content: no-open-quote;
}

@media screen and (max-width: 1250px) {
  .breadcrumbs.wrapper {
    margin-top: 15px;
  }
}


/* main button */
.main_button_block {
  padding: 24px;
  text-align: center;
}
.main_button_block button {
  background: #f8c602;
  border: 1px solid #0051d8;
  padding: 15px 20px;
  border-radius: 10px;
  color: #000d40;
  font-size: 20px;
  line-height: 24px;
  font-family: Tahoma, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}
.main_button_block button:hover {
  opacity: 0.8;
}
@media screen and (max-width: 420px) {
  .button-block button {
    font-size: 15px;
  }
}
@media screen and (max-width: 320px) {
  .button-block button {
    font-size: 11px;
  }
}

.casinoBlockParent {background:#181616; margin: 20px 0; padding: 0 1rem;}
.casinoBlock {
  display:grid;
  justify-content:space-between;
  align-items:center;
  max-width: 1200px;
  margin: 0 auto;
  padding:30px 0px;
  grid-template-columns:repeat(4,auto)
}
.casinoBlock img {
  width:123px;
  height:48px;
  display:inline-block;
  margin:0 auto
}
.casinoBlock .stars {
  display:flex;
  justify-content:center
}
.casinoBlock .star {
  width:20px;
  height:20px;
  margin:0 4px
}
.casinoBlock .bonus {
  font-size:20px;
  font-weight:600;
  padding-bottom:0;
  text-align:center
}
.casinoBlock button {
  background:#00cfa6;
  padding:10px 20px;
  text-transform:uppercase;
  font-size:18px;
  font-weight:600;
  cursor:pointer;
  color: #000;
  font-size: 1rem;
}
@media (max-width:800px) {
  .casinoBlock {
    grid-template-columns:repeat(2,auto);
    justify-content:center;
    gap:25px
  }
}
@media (max-width:500px) {
  .casinoBlock {
    grid-template-columns:repeat(1,auto);
    gap:15px
  }
}

.casino__counterParent {max-width: 1200px; margin: 0 auto; padding: 0 1rem;}
.casino__counter {
  display:flex;
  justify-content:space-between;
  margin:64px 0;
  flex-wrap:wrap
}
.casino__counter_items {
  display:flex;
  flex-wrap:wrap
}
.casino__counter_items .item {
  width:200px;
  height:160px;
  border:4px #00cfa6 solid;
  border-radius:8px;
  margin-right:24px;
  position:relative
}
.casino__counter_items .img {
  max-width:84px;
  padding:10px;
  background:#0d1016;
  position:absolute;
  top:-42px;
  left:calc(50% - 42px)
}
.casino__counter_items img {
  max-width:100%
}
.casino__counter_items .item p {
  position:absolute;
  bottom:0;
  left:18px;
  font-size:16px;
  text-transform:uppercase;
  line-height:1.2;
  max-width:85%;
  width: 100%;
}
.casino__counter_items .item p span {
  display:block;
  font-size:19px;
  font-weight:700;
  color:yellow;
  line-height:1.2
}
.casino__counter_number span {
  color:yellow;
  text-transform:uppercase;
  font-size:14px;
  font-weight:700;
  position:relative;
  display:block
}
.casino__counter_number span:before {
  content:url(/curve.svg);
  position:absolute;
  top:12px;
  left:-52px
}
.casino__counter_number p {
  margin-top:18px;
  margin-bottom:24px;
  font-weight:700;
  color:#fff6a9;
  font-size:44px
}
.casino__counter_number b {
  position:relative;
  width:54px;
  height:54px;
  line-height:54px;
  overflow:hidden;
  display:inline-block;
  border:3px #fff solid;
  border-radius:9px;
  margin-bottom:12px;
  margin-right:4px;
  color: #fff;
}
.casino__counter_number b:after {
  content:"0 \A  1 \A  2 \A  3 \A  4 \A  5 \A  6 \A  7 \A  8 \A  9 \A";
  font-size:28px;
  font-style:normal;
  white-space:pre;
  position:absolute;
  top:0;
  left:30%
}
.casino__counter_number .num {
  position:relative;
  max-width:394px;
  display:inline-flex;
  margin-top: 10px;
}
.casino__counter_number b:nth-child(1):after {
  content:"2 \A  3 \A  4 \A  5 \A  6 \A  7 \A  8 \A   9 \A"
}
.casino__counter_number b:nth-child(2):after {
  content:"5 \A  5 \A  6 \A  7 \A  8 \A  9 \A"
}
.casino__counter_number button {
  padding:10px 40px;
  background: #ff2400;
  display:block;
  color:#fff;
  text-transform:uppercase;
  font-size:17px;
  border-radius:8px;
  max-width:160px
}
.casino__counter_number b:nth-child(1):after {
  animation:animate 100000s steps(10) infinite
}
.casino__counter_number b:nth-child(2):after {
  animation:animate 10000s steps(10) infinite
}
.casino__counter_number b:nth-child(3):after {
  animation:animate 1000s steps(10) infinite
}
.casino__counter_number b:nth-child(4):after {
  animation:animate 100s steps(10) infinite
}
.casino__counter_number b:nth-child(5):after {
  animation:animate 10s steps(10) infinite
}
.casino__counter_number b:nth-child(6):after {
  animation:animate 1s steps(10) infinite
}
.casino__counter_number .num:before {
  content:"₸";
  position:absolute;
  width:24px;
  height:24px;
  background:yellow;
  color:#333;
  transform:rotate(8deg);
  display:flex;
  justify-content:center;
  align-items:center;
  border-radius:50%;
  bottom:12px;
  right:-12px;
  font-weight:700;
  z-index:9;
  font-size:22px
}
@keyframes animate {
  0% {
    top:0
  }
  100% {
    top:-540px
  }
}

@media (max-width:1200px) {
  .casino__counter_number {
    width:100%;
    margin-top:32px
  }
  .casino__counter_number span::before {
    display:none
  }
  .casino__counter_items {
    justify-content:space-between;
    width:100%
  }
  .casino__counter_items .item {
    width:33%;
    height:120px
  }
  .casino__counter_items .item {
    margin-right:0
  }
  .casino__counter {
    margin: 44px 0 20px 0;
  }
}

@media (max-width:850px) {
  .casino__counter_items .img {
    max-width:64px
  }
  .casino__counter_items .item p span {
    font-size:14px
  }
  .casino__counter_items .item p {
    font-size:12px;
    bottom:-6px;
    left: 8px;
  }
}

@media (max-width:400px) {
  .casino__counter_items .item:last-child {
    display:none
  }
  .casino__counter_items .item {
    width:48%
  }
  .casino__counter_number b {
    width:42px
  }
  .casino__counter_number b::after {
    left:10%
  }
  .casino__counter_number button {
    width:100%
  }
}
.banner {
    background: #0E191E;
}
.banner .wrapper {
  width: 98%;
  max-width: 1400px;
  overflow: hidden;
  margin: 30px auto 0 auto;
  position: relative;
  border-radius: 20px;
  background: #07101E;
  height: 382px;
  z-index: 3;
}

.banner .wrapper::after {
    box-shadow: 0px 0px 20px 0px #6D0142 inset;
    content: no-open-quote;
    width: 100%;
    height: 382px;
    position: absolute;
    top: 0;
    border-radius: 20px;
    z-index: 2;
}

.banner .wrapper .image {
  position: absolute;
  top: 0;
  right: 0;
  width: 910px;
  height: 382px;
  background: url('/bg-banner-ny.webp') no-repeat;
  background-position: right center;
  background-size: cover;
  z-index: 1; 
}
.wrapper .info-block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    z-index: 10;
    position: absolute;
    max-width: 604px;
    padding: 46px 0 0 40px;
    top: 0;
}
.info-block .title {
    font-family: Verdana;
    font-weight: 700;
    font-size: 32px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    padding-bottom: 0;
}
.info-block .info {
    font-family: Verdana;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFF8E9;
    width: 100%;
    margin: 16px 0 0 0;
    padding-bottom: 0;
}

.banner .button-block {
  width: 100%;
  max-width: 198px;
  padding: 32px 0 0 0;
  position: relative;
  z-index: 2;
  border-radius: 20px;
}

.banner .button-block button  {
    padding: 21px 24px;
    cursor: pointer;
    font-family: Verdana;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    text-transform: uppercase;
    background: #FF2400;
}
.banner .button-block button:hover  {
   scale: 1.1;
}
.info-block .bonus-img {
    margin-top: 16px;
}
.banner .wrapper .image::after {
    position: absolute;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0%, #07101E 100%);
    width: 100%;
    height: 100%;
    content: no-open-quote;
}
@media (max-width:900px) {
.wrapper .info-block {
    padding: 30px 0 0 24px;
}
.banner .wrapper {
    height: 300px;
}
.info-block .title {
    font-size: 24px;
}
.info-block .info {
    font-size: 18px;
    margin-top: 12px;
}
.info-block .bonus-img {
    width: 216px;
    height: 52px;
    margin-top: 12px;
}
.banner .button-block {
    padding: 24px 0 0 0;
}
.banner .wrapper::after {
    height: 300px;
}
.banner .wrapper .image {
    width: 100%;
    max-width: 100%;
    height: 300px;
}
.buttons p {
    display: none;
}
}
@media (max-width:600px) {
    .info-block .title {
    font-size: 22px;
    width: auto;
    text-align: center;
}
.info-block .info {
    font-size: 16px;
    width: auto;
    width: 90%;
    text-align: center;
}
.wrapper .info-block {
    justify-content: center;
    align-items: center;
    padding: 21px 12px;
}
    .banner .button-block {
        padding: 20px 0 0 0;
    }
    .banner .button-block button {
        font-size: 16px;
        padding: 16px 24px;
    }
}
section {
    margin: 20px auto 0 auto;
    border-radius: 20px;
    background: #0E191E;
    width: 98%;
    max-width: 1400px;
}
section.green {
    box-shadow: 0px 0px 20px 0px #016D69 inset;
    padding: 32px 40px;
}

section.purple {
  box-shadow: 0px 0px 20px 0px rgba(115, 4, 115, 1) inset;
  padding: 32px 40px;
}


h1 {
  font-size: 36px;
  font-weight: bold;
  max-width: 70%;
  line-height: 1;
  margin-bottom: 32px;
}

.hover-buttons button {
  display: block;
  padding: 8px 12px;
  width: 100%;
  text-align: center;
  font-family: Verdana, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
  border: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.hover-buttons .demo-btn {
  background-color: #FFFFFF;
  color: #000;
}

.hover-buttons .play-btn {
  background-color: #FF2400;
  color: #FFF;
}

.hover-buttons button:hover {
  transform: scale(1.05);
}


.all-slots-btn {
  display: block;
  max-width: 492px;
  width: 492px;
  height: 41px;
  background-color: #FF2400;
  border-radius: 6px;
  padding: 12px 24px;
  margin: 20px auto;
  text-align: center;
  color: #FFFFFF;
  text-decoration: none;
  font-family: Verdana, sans-serif;
  font-size: 18px;
  line-height: 17px;
}



.toc.wrapper { 
    margin: 12px auto 32px;
    border: 1px solid #f06;
    padding: 20px;
    width: 640px;
    max-width: 95%;
    border-radius: 8px;
}
.toc p.big { font-size: 18px; font-weight: bold; }
.toc li { list-style: inside; list-style-type: disc; }
.toc li a {
    color: #fff;
    font-size: 15px;
    transition: .3s;
}
.toc li a:hover { color: #f06; }

.advantages-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  margin: 32px 0;
  gap: 20px 20px;
}

.advantages-list .advantage {
  width: 426px;
  padding: 36px 16px;
  background: linear-gradient(104.36deg, #02211D 5.29%, #0C4841 46.18%, #033D36 69.75%, #02211D 100.06%);
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 0px 12px 0px #00C0B9 inset;
  height: 221px;
}
.advantage .icon-title  {
    font-family: Verdana;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #fff;
    padding-bottom: 0;
}
.advantages-list.altered .advantage {
  width: 248px;
}

.advantages-list .advantage .icon {
  font-size: 46px;
  line-height: 1;
}

.advantages-list .advantage p {
  display: block;
  margin-top: 16px;
  font-size: 16px;
}
.advantages-list-colored {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr ;
    gap: 20px;
    width: 100%;
}
.top-icons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 4;
}
.top-icons .advantage,
.middle-icons .advantage,
.bottom-icons .advantage {
  width: 100%;  
  padding: 36px 16px;
  background: linear-gradient(104.36deg, #21021A 5.29%, #3C0C48 46.18%, #2B033D 69.75%, #210218 100.06%);
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 0px 12px 0px #C000AD inset;
  height: 100%;
}
.middle-icons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    grid-column-start: 1;
    grid-column-end: 4;
}
.bottom-icons {
    display: grid;
    grid-template-columns: 1fr;
        grid-column-start: 1;
    grid-column-end: 4;
}
.top-icons .advantage p,
.middle-icons .advantage p,
.bottom-icons .advantage p {
    padding-top: 16px;
}

.advantage .icon {
    font-size: 46px;
    line-height: 1;
}

@media (max-width:1100px) { 
 .advantages-list-colored {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 12px;
  }

  .top-icons,
  .middle-icons,
  .bottom-icons {
      display: contents;
  }


  .advantage {
      padding: 28px 14px;
  }

  .advantage .icon {
      font-size: 42px;
  }
}

@media (max-width:700px) { 
 .advantages-list-colored {
      grid-template-columns: 1fr;
  }
}

.reviews {
    width: 96%;
    max-width: 1400px;
    margin: 0 auto;
}
.reviews-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 32px 0;
    gap: 20px 20px;
}

.reviews-wrapper .review {    
    background: linear-gradient(104.36deg, #02211D 5.29%, #0C4841 46.18%, #033D36 69.75%, #02211D 100.06%);
    border-radius: 20px;
    padding: 0 24px 33px 24px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    gap: 17px;
    align-items: center;
    position: relative;
}
.reviews-wrapper .review::after {  
    box-shadow: 0px 0px 12px 0px #00C0B9 inset;
    content: no-open-quote;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 20px;
    z-index: 2;
}
.review .stars {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0E191E;
    gap: 3px;
    border-radius: 0 0 12px 12px;
    padding: 6px 0;
    width: 100%;
    max-width: 247px;
    height: 100%;
    max-height: 32px;
}
.review p {
    font-family: Verdana;
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #fff;
    padding: 0;
    margin: 0;
}
@media (max-width:1000px) {
.reviews-wrapper {
    grid-template-columns: 1fr 1fr;
}
}
@media (max-width:650px) {
.reviews-wrapper {
    grid-template-columns: 1fr;
}
section.green,
section.purple {
    padding: 20px;
}
.advantages-list .advantage {
    height: auto;
}
}