@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=auto");
.link {
  display: inline-block;
  cursor: pointer;
  color: #5973ff;
  text-shadow: 0 0 40px;
  text-decoration: none;
  transition: color .3s ease, text-shadow .3s ease; }
  .link::after {
    content: '';
    display: block;
    width: 10%;
    border-bottom: 1px solid transparent;
    transition: all .3s; }
  .link:hover {
    color: #6c83ff;
    text-shadow: 0 0 30px; }
    .link:hover::after {
      width: 100%;
      border-color: rgba(89, 115, 255, 0.6); }
  .link[disabled='true'], .link[disabled='disabled'] {
    opacity: .6;
    pointer-events: none; }

.btn {
  display: inline-flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 38px;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  font-family: Roboto;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.2px;
  line-height: 14px; }
  .btn[disabled] {
    opacity: .65; }

.btn.btn--primary {
  border: none;
  border-radius: 2px;
  background: linear-gradient(182.09deg, #542FBF -168.02%, #2979D3 304.53%);
  box-shadow: 0 0 20px 0 rgba(89, 115, 255, 0.65);
  color: white;
  font-size: 12px;
  font-weight: 600;
  transition: all .3s ease; }
  .btn.btn--primary:hover {
    box-shadow: 0 0 40px 0 rgba(74, 95, 210, 0.4);
    transform: scale(1.02); }
  .btn.btn--primary[disabled] {
    opacity: .65; }

em {
  color: white;
  font-style: normal;
  font-weight: bold; }

.sc-block > header {
  opacity: 0; }
  .sc-block > header div:first-child {
    margin-bottom: 8px;
    color: rgba(234, 237, 255, 0.7);
    font-size: 36px;
    line-height: 42px; }
    @media (min-width: 769px) and (max-width: 1041px) {
      .sc-block > header div:first-child {
        margin-bottom: calc(8px - (8 / 272) * (1041px - 100vw));
        font-size: calc(36px - (10 / 272) * (1041px - 100vw));
        line-height: calc(42px - (12 / 272) * (1041px - 100vw)); } }
    @media (max-width: 768px) {
      .sc-block > header div:first-child {
        margin-bottom: 0;
        font-size: 26px;
        line-height: 30px; } }
  .sc-block > header div:last-child {
    color: #EAEDFF; }
    @media (min-width: 1300px) {
      .sc-block > header div:last-child {
        height: 100px;
        font-size: 100px;
        line-height: 100px; } }
    @media (min-width: 1041px) and (max-width: 1299px) {
      .sc-block > header div:last-child {
        height: calc(100px - (20 / 258) * (1299px - 100vw));
        font-size: calc(100px - (20 / 258) * (1299px - 100vw));
        line-height: calc(100px - (20 / 258) * (1299px - 100vw)); } }
    @media (max-width: 1040px) {
      .sc-block > header div:last-child {
        height: 80px;
        font-size: 80px;
        line-height: 80px; } }
    @media (min-width: 769px) and (max-width: 1039px) {
      .sc-block > header div:last-child {
        font-size: calc(80px - (10 / 270) * (1039px - 100vw)); } }
    @media (max-width: 768px) {
      .sc-block > header div:last-child {
        font-size: 70px; } }
  .sc-block > header b {
    color: #5973FF;
    font-weight: normal;
    text-shadow: 0 0 80px rgba(89, 115, 255, 0.6); }

.sc-block > ul {
  margin: 31px 0;
  padding: 0;
  list-style: none; }
  @media (min-width: 769px) and (max-width: 1039px) {
    .sc-block > ul {
      margin: calc(31px - (8 / 270) * (1039px - 100vw)) 0; } }
  @media (max-width: 768px) {
    .sc-block > ul {
      margin: 23px 0; } }
  .sc-block > ul li {
    opacity: 0;
    display: block;
    align-items: center;
    padding-left: 19px;
    margin-bottom: 30px;
    color: rgba(234, 237, 255, 0.8);
    font-size: 18px;
    line-height: 28px; }
    .sc-block > ul li a {
      line-height: 18px; }
    @media (min-width: 769px) and (max-width: 1039px) {
      .sc-block > ul li {
        margin-bottom: calc(30px - (15 / 270) * (1039px - 100vw));
        font-size: calc(18px - (2 / 270) * (1039px - 100vw)); }
        .sc-block > ul li a {
          line-height: calc(18px - (2 / 270) * (1039px - 100vw)); } }
    @media (max-width: 768px) {
      .sc-block > ul li {
        margin-bottom: 15px;
        font-size: 16px; }
        .sc-block > ul li a {
          line-height: 16px; } }
    .sc-block > ul li::before {
      content: '';
      display: block;
      float: left;
      box-sizing: border-box;
      height: 13px;
      width: 13px;
      margin-top: 8px;
      margin-left: -20px;
      margin-right: 7px;
      opacity: 0.5;
      border: 3px solid #1f1d28;
      background-color: rgba(174, 176, 190, 0.5); }

.sc-block--show {
  animation: sc-block-show-animation 1s ease 0s forwards; }

@keyframes sc-block-show-animation {
  0% {
    opacity: 0;
    transform: translateY(20px); }
  100% {
    opacity: 1; } }

.sc-lightbox {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center; }
  .sc-lightbox__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(46, 41, 41, 0.8); }
  .sc-lightbox__content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 768px;
    height: 100%;
    max-height: 512px; }
  .sc-lightbox__close {
    z-index: 1;
    position: absolute;
    top: 40px;
    right: 40px;
    width: 38px;
    height: 38px;
    cursor: pointer; }
    @media (max-width: 768px) {
      .sc-lightbox__close {
        top: 38px;
        left: 49px; } }
    @media (max-width: 670px) {
      .sc-lightbox__close {
        top: 30px;
        left: 25px; } }
    .sc-lightbox__close svg {
      width: 100%;
      height: 100%; }

.sc-counter {
  position: absolute;
  left: 0;
  display: inline-flex; }
  .sc-counter::before {
    content: '1415926535897932384626433832795028841971693993751058209749445923078164062862089986280348253421170679821480865132823066470938446095505822317253594081284811174502841027019385211055596446229489549303819644288109756659334461284756482337867831652712019091456485669234603486104543266482133936072602491412737245870066063155881748815209209628292540917153643678925903600113305305488204665213841469519415116094';
    display: inline-block;
    animation: counter-animation 1s steps(10) infinite; }

@keyframes counter-animation {
  100% {
    transform: translateX(-2.5%); } }

