:root {
  --body-bg: #f2f3f7;
  --main-blue: #3693e6;
  --extra-color: #d1a881;
  /* --extra-color: #3b87d2; */
  /* --extra-color: #0b6af8; */
  /* --extra-color: #6e49ea; */
  --light-black: #26282d;
  --dark-purple: #2f0743;
  --light-purple: #e9e7f3;
  --extra-purple: #4e4776;
  --grey-blue-1: #f1f3f6;
  --grey-blue-2: #e5e7eb;
  --white: #ffffff;
  --black: #111111;
}

a:hover {
  text-decoration: none;
}

@font-face {
  font-family: "Madurai W01 Norm Bold";
  src: url("/landing-assets/libraries/fontawesome/webfonts/Madurai W01 Norm Bold/@font-face/50ab4d37b925bb8b5994c2a9268ad3f1.eot"); /* IE9*/
  src: url("/landing-assets/libraries/fontawesome/webfonts/Madurai W01 Norm Bold/@font-face/50ab4d37b925bb8b5994c2a9268ad3f1.eot?#iefix") format("embedded-opentype"), url("/landing-assets/libraries/fontawesome/webfonts/Madurai W01 Norm Bold/@font-face/50ab4d37b925bb8b5994c2a9268ad3f1.woff2") format("woff2"), url("/landing-assets/libraries/fontawesome/webfonts/Madurai W01 Norm Bold/@font-face/50ab4d37b925bb8b5994c2a9268ad3f1.woff") format("woff"), url("/landing-assets/libraries/fontawesome/webfonts/Madurai W01 Norm Bold/@font-face/50ab4d37b925bb8b5994c2a9268ad3f1.ttf") format("truetype"), url("/landing-assets/libraries/fontawesome/webfonts/Madurai W01 Norm Bold/@font-face/50ab4d37b925bb8b5994c2a9268ad3f1.svg#Madurai W01 Norm Bold") format("svg"); /* iOS 4.1- */
}
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Nunito", sans-serif;
  overflow-x: hidden;
}

/* 
body::-webkit-scrollbar {
	width: 8px;
}

body::-webkit-scrollbar-track {
    background: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: #181818; 
  border-radius: 8px;
} 
*/
.hidden {
  display: none !important;
}

a {
  text-decoration: none;
}

.w100 {
  width: 100%;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-14 {
  margin-bottom: 14px;
}

.btn-clean {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  text-align: left;
  font-family: inherit;
  color: inherit;
}

.btn-contact {
  background: #232323;
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 13px 16px;
  line-height: 18px;
  margin-right: 16px;
}
.btn-contact:hover {
  cursor: pointer;
}
.btn-contact i {
  color: #7d8481;
}
.btn-contact .fa-envelope {
  margin-right: 10px;
  font-size: 18px;
}
.btn-contact .fa-chevron-right {
  margin-left: 15px;
  font-size: 12px;
}
.btn-contact .text {
  color: #7d8481;
  font-size: 15px;
}

.btn-circle-icon {
  border-radius: 50%;
  background-color: #fff;
  width: 43px;
  height: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
}

.btn-target {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--extra-color);
  color: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 600;
}

.btn-target.revert {
  /* border: 1px solid var(--extra-color); */
  background: #26282d;
  color: var(--extra-color);
}

.btn-target:hover {
  cursor: pointer;
  opacity: 0.9;
  color: #000;
}

.btn-target.revert:hover {
  color: var(--extra-color);
}

.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 40px;
}

.header a:hover {
  color: var(--extra-color);
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 8px;
}
@media only screen and (min-width: 1024px) {
  .header .container {
    padding: 44px 20px;
  }
}
.header .logo {
  display: flex;
  align-items: center;
  flex-basis: 25%;
}
.header .logo .logo-image {
  display: flex;
  margin-right: 14px;
}
.header .logo .logo-text {
  font-weight: 700;
  font-size: 18px;
  color: #393939;
  padding-top: 1px;
}

.gray-gradient {
  background: var(--grey-blue-1);
  background: linear-gradient(to bottom, var(--grey-blue-1), var(--grey-blue-2));
}

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

.header-nav .nav-list .nav-item .nav-link {
  margin-right: 30px;
  text-decoration: none;
  color: #111;
  font-weight: 600;
  font-size: 16px;
}

