@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Outfit", sans-serif;
}

*::before,
*::after {
  box-sizing: border-box;
  outline: 0;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  /* font-family: "Poppins"; */
  font-family: "Inter", sans-serif;
}

@media (min-width: 1024px) {
  .bg-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

.disclaimer {
  position: relative;
  width: 100%;
  height: 100%;
  background: black;
  color:white;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 10px 0;
  text-align: center;
  font-weight: normal;
}

.disclaimer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px; /* Border thickness */
  background: linear-gradient(
      to right,
      transparent 0%,
      #FFD700 20%, /* Gold fade-in */
      #FFEC8B 50%, /* Bright center (shiny highlight) */
      #FFD700 80%, /* Gold fade-out */
      transparent 100%
  );
  box-shadow: 
      0 0 10px rgba(255, 215, 0, 0.7), /* Glow effect */
      0 0 20px rgba(255, 215, 0, 0.3);
}
.banner_container {
  background: transparent;
  padding-top: 60px;
  /* margin-bottom: 21px; */
  box-shadow: unset;
  border-radius: 20px;
  font-family: inherit;
  color: white;
  position: relative;
  text-transform: uppercase;
  /*margin-left: 25px;*/
  /*margin-right: 25px;*/
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.banner_txt {
  position: relative;
  z-index: 3;
  text-align: center;
  width: 50%;
  padding: 15px;
}
.banner-logo{
  width: 50%;
  display: flex;
  align-items: flex-end;
  position: relative;
}
.banner-logo img{
  width: 100%;
  position: absolute;
  bottom: -50px;
}

h1, h2{
text-shadow: 2px 5px 10px black;
}

.banner p {
  text-shadow: 2px 5px 10px black;
}

.brands-label span{
  color: #000;
}

.bonus-light-item span {
  color: #8f8f8f;
  font-size: 11px;
}

.topitem-items span {
  font-size: 32px;
  font-weight: 700;
  font-style:normal;
}

.cons-title h2, .pros-title h2{
  color: #fff!important;
}

.banner_txt h1,
.banner_txt h2,
.banner_txt h3,
.banner_txt h4 {
  font-family: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}
.banner_txt span{
  color: #51CDBE;
}
.banner_txt p {
  font-size: 14px;
  font-weight: 200;
  line-height: 1.4rem;
  font-family: "Inter", sans-serif;
  text-align: left;
}

.banner-items {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 1rem;
}

.banner-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.4rem;
}

.banner-item-title {
    font-size: 0.7rem;
    text-transform: none;
    font-weight: 500;
}

.items-description svg {
  display: none;
}

.brand-header {
  width: 100%;
  display: flex;
  /* background: rgb(5,5,5);
  background: linear-gradient(200deg, rgba(5,5,5,1) 0%, rgba(72,71,69,1) 100%); */
  background: #1D9688;
  backdrop-filter: blur(8px); /* Blur effect */
  -webkit-backdrop-filter: blur(8px); /* Safari support */
  border-radius: 20px;
  color:white;
  -webkit-box-shadow: 2px 3px 10px 3px rgba(29,150,136,0.5);
  -moz-box-shadow: 2px 3px 10px 3px rgba(29,150,136,0.5);
  box-shadow: 2px 3px 10px 3px rgba(29,150,136,0.5);
}

.brand-header__inner {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15.5px 40px;

  font-size: 16px;
  font-weight: 700;
  line-height: 19.5px;
  text-align: center;
}

/* .banner_container {
  margin-bottom: 44px;
} */
.banner_container::before {
  content: none;
}
/* .banner_txt {
  width: 100%;
} */
.banner_txt h1,
.banner_txt h2,
.banner_txt h3,
.banner_txt h4 {
  font-size: 32px;
  line-height: 34px;
  margin-bottom: 6px;
}
.banner_txt p {
  font-size: 14px;
  line-height: 1.4rem;
  font-family: "Inter", sans-serif;
}


@media (min-width: 1024px) {
  .banner_container {
    padding-top: 30px;
    width: 100%;
    /* margin-bottom: 44px; */
    margin-left: 0;
    margin-right: 0;
  }
  .banner_txt h1,
  .banner_txt h2,
  .banner_txt h3,
  .banner_txt h4 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 15px;
  }
  .banner_txt h1{
    white-space: nowrap;
    text-align: left;
  }
  .banner_txt p {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    line-height: 1.4rem;
    font-weight: 300;
    text-align: left;
    text-transform: none;
    margin-top: 1rem;
  }
}

.banner-icons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 30px;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 10px;
}

.banner-icons .icon-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.topitem-items .mobile-stars{
  display: none;
}

.text {
  font-weight: normal !important;
  color: gold !important;
  font-size: 10pt !important;
}


.banner-icons .icon-flex .icon img {
  width: 18px;
  height: 18px;
}

.banner-icons .icon-flex .icon svg {
  width: 18px;
  height: 18px;
}

@media (min-width: 768px) {
  .banner-icons {
    display: flex;
    width: 100%;
  }

  /* .white-top-separator {
    display: none;
  } */

  .banner-icons .icon-flex .icon svg {
    width: 24px;
    height: 24px;
  }
  .banner-icons .icon-flex .text {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
    color:white;
  }
}

