* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Poppins, sans-serif;
}
html,
body {
  height: 100%;
  font-family: Verdana, sans-serif;
  position: relative;
  
}

@media (max-width: 750px) {
  html,
  body {
    overflow-x: hidden;
  }
}  
main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #1d1e1f;
  font-family: Verdana, sans-serif;
  padding-top: 90px;
}
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,
.bannerMain,
.banner-bonus {
  color: #fff;
  margin: 0 auto;
  width: 96%;
  max-width: 1400px;
}

main .faq-container {
  width: 98%;
}

main .general-table-wrapper {
  overflow-x: overlay;
}
main figure {
  margin: 0 auto;
  margin-bottom: 20px;
}
main p {
  font-size: 16px;
  font-weight: 400;
  font-family: Verdana, sans-serif;
}
.wrapper,
main .wrapper {
  width: 96%;
  margin: 0 auto;
  max-width: 1400px;
  overflow-x: hidden;
}
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: 18px;
  line-height: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-align: left;
  padding: 15px 0;
  color: #1e1e24;
}

main h1 {
  font-size: 34px;
  font-weight: 700;
  line-height: 110%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px; 
  margin: 40px auto;
  padding: 0;
}

h1::before,
h1::after {
  content: no-open-quote;
  width: 50px; 
  height: 6px;
  background-image: url(h1-marker.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

h1::after {
  transform: scaleX(-1); 
}


h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 110%;
  background-color: #01A262;
  border-radius: 20px;
  padding: 10px 20px;

}

main h2 {
  max-width: fit-content;
  text-align: left;
  margin: 20px auto;
}

h3 {
  font-size: 18px;
  line-height: 100%;
  font-weight: 400;
}

h4 {
  font-size: 16px;
  line-height: 18px;
}
h5,
h6 {
  font-size: 14px;
  line-height: 16px;
}
p,
span,
li,
h1,
h2,
h3,
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);
}
a {
  color: #ff2400;
}
a:hover {
  text-decoration: underline;
}
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;
}
.content .content-block {
  margin-bottom: 20px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0);
}


.general-ol li,
.general-ul li {
   list-style: none;
  padding-left: 0;
  margin: 0;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.6;
}

.general-ol {
  counter-reset: item-counter;
}

.general-ol li {
  counter-increment: item-counter;
}
 
.general-ul li {
    padding-left: 25px;
}

.general-ol li::before {
  content: no-open-quote;
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 27px;
  background-image: url(number.svg); 
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 13px;
  color: #FC2400;
  z-index: 1;
}

.general-ol li::after {
  content: counter(item-counter);
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 13px;
  color: #FC2400;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  padding-top: 1px;
  z-index: 2;
  transform: rotate(-15deg);
}

