:root {
  --violet_dark: #2d0830;
  --textcolor: #fcfcc5;
  --xl: 100px;
  --sidess: 50px;
  --l: 50px;
  --violet: #b06dfe;
  --_font---h1-size: 60px;
  --orange: #fd9f1b;
  --_font---h2-size: 30px;
  --text-inactive: #fcfcc5b3;
  --s: 10px;
  --padding: 30px;
  --bg-light: #fcfcc51f;
  --m: 20px;
  --borderradius: 40px;
  --xxl: 150px;
  --cardinfo: #30093480;
  --black: #15001a;
  --button-primary: #722efa;
  --_font---text: 18px;
  --overglass: #9a60eb1a;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--violet_dark);
  color: var(--textcolor);
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.container {
  padding: var(--xl) var(--sidess);
  width: 100%;
  max-width: 1600px;
  overflow: clip;
}

.container.head {
  padding-top: var(--sidess);
  padding-bottom: 0;
}

.container.ending {
  padding-bottom: var(--l);
}

.gallery {
  max-width: 100%;
  position: relative;
  overflow: hidden;
}

.swiper {
  position: relative;
}

.swiper-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.swiper-slide {
  pointer-events: none;
  flex: none;
  width: 360px;
  height: 360px;
  transition: filter .3s, transform .3s, opacity .3s;
  position: relative;
}

.card {
  border-radius: 40px;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.img-card {
  width: 100%;
  height: 100%;
}

.dim {
  opacity: 1;
  background-color: #200f2499;
  transition: opacity .3s;
  position: absolute;
  inset: 0%;
}

.dim.dim-is-off {
  opacity: 0;
  width: 100%;
  height: 100%;
}

.btn-prev {
  z-index: 5;
  cursor: pointer;
  background-color: #e6f0f41f;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
  top: 40%;
  left: 0%;
  right: auto;
}

.btn-prev:hover {
  background-color: #e6f0f433;
}

.icon {
  width: 20px;
  height: 20px;
}

.btn-next {
  z-index: 5;
  cursor: pointer;
  background-color: #e6f0f41f;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
  top: 40%;
  left: auto;
  right: 0%;
}

.btn-next:hover {
  background-color: #e6f0f433;
}

.v-xl {
  grid-column-gap: var(--xl);
  grid-row-gap: var(--xl);
  flex-flow: column;
  display: flex;
}

.h1 {
  color: var(--violet);
  font-size: var(--_font---h1-size);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 95%;
}

.h1.light {
  z-index: 5;
  color: var(--textcolor);
  position: relative;
}

.h1.orange {
  color: var(--orange);
}

.h2 {
  color: var(--violet);
  font-size: var(--_font---h2-size);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 110%;
  position: relative;
}

.h2.light {
  color: var(--textcolor);
  font-weight: 700;
}

.wrapper-50 {
  flex-flow: column;
  width: 50%;
  display: flex;
}

.descript {
  color: var(--text-inactive);
  font-size: 14px;
  line-height: 130%;
}

.descript.centr {
  text-align: center;
}

.descript.qr {
  color: var(--textcolor);
}

.h-s {
  z-index: 5;
  grid-column-gap: var(--s);
  grid-row-gap: var(--s);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h-s.centr {
  justify-content: center;
  align-items: center;
}

.h-s.ce {
  justify-content: flex-start;
  align-items: center;
}

.social {
  height: 50px;
}

.btn-social {
  z-index: 10;
  border-radius: var(--padding);
  background-color: var(--bg-light);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.btn-social:hover {
  background-color: #fcfcc533;
  transform: scale(1.1);
}

.img-head {
  align-self: flex-start;
  max-height: 300px;
}

.img-head.mini {
  max-height: 150px;
}

.img-head.mini.netvo {
  align-self: flex-end;
  margin-right: -5px;
}

.img-head.minus {
  margin-top: -5%;
}

.grid4 {
  grid-column-gap: var(--m);
  grid-row-gap: var(--m);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-rows: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.card-interactive {
  border-radius: var(--borderradius);
  cursor: pointer;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 300px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-interactive:hover {
  transform: scale(1.03);
}

.content-info {
  z-index: 3;
  margin-top: var(--xxl);
  padding: var(--padding) var(--s) var(--s) var(--padding);
  grid-row-gap: var(--s);
  border-radius: var(--borderradius) var(--borderradius) 0px 0px;
  background-color: var(--cardinfo);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.content-info.static {
  padding: var(--padding);
  justify-content: flex-end;
  margin-top: 300px;
}

.content-info.person {
  padding: var(--padding);
  flex: 1;
  justify-content: flex-start;
  margin-top: 200px;
}

.v-s {
  grid-column-gap: var(--s);
  grid-row-gap: var(--s);
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.v-s.card-in {
  padding-right: var(--m);
  justify-content: space-between;
  position: relative;
}

.v-s.formreg {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.link-card {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.btn-link {
  z-index: 10;
  border-radius: var(--xl);
  background-color: var(--black);
  flex: none;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.btn-link.up {
  align-self: flex-start;
  top: -20px;
  right: -20px;
}

.btn-link.left {
  position: absolute;
  inset: 0% auto 0% 0%;
}

.btn-link.right {
  position: absolute;
  inset: 0% 0% 0% auto;
}

.btn-link.dr {
  align-self: center;
}

.btn-link.dr:hover {
  background-color: var(--violet_dark);
}

.img-imgcard {
  z-index: 2;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.btn-prim {
  z-index: 10;
  grid-column-gap: var(--s);
  grid-row-gap: var(--s);
  border-radius: var(--l);
  background-color: var(--button-primary);
  color: var(--textcolor);
  font-size: var(--_font---text);
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.btn-prim:hover {
  background-color: #7e47ebcc;
  transform: scale(1.05);
}

.img-bgcard {
  z-index: 1;
  width: 100%;
  position: absolute;
  inset: 0%;
}

.img-bgcard.careerbg {
  object-fit: cover;
  height: 100%;
}

.wrap-btncard {
  padding: var(--m);
  flex-flow: column;
  display: flex;
  position: relative;
}

.text {
  color: var(--textcolor);
  font-size: var(--_font---text);
  text-align: left;
  width: auto;
  position: relative;
}

.text.violet {
  color: var(--violet);
}

.v-l {
  grid-column-gap: var(--l);
  grid-row-gap: var(--l);
  flex-flow: column;
  display: flex;
  position: relative;
}

.dropdown {
  flex-flow: column;
  width: 100%;
  transition: all .3s;
  display: flex;
}

.dropdown.prog {
  justify-content: space-between;
  height: 100%;
}

.drop-stroke {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  display: flex;
}

.drop-stroke.w--open {
  border: 1px #000;
  border-bottom: 2px #e6e6e6;
  padding-left: 0;
  padding-right: 0;
}

.drop-stroke.qa {
  justify-content: space-between;
  align-items: center;
}

.z {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.dropdown-list {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
  overflow: clip;
}

.dropdown-list.w--open {
  background-color: #0000;
}

.dropdiv {
  padding-top: var(--m);
  width: 100%;
  display: flex;
  position: relative;
}

.dropdiv.qa {
  padding-top: var(--s);
  padding-right: var(--padding);
  padding-bottom: var(--m);
}

.v-m {
  z-index: 5;
  grid-column-gap: var(--m);
  grid-row-gap: var(--m);
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
}

.wrap-dropd {
  padding: var(--padding);
  grid-column-gap: var(--m);
  grid-row-gap: var(--m);
  border-radius: var(--borderradius);
  background-color: var(--bg-light);
  flex-flow: column;
  transition: all .3s;
  display: flex;
  position: relative;
}

.wrap-dropd:hover {
  transform: scale(1.02);
}

.wrap-dropd.faq {
  padding-top: var(--s);
  padding-right: var(--s);
  padding-bottom: var(--s);
}

.wrap-dropd.prog {
  min-height: 360px;
}

.hv-s {
  z-index: 5;
  grid-column-gap: var(--s);
  grid-row-gap: var(--s);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hv-s.netv {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: -4%;
}

.hv-s.cent {
  justify-content: space-between;
  align-items: center;
}

.v-0 {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.pic {
  width: 80px;
  height: 80px;
}

.navbar {
  z-index: 99;
  padding-right: var(--sidess);
  padding-left: var(--sidess);
  background-color: #0000;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 5px;
}

.habrcareer {
  height: 30px;
}

.brand-logo {
  align-self: center;
  margin-right: auto;
}

.brand-logo:hover {
  opacity: .8;
}

.brand-logo:active {
  opacity: .7;
}

.nav-link {
  color: var(--text-inactive);
  align-self: center;
  height: 100%;
  padding: 17px 0 0;
}

.nav-link:hover {
  color: var(--textcolor);
}

.nav-link.w--current {
  color: var(--textcolor);
  text-decoration: none;
}

.nav-container {
  padding-right: var(--padding);
  padding-left: var(--padding);
  border-radius: var(--borderradius);
  background-color: var(--overglass);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  justify-content: space-between;
  width: 100%;
  max-width: 1600px;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  transition: all .3s;
  display: flex;
}

.nav-menu {
  grid-column-gap: var(--padding);
  grid-row-gap: var(--padding);
  height: 100%;
  margin-left: auto;
  display: flex;
}

.tab-bar {
  z-index: 10;
  grid-column-gap: var(--m);
  grid-row-gap: var(--m);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--black);
  border-radius: 24px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 560px;
  padding: 4px;
  display: flex;
  overflow: hidden;
}

.tab-content {
  margin-top: var(--m);
  flex: 1;
  width: 100%;
  overflow: visible;
}

.tab-btn {
  grid-column-gap: var(--s);
  grid-row-gap: var(--s);
  border-radius: var(--m);
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 60px;
  padding: 0;
  transition: all .3s;
  display: flex;
}

.tab-btn:hover {
  background-color: #7e47eb33;
}

.tab-btn.w--current {
  background-color: var(--button-primary);
}

.img-avatar {
  border-radius: var(--padding);
  width: 80px;
  height: 80px;
}

.h-m {
  grid-column-gap: var(--m);
  grid-row-gap: var(--m);
  display: flex;
  position: relative;
}

.h-m.prog {
  margin-top: auto;
}

.textdate {
  color: var(--textcolor);
  font-size: 32px;
  font-weight: 700;
  line-height: 110%;
}

.card-stat {
  border-radius: var(--borderradius);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 300px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-stat.person {
  height: 100%;
  min-height: 420px;
}

.textfield {
  border-radius: var(--l);
  background-color: var(--black);
  color: var(--textcolor);
  font-size: var(--_font---text);
  border: 0 solid #000;
  height: 60px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  transition: all .3s;
}

.textfield:hover {
  transform: scale(1.04);
}

.form {
  padding: var(--m) 0px var(--m) var(--padding);
  grid-column-gap: var(--m);
  grid-row-gap: var(--m);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.descr-link {
  color: var(--textcolor);
}

.form-block {
  z-index: 99;
  border-radius: var(--borderradius);
  background-color: var(--overglass);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-image: radial-gradient(circle at 50% 0, #a663e980, #a663e900 60%);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  transition: all .3s;
  display: flex;
  overflow: hidden;
}

._40-per {
  width: 45%;
  max-width: 270px;
}

.h-0 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.bg-main {
  border-radius: var(--xl);
  background-color: var(--black);
  background-image: url('../images/imghome.webp');
  background-position: 50% 0;
  background-size: cover;
  height: 420px;
  margin-top: -10%;
  overflow: clip;
}

.anim {
  z-index: 20;
  margin-top: -100px;
  display: none;
  position: relative;
}

.g3 {
  z-index: 5;
  grid-column-gap: var(--m);
  grid-row-gap: var(--m);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end center;
  width: 100%;
  display: grid;
  position: relative;
}

.g3.head {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.g3.prgr {
  grid-template-rows: 1fr;
  place-items: start center;
}

.wrap-imgcompany {
  border-radius: var(--borderradius);
  max-width: 500px;
  position: relative;
  overflow: hidden;
}

.imgcompany {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
}

.wrap-companyinfo {
  padding: var(--l);
  grid-column-gap: var(--padding);
  grid-row-gap: var(--padding);
  border-radius: var(--borderradius);
  background-color: var(--bg-light);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.wrap-companyinfo._1 {
  background-color: #3165dd;
  position: relative;
}

.wrap-companyinfo._2 {
  background-color: #a35eed4d;
  position: relative;
}

.hv-0 {
  display: flex;
}

.hv-0.company {
  position: relative;
}

.link-text {
  -webkit-text-decoration-color: var(--text-inactive);
  text-decoration-color: var(--text-inactive);
  transition: all .3s;
}

.link-text:hover {
  transform: scale(1.02);
}

.link-text:active {
  opacity: .8;
}

.section-reg {
  z-index: 98;
  width: 100%;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  inset: auto 0% 5px;
  overflow: clip;
}

.container-reg {
  padding-top: 0;
  padding-bottom: 0;
}

.runline {
  z-index: 5;
  grid-column-gap: var(--l);
  grid-row-gap: var(--l);
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 8100px;
  height: 80px;
  transition: all .3s;
  display: flex;
}

.wrap-vacansies {
  margin-top: var(--l);
  padding: var(--l);
  grid-column-gap: var(--xl);
  grid-row-gap: var(--xl);
  border-radius: var(--borderradius);
  background-color: var(--violet);
  flex-flow: column;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 930px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.wrap-vacansies:hover {
  transform: scale(1.03);
}

.picpin {
  align-self: center;
  height: 80px;
  position: absolute;
  left: 0;
}

.picpin._2 {
  transform-style: preserve-3d;
  left: auto;
  right: 0;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.wrapline {
  overflow: hidden;
}

.persons {
  padding-right: var(--xl);
  padding-left: var(--xl);
  background-color: #0000;
  flex: 1;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  min-height: 420px;
  margin-top: -100px;
  display: flex;
  overflow: clip;
}

.mask-persons {
  z-index: 5;
  max-width: 360px;
  height: 100%;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.slide {
  height: 100%;
  margin-right: 30%;
}

.light {
  color: var(--textcolor);
}

.success {
  padding: var(--m) var(--m) var(--m) var(--l);
  border-radius: var(--l);
  background-color: var(--button-primary);
  align-self: center;
  width: 100%;
  position: relative;
}

.error-message {
  padding: 0px 0px var(--m);
  background-color: #0000;
  margin-top: -10px;
}

.btn-sec {
  z-index: 10;
  grid-column-gap: var(--s);
  grid-row-gap: var(--s);
  border-radius: var(--l);
  background-color: var(--black);
  color: var(--textcolor);
  font-size: var(--_font---text);
  cursor: pointer;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 60px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.btn-sec:hover {
  background-color: var(--violet_dark);
  transform: scale(1.05);
}

.corpbgimg {
  z-index: 1;
  position: absolute;
  inset: auto 0% 0% auto;
}

.link-comp {
  text-decoration: none;
  -webkit-text-decoration-color: var(--text-inactive);
  text-decoration-color: var(--text-inactive);
  transition: all .3s;
}

.link-comp:hover {
  transform: scale(1.02);
}

.link-comp:active {
  opacity: .8;
}

.imglogo-comp {
  height: 40px;
}

.emb {
  padding: var(--padding);
  border-radius: var(--borderradius);
  background-color: #fdfde2;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  position: relative;
  overflow: clip;
}

@media screen and (min-width: 1440px) {
  .text {
    font-size: var(--_font---text);
  }

  .dropdown-list, .dropdown-list.w--open {
    background-color: #0000;
  }

  .v-m {
    justify-content: flex-start;
  }

  .wrap-dropd.prog {
    min-height: 320px;
  }
}

@media screen and (min-width: 1920px) {
  .wrap-dropd.prog {
    min-height: 320px;
  }
}

@media screen and (max-width: 991px) {
  body {
    --_font---h1-size: 52px;
    --_font---h2-size: 28px;
    --_font---text: 16px;
    --violet_dark: #2d0830;
    --textcolor: #fcfcc5;
    --xl: 90px;
    --sidess: 30px;
    --l: 40px;
    --violet: #b06dfe;
    --orange: #fd9f1b;
    --text-inactive: #fcfcc5b3;
    --s: 10px;
    --padding: 30px;
    --bg-light: #fcfcc51f;
    --m: 20px;
    --borderradius: 40px;
    --xxl: 130px;
    --black: #15001a;
    --button-primary: #722efa;
  }

  .h1.light {
    position: relative;
  }

  .wrapper-50 {
    width: 100%;
  }

  .descript.centr {
    font-size: 11px;
  }

  .h-s.centr {
    justify-content: flex-start;
    align-items: center;
  }

  .social {
    height: 40px;
  }

  .btn-social {
    width: 70px;
    height: 70px;
  }

  .img-head.mini.netvo {
    align-self: flex-start;
    margin-bottom: -9svw;
    margin-right: 0;
  }

  .grid4 {
    grid-column-gap: var(--s);
    grid-row-gap: var(--s);
    grid-template-columns: 1fr 1fr;
  }

  .btn-prim {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text.agend {
    text-align: left;
  }

  .wrap-dropd.prog {
    align-items: stretch;
    min-height: 200px;
  }

  .hv-s {
    flex-flow: column;
  }

  .hv-s.netv {
    margin-top: 1%;
  }

  .hv-s.cent {
    flex-flow: row;
  }

  .pic {
    width: 70px;
    height: 70px;
  }

  .lineburg3 {
    background-color: var(--textcolor);
    flex: none;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
    top: 0;
  }

  .habrcareer {
    height: 26px;
    text-decoration: none;
  }

  .brand-logo {
    flex: 0 auto;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    display: flex;
  }

  .lineburg1 {
    background-color: var(--textcolor);
    flex: none;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-link {
    letter-spacing: 0;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: center;
    height: 44px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 30px;
    font-weight: 700;
    display: flex;
  }

  .lineburg2 {
    background-color: var(--textcolor);
    flex: none;
    width: 20px;
    height: 2px;
    margin-bottom: 4px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    background-color: #0000;
    border-radius: 50px;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 13px 0 13px 10px;
    display: flex;
  }

  .menu-button.w--open {
    z-index: 92;
    background-color: var(--black);
    border-radius: 30px;
  }

  .nav-container {
    padding-right: var(--s);
    border-radius: 0;
    height: 50px;
  }

  .nav-menu {
    right: var(--s);
    z-index: 98;
    padding: var(--m) var(--padding);
    border-radius: var(--borderradius);
    background-color: var(--overglass);
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 260px;
    height: auto;
    margin-top: 4px;
    transition: all .3s;
  }

  .tab-bar {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: row;
  }

  .tab-menu {
    flex-flow: column;
    align-self: flex-start;
    width: auto;
    margin-left: -10px;
    position: sticky;
    top: 60px;
  }

  .tab-content {
    margin-top: 0;
    margin-right: -10px;
  }

  .tab-btn {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 60px;
    height: 70px;
  }

  .img-avatar {
    width: 70px;
    height: 70px;
  }

  .textdate {
    font-size: 11px;
  }

  .textfield {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .form {
    padding-right: var(--sidess);
    padding-bottom: var(--m);
    padding-left: var(--sidess);
    grid-column-gap: var(--s);
    grid-row-gap: var(--s);
  }

  .form-block {
    border-radius: 0;
    bottom: 0;
  }

  ._40-per {
    width: 55%;
    max-width: none;
  }

  .bg-main {
    background-position: 100% 0;
    margin-top: -29%;
  }

  .g3 {
    place-items: end start;
  }

  .g3.head {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .g3.prgr {
    grid-column-gap: var(--s);
    grid-row-gap: var(--s);
    grid-template-columns: 1fr;
  }

  .wrap-imgcompany {
    align-self: center;
    max-width: 440px;
    max-height: 440px;
  }

  .wrap-companyinfo {
    padding: var(--padding);
  }

  .hv-0.company {
    flex-flow: column;
  }

  .section-reg {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    bottom: 0;
  }

  .container-reg {
    max-width: 880px;
  }

  .runline {
    width: 6900px;
    height: 70px;
  }

  .wrap-vacansies {
    padding: var(--padding);
    width: 100%;
  }

  .picpin {
    height: 70px;
  }

  .success {
    border-radius: 0;
  }

  .btn-sec {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_font---h1-size: 32px;
    --_font---h2-size: 22px;
    --_font---text: 15px;
    --violet_dark: #2d0830;
    --textcolor: #fcfcc5;
    --xl: 80px;
    --sidess: 20px;
    --l: 40px;
    --violet: #b06dfe;
    --orange: #fd9f1b;
    --text-inactive: #fcfcc5b3;
    --s: 10px;
    --padding: 20px;
    --bg-light: #fcfcc51f;
    --m: 20px;
    --borderradius: 32px;
    --xxl: 120px;
    --black: #15001a;
    --button-primary: #722efa;
  }

  .btn-prev, .btn-next {
    width: 48px;
    height: 48px;
  }

  .h1 {
    letter-spacing: -1.5px;
  }

  .descript {
    font-size: 13px;
  }

  .social {
    height: 36px;
  }

  .btn-social {
    border-radius: 24px;
    width: 60px;
    height: 60px;
  }

  .img-head.mini.netvo {
    margin-bottom: -6svw;
  }

  .grid4 {
    grid-template-columns: 1fr;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .content-info.static {
    margin-top: 220px;
  }

  .content-info.person {
    margin-top: 200px;
  }

  .btn-link {
    width: 40px;
    height: 40px;
  }

  .btn-link.up {
    top: -10px;
    right: -10px;
  }

  .btn-prim {
    height: 44px;
    font-size: 15px;
  }

  .text {
    line-height: 125%;
  }

  .text.agend {
    text-align: center;
  }

  .dropdiv.qa {
    padding-bottom: var(--s);
  }

  .wrap-dropd.prog {
    min-height: 120px;
  }

  .pic {
    width: 50px;
    height: 50px;
  }

  .nav-link {
    height: 40px;
    font-size: 24px;
  }

  .img-avatar {
    border-radius: var(--m);
    width: 60px;
    height: 60px;
  }

  .card-stat {
    max-width: 360px;
  }

  .card-stat.person {
    min-height: 360px;
  }

  .textfield {
    height: 44px;
  }

  .form {
    flex-flow: column;
    padding-bottom: 5px;
  }

  ._40-per {
    width: 100%;
  }

  .bg-main {
    height: 400px;
  }

  .g3 {
    grid-template-columns: 1fr 1fr;
  }

  .wrap-imgcompany {
    max-width: none;
    max-height: none;
  }

  .runline {
    width: 4400px;
    height: 50px;
  }

  .wrap-vacansies {
    grid-column-gap: var(--xxl);
    grid-row-gap: var(--xxl);
  }

  .picpin {
    height: 50px;
  }

  .persons {
    min-height: 360px;
  }

  .error-message {
    margin-top: 5px;
    padding-bottom: 5px;
  }

  .btn-sec {
    height: 44px;
    font-size: 15px;
  }

  .imglogo-comp {
    height: 30px;
  }
}

@media screen and (max-width: 479px) {
  .grid4 {
    max-width: 300px;
  }

  .content-info.static {
    margin-top: 180px;
  }

  .content-info.person {
    margin-top: 150px;
  }

  .dropdiv {
    padding-right: 10px;
  }

  .brand-logo {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .menu-button {
    display: flex;
  }

  .card-stat {
    max-width: 300px;
  }

  .card-stat.person {
    min-height: 330px;
  }

  .h-0 {
    flex-flow: column;
  }

  .bg-main {
    background-position: 100% 0;
  }

  .g3 {
    grid-template-columns: 1fr;
  }

  .wrap-imgcompany {
    max-height: 400px;
  }

  .runline {
    width: 4500px;
  }

  .persons {
    min-height: 330px;
    margin-top: -150px;
  }

  .mask-persons {
    max-width: 300px;
  }
}

#w-node-_446efd26-41f1-6ae1-6562-69c9c1dff4be-38c6fb84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_35fb8aa9-985f-d7de-d989-da64589c6ca8-38c6fb84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_952a88df-8b57-c1e0-e2e2-733220cd622e-38c6fb84, #w-node-_8cd66869-d93b-d078-3822-5a8e90401516-38c6fb84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3749f118-ec12-bc5d-eb93-06bab1d1d596-38c6fb84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_64ef67e6-c70e-dc84-3bf6-33e813205411-38c6fb84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_643edabb-fbf3-2548-c635-650176d6003a-38c6fb84 {
  justify-self: start;
}

#w-node-_4763996e-169a-640a-5461-229412d85247-38c6fb84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ff8e8a68-a88f-5cf3-5157-a20db376e52f-38c6fb84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_6c7ad088-ab43-4337-c99f-e4d752deb2e6-38c6fb84 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-a5143490-27b2-5a2b-804d-dd881405a891-38c6fb84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3ab88746-4937-cba2-22ac-59e25549eae0-38c6fb84 {
  align-self: center;
}

#w-node-_2bcdc155-4ed2-c397-3b53-ecb1daaf2beb-38c6fb84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_6c7ad088-ab43-4337-c99f-e4d752deb413-38c6fb84, #w-node-_2dfc9034-743e-9dda-4449-5224fe8935c2-38c6fb84, #w-node-_6c7ad088-ab43-4337-c99f-e4d752deb415-38c6fb84 {
  align-self: start;
}

#w-node-_804971c8-0907-c646-0802-4c7d91290f9d-38c6fb84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3ee11903-a0ca-7841-d5c8-f38b7eb55660-38c6fb84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

#w-node-_5f688646-4258-8b19-0db8-970279f731b9-38c6fb84 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_446efd26-41f1-6ae1-6562-69c9c1dff4be-38c6fb84 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_35fb8aa9-985f-d7de-d989-da64589c6ca8-38c6fb84, #w-node-_952a88df-8b57-c1e0-e2e2-733220cd622e-38c6fb84 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_952a88df-8b57-c1e0-e2e2-733220cd622f-38c6fb84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_8cd66869-d93b-d078-3822-5a8e90401516-38c6fb84, #w-node-_3749f118-ec12-bc5d-eb93-06bab1d1d596-38c6fb84 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3749f118-ec12-bc5d-eb93-06bab1d1d597-38c6fb84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_64ef67e6-c70e-dc84-3bf6-33e813205411-38c6fb84 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_8d676b00-e543-061b-0432-8743417fb558-38c6fb84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4763996e-169a-640a-5461-229412d85247-38c6fb84 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-ff8e8a68-a88f-5cf3-5157-a20db376e52f-38c6fb84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_6c7ad088-ab43-4337-c99f-e4d752deb2e6-38c6fb84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a5143490-27b2-5a2b-804d-dd881405a891-38c6fb84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_3ab88746-4937-cba2-22ac-59e25549eae0-38c6fb84 {
    order: 3;
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2bcdc155-4ed2-c397-3b53-ecb1daaf2beb-38c6fb84 {
    order: 2;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_6c7ad088-ab43-4337-c99f-e4d752deb413-38c6fb84 {
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_2dfc9034-743e-9dda-4449-5224fe8935c2-38c6fb84 {
    order: 3;
    grid-area: span 1 / span 3 / span 1 / span 3;
    align-self: start;
  }

  #w-node-_6c7ad088-ab43-4337-c99f-e4d752deb415-38c6fb84 {
    order: 2;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_804971c8-0907-c646-0802-4c7d91290f9d-38c6fb84 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-e931edd4-75cd-1e7f-6a61-8afc6009b9ea-38c6fb84, #w-node-_38ea2b69-91cf-3b43-6dd2-38865e9b1fd1-38c6fb84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3ee11903-a0ca-7841-d5c8-f38b7eb55660-38c6fb84 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_3ee11903-a0ca-7841-d5c8-f38b7eb55661-38c6fb84, #w-node-_37f6e42f-58f5-6a79-dbea-37dfa9f398c4-38c6fb84, #w-node-_37f6e42f-58f5-6a79-dbea-37dfa9f398c6-38c6fb84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37f6e42f-58f5-6a79-dbea-37dfa9f398cf-38c6fb84 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_446efd26-41f1-6ae1-6562-69c9c1dff4be-38c6fb84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_35fb8aa9-985f-d7de-d989-da64589c6ca8-38c6fb84 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_952a88df-8b57-c1e0-e2e2-733220cd622e-38c6fb84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_952a88df-8b57-c1e0-e2e2-733220cd622f-38c6fb84, #w-node-_8cd66869-d93b-d078-3822-5a8e90401516-38c6fb84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3749f118-ec12-bc5d-eb93-06bab1d1d596-38c6fb84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_3749f118-ec12-bc5d-eb93-06bab1d1d597-38c6fb84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_64ef67e6-c70e-dc84-3bf6-33e813205411-38c6fb84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_643edabb-fbf3-2548-c635-650176d6003a-38c6fb84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_8d676b00-e543-061b-0432-8743417fb558-38c6fb84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4763996e-169a-640a-5461-229412d85247-38c6fb84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ff8e8a68-a88f-5cf3-5157-a20db376e52f-38c6fb84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_3ab88746-4937-cba2-22ac-59e25549eae0-38c6fb84 {
    justify-self: center;
  }

  #w-node-_2bcdc155-4ed2-c397-3b53-ecb1daaf2beb-38c6fb84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-_6c7ad088-ab43-4337-c99f-e4d752deb413-38c6fb84 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_2dfc9034-743e-9dda-4449-5224fe8935c2-38c6fb84 {
    order: 3;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: start;
  }

  #w-node-_6c7ad088-ab43-4337-c99f-e4d752deb415-38c6fb84 {
    order: 2;
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: end;
  }

  #w-node-e931edd4-75cd-1e7f-6a61-8afc6009b9ea-38c6fb84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_38ea2b69-91cf-3b43-6dd2-38865e9b1fd1-38c6fb84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ee11903-a0ca-7841-d5c8-f38b7eb55660-38c6fb84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_3ee11903-a0ca-7841-d5c8-f38b7eb55661-38c6fb84, #w-node-_37f6e42f-58f5-6a79-dbea-37dfa9f398c4-38c6fb84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_37f6e42f-58f5-6a79-dbea-37dfa9f398c6-38c6fb84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_446efd26-41f1-6ae1-6562-69c9c1dff4be-38c6fb84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_35fb8aa9-985f-d7de-d989-da64589c6ca8-38c6fb84, #w-node-_952a88df-8b57-c1e0-e2e2-733220cd622e-38c6fb84, #w-node-_8cd66869-d93b-d078-3822-5a8e90401516-38c6fb84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3749f118-ec12-bc5d-eb93-06bab1d1d596-38c6fb84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start;
  }

  #w-node-_64ef67e6-c70e-dc84-3bf6-33e813205411-38c6fb84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_643edabb-fbf3-2548-c635-650176d6003a-38c6fb84 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_4763996e-169a-640a-5461-229412d85247-38c6fb84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-ff8e8a68-a88f-5cf3-5157-a20db376e52f-38c6fb84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-a5143490-27b2-5a2b-804d-dd881405a891-38c6fb84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_3ab88746-4937-cba2-22ac-59e25549eae0-38c6fb84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-_2bcdc155-4ed2-c397-3b53-ecb1daaf2beb-38c6fb84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_6c7ad088-ab43-4337-c99f-e4d752deb413-38c6fb84 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_2dfc9034-743e-9dda-4449-5224fe8935c2-38c6fb84 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6c7ad088-ab43-4337-c99f-e4d752deb415-38c6fb84 {
    order: 2;
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: end;
  }

  #w-node-_804971c8-0907-c646-0802-4c7d91290f9d-38c6fb84, #w-node-e931edd4-75cd-1e7f-6a61-8afc6009b9ea-38c6fb84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_3ee11903-a0ca-7841-d5c8-f38b7eb55660-38c6fb84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_3ee11903-a0ca-7841-d5c8-f38b7eb55661-38c6fb84, #w-node-_37f6e42f-58f5-6a79-dbea-37dfa9f398c4-38c6fb84, #w-node-_37f6e42f-58f5-6a79-dbea-37dfa9f398c6-38c6fb84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5f688646-4258-8b19-0db8-970279f731b9-38c6fb84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }
}