.header-nav .nav-list .nav-item:last-child .nav-link {
  margin-right: 0;
}

.main-section .brand {
  text-align: center;
  margin: 0 0 34px 0;
  font-size: 20px;
}
.main-section .brand .brand-name {
  display: block;
  font-family: "Madurai W01 Norm Bold";
  font-weight: 800;
  font-size: 24px;
}
.main-section .brand .brand-name::first-letter {
  color: var(--extra-color);
}
@media only screen and (min-width: 1024px) {
  .main-section .brand .brand-name {
    font-size: 147px;
  }
}

.main-section .main-part {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 600px) {
  .main-section .main-part {
    flex-direction: row;
  }
}

.main-section .main-part .target {
  flex-grow: 1;
}
@media only screen and (min-width: 1024px) {
  .main-section .main-part .target {
    width: 50%;
    padding-right: 100px;
  }
}

.main-section .main-part .target .info .sub {
  color: var(--extra-color);
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  border: 1px solid #ccc;
  border-radius: 7px;
  padding: 5px 12px;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  line-height: 22px;
}

.main-section .main-part .target .info .sub .circle {
  display: flex;
  width: 14px;
  height: 14px;
  background: var(--extra-color);
  border-radius: 50%;
  margin-right: 6px;
  line-height: 20px;
  margin-bottom: 1px;
}

.main-section .main-part .target .info .price {
  color: #373c4b;
  font-size: 52px;
  font-weight: 800;
  margin-top: 10px;
}

.main-section .main-part .target .target-actions .btn-target {
  margin-bottom: 10px;
}

.window-image {
  margin-bottom: -80px;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .window-image {
    width: 50%;
  }
}

.window-image img {
  width: inherit;
  left: 0;
  position: relative;
  border-radius: 8px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media only screen and (min-width: 1024px) {
  .window-image img {
    width: 1000px;
  }
}

.header-actions {
  display: flex;
  flex-basis: 25%;
  justify-content: flex-end;
}

.game-support-section {
  background: #1d1d1d;
  padding: 110px 40px 40px 40px;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .game-support-section {
    padding: 40px 40px;
  }
}
.game-support-section .title {
  font-size: 19px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 22px;
}
@media only screen and (min-width: 1024px) {
  .game-support-section .title {
    text-align: left;
    margin-bottom: 0;
  }
}

.support-games-list {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
  justify-items: center;
}
@media only screen and (min-width: 1024px) {
  .support-games-list {
    grid-template-columns: repeat(4, 1fr);
    padding: 60px 0 20px 0;
    justify-items: unset;
  }
}

.support-games-list .game-item-img {
  width: 200px;
  filter: invert(1);
}

.support-games-list .game-item-img.cs2 {
  width: 180px;
}

.for-whom-section {
  padding: 70px 0px;
  background: var(--grey-blue-1);
}

.for-whom-section .section-image {
  background: #1d1d1d;
  border-radius: 12px;
  flex-basis: 48%;
  margin-right: 100px;
}

.for-whom {
  display: flex;
}

.for-whom .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 30px;
}

.for-whom .private-grid-leveler {
  display: grid;
  gap: 30px;
}

.for-whom .private-grid-leveler .more {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 2;
  /* grid-row-end: 2; */
  border-top: 1px solid #ccc;
  padding: 30px 0;
}

.for-whom .for-whom-item .icon {
  background: var(--extra-color);
  padding: 7px;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  margin-bottom: 24px;
}

.for-whom .more .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

.parts-section {
  padding: 40px 0;
  background: #1d1d1d;
  color: #fff;
}

.parts-section .title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  color: #fff;
}

