#nl.stat .bwp .elem .zag {
  font-family: "Helvetica";
  font-size: 18px;
}

#nl.stat .lin_red .ic,
#nl.stat .control span {
  transition: all 0.2s 0s;
}

#nl.stat .control span {
  font-size: 30px;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #ffffff;
  background-color: #1e1e1e;
  border-radius: 20px;
  white-space: nowrap;
}

#nl.stat .bottom_ex:before {
  height: 280px;
  top: unset;
}
#nl.stat .wpf1 {
  padding: 40px 0 1px;
}
#nl.stat .control {
  display: flex;
  gap: 30px;
  margin-top: 450px;
}
#nl.stat .control span {
  cursor: pointer;
  background: none;
  text-transform: uppercase;
}
#nl.stat .control span:hover {
  background-color: #0b413b;
  color: #fff;
  border-color: #0b413b;
  transform: rotate(-8deg);
}
#nl.stat .control span.active {
  background-color: #0b413b;
  color: #fff;
  border-color: #0b413b;
}
#nl.stat .mob_flex {
  display: none;
}
#nl.stat .lin_red {
  display: none;
  color: #999999;
  font-size: 38px;
  font-family: "Blender Pro";
  align-items: center;
  gap: 25px;
  cursor: pointer;
  margin-top: 30px;
}
#nl.stat .lin_red .ic {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 2px solid #999999;
  background: url("../images/vr.svg") no-repeat center center;
}
#nl.stat .control.nz {
  margin-top: -20px;
  gap: 20px;
  flex-direction: column;
  align-items: flex-start;
}
#nl.stat .control.nz span {
  display: block;
  background-color: #0b413b;
  color: #fff;
  border-color: #fff;
}
#nl.stat .control.nz span:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
  transform: rotate(-8deg);
}
#nl.stat .control.nz span.active {
  background-color: #000;
  color: #fff;
  border-color: #000;
}
#nl.stat .b1 {
  border-radius: 50px;
  height: 880px;
  max-width: 1400px;
  margin-top: 40px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
#nl.stat .b1 .bg_video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
#nl.stat .b1 .bg_video.off {
  display: none;
}
#nl.stat .b1 .bg_nal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 2;
  background: linear-gradient(
      0deg,
      rgba(23, 27, 46, 0.74),
      rgba(23, 27, 46, 0.74)
    ),
    url("../images/br2.jpg") no-repeat center center;
  background-size: 100% auto;
  border-radius: 30px;
  overflow: hidden;
}
#nl.stat .b1 .z2 {
  position: relative;
  z-index: 3;
}
#nl.stat .b1 .line {
  display: flex;
  align-items: flex-end;
  margin-top: 85px;
}
#nl.stat .b1 .line .h {
  flex-grow: 1;
}
#nl.stat .b1 .line .txt {
  max-width: 308px;
  color: #fff;
  margin-left: auto;
}
#nl.stat .bwp {
  gap: 25px;
}
#nl.stat .bwp .elem {
  width: 33%;
  background-color: #fff;
  padding: 45px 22px 25px 45px;
  border-radius: 18px;
}
#nl.stat .bwp .elem .zag {
  padding-left: 65px;
  background: url("../images/bst.svg") no-repeat left top;
  text-transform: uppercase;
  font-size: 18px;
  min-height: 40px;
}
#nl.stat .bwp .elem .txt {
  margin-top: 20px;
  line-height: 1.2;
}
#nl.stat .b_col3 .col3 {
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 80px;
}
#nl.stat .b_col3 .elem {
  width: calc(33% - 80px);
}
#nl.stat .b_col3 .zag {
  font-size: 70px;
  font-family: "Blender Pro";
  text-transform: uppercase;
  margin-top: 25px;
}
#nl.stat .b_col3 .txt {
  margin-top: 46px;
}
#nl.stat .mob7 {
  display: none;
}
@media screen and (max-width: 1400px) {
  #nl.stat .control {
    flex-wrap: wrap;
    margin-top: 220px;
  }
  #nl.stat .control span {
    font-size: 22px;
  }
  #nl.stat .b1 {
    height: 58vw;
    margin: 0 40px;
  }
  #nl.stat .b1 .bg_video {
    height: 100%;
  }
}
@media screen and (max-width: 1030px) {
  #nl.stat .b_col3 .elem {
    width: calc(33% - 60px);
  }
}
@media screen and (max-width: 1000px) {
  #nl.stat .bwp .elem {
    padding: 20px;
  }
  #nl.stat .bwp .elem .txt {
    font-size: 14px;
  }
  #nl.stat .control {
    gap: 20px;
    margin-top: 220px;
  }
  #nl.stat .control span {
    font-size: 18px;
  }
  #nl.stat .b1 {
    height: 84.25vw;
    margin: 0 10px;
  }
  #nl.stat .b1 .z2 {
    bottom: 40px;
    left: 20px;
    position: absolute;
  }
  #nl.stat .b1 .bg_nal {
    background-size: 150% auto;
  }
  #nl.stat .b1 .bg_video {
    height: 100%;
  }
}
@media screen and (min-width: 700px) {
  #nl.stat .hist {
    display: flex !important;
  }
}
@media screen and (max-width: 800px) {
  #nl.stat .mob_flex {
    display: flex;
  }
  #nl.stat .b_col3 .elem {
    width: calc(33% - 40px);
  }
  #nl.stat .bwp {
    flex-wrap: wrap;
  }
  #nl.stat .bwp .elem {
    width: 100%;
  }
  #nl.stat .bottom_ex:before {
    height: 15%;
  }
  #nl.stat .bottom_ex.ex2:before {
    height: 5%;
  }
}
@media screen and (max-width: 700px) {
  #nl.stat .lin_red {
    display: flex;
  }
  #nl.stat .lin_red.a .ic {
    transform: rotate(180deg);
  }
  #nl.stat .hist {
    display: none;
  }
  #nl.stat .b_col3 .col3 {
    row-gap: 20px;
  }
  #nl.stat .b_col3 .elem {
    width: 100%;
  }
  #nl.stat .b_col3 .zag {
    font-size: 38px;
    margin-top: 10px;
  }
  #nl.stat .b_col3 .txt {
    margin-top: 10px;
  }
  #nl.stat .mob7 {
    display: block;
  }
  #nl.stat .b1 {
    border-radius: 16px;
  }
  #nl.stat .b1 .z2 {
    bottom: 40px;
    left: 20px;
    position: absolute;
  }
  #nl.stat .b1 .control {
    margin-top: 0;
  }
  #nl.stat .b1 .line {
    display: none;
  }
  #nl.stat .markets {
    flex-wrap: wrap;
    gap: 20px;
  }
  #nl.stat .markets .elem {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 480px) {
  #nl.stat .b1 {
    padding-top: 40px;
    position: relative;
  }
  #nl.stat .b1 .z2 {
    bottom: 40px;
    left: 20px;
    position: absolute;
  }
  #nl.stat .b1 .control {
    margin-top: 0;
  }
}
@media screen and (max-width: 380px) {
  #nl.stat .b1 {
    padding-top: 20px;
    height: 89.25vw;
  }
}
