:root {
  --dark-bg: #16151c;
  --btn-primary-bg-color-2: #3A3451;
  --bg: #181921;
  --placeholder: #999;
  --primaryblue: #181921;
  --input-bg-color: #000;
  --yellow: #e5ff3a;
  --yellow-green: #B9E658;
  --yellow-shadow: #EAFE63;
  --white: #fff;
  --red: #f00;

  --fontFamilySofiaSans: "Sofia Sans", system-ui;
}

html, body {
  margin: 0;
  padding: 0;
  background-color: var(--primaryblue);
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: var(--fontFamilySofiaSans), serif;
  width: 100%;
  min-height: 100vh;
  background-image: url("../images/background.jpg");
  background-color: #18171f;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  body {
    background-image: url("../images/background_mobile.jpg");
  }
}

.general {
  max-width: 1440px;
  margin: 0 auto;
}

.header {
  background-color: #0f1241;
}

.header .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  box-sizing: border-box;
}

.header img {
  padding-top: 33px;
  padding-left: 24px;
  padding-bottom: 32.5px;
}

.header .auth-buttons {
  padding: 26px 53px;
  gap: 8px;
}

.text h2 {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 40px #eafe63;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

.text h3 {
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  color: #fff;
}

.text h4 {
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  color: #fff;
}

.container1 {
  padding-top: 212px;
  padding-left: 42px;
  padding-right: 42px;
}

@media (max-width: 768px) {
  .container1 {
    padding-top: 101px;
  }
}

@media (max-width: 768px) {
  .text h2 {
    font-size: 30px;
  }
  .text h3 {
    font-size: 14px;
  }
  .text h4 {
    font-size: 9px;
  }
}

.container1_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
}

@media (max-width: 768px) {
  .container1_text {
    gap: 8px;
  }
}

.container_arrow {
  padding-top: 60px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 27px;
}

.container_arrow_image {
  width: 54px;
}

@media (max-width: 768px) {
  .container_arrow_image {
    width: 27px;
  }
}

@media (max-width: 768px) {
  .container1_arrow {
    padding-top: 30px;
    gap: 14px;
  }
}

.container2 {
  padding-top: 164px;
}

@media (max-width: 768px) {
  .container2 {
    padding-top: 92px;
  }
}

.sign-in {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.sign-up {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  text-align: center;
  color: #0f1241;
  background-color: #e5ff3a;
}

.text {
  text-align: center;
}

.text .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 23px;
  align-self: stretch;
  margin-top: 212px;
  margin-bottom: 173px;
}

.text .container {
  display: block;
}

.yellow_btn {
  width: 346px;
  height: 74px;
  border-radius: 12px;
  border: 2px solid #eafe63;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background-color: #e5ff3a;
  color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
}

@media (max-width: 768px) {
  .yellow_btn {
    width: 185px;
    height: 49px;
    font-size: 18px;
    border-radius: 6px;
  }
}

.button-wrapper {
  flex-shrink: 0;
  border-radius: 16px;
  border: 2px solid #eafe63;
  display: inline-block;
  padding: 12px;
}

@media (max-width: 768px) {
  .button-wrapper {
    padding: 6px;
    border-radius: 8px;
  }
}

.img-set {
  display: flex;
  margin-top: 180px;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .img-set {
    margin-top: 60px;
    flex-direction: column;
  }
}

.mac {
  width: 50%;
}

@media (max-width: 768px) {
  .mac {
    width: 100%;
  }
}

.list {
  width: 40%;
}

@media (max-width: 768px) {
  .list {
    width: calc(100% - 48px);
    padding-left: 24px;
    padding-right: 24px;
  }
}

.list p {
  font-size: 24px;
  min-height: 56px;
  padding: 8px 0;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  border-bottom: 1px solid #eafe63;
}

.container3 {
  padding-top: 190px;
}

@media (max-width: 768px) {
  .container3 {
    padding-top: 100px;
  }
}

.vector {
  display: flex;
  gap: 59px;
  padding-top: 158px;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .vector {
    padding-top: 44px;
    flex-direction: column;
    gap: 44px;
  }
}

.vector .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  color: #fff;
  flex: 1;
}

.container4 {
  padding-top: 157px;
}

@media (max-width: 768px) {
  .container4 {
    padding-top: 98px;
  }
}

