* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  scrollbar-color: #161426 #444;
  scrollbar-width: thin
}

::-webkit-scrollbar-thumb {
  background-color: #161426
}

::-webkit-scrollbar-track {
  background-color: #444
}

::-webkit-scrollbar-button {
  display: none;
  background-color: #161426
}

::-webkit-scrollbar {
  width: 8px
}

*,
:after,
:before {
  box-sizing: border-box
}

:active,
:focus {
  outline: 0
}

a:active,
a:focus {
  outline: 0
}

aside,
footer,
header,
nav {
  display: block
}

body,
html {
  overflow: hidden;
  height: 100%;
  width: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

input::-ms-clear {
  display: none
}

button {
  cursor: pointer
}

button::-moz-focus-inner {
  padding: 0;
  border: 0
}

a,
a:visited {
  text-decoration: none
}
.button, .button:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: none
}

a,
button {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  background: 0 0;
  font-family: inherit
}

ul li {
  list-style: none
}

img {
  vertical-align: top;
  max-width: 100%
}

@font-face {
  font-family: Stavka;
  font-display: swap;
  src: url(../fonts/Stavka-BoldItalic.woff2) format("woff2"), url(../fonts/Stavka-BoldItalic.woff) format("woff");
  font-weight: 700;
  font-style: italic
}


html {
  scroll-behavior: smooth
}

body {
  height: 100%;
  background: #090f12;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-image: url(../img/bg-desktop.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

.page {
  position: relative;
  min-height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 117px 84px 211px 129px;
}

.logo {
  width: 244px;
}

.take-description {
  display: none;
}

.hidden-features {
  display: none;
}

.left-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-height: 751px;
  max-width: 830px;
}

.freebet {
  display: flex;
  flex-direction: column;
  max-height: 440px;
}

.first-row {
  font-family: Stavka;
  font-weight: 700;
  font-size: 68px;
  line-height: 65px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 1);
}

.second-row {
  font-family: Stavka;
  font-weight: 700;
  font-size: 41px;
  line-height: 70px;
  text-transform: uppercase;
  color: rgba(217, 235, 87, 1);
}

.money-row {
  font-family: Stavka;
  font-weight: 700;
  font-size: 205px;
  line-height: 190px;
  text-transform: uppercase;
  color: rgba(217, 235, 87, 1);
}

.bottom-row {
  font-family: Geologica;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  color: rgba(255, 255, 255, 1);
  margin-top: 32px;
}

.bottom-row>span {
  display: block;
}

.button {
  width: 599px;
  height: 110px;
  border-radius: 29px;
  transform: skewX(-8deg);
  background-color: rgba(217, 235, 87, 1);
  font-family: Geologica;
  font-weight: 700;
  font-size: 42px;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button>span {
  transform: skewX(8deg);
}

.right-flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  max-height: 737px;
  border-radius: 27px;
  background-color: rgba(58, 49, 71, 1);
  backdrop-filter: blur(50px);
  padding: 42px 26px 50px 26px;
}

.right-header {
  font-family: Geologica;
  font-weight: 500;
  font-size: 56px;
  line-height: 60px;
  text-align: center;
  color: rgba(177, 146, 229, 1);
}

.right-desc {
  font-family: Geologica;
  font-weight: 400;
  font-size: 40px;
  line-height: 44px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
}

