@import url(https://fonts.googleapis.com/css?family=Montserrat:100,200,300,regular,500,600,700,800,900);
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

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

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

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

button {
  cursor: pointer;
}

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

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: radial-gradient(50% 50% at 50% 50%, #195ad5 0%, #0f0023 100%);
  color: #fff;
  font-size: 10px;
  font-family: "Montserrat";
}

.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1rem;
}

/* blocks */
.header {
  padding: 2.6rem 0;
  font-size: 4rem;
  line-height: 4.8rem;
  text-align: center;
  background: rgba(15, 10, 48, 0.3);
  backdrop-filter: blur(25px);
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 1.2rem;
  }
}
.home {
  background: url("../img/bc-home.png") center no-repeat;
  background-size: cover;
}
.home__wrap {
  min-height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 9rem;
}
.home__title img {
  max-width: 550px;
  width: 100%;
}

.home__item {
  display: flex;
  align-items: center;
  column-gap: 2rem;
  font-size: 2.4rem;
  line-height: 3rem;
}
.home__item span {
  margin-top: -1.2rem;
}
@media screen and (max-width: 768px) {
  .home__wrap {
    padding: 0;
    min-height: 190px;
  }
  .home__title {
    margin-top: 1rem;
  }
  .home__title img {
    max-width: 140px;
  }
  .home__list {
    margin: 0;
  }
  .home__item {
    column-gap: 0.5rem;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .home__item img {
    width: 15px;
  }
  .home__item span {
    margin-top: -0.5rem;
  }
}

.about {
  font-size: 1.4rem;
  line-height: 2rem;
}

.about__wrap {
  padding: 4rem 0;
}

.about__title {
  font-size: 3rem;
  line-height: 3rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 2rem 0;
}

.about__text {
  margin: 1rem 0;
}

.about__item {
  margin-left: 2rem;
}

.games__item {
  background: rgba(15, 10, 48, 0.4);
  border: 1px solid #c4c4c4;
  backdrop-filter: blur(25px);
  border-radius: 20px;
  padding: 4rem;
  font-weight: 700;
  position: relative;
  overflow: hidden;
}
.games__item + .games__item {
  margin-top: 2rem;
}
.games__pay {
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(275.35deg, #f30075 -67.05%, #da0018 137.65%);
  padding: 1.2rem 2.2rem;
  font-size: 1.6rem;
  line-height: 2rem;
  border-bottom-right-radius: 20px;
}
.games__row {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  column-gap: 6rem;
  position: relative;
}
.games__row-bottom {
  display: grid;
  grid-template-rows: 25px 1fr;
  row-gap: 2rem;
}
.games__row-dep {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.games__row:not(:last-child)::after {
  position: absolute;
  bottom: -30px;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #c4c4c4;
}
.games__row + .games__row {
  margin-top: 6rem;
}
.games__left,
.games__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.games__left {
  justify-content: space-around;
}
.games__box-well {
  max-width: 315px;
  text-align: center;
}
.games__box-none {
  display: none;
}
.games__wel {
  font-size: 3.6rem;
  line-height: 4.4rem;
  background: linear-gradient(180deg, #ffef63 0%, #f19239 110.56%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.games__bonus {
  font-size: 2.4rem;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #fff;
}
.games__bonus span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
}
.games__votes {
  font-size: 1.8rem;
  line-height: 2rem;
  color: #adadad;
  margin: 1rem 0;
  font-weight: 400;
}
.games__rate {
  font-size: 5.9rem;
  line-height: 5.2rem;
  color: #fff;
}
.games__rate span {
  font-size: 3.2rem;
}
.games__stars-box {
  display: none;
}
.games__btn {
  display: inline-block;
  font-size: 3rem;
  line-height: 4.8rem;
  padding: 2rem 5.6rem;
  text-align: center;
  background: linear-gradient(180deg, #1cdb18 0%, #22ab00 100%);
  border-radius: 200px;
  color: #fff;
  margin-bottom: 2rem;
  animation: myAnim 4s ease-in-out 0s infinite normal forwards;
  transition: all 0.3s ease-in-out;
}
.games__btn:hover {
  filter: brightness(80%);
}
.games__dep {
  font-size: 2.8rem;
  line-height: 3.3rem;
  text-align: center;
}
.games__text {
  font-size: 2rem;
  line-height: 2.4rem;
  font-weight: 400;
}
.games__text span {
  display: block;
  margin-top: 2rem;
}
.games__icons {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(130px, auto));
  gap: 1rem;
  width: 100%;
  align-self: flex-start;
}
.games__icons img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@keyframes myAnim {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
@media screen and (max-width: 999px) {
  .games__item {
    padding: 1.5rem;
  }
  .games__item + .games__item {
    margin-top: 1rem;
  }
  .games__row {
    grid-template-columns: 1fr 1fr;
    justify-items: center;
    column-gap: 0;
  }
  .games__row:not(:last-child) {
    text-align: center;
    padding: 1rem 0;
  }
  .games__row:not(:last-child)::after {
    display: none;
  }
  .games__row:last-child {
    display: flex;
    flex-direction: column-reverse;
    row-gap: 0.5rem;
  }
  .games__row-dep {
    font-size: 0.7rem;
    line-height: 1rem;
    margin-bottom: 0.5rem;
  }
  .games__row-bottom {
    display: block;
  }

  .games__row-fake {
    display: none;
  }
  .games__row + .games__row {
    margin-top: 0;
  }
  .games__box-none {
    display: block;
  }
  .games__pay {
    padding: 0.5rem 1.5rem;
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .games__right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    width: 100%;
    padding: 0 1.5rem;
  }
  .games__right::before {
    content: "";
    position: absolute;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #c4c4c4;
  }
  .games__img {
    width: 120px;
  }
  .games__img-3 {
    width: 80px;
  }
  .games__wel {
    margin-bottom: 0.5rem;
  }
  .games__wel,
  .games__bonus {
    font-size: 0.8rem;
    line-height: 1rem;
  }
  .games__bonus {
    text-shadow: 0px 0px 11px rgba(250, 255, 0, 0.7);
  }
  .games__bonus span {
    font-size: 0.6rem;
  }
  .games__dep {
    font-size: 1rem;
    line-height: 1rem;
  }
  .games__stars {
    width: 60px;
  }
  .games__stars-box {
    display: flex;
    column-gap: 0.6rem;
    margin-top: 0.6rem;
  }
  .games__rate {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
  .games__rate span {
    font-size: 1rem;
  }
  .games__votes {
    font-size: 0.8rem;
    line-height: 1rem;
    margin: 0;
  }
  .games__btn {
    font-size: 1.2rem;
    line-height: 1.2rem;
    padding: 1.2rem 2.2rem;
    margin: 0.5rem 0;
  }
  .games__icons {
    grid-template-columns: repeat(auto-fit, minmax(30px, 30px));
    gap: 0.2rem;
  }
  .games__icons img {
    max-width: 30px;
  }
  .games__text {
    font-size: 0.5rem;
    line-height: 0.5rem;
  }
  .games__text span {
    margin-top: 1rem;
  }
  .games__none {
    display: none;
  }
}
.terms {
  background: url("../img/bc-home.png") top no-repeat;
  background-size: contain;
  position: relative;
  z-index: 1;
}
.terms::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  height: 157px;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    linear-gradient(65.55deg, #000000 0%, rgba(0, 0, 0, 0) 63.95%);
}
.terms__wrap {
  padding: 11rem 0 5rem 0;
  font-size: 1.6rem;
  line-height: 2.5rem;
}
.terms__wrap-acces {
  height: 100vh;
}
.terms__wrap h2 {
  font-size: 3rem;
  line-height: 4.4rem;
  font-weight: 700;
}
.terms__wrap h2:not(:first-child) {
  margin-top: 3rem;
}
.terms__wrap h4 {
  font-size: 3.2rem;
  line-height: 3.6rem;
  margin-top: 3rem;
  font-weight: 700;
}
.terms__wrap p {
  margin-top: 2rem;
}
.terms__wrap ul {
  padding-left: 2rem;
}
.terms__wrap ul li {
  margin-top: 2rem;
}
.terms__wrap span {
  font-weight: 700;
}
.terms__wrap a {
  color: #fff;
}

@media screen and (max-width: 599px) {
  .terms__wrap {
    padding: 8rem 0 3rem 0;
  }
  .terms__wrap-acces {
    height: auto;
  }
}
.footer {
  background: #000;
}

.footer__wrap {
  padding: 2rem 0;
  text-align: center;
}

.footer__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  flex-wrap: wrap;
  row-gap: 1rem;
  column-gap: 2rem;
}

.footer__link {
  color: inherit;
  font-size: 1.4rem;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__images {
  max-width: 500px;
  margin: 3rem auto 0 auto;
  mix-blend-mode: hard-light;
}

.footer__images img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
