/* ===================================================================
 * Nerve90 - based on the original Count coming-soon layout
 * ------------------------------------------------------------------- */

html {
  font-size: 10px;
}

@media only screen and (max-width: 400px) {
  html {
    font-size: 9.411764705882353px;
  }
}

html,
body {
  height: 100%;
  overflow: hidden;
}

body {
  background: #111111;
  font-family: "metropolis-regular", sans-serif;
  font-size: 1.7rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.765;
  color: #757575;
  margin: 0;
  padding: 0;
}

a {
  color: #ec008c;
  transition: all 0.3s ease-in-out;
}

a:hover,
a:focus,
a:active {
  color: #28c6d9;
}

a:hover,
a:active {
  outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "domine-regular", serif;
  color: #000000;
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

p {
  margin-bottom: 3rem;
}

.btn,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  display: inline-block;
  font-family: "metropolis-semibold", sans-serif;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  height: 5.4rem;
  line-height: 5rem;
  padding: 0 3rem;
  margin: 0 0.3rem 1.2rem 0;
  color: #000000;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  background-color: #c5c5c5;
  border: 0.2rem solid #c5c5c5;
}

.btn:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.btn:focus,
button:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  background-color: #b8b8b8;
  border-color: #b8b8b8;
  color: #000000;
  outline: 0;
}

.btn.btn--primary,
button.btn--primary,
input[type="submit"].btn--primary,
input[type="reset"].btn--primary,
input[type="button"].btn--primary {
  background: #ec008c;
  border-color: #ec008c;
  color: #ffffff;
}

.btn.btn--primary:hover,
button.btn--primary:hover,
input[type="submit"].btn--primary:hover,
input[type="reset"].btn--primary:hover,
input[type="button"].btn--primary:hover,
.btn.btn--primary:focus,
button.btn--primary:focus,
input[type="submit"].btn--primary:focus,
input[type="reset"].btn--primary:focus,
input[type="button"].btn--primary:focus {
  background: #28c6d9;
  border-color: #28c6d9;
}

.btn--pill,
button.btn--pill {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
  border-radius: 1000px !important;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #050505;
  z-index: 800;
  height: 100%;
  width: 100%;
  display: table;
}

.no-js #preloader,
.oldie #preloader {
  display: none;
}

#loader {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.line-scale-pulse-out > div {
  background-color: #ec008c;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  animation-fill-mode: both;
  display: inline-block;
  animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2),
.line-scale-pulse-out > div:nth-child(4) {
  animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1),
.line-scale-pulse-out > div:nth-child(5) {
  animation-delay: -0.2s !important;
}

@keyframes line-scale-pulse-out {
  0% {
    transform: scaley(1);
  }

  50% {
    transform: scaley(0.4);
  }

  100% {
    transform: scaley(1);
  }
}

