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

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

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

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

.header-inner__logo--1 img {
  width: 179px;
  height: 64px;
}

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

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

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

.btn-bonus--1 {
  border-radius: 10px;
  background: #A5D408;
  color: #513079;
  font-family: Tahoma;
  font-size: 18px;
  font-weight: 700;
  line-height: 19px; 
  text-transform: uppercase;
  padding: 15px 30px;
}
.btn-bonus--1.footer {
  border-radius: 10px;
background: radial-gradient(50% 50% at 50% 50%, #DAFBBF 0%, #A7D610 100%);
  color: #513079;
  font-family: Tahoma;
  font-size: 18px;
  font-weight: 700;
  line-height: 19px; 
  text-transform: uppercase;
  padding: 15px 30px;
}

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


    .footer--3 {
  padding: 20px 0;
  background: #7941BD;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
}

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

.footer__menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.components .footer__menu a {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.components .copy__text--3 {
color: #FFF;
font-family: Tahoma;
font-size: 20px;
font-weight: 400;
line-height: 24px; 
}

@media (max-width: 1250px) {
  .footer--3 {
  padding: 20px 0;
  gap: 10px;
  }
  .footer__menu {
  flex-direction: column;
  gap: 10px;
  }
  .components .footer__menu a {
  font-size: 14px;
  }
  .components .copy__text--3 {
  font-size: 14px;
  }
}


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

.buttons.buttons--1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.buttons.buttons--1 button {
  width: 48%;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 200px;
}

.fix-btn-reg--1 {
  padding: 12px 24px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: rgba(168, 227, 217, 1);
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  color: #000000;
}

.fix-btn-log--1 {
  padding: 12px 24px;
  border-radius: 10px;
  border: 1px solid transparent;
  background: rgba(223, 189, 166, 1);
  font-size: 16px;
  line-height: 17px;
  font-weight: 700;
  color: #000;
}


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

.general-h1 {
  border-radius: 10px;
  background: #A5D408;
  color: #513079;
  font-family: Tahoma;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  padding: 16px 30px;
  text-align: left;
  margin-bottom: 20px;
}

.general-h2, .general-h3, .general-h4, .general-h5, .general-h6 {
    border-radius: 10px;
    background: #A5D408;
    color: #513079;
  padding: 20px;
  text-align: left;
  margin-bottom: 20px;
}

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

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

.button-block-btn {
  color: #fff;
  background: rgba(11, 64, 56, 1);
  box-shadow: 0px 0px 12px 0px rgba(11, 54, 0, 0.16);
  border-radius: 8px;
  padding: 16px 34px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
}

.content-block a {
  color: rgba(223, 189, 166, 1);
}

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

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

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

.general-ul-li::before {
  background: url(/list-icon.svg) no-repeat;
  width: 24px;
  height: 24px;
  left: -2px;
  top: -2px;
  position: absolute;
  content: no-open-quote;
}

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

.general-ol-li::before {
border-radius: 5px;
background: #A5D408;
  width: 25px;
  height: 25px;
  left: 0px;
  top: 0px;
color: #322A2A;
font-family: Tahoma;
font-size: 16px;
font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  content: counter(counter-ol);
}

.general-table-wrapper {
  border: none;
  border-radius: 10px;
  margin-bottom: 20px;
  overflow-x: auto;
  background: transparent;
  box-shadow: none;
}

.general-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  background: transparent;
}

.general-th,
.general-td {
  border: none;
  text-align: center;
  padding: 15px 36px;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  color: #000;
  box-shadow: 0 0 4px 0 #000;
}

.general-th {
  background: #DFC4FF;
  color: #251F1F;
  font-family: Tahoma;
  font-size: 24px;
  font-weight: 400;
}

.general-th:first-child,
.general-td:first-child {
  background: #7941BD;
  color: #FFF;
  font-family: Tahoma;
  font-size: 18px;
  font-weight: 400;
}

.general-th:first-child {
  font-size: 24px;
}

.general-tr:nth-child(odd) .general-td:not(:first-child) {
  background: #DFC4FF;
}

.general-tr:nth-child(even) .general-td:not(:first-child) {
  background: #F1E5FF;
}

.general-td:not(:first-child) {
  color: #251F1F;
  font-family: Tahoma;
  font-size: 18px;
  font-weight: 400;
}

.general-tr:first-child .general-th:first-child {
  border-top-left-radius: 10px;
}

.general-tr:first-child .general-th:last-child {
  border-top-right-radius: 10px;
}

.general-tr:last-child .general-td:first-child {
  border-bottom-left-radius: 10px;
}

.general-tr:last-child .general-td:last-child {
  border-bottom-right-radius: 10px;
}


.faq-item {
  border-radius: 10px;
border-left: 15px solid #DFC4FF;
background: #7941BD;
  position: relative;
  margin: 0 auto 20px;
  transition: 0.4s;
  padding: 30px 0px 30px 30px;
}

.components .faq-question {
color: #FFF;
text-align: left;
font-family: Tahoma;
font-size: 24px;
font-weight: 700;
  padding-right: 80px;
}

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

.icon {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 50px;
  height: 50px;
  background: url("/plus.svg") no-repeat center;
  transition: transform 0.4s;
  border-radius: 40px;
background-color: #FFF;
background-size: 30px 30px;
}

.faq-item.active .icon {
  background: url("/minus-1.svg") no-repeat center;
  background-size: 30px 30px;
}


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

.toggle:checked ~ .icon {
  background: url("/minus-1.svg") no-repeat center;
  background-size: 50px 50px;
}
.toggle:checked ~ .faq-answer {
  height: auto;
  opacity: 1;
  z-index: 2;
  padding-top: 12px;
  padding-right: 20px;
}

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

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

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

@media (max-width: 700px) {
.components .faq-question {
  font-size: 20px;
} 
}

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

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

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

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


.section {
  border-radius: 10px;
   background: #7941BD;
  padding: 24px;
  margin-bottom: 20px;
}

.author_block {
  border-radius: 10px;
  background: #7941BD;
  padding: 15px 30px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 36px;
  margin: 20px auto;
  align-items: start;
}

.author_left {
  display: flex;
  flex-direction: column;
  border-right: 2px solid #ECCFFF;
  padding-right: 16px;
  gap: 16px;
  width: 100%;
  height: 100%;

}
.author_title {
  border-radius: 50px;
  background: #ECCFFF;
  padding: 15px 30px;
  gap: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.author_info {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.author_info .author_name {
  color: #2B2531;
font-family: Tahoma;
font-size: 24px;
font-weight: 700;
    width: 100%;
}
.author_info .author_description {
color: #2B2531;
font-family: Tahoma;
font-size: 16px;
font-weight: 400;
}

.author_icons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: auto;
}
.author_icons .author_icon {
  border-radius: 50px;
  border: 2px solid #513079;
  background: #ECCFFF;
  padding: 10px 30px;
  display: inline-flex;   
  align-items: center;
  justify-content: flex-start; 
  gap: 6px;
  width: fit-content;    
  max-width: none;        
}

.author_icons .author_icon span {
  font-family: Tahoma;
  font-size: 18px;
  font-weight: 400;
  color: #513079;
}
.author_right {
  gap: 20px;
    display: flex;
  flex-direction: column;
}
.author_right p {
    color: #EEE;
font-family: Tahoma;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

.author_date {
  color: #EEE;
font-family: Tahoma;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: normal;
}

@media (max-width: 1250px) {
  .author_block {
    grid-template-columns: 1fr;
  }
  .author_left {
    border: none;
  }
  .author_icons .author_icon {
    width: unset;
    justify-content: center;
  }
  .author_right {
    gap: 10px;
  }
}

@media (max-width: 400px) {
.author_block {
  padding: 20px 16px;
  gap: 20px;
}
.author_info .author_name {
  font-size: 18px;
}
.author_icons .author_icon span {
  font-size: 14px;
}
.author_right p {
  font-size: 16px;
}
.author_title {
  padding: 10px 30px;
}
.components h1 {
    font-size: 18px;
    line-height: 22px;
}
}

.quotation {
  border-radius: 20px;
  background: #7941BD;
  margin-bottom: 24px;
  padding: 30px;
  display: flex;
  justify-content: space-between;
  gap:30px;
}
.quotation p {
  color: #FFF;
font-family: Tahoma;
font-size: 18px;
font-weight: 400;
line-height: 27px;
}
@media (max-width: 950px) { 
.quotation { 
  flex-direction: column;
  align-items: flex-end;
}
.quotation img {
  width: 60px;
  height: 56px;
}
}
@media (max-width: 500px) { 
.quotation {
  padding: 20px 16px;
}
}

.showcase {
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 12px;
  background: #513079;
  padding: 24px;
  max-width: 1400px;
  margin: 30px auto;
}

.showcase_item {
  background: #8656C2;
  border-radius: 16px;
  padding: 24px;
  display: grid;
  grid-template-columns: 1fr 389px;
  gap: 20px;
}
.showcase_item-left {
    display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.showcase_item_top {
  display: grid;
  grid-template-columns: 280px 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
}
.showcase_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
background: #ECCFFF;
box-shadow: 0 4px 13.1px 2px rgba(0, 0, 0, 0.32) inset;
padding: 10px;
}


.showcase_img_buttons {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.showcase_img {
  background: #ECCFFF;
  border-radius: 14px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-shadow: 0 4px 13px rgba(0,0,0,0.2) inset;
}
.showcase_img img {
  max-height: 60px;
  max-width: 100%;
}


.showcase_info {
      background: #ECCFFF;
    box-shadow: 0 4px 13.1px 2px rgba(0, 0, 0, 0.32) inset;
  border-radius: 14px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.showcase_info_name_rating {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.showcase_name {
  background: #5b2f8d;
  border-radius: 40px;
  padding: 6px 14px;
  color: #fff;
  font-weight: 700;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}
.showcase_title h3 {
  color: #000;
font-family: Tahoma;
font-size: 18px;
font-weight: 700;
line-height: 110%; 
}
.showcase_rating {
  background: #5b2f8d;
  border-radius: 40px;
  padding: 6px 14px;
  color: #fff;
  font-weight: 700;
  width: fit-content;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}
.showcase_rating span,
.showcase_name span {
  color: #FFF;
  text-align: center;
  font-family: Tahoma;
  font-size: 14px;
  font-weight: 400;
  line-height: 110%;
}
.showcase_info ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.showcase_info ul li {
  padding-left: 0;
  background: #5b2f8d;
  border-radius: 40px;
  padding: 6px 14px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  display: inline-block;
  width: fit-content;
}
.showcase_info ul li:before {display: none;}

.showcase_deposits {
  display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
gap: 10px;
}
.showcase_deposits .deposit_item {
  height: 100%;
  width: 100%;
  border-radius: 10px;
background: #ECCFFF;
box-shadow: 0 4px 13.1px 2px rgba(0, 0, 0, 0.32) inset;
display: flex;
justify-content: flex-start;
align-items: center;
gap: 10px;
}
.deposit_price {
  border-radius: 10px;
background: #513079;
display: flex;
padding: 30px 15px;
justify-content: center;
align-items: center;
gap: 10px;
color: #FFF;
font-family: Tahoma;
font-size: 14px;
font-weight: 700;
line-height: 110%;
width: 100px;
width: 100px;
}

.deposit_text {
  color: #000;
font-family: Tahoma;
font-size: 14px;
font-weight: 700;
line-height: 110%; 
}

.showcase_points {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: transparent;
  border: none;
  padding-top: 0;
}
.showcase_point {
  display: grid;
  grid-template-columns: 80px 1fr;
  border-radius: 10px;
  overflow: hidden;
}
.showcase_point_top {
  background: #5b2f8d;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  padding: 12px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.showcase_point .value {
  background: #f2e8fa;
  color: #111;
  font-weight: 700;
  padding: 12px 10px;
  display: flex;
  align-items: center;
}

.showcase_bonus {
  background: #5b2f8d;
  border-radius: 16px;
  padding: 28px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.bonus_text {
  color: #FFF;
font-family: Tahoma;
font-size: 20px;
font-weight: 700;
line-height: 110%; 
display: flex;
justify-content: center;
align-items: center;
gap: 16px;
}
.showcase_bonus p {
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
  padding-left: 50px;
  margin-bottom: 20px;
}
.showcase_btn {
  width: 100%;
border-radius: 10px;
background: radial-gradient(50% 50% at 50% 50%, #DFFFD0 0%, #A5D408 100%);
color: #29443C;
text-align: center;
font-family: Tahoma;
font-size: 16px;
font-weight: 700;
line-height: 110%; 
  cursor: pointer;
  transition: 0.2s;
  padding: 24px 0;
}

.showcase_payments {
border-radius: 10px;
background: #ECCFFF;
box-shadow: 0 4px 13.1px 2px rgba(0, 0, 0, 0.32) inset;
padding: 15px 20px; 
display: grid;
grid-column-start: 1;
grid-column-end: 4;
}
.showcase_center {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-start: 2;
grid-column-end: 4;
    gap: 20px;
}
.showcase_payments_title {
  font-weight: 700;
  color: #111;
  font-size: 16px;
  margin-bottom: 10px;
}

.showcase_title {
  color: #000;
font-family: Tahoma;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 110%; 
}
.showcase_payments_list {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.showcase_payments_list img {
  height: 24px;
  width: auto;
}
.showcase_toggle {
  display: none;
}

@media (max-width: 1250px) {
.showcase_item {
  grid-template-columns: 1fr 330px;
  padding:18px;
}
.showcase_center,
.showcase_item-left {
  gap: 10px;
}
.showcase_bonus {
  padding: 20px;
}
}
@media (max-width: 1100px) {
.showcase {
  padding: 20px;
}
  .showcase_item{
    display:flex;
    flex-direction:column;
    gap:12px;
  }
.showcase_logo_img {
  height: 100%;
  max-height: 150px;
}
.showcase_logo_img img {
  height: 150px;
}
  .showcase_item-left{
    display:contents;
  }

  .showcase_logo{
    order:0;
  }

  .showcase_bonus{
    order:2;
  }

  .showcase_center{
    order:3;
    grid-template-columns: 1fr;
  }

  .showcase_payments{
    order:4;
  }

  .showcase_buttons{
    order:5;
  }

  .showcase_bonus{
    display:contents;
  }

  .bonus_text{
    background:#5b2f8d;
    border-radius:14px;
    padding:10px;
    display:flex;
    align-items:center;
    gap:16px;
    color:#fff;
    font-weight:700;
    font-size:18px;
    line-height:110%;
  }

  .showcase_info_name_rating,
  .showcase_info {
    flex-direction: row;
  }

  .bonus_text img{
    width:58px;
    height:58px;
    flex-shrink:0;
  }
}
@media (max-width: 600px) {

  .showcase_logo_img {
  height: 100%;
  max-height: unset;
}
.showcase_logo_img img {
  height: unset;
}
.showcase {
  padding: 12px 6px;
}
.showcase_item {
  padding: 12px 6px;
}
.showcase_center {
  gap: 10px;
}
.bonus_text {
  font-size: 16px;
  padding: 15px 16px;
}

.showcase_info {
  flex-direction: column;
  padding: 10px 16px;
}

.showcase_info_name_rating {
  flex-direction: row;
}
.showcase_title {
  font-size: 16px;
  line-height: 20px;
}
.deposit_text,
.deposit_price {
   font-size: 12px;
   line-height: 16px;
}
.deposit_price {
  padding: 12px 15px;
}
.showcase_btn {
  padding: 9px 0 ;
}
.showcase_payments_list img {
  width: 25px;
  height: 17px;
}
}
/* Banner */
.bannerMain {
  margin:0 auto 32px auto;
  width: 98%;
  height: 100%;
  max-width: 1400px;
}
.bannerInner {
  margin: 0 auto;
  display: flex;
  align-items: center;
  background-size: cover;
  border-radius: 10px;
  background: linear-gradient(0deg, rgba(19, 17, 45, 0.60) 0%, rgba(19, 17, 45, 0.60) 100%), url(/banner.webp) lightgray 50% / cover no-repeat;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.60);
  background-position: 100% 0;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.bannerText {
  max-width: 622px;
  display: flex;
  gap: 30px;
  flex-direction: column;
  border-radius: 10px;
  padding: 20px 30px;
  background: linear-gradient(
    135deg,
    rgba(15, 25, 45, 0.78) 0%,
    rgba(20, 30, 55, 0.55) 100%
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow:
    0 8px 32px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
  z-index: 5;
  position: relative;
}
.bannerTitle {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 15px;
}
.bannerTitle h1 {
color: #FFF;
font-family: Tahoma;
font-size: 36px;
font-weight: 700;
line-height: 38px;
}
.bannerTitle p {
  color: #FFF;
font-family: Tahoma;
font-size: 24px;
font-weight: 400;
line-height: 24px; 
}
.bannerList {
  display: flex;
  gap: 8px;
}
.bannerListItem {
  display: flex;
  align-items: center;
  border-radius: 50px;
  border: 2px solid #A5D408;
  background: #FFF;
  gap: 10px;
  padding-right: 20px;
  width: 100%;
}
.bannerListItem img {
border-radius: 100px;
background: #A5D408;
padding: 8px;
}
.bannerListItem  span {
  color: #383838;
font-family: Tahoma;
font-size: 18px;
font-weight: 400;
line-height: normal;
}

@media(max-width:1100px){
  .bannerInner {
    background-position: 50% 0;
  }
}
@media(max-width:750px){
  .bannerText h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .bannerListItem  span {
    font-size: 16px;
  }
  .bannerListItem img {
    width: 20px;
    height: 20px;
  }
  .bannerInner {
    padding: 24px 24px;
    gap: 20px
  }
  .bannerText {
    max-width: 414px;
    padding: 20px 10px;
    gap: 10px;
  }
  .bannerList {
    flex-wrap: wrap;
  }
  .bannerTitle p {
    font-size: 18px;
    line-height: 24px;
  }
}
@media(max-width:440px){
  .bannerInner {
    padding: 24px 16px;
  }
}

.pm__container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 24px;
    padding-bottom: 24px;
}

.pm__headings {
    padding: 14px;
    border-radius: 8px;
}
.pm__headings span {
    display: block;
    text-align: center;
    color: #513079;
    font-family: Tahoma;
    font-size: 24px;
    font-weight: 700;
}
.pm__item {
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;  

}

.pm__item_plus .pm__headings {
    border-radius: 10px 10px 0 0;
    background: #A5D408;;
}
.pm__item_minus .pm__headings {
   border-radius: 10px 10px 0 0;
   background: #F3835A;
}
.pm__container .pm__item_plus ul {
    padding: 24px;
    border-radius: 0 0 10px 10px;
    border: 5px solid #A5D408;
    background: #F1DBFF;
     height: 100%;
     position: relative;
}
.pm__container .pm__item_plus ul::after {
      content: no-open-quote;
    width: 49px;
    height: 89px;
    position: absolute;
    top: 16px;
    right: -5px;
    background: url(/plus-pm.svg) no-repeat center;
    background-size: cover;
}


.pm__container .pm__item_minus ul { 
    border-radius: 0 0 10px 10px;
    border: 5px solid #F3835A;
    background: #ECCFFF;
    padding: 24px;
    height: 100%;
    position: relative;
}

.pm__container .pm__item_minus ul::after {
      content: no-open-quote;
    width: 48px;
    height: 85px;
    position: absolute;
    top: 16px;
    right: -5px;
    background: url(/minus-pm.svg) no-repeat center;
    background-size: cover;
}
.pm__container ul li {
    position: relative;
    padding-left: 24px;
    padding-bottom: 16px;
    color: #000;
      font-family: Tahoma;
      font-size: 18px;
      font-weight: 400;
}
.pm__container ul li:last-child {
    padding-bottom: 0;
}
.pm__item_plus li:before {
    content: no-open-quote;
    width: 27px;
    height: 27px;
    position: absolute;
    top: -2px;
    left: -8px;
    background: url(/plus-icon.svg) no-repeat center;
    background-color: #A5D408;
    border-radius: 50%;
    background-size: 11px 11px;
}

.pm__item_minus li:before {
    content: no-open-quote;
    width: 27px;
    height: 27px;
    position: absolute;
    top: -2px;
    left: -8px;
    background: url(/minus-icon.svg) no-repeat center;
    background-color: #F3835A;
    border-radius: 50%;
    background-size: 11px 11px;
}
@media (max-width: 900px) {
    .pm__container {
        grid-template-columns: repeat(1, 1fr);
    }
    .pm__item {
        gap: 8px;
    }
    .pm__container ul li {
      font-size: 16px;
    }
  }


