
body {
	background:#000
	}
.offer {
  background: url(../img/backgrounds/lsbuksq_bg_v1.jpg) no-repeat #000;
  background-size: cover;
  background-position: center;
  padding: 3em 0 1em;
  position:relative;
}
.offer:after {
    content: '';
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,0.55) 50%,rgba(0,0,0,0.8) 90%);
    position: absolute;
    height: 4%;
    bottom: 0;
    left: 0;
    width: 100%;
}
.offer .logo {
  max-width: 350px;
  display: block;
  padding: 0 0 3em;
  margin: 0 auto;
}

.offer .logo img,
.hero__img img {
  width: 100%;
}

.offer__label {
  font-family: 'Gilroy-Bold';
  background-color: #04f39e;
  color: #0b0b0b;
  padding: 0.1em 0.5em 0.06em;
  font-size: 3em;
  display: inline-block;
  margin: 1em 0 0.5em;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
}

section.\33 --cards h1 {
    margin-top: 1rem;
}
.offer__title {
  color: #fff;
  font-size: 7em;
  text-transform: uppercase;
  font-family: 'Gilroy-ExtraBold';
  line-height: 1;
  margin: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}

.offer__title span {
  color: #ff8a00;
  display: block;
}

.offer__title sup {
  vertical-align: top;
  font-size: 0.4em;
  position: relative;
  top: 0.3em;
}


.welcome__offer.container {
  display: flex;
  flex-wrap: nowrap;
  align-content: space-around;
  justify-content: space-around;
  align-items: center;
  flex-direction: column;
}

.enter-view {
  display: block !important;
}
.smallscreen {
  display: none;
}

@media (max-width: 768px) {
  .offer {
    font-size: 6px;
  }

   img.badge {
    width: 200px !important;
    max-width: 140px !important;
    /* height: auto; */
    display: block !important;
    max-height: inherit !important;
  }
}

@media (max-width: 768px) and (min-width: 320px) {
  .offer {
    font-size: calc(6px + 4 * (100vw - 320px) / 448);
  }
  .tagline > div {
    display: block;
  }
  .tagline {
    line-height: 1;
  }
}