.sc-dialog {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }
  .sc-dialog h2 {
    color: rgba(198, 207, 255, 0.4);
    font-weight: normal; }
  .sc-dialog__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.32); }
  .sc-dialog__container {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 640px;
    max-height: 387px;
    width: 640px;
    height: 387px;
    border-radius: 5px;
    background: radial-gradient(circle, #1b1d24 0, #18191d 100%);
    box-shadow: 0 0 40px 0 rgba(236, 58, 60, 0.05), 0 0 100px 0 rgba(74, 95, 210, 0.2);
    text-align: center; }
  .sc-dialog form .screeps-field {
    margin: 30px 0 !important; }
  .sc-dialog form div:last-child {
    display: flex; }

form.screeps-form .screeps-field {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  border: none;
  font-size: 14px; }

form.screeps-form .screeps-field input:not([type='checkbox']) {
  width: 100%;
  margin: 3px 0;
  border: none;
  background: none;
  color: #ffffff;
  font-size: 1em;
  line-height: 1.28em; }

form.screeps-form .screeps-field input:focus {
  outline: none; }

form.screeps-form .screeps-field input[type='checkbox'] {
  margin-right: 5px; }

form.screeps-form .screeps-field legend {
  position: absolute;
  top: -1.42em;
  padding: 0;
  border: none;
  color: #d9dfff;
  font-size: 1.14em;
  pointer-events: none;
  transition: top 0.3s ease, font-size 0.3s ease; }

form.screeps-form .screeps-field label {
  position: absolute;
  top: 0;
  color: #d9dfff;
  font-size: 1.14em;
  pointer-events: none;
  transition: top 0.3s ease, font-size 0.3s ease; }

form.screeps-form .screeps-field input:focus ~ label,
form.screeps-form .screeps-field input:valid ~ label,
form.screeps-form .screeps-field input:disabled ~ label,
form.screeps-form .screeps-field input:not(:placeholder-shown) ~ label {
  top: -1.42em;
  font-size: 1em; }

form.screeps-form .screeps-field input ~ .underline {
  position: relative;
  border-bottom: 1px solid #d9dfff;
  transition: border-color .3s ease; }

form.screeps-form .screeps-field input ~ .underline:before {
  content: '';
  position: relative;
  top: 1px;
  display: block;
  width: 0px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(74, 95, 210, 0.65);
  transition: width .3s ease; }

form.screeps-form .screeps-field input:focus ~ .underline:before {
  width: 100%; }

form.screeps-form button.btn.btn--primary,
form.screeps-form button.btn.btn--secondary {
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  min-width: 130px;
  height: 44px;
  margin: 0 20px;
  margin-top: 15px;
  padding: 0 29px;
  font-weight: normal !important; }

form.screeps-form button.btn.btn--primary {
  border-radius: 2px;
  background-color: rgba(70, 55, 235, 0.58);
  box-shadow: 0 0 10px 0 rgba(89, 115, 255, 0.1);
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.27px;
  line-height: 19px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease; }
  form.screeps-form button.btn.btn--primary:hover {
    transform: scale(1);
    background-color: rgba(70, 55, 235, 0.8);
    box-shadow: 0 0 30px 0 rgba(89, 115, 255, 0.3); }

form.screeps-form button.btn.btn--secondary {
  background: none;
  border-radius: 2px;
  color: #5973FF;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.27px;
  line-height: 19px;
  transition: color .3s ease, text-shadow .3s ease, opacity 3s ease; }
  form.screeps-form button.btn.btn--secondary:not([disabled='disabled']):hover {
    opacity: .8;
    color: #6c83ff;
    text-shadow: 0 0 30px; }

.sc-apps {
  z-index: 2;
  position: fixed;
  bottom: 32px;
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  color: #4E5375;
  font-size: 14px;
  line-height: 16px;
  text-shadow: 0 0 20px #1A1A24; }
  @media (min-width: 1381px) {
    .sc-apps {
      padding: 0 50px 0 42px; } }
  @media (max-width: 1380px) {
    .sc-apps {
      padding: 0 50px 0 50px; } }
  .sc-apps svg {
    pointer-events: none; }
  .sc-apps input, .sc-apps label {
    display: none; }
  .sc-apps .btn--github svg,
  .sc-apps .btn--twitter svg,
  .sc-apps .btn--facebook svg,
  .sc-apps .btn--discord svg {
    transition: transform .3s ease; }
  .sc-apps .btn--github:hover svg,
  .sc-apps .btn--twitter:hover svg,
  .sc-apps .btn--facebook:hover svg,
  .sc-apps .btn--discord:hover svg {
    transform: scale(1.1); }
  .sc-apps button {
    display: none; }
  @media (min-width: 787px) {
    .sc-apps > div:nth-child(3),
    .sc-apps > div:nth-child(4) {
      display: flex;
      align-items: center;
      height: 37px;
      padding: 0 12px;
      border-radius: 18px;
      background-color: #1C1C26; } }
  @media (max-width: 786px) {
    .sc-apps {
      right: 0px;
      flex-direction: column;
      width: 50px;
      min-height: 50px;
      padding: 0;
      margin: 0 50px;
      overflow: hidden;
      border-radius: 25px;
      background-color: #1C1C26;
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.4); }
      .sc-apps:hover {
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.8); }
      .sc-apps a {
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        margin: 0 !important; }
      .sc-apps label {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
        border: none;
        background: none;
        cursor: pointer; }
        .sc-apps label:hover, .sc-apps label:focus {
          outline: none; }
      .sc-apps label:last-child {
        display: none;
        box-sizing: border-box;
        padding: 16px; }
      .sc-apps input {
        display: block;
        height: 0;
        width: 0;
        padding: 0;
        margin: 0;
        opacity: 0; }
      .sc-apps input:checked + label:nth-child(2) {
        position: fixed;
        top: -100px;
        height: 0; }
      .sc-apps input:not(:checked) ~ div a {
        display: none; }
      .sc-apps input:checked ~ label:last-child {
        display: block; }
      .sc-apps svg {
        margin: 0 !important; } }
  .sc-apps > div:nth-of-type(1) {
    color: #EAEDFF; }
    @media (max-width: 786px) {
      .sc-apps > div:nth-of-type(1) {
        height: auto; } }
  .sc-apps > div:nth-of-type(2) {
    display: flex;
    align-items: center; }
    @media (max-width: 786px) {
      .sc-apps > div:nth-of-type(2) > div:nth-of-type(1) {
        display: none; } }
    .sc-apps > div:nth-of-type(2) > div:nth-of-type(2) {
      display: flex; }
      @media (max-width: 786px) {
        .sc-apps > div:nth-of-type(2) > div:nth-of-type(2) {
          flex-direction: column; } }
  .sc-apps .btn--github,
  .sc-apps .btn--twitter,
  .sc-apps .btn--facebook,
  .sc-apps .btn--discord {
    display: flex;
    text-decoration: none; }
  .sc-apps .btn--github {
    display: flex;
    color: inherit;
    line-height: 19px; }
    .sc-apps .btn--github svg {
      width: 19px;
      height: 19px;
      margin-right: 16px; }
    @media (max-width: 786px) {
      .sc-apps .btn--github span {
        display: none; } }
  .sc-apps .btn--twitter {
    margin-left: 16px;
    margin-right: 20px; }
    .sc-apps .btn--twitter svg {
      width: 24px;
      height: 22px; }
  .sc-apps .btn--facebook {
    margin-right: 18px; }
    .sc-apps .btn--facebook svg {
      width: 10px;
      height: 22px; }
  .sc-apps .btn--discord svg {
    width: 22px;
    height: 22px; }

@keyframes hide-animation {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    height: 0; } }

.sc-header {
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  height: 695px;
  padding-bottom: 106px; }
  @media (min-width: 432px) and (max-width: 670px) {
    .sc-header {
      height: calc(695px - (90 / 238) * (670px - 100vw)); } }
  @media (max-width: 431px) {
    .sc-header {
      height: 605px; } }
  .sc-header__content {
    position: relative;
    z-index: 1; }
  .sc-header__logotype {
    position: absolute;
    top: 216px;
    left: 34px;
    right: 0;
    height: 72px;
    opacity: 0;
    background: url("../images/logotype-animated.svg");
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 1; }
    @media (min-width: 431px) and (max-width: 670px) {
      .sc-header__logotype {
        top: calc(216px - (83 / 238) * (670px - 100vw));
        left: calc(34px - (25 / 238) * (670px - 100vw)); } }
    @media (max-width: 431px) {
      .sc-header__logotype {
        top: 133px;
        left: 5px; } }
  .sc-header__background {
    position: absolute;
    top: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 801px; }
    @media (min-width: 431px) and (max-width: 670px) {
      .sc-header__background {
        height: calc(801px - (80 / 239) * (670px - 100vw)); } }
    @media (max-width: 431px) {
      .sc-header__background {
        height: 721px; } }
    .sc-header__background svg {
      position: absolute;
      bottom: 0;
      min-width: 1680px;
      pointer-events: none; }
  .sc-header__title {
    position: absolute;
    top: 312px;
    width: 100%;
    box-sizing: border-box;
    color: #EAEDFF;
    font-family: Roboto;
    font-size: 30px;
    letter-spacing: 3.27px;
    line-height: 35px;
    text-align: center; }
    @media (min-width: 432px) and (max-width: 670px) {
      .sc-header__title {
        top: calc(312px - (100 / 238) * (670px - 100vw));
        padding: 0 calc((35 / 238) * (670px - 100vw));
        font-size: calc(30px - (3 / 238) * (670px - 100vw));
        letter-spacing: calc(3.27px - (.32 / 238) * (670px - 100vw));
        line-height: calc(35px - (.32 / 238) * (670px - 100vw)); } }
    @media (max-width: 431px) {
      .sc-header__title {
        top: 212px;
        font-size: 27px;
        letter-spacing: 2.95px;
        line-height: 32px; } }
    @media (min-width: 321px) and (max-width: 431px) {
      .sc-header__title {
        padding: 0 calc(35px - (35 / 110) * (431px - 100vw)); } }
    @media (max-width: 320px) {
      .sc-header__title {
        padding: 0; } }
  .sc-header__video {
    position: relative;
    overflow: hidden;
    width: auto;
    max-width: 356px;
    height: auto;
    margin: 0 16px;
    margin-bottom: 92px;
    border-radius: 5px;
    box-shadow: 0 0 80px 0 rgba(89, 115, 255, 0.11);
    cursor: pointer; }
    .sc-header__video img {
      width: 100%;
      margin-bottom: -4px; }
    .sc-header__video:hover {
      box-shadow: 0 0 80px 0 rgba(89, 115, 255, 0.2);
      transform: scale(1.01); }
      .sc-header__video:hover .sc-header__play {
        transform: scale(1.2); }
    @media (min-width: 432px) and (max-width: 670px) {
      .sc-header__video {
        margin-bottom: calc(92px - (8 / 238) * (670px - 100vw)); } }
    @media (max-width: 431px) {
      .sc-header__video {
        margin-bottom: 86px; } }
  .sc-header .sc-lightbox iframe {
    width: 100%;
    height: 100%; }
  .sc-header__play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    margin-top: -75px;
    margin-left: -75px;
    transition: transform .2s; }

@keyframes opacity-animation {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.sc-nav {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 40px 40px; }
  @media (max-width: 768px) {
    .sc-nav {
      padding: 38px 49px; } }
  @media (max-width: 670px) {
    .sc-nav {
      padding: 30px 25px; } }
  .sc-nav a {
    margin: 0 15px;
    font-size: 17px;
    line-height: 15px; }
  .sc-nav a:last-child {
    margin-left: 25px;
    margin-right: 0; }
  .sc-nav .btn {
    min-width: 92px;
    font-size: 14px;
    text-decoration: none; }
  .sc-nav input {
    display: block;
    height: 0;
    width: 0;
    padding: 0;
    margin: 0;
    opacity: 0; }
  @media (max-width: 540px) {
    .sc-nav a {
      margin: 0;
      line-height: initial; }
    .sc-nav input:checked {
      z-index: 1;
      margin-left: 0; }
      .sc-nav input:checked ~ .sc-menu::before {
        content: '';
        position: absolute;
        left: 9px;
        top: 15px;
        right: 9px;
        display: block;
        height: 65px;
        opacity: 0.94;
        background-color: #1D2027;
        box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5); }
      .sc-nav input:checked ~ .link {
        position: relative;
        opacity: 1;
        z-index: 2;
        margin: 0 auto;
        pointer-events: all; }
      .sc-nav input:checked ~ .btn {
        display: none; } }

.sc-menu {
  z-index: 1;
  display: none;
  order: 10;
  padding: 10px;
  margin-left: 20px;
  margin-right: -5px;
  border: none;
  background: none;
  cursor: pointer; }
  .sc-menu:hover, .sc-menu:focus {
    outline: none; }
  @media (max-width: 540px) {
    .sc-menu {
      display: block; }
      .sc-menu ~ .link {
        opacity: 0;
        pointer-events: none; } }
  .sc-menu svg {
    position: relative; }

.sc-products {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 119px;
  padding-bottom: 108px; }
  @media (max-width: 1380px) {
    .sc-products {
      padding-bottom: 10px; } }
  @media (min-width: 431px) and (max-width: 670px) {
    .sc-products {
      padding-top: calc(119px + (25 / 239) * (670px - 100vw)); } }
  @media (max-width: 431px) {
    .sc-products {
      padding-top: 144px; } }
  .sc-products header {
    display: flex;
    place-items: center;
    flex-direction: column;
    margin-bottom: 58px;
    color: #EAEDFF; }
    @media (min-width: 431px) and (max-width: 670px) {
      .sc-products header {
        margin-bottom: calc(58px - (22 / 239) * (670px - 100vw)); } }
    @media (max-width: 431px) {
      .sc-products header {
        margin-bottom: 36px; } }
    .sc-products header div:first-child {
      margin-bottom: 12px;
      opacity: 0.8;
      font-size: 35px;
      line-height: 41px;
      text-align: center; }
      @media (min-width: 433px) and (max-width: 670px) {
        .sc-products header div:first-child {
          font-size: calc(35px - (7 / 237) * (670px - 100vw)); } }
      @media (min-width: 381px) and (max-width: 432px) {
        .sc-products header div:first-child {
          font-size: 28px; } }
      @media (min-width: 321px) and (max-width: 380px) {
        .sc-products header div:first-child {
          font-size: calc(28px - (4 / 59) * (380px - 100vw)); } }
      @media (max-width: 320px) {
        .sc-products header div:first-child {
          font-size: 24px; } }
    .sc-products header div:last-child {
      padding: 0 50px;
      opacity: 0.8;
      font-size: 20px;
      line-height: 27px;
      text-align: center; }
      @media (max-width: 830px) {
        .sc-products header div:last-child br {
          display: none; } }
      @media (min-width: 769px) and (max-width: 830px) {
        .sc-products header div:last-child {
          padding: 0 calc(50px - (18 / 61) * (830px - 100vw)); } }
      @media (max-width: 768px) {
        .sc-products header div:last-child {
          padding: 0 32px; } }
      @media (min-width: 769px) and (max-width: 1039px) {
        .sc-products header div:last-child {
          font-size: calc(20px - (2 / 270) * (1039px - 100vw)); } }
      @media (max-width: 768px) {
        .sc-products header div:last-child {
          font-size: 18px; } }
      @media (min-width: 432px) and (max-width: 767px) {
        .sc-products header div:last-child {
          font-size: calc(18px - (3 / 335) * (767px - 100vw)); } }
      @media (max-width: 431px) {
        .sc-products header div:last-child {
          font-size: 15px; } }
      @media (min-width: 321px) and (max-width: 431px) {
        .sc-products header div:last-child {
          padding: 0 calc(32px - (17 / 110) * (431px - 100vw)); } }
      @media (max-width: 320px) {
        .sc-products header div:last-child {
          padding: 0 15px; } }
  .sc-products a {
    cursor: pointer;
    text-decoration: none; }
  .sc-products button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer; }
    .sc-products button:hover, .sc-products button:focus {
      outline: none; }
  .sc-products__world {
    z-index: 1;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    width: auto;
    max-width: 600px;
    padding: 49px 61px 56px;
    margin: 0 16px;
    border-radius: 13px;
    background: radial-gradient(circle, rgba(108, 130, 255, 0.16) 0%, rgba(0, 0, 0, 0) 100%);
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.5);
    text-align: center;
    transition: all .5s; }
    .sc-products__world:hover {
      box-shadow: 0 0 400px 0 rgba(0, 0, 0, 0.9); }
    @media (min-width: 1381px) {
      .sc-products__world {
        margin-left: -20px; } }
    @media (min-width: 431px) and (max-width: 670px) {
      .sc-products__world {
        padding-left: calc(61px - (61 / 239) * (670px - 100vw));
        padding-right: calc(61px - (61 / 239) * (670px - 100vw));
        padding-bottom: calc(56px - (14 / 239) * (670px - 100vw)); } }
    @media (max-width: 431px) {
      .sc-products__world {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 43px; } }
    .sc-products__world-bg {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      height: 100%;
      opacity: .38;
      border-radius: 0 0 30% 30%;
      pointer-events: none; }
      .sc-products__world-bg svg {
        width: 620px;
        margin-left: -13px;
        margin-top: -5px; }
    .sc-products__world-header {
      position: relative;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .sc-products__world-header div:first-child {
        box-sizing: border-box;
        width: 100%;
        height: 49px;
        margin-bottom: 4px;
        padding: 0px 15px 0 17px;
        text-align: center; }
        @media (min-width: 431px) and (max-width: 670px) {
          .sc-products__world-header div:first-child {
            margin-top: calc(0px - (11 / 239) * (670px - 100vw)); } }
        @media (max-width: 431px) {
          .sc-products__world-header div:first-child {
            margin-top: -11px; } }
        .sc-products__world-header div:first-child svg {
          width: 100%;
          height: 45px;
          margin-left: -3px; }
      .sc-products__world-header div:last-child {
        margin: 0 15px;
        color: #EAEDFF;
        font-size: 17px;
        line-height: 20px; }
        @media (min-width: 431px) and (max-width: 670px) {
          .sc-products__world-header div:last-child {
            font-size: calc(17px - (2 / 239) * (670px - 100vw));
            line-height: calc(20px - (2 / 239) * (670px - 100vw)); } }
        @media (max-width: 431px) {
          .sc-products__world-header div:last-child {
            font-size: 15px;
            line-height: 18px; } }
    .sc-products__world-footer {
      position: relative;
      z-index: 1;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 0 -5px;
      padding-top: 21px; }
      @media (min-width: 431px) and (max-width: 670px) {
        .sc-products__world-footer {
          padding-top: calc(21px - (13 / 239) * (670px - 100vw)); } }
      @media (max-width: 431px) {
        .sc-products__world-footer {
          padding-top: 8px; } }
    .sc-products__world .btn--view-on-steam {
      display: flex;
      flex: 1 0;
      justify-content: center;
      box-sizing: border-box;
      height: 65px;
      min-width: 199px;
      margin: 0 20px;
      margin-top: 15px;
      padding: 0 29px;
      border-radius: 3px;
      background-color: rgba(133, 150, 189, 0.2);
      box-shadow: 0 0 20px 0 rgba(255, 255, 255, 0.08);
      color: #EAEDFF;
      transition: background-color 0.3s ease, box-shadow 0.3s ease; }
      .sc-products__world .btn--view-on-steam:hover {
        background-color: rgba(133, 150, 189, 0.4);
        box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.2); }
      .sc-products__world .btn--view-on-steam svg {
        width: 39px;
        margin-right: 17px; }
      .sc-products__world .btn--view-on-steam div {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        place-content: center; }
        .sc-products__world .btn--view-on-steam div div:nth-of-type(1) {
          font-size: 14px;
          line-height: 16px; }
        .sc-products__world .btn--view-on-steam div div:nth-of-type(2) {
          font-size: 22px;
          font-weight: 500;
          line-height: 24px;
          text-transform: uppercase; }
    .sc-products__world .btn--live-demo {
      display: flex;
      flex: 1 0;
      justify-content: center;
      flex-direction: column;
      align-items: center;
      place-content: center;
      box-sizing: border-box;
      min-width: 199px;
      height: 65px;
      margin: 0 20px;
      margin-top: 15px;
      padding: 0 29px;
      border-radius: 2px;
      background-color: rgba(70, 55, 235, 0.58);
      box-shadow: 0 0 10px 0 rgba(89, 115, 255, 0.1);
      transition: background-color 0.3s ease, box-shadow 0.3s ease; }
      .sc-products__world .btn--live-demo:hover {
        background-color: rgba(70, 55, 235, 0.8);
        box-shadow: 0 0 30px 0 rgba(89, 115, 255, 0.3); }
      .sc-products__world .btn--live-demo div:nth-of-type(1) {
        color: #FFFFFF;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 0.27px;
        line-height: 19px; }
      .sc-products__world .btn--live-demo div:nth-of-type(2) {
        color: #EAEDFF;
        font-size: 12px;
        line-height: 14px; }
  .sc-products__cup {
    position: absolute;
    width: 240px;
    height: 402px;
    opacity: 0.16; }
    .sc-products__cup svg {
      position: absolute;
      display: block; }
    .sc-products__cup svg:first-child {
      display: none;
      transform: scaleX(-1) translateX(144px); }
    @media (min-width: 1381px) {
      .sc-products__cup {
        top: 224px;
        left: 50%;
        margin-left: 233px; } }
    @media (max-width: 1380px) {
      .sc-products__cup {
        bottom: 0;
        margin-left: 34px;
        transform: scale(0.44) translateY(225px); }
        .sc-products__cup svg:first-child {
          display: block; } }
  .sc-products__arena {
    height: 148px;
    box-sizing: border-box;
    color: #EAEDFF; }
    @media (min-width: 1381px) {
      .sc-products__arena {
        position: absolute;
        top: 365px;
        left: 50%;
        width: 330px;
        margin-left: 312px; } }
    @media (max-width: 1380px) {
      .sc-products__arena {
        position: relative;
        width: auto;
        max-width: 330px;
        margin: 0 16px;
        margin-top: 81px; } }
    @media (min-width: 432px) and (max-width: 670px) {
      .sc-products__arena {
        margin-top: calc(81px - (11 / 238) * (670px - 100vw)); } }
    @media (max-width: 431px) {
      .sc-products__arena {
        margin-top: 70px; } }
    .sc-products__arena-label {
      position: absolute;
      padding: 3px 5px;
      opacity: .7;
      border-radius: 3px;
      background-color: #80D47B;
      color: #1D1C2A;
      font-weight: 500;
      line-height: 14px; }
      @media (min-width: 1381px) {
        .sc-products__arena-label {
          top: -10px;
          right: 0;
          font-size: 12px;
          letter-spacing: 0.2px; } }
      @media (max-width: 1380px) {
        .sc-products__arena-label {
          top: -10px;
          right: -40px;
          font-size: 10px;
          letter-spacing: 0.17px; } }
      @media (min-width: 432px) and (max-width: 450px) {
        .sc-products__arena-label {
          top: calc(-10px - (16 / 18) * (450px - 100vw));
          right: calc(-40px + (40 / 18) * (450px - 100vw)); } }
      @media (max-width: 431px) {
        .sc-products__arena-label {
          top: -26px;
          right: 0; } }
    .sc-products__arena-header {
      position: relative;
      display: flex;
      flex-direction: column; }
      @media (max-width: 1380px) {
        .sc-products__arena-header {
          align-items: center; } }
      .sc-products__arena-header div:first-child {
        width: 100%;
        margin-bottom: 5px; }
        @media (max-width: 1380px) {
          .sc-products__arena-header div:first-child {
            text-align: center; } }
        .sc-products__arena-header div:first-child svg {
          height: 24px; }
      .sc-products__arena-header div:last-child {
        color: rgba(234, 237, 255, 0.8);
        font-size: 16px;
        line-height: 20px; }
        @media (min-width: 390px) {
          .sc-products__arena-header div:last-child br {
            display: none; } }
        @media (max-width: 1380px) {
          .sc-products__arena-header div:last-child {
            text-align: center; } }
    .sc-products__arena-footer {
      position: relative;
      z-index: 1;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 23px; }
    .sc-products__arena .btn--steam-page {
      display: flex;
      flex: 1 0;
      justify-content: center;
      align-items: center;
      height: 46px;
      width: 160px;
      min-width: 160px;
      border: 2px solid rgba(108, 130, 255, 0.03);
      border-radius: 2px;
      background-color: #232340;
      box-shadow: 0 0 30px 0 rgba(108, 130, 255, 0.15), 0 0 100px 0 rgba(108, 130, 255, 0.38);
      color: #5973FF;
      transition: all .3s ease; }
      .sc-products__arena .btn--steam-page:not([disabled='disabled']):hover {
        box-shadow: 0 0 40px 0 rgba(108, 130, 255, 0.35), 0 0 120px 0 rgba(108, 130, 255, 0.42); }
      .sc-products__arena .btn--steam-page svg {
        width: 17px;
        margin-right: 3px; }
      .sc-products__arena .btn--steam-page div {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.23px;
        line-height: 16px; }
    .sc-products__arena .btn--subscribe {
      flex: 1 0;
      padding-left: 12px;
      cursor: pointer;
      color: #5973FF;
      font-size: 14px;
      font-weight: 500;
      letter-spacing: 0.23px;
      line-height: 46px;
      white-space: nowrap;
      transition: all .3s ease; }
      .sc-products__arena .btn--subscribe:not([disabled='disabled']):hover {
        color: #6c83ff;
        text-shadow: 0 0 30px; }
    .sc-products__arena .btn--steam-page,
    .sc-products__arena .btn--subscribe {
      opacity: .8;
      font-family: Roboto; }

.sc-scripting {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center; }
  @media (max-width: 768px) {
    .sc-scripting {
      padding-top: 250px; } }
  .sc-scripting__content {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 31px; }
    @media (min-width: 1300px) {
      .sc-scripting__content {
        padding-top: 31px; } }
    @media (min-width: 1221px) and (max-width: 1299px) {
      .sc-scripting__content {
        padding-top: calc(31px + (.5 * (1300px - 100vw))); } }
    @media (max-width: 1220px) {
      .sc-scripting__content {
        padding-top: 70px; } }
    @media (min-width: 981px) {
      .sc-scripting__content {
        max-width: 1157px;
        min-width: 874px;
        margin: 0px 53px; } }
    @media (min-width: 768px) and (max-width: 980px) {
      .sc-scripting__content {
        margin: auto;
        max-width: 874px;
        min-width: initial; } }
  .sc-scripting .sc-block {
    max-width: 385px;
    transition: margin .3s; }
    @media (min-width: 1099px) {
      .sc-scripting .sc-block {
        margin: 0 68px; } }
    @media (min-width: 1056px) and (max-width: 1098px) {
      .sc-scripting .sc-block {
        margin: 0 calc(68px - (21 / 42) * (1098px - 100vw)); } }
    @media (max-width: 1055px) {
      .sc-scripting .sc-block {
        margin: 0 47px; } }
    @media (max-width: 768px) {
      .sc-scripting .sc-block {
        margin-top: -125px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 16px; } }
  .sc-scripting__dots {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 95px;
    pointer-events: none; }
    @media (max-width: 768px) {
      .sc-scripting__dots {
        position: relative;
        left: 50%;
        margin-top: -121px;
        margin-left: -226px; } }
  .sc-scripting__img {
    position: absolute;
    right: -70px;
    display: none;
    width: 53vw;
    max-width: 654px;
    min-width: 390px;
    margin-top: 34px;
    height: 100%;
    padding-bottom: 100px;
    background: url("../images/scripting.svg");
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 768px) {
      .sc-scripting__img {
        top: -250px;
        right: 0;
        height: 200px;
        width: 100%;
        max-width: initial;
        padding: 0;
        box-sizing: border-box;
        min-width: initial;
        background-position: center; } }
    @media (min-width: 768px) and (max-width: 980px) {
      .sc-scripting__img {
        right: calc(-70px + (40 / 212) * (980px - 100vw)); } }
    .sc-scripting__img svg {
      width: 100%; }

.sc-world {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center; }
  @media (min-width: 1283px) {
    .sc-world {
      margin-top: 100px; } }
  @media (min-width: 1042px) and (max-width: 1282px) {
    .sc-world {
      margin-top: calc(100px - (.25 * (1282px - 100vw))); } }
  @media (max-width: 1041px) {
    .sc-world {
      margin-top: 40px; } }
  @media (max-width: 768px) {
    .sc-world {
      margin-top: 0px;
      padding-top: 340px; } }
  .sc-world__content {
    position: relative;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    width: 100%; }
    @media (min-width: 1300px) {
      .sc-world__content {
        padding-top: 31px; } }
    @media (min-width: 1221px) and (max-width: 1299px) {
      .sc-world__content {
        padding-top: calc(31px + (.5 * (1300px - 100vw))); } }
    @media (max-width: 1220px) {
      .sc-world__content {
        padding-top: 70px; } }
    @media (min-width: 981px) {
      .sc-world__content {
        max-width: 1085px;
        min-width: 874px;
        margin: 0px 53px; } }
    @media (min-width: 768px) and (max-width: 980px) {
      .sc-world__content {
        margin: auto;
        max-width: 874px;
        min-width: initial; } }
    @media (max-width: 768px) {
      .sc-world__content {
        display: block;
        padding-top: 0px; } }
  .sc-world .sc-block {
    max-width: 385px; }
    @media (max-width: 768px) {
      .sc-world .sc-block {
        margin-top: -117px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 16px; } }
  .sc-world__dots {
    position: absolute;
    top: -4px;
    right: 72px;
    width: 95px;
    pointer-events: none; }
    @media (max-width: 768px) {
      .sc-world__dots {
        top: 0;
        right: 0;
        position: relative;
        left: 50%;
        margin-top: -165px;
        margin-left: -226px; } }
  .sc-world__img {
    position: absolute;
    left: -38px;
    display: none;
    width: 53vw;
    max-width: 654px;
    min-width: 390px;
    margin-top: -70px;
    height: 100%;
    padding-bottom: 100px;
    background: url("../images/world.svg");
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 768px) {
      .sc-world__img {
        top: -335px;
        right: 0;
        left: initial;
        box-sizing: border-box;
        width: 100%;
        height: 339px;
        min-width: initial;
        max-width: initial;
        margin: 0;
        padding: 0;
        background-position: center; } }
    .sc-world__img svg {
      width: 100%; }

.sc-sandbox {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center; }
  @media (min-width: 1310px) {
    .sc-sandbox {
      padding-top: 184px;
      padding-bottom: 188px; } }
  @media (min-width: 1042px) and (max-width: 1309px) {
    .sc-sandbox {
      padding-top: calc(184px - (.333334 * (1309px - 100vw)));
      padding-bottom: calc(188px - (.333334 * (1309px - 100vw))); } }
  @media (max-width: 1041px) {
    .sc-sandbox {
      padding-top: 95px;
      padding-bottom: 99px; } }
  @media (max-width: 768px) {
    .sc-sandbox {
      padding-top: 385px;
      padding-bottom: 20px; } }
  .sc-sandbox__content {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 31px; }
    @media (min-width: 1300px) {
      .sc-sandbox__content {
        padding-top: 31px; } }
    @media (min-width: 1221px) and (max-width: 1299px) {
      .sc-sandbox__content {
        padding-top: calc(31px + (.5 * (1300px - 100vw))); } }
    @media (max-width: 1220px) {
      .sc-sandbox__content {
        padding-top: 70px; } }
    @media (min-width: 981px) {
      .sc-sandbox__content {
        max-width: 1157px;
        min-width: 874px;
        margin: 0px 53px; } }
    @media (min-width: 768px) and (max-width: 980px) {
      .sc-sandbox__content {
        margin: auto;
        max-width: 874px;
        min-width: initial; } }
    @media (max-width: 768px) {
      .sc-sandbox__content {
        display: block;
        padding-top: 0px; } }
  .sc-sandbox .sc-block {
    max-width: 385px;
    transition: margin .3s; }
    @media (min-width: 1099px) {
      .sc-sandbox .sc-block {
        margin: 0 68px; } }
    @media (min-width: 1056px) and (max-width: 1098px) {
      .sc-sandbox .sc-block {
        margin: 0 calc(68px - (21 / 42) * (1098px - 100vw)); } }
    @media (max-width: 1055px) {
      .sc-sandbox .sc-block {
        margin: 0 47px; } }
    @media (max-width: 768px) {
      .sc-sandbox .sc-block {
        margin-top: -125px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 16px; } }
  .sc-sandbox__dots {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 95px;
    pointer-events: none; }
    @media (max-width: 768px) {
      .sc-sandbox__dots {
        position: relative;
        left: 50%;
        margin-top: -121px;
        margin-left: -226px; } }
  .sc-sandbox__img {
    position: absolute;
    right: -50px;
    display: none;
    width: 53vw;
    max-width: 654px;
    min-width: 390px;
    margin-top: -80px;
    height: 100%;
    padding-bottom: 100px;
    background: url("../images/sandbox.svg");
    background-size: contain;
    background-repeat: no-repeat; }
    @media (max-width: 768px) {
      .sc-sandbox__img {
        top: -382px;
        right: 0;
        left: -4px;
        box-sizing: border-box;
        width: 100%;
        max-width: initial;
        height: 347px;
        margin: 0;
        padding: 0;
        min-width: initial;
        background-position: center; } }
    .sc-sandbox__img svg {
      width: 100%; }

.sc-reviews {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(656.68px at 48.18% 46.81%, rgba(40, 59, 87, 0.4) 0%, rgba(32, 28, 42, 0.4) 100%), radial-gradient(656.68px at 36.93% 34.17%, rgba(58, 40, 87, 0.4) 0%, rgba(32, 28, 42, 0.4) 100%), linear-gradient(187.42deg, #222430 -5.78%, #111824 96.93%); }
  @media (min-width: 1311px) {
    .sc-reviews {
      height: 619px; } }
  @media (max-width: 1041px) {
    .sc-reviews {
      padding-bottom: 63px; } }
  .sc-reviews__background {
    position: absolute;
    top: 50px;
    display: none;
    background: url(../images/people-say.svg);
    background-size: contain;
    background-repeat: no-repeat; }
    @media (min-width: 1311px) {
      .sc-reviews__background {
        left: 200px;
        width: 40%;
        height: 100%; } }
    @media (max-width: 1310px) {
      .sc-reviews__background {
        right: 0;
        height: 318px;
        background-position: center; } }
    @media (min-width: 601px) and (max-width: 1310px) {
      .sc-reviews__background {
        left: -7vw; } }
    @media (max-width: 600px) {
      .sc-reviews__background {
        left: -18vw; } }
    .sc-reviews__background svg {
      pointer-events: none; }
  .sc-reviews__content {
    z-index: 1;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 100%;
    max-width: 1460px;
    min-width: 1024px;
    padding: 0 100px; }
    @media (min-width: 1311px) {
      .sc-reviews__content {
        height: 619px; } }
    @media (max-width: 1310px) {
      .sc-reviews__content {
        flex-direction: column;
        min-width: initial; } }
    @media (min-width: 1042px) and (max-width: 1310px) {
      .sc-reviews__content {
        margin: 0 30px; } }
    @media (max-width: 768px) {
      .sc-reviews__content {
        padding: 0px 34px; } }
    @media (min-width: 321px) and (max-width: 431px) {
      .sc-reviews__content {
        padding: 0 calc(34px - (18 / 110) * (431px - 100vw)); } }
    @media (max-width: 320px) {
      .sc-reviews__content {
        padding: 0 16px; } }
  .sc-reviews__left-side {
    z-index: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #EAEDFF;
    font-size: 65px;
    line-height: 76px; }
    @media (min-width: 1311px) {
      .sc-reviews__left-side {
        padding-left: 30px; } }
    @media (max-width: 1310px) {
      .sc-reviews__left-side {
        align-items: center;
        padding: 269px 0 66px; } }
    @media (max-width: 768px) {
      .sc-reviews__left-side {
        font-size: 40px;
        line-height: 47px;
        padding-top: 294px;
        padding-bottom: 46px; } }
    @media (min-width: 321px) and (max-width: 431px) {
      .sc-reviews__left-side {
        font-size: calc(40px - (2 / 110) * (431px - 100vw)); } }
    @media (max-width: 320px) {
      .sc-reviews__left-side {
        font-size: 38px; } }
    .sc-reviews__left-side .btn--steam-reviews {
      display: flex;
      flex-direction: column;
      justify-content: center;
      box-sizing: border-box;
      height: 97px;
      width: 386px;
      margin-top: 40px;
      padding: 0 58px;
      border: none;
      border-radius: 2px;
      background: linear-gradient(182.09deg, #542FBF -168.02%, #2979D3 304.53%);
      box-shadow: 0 0 40px 0 rgba(89, 115, 255, 0.1);
      color: rgba(255, 255, 255, 0.59);
      font-size: 15px;
      font-weight: 400;
      line-height: 20px;
      text-decoration: none;
      transition: all .3s ease; }
      .sc-reviews__left-side .btn--steam-reviews:hover {
        box-shadow: 0 0 30px 0 rgba(89, 115, 255, 0.4), 0 0 150px 0 rgba(89, 115, 255, 0.2); }
      @media (max-width: 1310px) {
        .sc-reviews__left-side .btn--steam-reviews {
          align-items: center; } }
      @media (max-width: 768px) {
        .sc-reviews__left-side .btn--steam-reviews {
          width: auto;
          height: 85px;
          width: 100%;
          max-width: 320px;
          margin-top: 30px;
          padding: 0;
          font-size: 13px;
          line-height: 18px; } }
      .sc-reviews__left-side .btn--steam-reviews > div:first-child {
        margin-bottom: 6px;
        color: white;
        font-size: 24px;
        font-weight: 500; }
        @media (max-width: 768px) {
          .sc-reviews__left-side .btn--steam-reviews > div:first-child {
            font-size: 21px; } }
      .sc-reviews__left-side .btn--steam-reviews > div:last-child {
        display: flex;
        margin-bottom: -8px; }
      .sc-reviews__left-side .btn--steam-reviews span[data-value] {
        position: relative;
        overflow: hidden; }
        .sc-reviews__left-side .btn--steam-reviews span[data-value]:nth-of-type(1)[data-value='']:before {
          content: '12';
          visibility: hidden; }
        .sc-reviews__left-side .btn--steam-reviews span[data-value]:nth-of-type(2)[data-value='']:before {
          content: '123';
          visibility: hidden; }
        .sc-reviews__left-side .btn--steam-reviews span[data-value]:not([data-value='']):before {
          content: attr(data-value); }
        .sc-reviews__left-side .btn--steam-reviews span[data-value]:not([data-value='']) .sc-counter {
          display: none; }
  .sc-reviews__right-side {
    z-index: 1;
    position: relative;
    display: flex;
    padding-top: 16px; }
    @media (min-width: 1311px) {
      .sc-reviews__right-side {
        flex-direction: column;
        justify-content: center;
        width: 510px;
        padding-right: 30px; } }
    @media (min-width: 1042px) and (max-width: 1310px) {
      .sc-reviews__right-side {
        justify-content: space-between;
        padding-bottom: 32px; } }
    @media (max-width: 1041px) {
      .sc-reviews__right-side {
        max-width: 650px;
        margin: auto; } }
    @media (min-width: 769px) and (max-width: 1041px) {
      .sc-reviews__right-side {
        flex-direction: column; } }
    @media (max-width: 768px) {
      .sc-reviews__right-side {
        flex-direction: column; } }
  .sc-reviews-item {
    margin-bottom: 48px; }
    @media (max-width: 768px) {
      .sc-reviews-item {
        margin-bottom: 40px; } }
    .sc-reviews-item:last-child {
      margin-bottom: 0; }
    .sc-reviews-item__content {
      position: relative;
      color: #EAEDFF;
      line-height: 22px; }
      @media (min-width: 1311px) {
        .sc-reviews-item__content {
          margin-bottom: 10px;
          font-size: 16px; } }
      @media (max-width: 1310px) {
        .sc-reviews-item__content {
          width: 235px;
          margin-bottom: 19px;
          font-size: 14px; } }
      @media (max-width: 1041px) {
        .sc-reviews-item__content {
          width: auto;
          margin-bottom: 14px;
          text-align: center; } }
      .sc-reviews-item__content::before, .sc-reviews-item__content::after {
        position: relative;
        display: inline-block;
        opacity: 0.2;
        color: #EAEDFF;
        font-family: Roboto;
        font-size: 40px;
        line-height: 0px; }
      .sc-reviews-item__content::before {
        top: 8px;
        left: -3px;
        content: '‘‘';
        margin-left: -14px; }
      .sc-reviews-item__content::after {
        top: 27px;
        left: 2px;
        content: '’’'; }
    @media (max-width: 1041px) {
      .sc-reviews-item__author {
        text-align: center; } }
    .sc-reviews-item__img {
      float: left;
      width: 40px;
      margin-right: 10px; }
      @media (max-width: 1041px) {
        .sc-reviews-item__img {
          display: none; } }
    .sc-reviews-item__name {
      color: #AEB0BE; }
      @media (min-width: 1311px) {
        .sc-reviews-item__name {
          font-size: 17px;
          line-height: 20px; } }
      @media (max-width: 1310px) {
        .sc-reviews-item__name {
          font-size: 15px;
          line-height: 18px; } }
    @media (min-width: 1311px) {
      .sc-reviews-item__link {
        font-size: 14px;
        line-height: 16px; } }
    @media (max-width: 1310px) {
      .sc-reviews-item__link {
        font-size: 12px;
        line-height: 14px; } }

.sc-footer {
  display: flex;
  justify-content: center; }
  @media (min-width: 1042px) {
    .sc-footer {
      padding: 64px 0 39px; } }
  @media (max-width: 1041px) {
    .sc-footer {
      padding: 72px 0 39px; } }
  .sc-footer__content {
    box-sizing: border-box;
    width: 100%;
    max-width: 1460px;
    min-width: 1024px;
    padding: 0 100px; }
    @media (max-width: 1041px) {
      .sc-footer__content {
        min-width: initial; } }
    @media (max-width: 768px) {
      .sc-footer__content {
        padding: 15px 30px; } }
  .sc-footer__copyright {
    margin-top: 21px;
    opacity: 0.2;
    color: #7B90D4;
    font-size: 14px;
    letter-spacing: 4.4px;
    line-height: 22px;
    text-align: center; }
    @media (max-width: 768px) {
      .sc-footer__copyright {
        line-height: 16px;
        letter-spacing: 0; } }
  .sc-footer hr {
    height: 1px;
    margin: 40px 0;
    border: none;
    background-color: #2E3037; }
    @media (max-width: 768px) {
      .sc-footer hr {
        margin: 36px 0; } }
  .sc-footer-content__map {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 1042px) {
      .sc-footer-content__map {
        padding: 40px 30px; } }
    @media (max-width: 1041px) {
      .sc-footer-content__map {
        padding: 40px 0; } }
    @media (max-width: 768px) {
      .sc-footer-content__map {
        flex-direction: column;
        padding: 0 0; } }
  .sc-footer-content__col {
    font-family: Roboto;
    font-size: 16px; }
    @media (max-width: 768px) {
      .sc-footer-content__col {
        margin-bottom: 28px; } }
    .sc-footer-content__col .dot {
      position: relative;
      top: 2px;
      display: inline-block; }
      @media (min-width: 769px) {
        .sc-footer-content__col .dot {
          display: none; } }
      .sc-footer-content__col .dot:before {
        content: '•';
        display: inline-block;
        margin: 0 14px;
        opacity: 0.3;
        color: #AEB0BE; }
    .sc-footer-content__col a {
      height: 30px;
      color: #eaedff;
      font-size: 16px;
      text-shadow: none; }
      .sc-footer-content__col a:hover {
        color: #fdfdff; }
        .sc-footer-content__col a:hover::after {
          border-color: rgba(234, 237, 255, 0.6); }
      @media (max-width: 768px) {
        .sc-footer-content__col a {
          height: 21px;
          font-size: 14px; } }
    @media (max-width: 768px) {
      .sc-footer-content__col div:not(:first-child) {
        display: inline-block; } }
    .sc-footer-content__col div:nth-of-type(1) .dot,
    .sc-footer-content__col div:nth-of-type(4) .dot {
      display: none; }
    .sc-footer-content__col div:first-child a {
      margin-bottom: 0;
      color: rgba(234, 237, 255, 0.4);
      font-weight: 500; }
      .sc-footer-content__col div:first-child a:hover {
        color: rgba(253, 253, 255, 0.4); }
        .sc-footer-content__col div:first-child a:hover::after {
          border-color: rgba(234, 237, 255, 0.6); }
      @media (max-width: 768px) {
        .sc-footer-content__col div:first-child a {
          margin-bottom: 6px;
          font-size: 16px;
          text-align: left; } }

.sc-twitter {
  padding-bottom: 135px; }
  @media (max-width: 768px) {
    .sc-twitter {
      padding-bottom: 130px; } }
  .sc-twitter header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #EAEDFF;
    font-size: 45px;
    line-height: 53px; }
    @media (min-width: 1042px) {
      .sc-twitter header {
        margin: 0 30px 16px; } }
    @media (max-width: 1041px) {
      .sc-twitter header {
        margin: 0 0 15px; } }
    @media (max-width: 768px) {
      .sc-twitter header {
        margin-bottom: 25px;
        font-size: 25px;
        line-height: 29px; } }
    @media (max-width: 360px) {
      .sc-twitter header {
        justify-content: center; } }
    .sc-twitter header sub {
      opacity: 0.3;
      color: #EAEDFF;
      font-size: 20px;
      line-height: 24px;
      vertical-align: baseline; }
      @media (max-width: 768px) {
        .sc-twitter header sub {
          display: none; } }
    .sc-twitter header a {
      font-size: 0;
      line-height: 0; }
    .sc-twitter header div:nth-child(1) {
      margin-right: 16px; }
    .sc-twitter header div:nth-child(2) iframe:hover {
      box-shadow: 0 0 10px 0 rgba(27, 149, 224, 0.5);
      border-radius: 4px; }
  .sc-twitter__timeline {
    position: absolute;
    left: 0;
    width: 100%;
    height: 135px;
    overflow: hidden; }
  .sc-twitter__tweets {
    display: flex;
    box-sizing: border-box;
    width: 100%;
    height: 170px;
    overflow: hidden;
    overflow-x: scroll; }
    @media (min-width: 1401px) {
      .sc-twitter__tweets {
        padding-left: calc((100% - 1260px) / 2); } }
    @media (max-width: 1400px) {
      .sc-twitter__tweets {
        padding-left: 70px; } }
    @media (max-width: 768px) {
      .sc-twitter__tweets {
        padding-left: 10px; } }
  .sc-twitter .sc-tweet {
    box-sizing: border-box;
    height: 135px;
    padding: 21px 30px;
    border-radius: 4px;
    background: linear-gradient(187.7deg, #25263A 0%, #232732 100%), linear-gradient(187.7deg, #272433 0%, #232732 100%); }
    @media (max-width: 768px) {
      .sc-twitter .sc-tweet {
        height: 122px;
        padding: 12px 21px; } }
    .sc-twitter .sc-tweet__content {
      display: flex; }
      .sc-twitter .sc-tweet__content a {
        text-shadow: none; }
    .sc-twitter .sc-tweet__text {
      display: -webkit-box;
      max-height: 66px;
      width: 280px;
      height: 109.2px;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
      overflow: hidden;
      margin-bottom: 10px;
      color: #EAEDFF;
      font-size: 16px;
      line-height: 22px;
      text-overflow: ellipsis; }
      .sc-twitter .sc-tweet__text a {
        padding: 3px 0;
        line-height: 16px; }
    .sc-twitter .sc-tweet__author {
      display: flex;
      align-items: center;
      opacity: 0.8;
      color: #EAEDFF;
      font-size: 12px;
      font-weight: 500;
      line-height: 22px; }
      .sc-twitter .sc-tweet__author .link {
        display: inline-block;
        margin-right: 10px;
        color: #EAEDFF;
        text-shadow: none;
        line-height: 12px; }
        .sc-twitter .sc-tweet__author .link:hover {
          color: #fdfdff;
          text-shadow: none; }
          .sc-twitter .sc-tweet__author .link:hover::after {
            border-color: rgba(234, 237, 255, 0.6); }
    .sc-twitter .sc-tweet__time {
      opacity: 0.4;
      color: #EAEDFF;
      font-size: 12px;
      line-height: 22px; }
    .sc-twitter .sc-tweet__image {
      float: left;
      max-width: 300px;
      height: 66px;
      margin-right: 10px;
      overflow: hidden; }
      .sc-twitter .sc-tweet__image img {
        height: 100%; }
    .sc-twitter .sc-tweet a {
      display: block;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
    .sc-twitter .sc-tweet + .sc-tweet {
      margin-left: 15px; }

html, body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  background: #13151A;
  color: white;
  font-family: Roboto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -ms-font-feature-settings: "kern" 1;
  font-feature-settings: "kern"; }

body > main {
  margin-top: -106px; }

.main-bg {
  z-index: 0;
  position: absolute;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  pointer-events: none; }
  .main-bg svg {
    min-width: 1680px;
    flex: 1 0 auto; }

.dust {
  z-index: 0;
  position: absolute;
  top: 800px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  max-height: 3600px;
  pointer-events: none; }
  .dust svg {
    width: 1606px;
    flex: 1 0 auto; }

#twitter-feed iframe body {
  background: #F00; }
