* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Verdana, 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: #0D1016;
  font-family: Verdana, sans-serif;
  padding-top: 90px;
}
main p,
main span,
main h1,
main h2,
main figcaption,
main li {
  color: #fff;
  font-family: Verdana, sans-serif;
}
main h1,
main h2,
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 p {
  color: #fff;
  margin: 25px auto 10px auto;
  width: 96%;
  max-width: 1400px;
}
main h3,
main h4,
main h5,
main h6 {
  margin: 0 auto;
  width: 96%;
  max-width: 1400px;
  font-family: Verdana, sans-serif;
  color: #31AE81;
}

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;
}

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

h1 , h2 {
  display: inline-block; 
}
main h1::after,
main h2::after {
  content: no-open-quote;
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;         
    height: 2px;          
    background: linear-gradient(90deg, #0D1016 0%, #FF2400 57.42%, #0D1016 100%);
}

h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 110%;
  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: 700;
  color: #31AE81;
}

h4 {
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #31AE81;
}
h5,
h6 {
  font-size: 14px;
  line-height: 16px;
  font-weight: 700;
  color: #31AE81;
}
p,
span,
li,
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: 50px;
}


.general-ol li::before{
  content: counter(item-counter);
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  background-color: #FC2400;
  font-size: 16px;
  color: #fff;
  border-radius: 0 4px 4px 0;
  padding: 3px 6.5px;
}

.general-ul li::before {
  content: no-open-quote;
  position: absolute;
  left: 0;
  width: 40px;  
  height: 26px;
  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 {
    padding-left: 40px;
    margin-bottom: 12px;
    font-size: 14px;
  }

  .general-ul li {
    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 {
    padding-left: 35px;
    font-size: 13px;
  }

  .general-ul li {
    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:35px 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: 70px;
  margin-bottom: 20px;
  background-color: #31AE81;
  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: 25px;
  top: 22px;
  line-height: 22px;
  padding-right: 25px;
  text-align: left;
  padding-top: 0;
      margin-bottom: 10px;
}
.faq-container .faq-answer {
  width: 96%;
  padding: 10px 0 22px 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  top: 15px;
  font-size: 18px;
}

.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: #31AE81;
  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: #31AE81;
}
.faq-container .toggle:checked ~ .faq-question {
  color: #fff;
}
.faq-container .toggle:checked ~ .faq-answer {
  color: #fff;
}
.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: #0D1016;
  box-shadow: 0px 0px 50px 5px rgba(0, 0, 0, 0.1);
}
.footer .footerInner {
  display: flex;
  flex-direction: column;
  gap: 30px;
  text-align: center;
  align-items: center;
  padding: 30px 0;
  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;
  text-decoration: underline;
}

.footer .infoWrapper .menu {
  padding: 0px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  max-width: 100%;
}

.footer .infoWrapper .menu .menu-title {
font-family: Verdana;
font-weight: 700;
font-size: 18px;
line-height: 100%;
text-transform: uppercase;
color:  #31AE81;
text-align: left;
margin: 0 0 7px 0;
}
.footer .infoWrapper .menu p {
  font-family: Verdana;
  font-weight: 400;
  font-size: 18px;
  color: #F5F5F5;
  padding-bottom: 0;
  text-align: left;
  margin: 0;
}



.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: grid;
  grid-template-columns: 726px 1fr 1fr;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  border-top: 1px solid #0B6842;
  border-bottom: 1px solid #0B6842;
  padding: 30px 0;
}

.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;
  background: #0B6842;
  border-radius: 20px;
  padding: 30px;
  gap: 30px;
  max-height: 130px;
}

.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;
  text-decoration: underline;
  padding: 0;
}

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

@media (max-width: 1390px) {
  .footer {
    padding: 20px 0 20px 0px;
  }
  .footer-block-btn {
    display: flex;
  }
}
@media (max-width: 1280px) {
  .infoWrapper {
    grid-template-columns: 1fr 1fr;
  }
 .footerInfo {
    grid-column-start: 1;
    grid-column-end: 3;
    height: 110px;
    padding: 20px;
 }
}

@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:6px;
  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:6px;
  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;
  }
}
@media screen and (max-width: 550px) {

  .header .headerInner .special {
    display: none;
  }
  .header .headerInner .tournaments {
    display: none;
  }
  .header .headerInner .headerWrapper {
    flex-direction: column;
  }
  .header {
        height: 111px;
        padding: 10px 0;
    }
}
.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;
}

/* Banner */

.banner {
  width: 96%;
  max-width: 1400px;
  margin: 0 auto;
}

.banner__inner {
  display: grid;
  grid-template-columns: 1fr auto 200px auto 200px;
  gap: 20px;
  margin-top: 20px;
}

.banner__left {
  padding: 28px;
  height: 390px;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  background: url(/banner.webp);
  background-size: cover;
  border-radius: 20px 0 0 20px;
  background-position: 100% 0;
  position: relative;
  overflow: hidden;
}

.banner__middle , 
.banner__right {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
}


.banner__title,
.banner__title_colored,
.banner__info {
  position: relative;
  z-index: 2;
}