.general-ul li::before {
  content: no-open-quote;
  position: absolute;
  left: 0;
  width: 21px;  
  height: 30px;
  background-image: url(cart-ul.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (max-width: 768px) {
  main h1 {
    font-size: 24px;
  }

  main h2 {
    margin: 10px;
    font-size: 16px;
  }

  .general-ol li,
  .general-ul li {
    padding-left: 40px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  
  .general-ol li::before {
    font-size: 11px;
  }
  
  .general-ul li::before {
    top: 0px;
  }
}

@media (max-width: 480px) {
  .general-ol li,
  .general-ul li {
    padding-left: 35px;
    font-size: 13px;
  }
  
  .general-ol li::before {
    font-size: 10px;
  }
}

.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 {
  border-collapse: collapse;
  width: 100%;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  margin: 20px auto;
  border-radius: 18px;
}
.general-table thead {
  background: #fed6d6;
}
.general-table .general-tr {
  background: rgba(0, 0, 0, 0);
}
.general-table .general-tr .general-td {
  padding: 16px;
  text-align: start;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  background-color: #000;
  padding-left: 20px;
  border: 1px solid #fff;
}
.general-table thead tr th {
  padding: 16px;
  color: #f93333;
  font-size: 20px;
  font-weight: 700;
  border-right: 1px solid #f93333;
  border-top: 1px solid #f93333;
  border-bottom: 1px solid #f93333;
}
.general-table thead tr th:first-child {
  border-right: 1px solid #f93333;
  border-left: 1px solid #f93333;
  border-top: 1px solid #f93333;
}
.general-table thead tr th:last-child {
  border-right: 1px solid #f93333;
  border-top: 1px solid #f93333;
}
.faq-container .faq-item {
  margin: 0 auto;
  position: relative;
  min-height: 55px;
  margin-bottom: 20px;
  background-color: #01A262;
  z-index: 5;
  border-radius: 20px;
  transition: all 0.4s ease;
}
.faq-container .faq-item:hover .icon::before,
.faq-container .faq-item:hover .icon::after {
  background: #007c4b;
}

.faq-container .faq-question {
  color: #fff;
  position: relative;
  padding-bottom: 0;
  font-weight: 700;
  font-size: 18px;
  top: 15px;
  line-height: 22px;
  padding-right: 25px;
  text-align: left;
  padding-top: 0;
}
.faq-container .faq-answer {
  width: 96%;
  padding: 10px 0 22px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  top: 10px;
}
.faq-container .icon {
  height: 30px;
  position: absolute;
  width: 30px;
  right: 25px;
  top: 15px;
  z-index: 2;
  background: linear-gradient(to right, #FFFFFF, #85CDB3);
  border-radius: 8px;
}
.faq-container .icon::before,
.faq-container .icon::after {
  background: #01A262;
  content: no-open-quote;
  height: 3px;
  right: 7px;
  position: absolute;
  top: 14px;
  width: 16px;
  transition: transform 0.4s ease;
}
.faq-container .toggle {
  width: 100%;
  height: 100%;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
  z-index: 3;
}
.faq-container .bg-active {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(249, 51, 51, 0.0784313725);
  border-radius: 26px;
  z-index: -1;
  opacity: 0;
}
.faq-container .toggle:checked ~ .bg-active {
  opacity: 1;
}
.faq-container .toggle:checked ~ .icon::before,
.faq-container .toggle:checked ~ .icon::after {
  background: #01A262;
}
.faq-container .toggle:checked ~ .faq-question {
  color: #e5e5e5;
}
.faq-container .toggle:checked ~ .faq-answer {
  color: #e5e5e5;
}
.faq-container .toggle:not(:checked) ~ .icon:before {
  transform: rotate(180deg);
}
.faq-container .toggle:not(:checked) ~ .icon:after {
  transform: rotate(90deg);
}
.faq-container .toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
}
.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;
}

.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;
}
.button-block {
  padding: 24px 16px;
  text-align: center;
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5)), url(button-img.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 10% 62%;
  height: 128px;
  width: 100%; 
  max-width: calc(1400px - 40px); 
  margin: 40px auto;
  border-radius: 20px;
}

.button-block button {
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  border-radius: 40px;
  background: #ff2400;
  margin: 10px auto;
  width: 100%; 
  max-width: 500px; 
}
.button-block button:hover {
  opacity: 0.8;
}

.quote {
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 40px;
  width: 96%;
  max-width: 1300px;
  border-radius: 12px;
  background: inherit;
  border: 2px solid #ff2400;
}
.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: 1390px) {
  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;
  }

  .general-table .general-tr .general-td {
    padding-left: 10px;
    padding-right: 10px;
  }
  .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: 400px) {
  .general-table {
    max-width: 100%;
  }
  .general-table-wrapper {
    max-width: 100%;
  }
}

.footer {
  display: block;
  background: #002516;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  margin-top: 110px;
}
.footer .footerInner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
  align-items: center;
  padding: 30px;
  overflow-x: hidden;
  max-width: 1400px;
}
.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: #C4C4C4;
  font-size: 16px;
}

.footer .footerInner .copyright .footer-brand {
  color: #C4C4C4;
  font-size: 16px;
}

.footer .footerInner .menu {
  padding: 0px;
  display: grid;
  grid-auto-flow: column; 
  grid-template-rows: repeat(3, auto);
  gap: 10px 30px;
  padding: 0;
  max-width: 100%;
}

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

.footer .footerInner .menu a:hover {
  text-decoration: none;
}


.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: flex;
  justify-content: center;
  width: 100%;
  gap: 10px;
}
.footer-block-btn .buttons button {
  width: 48%;
  max-width: 300px;
  padding: 12px 0px;
  font-size: 16px;
}

.infoWrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
}

.footer .footer-gallery {
  display: flex;
  flex-direction: row;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 2px solid #FA2400;
  border-radius: 10px;
  padding: 20px 0 ;
}

