#nl.stat .polic {
  max-width: 355px;
  margin-left: auto;
  font-size: 12px;
  color: var(--cl-haze);
  margin-bottom: 36px;
}
#nl.stat .lb {
  padding-left: 95px;
}
#nl.stat {
  padding: 1px 0;
  padding-bottom: 0;
}
#nl.stat .p1 {
  padding: 1px 0;
}
#nl.stat .wrapper {
  max-width: 1400px;
}
#nl.stat .mtn {
  margin-top: 60px;
}
#nl.stat .ptb {
  padding-top: 80px;
}
#nl.stat .ptn {
  padding-top: 60px;
}
#nl.stat .pts {
  padding-top: 20px;
}
#nl.stat .pbs {
  padding-bottom: 20px;
}
#nl.stat .pbn {
  padding-bottom: 60px;
}
#nl.stat .pb {
  padding-bottom: 40px;
}
#nl.stat .bread {
  margin-top: 20px;
}
#nl.stat .bread .item.b::before {
  background: url("/i/new/rgg.svg") no-repeat left center;
}
#nl.stat .bread .item {
  color: var(--cl-light);
  line-height: 1.8;
}
#nl.stat .bread .home {
  height: 22px;
  width: 22px;
  background: url("/i/new/home.svg") no-repeat center center;
  margin-bottom: -4px;
}
#nl.stat .mosh_img {
  margin: 40px 0 20px;
  border-radius: 20px;
  overflow: hidden;
}
#nl.stat .mosh_img img {
  width: 100%;
}
#nl.stat .mts {
  margin-top: 12px;
}
#nl.stat .bmosh {
  margin: 40px 0 0px;
  padding-bottom: 60px;
  justify-content: space-between;
  color: var(--cl-light);
}
#nl.stat .bmosh .e1 {
  position: relative;
}
#nl.stat .bmosh .e1:after {
  background: url("/i/new/mosh.svg") no-repeat center center;
  width: 72px;
  height: 72px;
  content: "";
  display: block;
  position: absolute;
  right: -45px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
#nl.stat .bmosh .e2 {
  max-width: 423px;
}
#nl.stat .bmosh .e2 p {
  font-size: 18px;
}
#nl.stat .bmosh .e2 a,
#nl.stat .bmosh .e2 a:active {
  color: var(--cl-light);
  text-decoration: unset;
  display: inline-block;
  border-bottom: 1px dotted;
}
#nl.stat .bmosh .inf {
  font-size: 12px;
  margin-bottom: 30px;
}
#nl.stat .txt p {
  margin-bottom: 30px;
}
#nl.stat .txt p:last-child {
  margin-bottom: 0px;
}
#nl.stat .txt a.nb {
  display: inline-block;
  border-bottom: 1px var(--cl-light) dashed;
  cursor: pointer;
  color: unset;
  text-decoration: none;
}
#nl.stat .bg_b {
  background-color: var(--cl-void);
}
#nl.stat .bg_w {
  background-color: var(--cl-light);
}
#nl.stat .bg_r {
  background-color: var(--cl-accent);
}
#nl.stat .w {
  color: var(--cl-light);
}
#nl.stat .r {
  color: var(--cl-accent);
}
#nl.stat .pb {
  padding-bottom: 40px;
}
#nl.stat .wpf.bottom_radius {
  border-bottom-left-radius: 60px;
  border-bottom-right-radius: 60px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #nl.stat .wpf.bottom_radius {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}