.banner__title {
font-family: Verdana;
font-weight: 700;
font-size: 42px;
line-height: 110%;
}

.banner__text{
font-family: Verdana;
font-weight: 700;
font-size: 18px;
line-height: 110%;
padding-top: 10px;
}

.banner-btn {
  background: #ff2400;
  color: #fff;
  padding: 16px 26px;
  border-radius: 10px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  font-family: Verdana;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  margin-top: 30px;
}

.banner__border {
  width: 2px;
  height: 390px;
  background: linear-gradient(180deg, #0D1016 0%, #FF2400 57.42%, #0D1016 100%);
}

.banner__card {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner__card.colored-red {
  background: radial-gradient(56.49% 56.49% at 50% 50%, #6C1001 0%, #FD2401 51.92%, #800000 100%) ;
  border-radius: 0 20px 20px 0;
}
.banner__card.colored-green {
  background: radial-gradient(56.49% 56.49% at 50% 50%, #026B45 0%, #32AF82 51.92%, #00482E 100%);
  border-radius: 0 20px 20px 0;
}

.banner__card_img {
  width: 128px;
  height: 113px;
  gap: 20px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.img__aviator { background-image: url(/aviator_banner.webp); }
.img__svy     { background-image: url(/spacexy_banner.webp); }
.img__candy   { background-image: url(/candy_boom_banner.webp); }
.img__gold    { background-image: url(/GoldDigger_banner.webp); }

@media(max-width:1250px){
 .banner__border {
  display: none;
 }
 .banner__inner {
  grid-template-columns: 1fr 1fr;
  gap: 20px;
 }
 .banner__left {
  grid-column-start: 1;
  grid-column-end: 3;
  height: 390px;
  border-radius: 0 20px 20px 0;
 }
 .banner__middle,
 .banner__right {
  flex-direction: row;
 }
 .banner__card{
    height: 185px;
 }
}

@media(max-width:850px){ 
 .banner__middle,
 .banner__right {
  flex-direction: column;
 }
  .banner__card{
    height: 110px;
    gap: 10px;
 }
 .banner__middle, .banner__right {
  gap: 10px;
 }
 .banner__card_img {
  width: 109px;
  height: 90px;
 }
 .banner__text,
 .banner__title {
  max-width: 60%;
 }
}
@media(max-width:560px){ 
 .banner__left { 
  padding: 25px 10px 0 10px;
  height: 360px;
  background: url(/banner-mobil.webp);
  justify-content: flex-start;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
 }
  .banner__inner {
   gap: 10px;
  }
  .banner__title {
  font-size: 27px;
  max-width: 100%;
}
.banner__text {
    font-size: 16px;
    padding-top: 5px;
    max-width: 100%;
}
.banner-btn, 
.banner__info {
  width: 100%;
}
.banner-btn {
  font-size: 16px;
}
 }
@media(max-width:1100px){
  .footerInfo {
    align-items: flex-start;
    justify-content: space-between;
    align-items: center;
  }

  .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;
  }


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

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

}

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

  .footer .footerInner .menu {
    gap: 10px 20px;
  }
}
@media (max-width:750px) {
  .footerInfo{
    flex-direction: column;
    height: 100%;
    max-height: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .footerInfo .logo-text-info {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width:450px) {
.infoWrapper {
  grid-template-columns: 1fr;
}
.footer .footerInner .menu {
   grid-column-start: 1;
    grid-column-end: 3;
}
}

/* 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;
  }
}
/* Cards */

.cards {
  max-width: 98%;
  width: 1400px;
  margin: 25px auto 0 auto;
}
.cards__wrapper {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 10px;
  justify-items: center;
}

.card__border {
  width: 2px;
  height: 190px;
  background: linear-gradient(180deg, #0D1016 0%, #FF2400 57.42%, #0D1016 100%);
}
.card {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
}
.card .card__title {
font-family: Verdana;
font-weight: 700;
font-size: 24px;
line-height: 100%;
text-align: center;
color: #fff;
text-transform: uppercase;
}

@media(max-width: 700px) {
.cards__wrapper {
  grid-template-columns: 1fr 2px 1fr;
}
.card__border.mobil {
  display: none;
}
.card.live_dealers img{
 width: 90px;
 height: 90px;
}
.card.crash_games img{
 width: 90px;
 height: 82px;
}
.card.v-sport img {
  width: 98px;
 height: 74px;
}
.card.e-sport img {
    width: 98px;
 height: 74px;
}
.card .card__title {
  font-size: 16px;
}
.card__border {
  height: 120px;
}
}
.bonus {
  max-width: 98%;
  width: 1400px;
  margin: 100px auto 20px auto;
}

.bonus__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url(/banner-promo-1_1x.webp) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 160px;
  border-radius: 20px;
}
.bonus__wrapper::before {
  content: no-open-quote;
  background: url(/img-banner-promo-1_1x.webp) no-repeat;
  background-position: center;
  background-size: contain;
  width: 269px;
  height: 265px;
  position: absolute;
  bottom: 0;
  left: 65px;
}

.bonus__wrapper::after {
  content: no-open-quote;
  background: url(/img-banner-promo-1-2_1x.webp) no-repeat;
  width:330px;
  height: 190px;
  position: absolute;
  background-position: center;
  background-size: contain;
  bottom: 0;
  right: 65px;
}
.bonus__button .btn-bonus {
  background: radial-gradient(50% 50% at 50% 50%, #004A3C 0%, #32AF82 100%);
  border-radius: 10px;
  padding: 15px 20px;
  font-family: Verdana;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
}
.bonus__button .btn-bonus:hover {
  opacity: 0.8;
}

@media(max-width: 1050px) {
.bonus__wrapper::before {
  width: 217px;
  height: 214px;
  left: 0;
}

.bonus__wrapper::after {
  width:242px;
  height: 134px;
  right: 0;
}
}

@media(max-width: 720px) {
.bonus__wrapper::after {
  display: none;
}
.bonus__wrapper {
  flex-direction: column;
  height: 225px;
  justify-content: flex-end;
  padding: 10px;
}
.bonus {
  margin: 20px auto 20px auto;
}
.bonus__wrapper::before {
  position: unset;
}
}

.bonus__banner {
  max-width: 98%;
  width: 1400px;
  margin:20px auto 20px auto;
}
.bonus__banner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url(/banner-promo-2_1x.webp) no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 250px;
  border-radius: 20px;
  box-shadow: 0px 0px 80px 0px #FF240099 inset;
  overflow: hidden;
}

.bonus__banner-wrapper::after {
  content: no-open-quote;
  background: url(/img-banner-promo-2_1x.webp) no-repeat;
  width:407px;
  height: 250px;
  position: absolute;
  background-position: center;
  background-size: contain;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.bonus__text {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  flex-direction: column;
  padding-left: 50px;
  z-index: 5;
}
.bonus__text .bonus__banner-title {
  font-family: Verdana;
  font-weight: 700;
  font-size: 34px;
  line-height: 110%;
  color: #fff;
}
.bonus__text .bonus__banner-text {
  font-family: Verdana;
  font-weight: 700;
  font-size: 18px;
  line-height: 110%;
  color: #fff;
  padding-top: 10px;
}
.bonus__banner-button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.bonus__banner-button .bonus__banner-button-green {
  background: radial-gradient(50% 50% at 50% 50%, #004A3C 0%, #32AF82 100%);
  padding: 15px 20px;
  border-radius: 10px;
  font-family: Verdana;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}
.bonus__banner-button .bonus__banner-button-red {
  background: #FB2400;
  padding: 15px 20px;
  border-radius: 10px;
  font-family: Verdana;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  text-transform: uppercase;
  color: #fff;
}
.bonus__banner-button .bonus__banner-button-green:hover ,
.bonus__banner-button .bonus__banner-button-red:hover {
  opacity: 0.8;
}

@media(max-width: 1000px) {
.bonus__banner-wrapper::after {
      right: -200px;
}
.bonus__text .bonus__banner-text {
  width: 60%;
}
}
@media(max-width: 650px) {
  .bonus__banner-wrapper {
    height: 238px;
    padding: 20px 10px;
  }
  .bonus__text .bonus__banner-title {
  font-size: 18px;;
}
.bonus__text .bonus__banner-text {
  font-size: 14px;
}
.bonus__text {
  padding-left: 0;
}  
.bonus__banner-button .bonus__banner-button-green,
.bonus__banner-button .bonus__banner-button-red {
  font-size: 16px;
  width: 100%;
}
.bonus__banner-button {
  flex-direction: column;
  gap: 10px;
  margin-top: 20px;
  width: 100%;
}
.bonus__text .bonus__banner-text {
  width: 100%;
}
.bonus__banner-wrapper::after {
  right: -232px;
  bottom: -9px;
}
}

.pm__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
    padding-bottom: 24px;
    width: 98%;
    max-width: 1400px;
    margin: 0 auto;
}
.pm__item {
    background: #000;
    padding: 24px;
    border-radius: 16px;
    border: 1px solid rgba(44, 42, 43, 0.25);
}
.pm__headings span {
    display: block;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
    padding-bottom: 8px;

}
.pm__item_plus .pm__headings {
    border-bottom: 1px solid rgba(43, 95, 69, 1);
}
.pm__item_minus .pm__headings {
    border-bottom: 1px solid rgba(232, 0, 0, 1);
}
.pm__container ul {
    padding: 0;
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 0;
}
.pm__container ul li {
    position: relative;
    padding-left: 28px;
    padding-bottom: 8px;
}
.pm__container ul li:last-child {
    padding-bottom: 0;
}
.pm__item_plus li:before {
    content: no-open-quote;
    width: 20px;
    height: 21px;
    position: absolute;
    top: -2px;
    left: 0;
    background: url(/plus-icon.svg)no-repeat;
    background-size: cover;
}
.pm__item_minus li:before {
    content: no-open-quote;
    width: 20px;
    height: 20px;
    position: absolute;
    top: -1px;
    left: 0;
    background: url(/minus-icon.svg)no-repeat;
    background-size: cover;
}

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