#pageWrapper .content_block._main-content {
  z-index: 50;
}

.background-banner {
  z-index: 5;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  min-width: 1000px;
  height: 100%;
  background-color: #e5e5e5;
  color: #000;
  text-align: left;
}
.background-banner__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.background-banner__row._top {
  position: relative;
}
.background-banner__row._top .background-banner__cell {
  position: relative;
}
.background-banner__row._center .background-banner__cell {
  position: relative;
}
.background-banner__row._link {
  padding-top: 61px;
}
.background-banner__cell {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-preferred-size: calc(50% - 490px);
  flex-basis: calc(50% - 490px);
}
.background-banner__cell._left {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.background-banner__cell._right {
  display: -ms-flexbox;
  display: flex;
}
.background-banner__cell._right-content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.background-banner__caption {
  font-family: "Arial Narrow", "Arial", sans-serif;
  font-stretch: condensed;
  line-height: 42px;
  font-size: 38px;
  text-transform: uppercase;
  margin-top: 63px;
  margin-bottom: 23px;
}
.background-banner__caption._left {
  text-align: right;
  margin-right: 29px;
}
.background-banner__caption._right {
  text-align: left;
  margin-left: 29px;
}
.background-banner__bold {
  font-weight: bold;
}
.background-banner__angle {
  width: 18%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}
.background-banner__angle._right {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  left: auto;
  right: 0;
}
.background-banner__angle-yellow {
  position: absolute;
  top: 0;
  right: 152px;
}
.background-banner__angle-yellow._right {
  right: auto;
  left: 152px;
}
.background-banner__back-wrap {
  width: 100%;
}
.background-banner__back {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  max-width: 353px;
}
.background-banner__back._right {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  left: 0;
  right: auto;
}
.background-banner__back._tablet {
  display: none;
}
.background-banner__machine {
  width: 100%;
  max-width: 475px;
  text-align: right;
  z-index: 10;
  pointer-events: none;
}
.background-banner__machine img {
  margin-top: 25px;
  width: 100%;
  max-width: 475px;
  height: auto;
  position: relative;
}
.background-banner__machine._left img {
  margin-top: 14px;
}
.background-banner__machine._right {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, -29%);
}
.background-banner__text {
  position: absolute;
  top: 0;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 29px;
  z-index: 5;
  font-family: "Arial";
  font-size: 18px;
  line-height: 22px;
  color: #333;
  text-align: left;
  font-weight: bold;
  margin-bottom: 0;
}
.background-banner__text._left {
  right: 29px;
  text-align: right;
}
.background-banner__text._right {
  left: 29px;
}
.background-banner__link {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 354px;
  height: 60px;
  text-decoration: none;
  font-family: "Arial Narrow", "Arial", sans-serif;
  font-stretch: condensed;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  border: 3px solid #fbbb00;
}
.background-banner__link:hover {
  text-decoration: none;
  color: #000;
}
.background-banner__link:hover .background-banner__link-hover {
  width: 100%;
}
.background-banner__link > span {
  height: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.background-banner__link._left {
  margin-right: 40px;
}
.background-banner__link._right {
  margin-left: 40px;
}
.background-banner__link-text {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}
.background-banner__link-text > span:first-child {
  position: relative;
  z-index: 2;
}
.background-banner__link-hover {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  overflow: hidden;
  background-color: #fbbb00;
  transition: width 0.3s ease 0s;
}
.background-banner__link-icon {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0 19px 0 23px;
  background-color: #fbbb00;
}
.background-banner__link-icon svg {
  position: static;
}
@media only screen and (max-width: 1919px) {
  .background-banner__angle {
    width: 17%;
  }
  .background-banner__angle-yellow {
    right: 35.3%;
    width: 29%;
  }
  .background-banner__angle-yellow._right {
    left: 35.3%;
  }
  .background-banner__row._link {
    padding-top: 5vw;
  }
  .background-banner__cell {
    min-width: 193px;
  }
  .background-banner__cell._overflow-hidden {
    overflow: hidden;
  }
  .background-banner__caption {
    font-size: 1.77vw;
    line-height: 1.17;
    margin-top: 4.3vw;
    margin-bottom: 2.9vw;
  }
  .background-banner__caption._left {
    margin-right: 1.1vw;
  }
  .background-banner__caption._right {
    margin-left: 1.1vw;
  }
  .background-banner__text {
    padding-top: 1.1vw;
  }
  .background-banner__text._left {
    right: 1.1vw;
  }
  .background-banner__text._right {
    left: 1.1vw;
  }
  .background-banner__back {
    max-width: none;
    height: 100%;  
  }
  .background-banner__back._tablet {
    width: 100%;
    max-width: none;
    height: 100%;
  }
  .background-banner__machine {
    top: 0;
    min-width: 272px;
    margin-bottom: -36px;
  }
  .background-banner__link {
    width: 100%;
    font-size: 1.16vw;
    text-align: left;
  }
  .background-banner__link._left {
    margin-right: 1vw;
    margin-left: 1vw;
  }
  .background-banner__link._right {
    margin-right: 1vw;
    margin-left: 1vw;
  }
  .background-banner__link-text {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
  }
  .background-banner__link-text > span:first-child {
    padding: 0.3vw 0 0.3vw 0;
  }
  .background-banner__link-icon {
    padding: 0 1.35vw 0 1.5vw;
  }
  .background-banner__link-icon svg {
    width: 0.8vw;
  }
}
@media only screen and (max-width: 1750px) {
  .background-banner__text {
    padding-top: 0.7vw;
    line-height: 1.52;
    font-size: 0.875vw;
    font-size: 0.85vw;
  }
  .background-banner__text._left {
    right: 0.8vw;
  }
  .background-banner__text._right {
    left: 0.9vw;
  }
  .background-banner__link {
    height: auto;
  }
  .background-banner__link-text > span:first-child {
    width: 7vw;
    text-align: center;
  }
}
@media only screen and (max-width: 1600px) {
  .background-banner__text {
    font-size: 0.78vw;
  }
}
@media only screen and (max-width: 1280px) {
  .background-banner {
    display: none;
  }
}