.footerInfo {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footerInfo .logo-text-info {
  display: flex;
  flex-direction: row;
  gap: 50px;
}

.info-right, .info-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.info-left span, .info-right span {
  font-size: 22px;
  font-family: Verdana, sans-serif;
  font-weight: 700;
}

.info-left p {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  color: #F5F5F5;
}

.info-right .social {
  display: flex;
  flex-direction: row;
  gap: 10px;
}

@media (max-width: 1390px) {
  .footer {
    padding: 20px 0 80px 0px;
  }
  .footer-block-btn {
    display: flex;
  }
}

@media (max-width: 850px) {
  .footer {
    margin-top: 30px;
  }

  .footer .footerInner .menu {
    gap: 10px 20px;
  }
}

@media (max-width: 750px) {
  .footer .footerInner .menu {
    gap: 10px 15px;
  }
}

@media (max-width: 390px) {
  .footer .footerInner .menu {
    grid-auto-flow: row;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    gap: 10px;
  }
}
.header {
  background: #000;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0;
}
.header .headerInner {
  height: 100%;
  max-width: 1400px;
  margin: 0 auto; 
  padding: 0 2%; 
}
.header .headerInner .headerWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
.header .headerInner .header_left {
  display: flex;
  gap: 16px;
  align-items: center;
}
.header .headerInner .logo {
  position: relative;
}
.header .headerInner .logo button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header .headerInner .special {
  position: relative;
}
.header .headerInner .special button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.header .headerInner .tournaments {
  position: relative;
}
.header .headerInner .tournaments button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.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 .menu {
  display: flex;
  align-items: center;
  gap: 18px;
  transition: all 0.3s ease;
}
.header .headerInner .menu a {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.header .headerInner .menu a:hover {
  color: #ff2400;
}
.header .headerInner .menu a.active {
  color: #ff2400;
}
.buttons {
  display: flex;
  gap: 20px;
}
.buttons .logButton {
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  border: 1px solid #ff2400;
}
.buttons .logButton:hover {
  background: #9c1b07;
}
.buttons .regButton {
  padding: 12px 24px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #fff;
  background: #ff2400;
}
.buttons .regButton:hover {
  opacity: 0.8;
}
@media screen and (max-width: 1390px) {

  .header {
    height: 60px;
  }
  main {
    padding-top: 70px;
  }

  .header .headerInner .menu {
    display: none;
  }

  .header .logo img {
    width: 110px;
  }
  .header .buttons {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  /* .header .headerInner .headerWrapper {
    padding: 0 20px;
  } */
  .header .headerInner .special {
    display: none;
  }
  .header .headerInner .tournaments {
    display: none;
  }
}
.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 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
}
.mobileMenu .mobileMenuLinks a:active {
  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: 1390px) {
  .burger {
    display: block;
  }
}

/* 
.advantages {
  padding: 20px 0;
}
.advantages ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
.advantages ul li {
  width: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.advantages ul li img {
  width: 60px;
  height: 60px;
}
.advantages ul li p {
  width: 100%;
  padding-bottom: 0;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 1390px) {
  .advantages {
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  .advantages ul {
    justify-content: flex-start;
  }
  .advantages ul li {
    max-width: 160px;
    flex: 0 0 auto;
  }
} */

/* 
.plus_minus {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 20px 0;
}
.plus,
.minus {
  background: transparent;
  border-radius: 12px;
}
.plus {
  border: 1px solid #04cfaa;
}
.minus {
  border: 1px solid #ff2400;
}
.plus_minus .title {
  display: flex;
  gap: 4px;
  padding: 6px 20px;
  align-items: center;
  border-radius: 12px 12px 0 0;
}
.plus_minus .title span {
  font-size: 18px;
  line-height: 24px;
  font-family: Tahoma, sans-serif;
  color: #fff;
}
.plus .title {
  background: #04cfaa;
}
.minus .title {
  background: #ff2400;
}
.plus_minus .title img {
  width: 20px;
  height: 20px;
}
.plus_minus .info {
  border-radius: 0 0 12px 12px;
  padding: 20px;
}
.plus_minus .info ul {
  margin: 0;
}
.plus_minus .info ul li {
  font-size: 16px;
  line-height: 20px;
  padding: 0px 0 8px 24px;
  position: relative;
}
.plus .info ul li::before {
  content: no-open-quote;
  background: #04cfaa;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 5px;
  background-size: cover;
  border-radius: 50%;
}
.minus .info ul li::before {
  content: no-open-quote;
  background: #ff2400;
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 5px;
  background-size: cover;
  border-radius: 50%;
}

@media (max-width: 1390px) {
  .plus_minus {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    padding: 14px 0;
  }
  .plus_minus .title {
    padding: 6px 12px;
  }
  .plus_minus .info {
    padding: 16px 12px;
  }
  .plus_minus .info ul li {
    font-size: 14px;
    line-height: 16px;
  }
  .plus_minus .info ul li::before {
    width: 14px;
    height: 14px;
  }
} */


/* Banner */

.bannerInner {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background: url(/banner.webp);
  background-size: cover;
  padding: 38px 30px;
  border-radius: 20px;
  background-position: 100% 0;
  position: relative;
  overflow: hidden;
  justify-content: space-between;
  margin-top: 40px;
}

.bannerText {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  padding: 43px 30px;
  background-color: #0000004D;
  backdrop-filter: blur(2px);
  border-radius: 50px;
}

.bannerText span {
  color: #fff;
  font-weight: 700;
  font-size: 44px;
  font-family: Verdana, sans-serif;
  line-height: 110%;
  margin-bottom: 10px;
}

.bannerText p {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-family: Verdana, sans-serif;
  line-height: 110%;
  padding: 0;
  margin: 0;
}

.bannerText .banner-btn {
  border-radius: 40px;
  padding: 10px 20px;
  background: linear-gradient(to right, #01A262, #003C24);
  color: #fff;
  margin-top: 30px;
  font-size: 18px;
  font-family: Poppins, sans-serif;
  text-transform: uppercase;
  font-weight: 700;

}

.bannerList {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

.bannerList .banner_item_wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background-color: #0000004D ;
  border-radius: 87px;
}


.bannerListItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  border-radius: 100px;
  padding: 12px 20px;
}

.bannerListItem img {
  width: 100px;
  height: 100px;
}


@media(max-width:1100px){
  .bannerInner {
    background: url(/banner-1.webp);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: cover;
    height: 591px;
    flex-direction: column;
    align-items: flex-start;
    padding: 30px;
  }

  .bannerText span {
    font-size: 40px;
  }
}

@media(max-width:750px){
  .bannerListItem  span {
    font-size: 12px;
  }
  .bannerInner {
    padding: 24px 24px;
  }
  .bannerList {
    flex-wrap: wrap;
  }

  .bannerListItem img {
    width: 80px;
    height: 80px;
  }

  .bannerText p {
    font-size: 16px;
  }
  
  .button-block button {
    max-width: 400px;
    width: 100%;
    font-size: 16px;
  }

  .footerInfo {
    align-items: flex-start;
    justify-content: space-between;
    align-items: center;
  }

  .infoWrapper {
    flex-wrap: wrap;
    gap: 20px;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .footerInfo .logo-text-info {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .footer .footerInner .menu { 
    text-align: left;
  }

  .info-left span, .info-right span {
    font-size: 20px;
  }

  .footer .footerInner {
    padding: 20px;
  }

  .footer .footerInner .menu a {
    font-size: 14px;
  }

  .footer .footer-gallery {
    gap: 6px;
    width: 70%;
    padding: 20px 30px;
  }

  .footer .footerInner .menu {
      grid-template-rows: repeat(5, auto);
      text-align: left;
  }

  .faq-container .faq-question  {
    padding-left: 0;
    margin: 0 20px;
  }

  .footerInfo .logo-text-info {
    gap: 30px;
    align-items: center;
  }

}
@media(max-width: 590px){
  .bannerInner {
    background: url(/banner-2.webp);
    height: 649px;
    background-size: cover;
    background-position: 30% 80%;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
  }

  .bannerListItem {
    flex-direction: row;
  }

  .bannerListItem img {
    width: 60px;
    height: 60px;
  }

   .bannerText span {
    font-size: 30px;
  }

  .bannerText {
    padding: 30px;
  }

  .footerInfo {
    flex-direction: column;
  }

  .footerInfo .logo-text-info {
    flex-direction: column;
    gap: 15px;
  }
}


/* bonus banner */

.banner-bonus .bonusInner {
  width: 100%;
  height: 240px;
  display: flex;
  align-items: center;
  background: url(/banner-deposit.webp);
  background-size: cover;
  border-radius: 20px;
  background-position: 100% 0;
  overflow: hidden;
  justify-content: space-between;
  text-align: center;
  justify-content: center; 
}

.bonusInner .bannerText {
  max-width: 796px;
  background-color: inherit;
  backdrop-filter: none;
}

.bonusInner .bannerText span {
  font-size: 34px;
}

.bannerText .banner-bonus-btn {
  background: linear-gradient(to right, #FA2400, #941500);
}

@media(max-width: 1050px){ 
  .banner-bonus .bonusInner {
    text-align: left;
    justify-content: flex-start;
  }

}

@media(max-width: 590px) {
  .banner-bonus .bonusInner {
    background: url(/banner-deposit-mob.webp);
    height: 394px;
    background-size: cover;
    background-position: 10% 80%;
    align-items: flex-start;
  }

  .bonusInner .bannerText {
    padding: 20px 10px;
  }

  .bannerText .banner-bonus-btn {
    margin-top: 15px;
  }

  .bonusInner .bannerText span {
    font-size: 24px;
  }

  .bannerText p {
    font-size: 14px;
  }

}