.features {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.feature {
  width: 100%;
  padding: 50px 34px 48px 34px;
  border-radius: 24px;
  background-color: rgba(83, 70, 105, 1);
  backdrop-filter: blur(46px);
  gap: 34px;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.feature-number {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 11px;
  background-color: rgba(177, 147, 229, 1);
  font-family: Geologica;
  font-weight: 500;
  font-size: 42px;
  line-height: 46px;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  width: 69px;
  height: 69px;
}

.feature-desc {
  font-family: Geologica;
  font-weight: 500;
  font-size: 31px;
  line-height: 34px;
  color: rgba(255, 255, 255, 1);
}

@media (max-width:1790px) {
  .page {
    padding: 80px 60px 140px 86px;
  }

  .logo {
    width: 220px;
  }

  .first-row {
    font-size: 62px;
    line-height: 60px;
  }

  .second-row {
    font-size: 37px;
    line-height: 60px;
  }

  .money-row {
    font-size: 174px;
    line-height: 150px;
  }

  .bottom-row {
    font-size: 37px;
    line-height: 40px;
    margin-top: 26px;
  }

  .button {
    width: 550px;
  }
}

@media (max-width:1580px) {
  .logo {
    width: 200px;
  }

  .first-row {
    font-size: 50px;
    line-height: 48px;
  }

  .second-row {
    font-size: 30px;
    line-height: 46px;
  }

  .money-row {
    font-size: 140px;
    line-height: 130px;
  }

  .bottom-row {
    font-size: 30px;
    line-height: 32px;
    margin-top: 16px;
  }

  .button {
    width: 450px;
    height: 90px;
    border-radius: 26px;
    font-size: 34px;
  }

  .right-flex {
    border-radius: 24px;
  }

  .right-header {
    font-size: 40px;
    line-height: 42px;
  }

  .right-desc {
    font-size: 30px;
    line-height: 34px;
  }

  .features {
    gap: 10px;
  }

  .feature {
    width: 100%;
    padding: 40px 26px 38px 26px;
    border-radius: 18px;
    gap: 24px;
  }

  .feature-number {
    border-radius: 9px;
    font-size: 32px;
    line-height: 36px;
    width: 52px;
    height: 52px;
  }

  .feature-desc {
    font-size: 23px;
    line-height: 26px;
  }
}

@media (max-width:1280px) {
  .page {
    padding: 60px 50px 120px 64px;
  }

  .logo {
    width: 180px;
  }

  .left-flex {
    max-height: 520px;
  }

  .first-row {
    font-size: 39px;
    line-height: 37px;
  }

  .second-row {
    font-size: 23px;
    line-height: 44px;
  }

  .money-row {
    font-size: 110px;
    line-height: 90px;
  }

  .bottom-row {
    font-size: 23px;
    line-height: 27px;
  }

  .button {
    width: 332px;
    height: 72px;
    border-radius: 16px;
    font-size: 28px;
  }

  .right-flex {
    border-radius: 22px;
    padding: 32px 18px 40px 18px;
    max-height: 520px;
  }

  .right-header {
    font-size: 30px;
    line-height: 32px;
  }

  .right-desc {
    font-size: 22px;
    line-height: 24px;
  }

  .features {
    gap: 8px;
  }

  .feature {
    padding: 30px 18px 28px 18px;
    border-radius: 15px;
    gap: 18px;
  }

  .feature-number {
    border-radius: 7px;
    font-size: 26px;
    line-height: 26px;
    width: 42px;
    height: 42px;
  }

  .feature-desc {
    font-size: 18px;
    line-height: 19px;
  }
}

@media (max-width:1000px) {
  body {
  background-image: url(../img/bg-mobile.jpg);
}

  .page {
    flex-direction: column;
    align-items: center;
    height: 100%;
    padding: 28px 30px 150px 30px;
  }

  .logo {
    width: 135px;
  }

  .left-flex {
    max-height: unset;
    align-items: center;
    height: 100%;
  }

  .freebet {
    align-items: center;
  }

  .first-row {
    font-size: 26px;
    line-height: 25px;
  }

  .second-row {
    font-size: 16px;
    line-height: 28px;
  }

  .money-row {
    font-size: 77px;
    line-height: 65px;
  }

  .bottom-row {
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    margin-top: 16px;
  }

  .take {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 40px;
  }


  .take-description {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-top: 14px;
  }

  .take-first-row {
    font-family: Geologica;
    font-weight: 500;
    font-size: 25px;
    line-height: 27px;
    text-align: center;
    color: rgba(217, 235, 87, 1);
  }

  .take-second-row {
    font-family: Geologica;
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
  }

  .button {
    width: calc(100% - 30px);
    max-width: 360px;
    height: 51px;
    border-radius: 13px;
    font-size: 20px;
  }

  .right-flex {
    display: none;
  }

  .hidden-features {
    display: flex;
    margin-top: 30px;
    flex-direction: column;
    gap: 8px;
  }

  .feature {
    padding: 16px 32px 15px 16px;
    border-radius: 12px;
    background: linear-gradient(29.35deg, rgba(81, 68, 102, 0.6) 35.43%, rgba(190, 157, 247, 0.6) 109.52%);
    background-color: unset;
    backdrop-filter: blur(22px);
    gap: 16px;
  }

  .feature-number {
    border-radius: 5px;
    background-color: rgba(215, 229, 100, 1);
    font-size: 20px;
    line-height: 20px;
    color: rgba(19, 17, 19, 1);
    width: 33px;
    height: 33px;
  }

  .feature-desc {
    font-size: 15px;
    line-height: 16px;
  }

}


@media (orientation: portrait) and (max-height: 760px) {
  .page {
    padding-bottom: 120px;
  }
}

@media (orientation: portrait) and (max-height: 760px) {
    .page {
    padding-bottom: 90px;
  }

  .hidden-features {
    margin-top: 48px;
  }
}

@media (orientation: portrait) and (max-height: 680px) {
      .page {
        padding-top: 20px;
    padding-bottom: 70px;
  }

  .hidden-features {
    margin-top: 34px;
  }
}

@media (orientation: portrait) and (max-height: 630px) {
  .logo {
    width: 120px;
  }
      .page {
        padding-top: 16px;
    padding-bottom: 50px;
  }

  .hidden-features {
    margin-top: 22px;
  }

    .feature {
    padding: 10px 18px 9px 10px;
    border-radius: 10px;
    gap: 12px;
  }

    .take-description {
    margin-top: 10px;
  }

  .take-first-row {
    font-size: 20px;
    line-height: 22px;
  }

  .take-second-row {
    font-size: 14px;
    line-height: 15px;
  }
}

@media (orientation: portrait) and (max-height: 530px) {
  .logo {
    width: 100px;
  }

    .first-row {
    font-size: 20px;
    line-height: 22px;
  }

  .second-row {
    font-size: 12px;
    line-height: 19px;
  }

  .money-row {
    font-size: 60px;
    line-height: 44px;
  }

  .bottom-row {
    font-size: 13px;
    line-height: 15px;
    margin-top: 12px;
  }

    .button {
    max-width: 320px;
    height: 42px;
    border-radius: 9px;
    font-size: 16px;
  }

  .take-first-row {
    font-size: 16px;
    line-height: 18px;
  }

  .take-second-row {
    font-size: 12px;
    line-height: 10px;
  }
}

.first-row,
.second-row,
.money-row {
  font-style: italic;
}