.s-home {
  z-index: 501;
  display: table;
  width: 100%;
  height: 100%;
  min-height: 720px;
  background-color: #111111;
  background-image: url("../images/hero-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.home-particles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.88;
  background: linear-gradient(90deg, rgba(5, 7, 11, 0.96) 0%, rgba(13, 17, 25, 0.84) 45%, rgba(5, 7, 11, 0.72) 100%);
  z-index: 1;
}

.home-logo {
  z-index: 502;
  display: block;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 60px;
  top: 36px;
}

.home-logo a {
  display: block;
  margin: 0;
  padding: 0;
  outline: 0;
  border: none;
  transition: all 0.3s ease-in-out;
}

.home-logo img {
  width: 118px;
  height: 25px;
}

.home-content {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding-bottom: 6rem;
  position: relative;
  z-index: 3;
}

.home-content h3 {
  font-family: "metropolis-medium", sans-serif;
  font-size: 1.4rem;
  line-height: 1.286;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  color: white;
  margin-top: 0;
  margin-bottom: 3rem;
  padding-left: 55px;
  position: relative;
}

.home-content h3::before {
  content: "";
  display: block;
  background-color: rgba(236, 0, 140, 0.6);
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
}

.home-content h1 {
  font-size: 6.4rem;
  line-height: 1.219;
  margin-top: 0;
  color: #ffffff;
  letter-spacing: 0;
}

.home-content__main {
  max-width: 1400px;
  padding-top: 15rem;
  position: relative;
  overflow: hidden;
}

.home-content__text p {
  font-size: 1.8rem;
  line-height: 2;
  color: rgba(255, 255, 255, 0.45);
  margin-top: 6.6rem;
  margin-right: 15%;
}

.home-content__actions {
  max-width: 520px;
  margin: 4.2rem 0 0 0;
  padding: 0;
  position: relative;
}

.admin-login {
  min-width: 190px;
}

.home-content__hint {
  display: block;
  color: rgba(255, 255, 255, 0.38);
  font-size: 1.3rem;
  line-height: 1.7;
  margin-top: 1rem;
}

.home-content__counter {
  padding-right: 6rem;
}

.home-content__counter .top {
  margin-bottom: 1.5rem;
  position: relative;
  left: -1.5rem;
}

.home-content__counter .time {
  color: #ffffff;
  font-family: "metropolis-light", sans-serif;
  font-size: 3rem;
  line-height: 1;
  display: inline-block;
  padding-right: 1.5rem;
  margin: 0 1.5rem;
  min-width: 6rem;
  position: relative;
}

.home-content__counter .time span {
  color: rgba(255, 255, 255, 0.35);
  font-size: 2rem;
  position: absolute;
  bottom: 0;
  right: 0;
}

.home-content__counter .days {
  font-family: "metropolis-extralight", sans-serif;
  font-size: 17.5rem;
  letter-spacing: 0;
  padding-right: 6rem;
  margin-top: -0.9rem;
}

.home-content__counter .days span {
  display: inline-block;
  font-family: "metropolis-regular", sans-serif;
  letter-spacing: 0;
  background-color: #ec008c;
  color: #ffffff;
  padding: 9px 12px;
  bottom: 1.3em;
}

.home-content__line {
  display: block;
  width: 1px;
  height: 12rem;
  background-color: #ec008c;
  position: absolute;
  right: 84px;
  bottom: 0;
}

.home-social {
  list-style: none;
  font-family: "metropolis-regular", sans-serif;
  margin: 0;
  position: absolute;
  top: 50%;
  right: 6.6rem;
  transform: translate3d(0, -50%, 0);
}

.home-social a {
  color: #ffffff;
  transition: all 0.5s ease-in-out;
}

.home-social li {
  position: relative;
  padding: 0.9rem 0;
}

.home-social li a {
  display: block;
  width: 36px;
  height: 36px;
}

.home-social i,
.home-social span {
  position: absolute;
  top: 0;
  line-height: 36px;
  transition: all 0.5s ease-in-out;
}

.home-social i {
  font-size: 20px;
  right: 0;
  text-align: center;
  display: inline-block;
  width: 36px;
  height: 36px;
}

.home-social span {
  font-size: 1.2rem;
  color: #ec008c;
  right: 6rem;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transform-origin: 100% 50%;
}

.home-social span::after {
  display: block;
  content: "";
  width: 8px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  top: 50%;
  right: -18px;
}

.home-social li:hover span {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.home-copyright {
  z-index: 502;
  font-size: 1.5rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.25);
  padding: 30px 60px 42px;
  position: absolute;
  left: 0;
  bottom: 0;
}

.home-copyright span {
  display: inline-block;
}

.home-copyright span::after {
  content: "|";
  display: inline-block;
  padding: 0 0.5rem 0 0.8rem;
  color: rgba(255, 255, 255, 0.1);
}

.home-copyright span:last-child::after {
  display: none;
}

html.ss-preload .home-content__main {
  opacity: 0;
}

html.ss-loaded .home-content__main {
  animation-duration: 2s;
  animation-name: fadeIn;
}

html.no-csstransitions .home-content__main {
  opacity: 1;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, 150%, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.s-info {
  z-index: 503;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #111111;
  color: rgba(255, 255, 255, 0.36);
  padding: 21rem 0 9rem;
  overflow-y: auto;
  overflow-x: hidden;
  visibility: hidden;
  transition: visibility 0s 0.7s;
}

.s-info a {
  color: #ffffff;
  display: inline-block;
  border-bottom: 1px solid transparent;
}

.s-info a:hover,
.s-info a:focus {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.s-info h1,
.s-info h3 {
  margin-top: 0;
  color: #ffffff;
}

.s-info h1 {
  font-size: 6.4rem;
  line-height: 1.219;
  margin-bottom: 4.2rem;
  position: relative;
}

.s-info h1::before {
  display: block;
  content: "";
  width: 80px;
  height: 1px;
  background-color: rgba(236, 0, 140, 0.6);
  position: absolute;
  left: 3px;
  top: -3.6rem;
}

.s-info h3 {
  font-family: "metropolis-regular", sans-serif;
  font-size: 1.4rem;
  line-height: 1.286;
  color: #ec008c;
}

.s-info p {
  margin-bottom: 3rem;
}

.info-wrapper {
  min-height: 100%;
  transform: translateX(-50%);
  transition: transform 0.7s cubic-bezier(0.86, 0.01, 0.77, 0.78);
  backface-visibility: hidden;
}

.info-contact {
  padding-top: 3rem;
  color: #ffffff;
}

.info-block {
  margin-bottom: 4.5rem;
}

.info-is-visible .s-info {
  visibility: visible;
  transition: visibility 0s 0s;
}

.info-is-visible .info-wrapper {
  transform: translateX(0);
  transition: transform 0.5s cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.info-toggle {
  z-index: 504;
  background-color: #000000;
  border: 1px solid rgba(255, 255, 255, 0.12);
  font-family: "metropolis-medium", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  color: white;
  height: 42px;
  width: 42px;
  line-height: 42px;
  position: fixed;
  left: 50px;
  top: 30px;
  transition: all 0.5s ease-in-out;
}

.info-toggle:hover,
.info-toggle:focus {
  color: #ffffff;
}

.info-toggle::after {
  content: "Info";
  display: block;
  position: absolute;
  top: 0;
  right: -80px;
  width: 80px;
  padding-left: 12px;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s ease-in-out;
}

.info-menu-icon {
  display: block;
  width: 20px;
  height: 1px;
  margin-top: -1px;
  position: absolute;
  left: 10px;
  top: 50%;
  right: auto;
  bottom: auto;
  background-color: #ec008c;
  transition: background 0.2s ease-in-out;
}

.info-menu-icon::before,
.info-menu-icon::after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: inherit;
  position: absolute;
  left: 0;
  transition-duration: 0.2s, 0.2s;
  transition-delay: 0.2s, 0s;
}

.info-menu-icon::before {
  top: -7px;
  transition-property: top, transform;
}

.info-menu-icon::after {
  bottom: -7px;
  transition-property: bottom, transform;
}

.info-is-visible .info-menu-icon {
  background-color: rgba(236, 0, 140, 0);
}

.info-is-visible .info-menu-icon::before,
.info-is-visible .info-menu-icon::after {
  background-color: #ec008c;
  transition-delay: 0s, 0.2s;
}

.info-is-visible .info-menu-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.info-is-visible .info-menu-icon::after {
  bottom: 0;
  transform: rotate(-45deg);
}

.info-is-visible .info-toggle::after {
  content: "Close";
}

@media only screen and (max-width: 1500px) {
  .home-content h1 {
    font-size: 5.8rem;
  }

  .home-content__main {
    max-width: 1200px;
  }

  .home-content__text p {
    font-size: 1.7rem;
    margin-top: 4.8rem;
    margin-right: 10%;
  }

  .home-content__counter .time {
    font-size: 2.8rem;
    min-width: 5.8rem;
  }

  .home-content__counter .days {
    font-size: 14.5rem;
  }
}

@media only screen and (max-width: 1400px) {
  .home-logo {
    right: 35px;
  }

  .home-content h1 {
    font-size: 5rem;
  }

  .home-content__main {
    max-width: 1000px;
  }

  .home-content__text p {
    font-size: 1.6rem;
    margin-top: 4.2rem;
    margin-right: 5%;
  }

  .home-content__counter .time {
    font-size: 2.4rem;
    min-width: 5rem;
  }

  .home-content__counter .days {
    font-size: 12rem;
    padding-right: 5.5rem;
  }

  .home-content__line {
    right: 54px;
  }

  .home-social {
    right: 3.6rem;
  }
}

@media only screen and (max-width: 1200px) {
  .home-content h3 {
    padding-left: 45px;
  }

  .home-content h3::before {
    width: 30px;
  }

  .home-content h1 {
    font-size: 4.2rem;
  }

  .home-content__main {
    max-width: 900px;
  }

  .home-content__text {
    padding-right: 30px;
  }

  .home-content__text p {
    font-size: 1.5rem;
    margin-top: 3.6rem;
  }

  .home-content__counter .time {
    font-size: 2rem;
    min-width: 4rem;
  }

  .home-content__counter .days {
    font-size: 11rem;
    padding-right: 5.5rem;
  }
}

@media only screen and (max-width: 1000px) {
  .s-home,
  .home-content {
    display: block;
  }

  .home-content {
    overflow-y: auto;
    padding-bottom: 0;
  }

  .home-content br {
    display: none;
  }

  .home-content__main,
  .home-copyright {
    max-width: 700px;
  }

  .home-content__text,
  .home-content__counter {
    width: 100% !important;
    float: none !important;
    clear: both !important;
    margin-left: 0;
    margin-right: 0;
  }

  .home-content__text {
    padding-right: 60px;
    margin-bottom: 7.2rem;
  }

  .home-content__counter .top {
    display: inline-block;
    margin: 0;
  }

  .home-copyright {
    position: static;
    width: auto;
    margin-top: 9rem;
    padding: 30px 15px 42px;
  }

  .home-content__line {
    display: none;
  }
}

@media only screen and (max-width: 800px) {
  .home-content__main,
  .home-copyright {
    max-width: 600px;
  }

  .home-content__text {
    padding-right: 15px;
  }

  .home-content__counter {
    padding-right: 15px;
  }

  .home-content__counter .days {
    font-size: 9rem;
  }

  .home-social {
    display: none;
  }
}

@media only screen and (max-width: 700px) {
  .home-content h1 {
    font-size: 4rem;
  }

  .home-content__main,
  .home-copyright {
    max-width: 490px;
  }
}

@media only screen and (max-width: 600px) {
  .home-content h3 {
    font-size: 1.3rem;
  }

  .home-content h1 {
    font-size: 3.6rem;
  }

  .home-content__text {
    padding-right: 10px;
  }

  .home-content__counter {
    padding-right: 10px;
  }

  .home-content__counter .top {
    display: block;
    margin-bottom: 1.5rem;
    left: 0;
  }

  .home-content__counter .days {
    font-size: 10rem;
    padding-right: 5.5rem;
  }

  .home-copyright {
    text-align: center;
    padding-right: 25px;
    padding-left: 25px;
  }

  .s-info h1 {
    font-size: 4.2rem;
  }
}

@media only screen and (max-width: 500px) {
  .s-home {
    min-height: 642px;
    text-align: center;
  }

  .home-content h3 {
    padding-left: 0;
  }

  .home-content h3::before {
    display: none;
  }

  .home-content h1 {
    font-size: 3.3rem;
  }

  .home-content__main {
    max-width: 420px;
  }

  .home-content__actions {
    margin-top: 3rem;
  }

  .home-copyright span {
    display: block;
  }

  .home-copyright span::after {
    display: none;
  }

  .s-info h1 {
    font-size: 3.8rem;
  }
}

@media only screen and (max-width: 400px) {
  .s-home {
    min-height: 630px;
  }

  .home-logo {
    right: 30px;
  }

  .home-logo img {
    width: 105px;
    height: 23px;
  }

  .home-content h1 {
    font-size: 3rem;
  }

  .home-content__main {
    max-width: auto;
  }

  .home-content__text {
    padding-right: 0;
  }

  .home-content__text p {
    font-size: 1.6rem;
  }

  .home-copyright {
    margin-top: 7.8rem;
  }

  .info-toggle {
    left: 30px;
  }

  .info-toggle::after {
    display: none;
  }

  .s-info {
    padding: 16.2rem 0 9rem;
  }

  .s-info h1 {
    font-size: 3.5rem;
  }
}
