@import url(../fonts/Halvar/stylesheet.css);
:root {
  --app-height: 100%;
  --white: #fff;
  --white-50: rgba(255, 255, 255, 0.5);
  --black: #000;
  --black-20: rgba(0, 0, 0, 0.2);
  --black-50: rgba(0, 0, 0, 0.5);
  --black2: #2E2E2E;
  --black3: #212121;
  --black3-50: rgba(33, 33, 33, 0.5);
  --blue: blue;
  --green: #1ED71E;
  --green2: #1FB31F;
  --gray: #FAFAFA;
  --gray2: #F2F2F2;
  --gray2-80: rgba(242, 242, 242, 0.8);
  --gray3: #C4C4C4;
  --gray4: #757575;
  --gray5: #ebebeb;
  --gray6: #c2c2c2;
  --gray7: #d9d9d9;
  --error: #c00;
  --link: var(--green);
  --link-top: 110%;
  --link-transparent: 99%;
}
* {
  box-sizing: border-box;
  outline: none;
}
html {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}
body {
  margin: 0;
  padding: 0;
  display: flex;
  flex: auto;
  flex-direction: column;
  font-family: 'Roboto', sans-serif;
  background: var(--white);
  color: var(--black);
  font-size: 18px;
  line-height: 150%;
}
img {
  border: 0;
}
h1,
.h1 {
  font-family: 'Halvar Breit CY Rg', sans-serif;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 49px;
  letter-spacing: 0.25px;
  margin: 0 0 20px;
  padding: 0;
}
h2,
.h2 {
  font-family: 'Halvar Breit CY Rg', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin: 0 0 20px;
  padding: 0;
}
h3,
.h3 {
  font-family: 'Halvar Breit CY Rg', sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0.25px;
  margin: 0 0 20px;
  padding: 0;
}
input,
textarea,
a,
button {
  outline: none;
}
a {
  color: var(--black);
  transition: all 0.3s ease;
}
a:hover {
  color: var(--black);
  text-decoration: none;
}
.dn {
  display: none;
}
.clr {
  clear: both;
}
.col {
  vertical-align: top;
  display: inline-block;
}
main {
  flex: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--black);
  -webkit-box-shadow: 0 0 0 1000px var(--white) inset;
}
.content {
  padding: 0 63px;
  position: relative;
  z-index: 2;
}
header {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.3s ease;
}
header .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
}
header.scroll {
  background: var(--white);
}
.header__right {
  display: flex;
  align-items: center;
}
.logo {
  display: inline-block;
  background: url(../img/logo.svg) no-repeat center / contain;
  width: 197px;
  height: 32px;
}
.logo--white {
  background-image: url(../img/logo-white.svg);
}
.link {
  text-decoration: none;
  color: var(--black);
  cursor: pointer;
  transition: all 0.3s ease;
}
.link:hover,
.link.active {
  color: var(--green);
  text-decoration: none;
}
.link--arrow {
  display: inline-block;
  position: relative;
  padding-left: 24px;
}
.link--arrow img,
.link--arrow svg {
  width: 8px;
  position: absolute;
  top: 7px;
  left: 0;
}
.link--arrow img path,
.link--arrow svg path {
  stroke: var(--black);
  transition: all 0.3s ease;
}
.link--arrow:hover svg path {
  stroke: var(--green);
}
.link--gray {
  color: var(--black-50);
}
.link--gray:hover,
.link--gray.active {
  color: var(--green);
}
.lng {
  font-family: 'Halvar Breit CY Rg', sans-serif;
  margin-left: 30px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
}
.lng-item {
  text-decoration: none;
  color: var(--black);
  cursor: pointer;
  transition: all 0.3s ease;
}
.lng-item:hover,
.lng-item.active {
  color: var(--green);
  text-decoration: none;
}
.lng-item--arrow {
  display: inline-block;
  position: relative;
  padding-left: 24px;
}
.lng-item--arrow img,
.lng-item--arrow svg {
  width: 8px;
  position: absolute;
  top: 7px;
  left: 0;
}
.lng-item--arrow img path,
.lng-item--arrow svg path {
  stroke: var(--black);
  transition: all 0.3s ease;
}
.lng-item--arrow:hover svg path {
  stroke: var(--green);
}
.lng-item--gray {
  color: var(--black-50);
}
.lng-item--gray:hover,
.lng-item--gray.active {
  color: var(--green);
}
.lng-item--arrow {
  padding-left: 1.75695461vw;
}
.lng-item--arrow img,
.lng-item--arrow svg {
  width: 0.58565154vw;
  top: 0.5124451vw;
}
.menu {
  display: flex;
  gap: 28px;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Halvar Breit CY Rg', sans-serif;
}
.menu-item {
  text-decoration: none;
  color: var(--black);
  cursor: pointer;
  transition: all 0.3s ease;
}
.menu-item:hover,
.menu-item.active {
  color: var(--green);
  text-decoration: none;
}
.menu-item--arrow {
  display: inline-block;
  position: relative;
  padding-left: 24px;
}
.menu-item--arrow img,
.menu-item--arrow svg {
  width: 8px;
  position: absolute;
  top: 7px;
  left: 0;
}
.menu-item--arrow img path,
.menu-item--arrow svg path {
  stroke: var(--black);
  transition: all 0.3s ease;
}
.menu-item--arrow:hover svg path {
  stroke: var(--green);
}
.menu-item--gray {
  color: var(--black-50);
}
.menu-item--gray:hover,
.menu-item--gray.active {
  color: var(--green);
}
.menu-item--arrow {
  padding-left: 1.75695461vw;
}
.menu-item--arrow img,
.menu-item--arrow svg {
  width: 0.58565154vw;
  top: 0.5124451vw;
}
.menu-footer {
  gap: 75px;
  display: flex;
}
.menu-footer-item {
  color: var(--white-50);
}
.menu-footer-item:hover {
  color: var(--white-50);
}
footer {
  background: var(--black2);
  color: var(--white-50);
  font-size: 12px;
  line-height: 14px;
}
footer .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.copyright {
  margin-top: 11px;
}
.section {
  position: relative;
}
.section--xl {
  padding: 140px 0;
}
.section--lg {
  padding: 90px 0;
}
.section--md {
  padding: 60px 0;
}
.section--sm {
  padding: 30px 0;
}
.section--0 {
  background: no-repeat center / cover;
  overflow: hidden;
}
.section--0 .voile {
  background: var(--gray2-80);
  position: relative;
  height: 600px;
  padding-top: 130px;
}
.section--0 .block {
  width: 992px;
}
.section--0 .search {
  margin-top: 80px;
  width: 552px;
}
.section--1 .content {
  display: flex;
  justify-content: space-between;
}
.section--1 .slider {
  flex: 1;
}
.section--1 .block {
  margin-right: 76px;
  width: 529px;
}
.section--2 {
  padding-left: 423px;
}
.section--2 .woman {
  position: absolute;
  bottom: 0;
  left: -209px;
}
.section--3 .block-gray {
  position: relative;
}
.section--3 .block {
  width: 393px;
  position: absolute;
  top: 140px;
  left: 30px;
}
.section--gray {
  background: var(--gray2);
}
.section--gray .slider-prev {
  background-color: var(--white);
}
.section--gray .slider-prev:hover {
  background-color: var(--gray);
}
.section--logo {
  overflow: hidden;
}
.section--logo::after {
  content: "";
  position: absolute;
  background: url(../img/mask.svg) no-repeat center / contain;
  width: 747px;
  height: 818px;
  bottom: -350px;
  right: -312px;
  opacity: 0.03;
}
.section--logo-2::after {
  top: -120px;
  left: -120px;
  bottom: auto;
  right: auto;
}
.section--logo-3::after {
  top: 30px;
  bottom: auto;
}
.section--first {
  padding-top: 190px;
}
.video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-bg #player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1366px;
  height: 768px;
}
.scheme {
  line-height: 0;
}
.scheme img {
  width: 100%;
}
.btn {
  display: inline-block;
  height: 60px;
  color: var(--white);
  background: var(--green);
  padding: 0 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
.btn:hover {
  color: var(--white);
  background: var(--green2);
  text-decoration: none;
}
.btn--gray {
  background: var(--gray);
  color: var(--black);
}
.btn--gray:hover {
  background-color: var(--gray2);
  color: var(--black);
}
.search {
  display: flex;
  position: relative;
}
.search .input {
  flex: 1;
  padding-left: 60px;
}
.search:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 30px;
  background: url(../img/search.svg) no-repeat center / contain;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  z-index: 2;
}
.search--2 {
  width: 606px;
}
.search--2 .input {
  border: 1px solid var(--gray2);
}
.search--autocomplete > div:first-child {
  flex: 1;
  position: relative;
}
.search--autocomplete.found .search__autocomplete {
  display: flex;
}
.search__autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--white);
  border: 1px solid var(--gray2);
  display: flex;
  flex-direction: column;
  padding: 25px 20px;
  line-height: 200%;
  display: none;
}
.search__autocomplete a {
  text-decoration: none;
  color: var(--black);
  cursor: pointer;
  transition: all 0.3s ease;
}
.search__autocomplete a:hover,
.search__autocomplete a.active {
  color: var(--green);
  text-decoration: none;
}
.search__autocomplete a--arrow {
  display: inline-block;
  position: relative;
  padding-left: 24px;
}
.search__autocomplete a--arrow img,
.search__autocomplete a--arrow svg {
  width: 8px;
  position: absolute;
  top: 7px;
  left: 0;
}
.search__autocomplete a--arrow img path,
.search__autocomplete a--arrow svg path {
  stroke: var(--black);
  transition: all 0.3s ease;
}
.search__autocomplete a--arrow:hover svg path {
  stroke: var(--green);
}
.search__autocomplete a--gray {
  color: var(--black-50);
}
.search__autocomplete a--gray:hover,
.search__autocomplete a--gray.active {
  color: var(--green);
}
.search__autocomplete a--arrow {
  padding-left: 1.75695461vw;
}
.search__autocomplete a--arrow img,
.search__autocomplete a--arrow svg {
  width: 0.58565154vw;
  top: 0.5124451vw;
}
.input {
  background: var(--white);
  border: none;
  box-shadow: none;
  border-radius: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  width: 100%;
  line-height: 21px;
  color: var(--black3);
  padding: 0 22px;
  height: 60px;
}
.input::placeholder {
  color: var(--black3-50);
}
textarea.input {
  height: 120px;
  padding-top: 18px;
  padding-bottom: 18px;
}
select.input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: var(--white) url(../img/arrow-down.svg) no-repeat right 20px center / 15px auto;
}
p,
ul {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
p + p,
ul + p,
p + ul,
ul + ul {
  margin-top: 25px;
}
.btns {
  margin-top: 50px;
  display: flex;
  gap: 20px;
}
.btns--sm {
  margin-top: 30px;
}
.btns--pagination {
  margin-top: 65px;
}
.promo {
  font-family: 'Halvar Breit CY Rg', sans-serif;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 49px;
  letter-spacing: 0.25px;
  margin: 0 0 20px;
  padding: 0;
  font-size: 3.07467057vw;
  line-height: 3.58711567vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
}
.promo span {
  font-weight: bold;
  color: var(--green);
  display: inline-block;
  margin: -26px 0 -22px 0;
  width: 100%;
  font-size: 152px;
  line-height: 177px;
  letter-spacing: -1px;
  position: relative;
}
.promo span.dash {
  letter-spacing: 25px;
}
.promo span.dash:before {
  content: "";
  position: absolute;
  background: var(--green);
  width: 102px;
  height: 22px;
  left: 0;
  bottom: 32px;
}
.promo--sm {
  font-family: 'Halvar Breit CY Rg', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
}
.promo--xs {
  font-family: 'Halvar Breit CY Rg', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
}
.promo--xs span {
  font-size: 128px;
  line-height: 148px;
}
.promo__top {
  display: flex;
  color: var(--green);
  gap: 10px;
  align-items: flex-end;
  white-space: nowrap;
  font-family: 'Halvar Breit CY Rg', sans-serif;
  font-size: 40px;
  line-height: 46px;
}
.promo__top span {
  width: auto;
}
.title {
  font-family: 'Halvar Breit CY Rg', sans-serif;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 49px;
  letter-spacing: 0.25px;
  margin: 0 0 20px;
  padding: 0;
  font-size: 3.07467057vw;
  line-height: 3.58711567vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
}
.title--mb {
  margin-bottom: 50px;
}
.title-up {
  font-weight: 700;
  font-size: 32px;
  line-height: 37px;
  margin-bottom: 10px;
  font-family: 'Halvar Breit CY Rg', sans-serif;
  text-transform: uppercase;
}
.top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 35px;
}
.top .title {
  margin-bottom: 0;
}
.top--mb {
  margin-bottom: 70px;
}
.product {
  width: 393px;
  display: flex;
  flex-direction: column;
}
.product__img {
  line-height: 0;
  display: block;
  text-align: left;
  width: 376px;
  height: 281px;
}
.product__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left;
}
.product__title {
  font-family: 'Halvar Breit CY Rg', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
}
.product__sub {
  margin-top: 10px;
  color: var(--black-50);
}
.product__sub a {
  color: var(--black-50);
}
.product__sub a:hover {
  color: var(--black-50);
}
.product__info {
  margin-bottom: 10px;
  color: var(--black-50);
}
.product__btns {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
}
.product__world {
  font-size: 16px;
  line-height: 150%;
  opacity: 0.5;
  margin-top: -13px;
  margin-bottom: 20px;
}
.product__names {
  height: 85px;
  margin-bottom: 20px;
}
.product-param {
  margin-bottom: 14px;
  display: flex;
  gap: 14px;
}
.product-param:last-child {
  margin-bottom: 0;
}
.product-param__icon {
  width: 37px;
  height: 37px;
  background: #F2F2F2;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-param__icon img,
.product-param__icon svg {
  width: 22px;
}
.product-param__text {
  flex: 1;
  font-size: 14px;
  line-height: 150%;
}
.product__content {
  flex: 1;
}
.product--popup {
  width: 816px;
  padding: 70px;
}
.product--popup .product__title {
  font-family: 'Halvar Breit CY Rg', sans-serif;
  text-transform: uppercase;
  font-size: 42px;
  line-height: 49px;
  letter-spacing: 0.25px;
  margin: 0 0 20px;
  padding: 0;
  font-size: 3.07467057vw;
  line-height: 3.58711567vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
  margin-bottom: 20px;
}
.product--popup .product__world {
  font-family: 'Halvar Breit CY Rg', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
  margin-top: -7px;
  margin-bottom: 20px;
}
.product--popup .product__params {
  display: flex;
  gap: 24px 32px;
  margin-bottom: 20px;
}
.product--popup .product-param {
  margin-bottom: 0;
  flex: 1;
}
.product--popup .product-param__icon {
  width: 40px;
  height: 40px;
  background: var(--green);
}
.product--popup .product-param__icon svg path,
.product--popup .product-param__icon svg rect {
  stroke: var(--white);
}
.product--popup .product-param__text {
  font-size: 16px;
}
.slider .swiper-pagination {
  display: none;
  bottom: 10px;
  justify-content: center;
  gap: 8px;
}
.slider--simple {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
}
.slider--simple .swiper-slide {
  border-right: 1px solid var(--black-20);
  width: auto;
  padding-left: 30px;
}
.slider--simple .swiper-slide:first-child {
  padding-left: 63px;
}
.slider--simple .swiper-slide:last-child {
  padding-right: 63px;
  border-right: none;
}
.slider--simple .news-item {
  margin-right: 56px;
}
.slider--simple .product {
  padding-top: 22px;
}
.slider--simple .history {
  margin-right: 5px;
}
.slider--history {
  margin-top: 100px;
}
.slider--history .swiper-slide {
  border-right: none;
}
.slider--partners {
  width: 100vw;
  position: relative;
  left: 50%;
  margin-left: -50vw;
  margin-top: 70px;
}
.slider--partners .swiper-slide {
  width: auto;
  padding-left: 85px;
}
.slider--partners .swiper-slide:first-child {
  padding-left: 63px;
}
.slider--partners .swiper-slide:last-child {
  padding-right: 63px;
}
.slider--no-border .swiper-slide {
  border-right: 0;
}
.slider--images .swiper-pagination {
  display: flex;
}
.slider-navigation {
  display: flex;
}
.slider-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: var(--gray) url(../img/arrow-left.svg) no-repeat center / 8px auto;
  cursor: pointer;
  transition: all 0.3s ease;
}
.slider-btn:hover {
  background-color: var(--gray2);
}
.slider-btn.slider-next {
  background-color: var(--green);
  background-image: url(../img/arrow.svg);
}
.slider-btn.slider-next:hover {
  background-color: var(--green2);
}
.slider .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 0;
  background: var(--gray6);
  margin: 0!important;
  opacity: 1;
}
.slider .swiper-pagination-bullet-active {
  background: var(--green);
}
.rennab {
  background: no-repeat right bottom / auto 100%;
  padding: 0 30px 50px;
  margin: 0 -30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 370px;
}
.rennab--1 {
  background-image: url(../img/pic/bg01.png);
}
.rennab--2 {
  background-image: url(../img/pic/bg02.png);
}
.rennab--3 {
  background-image: url(../img/pic/bg03.png);
  height: 463px;
}
.rennab--4 {
  background-image: url(../img/pic/bg04.png);
  height: 568px;
}
.rennab--5 {
  background-image: url(../img/pic/bg05.png);
  height: 620px;
}
.rennab--6 {
  background-image: url(../img/pic/bg06.png);
  height: 479px;
}
.rennab--7 {
  background-image: url(../img/pic/bg07.png);
  height: 465px;
}
.rennab--8 {
  background-image: url(../img/pic/bg08.png);
  height: 390px;
}
.rennab--spik {
  background-image: url(../img/spik/spik-d.jpg);
  background-color: var(--gray2);
  background-position: left bottom;
  background-size: auto 100%;
  height: 445px;
  padding-left: 515px;
}
.rennab--simple {
  height: auto;
  padding: 50px 30px;
  background-color: var(--gray2);
  position: relative;
}
.rennab--simple > * {
  position: relative;
  z-index: 2;
}
.rennab__content {
  width: 635px;
}
.rennab__pic {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat right bottom / auto 100%;
  left: 0;
  z-index: 1;
}
.tags {
  display: flex;
  gap: 10px;
  margin: 55px 0 30px;
}
.tag {
  padding: 4px 12px;
  background: var(--gray2);
  display: inline-block;
  color: var(--black);
  transition: all 0.3s ease;
}
.tag:not(.tag--disabled) {
  cursor: pointer;
}
.tag:not(.tag--disabled):hover,
.tag:not(.tag--disabled).active {
  background: var(--green);
  color: var(--white);
}
.news-item {
  width: 337px;
}
.news-item__title {
  display: block;
  margin-bottom: 9px;
}
.news-item__date {
  margin-bottom: 9px;
  color: var(--black-50);
}
.news-item__link {
  margin-top: 10px;
}
.news-item--2 {
  width: 600px;
}
.info {
  display: flex;
  gap: 30px;
}
.info .title {
  width: 393px;
}
.info .text {
  width: 710px;
}
.info--2 .title {
  font-family: 'Halvar Breit CY Rg', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
}
.info--2 .text {
  flex: 1;
}
.info--short .text {
  width: 500px;
  flex: none;
}
.info + .info {
  margin-top: 50px;
}
.info--3 {
  padding: 50px 30px;
  margin: 0 -30px;
  background: var(--gray2);
  position: relative;
  overflow: hidden;
}
.info--3 > * {
  position: relative;
  z-index: 2;
}
.info--3:after {
  content: "";
  position: absolute;
  background: url(../img/mask.svg) no-repeat center / contain;
  transform: matrix(-1, 0, 0, 1, 0, 0);
  width: 470px;
  height: 523px;
  bottom: -215px;
  left: -55px;
  opacity: 0.03;
}
.cards {
  display: flex;
  gap: 30px;
}
.cards .promo,
.cards .card {
  flex: 1;
}
.cards + .cards {
  margin-top: 50px;
}
.cards--between {
  gap: 105px;
}
.card {
  border-right: 1px solid var(--black-20);
  font-family: 'Halvar Breit CY Rg', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
}
.card:last-child {
  border-right: none;
}
.card--noborder,
.card--empty {
  border-right: none;
}
.woman {
  display: inline-block;
  background: url(../img/pic/woman.png) no-repeat center / contain;
  width: 706px;
  height: 925px;
}
.sub {
  margin-bottom: 30px;
  color: var(--black-50);
  margin-top: -6px;
}
.video {
  display: block;
  height: 707px;
  position: relative;
  background: no-repeat center / cover;
}
.video iframe {
  width: 100%;
  height: 100%;
}
.video--link:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background: url(../img/play.svg) no-repeat center / contain;
  width: 90px;
  height: 90px;
  transform: translate(-50%, -50%);
}
.video--small {
  width: 393px;
  height: 237px;
}
.video--small.video--link:after {
  width: 60px;
  height: 60px;
}
.history {
  width: 386px;
  padding-top: 50px;
  position: relative;
}
.history__title {
  margin-bottom: 10px;
}
.history:before {
  content: "";
  background: var(--green);
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}
.history:after {
  content: "";
  background: var(--green);
  width: 500%;
  height: 8px;
  position: absolute;
  top: 8px;
  right: -300%;
}
.toggle {
  color: var(--black-50);
  text-decoration: underline;
  cursor: pointer;
}
.toggle:hover {
  text-decoration: none;
}
.toggle > span {
  display: inline-block;
  position: relative;
}
.toggle > span:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 8px;
  background: url(../img/arrow-down.svg) no-repeat center / contain;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}