.subsystem-list {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.subsystem-list .subsystem-item .subsystem-element {
  background: var(--extra-color);
  color: #fff;
  border-radius: 10px;
  padding: 20px 26px;
  display: flex;
  align-items: center;
}

.subsystem-list .subsystem-item .subsystem-element i {
  margin-right: 16px;
}

.subsystem-list .subsystem-item .subsystem-element .info {
  font-weight: 500;
}

.benefits-section {
  background: var(--grey-blue-1);
  padding: 40px 0;
}

.benefits-section .title {
  padding-left: 100px !important;
  padding-right: 100px !important;
}

.benefits-section .title .huge-text {
  font-size: 48px;
  font-weight: 700;
}

.benefits-section .benefits-list .benefits-item {
  border-bottom: 2px dashed #bababa;
  padding: 28px 100px;
  display: flex;
  justify-content: space-between;
}

.benefits-section .benefits-list .benefits-item .huge-text {
  font-size: 44px;
  font-weight: 600;
}

.benefits-section .benefits-list .benefits-item .huge-text.to-left {
  margin-left: -100px;
}

.benefits-section .benefits-list .benefits-item .huge-text.to-right {
  margin-right: -100px;
}

.benefits-section .benefits-list .benefits-item .small-text {
  align-self: end;
  color: var(--extra-color);
  text-transform: uppercase;
  max-width: 330px;
}

footer {
  border-top: 5px solid #dee1e6;
  background: #1d1d1d;
  color: #fff;
  padding-top: 20px;
}

footer .top {
  padding: 20px 0;
  display: grid;
  grid-template-columns: auto 1fr 1fr 1fr 1fr;
  gap: 30px;
}

footer .footer-card {
  background: #2c333a;
  border-radius: 9px;
  padding: 20px;
  box-shadow: rgba(53, 58, 61, 0.45) 0px 25px 20px -20px;
  min-width: 300px;
  display: flex;
  margin-right: 30px;
}

footer .footer-card .icon {
  margin-right: 10px;
  font-size: 20px;
}

footer .footer-card .info .title {
  color: #fff;
}

footer .footer-card .a-btn-target-action {
  background-color: #469fe2;
}

footer .footer-mini-card {
  background: #2c333a;
  border-radius: 20px;
  padding: 10px;
  box-shadow: rgba(53, 58, 61, 0.45) 0px 25px 20px -20px;
  display: flex;
  align-items: center;
  color: #fff;
}

footer .footer-mini-card.discord:hover {
  background: #7289da;
}

footer .footer-mini-card .icon {
  margin-right: 10px;
  font-size: 20px;
}

footer .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  font-weight: 500;
}

footer .bottom .users {
  text-align: right;
}

footer .bottom .users .value {
  font-size: 20px;
  font-weight: 600;
  font-family: cursive;
}

footer .bottom .users .text {
  font-weight: 500;
}

footer .description {
  margin: 20px 0;
  max-width: 70%;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  overflow: hidden;
  -ms-line-clamp: 4;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  display: -webkit-box;
  display: box;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  line-height: 18px;
}

footer .logo:hover {
  opacity: 0.9;
  color: var(--color-white);
}

footer .logo-text {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 17px;
  color: var(--white);
}

footer .top .description {
  margin-top: 16px;
}

footer .title {
  color: #469fe2;
  font-weight: 500;
  margin-bottom: 6px;
}

footer .f-nav-list {
  line-height: 22px;
}

footer .f-nav-list .item a {
  color: #fff;
}

footer .social-networks {
  display: flex;
}

footer .social-networks .social-link {
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  margin-right: 15px;
}

footer .social-networks .social-link:last-of-type {
  margin-right: 0;
  background: #0c0d13;
  box-shadow: 0 0 1px 1px #323940;
}

footer .social-networks .social-link:hover {
  background: #0c0d13;
  box-shadow: 0 0 1px 1px #323940;
}

footer .social-networks .social-link.steam:hover {
  background: linear-gradient(to top, #2a475e 50%, #171a21 100%);
}

footer .social-networks .social-link svg {
  fill: #ffffff;
}

footer .social-networks .social-link i {
  font-size: 22px;
  color: #fff;
}

.engine {
  background: #fff;
  position: relative;
  height: 0px;
  height: 13px;
}

.engine .mask {
  height: 62px;
  position: absolute;
  width: 1000px;
  background: #ffffff;
  -webkit-mask-image: url(/landing-assets/images/footer_mask2.png);
  -webkit-mask-size: auto;
  -webkit-mask-position: top;
  -webkit-mask-repeat: no-repeat;
  bottom: 0px;
  left: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 40px;
  height: 75px;
}

.engine .info {
  color: #0c0d13;
  bottom: -27px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.engine .info .logo {
  display: flex;
  margin-right: 9px;
}

.engine .info .text {
  font-size: 20px;
  font-weight: 700;
  color: #393939;
  line-height: 30px;
}/*# sourceMappingURL=style.css.map */