@font-face {
  font-family: 'OpenSans';
  font-weight: 400;
  font-style: normal;
  src: url("/fonts/opensans/regular.ttf");
}

@font-face {
  font-family: 'OpenSans';
  font-weight: 600;
  font-style: normal;
  src: url("/fonts/opensans/bold.ttf");
}

@font-face {
  font-family: 'OpenSans';
  font-weight: 600;
  font-style: italic;
  src: url("/fonts/opensans/bold-italic.ttf");
}

@font-face {
  font-family: 'BebasNeue';
  font-weight: 600;
  font-style: normal;
  src: url("/fonts/BebasNeue_Bold.ttf");
}

@font-face {
  font-family: 'GothamPro';
  font-weight: 600;
  font-style: italic;
  src: url("/fonts/GothamPro_BlackItalic.otf");
}

@font-face {
  font-family: 'GothamPro';
  font-weight: 600;
  src: url("/fonts/GothamPro_Black.otf");
}

@font-face {
  font-family: 'GothamPro';
  font-weight: 100;
  src: url("/fonts/GothamPro_Light.otf");
}

@font-face {
  font-family: 'GothamPro';
  font-weight: 500;
  src: url("/fonts/GothamPro_Medium.otf");
}

.navbar {
  background: #2b2b2b;
  font-style: italic;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 0.929rem;
  padding-top: 0;
  padding-bottom: 0;
}

.navbar .mobile-only {
  display: none;
}

.navbar-dark .navbar-nav .nav-link {
  color: #6f6f6f;
  padding-right: 1rem;
  padding-left: 1rem;
}

.btn-navbar {
  display: block;
  padding: 26px 35px;
}

.btn-navbar svg {
  margin-right: 7px;
  vertical-align: middle;
  margin-bottom: 3px;
}

.btn-navbar-login {
  color: #6f6f6f;
  background: #1f1f1f;
}

.btn-navbar-login svg {
  fill: #6f6f6f;
  height: 23px;
  width: 20px;
}

.btn-navbar-login:hover {
  color: #fdde00;
  text-decoration: none;
}

.btn-navbar-login:hover svg {
  fill: #fdde00;
}

.btn-navbar-hts {
  color: #2b2b2b;
  background: #fdde00;
}

.btn-navbar-hts svg {
  fill: #000;
  height: 23px;
  width: 40px;
}

.btn-navbar-hts:hover {
  color: #fdde00;
  text-decoration: none;
  background: #1f1f1f;
  color: #fdde00;
}

.btn-navbar-hts:hover svg {
  fill: #fdde00;
}

.logo-image {
  width: 145px;
  height: 41px;
  background-image: url("/images/logo-white.png");
  background-repeat: no-repeat;
  background-position: center center;
}

.logo-image:hover {
  background-image: url("/images/logo-yellow.png");
}

@media (max-width: 992px) {
  .btn-navbar {
    display: none;
  }

  .navbar .mobile-only {
    display: block;
  }
}

html {
  font-size: 14px;
}

html,
body {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
  font-family: 'OpenSans';
  font-weight: normal;
  background: #ececec;
}

.homepage {
  background: url("/images/bg-home.jpg") center center no-repeat/cover;
}

.login {
  background: url("/images/form-bg-1.jpg") center 78px no-repeat;
}

.donate {
  background: url("/images/donate-bg.jpg") center 78px no-repeat;
}

.has-error .help-block {
  color: #f00;
}

.app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding-bottom: 50px;
}