.toggle.open > span:after {
  transform: translateY(-50%) rotate(180deg);
}
.partner {
  height: 60px;
  line-height: 0;
  position: relative;
}
.partner img {
  height: 100%;
}
.partner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gray3);
  mix-blend-mode: color;
}
.stage {
  width: 605px;
}
.stage__pic {
  height: 359px;
  width: 100%;
  background: no-repeat center / cover;
  margin-bottom: 30px;
}
.stage__title {
  font-family: 'Halvar Breit CY Rg', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
  margin-bottom: 20px;
}
.stage--2 {
  display: flex;
  gap: 30px;
}
.stage--2 .stage__pic {
  width: 286px;
  height: 171px;
}
.stage--2 .stage__content {
  flex: 1;
}
.green {
  color: var(--green);
}
.block-gray {
  padding: 50px 30px;
  margin: 0 -30px;
  background: var(--gray2);
}
.block-gray--xl {
  padding-top: 130px;
  padding-bottom: 130px;
}
.block-white {
  padding: 30px 30px;
  margin: 0 -30px;
  background: var(--white);
}
.block-white--1 {
  margin-top: 85px;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-white--1 .title {
  font-family: 'Halvar Breit CY Rg', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
  margin-bottom: 10px;
}
.ul {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.ul li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}
.ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: var(--green);
  position: absolute;
  left: 11px;
  top: 10px;
}
.ul li + li {
  margin-top: 3px;
}
.text h1,
.text .h1,
.text h2,
.text .h2,
.text h3,
.text .h3 {
  margin-top: 50px;
}
.columns {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}
.columns > div {
  flex: 1;
}
.form__row {
  line-height: 0;
}
.form__row + .form__row {
  margin-top: 10px;
}
.form__row + .form__row--btns {
  margin-top: 50px;
}
.form__row + .form__row--mt {
  margin-top: 30px;
}
.form__row--error {
  color: var(--error);
}
.form__row--error .form-elem__error {
  display: block;
}
.form-elem__info {
  font-size: 12px;
  line-height: 150%;
  margin-top: 6px;
  color: var(--black-50);
}
.form-elem__error {
  display: none;
  font-size: 12px;
  line-height: 150%;
  margin-top: 6px;
  color: var(--error);
}
.checkbox {
  position: relative;
  padding-left: 32px;
  display: inline-block;
  line-height: normal;
}
.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox input {
  display: none;
}
.checkbox input + span {
  width: 24px;
  height: 24px;
  position: relative;
  display: inline-block;
}
.checkbox input + span:before,
.checkbox input + span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/checkbox-off.svg) no-repeat center / contain;
  opacity: 1;
  transition: all 0.3s ease;
}
.checkbox input + span:after {
  background-image: url(../img/checkbox-on.svg);
  opacity: 0;
}
.checkbox input:checked + span:before {
  opacity: 0;
}
.checkbox input:checked + span:after {
  opacity: 1;
}
.popup-outer .fancybox__content {
  padding: 80px 70px;
  width: 816px;
}
.fancybox__content > .carousel__button.is-close {
  top: 30px;
  right: 30px;
  color: var(--black-50);
  box-shadow: none;
  border-radius: 0;
  width: 20px;
  height: 20px;
}
.fancybox__content > .carousel__button.is-close svg {
  width: 20px;
  height: 20px;
  filter: none;
}
.back {
  font-family: 'Halvar Breit CY Rg', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
  margin-bottom: 15px;
}
.back a {
  color: var(--green);
  text-decoration: none;
}
.back a:hover {
  color: var(--black);
}
.numbers {
  margin: 50px 0;
  display: flex;
  gap: 30px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.numbers--2 {
  margin: 0;
  display: block;
}
.number {
  display: flex;
  align-items: center;
  width: 393px;
}
.number__number {
  width: 40px;
  height: 40px;
  align-items: center;
  display: flex;
  background: var(--green);
  font-family: 'Halvar Breit CY Rg', sans-serif;
  justify-content: center;
  color: var(--white);
  margin-right: 17px;
}
.number__text {
  flex: 1;
}
.number--2 {
  align-items: flex-start;
  width: 100%;
  margin-bottom: 30px;
}
.gray {
  color: var(--black-50);
}
.gray6 {
  color: var(--gray6);
}
.vacancy {
  border-bottom: 1px solid var(--gray2);
  padding-bottom: 35px;
  margin-bottom: 60px;
  display: flex;
  justify-content: space-between;
}
.vacancy__content {
  flex: 1;
}
.vacancy__salary {
  white-space: nowrap;
  width: 269px;
  text-align: right;
  font-family: 'Halvar Breit CY Rg', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
}
.vacancy__title {
  display: block;
  font-family: 'Halvar Breit CY Rg', sans-serif;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 0.25px;
  margin: 0 0 20px;
  padding: 0;
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
  margin-bottom: 10px;
}
.vacancy__place {
  background: url(../img/dot2.svg) no-repeat left center / 16px auto;
  color: var(--black-50);
  padding-left: 20px;
  margin-bottom: 10px;
}
.vacancy__date {
  color: var(--black-50);
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: 10px;
}
.vacancy__date .tags {
  margin: 0;
}
.vacancy:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.vacancy--not-found {
  color: var(--black-50);
}
.vacancy--disabled .vacancy__title,
.vacancy--disabled .vacancy__salary {
  color: var(--black-50);
}
.vacancy-top {
  display: flex;
  justify-content: space-between;
  gap: 136px;
  margin: -5px 0 15px;
}
.vacancy-top > div:last-child {
  white-space: nowrap;
}
.vacancy-top h1,
.vacancy-top .h1 {
  margin-bottom: 0;
}
.vacancy-top-date {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 15px;
}
.vacancy-top-date .tags,
.vacancy-top-date h2,
.vacancy-top-date .h2 {
  margin: 0;
}
.products {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 90px 0;
  align-items: stretch;
}
.small {
  font-size: 12px;
  line-height: 150%;
}
.underline {
  position: relative;
}
.underline:before {
  content: "";
  position: absolute;
  height: 2px;
  background: var(--link);
  top: var(--link-top);
  transform: scaleX(0);
  width: 100%;
  z-index: 1;
  left: 0;
  transform-origin: top right;
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.underline:hover,
.underline.active {
  text-decoration: none;
  color: var(--link);
}
.underline:hover:before,
.underline.active:before {
  transform: scaleX(1);
  transform-origin: top left;
}
.underline--reverse:before {
  transform: scaleX(1);
}
.underline--reverse:hover:before,
.underline--reverse.active:before {
  transform: scaleX(0);
}
a {
  color: var(--black-50);
  text-decoration: underline;
}
a:hover {
  color: var(--green);
  text-decoration: underline;
}
#map {
  height: 620px;
}
.img {
  line-height: 0;
  margin: 50px 0;
}
.img img {
  width: 100%;
}
.article {
  padding-left: 423px;
}
.article img {
  width: calc(100% + 30.96632503660322vw);
  margin: 50px 0 50px -423px;
}
.article .h1,
.article h2,
.article .h2 {
  margin: 50px 0 0 -423px;
  width: 393px;
  float: left;
}
.article .h1 + p,
.article h2 + p,
.article .h2 + p {
  margin-top: 50px;
}
.article > *:first-child {
  margin-top: 0;
}
.article > *:first-child + p {
  margin-top: 0;
}
.error-img {
  line-height: 0;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
}
.error-img img {
  height: 100%;
}
.error-img--bottom {
  bottom: 0;
}
.news {
  margin-top: 50px;
}
.news .news-item {
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid var(--gray2);
}
.news .news-item__preview {
  width: 971px;
}
.news .news-item:last-child {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
.pagination {
  display: flex;
}
.pagination .btn {
  width: 60px;
  padding: 0;
  color: var(--gray4);
  background: var(--gray5);
}
.pagination .btn:hover,
.pagination .btn.active {
  color: var(--white);
  background: var(--green);
}
.pagination__dots {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: none;
}
.line {
  width: 100%;
  height: 2px;
  background: var(--gray7);
}
.tip {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/question.svg) no-repeat center / contain;
}
.tooltipster-sidetip .tooltipster-box {
  background: var(--gray2);
  max-width: 380px;
  border: none;
  border-radius: 0;
}
.tooltipster-sidetip .tooltipster-content {
  font-size: 16px;
  line-height: 150%;
  color: var(--black);
  padding: 20px;
}
body {
  font-size: 1.31771596vw;
}
h1,
.h1 {
  font-size: 3.07467057vw;
  line-height: 3.58711567vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
}
h2,
.h2 {
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
}
h3,
.h3 {
  font-size: 1.46412884vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
}
.content {
  padding: 0 4.61200586vw;
}
header .content {
  padding-top: 1.46412884vw;
  padding-bottom: 1.46412884vw;
}
.logo {
  width: 14.42166911vw;
  height: 2.34260615vw;
}
.link--arrow {
  padding-left: 1.75695461vw;
}
.link--arrow img,
.link--arrow svg {
  width: 0.58565154vw;
  top: 0.5124451vw;
}
.lng {
  margin-left: 2.19619327vw;
  font-size: 1.02489019vw;
  line-height: 1.17130307vw;
}
.menu {
  gap: 2.04978038vw;
  font-size: 1.02489019vw;
  line-height: 1.17130307vw;
}
.menu-footer {
  gap: 5.49048316vw;
}
footer {
  font-size: 0.87847731vw;
  line-height: 1.02489019vw;
}
footer .content {
  height: 7.32064422vw;
}
.copyright {
  margin-top: 0.80527086vw;
}
.section--xl {
  padding: 10.2489019vw 0;
}
.section--lg {
  padding: 6.5885798vw 0;
}
.section--md {
  padding: 4.39238653vw 0;
}
.section--sm {
  padding: 2.19619327vw 0;
}
.section--1 .block {
  margin-right: 5.5636896vw;
  width: 38.72620791vw;
}
.section--2 {
  padding-left: 30.96632504vw;
}
.section--2 .woman {
  left: -15.30014641vw;
}
.section--3 .block {
  width: 28.77013177vw;
  top: 10.2489019vw;
  left: 2.19619327vw;
}
.section--0 .voile {
  height: 43.9238653vw;
  padding-top: 9.51683748vw;
}
.section--0 .block {
  width: 72.62079063vw;
}
.section--0 .search {
  margin-top: 5.85651537vw;
  width: 40.40995608vw;
}
.section--logo::after {
  width: 54.6852123vw;
  height: 59.88286969vw;
  bottom: -25.62225476vw;
  right: -22.84040996vw;
}
.section--logo-2::after {
  top: -8.78477306vw;
  left: -8.78477306vw;
  bottom: auto;
  right: auto;
}
.section--logo-3::after {
  top: 2.19619327vw;
  bottom: auto;
}
.section--first {
  padding-top: 13.90922401vw;
}
.btn {
  height: 4.39238653vw;
  padding: 0 2.92825769vw;
  font-size: 1.31771596vw;
  line-height: 1.83016105vw;
}
.search .input {
  padding-left: 4.39238653vw;
}
.search:before {
  left: 2.19619327vw;
  width: 1.24450952vw;
  height: 1.24450952vw;
}
.search--2 {
  width: 44.36310395vw;
}
.search__autocomplete {
  padding: 1.83016105vw 1.46412884vw;
}
.input {
  font-size: 1.31771596vw;
  line-height: 1.53733529vw;
  padding: 0 1.61054173vw;
  height: 4.39238653vw;
}
textarea.input {
  height: 8.78477306vw;
  padding-top: 1.31771596vw;
  padding-bottom: 1.31771596vw;
}
select.input {
  background-position: right 1.46412884vw center;
  background-size: 1.09809663vw auto;
}
p,
ul {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
p + p,
ul + p,
p + ul,
ul + ul {
  margin-top: 1.83016105vw;
}
.btns {
  margin-top: 3.66032211vw;
  gap: 1.46412884vw;
}
.btns--sm {
  margin-top: 2.19619327vw;
}
.btns--pagination {
  margin-top: 4.75841874vw;
}
.promo {
  font-size: 3.07467057vw;
  line-height: 3.58711567vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
}
.promo span {
  margin: -1.9033675vw 0 -1.61054173vw 0;
  font-size: 11.12737921vw;
  line-height: 12.95754026vw;
  letter-spacing: -0.07320644vw;
}
.promo span.dash {
  letter-spacing: 1.83016105vw;
}
.promo span.dash:before {
  width: 7.4670571vw;
  height: 1.61054173vw;
  bottom: 2.34260615vw;
}
.promo--sm {
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
}
.promo--xs {
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
}
.promo--xs span {
  font-size: 9.3704246vw;
  line-height: 10.83455344vw;
}
.promo__top {
  gap: 0.73206442vw;
  font-size: 2.92825769vw;
  line-height: 3.36749634vw;
}
.title {
  font-size: 3.07467057vw;
  line-height: 3.58711567vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
}
.title--mb {
  margin-bottom: 3.66032211vw;
}
.title-up {
  font-size: 2.34260615vw;
  line-height: 2.70863836vw;
  margin-bottom: 0.73206442vw;
}
.top {
  margin-bottom: 2.56222548vw;
}
.top--mb {
  margin-bottom: 5.12445095vw;
}
.product {
  width: 28.77013177vw;
}
.product__img {
  width: 27.52562225vw;
  height: 20.57101025vw;
}
.product__title {
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
}
.product__names {
  height: 6.22254758vw;
  margin-bottom: 1.46412884vw;
}
.product__info {
  margin-bottom: 0.73206442vw;
}
.product__sub {
  margin-top: 0.73206442vw;
}
.product__btns {
  gap: 2.19619327vw;
  margin-top: 2.19619327vw;
}
.product__world {
  font-size: 1.17130307vw;
  margin-top: -0.95168375vw;
  margin-bottom: 1.46412884vw;
}
.product-param {
  margin-bottom: 1.02489019vw;
  gap: 1.02489019vw;
}
.product-param:last-child {
  margin-bottom: 0;
}
.product-param__icon {
  width: 2.70863836vw;
  height: 2.70863836vw;
}
.product-param__icon img,
.product-param__icon svg {
  width: 1.61054173vw;
}
.product-param__text {
  font-size: 1.02489019vw;
}
.product--popup {
  width: 59.73645681vw;
  padding: 5.12445095vw;
}
.product--popup .product__title {
  font-size: 3.07467057vw;
  line-height: 3.58711567vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
  margin-bottom: 1.46412884vw;
}
.product--popup .product__world {
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
  margin-top: -0.5124451vw;
  margin-bottom: 1.46412884vw;
}
.product--popup .product__params {
  gap: 1.75695461vw 2.34260615vw;
  margin-bottom: 1.46412884vw;
}
.product--popup .product-param__icon {
  width: 2.92825769vw;
  height: 2.92825769vw;
}
.product--popup .product-param__text {
  font-size: 1.17130307vw;
}
.slider .swiper-pagination {
  bottom: 0.73206442vw;
  gap: 0.58565154vw;
}
.slider--simple .swiper-slide {
  padding-left: 2.19619327vw;
}
.slider--simple .swiper-slide:first-child {
  padding-left: 4.61200586vw;
}
.slider--simple .swiper-slide:last-child {
  padding-right: 4.61200586vw;
}
.slider--simple .news-item {
  margin-right: 4.09956076vw;
}
.slider--simple .product {
  padding-top: 1.61054173vw;
}
.slider--simple .history {
  margin-right: 0.36603221vw;
}
.slider--history {
  margin-top: 7.32064422vw;
}
.slider--partners {
  margin-top: 5.12445095vw;
}
.slider--partners .swiper-slide {
  padding-left: 6.22254758vw;
}
.slider--partners .swiper-slide:first-child {
  padding-left: 4.61200586vw;
}
.slider--partners .swiper-slide:last-child {
  padding-right: 4.61200586vw;
}
.slider-btn {
  width: 4.39238653vw;
  height: 4.39238653vw;
  background-size: 0.58565154vw auto;
}
.slider .swiper-pagination-bullet {
  width: 0.43923865vw;
  height: 0.43923865vw;
}
.rennab {
  padding: 0 2.19619327vw 3.66032211vw;
  margin: 0 -2.19619327vw;
  height: 27.0863836vw;
}
.rennab--3 {
  height: 33.89458272vw;
}
.rennab--4 {
  height: 41.58125915vw;
}
.rennab--5 {
  height: 45.38799414vw;
}
.rennab--6 {
  height: 35.0658858vw;
}
.rennab--7 {
  height: 34.04099561vw;
}
.rennab--8 {
  height: 28.55051245vw;
}
.rennab--spik {
  height: 32.57686676vw;
  padding-left: 37.70131772vw;
}
.rennab--simple {
  height: auto;
  padding: 3.66032211vw 2.19619327vw;
}
.rennab__content {
  width: 46.48609078vw;
}
.tags {
  gap: 0.73206442vw;
  margin: 4.02635432vw 0 2.19619327vw;
}
.tag {
  padding: 0.29282577vw 0.87847731vw;
}
.news-item {
  width: 24.67057101vw;
}
.news-item__title {
  margin-bottom: 0.65885798vw;
}
.news-item__date {
  margin-bottom: 0.65885798vw;
}
.news-item__link {
  margin-top: 0.73206442vw;
}
.news-item--2 {
  width: 43.9238653vw;
}
.info {
  gap: 2.19619327vw;
}
.info .title {
  width: 28.77013177vw;
}
.info .text {
  width: 51.97657394vw;
}
.info--2 .title {
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
}
.info--short .text {
  width: 36.60322108vw;
}
.info + .info {
  margin-top: 3.66032211vw;
}
.info--3 {
  padding: 3.66032211vw 2.19619327vw;
  margin: 0 -2.19619327vw;
}
.info--3:after {
  width: 34.40702782vw;
  height: 38.28696925vw;
  bottom: -15.73938507vw;
  left: -4.02635432vw;
}
.cards {
  gap: 2.19619327vw;
}
.cards + .cards {
  margin-top: 3.66032211vw;
}
.cards--between {
  gap: 7.68667643vw;
}
.card {
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
}
.woman {
  width: 51.68374817vw;
  height: 67.715959vw;
}
.sub {
  margin-bottom: 2.19619327vw;
  margin-top: -0.43923865vw;
}
.video {
  height: 51.75695461vw;
}
.video--link:after {
  width: 6.5885798vw;
  height: 6.5885798vw;
}
.video--small {
  width: 28.77013177vw;
  height: 17.34992679vw;
}
.video--small.video--link:after {
  width: 4.39238653vw;
  height: 4.39238653vw;
}
.history {
  width: 28.25768668vw;
  padding-top: 3.66032211vw;
}
.history__title {
  margin-bottom: 0.73206442vw;
}
.history:before {
  width: 1.75695461vw;
  height: 1.75695461vw;
}
.history:after {
  height: 0.58565154vw;
  top: 0.58565154vw;
}
.toggle > span:after {
  width: 1.09809663vw;
  height: 0.58565154vw;
  right: -1.46412884vw;
}
.partner {
  height: 4.39238653vw;
}
.stage {
  width: 44.28989751vw;
}
.stage__pic {
  height: 26.28111274vw;
  margin-bottom: 2.19619327vw;
}
.stage__title {
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
  margin-bottom: 1.46412884vw;
}
.stage--2 {
  gap: 2.19619327vw;
}
.stage--2 .stage__pic {
  width: 20.93704246vw;
  height: 12.51830161vw;
}
.block-gray {
  padding: 3.66032211vw 2.19619327vw;
  margin: 0 -2.19619327vw;
}
.block-gray--xl {
  padding-top: 9.51683748vw;
  padding-bottom: 9.51683748vw;
}
.block-white {
  padding: 2.19619327vw 2.19619327vw;
  margin: 0 -2.19619327vw;
}
.block-white--1 {
  margin-top: 6.22254758vw;
  margin-bottom: 0.73206442vw;
}
.block-white--1 .title {
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
  margin-bottom: 0.73206442vw;
}
.ul {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}
.ul li {
  padding-left: 1.83016105vw;
}
.ul li:before {
  width: 0.43923865vw;
  height: 0.43923865vw;
  left: 0.80527086vw;
  top: 0.73206442vw;
}
.ul li + li {
  margin-top: 0.21961933vw;
}
.text h1,
.text .h1,
.text h2,
.text .h2,
.text h3,
.text .h3 {
  margin-top: 3.66032211vw;
}
.columns {
  gap: 2.19619327vw;
}
.form__row + .form__row {
  margin-top: 0.73206442vw;
}
.form__row + .form__row--btns {
  margin-top: 3.66032211vw;
}
.form__row + .form__row--mt {
  margin-top: 2.19619327vw;
}
.form-elem__info {
  font-size: 0.87847731vw;
  margin-top: 0.43923865vw;
}
.form-elem__error {
  font-size: 0.87847731vw;
  margin-top: 0.43923865vw;
}
.checkbox {
  padding-left: 2.34260615vw;
}
.checkbox input + span {
  width: 1.75695461vw;
  height: 1.75695461vw;
}
.popup-outer .fancybox__content {
  padding: 5.85651537vw 5.12445095vw;
  width: 59.73645681vw;
}
.fancybox__content > .carousel__button.is-close {
  top: 2.19619327vw;
  right: 2.19619327vw;
  width: 1.46412884vw;
  height: 1.46412884vw;
}
.fancybox__content > .carousel__button.is-close svg {
  width: 1.46412884vw;
  height: 1.46412884vw;
}
.back {
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
  margin-bottom: 1.09809663vw;
}
.numbers {
  margin: 3.66032211vw 0;
  gap: 2.19619327vw 0;
}
.numbers--2 {
  margin: 0;
}
.number {
  width: 28.77013177vw;
}
.number__number {
  width: 2.92825769vw;
  height: 2.92825769vw;
  margin-right: 1.24450952vw;
}
.number--2 {
  width: 100%;
  margin-bottom: 2.19619327vw;
}
.vacancy {
  padding-bottom: 2.56222548vw;
  margin-bottom: 4.39238653vw;
}
.vacancy__salary {
  width: 19.69253294vw;
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
}
.vacancy__title {
  font-size: 1.75695461vw;
  line-height: 2.04978038vw;
  letter-spacing: 0.01830161vw;
  margin: 0 0 1.46412884vw;
  margin-bottom: 0.73206442vw;
}
.vacancy__place {
  background-size: 1.17130307vw auto;
  padding-left: 1.46412884vw;
  margin-bottom: 0.73206442vw;
}
.vacancy__date {
  gap: 0.73206442vw;
  margin-top: 0.73206442vw;
}
.vacancy:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.vacancy-top {
  gap: 9.95607613vw;
  margin: -0.36603221vw 0 1.09809663vw;
}
.vacancy-top-date {
  gap: 1.09809663vw;
  margin-bottom: 1.09809663vw;
}
.products {
  margin-top: 4.39238653vw;
  gap: 6.5885798vw 0;
}
.small {
  font-size: 0.87847731vw;
}
#map {
  height: 45.38799414vw;
}
.img {
  margin: 3.66032211vw 0;
}
.article {
  padding-left: 30.96632504vw;
}
.article img {
  margin: 3.66032211vw 0 3.66032211vw -30.96632504vw;
}
.article .h1,
.article h2,
.article .h2 {
  margin: 3.66032211vw 0 0 -30.96632504vw;
  width: 28.77013177vw;
}
.article .h1 + p,
.article h2 + p,
.article .h2 + p {
  margin-top: 3.66032211vw;
}
.article > *:first-child {
  margin-top: 0;
}
.article > *:first-child + p {
  margin-top: 0;
}
.video-bg #player {
  width: 100vw;
  height: 56.22254758vw;
}
.news {
  margin-top: 3.66032211vw;
}
.news .news-item {
  width: 100%;
  padding-bottom: 3.66032211vw;
  margin-bottom: 3.66032211vw;
}
.news .news-item__preview {
  width: 71.08345534vw;
}
.news .news-item:last-child {
  border-bottom: 0;
  padding: 0;
  margin: 0;
}
.pagination .btn {
  width: 4.39238653vw;
}
.pagination__dots {
  width: 4.39238653vw;
  height: 4.39238653vw;
}
.tip {
  width: 1.46412884vw;
  height: 1.46412884vw;
}
.tooltipster-sidetip .tooltipster-box {
  max-width: 27.81844802vw;
}
.tooltipster-sidetip .tooltipster-content {
  font-size: 1.17130307vw;
  padding: 1.46412884vw;
}
@media only screen and (min-width: 992px) {
  .slider--stages {
    overflow: visible;
  }
  .slider--stages .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto auto;
    gap: 5.85651537vw 2.19619327vw;
    grid-template-areas: "a1 a2" "a3 a4" "a5 a6";
  }
  .slider--stages .swiper-slide {
    width: 44.28989751vw;
  }
  .slider--stages .swiper-slide:nth-child(1) {
    grid-area: a1;
  }
  .slider--stages .swiper-slide:nth-child(2) {
    grid-area: a2;
    margin-top: -10.98096633vw;
  }
  .slider--stages .swiper-slide:nth-child(4) {
    grid-area: a3;
  }
  .slider--stages .swiper-slide:nth-child(3) {
    grid-area: a4;
    margin-top: -8.05270864vw;
  }
  .slider--stages .swiper-slide:nth-child(6) {
    grid-area: a5;
  }
  .slider--stages .swiper-slide:nth-child(5) {
    grid-area: a6;
    margin-top: -32.94289898vw;
  }
}
@media only screen and (max-width: 991px) {
  /*lg*/
  body {
    font-size: 18px;
    line-height: 150%;
  }
  body.open {
    overflow: hidden;
  }
  body.open .header__right {
    transform: translateX(0);
  }
  body.open .hamburger {
    display: none;
  }
  body.open .hamburger--close {
    display: inline-block;
  }
  body.open header .content:before {
    left: 0;
  }
  h1,
  .h1 {
    font-size: 42px;
    line-height: 49px;
    letter-spacing: 0.25px;
    margin: 0 0 20px;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.25px;
    margin: 0 0 20px;
  }
  h3,
  .h3 {
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 0.25px;
    margin: 0 0 20px;
  }
  .slider .swiper-pagination {
    bottom: 10px;
    gap: 8px;
  }
  .slider--simple .swiper-slide {
    padding-left: 30px;
  }
  .slider--simple .swiper-slide:first-child {
    padding-left: 60px;
  }
  .slider--simple .swiper-slide:last-child {
    padding-right: 60px;
  }
  .slider--simple .news-item {
    margin-right: 56px;
  }
  .slider--simple .news-item--2 {
    margin-right: 40px;
  }
  .slider--simple .product {
    padding-top: 22px;
  }
  .slider--simple .history {
    margin-right: 50px;
  }
  .slider--history {
    margin-top: 100px;
  }
  .slider--partners {
    margin-top: 70px;
  }
  .slider--partners .swiper-slide {
    padding-left: 85px;
  }
  .slider--partners .swiper-slide:first-child {
    padding-left: 60px;
  }
  .slider--partners .swiper-slide:last-child {
    padding-right: 60px;
  }
  .slider--stages {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
  }
  .slider--stages .swiper-slide {
    width: auto;
    border-right: 1px solid var(--black-20);
    padding-left: 20px;
  }
  .slider--stages .swiper-slide:first-child {
    padding-left: 60px;
  }
  .slider--stages .swiper-slide:last-child {
    padding-right: 60px;
    border-right: 0;
  }
  .slider-btn {
    width: 60px;
    height: 60px;
    background-size: 8px auto;
  }
  .slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .btn {
    height: 60px;
    padding: 0 40px;
    font-size: 18px;
    line-height: 25px;
  }
  .content {
    padding: 0 60px;
  }
  header .content {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  header .content:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    background: var(--white);
    height: 72px;
    left: 100%;
    z-index: 3;
    transition: all 0.3s ease;
  }
  header .logo {
    position: relative;
    z-index: 4;
  }
  .header__right {
    background: var(--white);
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: var(--app-height);
    z-index: 2;
    flex-direction: column;
    justify-content: space-between;
    padding: 140px 60px 110px;
    align-items: flex-start;
    transform: translateX(100%);
    overflow-x: auto;
    transition: all 0.3s ease;
  }
  .logo {
    width: 197px;
    height: 32px;
  }
  .lng {
    margin-left: 0;
    font-size: 28px;
    line-height: 300%;
  }
  .menu {
    gap: 0;
    flex-direction: column;
    align-items: flex-start;
    font-size: 24px;
    line-height: 84px;
    --link-top: 70%;
  }
  .menu-footer {
    gap: 20px;
    flex-direction: column;
  }
  .hamburger {
    display: inline-block;
    background: url(../img/menu.svg) no-repeat center / contain;
    width: 25px;
    height: 18px;
    position: relative;
    z-index: 4;
  }
  .hamburger--close {
    background-image: url(../img/close.svg);
    width: 20px;
    height: 20px;
    display: none;
  }
  footer {
    font-size: 12px;
    padding: 30px 0 35px;
    line-height: 14px;
  }
  footer .content {
    height: auto;
    align-items: flex-start;
    gap: 70px;
    justify-content: flex-start;
  }
  .copyright {
    margin-top: 11px;
  }
  .section--xl {
    padding: 140px 0;
  }
  .section--lg,
  .section--lg-ipad {
    padding: 90px 0;
  }
  .section--md,
  .section--md-ipad {
    padding: 60px 0;
  }
  .section--sm {
    padding: 30px 0;
  }
  .section--0 .voile {
    height: 960px;
    padding-top: 190px;
  }
  .section--0 .block {
    width: 100%;
  }
  .section--0 .search {
    margin-top: 100px;
    width: 100%;
  }
  .section--1 .content {
    display: block;
  }
  .section--1 .slider {
    margin-bottom: 50px;
  }
  .section--1 .block {
    margin-right: 0;
    width: 520px;
  }
  .section--2 {
    padding-left: 0;
    padding-bottom: 659px;
    padding-right: 70px;
  }
  .section--2 .woman {
    left: 0;
  }
  .section--3 .block {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 30px;
  }
  .section--t-pt-0 {
    padding-top: 0;
  }
  .section--t-pb-0 {
    padding-bottom: 0;
  }
  .section--logo::after {
    width: 747px;
    height: 818px;
    bottom: -375px;
    right: -390px;
  }
  .section--logo-2::after {
    width: 678px;
    height: 743px;
    top: auto;
    left: 0;
    bottom: -100px;
    right: auto;
  }
  .section--logo-3::after {
    top: 30px;
    bottom: auto;
  }
  .section--first {
    padding-top: 130px;
  }
  .video-bg #player {
    width: 1707px;
    height: 960px;
  }
  .search .input {
    padding-left: 60px;
  }
  .search:before {
    left: 30px;
    width: 17px;
    height: 17px;
  }
  .search--2 {
    width: 100%;
  }
  .search__autocomplete {
    padding: 25px 20px;
  }
  .input {
    font-size: 18px;
    line-height: 21px;
    padding: 0 22px;
    height: 60px;
  }
  textarea.input {
    height: 120px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  select.input {
    background-size: 15px auto;
    background-position: right 20px center;
  }
  p,
  ul {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  p + p,
  ul + p,
  p + ul,
  ul + ul {
    margin-top: 25px;
  }
  .btns {
    margin-top: 30px;
    gap: 20px;
  }
  .btns--sm {
    margin-top: 30px;
  }
  .btns--lg-ipad {
    margin-top: 50px;
  }
  .promo {
    font-size: 42px;
    line-height: 49px;
    letter-spacing: 0.25px;
    margin: 0 0 20px;
    font-size: 5.46875vw;
    line-height: 6.38020833vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
  }
  .promo span {
    margin: -26px 0 -22px 0;
    font-size: 152px;
    line-height: 177px;
    letter-spacing: -1px;
  }
  .promo span.dash {
    letter-spacing: 25px;
  }
  .promo span.dash:before {
    width: 102px;
    height: 22px;
    left: 0;
    bottom: 32px;
  }
  .promo--sm {
    font-size: 18px;
    line-height: 21px;
  }
  .promo--sm span {
    font-size: 100px;
    line-height: 150%;
  }
  .promo--xs {
    font-size: 20px;
    line-height: 23px;
  }
  .promo--xs span {
    font-size: 64px;
    line-height: 74px;
  }
  .promo__top {
    gap: 10px;
    font-size: 28px;
    line-height: 32px;
    align-items: baseline;
  }
  .promo__top span {
    width: auto;
  }
  .title {
    font-size: 42px;
    line-height: 49px;
    letter-spacing: 0.25px;
    margin: 0 0 20px;
    font-size: 5.46875vw;
    line-height: 6.38020833vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
  }
  .title--mb {
    margin-bottom: 50px;
  }
  .title-up {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .top {
    margin-bottom: 35px;
  }
  .top .title {
    margin-bottom: 0;
  }
  .top--mb {
    margin-bottom: 70px;
  }
  .top--ipad-block {
    display: block;
  }
  .top--ipad-block .title {
    margin-bottom: 50px;
  }
  .product {
    width: 393px;
  }
  .product__img {
    width: 273px;
    height: 240px;
  }
  .product__title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.25px;
    margin: 0 0 20px;
    font-size: 3.125vw;
    line-height: 3.64583333vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
  }
  .product__sub {
    margin-top: 10px;
  }
  .product__info {
    margin-bottom: 10px;
  }
  .product__btns {
    gap: 30px;
    margin-top: 30px;
  }
  .product__world {
    font-size: 16px;
    margin-top: -13px;
    margin-bottom: 20px;
  }
  .product__names {
    height: 85px;
    margin-bottom: 20px;
  }
  .product-param {
    margin-bottom: 14px;
    gap: 14px;
  }
  .product-param:last-child {
    margin-bottom: 0;
  }
  .product-param__icon {
    width: 37px;
    height: 37px;
  }
  .product-param__icon img,
  .product-param__icon svg {
    width: 22px;
  }
  .product-param__text {
    font-size: 14px;
  }
  .product--popup {
    width: 90%;
    padding: 50px;
  }
  .product--popup .product__title {
    font-size: 42px;
    line-height: 49px;
    letter-spacing: 0.25px;
    margin: 0 0 20px;
    font-size: 5.46875vw;
    line-height: 6.38020833vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
    margin-bottom: 20px;
  }
  .product--popup .product__world {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.25px;
    margin: 0 0 20px;
    font-size: 3.125vw;
    line-height: 3.64583333vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
    margin-top: -7px;
    margin-bottom: 20px;
  }
  .product--popup .product__params {
    display: block;
    margin-bottom: 20px;
  }
  .product--popup .product-param {
    margin-bottom: 15px;
  }
  .product--popup .product-param__icon {
    width: 40px;
    height: 40px;
  }
  .product--popup .product-param__text {
    font-size: 16px;
  }
  .rennab {
    padding: 50px 30px;
    margin: 0 -30px;
    justify-content: flex-start;
    height: 660px;
  }
  .rennab--1 {
    background-image: url(../img/pic/bg01-ipad.png);
    justify-content: flex-end;
  }
  .rennab--2 {
    background-image: url(../img/pic/bg02-ipad.png);
  }
  .rennab--3 {
    background-image: url(../img/pic/bg03-ipad.png);
    height: 622px;
  }
  .rennab--4 {
    background-image: url(../img/pic/bg04-ipad.png);
    height: 855px;
  }
  .rennab--5 {
    background-image: url(../img/pic/bg05-ipad.png);
    height: 989px;
  }
  .rennab--6 {
    background-image: url(../img/pic/bg06-ipad.png);
    height: 766px;
  }
  .rennab--6 br {
    display: none;
  }
  .rennab--6 .text {
    width: 400px;
  }
  .rennab--7 {
    background-image: url(../img/pic/bg07-ipad.png);
    height: 878px;
  }
  .rennab--8 {
    background-image: url(../img/pic/bg08-ipad.png);
    height: 576px;
  }
  .rennab--spik {
    background-image: url(../img/spik/spik-t.jpg);
    background-size: 100% auto;
    justify-content: flex-end;
    height: 700px;
    padding-left: 30px;
  }
  .rennab--simple {
    height: auto;
    padding: 50px 30px 370px;
  }
  .rennab__content {
    width: 100%;
  }
  .rennab__pic {
    background-position: center bottom;
    background-size: 100% auto;
  }
  .rennab--t-no {
    padding: 0;
    margin: 0;
    background: none!important;
    height: auto;
  }
  .tags {
    gap: 10px;
    margin: 50px 0 30px;
  }
  .tag {
    padding: 4px 12px;
  }
  .news-item {
    width: 337px;
  }
  .news-item__title {
    margin-bottom: 9px;
  }
  .news-item__date {
    margin-bottom: 9px;
  }
  .news-item--2 {
    width: 380px;
  }
  .info {
    display: block;
  }
  .info .title {
    width: 100%;
    margin-bottom: 30px;
  }
  .info .text {
    width: 100%;
  }
  .info--2 .title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.25px;
    margin: 0 0 20px;
    font-size: 3.125vw;
    line-height: 3.64583333vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
    margin-bottom: 30px;
  }
  .info--short .text {
    width: 100%;
  }
  .info--ipad-flex {
    display: flex;
    gap: 20px;
  }
  .info--ipad-flex .title {
    width: 247px;
  }
  .info--ipad-flex .text {
    flex: 1;
  }
  .info + .info {
    margin-top: 50px;
  }
  .info--3 {
    padding: 50px 30px;
    margin: 0 -30px;
  }
  .info--3:after {
    transform: none;
    width: 552px;
    height: 614px;
    bottom: -270px;
    left: 400px;
  }
  .cards {
    display: block;
  }
  .cards + .cards {
    margin-top: 50px;
    border-top: 1px solid var(--black-20);
    padding-top: 50px;
  }
  .cards--promo {
    display: flex;
  }
  .cards--promo .promo {
    flex: auto;
  }
  .cards--between {
    display: flex;
    gap: 20px;
  }
  .cards--between + .cards--between {
    margin-top: 30px;
    padding: 0;
    border: 0;
  }
  .card {
    border-right: 0;
    padding-bottom: 50px;
    position: relative;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.25px;
    margin: 0 0 20px;
    font-size: 3.125vw;
    line-height: 3.64583333vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
    margin-bottom: 50px;
  }
  .card:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 421px;
    height: 1px;
    background: var(--black-20);
  }
  .card:last-child {
    padding: 0;
    margin: 0;
  }
  .card:last-child:after {
    display: none;
  }
  .card--empty {
    display: none;
  }
  .woman {
    width: 504px;
    height: 615px;
  }
  .sub {
    margin-bottom: 50px;
    margin-top: -5px;
  }
  .link--arrow {
    padding-left: 24px;
  }
  .link--arrow img,
  .link--arrow svg {
    width: 8px;
    top: 7px;
  }
  .history {
    width: 352px;
    padding-top: 50px;
  }
  .history__title {
    margin-bottom: 10px;
  }
  .history:before {
    width: 24px;
    height: 24px;
  }
  .history:after {
    height: 8px;
    width: 150%;
    top: 8px;
  }
  .partner {
    height: 68px;
  }
  .stage {
    width: 381px;
  }
  .stage__pic {
    height: 189px;
    width: 316px;
    margin-bottom: 30px;
  }
  .stage__title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.25px;
    margin: 0 0 20px;
    font-size: 3.125vw;
    line-height: 3.64583333vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
    margin-bottom: 20px;
  }
  .stage__content {
    padding-right: 20px;
  }
  .stage--2 {
    display: block;
  }
  .stage--2 .stage__pic {
    height: 189px;
    width: 316px;
  }
  .block-gray {
    padding: 50px 30px;
    margin: 0 -30px;
  }
  .block-gray--xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .block-white {
    padding: 30px 30px;
    margin: 0 -30px;
  }
  .block-white--1 {
    margin-top: 50px;
    gap: 35px;
    margin-bottom: 30px;
  }
  .block-white--1 .title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.25px;
    margin: 0 0 20px;
    font-size: 3.125vw;
    line-height: 3.64583333vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
    margin-bottom: 10px;
  }
  .ul {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .ul li {
    padding-left: 25px;
  }
  .ul li:before {
    width: 6px;
    height: 6px;
    left: 11px;
    top: 10px;
  }
  .ul li + li {
    margin-top: 3px;
  }
  .columns {
    display: block;
  }
  .columns > div:first-child {
    margin-bottom: 70px;
  }
  .form__row + .form__row {
    margin-top: 10px;
  }
  .form__row + .form__row--btns {
    margin-top: 50px;
  }
  .form__row + .form__row--mt {
    margin-top: 30px;
  }
  .form-elem__info {
    font-size: 12px;
    margin-top: 6px;
  }
  .form-elem__error {
    font-size: 12px;
    margin-top: 6px;
  }
  .checkbox {
    padding-left: 32px;
  }
  .checkbox input + span {
    width: 24px;
    height: 24px;
  }
  .back {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.25px;
    margin: 0 0 20px;
    font-size: 3.125vw;
    line-height: 3.64583333vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
    margin-bottom: 15px;
  }
  .numbers {
    margin: 50px 0;
    gap: 30px 0;
  }
  .numbers--2 {
    margin: 0;
    display: block;
  }
  .number {
    width: 50%;
  }
  .number__number {
    width: 40px;
    height: 40px;
    margin-right: 17px;
  }
  .number--2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .scheme {
    line-height: 0;
  }
  .scheme img {
    width: 100%;
  }
  .video--small {
    width: 392px;
    height: 237px;
  }
  .vacancy {
    padding-bottom: 30px;
    margin-bottom: 50px;
    display: block;
  }
  .vacancy__salary {
    width: 100%;
    text-align: left;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.25px;
    margin: 0 0 20px;
    font-size: 3.125vw;
    line-height: 3.64583333vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
    margin: 10px 0;
  }
  .vacancy__title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.25px;
    margin: 0 0 20px;
    font-size: 3.125vw;
    line-height: 3.64583333vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
    margin-bottom: 10px;
  }
  .vacancy__place {
    background-size: 16px auto;
    padding-left: 20px;
    margin-bottom: 10px;
  }
  .vacancy__date {
    gap: 10px;
    margin-top: 10px;
  }
  .vacancy:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .vacancy-top {
    display: block;
    margin: 0 0 20px;
  }
  .vacancy-top > div:last-child {
    margin-top: 20px;
  }
  .vacancy-top h1,
  .vacancy-top .h1 {
    margin-bottom: 0;
  }
  .vacancy-top .vacancy__place {
    margin: 20px 0;
  }
  .vacancy-top-date {
    gap: 15px;
    margin-bottom: 15px;
  }
  .vacancy-top-date .tags,
  .vacancy-top-date h2,
  .vacancy-top-date .h2 {
    margin: 0;
  }
  .products {
    margin-top: 30px;
    gap: 30px 0;
  }
  .products .product {
    width: 310px;
  }
  .small {
    font-size: 12px;
    line-height: 150%;
  }
  .img {
    margin: 50px 0 20px;
  }
  .article {
    padding-left: 0;
  }
  .article img {
    width: 100%;
    margin: 50px 0 20px;
  }
  .article .h1,
  .article h2,
  .article .h2 {
    margin: 50px 0 30px 0;
    width: 100%;
    float: none;
  }
  .article .h1 + p,
  .article h2 + p,
  .article .h2 + p {
    margin-top: 0;
  }
  .article > *:first-child {
    margin-top: 0;
  }
  .article > *:first-child + p {
    margin-top: 0;
  }
  .news {
    margin-top: 50px;
  }
  .news .news-item {
    width: 100%;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .news .news-item__preview {
    width: 100%;
  }
  .news .news-item:last-child {
    border-bottom: 0;
    padding: 0;
    margin: 0;
  }
  .pagination .btn {
    width: 60px;
    padding: 0;
  }
  .pagination__dots {
    width: 60px;
    height: 60px;
  }
  .toggle > span:after {
    width: 15px;
    height: 8px;
    right: -20px;
  }
  .fancybox__content > .carousel__button.is-close {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .fancybox__content > .carousel__button.is-close svg {
    width: 20px;
    height: 20px;
  }
  .tip {
    width: 20px;
    height: 20px;
  }
  .tooltipster-sidetip .tooltipster-box {
    max-width: 380px;
  }
  .tooltipster-sidetip .tooltipster-content {
    font-size: 16px;
    padding: 20px;
  }
  body {
    font-size: 2.34375vw;
  }
  h1,
  .h1 {
    font-size: 5.46875vw;
    line-height: 6.38020833vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
  }
  h2,
  .h2 {
    font-size: 3.125vw;
    line-height: 3.64583333vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
  }
  h3,
  .h3 {
    font-size: 2.60416667vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
  }
  .slider .swiper-pagination {
    bottom: 1.30208333vw;
    gap: 1.04166667vw;
  }
  .slider--simple .swiper-slide {
    padding-left: 3.90625vw;
  }
  .slider--simple .swiper-slide:first-child {
    padding-left: 7.8125vw;
  }
  .slider--simple .swiper-slide:last-child {
    padding-right: 7.8125vw;
  }
  .slider--simple .news-item {
    margin-right: 7.29166667vw;
  }
  .slider--simple .news-item--2 {
    margin-right: 5.20833333vw;
  }
  .slider--simple .product {
    padding-top: 2.86458333vw;
  }
  .slider--simple .history {
    margin-right: 6.51041667vw;
  }
  .slider--history {
    margin-top: 13.02083333vw;
  }
  .slider--partners {
    margin-top: 9.11458333vw;
  }
  .slider--partners .swiper-slide {
    padding-left: 11.06770833vw;
  }
  .slider--partners .swiper-slide:first-child {
    padding-left: 7.8125vw;
  }
  .slider--partners .swiper-slide:last-child {
    padding-right: 7.8125vw;
  }
  .slider--stages .swiper-slide {
    padding-left: 2.60416667vw;
  }
  .slider--stages .swiper-slide:first-child {
    padding-left: 7.8125vw;
  }
  .slider--stages .swiper-slide:last-child {
    padding-right: 7.8125vw;
    border-right: 0;
  }
  .slider-btn {
    width: 7.8125vw;
    height: 7.8125vw;
    background-size: 1.04166667vw auto;
  }
  .slider .swiper-pagination-bullet {
    width: 0.78125vw;
    height: 0.78125vw;
  }
  .btn {
    height: 7.8125vw;
    padding: 0 5.20833333vw;
    font-size: 2.34375vw;
    line-height: 3.25520833vw;
  }
  .content {
    padding: 0 7.8125vw;
  }
  header .content {
    padding-top: 2.60416667vw;
    padding-bottom: 2.60416667vw;
  }
  header .content:before {
    height: 9.375vw;
  }
  header .logo {
    position: relative;
    z-index: 3;
  }
  .header__right {
    padding: 18.22916667vw 7.8125vw 14.32291667vw;
  }
  .logo {
    width: 25.65104167vw;
    height: 4.16666667vw;
  }
  .lng {
    font-size: 3.64583333vw;
  }
  .menu {
    font-size: 3.125vw;
    line-height: 10.9375vw;
  }
  .menu-footer {
    gap: 2.60416667vw;
  }
  .hamburger {
    width: 3.25520833vw;
    height: 2.34375vw;
  }
  .hamburger--close {
    width: 2.60416667vw;
    height: 2.60416667vw;
  }
  footer {
    font-size: 1.5625vw;
    padding: 3.90625vw 0 4.55729167vw;
    line-height: 1.82291667vw;
  }
  footer .content {
    gap: 9.11458333vw;
  }
  .copyright {
    margin-top: 1.43229167vw;
  }
  .section--xl {
    padding: 18.22916667vw 0;
  }
  .section--lg,
  .section--lg-ipad {
    padding: 11.71875vw 0;
  }
  .section--md,
  .section--md-ipad {
    padding: 7.8125vw 0;
  }
  .section--sm {
    padding: 3.90625vw 0;
  }
  .section--1 .slider {
    margin-bottom: 6.51041667vw;
  }
  .section--1 .block {
    margin-right: 0;
    width: 67.70833333vw;
  }
  .section--2 {
    padding-bottom: 85.80729167vw;
    padding-right: 9.11458333vw;
  }
  .section--3 .block {
    margin-bottom: 3.90625vw;
  }
  .section--0 .voile {
    height: 125vw;
    padding-top: 24.73958333vw;
  }
  .section--0 .search {
    margin-top: 13.02083333vw;
  }
  .section--logo::after {
    width: 97.265625vw;
    height: 106.51041667vw;
    bottom: -48.828125vw;
    right: -50.78125vw;
  }
  .section--logo-2::after {
    width: 88.28125vw;
    height: 96.74479167vw;
    bottom: -13.02083333vw;
  }
  .section--logo-3::after {
    top: 3.90625vw;
  }
  .section--first {
    padding-top: 16.92708333vw;
  }
  .section--t-pt-0 {
    padding-top: 0;
  }
  .section--t-pb-0 {
    padding-bottom: 0;
  }
  .video-bg #player {
    width: 222.265625vw;
    height: 125vw;
  }
  .search .input {
    padding-left: 7.8125vw;
  }
  .search:before {
    left: 3.90625vw;
    width: 2.21354167vw;
    height: 2.21354167vw;
  }
  .search__autocomplete {
    padding: 3.25520833vw 2.60416667vw;
  }
  .input {
    font-size: 2.34375vw;
    line-height: 2.734375vw;
    padding: 0 2.86458333vw;
    height: 7.8125vw;
  }
  textarea.input {
    height: 15.625vw;
    padding-top: 2.34375vw;
    padding-bottom: 2.34375vw;
  }
  select.input {
    background-size: 1.953125vw auto;
    background-position: right 2.60416667vw center;
  }
  p,
  ul {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  p + p,
  ul + p,
  p + ul,
  ul + ul {
    margin-top: 3.25520833vw;
  }
  .btns {
    margin-top: 3.90625vw;
    gap: 2.60416667vw;
  }
  .btns--sm {
    margin-top: 3.90625vw;
  }
  .btns--lg-ipad {
    margin-top: 6.51041667vw;
  }
  .promo {
    font-size: 5.46875vw;
    line-height: 6.38020833vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
  }
  .promo span {
    margin: -3.38541667vw 0 -2.86458333vw 0;
    font-size: 19.79166667vw;
    line-height: 23.046875vw;
    letter-spacing: -0.13020833vw;
  }
  .promo span.dash {
    letter-spacing: 3.25520833vw;
  }
  .promo span.dash:before {
    width: 13.28125vw;
    height: 2.86458333vw;
    left: 0;
    bottom: 4.16666667vw;
  }
  .promo--sm {
    font-size: 2.34375vw;
    line-height: 2.734375vw;
  }
  .promo--sm span {
    font-size: 13.02083333vw;
  }
  .promo--xs {
    font-size: 2.60416667vw;
    line-height: 2.99479167vw;
  }
  .promo--xs span {
    font-size: 8.33333333vw;
    line-height: 9.63541667vw;
  }
  .promo__top {
    gap: 1.30208333vw;
    font-size: 3.64583333vw;
    line-height: 4.16666667vw;
  }
  .promo__top span {
    width: auto;
  }
  .title {
    font-size: 5.46875vw;
    line-height: 6.38020833vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
  }
  .title--mb {
    margin-bottom: 6.51041667vw;
  }
  .title-up {
    font-size: 3.125vw;
    line-height: 3.64583333vw;
    margin-bottom: 1.30208333vw;
  }
  .top {
    margin-bottom: 4.55729167vw;
  }
  .top--mb {
    margin-bottom: 9.11458333vw;
  }
  .top--ipad-block .title {
    margin-bottom: 6.51041667vw;
  }
  .product {
    width: 51.171875vw;
  }
  .product__img {
    width: 35.546875vw;
    height: 31.25vw;
  }
  .product__title {
    font-size: 3.125vw;
    line-height: 3.64583333vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
  }
  .product__sub {
    margin-top: 1.30208333vw;
  }
  .product__info {
    margin-bottom: 1.30208333vw;
  }
  .product__btns {
    gap: 3.90625vw;
    margin-top: 3.90625vw;
  }
  .product__world {
    font-size: 2.08333333vw;
    margin-top: -1.69270833vw;
    margin-bottom: 2.60416667vw;
  }
  .product__names {
    height: 11.06770833vw;
    margin-bottom: 2.60416667vw;
  }
  .product-param {
    margin-bottom: 1.82291667vw;
    gap: 1.82291667vw;
  }
  .product-param:last-child {
    margin-bottom: 0;
  }
  .product-param__icon {
    width: 4.81770833vw;
    height: 4.81770833vw;
  }
  .product-param__icon img,
  .product-param__icon svg {
    width: 2.86458333vw;
  }
  .product-param__text {
    font-size: 1.82291667vw;
  }
  .product--popup {
    width: 90%;
    padding: 6.51041667vw;
  }
  .product--popup .product__title {
    font-size: 5.46875vw;
    line-height: 6.38020833vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
    margin-bottom: 2.60416667vw;
  }
  .product--popup .product__world {
    font-size: 3.125vw;
    line-height: 3.64583333vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
    margin-top: -0.91145833vw;
    margin-bottom: 2.60416667vw;
  }
  .product--popup .product__params {
    margin-bottom: 2.60416667vw;
  }
  .product--popup .product-param {
    margin-bottom: 1.953125vw;
  }
  .product--popup .product-param__icon {
    width: 5.20833333vw;
    height: 5.20833333vw;
  }
  .product--popup .product-param__text {
    font-size: 2.08333333vw;
  }
  .rennab {
    padding: 6.51041667vw 3.90625vw;
    margin: 0 -3.90625vw;
    height: 85.9375vw;
  }
  .rennab--3 {
    height: 80.98958333vw;
  }
  .rennab--4 {
    height: 111.328125vw;
  }
  .rennab--5 {
    height: 128.77604167vw;
  }
  .rennab--6 {
    height: 99.73958333vw;
  }
  .rennab--6 .text {
    width: 52.08333333vw;
  }
  .rennab--7 {
    height: 114.32291667vw;
  }
  .rennab--8 {
    height: 75vw;
  }
  .rennab--spik {
    height: 91.14583333vw;
    padding-left: 3.90625vw;
  }
  .rennab--simple {
    height: auto;
    padding: 6.51041667vw 3.90625vw 48.17708333vw;
  }
  .rennab--t-no {
    padding: 0;
    margin: 0;
    height: auto;
  }
  .tags {
    gap: 1.30208333vw;
    margin: 6.51041667vw 0 3.90625vw;
  }
  .tag {
    padding: 0.52083333vw 1.5625vw;
  }
  .news-item {
    width: 43.88020833vw;
  }
  .news-item__title {
    margin-bottom: 1.171875vw;
  }
  .news-item__date {
    margin-bottom: 1.171875vw;
  }
  .news-item--2 {
    width: 49.47916667vw;
  }
  .info .title {
    margin-bottom: 3.90625vw;
  }
  .info--2 .title {
    font-size: 3.125vw;
    line-height: 3.64583333vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
    margin-bottom: 3.90625vw;
  }
  .info--ipad-flex {
    gap: 2.60416667vw;
  }
  .info--ipad-flex .title {
    width: 32.16145833vw;
  }
  .info + .info {
    margin-top: 6.51041667vw;
  }
  .info--3 {
    padding: 6.51041667vw 3.90625vw;
    margin: 0 -3.90625vw;
  }
  .info--3:after {
    width: 71.875vw;
    height: 79.94791667vw;
    bottom: -35.15625vw;
    left: 52.08333333vw;
  }
  .cards + .cards {
    margin-top: 6.51041667vw;
    padding-top: 6.51041667vw;
  }
  .cards--between {
    gap: 2.60416667vw;
  }
  .cards--between + .cards--between {
    margin-top: 3.90625vw;
    padding: 0;
    border: 0;
  }
  .card {
    padding-bottom: 6.51041667vw;
    font-size: 3.125vw;
    line-height: 3.64583333vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
    margin-bottom: 6.51041667vw;
  }
  .card:after {
    width: 54.81770833vw;
  }
  .card:last-child {
    padding: 0;
    margin: 0;
  }
  .woman {
    width: 65.625vw;
    height: 80.078125vw;
  }
  .sub {
    margin-bottom: 6.51041667vw;
    margin-top: -0.65104167vw;
  }
  .link--arrow {
    padding-left: 3.125vw;
  }
  .link--arrow img,
  .link--arrow svg {
    width: 1.04166667vw;
    top: 0.91145833vw;
  }
  .history {
    width: 45.83333333vw;
    padding-top: 6.51041667vw;
  }
  .history__title {
    margin-bottom: 1.30208333vw;
  }
  .history:before {
    width: 3.125vw;
    height: 3.125vw;
  }
  .history:after {
    height: 1.04166667vw;
    top: 1.04166667vw;
  }
  .partner {
    height: 8.85416667vw;
  }
  .stage {
    width: 49.609375vw;
  }
  .stage__pic {
    height: 24.609375vw;
    width: 41.14583333vw;
    margin-bottom: 3.90625vw;
  }
  .stage__title {
    font-size: 3.125vw;
    line-height: 3.64583333vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
    margin-bottom: 2.60416667vw;
  }
  .stage__content {
    padding-right: 2.60416667vw;
  }
  .stage--2 .stage__pic {
    height: 24.609375vw;
    width: 41.14583333vw;
  }
  .block-gray {
    padding: 6.51041667vw 3.90625vw;
    margin: 0 -3.90625vw;
  }
  .block-gray--xl {
    padding-top: 6.51041667vw;
    padding-bottom: 6.51041667vw;
  }
  .block-white {
    padding: 3.90625vw 3.90625vw;
    margin: 0 -3.90625vw;
  }
  .block-white--1 {
    margin-top: 6.51041667vw;
    gap: 4.55729167vw;
    margin-bottom: 3.90625vw;
  }
  .block-white--1 .title {
    font-size: 3.125vw;
    line-height: 3.64583333vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
    margin-bottom: 1.30208333vw;
  }
  .ul {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .ul li {
    padding-left: 3.25520833vw;
  }
  .ul li:before {
    width: 0.78125vw;
    height: 0.78125vw;
    left: 1.43229167vw;
    top: 1.30208333vw;
  }
  .ul li + li {
    margin-top: 0.390625vw;
  }
  .columns > div:first-child {
    margin-bottom: 9.11458333vw;
  }
  .form__row + .form__row {
    margin-top: 1.30208333vw;
  }
  .form__row + .form__row--btns {
    margin-top: 6.51041667vw;
  }
  .form__row + .form__row--mt {
    margin-top: 3.90625vw;
  }
  .form-elem__info {
    font-size: 1.5625vw;
    margin-top: 0.78125vw;
  }
  .form-elem__error {
    font-size: 1.5625vw;
    margin-top: 0.78125vw;
  }
  .checkbox {
    padding-left: 4.16666667vw;
  }
  .checkbox input + span {
    width: 3.125vw;
    height: 3.125vw;
  }
  .back {
    font-size: 3.125vw;
    line-height: 3.64583333vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
    margin-bottom: 1.953125vw;
  }
  .numbers {
    margin: 6.51041667vw 0;
    gap: 3.90625vw 0;
  }
  .numbers--2 {
    margin: 0;
  }
  .number__number {
    width: 5.20833333vw;
    height: 5.20833333vw;
    margin-right: 2.21354167vw;
  }
  .number--2 {
    margin-bottom: 3.90625vw;
  }
  .video--small {
    width: 51.04166667vw;
    height: 30.859375vw;
  }
  .vacancy {
    padding-bottom: 3.90625vw;
    margin-bottom: 6.51041667vw;
  }
  .vacancy__salary {
    font-size: 3.125vw;
    line-height: 3.64583333vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
    margin: 1.30208333vw 0;
  }
  .vacancy__title {
    font-size: 3.125vw;
    line-height: 3.64583333vw;
    letter-spacing: 0.03255208vw;
    margin: 0 0 2.60416667vw;
    margin-bottom: 1.30208333vw;
  }
  .vacancy__place {
    background-size: 2.08333333vw auto;
    padding-left: 2.60416667vw;
    margin-bottom: 1.30208333vw;
  }
  .vacancy__date {
    gap: 1.30208333vw;
    margin-top: 1.30208333vw;
  }
  .vacancy:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .vacancy-top {
    margin: 0 0 2.60416667vw;
  }
  .vacancy-top > div:last-child {
    margin-top: 2.60416667vw;
  }
  .vacancy-top .vacancy__place {
    margin: 2.60416667vw 0;
  }
  .vacancy-top-date {
    gap: 1.953125vw;
    margin-bottom: 1.953125vw;
  }
  .products {
    margin-top: 3.90625vw;
    gap: 3.90625vw 0;
  }
  .products .product {
    width: 40.36458333vw;
  }
  .small {
    font-size: 1.5625vw;
  }
  .img {
    margin: 6.51041667vw 0 2.60416667vw;
  }
  .article {
    padding-left: 0;
  }
  .article img {
    margin: 6.51041667vw 0 2.60416667vw;
  }
  .article .h1,
  .article h2,
  .article .h2 {
    margin: 6.51041667vw 0 3.90625vw 0;
  }
  .article > *:first-child {
    margin-top: 0;
  }
  .news {
    margin-top: 6.51041667vw;
  }
  .news .news-item {
    padding-bottom: 6.51041667vw;
    margin-bottom: 6.51041667vw;
  }
  .news .news-item:last-child {
    padding: 0;
    margin: 0;
  }
  .pagination .btn {
    width: 7.8125vw;
  }
  .pagination__dots {
    width: 7.8125vw;
    height: 7.8125vw;
  }
  .toggle > span:after {
    width: 1.953125vw;
    height: 1.04166667vw;
    right: -2.60416667vw;
  }
  .fancybox__content > .carousel__button.is-close {
    top: 2.60416667vw;
    right: 2.60416667vw;
    width: 2.60416667vw;
    height: 2.60416667vw;
  }
  .fancybox__content > .carousel__button.is-close svg {
    width: 2.60416667vw;
    height: 2.60416667vw;
  }
  .tip {
    width: 2.60416667vw;
    height: 2.60416667vw;
  }
  .tooltipster-sidetip .tooltipster-box {
    max-width: 49.47916667vw;
  }
  .tooltipster-sidetip .tooltipster-content {
    font-size: 2.08333333vw;
    padding: 2.60416667vw;
  }
}
@media only screen and (max-width: 575px) {
  /*sm*/
  body {
    font-size: 14px;
    line-height: 21px;
  }
  h1,
  .h1 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px;
  }
  h2,
  .h2 {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 15px;
  }
  h3,
  .h3 {
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 15px;
  }
  .slider--simple .swiper-slide {
    padding-left: 15px;
  }
  .slider--simple .swiper-slide:first-child {
    padding-left: 10px;
  }
  .slider--simple .swiper-slide:last-child {
    padding-right: 10px;
  }
  .slider--simple .news-item {
    margin-right: 10px;
  }
  .slider--simple .news-item--2 {
    margin-right: 40px;
  }
  .slider--simple .product {
    padding-top: 0;
    margin-right: 20px;
  }
  .slider--simple .history {
    margin-right: 20px;
  }
  .slider--history {
    margin-top: 50px;
  }
  .slider--partners {
    margin-top: 35px;
  }
  .slider--partners .swiper-slide {
    padding-left: 50px;
  }
  .slider--partners .swiper-slide:first-child {
    padding-left: 10px;
  }
  .slider--partners .swiper-slide:last-child {
    padding-right: 10px;
  }
  .slider--stages .swiper-slide {
    padding-left: 20px;
    padding-right: 20px;
  }
  .slider--stages .swiper-slide:first-child {
    padding-left: 10px;
  }
  .slider--stages .swiper-slide:last-child {
    padding-right: 10px;
  }
  .slider-navigation {
    display: none;
  }
  .slider .swiper-pagination {
    display: flex;
    position: relative;
    bottom: auto;
    margin-top: 40px;
    gap: 8px;
  }
  .slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .slider--images .swiper-pagination {
    position: absolute;
    bottom: 10px;
  }
  .btn {
    height: 50px;
    width: 100%;
    padding: 0 20px;
    font-size: 14px;
    line-height: 25px;
  }
  .content {
    padding: 0 10px;
  }
  header .content {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  header .content:before {
    height: 55px;
  }
  .header__right {
    padding: 70px 10px 20px;
  }
  .logo {
    width: 145px;
    height: 23px;
  }
  .lng {
    font-size: 16px;
    line-height: 282%;
  }
  .menu {
    font-size: 16px;
    line-height: 282%;
  }
  .menu-footer {
    gap: 15px;
    margin-top: 35px;
  }
  .hamburger {
    width: 21px;
    height: 16px;
  }
  .hamburger--close {
    width: 16px;
    height: 16px;
  }
  footer {
    font-size: 12px;
    padding: 45px 0 35px;
    line-height: 14px;
  }
  footer .content {
    display: block;
  }
  .copyright {
    margin-top: 10px;
  }
  .section--xl {
    padding: 80px 0;
  }
  .section--lg,
  .section--lg-ipad {
    padding: 80px 0;
  }
  .section--md,
  .section--md-ipad,
  .section--md-mobile {
    padding: 60px 0;
  }
  .section--sm {
    padding: 30px 0;
  }
  .section--0 .voile {
    height: 465px;
    padding-top: 70px;
  }
  .section--0 .search {
    margin-top: 40px;
  }
  .section--1 .slider {
    margin-bottom: 10px;
  }
  .section--1 .block {
    width: 100%;
  }
  .section--2 {
    padding-left: 0;
    padding-bottom: 470px;
    padding-right: 0;
  }
  .section--2 .woman {
    margin-left: -73px;
  }
  .section--3 .block {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 30px;
  }
  .section--t-pt-0,
  .section--m-pt-0 {
    padding-top: 0;
  }
  .section--t-pb-0,
  .section--m-pb-0 {
    padding-bottom: 0;
  }
  .section--logo::after {
    width: 440px;
    height: 482px;
    bottom: -206px;
    right: -177px;
  }
  .section--logo-1:after {
    display: none;
  }
  .section--logo-2::after {
    width: 377px;
    height: 441px;
    top: auto;
    left: auto;
    bottom: 0;
    right: 25px;
  }
  .section--logo-3::after {
    width: 440px;
    height: 482px;
    bottom: -206px;
    right: -177px;
    top: auto;
    left: auto;
  }
  .section--first {
    padding-top: 70px;
  }
  .video-bg #player {
    width: 826px;
    height: 465px;
  }
  .search .input {
    padding-left: 45px;
  }
  .search:before {
    left: 16px;
    width: 14px;
    height: 14px;
  }
  .search__autocomplete {
    padding: 10px;
  }
  .search .btn {
    width: auto;
  }
  .input {
    font-size: 14px;
    line-height: 16px;
    padding: 0 16px;
    height: 50px;
  }
  textarea.input {
    height: 120px;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  select.input {
    background-size: 15px auto;
    background-position: right 20px center;
  }
  p,
  ul {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  p + p,
  ul + p,
  p + ul,
  ul + ul {
    margin-top: 15px;
  }
  .btns {
    margin-top: 30px;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }
  .btns--sm {
    margin-top: 30px;
  }
  .btns--lg-ipad {
    margin-top: 50px;
  }
  .btns--pagination {
    flex-direction: row;
    justify-content: space-between;
  }
  .btns--pagination .btn {
    width: auto;
  }
  .promo {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px;
    font-size: 7.5vw;
    line-height: 8.75vw;
    margin: 0 0 4.6875vw;
  }
  .promo span {
    margin: -5px 0;
    font-size: 88px;
    line-height: 100%;
  }
  .promo span.dash {
    letter-spacing: 8px;
  }
  .promo span.dash:before {
    width: 58px;
    height: 12px;
    left: 0;
    bottom: 11px;
  }
  .promo--sm {
    font-size: 18px;
    line-height: 21px;
  }
  .promo--sm span {
    font-size: 100px;
    line-height: 110%;
  }
  .promo--xs {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 21px;
  }
  .promo--xs span {
    font-size: 64px;
    line-height: 74px;
  }
  .promo__top {
    gap: 10px;
    font-size: 28px;
    line-height: 32px;
  }
  .title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px;
    font-size: 7.5vw;
    line-height: 8.75vw;
    margin: 0 0 4.6875vw;
  }
  .title--mb {
    margin-bottom: 35px;
  }
  .title-up {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px;
    font-size: 7.5vw;
    line-height: 8.75vw;
    margin: 0 0 4.6875vw;
    margin-bottom: 5px;
  }
  .top {
    margin-bottom: 35px;
  }
  .top--mb {
    margin-bottom: 35px;
  }
  .top--ipad-block .title {
    margin-bottom: 30px;
  }
  .product {
    width: 236px;
  }
  .product__img {
    width: 224px;
    height: 200px;
  }
  .product__title {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 15px;
    font-size: 5.625vw;
    line-height: 6.5625vw;
    margin: 0 0 4.6875vw;
  }
  .product__sub {
    margin-top: 10px;
  }
  .product__info {
    margin-bottom: 10px;
  }
  .product--empty {
    display: none;
  }
  .product__btns {
    gap: 30px;
    margin-top: 30px;
    padding-right: 30px;
  }
  .product__world {
    font-size: 16px;
    margin-top: -13px;
    margin-bottom: 20px;
  }
  .product__names {
    height: auto;
    margin-bottom: 20px;
  }
  .product-param {
    margin-bottom: 14px;
    gap: 14px;
  }
  .product-param:last-child {
    margin-bottom: 0;
  }
  .product-param__icon {
    width: 37px;
    height: 37px;
  }
  .product-param__icon img,
  .product-param__icon svg {
    width: 22px;
  }
  .product-param__text {
    font-size: 14px;
  }
  .product--popup {
    width: 100%;
    padding: 20px;
  }
  .product--popup .product__title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 15px;
    font-size: 7.5vw;
    line-height: 8.75vw;
    margin: 0 0 4.6875vw;
    margin-bottom: 20px;
  }
  .product--popup .product__world {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 15px;
    font-size: 5.625vw;
    line-height: 6.5625vw;
    margin: 0 0 4.6875vw;
    margin-top: -7px;
    margin-bottom: 20px;
  }
  .product--popup .product__params {
    display: block;
    margin-bottom: 20px;
  }
  .product--popup .product-param {
    margin-bottom: 15px;
  }
  .product--popup .product-param__icon {
    width: 40px;
    height: 40px;
  }
  .product--popup .product-param__text {
    font-size: 16px;
  }
  .rennab {
    padding: 50px 10px;
    margin: 0 -10px;
  }
  .rennab br {
    display: none;
  }
  .rennab--1 {
    background-image: url(../img/pic/bg01-mobile.png);
    justify-content: flex-end;
    height: 525px;
  }
  .rennab--2 {
    background-image: url(../img/pic/bg02-mobile.png);
    height: 452px;
  }
  .rennab--3 {
    background-image: url(../img/pic/bg03-mobile.png);
    height: 583px;
  }
  .rennab--4 {
    background-image: url(../img/pic/bg04-mobile.png);
    height: 808px;
  }
  .rennab--5 {
    background-image: url(../img/pic/bg05-mobile.png);
    height: 911px;
  }
  .rennab--6 {
    background-image: url(../img/pic/bg06-mobile.png);
    height: 912px;
  }
  .rennab--6 .text {
    width: 90%;
  }
  .rennab--7 {
    background-image: url(../img/pic/bg07-mobile.png);
    height: 738px;
  }
  .rennab--spik {
    background-image: url(../img/spik/spik-m.jpg);
    background-size: 100% auto;
    height: 550px;
    padding-left: 10px;
  }
  .rennab--simple {
    height: auto;
    padding: 50px 10px 270px;
  }
  .rennab--t-no {
    padding: 0;
    margin: 0;
    height: auto;
  }
  .tags {
    gap: 10px;
    margin: 30px 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tag {
    padding: 4px 12px;
    white-space: nowrap;
  }
  .news-item {
    width: 246px;
  }
  .news-item__title {
    margin-bottom: 10px;
  }
  .news-item__date {
    margin-bottom: 20px;
  }
  .news-item__link {
    margin-top: 20px;
  }
  .news-item--2 {
    width: 236px;
  }
  .cards + .cards {
    margin-top: 30px;
    padding-top: 30px;
  }
  .cards--promo {
    display: block;
  }
  .cards--promo .promo + .promo {
    margin-top: 50px;
  }
  .cards--between {
    display: block;
  }
  .cards--between + .cards--between {
    margin-top: 30px;
    padding: 0;
    border: 0;
  }
  .card {
    padding-bottom: 30px;
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 15px;
    font-size: 5.625vw;
    line-height: 6.5625vw;
    margin: 0 0 4.6875vw;
    margin-bottom: 30px;
  }
  .card:after {
    width: 272px;
  }
  .woman {
    width: 395px;
    height: 441px;
  }
  .sub {
    margin-bottom: 25px;
    margin-top: -5px;
  }
  .link--arrow {
    padding-left: 24px;
  }
  .link--arrow img,
  .link--arrow svg {
    width: 8px;
    top: 7px;
  }
  .history {
    width: 236px;
    padding-top: 50px;
  }
  .history__title {
    margin-bottom: 10px;
  }
  .history:before {
    width: 24px;
    height: 24px;
  }
  .history:after {
    height: 8px;
    width: 150%;
    top: 8px;
  }
  .toggle > span:after {
    width: 15px;
    height: 8px;
    right: -20px;
  }
  .video--link:after {
    width: 50px;
    height: 50px;
  }
  .video--small {
    width: 236px;
    height: 142px;
  }
  .video--small.video--link:after {
    width: 50px;
    height: 50px;
  }
  .partner {
    height: 43px;
  }
  .stage {
    width: 236px;
  }
  .stage__pic {
    height: 141px;
    width: 236px;
    margin-bottom: 25px;
  }
  .stage__title {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 15px;
    font-size: 5.625vw;
    line-height: 6.5625vw;
    margin: 0 0 4.6875vw;
    margin-bottom: 10px;
  }
  .stage__content {
    padding-right: 0;
  }
  .stage--2 {
    display: block;
  }
  .stage--2 .stage__pic {
    height: 141px;
    width: 236px;
  }
  .info br {
    display: none;
  }
  .info .title {
    width: 100%;
    margin-bottom: 30px;
  }
  .info .text {
    width: 100%;
  }
  .info--2 .title {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 15px;
    font-size: 5.625vw;
    line-height: 6.5625vw;
    margin: 0 0 4.6875vw;
    margin-bottom: 30px;
  }
  .info--short .text {
    width: 100%;
  }
  .info--ipad-flex {
    display: block;
  }
  .info--ipad-flex .title {
    width: 100%;
    margin-bottom: 25px;
  }
  .info + .info {
    margin-top: 50px;
  }
  .info--3 {
    padding: 50px 10px;
    margin: 0 -10px;
  }
  .info--3:after {
    transform: none;
    width: 508px;
    height: 565px;
    bottom: -255px;
    left: 56px;
  }
  .block-gray {
    padding: 50px 10px;
    margin: 0 -10px;
  }
  .block-gray--xl {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .block-white {
    padding: 50px 10px;
    margin: 0 -10px;
  }
  .block-white--1 {
    margin-top: 50px;
    display: block;
    margin-bottom: 30px;
  }
  .block-white--1 br {
    display: none;
  }
  .block-white--1 .title {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 15px;
    font-size: 5.625vw;
    line-height: 6.5625vw;
    margin: 0 0 4.6875vw;
    margin-bottom: 10px;
  }
  .block-white--1 .btn {
    margin-top: 30px;
  }
  .ul {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .ul li {
    padding-left: 20px;
  }
  .ul li:before {
    width: 6px;
    height: 6px;
    left: 5px;
    top: 8px;
  }
  .ul li + li {
    margin-top: 3px;
  }
  .columns > div:first-child {
    margin-bottom: 50px;
  }
  .form__row + .form__row {
    margin-top: 15px;
  }
  .form__row + .form__row--btns {
    margin-top: 30px;
  }
  .form__row + .form__row--mt {
    margin-top: 30px;
  }
  .form-elem__info {
    font-size: 12px;
    margin-top: 6px;
  }
  .form-elem__error {
    font-size: 12px;
    margin-top: 6px;
  }
  .checkbox {
    padding-left: 32px;
  }
  .checkbox input + span {
    width: 24px;
    height: 24px;
  }
  .back {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 15px;
    font-size: 5.625vw;
    line-height: 6.5625vw;
    margin: 0 0 4.6875vw;
    margin-bottom: 10px;
  }
  .numbers {
    margin: 80px 0;
    display: block;
  }
  .numbers--2 {
    margin: 0;
  }
  .number {
    width: 100%;
  }
  .number__number {
    width: 40px;
    height: 40px;
    margin-right: 17px;
  }
  .number + .number {
    margin-top: 35px;
  }
  .scheme {
    line-height: 0;
  }
  .scheme img {
    width: 100%;
  }
  .vacancy {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .vacancy__salary {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 15px;
    font-size: 5.625vw;
    line-height: 6.5625vw;
    margin: 0 0 4.6875vw;
    margin: 20px 0;
  }
  .vacancy__title {
    font-size: 18px;
    line-height: 21px;
    margin: 0 0 15px;
    font-size: 5.625vw;
    line-height: 6.5625vw;
    margin: 0 0 4.6875vw;
    margin-bottom: 10px;
  }
  .vacancy__place {
    background-size: 16px auto;
    padding-left: 20px;
    margin-bottom: 20px;
  }
  .vacancy__date {
    gap: 10px;
    margin-top: 20px;
  }
  .vacancy:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .vacancy-top {
    margin: 0;
  }
  .vacancy-top h1,
  .vacancy-top .h1 {
    margin-bottom: 0;
  }
  .vacancy-top .vacancy__place {
    margin: 20px 0;
  }
  .vacancy-top-date {
    gap: 15px;
    margin-bottom: 15px;
  }
  .vacancy-top-date .tags,
  .vacancy-top-date h2,
  .vacancy-top-date .h2 {
    margin: 0;
  }
  .products {
    margin-top: 30px;
    gap: 30px 0;
  }
  .products .product {
    width: 100%;
  }
  .small {
    font-size: 12px;
    line-height: 150%;
  }
  #map {
    height: 430px;
  }
  .img {
    margin: 50px -10px 10px;
  }
  .article img {
    width: 100vw;
    margin: 50px -10px 10px;
  }
  .article .h1,
  .article h2,
  .article .h2 {
    margin: 50px 0 30px 0;
  }
  .article > *:first-child {
    margin-top: 0;
  }
  .article > *:first-child + p {
    margin-top: 0;
  }
  .news {
    margin-top: 50px;
  }
  .news .news-item {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .news .news-item:last-child {
    padding: 0;
    margin: 0;
  }
  .pagination .btn {
    width: 50px;
    padding: 0;
  }
  .fancybox__content > .carousel__button.is-close {
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
  }
  .fancybox__content > .carousel__button.is-close svg {
    width: 20px;
    height: 20px;
  }
  .tip {
    width: 20px;
    height: 20px;
  }
  .tooltipster-sidetip .tooltipster-box {
    max-width: 250px;
  }
  .tooltipster-sidetip .tooltipster-content {
    font-size: 14px;
    padding: 10px;
  }
  body {
    font-size: 4.375vw;
    line-height: 6.5625vw;
  }
  h1,
  .h1 {
    font-size: 7.5vw;
    line-height: 8.75vw;
    margin: 0 0 4.6875vw;
  }
  h2,
  .h2 {
    font-size: 5.625vw;
    line-height: 6.5625vw;
    margin: 0 0 4.6875vw;
  }
  h3,
  .h3 {
    font-size: 5vw;
    line-height: 150%;
    margin: 0 0 4.6875vw;
  }
  .slider--simple .swiper-slide {
    padding-left: 4.6875vw;
  }
  .slider--simple .swiper-slide:first-child {
    padding-left: 3.125vw;
  }
  .slider--simple .swiper-slide:last-child {
    padding-right: 3.125vw;
  }
  .slider--simple .news-item {
    margin-right: 3.125vw;
  }
  .slider--simple .news-item--2 {
    margin-right: 12.5vw;
  }
  .slider--simple .product {
    padding-top: 0;
    margin-right: 6.25vw;
  }
  .slider--simple .history {
    margin-right: 6.25vw;
  }
  .slider--history {
    margin-top: 15.625vw;
  }
  .slider--partners {
    margin-top: 10.9375vw;
  }
  .slider--partners .swiper-slide {
    padding-left: 15.625vw;
  }
  .slider--partners .swiper-slide:first-child {
    padding-left: 3.125vw;
  }
  .slider--partners .swiper-slide:last-child {
    padding-right: 3.125vw;
  }
  .slider--stages .swiper-slide {
    padding-left: 6.25vw;
    padding-right: 6.25vw;
  }
  .slider--stages .swiper-slide:first-child {
    padding-left: 3.125vw;
  }
  .slider--stages .swiper-slide:last-child {
    padding-right: 3.125vw;
  }
  .slider .swiper-pagination {
    margin-top: 12.5vw;
    gap: 2.5vw;
  }
  .slider .swiper-pagination-bullet {
    width: 1.875vw;
    height: 1.875vw;
  }
  .slider--images .swiper-pagination {
    bottom: 3.125vw;
  }
  .btn {
    height: 15.625vw;
    padding: 0 6.25vw;
    font-size: 4.375vw;
    line-height: 7.8125vw;
  }
  .content {
    padding: 0 3.125vw;
  }
  header .content {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  header .content:before {
    height: 17.1875vw;
  }
  .header__right {
    padding: 21.875vw 3.125vw 6.25vw;
  }
  .logo {
    width: 45.3125vw;
    height: 7.1875vw;
  }
  .lng {
    font-size: 5vw;
    line-height: 282%;
  }
  .menu {
    font-size: 5vw;
    line-height: 282%;
  }
  .menu-footer {
    gap: 4.6875vw;
    margin-top: 10.9375vw;
  }
  .hamburger {
    width: 6.5625vw;
    height: 5vw;
  }
  .hamburger--close {
    width: 5vw;
    height: 5vw;
  }
  footer {
    font-size: 3.75vw;
    padding: 14.0625vw 0 10.9375vw;
    line-height: 4.375vw;
  }
  .copyright {
    margin-top: 3.125vw;
  }
  .section--xl {
    padding: 25vw 0;
  }
  .section--lg,
  .section--lg-ipad {
    padding: 25vw 0;
  }
  .section--md,
  .section--md-ipad,
  .section--md-mobile {
    padding: 18.75vw 0;
  }
  .section--sm {
    padding: 9.375vw 0;
  }
  .section--t-pt-0,
  .section--m-pt-0 {
    padding-top: 0;
  }
  .section--t-pb-0,
  .section--m-pb-0 {
    padding-bottom: 0;
  }
  .section--0 .voile {
    height: 145.3125vw;
    padding-top: 21.875vw;
  }
  .section--0 .search {
    margin-top: 12.5vw;
  }
  .section--1 .slider {
    margin-bottom: 3.125vw;
  }
  .section--2 {
    padding-left: 0;
    padding-bottom: 146.875vw;
    padding-right: 0;
  }
  .section--2 .woman {
    margin-left: -22.8125vw;
  }
  .section--3 .block {
    margin-bottom: 9.375vw;
  }
  .section--logo::after {
    width: 137.5vw;
    height: 150.625vw;
    bottom: -64.375vw;
    right: -55.3125vw;
  }
  .section--logo-2::after {
    width: 117.8125vw;
    height: 137.8125vw;
    top: auto;
    left: auto;
    bottom: 0;
    right: 7.8125vw;
  }
  .section--logo-3::after {
    width: 137.5vw;
    height: 150.625vw;
    bottom: -64.375vw;
    right: -55.3125vw;
    top: auto;
    left: auto;
  }
  .section--first {
    padding-top: 21.875vw;
  }
  .video-bg #player {
    width: 258.125vw;
    height: 145.3125vw;
  }
  .search .input {
    padding-left: 14.0625vw;
  }
  .search:before {
    left: 5vw;
    width: 4.375vw;
    height: 4.375vw;
  }
  .search__autocomplete {
    padding: 3.125vw;
  }
  .input {
    font-size: 4.375vw;
    line-height: 5vw;
    padding: 0 5vw;
    height: 15.625vw;
  }
  textarea.input {
    height: 37.5vw;
    padding-top: 5.625vw;
    padding-bottom: 5.625vw;
  }
  select.input {
    background-size: 4.6875vw auto;
    background-position: right 6.25vw center;
  }
  p,
  ul {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  p + p,
  ul + p,
  p + ul,
  ul + ul {
    margin-top: 4.6875vw;
  }
  .btns {
    margin-top: 9.375vw;
    gap: 3.125vw;
  }
  .btns--sm {
    margin-top: 9.375vw;
  }
  .btns--lg-ipad {
    margin-top: 15.625vw;
  }
  .promo {
    font-size: 7.5vw;
    line-height: 8.75vw;
    margin: 0 0 4.6875vw;
  }
  .promo span {
    margin: -1.5625vw 0;
    font-size: 27.5vw;
    line-height: 100%;
  }
  .promo span.dash {
    letter-spacing: 2.5vw;
  }
  .promo span.dash:before {
    width: 18.125vw;
    height: 3.75vw;
    left: 0;
    bottom: 3.4375vw;
  }
  .promo--sm {
    font-size: 5.625vw;
    line-height: 6.5625vw;
  }
  .promo--sm span {
    font-size: 31.25vw;
    line-height: 110%;
  }
  .promo--xs {
    margin-bottom: 9.375vw;
    font-size: 5.625vw;
    line-height: 6.5625vw;
  }
  .promo--xs span {
    font-size: 20vw;
    line-height: 23.125vw;
  }
  .promo__top {
    gap: 3.125vw;
    font-size: 8.75vw;
    line-height: 10vw;
  }
  .title {
    font-size: 7.5vw;
    line-height: 8.75vw;
    margin: 0 0 4.6875vw;
  }
  .title--mb {
    margin-bottom: 10.9375vw;
  }
  .title-up {
    font-size: 7.5vw;
    line-height: 8.75vw;
    margin: 0 0 4.6875vw;
    margin-bottom: 1.5625vw;
  }
  .top {
    margin-bottom: 10.9375vw;
  }
  .top--mb {
    margin-bottom: 10.9375vw;
  }
  .top--ipad-block .title {
    margin-bottom: 9.375vw;
  }
  .product {
    width: 73.75vw;
  }
  .product__img {
    width: 70vw;
    height: 62.5vw;
  }
  .product__title {
    font-size: 5.625vw;
    line-height: 6.5625vw;
    margin: 0 0 4.6875vw;
  }
  .product__sub {
    margin-top: 3.125vw;
  }
  .product__info {
    margin-bottom: 3.125vw;
  }
  .product__btns {
    gap: 9.375vw;
    margin-top: 9.375vw;
    padding-right: 9.375vw;
  }
  .product__world {
    font-size: 5vw;
    margin-top: -4.0625vw;
    margin-bottom: 6.25vw;
  }
  .product__names {
    margin-bottom: 6.25vw;
  }
  .product-param {
    margin-bottom: 4.375vw;
    gap: 4.375vw;
  }
  .product-param:last-child {
    margin-bottom: 0;
  }
  .product-param__icon {
    width: 11.5625vw;
    height: 11.5625vw;
  }
  .product-param__icon img,
  .product-param__icon svg {
    width: 6.875vw;
  }
  .product-param__text {
    font-size: 4.375vw;
  }
  .product--popup {
    width: 100%;
    padding: 6.25vw;
  }
  .product--popup .product__title {
    font-size: 7.5vw;
    line-height: 8.75vw;
    margin: 0 0 4.6875vw;
    margin-bottom: 6.25vw;
  }
  .product--popup .product__world {
    font-size: 5.625vw;
    line-height: 6.5625vw;
    margin: 0 0 4.6875vw;
    margin-top: -2.1875vw;
    margin-bottom: 6.25vw;
  }
  .product--popup .product__params {
    margin-bottom: 6.25vw;
  }
  .product--popup .product-param {
    margin-bottom: 4.6875vw;
  }
  .product--popup .product-param__icon {
    width: 12.5vw;
    height: 12.5vw;
  }
  .product--popup .product-param__text {
    font-size: 5vw;
  }
  .rennab {
    padding: 15.625vw 3.125vw;
    margin: 0 -3.125vw;
  }
  .rennab br {
    display: none;
  }
  .rennab--1 {
    height: 164.0625vw;
  }
  .rennab--2 {
    height: 141.25vw;
  }
  .rennab--3 {
    height: 182.1875vw;
  }
  .rennab--4 {
    height: 252.5vw;
  }
  .rennab--5 {
    height: 284.6875vw;
  }
  .rennab--6 {
    height: 285vw;
  }
  .rennab--7 {
    height: 230.625vw;
  }
  .rennab--8 {
    height: 164.0625vw;
  }
  .rennab--spik {
    height: 171.875vw;
    padding-left: 3.125vw;
  }
  .rennab--simple {
    height: auto;
    padding: 15.625vw 3.125vw 84.375vw;
  }
  .rennab--t-no {
    padding: 0;
    margin: 0;
    height: auto;
  }
  .tags {
    gap: 3.125vw;
    margin: 9.375vw 0;
  }
  .tag {
    padding: 1.25vw 3.75vw;
  }
  .news-item {
    width: 76.875vw;
  }
  .news-item__title {
    margin-bottom: 3.125vw;
  }
  .news-item__date {
    margin-bottom: 6.25vw;
  }
  .news-item__link {
    margin-top: 6.25vw;
  }
  .news-item--2 {
    width: 73.75vw;
  }
  .cards + .cards {
    margin-top: 9.375vw;
    padding-top: 9.375vw;
  }
  .cards--promo .promo + .promo {
    margin-top: 15.625vw;
  }
  .cards--between + .cards--between {
    margin-top: 9.375vw;
    padding: 0;
    border: 0;
  }
  .card {
    padding-bottom: 9.375vw;
    font-size: 5.625vw;
    line-height: 6.5625vw;
    margin: 0 0 4.6875vw;
    margin-bottom: 9.375vw;
  }
  .card:after {
    width: 85vw;
  }
  .woman {
    width: 123.4375vw;
    height: 137.8125vw;
  }
  .sub {
    margin-bottom: 7.8125vw;
    margin-top: -1.5625vw;
  }
  .link--arrow {
    padding-left: 7.5vw;
  }
  .link--arrow img,
  .link--arrow svg {
    width: 2.5vw;
    top: 2.1875vw;
  }
  .history {
    width: 73.75vw;
    padding-top: 15.625vw;
  }
  .history__title {
    margin-bottom: 3.125vw;
  }
  .history:before {
    width: 7.5vw;
    height: 7.5vw;
  }
  .history:after {
    height: 2.5vw;
    width: 150%;
    top: 2.5vw;
  }
  .toggle > span:after {
    width: 4.6875vw;
    height: 2.5vw;
    right: -6.25vw;
  }
  .video--link:after {
    width: 15.625vw;
    height: 15.625vw;
  }
  .video--small {
    width: 73.75vw;
    height: 44.375vw;
  }
  .video--small.video--link:after {
    width: 15.625vw;
    height: 15.625vw;
  }
  .partner {
    height: 13.4375vw;
  }
  .stage {
    width: 73.75vw;
  }
  .stage__pic {
    height: 44.0625vw;
    width: 73.75vw;
    margin-bottom: 7.8125vw;
  }
  .stage__title {
    font-size: 5.625vw;
    line-height: 6.5625vw;
    margin: 0 0 4.6875vw;
    margin-bottom: 3.125vw;
  }
  .stage__content {
    padding-right: 0;
  }
  .stage--2 .stage__pic {
    height: 44.0625vw;
    width: 73.75vw;
  }
  .info .title {
    margin-bottom: 9.375vw;
  }
  .info--2 .title {
    font-size: 5.625vw;
    line-height: 6.5625vw;
    margin: 0 0 4.6875vw;
    margin-bottom: 9.375vw;
  }
  .info--ipad-flex .title {
    margin-bottom: 7.8125vw;
  }
  .info + .info {
    margin-top: 15.625vw;
  }
  .info--3 {
    padding: 15.625vw 3.125vw;
    margin: 0 -3.125vw;
  }
  .info--3:after {
    transform: none;
    width: 158.75vw;
    height: 176.5625vw;
    bottom: -79.6875vw;
    left: 17.5vw;
  }
  .block-gray {
    padding: 15.625vw 3.125vw;
    margin: 0 -3.125vw;
  }
  .block-gray--xl {
    padding-top: 15.625vw;
    padding-bottom: 15.625vw;
  }
  .block-white {
    padding: 15.625vw 3.125vw;
    margin: 0 -3.125vw;
  }
  .block-white--1 {
    margin-top: 15.625vw;
    margin-bottom: 9.375vw;
  }
  .block-white--1 .title {
    font-size: 5.625vw;
    line-height: 6.5625vw;
    margin: 0 0 4.6875vw;
    margin-bottom: 3.125vw;
  }
  .block-white--1 .btn {
    margin-top: 9.375vw;
  }
  .ul {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .ul li {
    padding-left: 6.25vw;
  }
  .ul li:before {
    width: 1.875vw;
    height: 1.875vw;
    left: 1.5625vw;
    top: 2.5vw;
  }
  .ul li + li {
    margin-top: 0.9375vw;
  }
  .columns > div:first-child {
    margin-bottom: 15.625vw;
  }
  .form__row + .form__row {
    margin-top: 4.6875vw;
  }
  .form__row + .form__row--btns {
    margin-top: 9.375vw;
  }
  .form__row + .form__row--mt {
    margin-top: 9.375vw;
  }
  .form-elem__info {
    font-size: 3.75vw;
    margin-top: 1.875vw;
  }
  .form-elem__error {
    font-size: 3.75vw;
    margin-top: 1.875vw;
  }
  .checkbox {
    padding-left: 10vw;
  }
  .checkbox input + span {
    width: 7.5vw;
    height: 7.5vw;
  }
  .back {
    font-size: 5.625vw;
    line-height: 6.5625vw;
    margin: 0 0 4.6875vw;
    margin-bottom: 3.125vw;
  }
  .numbers {
    margin: 25vw 0;
  }
  .numbers--2 {
    margin: 0;
  }
  .number__number {
    width: 12.5vw;
    height: 12.5vw;
    margin-right: 5.3125vw;
  }
  .number + .number {
    margin-top: 10.9375vw;
  }
  .vacancy {
    padding-bottom: 6.25vw;
    margin-bottom: 9.375vw;
  }
  .vacancy__salary {
    font-size: 5.625vw;
    line-height: 6.5625vw;
    margin: 0 0 4.6875vw;
    margin: 6.25vw 0;
  }
  .vacancy__title {
    font-size: 5.625vw;
    line-height: 6.5625vw;
    margin: 0 0 4.6875vw;
    margin-bottom: 3.125vw;
  }
  .vacancy__place {
    background-size: 5vw auto;
    padding-left: 6.25vw;
    margin-bottom: 6.25vw;
  }
  .vacancy__date {
    gap: 3.125vw;
    margin-top: 6.25vw;
  }
  .vacancy:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .vacancy-top .vacancy__place {
    margin: 6.25vw 0;
  }
  .vacancy-top-date {
    gap: 4.6875vw;
  }
  .products {
    margin-top: 9.375vw;
    gap: 9.375vw 0;
  }
  .small {
    font-size: 3.75vw;
    line-height: 150%;
  }
  #map {
    height: 134.375vw;
  }
  .img {
    margin: 15.625vw -3.125vw 3.125vw;
  }
  .article img {
    margin: 15.625vw -3.125vw 3.125vw;
  }
  .article .h1,
  .article h2,
  .article .h2 {
    margin: 15.625vw 0 9.375vw 0;
  }
  .article > *:first-child {
    margin-top: 0;
  }
  .article > *:first-child + p {
    margin-top: 0;
  }
  .news {
    margin-top: 15.625vw;
  }
  .news .news-item {
    padding-bottom: 9.375vw;
    margin-bottom: 15.625vw;
  }
  .news .news-item:last-child {
    padding: 0;
    margin: 0;
  }
  .pagination .btn {
    width: 15.625vw;
    padding: 0;
  }
  .fancybox__content > .carousel__button.is-close {
    top: 6.25vw;
    right: 6.25vw;
    width: 6.25vw;
    height: 6.25vw;
  }
  .fancybox__content > .carousel__button.is-close svg {
    width: 6.25vw;
    height: 6.25vw;
  }
  .tip {
    width: 6.25vw;
    height: 6.25vw;
  }
  .tooltipster-sidetip .tooltipster-box {
    max-width: 78.125vw;
  }
  .tooltipster-sidetip .tooltipster-content {
    font-size: 4.375vw;
    padding: 3.125vw;
  }
}
/*# sourceMappingURL=style.css.map */