@font-face {
  font-family: 'GothamPro-Medium';
  src: url('https://cdn-shared.altium.com/production/rusblock/fonts/GothamPro-Medium.woff') format('woff'),
  url('https://cdn-shared.altium.com/production/rusblock/fonts/GothamPro-Medium.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.rusblock-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.48);
  z-index: 23;
}
.rusblock {
  max-width: 770px;
  max-height: 340px;
  padding: 70px 64px 70px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px rgba(102, 102, 102, 0.16);
  border-radius: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.rusblock h1 {
  color: #141416;
  font-family: 'GothamPro-Medium';
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  margin: 0;
}
.rusblock-icon {
  width: 92px;
  height: 81px;
  margin: 0 auto 40px;
  background-image: url("https://cdn-shared.altium.com/production/rusblock/images/ico-no-support.svg");
}
@media (max-width: 520px) {
  .rusblock {
    max-height: 380px;
    min-height: 380px;
  }
}
@media (min-width: 420px) {
  .rusblock h1 {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 720px) {
  .rusblock h1 {
    font-size: 28px;
    line-height: 39px;
  }
}
