@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap");
*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

ul,
ol,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

html,
body {
  height: 100%;
  line-height: 1;
}

:root {
  --font-family: "Roboto Flex", sans-serif;
  --second-family: "Inter", sans-serif;
  --container-size: 1440px;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #1f2336;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  max-width: calc(var(--container-size) + 30px);
  width: 100%;
}

.wrapper {
  min-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.info-message {
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ff995c;
}
.info-message span {
  padding: 6px 12px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.32);
}
@media (max-width: 768px) {
  .info-message span {
    padding: 12px;
    font-size: 12px;
    border-radius: 20px;
  }
}

.header {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1280px) {
  .header .link {
    padding: 10px 20px;
    font-size: 14px;
  }
  .header .link svg {
    display: none;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.logo__image {
  max-width: 250px;
  width: 100%;
}
.logo__text {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}

.nav {
  padding-left: 83px;
}
@media (max-width: 1280px) {
  .nav {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .nav {
    display: none;
  }
}
.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 25px;
}
@media (max-width: 1280px) {
  .nav__list {
    gap: 15px;
  }
}
.nav__link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.nav__link:hover {
  opacity: 0.7;
}
@media (max-width: 1280px) {
  .nav__link {
    font-size: 17px;
  }
}

.section:not(.section--hero) {
  padding: 9px 15px;
}
.section--hero {
  padding: 18px 15px 9px 15px;
}
.section--hero .section__wrapper {
  padding: 50px;
  min-height: 410px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  background-color: #181a26;
}
@media (max-width: 585px) {
  .section--hero .section__wrapper {
    padding: 15px 25px;
    min-height: 250px;
  }
}
.section--hero .section__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.section--hero .section__tags .badge {
  border-radius: 100px;
}
.section--hero .section__title {
  margin-top: 12px;
  font-family: var(--second-family);
  font-weight: 700;
}
.section--hero .section__start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}
.section--hero .section__start .section__title {
  text-align: left;
  line-height: 110%;
}
.section--hero .section__end {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media (max-width: 1280px) {
  .section--hero .section__end {
    display: none;
  }
}
.section--hero .section__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.5);
}
.section--layout .section__wrapper .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 6px;
}
.section--layout .section__wrapper .layout .item {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
          flex: 1 0 300px;
  background-color: #141717;
  border-radius: 6px;
}
.section--layout .section__wrapper .layout .item__image {
  width: 100%;
}
.section--layout .section__wrapper .layout .item__image:not(.item__image--review) {
  margin-bottom: 15px;
}
.section--layout .section__wrapper .layout .item__image--review {
  width: 46px;
  height: 46px;
  border-radius: 100%;
}
.section--layout .section__wrapper .layout .item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.section--layout .section__wrapper .layout .item__header .badge {
  margin-left: auto;
  padding: 6px 12px;
  font-size: 16px;
  border-radius: 4px;
}
.section--layout .section__wrapper .layout .item__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section--layout .section__wrapper .layout .item__nickname {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.02em;
  color: #fff;
}
.section--layout .section__wrapper .layout .item__status {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.02em;
  color: #a6a6a6;
}
.section--layout .section__wrapper .layout .item__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
.section--layout .section__wrapper .layout .item__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.25);
}
.section--games .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 14px;
}
.section--games .item {
  padding-bottom: 32px;
  position: relative;
  min-height: 380px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 300px;
          flex: 1 0 300px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section--games .item--dark {
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section--games .item--dark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section--games .item__title {
  position: relative;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section--games .item__online {
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.02em;
  color: #6080ff;
  z-index: 3;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section--games .item__video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
.section--notification .section__wrapper {
  padding: 6px 16px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #ff995c;
  background: #1a1c27;
}
.section--skins .section__wrapper {
  padding: 20px 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 25px;
  background-color: #181A26;
}
.section--skins .section__title {
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 36px;
  line-height: 125%;
  color: #fff;
  text-align: left;
}
.section--skins .section__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.5);
}
.section--skins .section__img {
  max-width: 205px;
  width: 100%;
}
.section--skins .section__text {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section--skins span {
  margin-top: 60px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #008cea;
}
.section--banner .section__wrapper {
  padding: 45px 50px;
  min-height: 330px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background-color: #141717;
}
.section--banner .section__wrapper .section__title {
  text-align: left;
  font-family: var(--second-family);
  font-weight: 700;
  font-size: 36px;
  line-height: 125%;
  letter-spacing: 0.02em;
  color: #fff;
}
.section--banner .section__wrapper .section__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.5);
}
.section--banner .section__wrapper span {
  color: #3872FC;
}
@media (max-width: 768px) {
  .section--banner .section__wrapper {
    padding: 25px;
  }
}
.section--banner-start .section__wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: auto;
  background-image: url("/img/banner/banner-start.png");
  background-position: 90% 50%;
}
.section--banner-end .section__wrapper {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-image: url("/img/banner/banner-end.png");
  background-position: 100% 50%;
}
.section--text .section__wrapper {
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  border-radius: 6px;
  background-color: #141717;
}
.section--text .section__description {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}
.section--text .section__warning {
  padding: 16px;
  background-color: #101113;
}
.section--text .section__warning .section__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.section--text .section__warning .section__title {
  font-size: 20px;
  text-align: left;
}
.section--text .section__warning-text {
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.02em;
  color: rgba(255, 255, 255, 0.25);
}
.section--contact .form {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.section--contact .form__input, .section--contact .form__textarea {
  padding: 10px 136px 10px 18px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #d1d1d1;
  outline: none;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  background-color: #141717;
}
.section--contact .form__input:focus, .section--contact .form__textarea:focus {
  -webkit-box-shadow: 0 0 10px #3872FC;
          box-shadow: 0 0 10px #3872FC;
}
.section--contact .form__textarea {
  min-height: 150px;
  resize: none;
}
.section--contact .form__button {
  padding: 10px 18px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  color: #000;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  -webkit-box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, 0.25);
  background: #3872FC;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.section--contact .form__button:hover {
  opacity: 0.75;
}
.section__title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}
@media (max-width: 585px) {
  .section__title {
    font-size: 20px;
  }
}
.section__title--lg {
  font-size: 36px;
}
.section__title--lg span {
  color: #fe4131;
}
@media (max-width: 585px) {
  .section__title--lg {
    font-size: 26px;
  }
}

