.b-auth-warn-wrapper {
  padding: 0;
  position: relative;
}
.b-auth-warn-slider {
  max-height: 400px;
}
.b-auth-warn-slide__visible {
  display: block;
  z-index: 11;
  opacity: 1;
}
.b-auth-warn-bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  display: block;
}
.b-auth-warn-inner_h {
  height: 100%;
  float: right;
  width: 536px;
  padding: 40px 65px 40px 70px;
  position: relative;
  display: table;
  z-index: 15;
}
.b-auth-warn-text {
  display: table-cell;
  vertical-align: middle;
  color: #415862;
  text-shadow: 1px 1px 0 #fff;
  font-family: "EtelkaLightPro", "als_ekibastuz_bold", Arial, sans-serif;
  font-weight: normal;
  line-height: 1.5em;
  font-size: 36px;
}
.b-auth-warn-inner-text {
  height: 100%;
  position: relative;
  height: calc(100% - 110px);
}
.b-auth-warn-inner__actions_h {
  background: hsla(0,0%,100%,0.6);
  position: absolute;
  right: 0;
  width: 450px;
  float: right;
  max-width: 655px;
  z-index: 15;
}
.b-auth-warn-inner__actions_h_nw {
  position: absolute;
  right: 0;
  float: right;
  max-width: 655px;
  z-index: 15;
}