.content > .title {
  font-size: 1.786rem;
  font-weight: bold;
  font-style: italic;
  padding: 70px 0 50px 0;
  text-align: center;
  color: #2b2b2b;
  text-transform: uppercase;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.welcome-container {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.welcome-text {
  font-family: 'BebasNeue';
  font-size: 9.071rem;
  color: #fff;
  letter-spacing: -5px;
  line-height: 0.8;
  font-style: italic;
}

.welcome-link-wrap {
  margin-top: 15px;
}

.welcome-link {
  display: inline-block;
  border: 5px solid #fdde00;
  color: #fff;
  font-size: 3.643rem;
  font-family: 'BebasNeue';
  padding: 0 15px;
  line-height: 1.1;
}

.welcome-link:hover {
  text-decoration: none;
  color: #1b1b1b;
  background: #fdde00;
}

.small-link {
  text-decoration: underline;
  font-size: 0.785714285714286rem;
  color: #888;
}

.input {
  background: #fff;
  border: 0;
  border-bottom: 3px solid #c3c3c3;
  height: 40px;
  width: 100%;
  text-indent: 50px;
  outline: none;
}

.input:focus {
  border-bottom-color: #717171;
}

.input-container {
  margin-bottom: 20px;
}

.input-checkbox {
  font-size: 0.785714285714286rem;
  color: #464646;
}

.input-checkbox label {
  margin-left: 5px;
}

.input-checkbox input {
  vertical-align: middle;
}

.form-button {
  line-height: 65px;
  background: #fdde00;
  font-style: italic;
  font-size: 1.071428571428571rem;
  border: 0;
  padding: 0 20px;
  text-transform: uppercase;
  cursor: pointer;
}

.form-button-container {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: -32.5px;
  left: 0;
}

.card-title {
  text-transform: uppercase;
  font-style: italic;
  font-weight: 600;
  font-size: 1.428571428571429rem;
  text-align: center;
  letter-spacing: 0.071428571428571rem;
  font-family: 'GothamPro';
  margin-bottom: 1.5rem;
}

.start-game {
  width: 320px;
  height: 78px;
  background: url("/images/homepage-btn-bg.jpg") center center no-repeat;
  color: #2b2b2b;
  font-size: 1.285714285714286rem;
  font-family: 'GothamPro';
  font-style: italic;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  line-height: 72px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.start-game svg {
  height: 33px;
  width: 52px;
  vertical-align: middle;
  margin-right: 10px;
}

.start-game span {
  vertical-align: middle;
}

.start-game:hover {
  text-decoration: none;
  color: inherit;
  -webkit-box-shadow: 0 4px 40px 4px rgba(252,192,0,0.79);
  box-shadow: 0 4px 40px 4px rgba(252,192,0,0.79);
}

.yt-btn {
  width: 225px;
  height: 52px;
  background: url("/images/yt-btn-bg.jpg") center center no-repeat;
  color: #fff;
  font-size: 1rem;
  font-family: 'GothamPro';
  display: inline-block;
  text-align: center;
  line-height: 52px;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.yt-btn svg {
  height: 26px;
  width: 34px;
  vertical-align: middle;
  margin-right: 10px;
  fill: #fff;
}

.yt-btn span {
  vertical-align: middle;
}

.yt-btn:hover {
  text-decoration: none;
  color: inherit;
  -webkit-box-shadow: 0 4px 20px 4px rgba(214,77,77,0.55);
  box-shadow: 0 4px 20px 4px rgba(214,77,77,0.55);
}

.about {
  background: url("/images/about-bg.jpg") center center no-repeat;
  padding-top: 130px;
  position: relative;
  color: #fff;
  font-family: 'GothamPro';
  font-weight: 100;
}

.about .container {
  position: relative;
}

.about-content {
  padding-top: 20px;
}

.about-header {
  font-size: 1.928571428571429rem;
  margin-bottom: 17px;
}

.about-header span {
  font-weight: 600;
}

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

.video-container {
  height: 399px;
  background: url("/images/mockup.png") center center no-repeat;
  position: relative;
}

.video-container .play-video {
  position: absolute;
  width: 80px;
  height: 80px;
  display: block;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 8px rgba(255,220,52,0.4);
  box-shadow: 0 0 0 8px rgba(255,220,52,0.4);
  top: 50%;
  margin-top: -80px;
  left: 50%;
  margin-left: -40px;
}

.video-container .play-video svg {
  fill: #ffdc34;
  width: 80px;
  height: 80px;
}

.monitoring {
  padding: 35px;
  background: #f6f6f6;
  -webkit-transform: skew(170deg);
  transform: skew(170deg);
  position: absolute;
  width: 100%;
  top: -208.5px;
  left: 0;
}

.monitoring .normalize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transform: skew(10deg);
  transform: skew(10deg);
}

.monitoring .server {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5e5e5e;
  font-family: 'GothamPro';
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.monitoring .hostname {
  text-transform: uppercase;
  font-size: 1.428571428571429rem;
  font-weight: 600;
  line-height: 1.2;
}

.monitoring .ip {
  font-size: 0.857142857142857rem;
  font-weight: 500;
}

.monitoring .players {
  margin-top: 7px;
}

.monitoring .players svg {
  width: 15px;
  height: 15px;
  fill: #5e5e5e;
  margin-right: 7px;
  margin-bottom: -2px;
}

.monitoring .players span {
  font-weight: 600;
}

.monitoring .progress {
  height: 0.5rem;
  margin-top: 10px;
}

.monitoring .progress-bar {
  background-color: #fdc400;
}

.monitoring .icon {
  margin-right: 15px;
}

.monitoring .icon-server {
  width: 70px;
  height: 70px;
  background: url("/images/server-icon-sprite.png");
}

.monitoring .icon-server-1 {
  background-position-x: 0;
}

.monitoring .icon-server-2 {
  background-position-x: -70px;
}

.monitoring .icon-server-3 {
  background-position-x: -140px;
}

.monitoring .icon-server-4 {
  background-position-x: -210px;
}

.monitoring .server-offline {
  opacity: 0.4;
}

.monitoring .server-offline .icon-server {
  background-position-y: -70px;
}

.slider {
  position: relative;
  background: url("/images/slider-bg.jpg") center top no-repeat;
  padding: 100px 0 250px;
}

.slider-first-scene {
  height: 387px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url("/images/slider-first-scene.png") center bottom no-repeat;
}

.slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-item .content {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.slider-item .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 580px;
  flex: 0 0 580px;
}

.slider-header {
  font-size: 2.214285714285714rem;
  color: #303030;
  font-family: 'GothamPro';
  font-weight: 600;
  margin-bottom: 20px;
}

.slider-body {
  font-size: 1.214285714285714rem;
  color: #303030;
  font-family: 'GothamPro';
  font-weight: 100;
  line-height: 2;
}

.slider-image {
  width: 100%;
}

.slider-static {
  z-index: 1;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  left: 0;
  bottom: 55px;
}

.slider .carousel-indicators {
  position: relative;
  margin: 0;
  bottom: 0;
  margin-left: 15px;
}

.slider .carousel-indicators li {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #303030;
  border-radius: 50%;
}

.slider .carousel-indicators .active {
  background-color: #ffcd00;
}

.news {
  background: url("/images/news-bg.jpg") center top no-repeat/cover;
  padding: 70px 0 50px;
}

.block-title {
  font-size: 1.785714285714286rem;
  font-family: 'GothamPro';
  font-weight: 100;
  margin-bottom: 20px;
}

.block-title span {
  font-weight: 600;
}

.article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}

.article .image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  height: 84.375px;
  background: #eee;
  margin-right: 15px;
}

.article .title a {
  font-family: 'GothamPro';
  font-size: 1rem;
  font-weight: 600;
  color: #343a40;
}

.article:after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  height: 3px;
  bottom: -3px;
  background: -webkit-gradient(linear, left top, right top, from(#fc9800), to(#fef000));
  background: linear-gradient(to right, #fc9800, #fef000);
}

.socials {
  background: url("/images/socials-bg.jpg") center top no-repeat/cover;
  padding: 90px 0 50px;
}

.socials .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: 'GothamPro';
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}

.socials .group .userpic {
  margin-right: 15px;
}

.socials .group .userpic-icon {
  width: 90px;
  height: 78px;
  background-image: url("/images/socials-userpic.png");
}

.socials .group .userpic-icon-off {
  background-position: 0;
}

.socials .group .userpic-icon-free {
  background-position-x: -90px;
}

.socials .group .name {
  color: #fff;
  font-weight: 100;
  font-size: 1.785714285714286rem;
}

.socials .group .name span {
  font-weight: 600;
}

.socials .group .members-count {
  color: #bdbdbd;
  font-weight: 500;
}

.socials .group .members-count svg {
  width: 15px;
  height: 15px;
  fill: #bdbdbd;
  margin-right: 5px;
  margin-bottom: -1px;
}

.socials .group .invite {
  margin-left: 20px;
}

.socials .group .invite-link {
  background: url("/images/invite-btn-bg.png");
  color: #292929;
  font-size: 2.142857142857143rem;
  font-style: italic;
  width: 62px;
  text-align: center;
  display: none;
  opacity: 0.7;
}

.socials .group .invite-link:hover {
  text-decoration: none;
  opacity: 1;
}

.socials .group:hover .invite-link {
  display: inline-block;
}

.profile-name {
  background: url("/images/profile-bg.jpg") center bottom no-repeat/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 30px 0;
  position: relative;
}

.profile-name .user-icon {
  width: 120px;
  height: 120px;
  background: #595959;
  border-radius: 50%;
}

.profile-name .user-icon svg {
  fill: #b4b4b4;
  width: 100%;
  height: 100%;
}

.profile-name .user-info {
  text-transform: uppercase;
  font-weight: bold;
  margin-left: 20px;
}

.profile-name .user-name {
  color: #fff;
  font-size: 1.286rem;
  font-style: italic;
}

.profile-name .user-job {
  color: #fdde00;
}

.profile-name .user-config {
  position: absolute;
  top: 0;
  right: 0;
}

.profile-name .user-config svg {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.profile-name .user-config .config-icon {
  padding: 20px;
  cursor: pointer;
}

.profile-name .user-config .config-icon:hover svg {
  fill: #fdde00;
}

.profile-name .user-config .dropright.show svg {
  fill: #fdde00;
}

.profile-name .user-config .dropdown-menu {
  background: #d3d3d3;
}

.profile-name .user-config .dropdown-item {
  padding: 0.5rem 1.5rem;
  font-size: 0.929rem;
}

.profile-level {
  height: 50px;
  background: #d3d3d3;
  position: relative;
  padding: 0 20px;
}

.profile-level .level-width {
  position: absolute;
  height: 50px;
  left: 0;
  top: 0;
  width: 42%;
  background: #fdde00;
  z-index: 1;
}

.profile-level .level-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  height: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-level .level-value {
  font-weight: bold;
}

.profile-title {
  font-size: 1.429rem;
  text-transform: uppercase;
  font-weight: bold;
  font-style: italic;
  padding: 40px 0 35px 0;
}

.profile-balances {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.profile-balances .value {
  font-size: 1.429rem;
  font-weight: bold;
  margin-left: 15px;
}

.profile-balances .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.profile-balances .item-donate .value {
  color: #dbb03c;
}

.profile-balances .item-cash .value {
  color: #6cae4a;
}

.balance-icon {
  background: url("/images/balance-icons.png");
}

.balance-icon-cash {
  width: 36px;
  height: 34px;
}

.balance-icon-bank {
  width: 36px;
  height: 32px;
  background-position-x: -36px;
}

.balance-icon-mobile {
  width: 17px;
  height: 32px;
  background-position-x: -72px;
}

.balance-icon-donate {
  width: 40px;
  height: 36px;
  background-position-x: -89px;
}

.profile-items .item {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 50px 50px;
  background: #fff center bottom no-repeat/cover;
  margin-bottom: 25px;
}

.profile-items .item-desc-top,
.profile-items .item-desc-bottom {
  color: rgba(255,255,255,0.5);
  font-size: 0.929rem;
  font-weight: bold;
}

.profile-items .item-name {
  font-size: 1.786rem;
  color: #fff;
  font-weight: bold;
  font-style: italic;
}

.profile-items .house-in-ls {
  background-image: url("/images/city-ls.jpg");
}

.profile-items .house-in-sf {
  background-image: url("/images/city-sf.jpg");
}

.profile-items .house-in-lv {
  background-image: url("/images/city-lv.jpg");
}

.profile-items .car-low {
  background-image: url("/images/car-low.jpg");
}

.profile-items .car-mid {
  background-image: url("/images/car-mid.jpg");
}

.profile-items .car-high {
  background-image: url("/images/car-high.jpg");
}

.profile-items .car-special {
  background-image: url("/images/car-special.jpg");
}

.quest {
  margin-bottom: 20px;
}

.quest-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #2b2b2b;
  margin-bottom: 10px;
}

.quest-progress {
  height: 15px;
  background: #c1c1c1;
  position: relative;
}

.quest-progress:before,
.quest-progress:after {
  content: '';
  width: 25px;
  height: 25px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  background: #c1c1c1;
}

.quest-progress:before {
  left: -2px;
  background: #fdde00;
}

.quest-progress:after {
  right: -2px;
}

.quest-progress-value {
  position: absolute;
  height: 15px;
  top: 0;
  left: 0;
  background: #fdde00;
}

.quest-progress.end:before,
.quest-progress.end:after {
  background: #81c176;
}

.quest-progress.end .quest-progress-value {
  background: #81c176;
}

.profile-stat .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 7px 0;
  color: #2b2b2b;
  font-size: 1.071rem;
}

.footer {
  background: #2b2b2b;
  padding: 30px 0;
}

.footer-wrap {
  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;
}

.footer-nav-link {
  color: #6d6d6d;
  font-size: 1.071rem;
  display: inline-block;
  padding: 5px 0;
}

.footer-nav-link:hover {
  color: #808080;
  text-decoration: none;
}

.footer-copy {
  color: #6d6d6d;
  text-align: center;
}

.footer-name {
  font-size: 1.429rem;
  font-weight: bold;
  text-transform: uppercase;
  padding: 10px 0 0;
}

#slide-up {
  background: transparent;
  border: 0;
  cursor: pointer;
}

.button-to-top svg {
  width: 25px;
  height: 25px;
  fill: #6d6d6d;
}

@media (max-width: 576px) {
  .footer-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-nav {
    display: none;
  }

  .button-to-top {
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .footer-copy {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 1200px) {
  .start-game {
    width: 290px;
    height: 71px;
    background-size: contain;
  }

  .slider {
    padding-bottom: 270px;
  }

  .slider-header {
    font-size: 1.857142857142857rem;
  }

  .slider-body {
    line-height: 1.8;
  }

  .slider-item .image {
    -ms-flex-preferred-size: 525px;
    flex-basis: 525px;
  }

  .monitoring {
    padding: 35px 20px;
  }
}

@media (max-width: 992px) {
  .monitoring {
    padding: 35px;
  }

  .monitoring .icon {
    display: none;
  }

  .monitoring,
  .monitoring .normalize {
    -webkit-transform: skew(0deg);
    transform: skew(0deg);
  }

  .about {
    padding-bottom: 50px;
  }

  .about .video {
    display: none;
  }

  .about-content {
    padding-top: 0;
  }

  .slider-item .image {
    -ms-flex-preferred-size: 370px;
    flex-basis: 370px;
  }

  .slider-first-scene {
    height: 300px;
    background-size: cover;
  }

  .slider-static {
    bottom: -70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .slider .carousel-indicators {
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .welcome-text {
    font-size: 4.071rem;
    letter-spacing: 0;
  }

  .about {
    padding: 30px 0;
  }

  .monitoring {
    position: relative;
    background: transparent;
    padding: 0;
    top: 0;
  }

  .monitoring .normalize {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .monitoring .server {
    padding: 25px;
    background: #000;
    margin-bottom: 25px;
    color: #bdbdbd;
  }

  .slider-item .image {
    -ms-flex-preferred-size: 270px;
    flex-basis: 270px;
  }

  .slider-header {
    font-size: 1.428571428571429rem;
  }

  .slider-body {
    font-size: 1rem;
    line-height: 1.6;
  }

  .slider {
    padding-bottom: 200px;
    padding-top: 70px;
  }

  .slider-static {
    bottom: -105px;
  }

  .slider .carousel-indicators li {
    background-color: #fff;
  }
}

@media (max-width: 567px) {
  .welcome-container {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-bottom: 50px;
  }

  .welcome-text {
    text-align: center;
    font-style: normal;
  }

  .welcome-link {
    display: block;
    text-align: center;
    font-size: 2.857rem;
  }

  .slider {
    padding-bottom: 170px;
    padding-top: 30px;
    background-position-y: bottom;
  }

  .slider-first-scene {
    height: 245px;
  }

  .slider-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .slider-item .content {
    text-align: center;
  }

  .slider-static {
    bottom: -150px;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about {
    background-repeat: repeat;
  }

  .monitoring .normalize {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .monitoring .server {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .monitoring .info {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }

  .socials .group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .socials .group .userpic {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .socials .group .invite {
    margin-left: 0;
    margin-top: 10px;
  }

  .socials .group .invite-link {
    display: none;
  }

  .socials .group .name {
    font-size: 1.428571428571429rem;
  }

  .article .image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    height: 56.25px;
  }

  .article .title a {
    font-weight: 100;
  }
}