.footer {
  margin-top: auto;
  padding: 50px 15px 25px 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.link {
  padding: 12px 22px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
  border-radius: 4px;
  background: linear-gradient(135deg, #3872FC 0%, #000cf1 100%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.link:hover {
  opacity: 0.75;
}
@media (max-width: 585px) {
  .link {
    padding: 10px 20px;
    font-size: 14px;
  }
}

.badge {
  padding: 12px 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  line-height: 125%;
  letter-spacing: 0.02em;
  color: #3872FC;
  border-radius: 8px;
  background: rgba(35, 134, 247, 0.12);
}
.badge--gray {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.22);
}
@media (max-width: 585px) {
  .badge {
    padding: 8px 12px;
    font-size: 14px;
  }
}

#terms {
  font-family: var(--font-family);
  padding: 20px;
  border-radius: 5px;
}
#terms h1 {
  margin: 20px 0;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: left;
}
#terms h2 {
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: left;
}
#terms h3 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: left;
}
#terms h4 {
  margin-top: 10px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0.02em;
  color: #fff;
  text-align: left;
}
#terms p, #terms li {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
}
#terms li {
  list-style: disc;
  list-style-position: inside;
}
#terms a {
  color: #ff995c;
  font-weight: 700;
}

.online {
  position: fixed;
  right: 15px;
  bottom: 15px;
  padding: 10px 15px;
  background-color: #1f1d24;
  border-radius: 2em;
}
.online__img {
  max-width: 30px;
}
.online__counter {
  margin-left: 5px;
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0.02em;
  text-align: center;
  color: #fff;
}