#nl.stat .tags .elem {
  transition: all 0.2s 0s;
}

#nl.stat .tags .elem {
  font-size: 30px;
  color: #fff;
  padding: 10px 20px;
  border: 1px solid #FFFFFF;
  background-color: #1E1E1E;
  border-radius: 20px;
  white-space: nowrap;
}

#nl.stat {
  padding: 1px 0;
  padding-bottom: 0;
}
#nl.stat .polic {
  max-width: 355px;
  margin-left: auto;
  font-size: 12px;
  color: #999;
  margin-bottom: 36px;
}
#nl.stat .lb {
  padding-left: 95px;
}
#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("../images/rgg.svg") no-repeat left center;
}
#nl.stat .bread .item {
  color: #fff;
  line-height: 1.8;
}
#nl.stat .bread .home {
  height: 22px;
  width: 22px;
  background: url("../images/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: #fff;
}
#nl.stat .bmosh .e1 {
  position: relative;
}
#nl.stat .bmosh .e1:after {
  background: url("../images/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: #fff;
  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 #fff dashed;
  cursor: pointer;
  color: unset;
  text-decoration: none;
}
#nl.stat .bg_b {
  background-color: #1E1E1E;
}
#nl.stat .bg_w {
  background-color: #fff;
}
#nl.stat .bg_r {
  background-color: #0B413B;
}
#nl.stat .w {
  color: #fff;
}
#nl.stat .r {
  color: #0B413B;
}
#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: #0B413B;
}
#nl.stat .wpf.bottom_radius.bb:after {
  background-color: #1E1E1E;
}
#nl.stat .wpf.bottom_radius.bw:after {
  background-color: #fff;
}
#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: #0B413B;
}
#nl.stat .wpf.top_radius.tb:before {
  background-color: #1E1E1E;
}
#nl.stat .wpf.top_radius.tw:before {
  background-color: #fff;
}
#nl.stat .bl {
  color: #1E1E1E;
}
#nl.stat .bl.hr .g {
  background-color: #1E1E1E;
}
#nl.stat .bl.hr .n {
  color: #1E1E1E;
}
#nl.stat .flexb.rg {
  justify-content: flex-end;
}
#nl.stat .check_dec {
  width: 56px;
  height: 56px;
  border-radius: 16px;
  position: relative;
  background: #fff url("../images/check.svg") no-repeat center center;
  margin-right: 30px;
}
#nl.stat .simple_info .flex.col2 {
  gap: 60px;
}
#nl.stat .tags .elem {
  cursor: pointer;
  text-decoration: none;
}
#nl.stat .tags .elem.red {
  background-color: #0B413B;
  color: #fff;
}
#nl.stat .tags .elem:hover {
  transform: rotate(-8deg);
  background-color: #0B413B;
  color: #fff;
}
#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 #000;
  background-color: #fff;
  color: #000;
  border-radius: 16px;
  padding: 19px 26px 17px;
}
#nl.stat .placeholder-container label {
  top: 14px;
}
#nl.stat .placeholder-container input:not(:-moz-placeholder-shown) + label {
  background-color: #000;
  padding: 2px 10px;
  color: #fff;
  border-radius: 50px;
  top: -12px;
}
#nl.stat .placeholder-container input:focus + label, #nl.stat .placeholder-container input:not(:placeholder-shown) + label {
  background-color: #000;
  padding: 2px 10px;
  color: #fff;
  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 .button_w {
    font-size: 16px;
    padding: 15px 15px !important;
  }
  #nl.stat .zform .kk2 {
    margin-top: 20px;
  }
}