#nl.stat .wpf.bottom_radius:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: -1;
}
#nl.stat .wpf.bottom_radius.br:after {
  background-color: var(--cl-accent);
}
#nl.stat .wpf.bottom_radius.bb:after {
  background-color: var(--cl-void);
}
#nl.stat .wpf.bottom_radius.bw:after {
  background-color: var(--cl-light);
}
#nl.stat .wpf.top_radius {
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #nl.stat .wpf.top_radius {
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }
}
#nl.stat .wpf.top_radius:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  z-index: -1;
}
#nl.stat .wpf.top_radius.tr:before {
  background-color: var(--cl-accent);
}
#nl.stat .wpf.top_radius.tb:before {
  background-color: var(--cl-void);
}
#nl.stat .wpf.top_radius.tw:before {
  background-color: var(--cl-light);
}
#nl.stat .bl {
  color: var(--cl-void);
}
#nl.stat .bl.hr .g {
  background-color: var(--cl-void);
}
#nl.stat .bl.hr .n {
  color: var(--cl-void);
}
#nl.stat .flexb.rg {
  justify-content: flex-end;
}
#nl.stat .simple_info .flex.col2 {
  gap: 60px;
}
#nl.stat .tags .elem {
  cursor: pointer;
  font-size: 30px;
  color: var(--cl-light);
  padding: 10px 20px;
  border: 1px solid var(--cl-light);
  background-color: var(--cl-void);
  border-radius: 20px;
  white-space: nowrap;
  transition: all 0.2s 0s;
  text-decoration: none;
}
#nl.stat .tags .elem.red {
  background-color: var(--cl-accent);
  color: var(--cl-light);
}
#nl.stat .tags .elem:hover {
  transform: rotate(-8deg);
  background-color: var(--cl-accent);
  color: var(--cl-light);
}
#nl.stat .radius {
  border-radius: 60px;
  position: relative;
  overflow: hidden;
}
#nl.stat .radius img {
  min-width: 100%;
}
@media screen and (max-width: 1000px) {
  #nl.stat .radius {
    border-radius: 16px;
  }
}
#nl.stat .wpf_l {
  margin-bottom: -40px;
}
#nl.stat .zform input,
#nl.stat .zform textarea {
  border: 2px solid var(--cl-void);
  background-color: var(--cl-light);
  color: var(--cl-shadow);
  border-radius: 16px;
  padding: 19px 26px 17px;
}
#nl.stat .zform input::-moz-placeholder, #nl.stat .zform textarea::-moz-placeholder {
  color: var(--cl-haze);
  opacity: 1;
}
#nl.stat .zform input::placeholder,
#nl.stat .zform textarea::placeholder {
  color: var(--cl-haze);
  opacity: 1;
}
#nl.stat .placeholder-container label {
  top: 14px;
  color: var(--cl-haze);
}
#nl.stat .placeholder-container input:not(:-moz-placeholder) + label {
  background-color: var(--cl-void);
  padding: 2px 10px;
  color: var(--cl-light);
  border-radius: 50px;
  top: -12px;
}
#nl.stat .placeholder-container input:focus + label,
#nl.stat .placeholder-container input:not(:placeholder-shown) + label {
  background-color: var(--cl-void);
  padding: 2px 10px;
  color: var(--cl-light);
  border-radius: 50px;
  top: -12px;
}
@media screen and (max-width: 1400px) {
  #nl.stat .tags {
    gap: 20px !important;
    flex-wrap: wrap;
  }
  #nl.stat .tags .elem {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  #nl.stat .txt p {
    font-size: 14px;
  }
  #nl.stat .tags {
    gap: 15px !important;
    flex-wrap: wrap;
  }
  #nl.stat .tags .elem {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  #nl.stat .mosh_img {
    margin: 10px 0 20px;
  }
  #nl.stat .bmosh {
    flex-wrap: wrap;
  }
  #nl.stat .bmosh .elem {
    width: 100%;
  }
  #nl.stat .bmosh .e1:after {
    display: none;
  }
  #nl.stat .bmosh .e2 {
    margin-top: 25px;
  }
  #nl.stat .bmosh .e2 p {
    font-size: 14px;
  }
  #nl.stat .bmosh .inf {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  #nl.stat .lb {
    padding-left: 45px;
  }
  #nl.stat .bread .item {
    font-size: 14px;
  }
  #nl.stat .flex.col2 {
    gap: 30px !important;
  }
  #nl.stat .mtn {
    margin-top: 40px;
  }
  #nl.stat .ptb {
    padding-top: 60px;
  }
  #nl.stat .ptn {
    padding-top: 40px;
  }
  #nl.stat .pts {
    padding-top: 20px;
  }
  #nl.stat .pbs {
    padding-bottom: 20px;
  }
  #nl.stat .pbn {
    padding-bottom: 40px;
  }
  #nl.stat .pb {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #nl.stat .zform .kk2 {
    margin-top: 20px;
  }
}

.map {
  border-radius: var(--radius-m);
  overflow: hidden;
}