.brand {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  gap: 0.5rem;
  /*margin-bottom: 24px;*/
}
/* 
.brand-header {
  display: none;
} */

.brand.wrapper {
  padding: 0 15px;
}
.brand .welcome-policy {
  font-family: Poppins;
  font-size: 8px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  width: 100%;
  padding: 0 5px;
  margin-top: -20px;
  color: #bfbfbf;
}
.brand .welcome-policy a {
  color: inherit;
}
.brand .welcome-policy a:hover {
  text-decoration: underline;
}

.brands-wrapper {
  position: relative;
  margin-bottom: 7px;
  /* background: rgb(5,5,5);
  background: linear-gradient(21deg, rgba(5,5,5,1) 0%, rgba(72,71,69,1) 100%); */
  background: #fff;
  backdrop-filter: blur(8px); /* Blur effect */
  -webkit-backdrop-filter: blur(8px); /* Safari support */
  border-radius: 20px;
  padding: 5px;
  -webkit-box-shadow: 0px 0px 20px 10px rgba(29,150,136,0.5);
  -moz-box-shadow: 0px 0px 20px 10px rgba(29,150,136,0.5);
  box-shadow: 0px 0px 20px 10px rgba(29,150,136,0.5);
}
footer {
  background-color: rgba(0, 0, 0, 0.6);
}
.footer_text{
  color: #fff;
  padding: 5rem 0 3rem 0;
}
.footer_icons {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-bottom: 2rem;
}
section.block-text {
    margin-top: 3rem;
}
section.block-text p {
    font-size: 16px;
    font-family: Inter, sans-serif;
    font-weight: 500;
    line-height: 24px;
    margin: 16px 0;
    color: #fff;
    font-style: normal;
}
.block-text h2 {
    font-size: 1.95em;
    text-shadow: none;
    line-height: 1.4;
    font-weight: 700;
    font-family: Inter, sans-serif;
    color: #fff;
}
.footer_icons a {
  width: 14%;
}
.footer_icons a:nth-child(2),.footer_icons a:nth-child(3)  {
  width: 10%;
}
.footer_icons a:nth-child(5){
  width: 10%;
}
.footer_icons a:nth-child(6),.footer_icons a:nth-child(7)  {
  width: 14%;
}
.footer_icons img {
  width: 70%;
}
.bonus-light {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  border: 1px solid #8F8F8F;
  border-radius: 20px;
  /*padding: 20px;*/
  justify-content: space-evenly;
}
.bonus-light-item {
  width: 60%;
  padding: 1rem 0 0 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2rem;
}

.bonus-light-btn {
    width: 40%;
    display: flex;
    justify-content: center;
    padding: 3rem 4rem 0 0;
}