.contacts {
  padding-top: 93px;
  display: flex;
  align-items: center;
  gap: 60px;
  max-width: 800px;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .contacts {
    flex-direction: column;
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .contacts {
    padding-top: 30px;
  }
}

.girl {
  flex: 1;
}

.girl_image {
  width: 222px;
  margin: 0;
  padding: 0;
}

@media (max-width: 768px) {
  .girl_image {
    width: 111px;
  }
}

.contacts h3 {
  text-align: center;
  margin-top: -30px;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .contacts_title {
    margin-top: 10px;
    font-size: 16px;
  }
}

.contacts_subtitle {
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  color: #e5ff3a;
}

@media (max-width: 768px) {
  .contacts_subtitle {
    font-size: 10px;
    margin-top: 5px;
  }
}

.social {
  display: flex;
  align-items: center;
  gap: 31px;
  justify-content: center;
  margin-top: 20px;
}

.social svg {
  width: 32px;
}

@media (max-width: 768px) {
  .social {
    margin-top: 12px;
    gap: 16px;
  }
  .social svg {
    width: 16px;
  }
}

.container5 {
  padding-top: 128px;
}

@media (max-width: 768px) {
  .container5 {
    padding-top: 80px;
  }
}

.faq_list {
  padding-top: 45px;
  padding-left: 16px;
  padding-right: 16px;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  flex-direction: column;
}

.faq-question {
  font-size: 18px;
  font-style: normal;
  text-align: left;
  font-weight: 700;
  line-height: normal;
  cursor: pointer;
  border-radius: 4px;
  background: #39344f;
  padding: 16px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

@media (max-width: 768px) {
  .faq-question {
    padding: 16px;
  }
}

.number {
  color: #eafe63;
}

.faq-answer {
  display: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #fff;
  text-align: left;
  padding: 16px;
  padding-bottom: 0;
}

.faq-question svg {
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .faq-answer {
    padding: 16px;
    padding-bottom: 0;
  }
}

.active svg {
  transform: rotate(180deg);
}

.active .faq-answer {
  display: block;
}

footer .copyright {
  color: #6c6c6c;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  padding: 50px;
}

.main-container {
  padding-top: 88px;
}

.only-mobile {
  display: none !important;
}
.only-desktop {
  display: block !important;
}

.grecaptcha-badge {
  display: none;
}

.header {
  background: var(--primaryblue);
  position: fixed;
  top: 0;
  left:0;
  right: 0;
  z-index: 10;
}

.header nav ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: bold;
}

.header nav li {
  margin-right: 32px;
}

.header nav li a {
  color: var(--white);
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 20px 0 17px;
  border-bottom: 2px solid var(--primaryblue);
}


.main-nav {
  display: flex;
  justify-content: space-between;
  min-height: 88px;
  align-items: center;
  padding: 0 24px;
}

.main-nav li a {
  opacity: .9;
}

.main-nav li a.active,
.main-nav li a:active,
.main-nav li a:hover,
.main-nav li a:focus {
  opacity: 1;
}

.page-nav {
  display: flex;
  min-height: 60px;
  align-items: center;
  padding: 0 16px 0 16px;
}

.page-nav li a.active,
.page-nav li a:active,
.page-nav li a:hover,
.page-nav li a:focus {
}

.main-nav .nav {
  flex: 1;
}

.logo {
  flex: none;
}

.logo img {
  height: 23px;
}

.header-buttons {
  flex: none;
  display: flex;
  align-items: center;
  gap: 16px;
}

.header-buttons .btn {
  letter-spacing: 0.05em;
  margin: 0;
}

.main-container .btn {
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  color: var(--primaryblue);
  margin: 4px;
}

.main-container .btn-white {
  background: var(--white);
}
.main-container .btn-white.header-login:hover,
.main-container .btn-white.header-login:focus {
}

.main-container .btn-transparent {
  color: var(--white);
  background: transparent;
}

.main-container .btn-transparent:hover,
.main-container .btn-transparent:focus {
  color: var(--bg);
  background: var(--white);
}

.main-container .btn-green {
  background: var(--yellow);
  color: var(--primaryblue);
}

.main-container .btn-green:hover,
.main-container .btn-green:focus {
  background: var(--yellow-green);
}

.main-container .btn-big {
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.main-container .btn-with-border {
  position: relative;
}

.main-container .btn-green.btn-with-border:after {
  display: block;
  content: '';
  position: absolute;
  z-index: 0;
  box-sizing: border-box;
  border-radius: 12px;
  left: -12px;
  right: -12px;
  bottom: -12px;
  top: -12px;
  border: 2px solid var(--yellow-green);
}
.main-container .btn-green.btn-with-border:hover:after {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

@media only screen and (max-width: 768px) {
  .only-mobile {
    display: block !important;
  }
  .only-desktop {
    display: none !important;
  }

  .logo img {
    height: 14px;
  }

  .header-buttons {
    gap: 8px;
  }

  .main-nav {
    min-height: 68px;
    padding: 0 15px;
  }

  .main-container {
    padding-top: 68px;
  }

  .btn {
    padding: 8px 16px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 14px;
  }
}

/* ================================= main-block ====================================== */

.main-block {
  position: relative;
  z-index: 5;
  min-height: 100vh;
  background: var(--dark-bg);
}

.main-block-inner {
  position: relative;
  z-index: 5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: rgb(28,26,40);
  background: linear-gradient(0deg, rgba(28,26,40,1) 0%, rgba(28,26,40,0) 100%);
}

.main-block:before {
  display: block;
  content: '';
  position: absolute;
  z-index: 0;
  width: 40%;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 0 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/sportman.png");
}

.main-block:after {
  display: block;
  content: '';
  transform: scaleX(-1);
  position: absolute;
  z-index: 0;
  width: 40%;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: 0 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/gambler.png");
}
.main-block .arrow-down {
  padding-top: 33px;
  margin: 27px 0;
  width: 54px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-image: url("../images/tripple-arrow-down.svg");
  animation: scrollBg ease-in 0.5s infinite alternate;
}

.main-title-top {
  width: 70%;
  max-width: 810px;
}

.main-title-top .line1 {
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  color: var(--white);
  font-size: 60px;
  line-height: 1.2em;
  text-shadow: var(--yellow-shadow) 0 0 40px;
}

.main-title-top .line2 {
  text-align: center;
  color: var(--white);
  font-size: 28px;
  line-height: 1.2em;
  padding: 40px 0 20px;
}

.main-title-top .line3 {
  text-align: center;
  color: var(--white);
  font-size: 18px;
  line-height:  1.1em;
}

.main-button .btn-big {
  font-size: 36px;
  min-width: 340px;
  margin: 0;
  text-align: center;
  line-height: 38px;
  font-weight: 700;
  padding: 20px;
  display: block;
}
.header-login {}

@media only screen and (max-width: 768px) {
  .main-block:before,
  .main-block:after {
    width: 50%;
    background-position: 100% 10%;
  }

  .main-title-top .line1 {
    font-size: 30px;
    text-shadow: var(--yellow-shadow) 0 0 20px;
  }

  .main-title-top .line2 {
    font-size: 14px;
    padding: 20px 0 10px;
  }

  .main-title-top .line3 {
    font-size: 9px;
  }

  .main-button .btn-big {
    font-size: 18px;
    line-height: 19px;
    padding: 10px;
    min-width: 170px;
  }

  .main-block .arrow-down {
    padding-top: 16px;
    margin: 13px 0;
    width: 27px;
    height: 18px;
  }
}

/* ================================= popup ====================================== */
.popUpWrap.none {
  display: none;
}

.popUpWrap {
  position: fixed;
  top:0;
  left:0;
  bottom:0;
  right: 0;
  display: flex;
  background-color: rgb(28 26 40 / 50%);
  z-index: 20;
  justify-content: center;
  align-items: center;
}

.popup {
  height: 100vh;
  position: relative;
  max-width: 720px;
  background-color: var(--primaryblue);
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

.popup-container {
  display: flex;
  align-items: stretch;
}

.popup-info {
  position: relative;
  flex: 1;
  min-width: 320px;
}
.popup-info {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
#regPopUp .popup-info {
  background-image: url("../images/gambler.png");
}
#loginPopUp .popup-info {
  background-image: url("../images/sportman.png");
}
.popup-info:after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 220px;
  background: rgb(24,25,33);
  background: linear-gradient(0deg, rgba(24,25,33,1) 0%, rgba(10,11,25,0) 100%);
}

.popup-form {
  background-color: var(--bg);
  flex: none;
  width: 400px;
  padding: 40px 48px;
  box-sizing: border-box;
  overflow: auto;
}


.popup-form h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 32px;
  text-transform: none;
  color: var(--white);
  margin-top: 0;
  text-align: left;
}

.popup-form .field {
  padding-bottom: 24px
}

.popup-form label {
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  color: var(--white);
  display: block;
  margin-bottom: 10px;
}
.popup-form label.inline {
  font-weight: 400;
  display: inline;
}

.popup-form input:not([type='checkbox']) {
  width: 100%;
  background: var(--input-bg-color);
  border: 1px solid var(--input-bg-color);
  box-sizing: border-box;
  border-radius: 6px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
  display: block;
  padding: 9px 12px;
  outline: none;
}
.popup-form input:focus {
  color: var(--yellow);
  border: 1px solid var(--yellow);
}

.popup-form .btn {
  border: 0 none;
  width: 100%;
  margin: 0;
}

.popup-form .btn:active,
.popup-form .btn:hover {
}

.popup-form p,
.popup-form a {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: var(--white);
}
.popup-form a {
  text-decoration-line: none;
  border-bottom: 1px solid var(--white);
}
.popup-form a:hover {
  border-bottom: 1px solid transparent;
}

.popup-form .field-icon {
  float: right;
  margin-right: 10px;
  margin-top: -30px;
  position: relative;
  z-index: 2;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.popup-form .field-icon:hover {
  opacity: 0.6;
}
.fa-eye-slash {
  background-image: url("../images/closed-eye-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.fa-eye {
  background-image: url("../images/opened-eye-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.popup .title {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #E8E8E8;
  background: #FF267E;
  padding: 5px 20px;
  margin: -5px 0 0 0;
  display: inline;
}

.popup .close {
  position: absolute;
  z-index: 30;
  right: 20px;
  top: 20px;
  border-radius: 50%;
  height: 30px;
}
.popup .close:hover {
  opacity: 0.6;
}
.popup [type="checkbox"] {
  display: none;
}

.popup [type="checkbox"] + label {
  padding-left: 30px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-bottom: 0;
}
.popup [type="checkbox"] + label:after {
  display: block;
  content:'';
  border: 1px solid var(--yellow);
  background: transparent;
  left: 0;
  width: 19px;
  height: 19px;
  border-radius: 4px;
  box-sizing: border-box;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.popup [type="checkbox"]:checked + label:after {
  background: var(--yellow);
}
.grid_2 {
  display: flex;
  gap: 10px;
}

.grid_2 .field {
  flex:1;
}

.invalid-feedback {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  align-items: center;
  color:var(--red);
}

.invalid-feedback p,
.invalid-feedback ul,
.invalid-feedback ol {
  margin-top: 0;
  margin-bottom: 0;
}
.invalid-feedback p,
.invalid-feedback ol {
  margin-bottom: 5px;
}
.invalid-feedback ul {
  padding-left: 10px;
}
.invalid-feedback p,
.invalid-feedback li {
  line-height: 1.4em;
}
.invalid-feedback p:first-child {
  margin-top: 10px;
}
.invalid-feedback ol:last-child,
.invalid-feedback p:last-child {
  margin-bottom: 10px;
}

.text-center {
  text-align: center;
}

.g-recaptcha div {
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 768px) {
  .popUpWrap {
    z-index: 30;
    position: relative;
    display: block;
  }

  .popUpWrap .popup .popup-container {
    display: block;
    width: 100%;
  }

  .popup-container  {
    background-position: 50% 10%;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #regPopUp .popup-container  {
    background-image: url("../images/gambler.png");
  }
  #loginPopUp .popup-container  {
    background-image: url("../images/sportman.png");
  }
  .popup-container:after {
    display: block;
    content: '';
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgb(24,25,33);
    background: linear-gradient(0deg, rgba(24,25,33,1) 0%, rgba(10,11,25,0.8) 100%);
  }

  .popUpWrap .popup .popup-container .popup-info{
    display: none;
  }

  .popUpWrap .popup .popup-container .popup-form{
    background: transparent;
    width: auto;
    padding: 24px 16px;
    height: 100%;
    position: relative;
    z-index: 10;
  }

  .popUpWrap .popup .popup-container .popup-form h3{
    text-align: center;
  }

  .popUpWrap .popup .close {
    top:10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
}
/* ================================= popup end ====================================== */

.hidden {
  display: none;
}

#app {
  padding-top: 40px;
  background: #ffffff;
}

#captchaV2 {
  display: flex;
  justify-content: center;
}

.error-page .error-page__img__wrapper {
    position: relative;
    left: initial;
    margin: 0 auto;
    top: initial;
    text-align: center;
    width: 100% !important;
}