.stat .wpf {
  padding-top: 40px;
}
.stat .control {
  display: flex;
  gap: 30px;
  margin-top: 450px;
}
.stat .control span {
  cursor: pointer;
  font-size: 30px;
  color: var(--cl-light);
  padding: 10px 20px;
  border: 1px solid var(--cl-light);
  background-color: var(--cl-void);
  border-radius: 20px;
  white-space: nowrap;
  transition: all 0.2s 0s;
  background: none;
  text-transform: uppercase;
}
.stat .control span:hover {
  background-color: var(--cl-accent);
  color: var(--cl-light);
  border-color: var(--cl-accent);
  transform: rotate(-8deg);
}
.stat .control span.active {
  background-color: var(--cl-accent);
  color: var(--cl-light);
  border-color: var(--cl-accent);
}
.stat .lin_red {
  display: none;
  color: var(--cl-haze);
  font-size: 38px;
  font-family: "Blender Pro";
  align-items: center;
  gap: 25px;
  cursor: pointer;
  margin-top: 30px;
}
.stat .lin_red .ic {
  width: 30px;
  height: 30px;
  border-radius: 50px;
  border: 2px solid var(--cl-haze);
  background: url("/i/stat/vr.svg") no-repeat center center;
  transition: all 0.2s 0s;
}
.stat .control.nz {
  margin-top: -20px;
  gap: 20px;
  align-items: flex-start;
}
.stat .control.nz span {
  display: block;
  background-color: var(--cl-accent);
  color: var(--cl-light);
  border-color: var(--cl-light);
}
.stat .control.nz span:hover {
  background-color: var(--cl-void);
  color: var(--cl-light);
  border-color: var(--cl-void);
  transform: rotate(-8deg);
}
.stat .control.nz span.active {
  background-color: var(--cl-void);
  color: var(--cl-light);
  border-color: var(--cl-void);
}
.stat .b1 {
  border-radius: 50px;
  height: 880px;
  max-width: 1400px;
  margin-top: 40px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.stat .b1 .bg_video {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  z-index: 1;
}
.stat .b1 .bg_video.off {
  display: none;
}
.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("/i/stat/br2.jpg") no-repeat center center;
  background-size: 100% auto;
  border-radius: 30px;
  overflow: hidden;
}
.stat .b1 .z2 {
  position: relative;
  z-index: 3;
}
.stat .b1 .line {
  display: flex;
  align-items: flex-end;
  margin-top: 85px;
}
.stat .b1 .line .h {
  flex-grow: 1;
}
.stat .b1 .line .txt {
  max-width: 308px;
  color: var(--cl-light);
  margin-left: auto;
}
.stat .bwp {
  gap: 25px;
}
.stat .bwp .elem {
  width: 33%;
  background-color: var(--cl-light);
  padding: 45px 22px 25px 45px;
  border-radius: 18px;
}
.stat .bwp .elem .zag {
  padding-left: 65px;
  background: url("/i/stat/bst.svg") no-repeat left center;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "Helvetica";
  font-size: 18px;
  min-height: 40px;
}
.stat .bwp .elem .txt {
  margin-top: 20px;
  line-height: 1.2;
}
.stat .b_col3 .col3 {
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 80px;
}
.stat .b_col3 .elem {
  width: calc(33% - 80px);
}
.stat .b_col3 .zag {
  font-size: 70px;
  font-family: "Blender Pro";
  text-transform: uppercase;
  margin-top: 25px;
}
.stat .b_col3 .txt {
  margin-top: 46px;
}
.stat .mob7 {
  display: none;
}
@media screen and (max-width: 1400px) {
  .stat .control {
    flex-wrap: wrap;
    margin-top: 220px;
  }
  .stat .control span {
    font-size: 22px;
  }
  .stat .b1 {
    height: 58vw;
    margin: 0 40px;
  }
  .stat .b1 .bg_video {
    height: 100%;
  }
}
@media screen and (max-width: 1030px) {
  .stat .b_col3 .elem {
    width: calc(33% - 60px);
  }
}
@media screen and (max-width: 1000px) {
  .stat .bwp .elem {
    padding: 20px;
  }
  .stat .bwp .elem .txt {
    font-size: 14px;
  }
  .stat .control {
    gap: 20px;
    margin-top: 220px;
  }
  .stat .control span {
    font-size: 18px;
  }
  .stat .b1 .z2 {
    bottom: 40px;
    left: 20px;
    position: absolute;
  }
  .stat .b1 {
    height: 84.25vw;
    margin: 0 10px;
  }
  .stat .b1 .bg_nal {
    background-size: 150% auto;
  }
  .stat .b1 .bg_video {
    height: 100%;
  }
}
@media screen and (min-width: 700px) {
  .stat .hist {
    display: flex !important;
  }
}
@media screen and (max-width: 800px) {
  .stat .b_col3 .elem {
    width: calc(33% - 40px);
  }
  .stat .bwp {
    flex-wrap: wrap;
  }
  .stat .bwp .elem {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .stat .lin_red {
    display: flex;
  }
  .stat .lin_red.a .ic {
    transform: rotate(180deg);
  }
  .stat .hist {
    display: none;
  }
  .stat .b_col3 .col3 {
    row-gap: 20px;
  }
  .stat .b_col3 .elem {
    width: 100%;
  }
  .stat .b_col3 .zag {
    font-size: 38px;
    margin-top: 10px;
  }
  .stat .b_col3 .txt {
    margin-top: 10px;
  }
  .stat .mob7 {
    display: block;
  }
  .stat .b1 {
    border-radius: 16px;
  }
  .stat .b1 .z2 {
    bottom: 40px;
    left: 20px;
    position: absolute;
  }
  .stat .b1 .control {
    margin-top: 0;
  }
  .stat .b1 .line {
    display: none;
  }
  .stat .markets {
    flex-wrap: wrap;
    gap: 20px;
  }
  .stat .markets .elem {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 480px) {
  .stat .b1 {
    padding-top: 40px;
    position: relative;
  }
  .stat .b1 .z2 {
    bottom: 40px;
    left: 20px;
    position: absolute;
  }
  .stat .b1 .control {
    margin-top: 0;
  }
}
@media screen and (max-width: 380px) {
  .stat .b1 {
    padding-top: 20px;
    height: 89.25vw;
  }
}/*# sourceMappingURL=brand.css.map */