.brands-promo .icon {
    width: 25px;
    height: 20px;
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.bonus-light-payments .icon{
  width: 30px;
  height: 20px;
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.bonus-light-btn a {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}

.bonus-light-btn .brands-btn{
  /*width: 100%;*/
  min-width: 150px;
}

.bonus-light-benefit{
  width: 60%;
  padding: 0.4rem 4rem 1rem 4rem;
}

.bonus-light-benefit span{
    color: #8F8F8F;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    font-style: normal;
    display: block;
}

.bonus-light-payments{
  width: 40%;
  padding: 0.4rem 4rem 1rem 0;
}

.bonus-get-bonus a{
  text-transform: uppercase;
  /*font-size: 1.4rem;*/
  /*font-weight: 600;*/
}
.bonus-get-bonus .brands-btn{
  width: 100%
}
.bonus-light .brands-btn a{
  padding: 1rem 4rem;
}
.bonus-light-item p{
  color: #383838;
}
.bonus-get-bonus {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.bonus-get-bonus span{
  display: none;
}

.item-desc{
  width: 60%;
  text-align: left;
}

.brands-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;

  border: transparent;
  border-radius: 0 0 8px 8px;
  box-shadow: none;
  justify-content: space-between;
  background: transparent;
}
.brands-label {
  display: block;
  position: absolute;
  z-index: 9;
  top: -8px;
  left: -25px;
  padding: 3px 12px 3px 14px;
  border-radius: 10px;
  color: #ffffff;
  font-size: 13px;
  line-height: 17px;
  font-weight: 700;
}

.small-description{
  width: 100%;
  color: #8F8F8F;
  font-size: 10px;
  text-align: center;
}

.item-desc {
    line-height: 1;
}

.brands-cover {
  width: 30%;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-around;
  max-width: 100%;
  /* flex: 1 1 40%; */
  padding: 0 5px;
  border-bottom-left-radius: 16px;
}

.benefit-description {
  padding: 30px 0;
}

.benefit-banner{
  width: 60%;
  border-radius: 10px;
}

.brands-cover:hover .brands-logo {
  transform: scale(1.07);
  transition: 0.3s ease-in-out;
}

.brands-score.desktop {
  display: none;
}
.brands-promo {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  gap: 2px;
  /* flex: 1 1 42%; */
  padding: 5px;
}
.brands-promo .welcome-title {
  text-align: center;
}

.brands-promo .welcome-title h1,
.brands-promo .welcome-title h2{
  font-family: Poppins;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.63px;
  text-align: center;
  text-transform: uppercase;
}

.brands-cover a {
  width: 100%;
}

.welcome-container.desktop {
  max-width: 25%;
  width: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}

.brands-number {
  display: none;
}

.welcome-container > * {
  font-weight: 700;
  line-height: 20px;
}

.welcome-title > h3 {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 6px;
  color: #c5fcef;
  text-shadow: #fff 1px 0 1px;
}

.welcome-title p {
  margin-top: 6px;
  color: #000;
  font-size: 20px;
}

.banner-item-logo img {
    width: 1.5rem;
    height: 1.5rem;
}

.brands-logo {
  width: 100%;
  max-width: 100%;
  height: 90px;
  overflow: hidden;
  position: relative;
  font-size: 0;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-top: 10px;
}
.brands-score.mobile {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.benefit-topitem {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  padding-bottom: 2rem;
}
.benefit-bonus {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border: 2px solid #8f8f8f;
  border-radius: 20px;
  padding: 10px;
  justify-content: space-between;
}
.bonus-items:first-child{
  width: 100%;
  background-color: #1D3641;
  border-radius: 20px;
  padding: 20px 30px;
  color: #fff;
}
.bonus-items h4{
  text-align: left;
  color: #61CFC2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  padding-bottom: 8px;
}
.bonus-items{
  /*width: 25%;*/
  width: 33%;
  padding-top: 15px;
}

.benefit-bonus .brands-btn a{
  font-size: 19px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 1rem;
}
.items-description{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
.items-description p{
  font-size: 26px;
  font-weight: 700;
}
.comparison-container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: stretch;
  /* gap: 10px; */
  padding: 20px 0;
}
.pros-section{
  width: 48%;
  background-color: #BAF4D8;
  color: #000;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  min-height: 270px;
}
.cons-section{
  width: 48%;
  background-color: #FFABAB;
  color: #000;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  padding: 10px;
  min-height: 270px;
}
.pros-title{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  background-color: #51D29C;
  border-radius: 5px;
}
.cons-title{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  background-color: #E82B2B;
  border-radius: 5px;
}
.pros-title h2{
  color: #fff;
  padding: 5px!important;
  text-shadow: none;
}
.welcome-container.mobile {
  display: none;
}
.cons-title h2{
  color: #fff;
  padding: 5px!important;
  text-shadow: none;
}
.pros-title img{
  width: 30px;
  height: 30px;
}
.cons-title img{
  width: 30px;
  height: 30px;
}
.pros-list, .cons-list{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 25px 30px;
  padding-left: 1.5em;
  list-style-position: outside;
}
.pros-list li{
  margin-bottom: 10px;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
}
.cons-list li{
  margin-bottom: 10px;
  text-align: left;
  font-weight: 300;
  text-indent: 0;
  margin-left: 0;
  padding-left: 0;
}
.bonus {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  /* gap: 15px; */
}
.bonus-logo{
  width: 20%;
  width: 40px;
  height: 40px;
}
.bonus-logo img{
  width: 100%;
}
.bonus-name{
  width: 70%;
  text-align: left;
  font-weight: 600;
  font-size: 18px;
}
.brands-votes .txt-raiting {
  font-family: inherit;
  color: #ffffff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 500;
}
.brands-votes .score-block {
  text-align: center;
}
.brands-votes .score-point {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  color: #000;
}
.brands-votes .stars {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 11px;
}
.brands-votes .stars .star-5::before {
  content: "★★★★★";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  letter-spacing: 2px;
  color: #F69200;
}
.brands-votes .stars .star-4::before {
  content: "★★★★☆";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  letter-spacing: 2px;
  color: #F69200;
}
.brands-votes .stars .star-3::before {
  content: "★★★☆☆";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  letter-spacing: 2px;
  color: #F69200;
}
.brands-votes .stars .star-2::before {
  content: "★★☆☆☆";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  letter-spacing: 2px;
  color: #F69200;
}
.brands-votes .stars .star-1::before {
  content: "★☆☆☆☆";
  top: -25px;
  left: 0;
  width: 12px;
  height: 13px;
  letter-spacing: 2px;
  color: #F69200;
}

.brands-btn {
  /*width: 130px;*/
  display: flex;
  align-items: center;
  font-family: inherit;
  font-size: 12px;
  line-height: 14px;
  color: black;
  border: 2px solid transparent;
  border-radius: 1200px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.5s ease;
  background-color: #1EA393;
  overflow: hidden;
  position: relative;
  -webkit-box-shadow: 2px 3px 10px 3px rgba(29,150,136,0.5);
  -moz-box-shadow: 2px 3px 10px 3px rgba(29,150,136,0.5);
  box-shadow: 2px 3px 10px 3px rgba(29,150,136,0.5);
}
.brands-btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 2rem;
  text-transform: uppercase;
  font-weight: 500;
  width: 100%;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  color:#fff;
  text-decoration: none;
}

.brands-logo img {
  width: 100%;
  height: inherit;
  object-fit: contain;
}

.brands-btn:hover {
  transform: scale(1.05);
}

.payments-block {
  display: flex;
  gap: 5px;
}

.img-block {
  width: 20px;
}

.min-deposit {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color:#000;
}

.brands-wrapper:hover .brands-btn:before {
  left: 0;
}

.brands-wrapper:hover .brands-btn:after {
  left: calc(100% - 35px);
}

.content-container {
  padding: 15px 15px;
  font-family: "Josefin Sans", sans-serif;
  color: #ffffff;
  font-size: 12px;
  line-height: 15px;
  font-weight: 500;
}
.content-container h2 {
  font-size: 16px;
  line-height: 19px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 20px;
  position: relative;
  letter-spacing: 0.5px;
}
.content-container h2::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #ff793e;
  bottom: -7px;
  left: 2px;
}
.content-container h3,
.content-container h4,
.content-container h5 {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
}
.content-container p {
  font-size: 12px;
  line-height: 17px;
  font-weight: 500;
  margin-bottom: 7px;
}

.separation-line {
  width: 100%;
  border: 1px solid #f78f0e;
  box-shadow: 0px 4px 22px 0px #5549d3c4;
}

@media (min-width: 414px) {
  .break::before {
    white-space: normal;
  }
  .brand.wrapper {
    padding: 0 15px;
  }
  /*.bg-container{*/
  /*  padding: 0 15px;*/
  /*}*/
}
@media (min-width: 600px) {
  .brands-container {
    gap: 0;
  }

  .brands-cover {
    justify-content: center;
    max-width: 25%;
    flex: unset;
    padding: 20px 5px;
  }

  .brands-logo {
    margin-top: 0;
  }

  .brands-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .brands-container {
    justify-content: space-around;
  }

  .brands-score.desktop {
    max-width: 25%;
  }

  .brands-votes .score-point {
    font-size: 32px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
  }

  .brands-promo {
    max-width: 35%;
    flex: unset;
    padding-right: 10px;
  }

  .brands-score.mobile {
    display: none;
  }

  .brands-score.desktop {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 6px;
  }

  /* .welcome-container.desktop > * {
    max-width: 204px;
  } */

  /* .welcome-container.mobile {
    display: none;
  } */
  .min-deposit.mobile {
    display: none;
  }

  .min-deposit.desktop {
    /* margin-top: 10px; */
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    color:#000;
  }

  .brands-btn {
    /* width: 150px; */
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    /*margin-top: 10px;*/
  }

  .img-block {
    width: 28px;
  }
}
@media (min-width: 768px) {
  .brands-cover {
    justify-content: center;
    max-width: 25%;
    flex: unset;
    padding: 20px 30px;
  }

  .icon-png {
    width: 20px;
    height: 24px;
  }

  .brands-promo {
    max-width: 20%;
    flex: unset;
    padding-right: 40px;
  }

  .wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .header-main {
    padding-left: 25px;
  }
  .header-logo img {
    max-width: 100px;
  }
  .sub-header_container {
    margin-bottom: 44px;
  }
  .sub-header_container::before {
    content: none;
  }
  .sub-header_txt {
    width: 100%;
  }
  .sub-header_txt h1,
  .sub-header_txt h2,
  .sub-header_txt h3,
  .sub-header_txt h4 {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 6px;
  }
  .sub-header_txt p {
    font-size: 22px;
    line-height: 30px;
    font-family: "Poppins", sans-serif;
  }
  .flag {
    display: flex;
    gap: 6px;
  }
  .flag > img {
    width: 36px;
  }
  .flag p {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
  }
  .secure-icons {
    display: flex;
    width: 100%;
  }

  .secure-icons .icon-flex .icon svg {
    width: 24px;
    height: 24px;
  }
  .secure-icons .icon-flex .text {
    font-family: Poppins;
    font-size: 16px;
    font-weight: 700;
    line-height: 18.75px;
  }



  .header-item.top {
    max-width: 30%;
  }

  .header-item.rating {
    max-width: 20%;
    margin-left: 20px;
  }

  .header-item.welcome {
    max-width: 25%;
  }

  .header-item.play {
    max-width: 30%;
    margin-right: 30px;
  }

  .brands-label {
    display: block;
    top: -8px;
    padding: 3px 12px 4px 14px;
    font-size: 13px;
    width: 200px;
  }

  .brands-label span{
    font-size: 12px;
    position: absolute;
    top: 8px;
  }

  .brands-promo .welcome-title h1,
  .brands-promo .welcome-title h2,
  .brands-promo .welcome-title h3{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
  }

  .features-container {
    flex-direction: row;
    align-items: flex-start;
    gap: 40px;
  }

  .features h2 {
    font-family: Poppins;
    font-size: 24px;
    font-weight: 600;
    line-height: 29.76px;
    text-align: center;
  }

  .features-item p {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.75px;
    text-align: center;
  }

  .features .content {
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.75px;
    text-align: center;
  }
}


.features {
  text-align: center;
  margin-top: 0;
  
  h2{
    color: #000;
    text-align: center;
    padding: 30px 0;
  }
}

.features h2 {
  font-family: Poppins;
  font-size: 21px;
  font-weight: 600;
  line-height: 26.04px;
  text-align: center;
}

.features-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.features-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 30px;
  color: white;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-radius: 20px;
  padding: 40px;
  border: 2px solid #FFD700;
}

