@import url(/styles/header.css);
@import url(/styles/page.css);
@import url(/styles/privacy.css);
@import url(/styles/footer.css);
@import url(/styles/popup.css);


@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Bold.woff2') format('woff2'),
       url('/fonts/Inter-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Medium.woff2') format('woff2'),
       url('/fonts/Inter-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter';
  src: url('/fonts/Inter-Regular.woff2') format('woff2'),
       url('/fonts/Inter-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

html,
body {
  position: relative;
  margin: 0;
  padding: 0;
  z-index: 1;
  overflow-x: hidden;
}

body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-family: 'Inter', sans-serif;
  min-height: 100vh;
  background-color: #181818;
  overflow-x: hidden;
}

button {
  cursor: pointer;
  display: block;
  border: none;
}

button > a {
  color: #ffffff;
  display: block;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 20px;
}

a {
  text-decoration: none;
  color: white;
}

li {
  list-style: disc;
  margin-left: 20px;
}

input:focus {
  outline: none;
}

.wrapper {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  font-family: 'Inter', sans-serif;
  color: #ffffff;
}

h1 {
  text-align: center;
font-family: Inter;
font-size: 64px;
font-style: normal;
font-weight: 700;
line-height: 100%;
text-transform: uppercase;
}

h2 {
  color: #F3003D;
text-align: center;
font-family: Inter;
font-size: 24px;
font-style: normal;
font-weight: 500;
text-transform: uppercase;
}

h3 {
  color: #F3003D;
font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 500;
}

.orange {
  color: #F90;
}
.red {
  color: #F3003D;
}
.standart {
  font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 500;

}

.standart_dop{
    max-width: 116px;
}
.small {
  font-family: Inter;
font-size: 16px;
font-style: normal;
font-weight: 500;
}

.big {
  font-family: Inter;
font-size: 20px;
font-style: normal;
font-weight: 700;
text-transform: uppercase;
}
.bold {
  font-size: 16px;
  font-weight: 700;
}

.section {
  max-width: 1057px;
  width: 100%;
  padding: 0px 10px;
  margin: 40px auto;
}

.center {
  text-align: center;
}
.uppercase {
  text-transform: uppercase;
}
.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.aligns-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: end;
}

.g-10 {
  gap: 10px;
}

.g-20 {
  gap: 20px;
}
.g-30 {
  gap: 30px;
}
.g-40 {
  gap: 40px;
}

.p-10 {
  padding: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

@media (max-width: 953px) {
  h1 {
    font-size: 40px;
    /* line-height: 23.9px; */
    text-align: center;
  }
  h2 {
    font-size: 33px;
  }
  h3 {
    font-size: 21px;
  }
}


@media (max-width: 600px) {
  .standart {
    font-size: 15px;
    line-height: 22.5px;
  }

  h2 {
    font-size: 16px;
    line-height: 36.72px;
  }
  .big {
    font-size: 15px;
    line-height: 22.5px;
  }
  h1{
    font-size: 26px;
  }

  .top10bestcasinouk-slot-image>img{
    width: 70px;
  }
}
