.suspendedPage {
  position: relative;
  background-color: #000;
  z-index: 1;
}
.suspendedPage p,
.suspendedPage h1,
.suspendedPage h2,
.suspendedPage h3,
.suspendedPage h4,
.suspendedPage h5,
.suspendedPage h6 {
  margin: 0px;
}
.suspendedPage ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.suspendedPage a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  -webkit-outline: none;
  -moz-outline: none;
  outline: none;
}
.suspendedPage .container {
  width: 1440px;
  padding: 0px 15px;
  margin: 0px auto;
}
.suspendedPage .back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.suspendedPage .back video {
  display: block;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  object-fit: cover;
}
.suspendedPage .back::after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #04032F;
  opacity: 0.3;
}
.suspendedPage .pageWrapper {
  min-height: 100vh;
  padding-left: 49px;
  padding-right: 49px;
  display: flex;
  flex-direction: column;
}
.suspendedPage .headBlock {
  padding-top: 35px;
  padding-bottom: 35px;
}
.suspendedPage .headBlock + .contentBlock {
  min-height: calc(100vh - 149px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 70px;
}
.suspendedPage .logo {
  display: table;
  position: relative;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.suspendedPage .logo > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.suspendedPage .logo img {
  display: block;
  height: 68px;
}
.suspendedPage .logo:hover {
  opacity: 0.7;
}
.suspendedPage .titleBLock {
  max-width: 864px;
  margin-left: auto;
  margin-right: auto;
}
.suspendedPage .titleBLock [class*=icon] {
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 80px;
  background: rgba(235, 39, 109, 0);
  background: -moz-linear-gradient(-45deg, rgba(235, 39, 109, 0) 0%, #eb276d 100%);
  background: -webkit-linear-gradient(-45deg, rgba(235, 39, 109, 0) 0%, #eb276d 100%);
  background: linear-gradient(-45deg, rgba(235, 39, 109, 0) 0%, #eb276d 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.suspendedPage .titleBLock [class*=icon] + .title {
  margin-top: 20px;
}
.suspendedPage .titleBLock .title {
  display: block;
  font-family: "Menlo";
  font-size: 48px;
  line-height: 65px;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
}
.suspendedPage .titleBLock .title .domain {
  font-weight: 500;
  color: #eb276d;
  text-transform: lowercase;
}
.suspendedPage .titleBLock + .messageBlock {
  margin-top: 34px;
}
.suspendedPage .messageBlock {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 25px;
  background-color: rgba(235, 39, 109, 0.2);
  border: 1px solid rgba(235, 39, 109, 0.5);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.suspendedPage .messageBlock .title {
  display: block;
  font-family: "Menlo";
  font-size: 24px;
  line-height: 28px;
  color: white;
  font-weight: normal;
  text-align: center;
}
.suspendedPage .messageBlock .title + .linksList {
  margin-top: 28px;
}
.suspendedPage .messageBlock + .menuBlock {
  margin-top: 68px;
}
.suspendedPage .linksList {
  padding-right: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.suspendedPage .linksList li + li {
  margin-left: 30px;
}
.suspendedPage .linksList a {
  display: flex;
  align-items: center;
  font-family: "Fira Sans";
  font-size: 16px;
  line-height: 19px;
  color: white;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.suspendedPage .linksList a:hover {
  opacity: 0.7;
}
.suspendedPage .linksList a [class*=icon] {
  position: relative;
  top: 2px;
  display: block;
  margin-right: 8px;
  font-size: 24px;
  font-weight: normal;
  color: #8EC344;
}
.suspendedPage .menuBlock {
  display: flex;
  justify-content: center;
}
.suspendedPage .menuBlock .item:nth-child(1) .menuItem .in {
  background-color: rgba(235, 39, 109, 0.2);
  border-color: #eb276d;
}
.suspendedPage .menuBlock .item:nth-child(1) .menuItem .title {
  color: #eb276d;
}
.suspendedPage .menuBlock .item:nth-child(2) .menuItem .in {
  background-color: rgba(117, 153, 63, 0.2);
  border-color: #75993f;
}
.suspendedPage .menuBlock .item:nth-child(2) .menuItem .title {
  color: #75993f;
}
.suspendedPage .menuBlock .item:nth-child(3) .menuItem .in {
  background-color: rgba(61, 210, 227, 0.2);
  border-color: #3dd2e3;
}
.suspendedPage .menuBlock .item:nth-child(3) .menuItem .title {
  color: #3dd2e3;
}
.suspendedPage .menuBlock .item + .item {
  margin-left: 32px;
}
.suspendedPage .menuItem {
  width: 192px;
  position: relative;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.suspendedPage .menuItem > a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 7;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
}
.suspendedPage .menuItem:hover {
  opacity: 0.7;
}
.suspendedPage .menuItem .in {
  width: 100%;
  min-height: 144px;
  padding: 15px;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.suspendedPage .menuItem img {
  display: block;
}
.suspendedPage .menuItem img + .title {
  margin-top: 16px;
}
.suspendedPage .menuItem .title {
  display: block;
  font-family: "Fira Sans";
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

@media (max-height: 839px) {
  .suspendedPage .messageBlock + .menuBlock {
    margin-top: 35px;
  }

  .suspendedPage .headBlock + .contentBlock {
    padding-bottom: 35px;
  }

  .suspendedPage .menuItem .title {
    font-size: 16px;
    line-height: 20px;
  }

  .suspendedPage .menuItem img {
    height: 44px;
  }

  .suspendedPage .menuItem .in {
    min-height: 0;
  }

  .suspendedPage .headBlock {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .suspendedPage .headBlock + .contentBlock {
    min-height: calc(100vh - 129px);
  }

  .suspendedPage .messageBlock .title + .linksList {
    margin-top: 20px;
  }
}
@media (max-width: 1439px) {
  .suspendedPage .container {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .suspendedPage .titleBLock [class*=icon] + .title {
    margin-top: 24px;
  }
  .suspendedPage .titleBLock .title {
    line-height: 50px;
  }
  .suspendedPage .titleBLock + .messageBlock {
    margin-top: 24px;
  }
  .suspendedPage .messageBlock + .menuBlock {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .suspendedPage .container {
    max-width: 400px;
  }
  .suspendedPage .pageWrapper {
    padding-left: 9px;
    padding-right: 9px;
  }
  .suspendedPage .titleBLock [class*=icon] {
    font-size: 64px;
  }
  .suspendedPage .titleBLock .title {
    font-size: 28px;
    line-height: 36px;
  }
  .suspendedPage .titleBLock + .messageBlock {
    margin-top: 15px;
  }
  .suspendedPage .messageBlock {
    padding-left: 5px;
    padding-top: 10px;
    padding-right: 5px;
    padding-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .suspendedPage .messageBlock .title {
    font-size: 19px;
    line-height: 21px;
  }
  .suspendedPage .messageBlock .title + .linksList {
    margin-top: 15px;
  }
  .suspendedPage .messageBlock + .menuBlock {
    margin-top: 15px;
  }
  .suspendedPage .linksList {
    display: table;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
  }
  .suspendedPage .linksList li + li {
    margin-left: 0px;
    margin-top: 16px;
  }
  .suspendedPage .linksList a {
    font-size: 14px;
    line-height: 17px;
  }
  .suspendedPage .linksList a [class*=icon] {
    top: 0px;
    margin-left: 7px;
    font-size: 24px;
  }
  .suspendedPage .menuBlock {
    display: block;
  }
  .suspendedPage .menuBlock .item + .item {
    margin-left: 0px;
    margin-top: 10px;
  }
  .suspendedPage .menuItem {
    width: 100%;
  }
  .suspendedPage .menuItem .title br {
    display: none;
  }

  .suspendedPage .logo img {
    height: 52px;
  }

  .suspendedPage .headBlock {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .suspendedPage .headBlock + .contentBlock {
    min-height: calc(100vh - 93px);
  }

  .suspendedPage .titleBLock [class*=icon] {
    font-size: 52px;
  }

  .suspendedPage .titleBLock [class*=icon] + .title {
    margin-top: 10px;
  }

  .suspendedPage .menuItem img {
    height: 40px;
  }

  .suspendedPage .menuItem img + .title {
    margin-top: 10px;
  }

  .suspendedPage .menuItem .title {
    font-size: 14px;
    line-height: 17px;
  }

  .suspendedPage .menuItem .in {
    padding: 10px 15px;
  }
}
@media (max-width: 374px) {
  .suspendedPage .linksList {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 0px;
  }
}

/*# sourceMappingURL=style.css.map */