@media (max-width: 768px) and (min-width: 768px) {
  .offer {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .offer .logo {
    margin: 0 auto;
    max-width: 220px;
    margin-bottom: 2em;
  }
  .offer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

}

.offer__keyTerms {
  margin-top: 3em;
  padding: 1.5em 0;
  background: #000;
  color: #fff;
  opacity: 0.8;
}

.offer__keyTerms .keyTerms__text {
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 1.4em;
  line-height: 1.5;
}

.offer__keyTerms .keyTerms__text a {
  color: inherit;
}

.offer__keyTerms .keyTerms__text img {
  width: 20px;
  margin-left: 4px;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .offer__keyTerms {
    font-size: 7px;
  }
}

@media (max-width: 768px) and (min-width: 320px) {
  .offer__keyTerms {
    font-size: calc(7px + 2 * (100vw - 320px) / 448);
  }
}

@media (max-width: 768px) and (min-width: 768px) {
  .offer__keyTerms {
    font-size: 9px;
  }
}

@media (max-width: 768px) {
  .mobile-button {
    background: #000;
    text-align: center;
    display: none !important;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
    padding: 2em 0;
    background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(55%, rgba(0, 0, 0, 0.85)),
      to(rgba(0, 0, 0, 0.85))
    );
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 55%, rgba(0, 0, 0, 0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 6px;
  }
}

@media (max-width: 768px) and (min-width: 320px) {
  .mobile-button {
    font-size: calc(6px + 4 * (100vw - 320px) / 448);
  }
}

@media (max-width: 768px) and (min-width: 768px) {
  .mobile-button {
    font-size: 10px;
  }
}

@media (max-width: 768px) {
  .mobile-button.enter-view {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
}


@media (max-width: 767px) {

  .smallscreen {
    display: block;
    margin-top: -7em;
  }
  .widescreen,
  .desktop-button {
    display: none;
  }
}




.bottom__logos {
  background: #000;
  padding: 3em 0;
}

.regulatory__logos {
  margin-bottom: 3em;
}

.regulatory__logos,
.payment__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.regulatory__logos img,
.payment__logos img {
  margin: 0 3em;
}

@media (max-width: 767px) {
  .regulatory__logos,
  .payment__logos {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .regulatory__logos img,
  .payment__logos img {
    height: auto;
    width: 100%;
    max-width: 70px;
    max-height: 30px;
    display: block;
    margin: 1em auto;
  }
}

.bottom__links {
  background: #000;
  padding: 3em 0;
}

.bottom__links .links__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
}

.bottom__links .links__wrapper a {
  color: #ffffff;
  font-size: 1.6em;
  padding: 1.5em 0.5em;
  font-family: "DINPro";
}

@media (max-width: 767px) {
  .bottom__links .links__wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

.terms {
  padding: 3em 0 12em;
  background: #000;
  color: #ffffff;
  font-family: "DINPro";
}

.terms p {
  font-size: 1.2em;
  line-height: 1.4;
  text-align: center;
  margin-top: 1em;
}

.terms .terms__wrapper {
  margin-top: 6em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
  font-weight: normal;
  margin: 0;
}

p {
  margin: 0;
}

body {
  margin: 0;
  font-size: 10px;
  font-family: "Vanguard-Regular";
}




.container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.container--wider {
  max-width: 1140px;
}

.mobile-button {
  background: #000;
  text-align: center;
  display: block !important;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  padding: 2em 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(55%, rgba(0, 0, 0, 0.85)),
    to(rgba(0, 0, 0, 0.85))
  );
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 55%, rgba(0, 0, 0, 0.85) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000',GradientType=0 );
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 6px;
}
.mobile-button.enter-view {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

/*------------------*/
.h1 {
  color: #fff;
  text-align: center;
  font-family: "Gilroy-ExtraBold";
  font-size: 64px;
}
.card_container {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  padding-top: 2rem;
}
.card {
  border: 1px solid #fff;
  border-radius: 6px;
  width: 250px;
}
.card_img {
  position: relative;
  display: flex;
  align-content: space-around;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card_img img {
  width: 100%;
  height: 110px;
}
.card_img h2 {
  position: absolute;
  color: #fff;
  top: 50%;
  left: 5%;
  font-size: 1.4rem;
  transform: translateY(-50%);
  font-family: "Gilroy-Bold";
}
.card p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.1;
  padding: 10px 10px 15px;
  font-family: "Gilroy-Int";
  margin-top: 1rem;
}

.standart_button {
  background: #ff8a00;
  display: block;
  width: fit-content;
  margin: 0 auto;
  font-size: 2rem;
  color: #000;
  text-decoration: none;
  padding: 8px 16px;
  margin-top: 2.5rem;
  border-radius: 8px;
  font-family: "Gilroy-Bold";
}

.h2 {
  color: #fff;
  text-align: center;
  font-family: "Gilroy-ExtraBold";
  font-size: 36px;
  margin-top: 3rem;
}

.squad_data {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
  padding-top: 2rem;
  color: #fff;
}
.squad_img img {
  width: 100%;
  padding-top: 35px;
}
.squad_img {
  position: relative;
  background: #fff;
  overflow: hidden;
  height: 140px;
  border: 2px solid #ff8a00;
  border-radius: 5px;
  margin-bottom: 8px;
}
.squad_card {
  width: 130px;
  text-align: center;
}
.squad_card p {
  font-size: 14px;
  font-family: "Gilroy-Bold";
}
.squad_img p {
  position: absolute;
  color: #000;
  top: 8px;
  width: 100%;
  text-align: center;
  font-family: "Gilroy-Bold";
  font-size: 1rem;
}
.vs {
  color: #ff8a00;
}
.h3 {
  color: #fff;
  font-size: 4em;
  text-transform: uppercase;
  font-family: 'Gilroy-ExtraBold';
  margin: 0;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  margin-top: 2rem;
}
@media (min-width: 375px) {
  .squad_card {
    width: 160px;
  }
  .squad_img {
    height: 195px;
  }
}
@media (max-width: 740px) {
  .h1 {
    font-size: 12vw;
    line-height: 1;
    margin: 0;
    padding: 0;
  }
}

@media (min-width: 1140px) {
  .hero__img {
    display: flex;
  }
  .offer .logo img,
  .hero__img img {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .card {
    width: 285px;
    min-height: 260px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .squad_card {
    width: 215px;
  }
  .squad_img {
    height: 250px;
  }
}
@media (max-width: 768px) {
 .card {

       width: 30%;
}

.squad_card {
    width: 18%;
}
}
@media (max-width: 480px) {
	
	.h2 { 
	font-size: 40px;
	}
	.offer__title { 
	font-size: 15vw;
	}
	.squad_data {
		padding-top: 1rem;
		}
	.card {
    width: 100%;
}
.squad_card {
    width: 45%;
}
}