.benefits {
  gap: 30px;
  color: #000;
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-top: 60px;
}

@media (min-width: 900px) {
  .header-item.top {
    max-width: 30%;
  }

  .header-item.rating {
    max-width: 20%;
    margin-left: 0;
  }

  .header-item.welcome {
    max-width: 25%;
  }

  .header-item.play {
    max-width: 30%;
    margin-right: 0;
  }

  .brands-cover {
    width: unset;
    flex-direction: row;
    gap: 50px;
  }
  .brands-logo {
    width: 180px;
    max-width: 100%;
  }
  .brands-label {
    right: unset;
    left: -24px;
  }
  .break::before {
    white-space: normal;
  }

  .header-item.rating {
    margin-left: -10px;
  }

  .brand-header__inner {
    padding: 15.5px 90px;
  }
}

@media (max-width: 600px) {
  .brands-wrapper {
    position: relative;
    margin-bottom: 7px;
    /* background: rgb(72,71,69);
background: radial-gradient(circle, rgba(72,71,69,1) 0%, rgba(5,5,5,1) 76%); */
background: #fff;
backdrop-filter: blur(8px); /* Blur effect */
-webkit-backdrop-filter: blur(8px); /* Safari support */
    width: 100%;
    margin: auto;
  }
  .brands-container, .mobile-margin{
    padding: 5px 3%;
  }
  .brands-wrapper {
    border-radius: 15px;
  }
}

@media (min-width: 1024px) {
  .bg-container {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
  }
  .wrapper {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .sub-header_container {
    width: 100%;
    margin-bottom: 44px;
    margin-left: 0;
    margin-right: 0;
  }
  .sub-header_txt h1,
  .sub-header_txt h2,
  .sub-header_txt h3,
  .sub-header_txt h4 {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 15px;
  }
  .sub-header_txt p {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
  }

  .header-main {
    background: transparent;
    box-shadow: none;
    padding-left: 0;
  }
  .header-logo img {
    max-width: 105px;
  }

  .header-item.rating {
    margin-left: 0px;
  }

  .brands-number {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 29.26px;
    text-align: center;
    color: #1273eb;
    position: absolute;
    top: 45%;
    transform: translate(-45%);
    left: -20px;
  }

  .brand .welcome-policy {
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
    line-height: 14px;
  }
  .brands-wrapper::before {
    /*background: #4860F6;*/
  }

  .brands-score {
    display: flex;
    flex-direction: column-reverse;
  }
  .brands-logo {
    max-width: 191px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .brands-promo .welcome-title h1,
  .brands-promo .welcome-title h2,
  .brands-promo .welcome-title h3{
    font-size: 12px;
    line-height: 20px;
    font-weight: 800;
    text-transform: capitalize;
    text-align: center;
  }
  .brands-votes .txt-raiting {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }

  .brands-votes .stars {
    font-size: 19px;
  }
  .brands-votes .stars .star-5::before {
    top: -35px;
    left: -7px;
    width: 18px;
    height: 18px;
  }
  .brands-votes .stars .star-4::before {
    top: -35px;
    left: -7px;
    width: 18px;
    height: 18px;
  }
  .brands-votes .stars .star-3::before {
    top: -35px;
    left: -7px;
    width: 18px;
    height: 18px;
  }
  .brands-votes .stars .star-2::before {
    top: -35px;
    left: -7px;
    width: 18px;
    height: 18px;
  }
  .brands-votes .stars .star-1::before {
    top: -35px;
    left: -7px;
    width: 18px;
    height: 18px;
  }

  /* .brands-btn a {
    padding: 12px 27px;
  } */
  .content-container {
    padding: 35px 0;
  }
  .content-container h2 {
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 25px;
  }
  .content-container h3,
  .content-container h4,
  .content-container h5 {
    font-size: 18px;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: 15px;
    letter-spacing: 0.5px;
  }
  .content-container p {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    margin-bottom: 10px;
  }
}
.topitem-items:first-child{
  font-size: 30px;
  color: #000;
  font-weight: 800;
}
.faq h1 {
  color: white;
  text-align: left;
  padding: 30px 0 0 0;
  margin: 0;
  font-size: 40px;
  text-shadow: none;
}

.summary {
  padding: 0 10px 0 0;
  font-size: 20px;
  font-weight: 500;
}

/* summary{
  list-style: none;
  color: #fff;
}

details{
  color: #fff;
  width: 100%;
}

summary::-webkit-details-marker {
  display: none; 
}

summary::after {
  content: "↓";
  transition: transform 0.2s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: .75rem;
}

details[open] summary::after {
  transform: rotate(90deg);
} */

details{
  border-top: 0.2px solid #fff;
}

details div {
	padding: 1.5em;
  color:white;
  font-size: 14px;
  font-weight: 200;
}

details div > * + * {
	margin-top: 1.5em;
}

details + details {
	margin-top: .5rem;
}

summary {
	list-style: none;
}

summary::-webkit-details-marker {
	display: none;
}

summary {
  list-style: none;
  padding: 2em 1.5em;
  cursor: pointer;
  position: relative;
  color: white;
  font-size: 20px;
}

details:first-of-type{
  border-top: none;
}

summary:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
  content: "";
  width: 1.75rem;
  height: 1.75rem;
  background-color: #51CDBE;
  color: black;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 500px;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-image: url('../images/arrow_down.png');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s;
}

details summary::after {
  content: "";
  position: absolute;
  right: 10px; /* Adjust positioning as needed */
  top: 50%;
  transform: translateY(-50%) rotate(0deg); /* Initial state (down arrow) */
  width: 26px;
  height: 26px;
  background-image: url('../images/arrow_down.png');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

details[open] summary::after {
  transform: translateY(-50%) rotate(180deg); /* Flips to up arrow */
}

.white-separator {
  width: 100%;
  height: 2px;
  margin: 60px 0 30px 0;
  background: #fff;
}

.white-top-separator {
  width: 100%;
  height: 1px;
  margin: 10px 0 10px 0;
  background: #fff;
}

.dark-separator{
  width: 100%;
  height: 0.4px;
  background: #000;
  margin-top: 30px;
  margin-bottom: 20px;
}


.main-footer {
  width: 100%;
  font-size: 10px;
  line-height: 12px;
  width: 100%;
  background: rgb(5,5,5);
  background: linear-gradient(200deg, rgba(5,5,5,1) 0%, rgba(72,71,69,1) 100%);
  font-family: inherit;
  padding-top: 50px;
  color:white;
}

.contact-container {
  padding: 0 15px 20px;
  text-align: center;
}

.contact-container h2 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin: 25px 0;
}

.contact-container h3 {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  text-align: center;
  margin-bottom: 20px;
}

.contact-container p {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  margin-bottom: 20px;
}

.contact-container p a {
  text-decoration: underline;
}

.security-icons {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 0;
}

.icons-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

@media (min-width: 1024px) {
  .contact-container h2 {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    /* margin-bottom: 40px; */
  }

  .white-top-separator {
    display: none;
  }

  .contact-container h3 {
    font-size: 12px;
    font-weight: 500;
    line-height: 15px;
    text-align: center;
    margin-bottom: 40px;
  }

  .contact-container p {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    margin-bottom: 40px;
  }

  .footer-navbar ul {
    flex-direction: row;
    gap: 15px;
  }

  .footer-navbar ul li {
    border-bottom: none;
    width: fit-content;
    margin: 0;
  }

  .footer-navbar ul li a::after {
    content: none;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #4860f6;
    top: 20px;
    left: 0;
  }

  .footer-navbar ul li a:hover {
    color: #4860f6;
  }

  .footer-navbar ul li a:hover::after {
    content: "";
    opacity: 0.7;
  }
}

.payment-icons {
   margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.payment-icons img {
    width: 100%;
    height: 100%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    object-fit: contain;
}

.brands-label {
  font-weight: 600;
  width: 170px;
  height: 50px;
}

@media ( max-width: 1023px) {
  .topitem-items img {
    width: 100%;
  }
  .banner-logo{
    display: none;
  }
  .banner_txt{
    width: 100%;
  }
  .banner-items{
    padding: 1rem 0;
  }
  .bonus-light-item span{
    color: #8F8F8F;
    font-size: 10px;
    font-weight: 200;
    line-height: 12px;
  }
  .bonus-light-item{
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .bonus-get-bonus{
    margin-top: 15px;
  }
  .bonus-get-bonus .brands-btn a{
    padding: 12px;
    font-weight: 600;
    font-size: 1.4rem;
  }
  .bonus-light{
    justify-content: space-evenly;
    align-items: flex-start;
  }
  .pros-section, .cons-section{
    width: 48%;
  }
  .comparison-container{
    padding: 20px 0;
  }
  .benefit-banner{
    width: 90%;
    border-radius: 10px;
  }
  .benefit-bonus{
    border: 1px solid #8f8f8f;
  }
  .bonus-items h4{
    font-size: 14px;
    font-weight: 700;
  }
  .items-description p{
    font-size: 25px;
    font-weight: normal;
  }
  .items-description .brands-btn{
    font-size: 12px;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    height: 100%;
    width: 26%;
  }
  .items-description .brands-btn a{
    padding: 10px 5px;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 400;
    gap: 0.25rem;
  }
  .items-description .brands-btn p{
    padding: 0;
  }
  .bonus{
    justify-content: flex-end;
  }
  .bonus-logo{
    width: 35px;
    height: 35px;
  }
  .benefit-topitem{
    align-items: flex-start;
  }
  .bonus-items:first-child {
    padding: 0.75em 38px;
  }
  .topitem-items:first-child {
    font-size: 3rem;
    color: #000;
    font-weight: 600;
    align-self: flex-start;
  }
  .topitem-items .mobile-stars{
    display: block;
    font-style: normal;
  }
  .topitem-items .mobile-stars {
    display: none;
  }
  .topitem-items:nth-child(2){
    width: 40%;
  }
  .banner_txt p {
    font-size: 12px;
    line-height: 1.2rem;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    text-transform: none;
  }
  .topitem-items:nth-child(3), .topitem-items:nth-child(4){
    padding-top: 10px;
  }
  .benefit-topitem .brands-votes .stars{
    font-size: 1.5rem;
  }
  .pros-title h2, .cons-title h2{
    color: #fff;
  }
  /* .topitem-items:nth-child(3){
    display: none;
  } */
  .welcome-container.desktop{
    display: none;
  }
  .brands-cover{
    /*border-right: 1px solid #000;*/
  }
  .welcome-container.mobile{
    display: flex;
  }
  .brands-score.desktop {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 20%;
  }
  .white-separator{
    display: none;
  }
  .brands-score.mobile {
    display: none;
  }
  .welcome-title p{
    font-size: 17px;
    font-weight: 600;
  }
  .brands-promo .brands-btn{
    font-weight: 300;
    background-color: #39AC9E;
  }
  .brands-promo .brands-btn a{
    width: 100%;
    padding: 10px 10px;
    text-transform: uppercase;
    font-size: 1em;
  }
  .banner-item-logo img {
    width: 1.5rem;
    height: 1.5rem;
  }
  .min-deposit.desktop{
    margin-top: 0;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .brands-score .brands-votes .stars{
    font-size: 1rem;
  }
  /* .brands-promo {
    max-width: 30%;
    flex: unset;
    padding-right: 10px;
    justify-content: space-between;
    gap: 4px;
  }
  .brands-votes .score-point{
    font-size: 3rem;
  } */
  .brands-promo{
    width: 40%;
  }
  .payment-icons{
    padding-top: 4px;
  }

  .brands-cover {
      position: relative;
      width: 40%;
      flex: none;
  }

  .brands-cover::after {
      content: '';
      position: absolute;
      top: 20px; /* adjust this for top gap */
      bottom: 20px; /* adjust this for bottom gap */
      right: 0;
      width: 1px;
      background-color: #000;
  }
  .brands-wrapper{
    padding: 5px;
  }
  .brands-label span {
    font-size: 9px;
    top: 10px;
    position: absolute;
    color: #000;
  }
  .brands-label {
    font-weight: 600;
    width: 170px;
    height: 55px;
  }
  .items-description svg {
    display:initial;
  }
  .brand-header{
    display: none;
  }
}


@media (max-width: 480px) {
  .banner_container {
    padding: 5px 0 0 0;
  }

  .items-description svg {
    display: initial;
  }

  .banner-item-logo img {
    width: 1.5rem;
    height: 1.5rem;
  }

  .brands-label {
    width: 190px;
    height: 38px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    top: -12px;
    left: -10px;
  }
  .brands-label span {
    color: #000;
    font-weight: 600;
    font-size: 12px;
  }

  .banner-items{
    padding: 0.4rem 0 0 0
  }

  .banner_txt h1{
    font-size: 26px;
    line-height: 24px;
    margin-bottom: 0;

  }

  .brands-score.mobile {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
    gap: 2px;
  }

  .brands-promo{
    gap: 0;
  }

  .brands-votes .score-point{
    font-size: 40px;
  }

  .brands-score .brands-votes .stars{
    font-size: 0.9rem;
  }

  .brands-promo .brands-btn a[href="#"] > svg {
    display: none;
  }

  .brands-promo .brands-btn a {
    width: 100%;
    padding: 7px 5px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
  }

  .brands-promo .brands-btn a svg{
    display: none
  }

  .brands-score.desktop {
    display: none;
  }

  .banner_container {
    margin: 0;
  }

  .banner-logo{
    display: none;
  }

  .banner_txt{
    width: 100%;
    padding: 0 15px 0 15px;
  }

  .banner_txt h1{
    text-align: left;
  }
  .banner {
    margin: 0 !important;
  }
  .banner_txt p {
    font-size: 0.7rem;
    line-height: 1rem;
    font-weight: 300;
  }

  .brands-cover {
      position: relative;
      width: 50%;
      flex: none;
  }

  .brands-cover::after {
      content: '';
      position: absolute;
      top: 20px; /* adjust this for top gap */
      bottom: 20px; /* adjust this for bottom gap */
      right: 0;
      width: 1px;
      background-color: #000;
  }


  .banner-icons{
    padding: 5px;
  }

  .comparison-container{
    gap: 10px;
  }

  .banner-icons .text{
    font-size: 9pt !important;
  }

  .brands-wrapper {
    padding: 0;
      margin-bottom: 7px;
  }
  .brands-cover a {
    width: 100%;
    /* border-right: 1px solid #000; */
  }
  .brands-cover{
    /*border-right: 1px solid #000;*/
    width: 50%;
    flex: none;
  }
  .brands-promo{
    width: 50%;
    flex: none;
  }
  .welcome-container.desktop{
    display: none;
  }
  .welcome-container.mobile{
    display: flex;
  }
  .mt-auto{
    margin-top: auto;
  }
  .bonus-name {
    /* width: 70%;
    text-align: left;
    font-weight: 600; */
    font-size: 8px;
    font-weight: bold;
  }
  .bonus-items{
    padding-top: 10px;
  }
  .bonus-logo {
    /* width: 20%; */
    width: 22px;
    height: 22px;
  }
  .bonus-light-btn svg {
    display: none;
  }
  .bonus-items h4{
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 8px;
  }
  .items-description{
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
  }
  .item-desc{
    text-align: center;
  }

  .benefit-banner{
    width: 90%;
    border-radius: 10px;
  }

  .pros-section, .cons-section{
    width: 100%;
  }
  .bonus-light{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }
  .bonus-light-btn{
    width: 100%;
    padding: 1rem 1rem 0 1rem;
  }
  .bonus-light-btn .brands-btn a{
    font-size: 1rem;
    font-weight: 500;
  }
  .bonus-light .brands-btn a{
    padding: 1rem
  }
  .bonus-light-item, .bonus-get-bonus{
    width: 100%;
    padding: 5px;
  }
  .bonus-light-benefit {
    order: 3;
    width: 100%;
    padding: 0.4rem 1rem 1rem 1rem;
  }
  .bonus-light-payments {
    order: 2;
    width: 100%;
    padding: 0;
  }

  .banner_txt span {
    font-size: 1.4rem;
  }
  .bonus-light-payments .payment-icons{
    margin-top: 1rem;
  }
  .bonus-light-payments .icon{
    width: 30px;
    height: 20px;
  }
  .bonus-light-payments .payment-icons img {
    width: 30px;
    height: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    object-fit: contain;
  }
  .bonus-light-item span{
    display: none;
  }
  .bonus-get-bonus span{
    display: block;
  }
  .welcome-title p {
    margin-top: 6px;
    color: #000;
    font-size: .9em;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
  }
  .brands-btn a {
    display: inline-block;
    padding: 4px 12px;
    position: relative;
    z-index: 5;
    font-weight: 300;
    white-space: nowrap;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
    /* background-color: #39AC9E; */
    /* border: none; */
  }
  .brands-btn {
    width: auto;
    font-family: inherit;
    font-size: 12px;
    line-height: 14px;
    color: black;
    border: 2px solid transparent;
    border-radius: 1200px;
    text-align: center;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.5s ease;
    background-color: #39AC9E;
    overflow: hidden;
    position: relative;
    /* -webkit-box-shadow: 2px 3px 10px 3px rgba(29, 150, 136, 0.5);
    -moz-box-shadow: 2px 3px 10px 3px rgba(29, 150, 136, 0.5);
    box-shadow: 2px 3px 10px 3px rgba(29, 150, 136, 0.5); */
  }
  .small-description {
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    color: #8F8F8F;
    text-align: center;
    width: 100%;
    padding: 0 10px;
  }
  .brands-logo{
    height: 60px;
    width: 100%;
    background-size: contain;
  }
  .brands-logo img{
    width: 100%;
  }
  .payment-icons {
    margin-top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
 }

.payment-icons img {
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  object-fit: contain;
 }
 .brands-container{
  padding-top: 10px;
 }
 .topitem-items:first-child {
  font-size: 32px;
  color: #000;
  font-weight: 700;
  align-self: center;
  }
  .topitem-items .mobile-stars{
    display: block;
    font-style: normal;
  }
  .topitem-items:nth-child(2){
    width: 55%;
  }
  .topitem-items:nth-child(3){
    display: none;
  }
  .benefit-topitem{
    align-items: flex-end;
    /* margin-bottom: 15px; */
  }
  .topitem-items:last-child{
    font-style: italic;
    font-weight: 400;
    font-size: 22px;
  }
  .mobile-stars .stars{
    font-size: 13px;
  }
  .topitem-items img{
    width: 100%;
    height: inherit;
  }
  .benefit-bonus{
    padding: 12px 0.5rem;
    border: 1px solid #8f8f8f;
  }
  .items-description p{
    font-size: 17px;
  }
  .item-desc{
    width: 70%;
  }
  .items-description .brands-btn{
    background: #44B298; 
    margin-top: 0px;
    max-height: 50px;
    width: 90%;
  }
  .items-description .brands-btn a{
    padding: 8px 14px;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 400;
    font-family: Inter, sans-serif;
    justify-content: center;
    gap: 0.25rem;
  }
  .items-description a{
    font-size: 14px;
    font-weight: 500;
    padding: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
  }
  .items-description .brands-btn svg {
    height: 12px;
  }
  .bonus{
    flex-wrap: nowrap;
    justify-content: center;
  }
  .pros-title h2{
    color: #fff;
  }
  .cons-title h2{
    color: #fff;
  }
  .bonus-get-bonus .brands-btn a{
    font-size: 20px;
    font-weight: 400;
  }
  .bonus-get-bonus .brands-btn{
    width: 100%;
    padding: 12px;
  }
  .bonus-get-bonus {
    gap: 15px;
  }
  .bonus-get-bonus img {
    width: 3rem;
    height: 2rem;
  }
  .bonus-get-bonus span{
    color: #8F8F8F;
    font-size: 0.7rem;
    font-weight: 200;
    line-height: 0.8rem;
  }
  .bonus-get-bonus a{
    text-transform: uppercase
  }
  .bonus-light-item span{
    color: #8F8F8F;
    font-size: 12px;
    font-weight: 200;
    line-height: 1.5rem;
  }
  .benefit-topitem .brands-votes .stars{
    font-size: 1rem;
  }
  .footer_text{
    display: none;
  }
  footer{
    background: none;
  }
  .footer_icons{
    justify-content: space-between;
  }
  .footer_icons a{
    width: 25%;
  }
  .footer_icons a:nth-child(2),.footer_icons a:nth-child(3)  {
    width: 20%;
  }
  .footer_icons a:nth-child(5){
    width: 20%;
  }
  .footer_icons a:nth-child(6),.footer_icons a:nth-child(7)  {
    width: 28%;
  }
  .footer_icons img {
    width: 70%;
  }
  .brands-container {
    min-height: 11rem;
  }
  .brands-cover{
    justify-content: space-between;
    padding: 0 1rem;
  }
  .brands-promo{
  justify-content: space-between}
}