@charset "UTF-8";

@font-face {
  font-family: "UAF Sans";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/UAF/UAFSans-Medium.eot");
  src: url("../fonts/UAF/UAFSans-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/UAF/UAFSans-Medium.woff") format("woff"), url("../fonts/UAF/UAFSans-Medium.ttf") format("truetype"), url("../fonts/UAF/UAFSans-Medium.svg#UAF Sans") format("svg");
}

@font-face {
  font-family: "UAF Sans";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/UAF/UAFSans-SemiBold.eot");
  src: url("../fonts/UAF/UAFSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/UAF/UAFSans-SemiBold.woff") format("woff"), url("../fonts/UAF/UAFSans-SemiBold.ttf") format("truetype"), url("../fonts/UAF/UAFSans-SemiBold.svg#UAF Sans") format("svg");
}

@font-face {
  font-family: "UAF Sans";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/UAF/UAFSans-Bold.eot");
  src: url("../fonts/UAF/UAFSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/UAF/UAFSans-Bold.woff") format("woff"), url("../fonts/UAF/UAFSans-Bold.ttf") format("truetype"), url("../fonts/UAF/UAFSans-Bold.svg#UAF Sans") format("svg");
}

@font-face {
  font-family: "UAF Sans";
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/UAF/UAFSans-Black.eot");
  src: url("../fonts/UAF/UAFSans-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/UAF/UAFSans-Black.woff") format("woff"), url("../fonts/UAF/UAFSans-Black.ttf") format("truetype"), url("../fonts/UAF/UAFSans-Black.svg#UAF Sans") format("svg");
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
video {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:root {
  --container-width: 1260px;
  --transition: .3s ease;
  --default-font-family: "Mulish";
  --heading-font-family: "UAF Sans";
  --sp: 60px;
  --sp2x: calc(var(--sp)*2);
  --primary: #F6921E;
  --Black: #000;
  --White: #FFF;
  --LightGrey: #B7B7B7;
  --red: #FF3F3F;
  --green: #00E067;
  --fz-default: 16px;
  --h1: 96px;
  --h2: 56px;
  --h3: 30px;
  --h4: 22px;
  --h5: 16px;
  --h6: 14px;
  --l: 20px;
  --m: 18px;
  --s: 14px;
  --xs: 12px;
  --xxs: 10px;
  --swiper-pagination-bullet-width: 40px;
  --swiper-pagination-color: var(--primary);
  --swiper-pagination-bullet-height: 2px;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-inactive-color: var(--LightGrey);
}

body {
  font: 400 var(--fz-default)/150% var(--default-font-family), Helvetica, Arial, sans-serif;
  min-width: 360px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.overflow-hidden {
  overflow: hidden;
  height: 100vh;
}

body:not(#tinymce, .block-editor-iframe__body) {
  background: var(--Black);
  color: var(--White);
}

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
}

.hidden {
  display: none;
  overflow: hidden;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
}

[class*=__container] {
  margin: 0 auto;
  max-width: var(--container-width);
  padding: 0 10px;
  width: 100%;
}

[class*=__container] [class*=__container] {
  padding: 0;
}

form input.error {
  box-shadow: inset 0px 0px 20px 1px rgba(255, 0, 0, 0.3);
  border: 2px solid var(--red) !important;
}

form input.not_error {
  box-shadow: inset 0px 0px 20px 1px rgba(100, 255, 100, 0.3);
  border: 2px solid var(--green) !important;
}

h1,
._h1 {
  font: 900 var(--h1)/100% var(--heading-font-family);
  color: var(--primary, #F6921E);
  text-transform: uppercase;
}

h2,
._h2 {
  font: 600 var(--h2)/100% var(--heading-font-family);
  color: var(--primary, #F6921E);
  text-transform: uppercase;
}

h3,
._h3 {
  font: 700 var(--h3)/120% var(--heading-font-family);
  color: var(--Grays-Black, #000);
  text-transform: uppercase;
}

h4,
._h4 {
  font: 600 var(--h4)/125% var(--heading-font-family);
  color: var(--primary, #F6921E);
}

h5,
._h5 {
  font: 600 var(--h5)/140% var(--heading-font-family);
  color: var(--primary, #F6921E);
}

h6,
._h6 {
  font: 600 var(--h6)/140% var(--heading-font-family);
}

a {
  color: var(--secondary);
  text-decoration: none;
}

._semibold {
  font-weight: 600;
}

._bold {
  font-weight: 700;
}

._primary {
  color: var(--primary);
}

._secondary {
  color: var(--secondary);
}

._s {
  font-size: var(--s);
  line-height: 140%;
}

._m {
  font-size: var(--m);
  line-height: 140%;
}

._l {
  font-size: var(--l);
  line-height: 140%;
}

._e {
  display: flex;
  flex-flow: column;
  gap: 16px;
}

._e ul {
  list-style: disc;
  padding-left: 20px;
}

._e ol {
  list-style: decimal;
  padding-left: 20px;
}

._e strong,
._e b {
  font-weight: 700;
}

.btn {
  font: 700 var(--fz-default)/1.5 var(--heading-font-family);
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 16px 53px;
  gap: 10px;
  transition: var(--transition);
  background: var(--primary, #F6921E);
  color: var(--Black, #000);
  text-transform: uppercase;
  -webkit-clip-path: polygon(17px 0, 100% 0, 100% calc(100% - 17px), calc(100% - 17px) 100%, 0 100%, 0 17px);
  clip-path: polygon(17px 0, 100% 0, 100% calc(100% - 17px), calc(100% - 17px) 100%, 0 100%, 0 17px);
}

.btn:hover {
  background: #d97708;
}

.btn::after {
  content: "";
  display: block;
  width: 18px;
  aspect-ratio: 1;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M3 15L15 3M15 3H7M15 3V11' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center/contain no-repeat;
  transition: var(--transition);
}

.subm {
  cursor: pointer;
  border: none;
  width: 100%;
}

.subm.is-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.form {
  position: relative;
}

.form__inputs {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.form__row {
  display: flex;
  gap: 10px;
}

.form .input {
  font: 600 16px/1 "Mulish";
  width: 100%;
  height: 56px;
  border: 2px solid var(--Grey, #424242);
  background: var(--DarkGrey, #1A1A1A);
  padding-left: 10px;
  display: block;
  color: #fff;
}

.form .input__wrap {
  display: block;
  text-align: left;
  width: calc(50% - 10px);
}

.form .input__label {
  font-size: 14px;
  line-height: 100%;
  display: block;
  font-weight: 500;
  margin-bottom: 10px;
  color: #5C5C5C;
}

.form .input::-moz-placeholder {
  font-family: "Mulish";
  font-weight: 600;
}

.form .input:-ms-input-placeholder {
  font-family: "Mulish";
  font-weight: 600;
}

.form .input::placeholder {
  font-family: "Mulish";
  font-weight: 600;
}

.form .input__variants {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  gap: 10px;
}

.form .input__wrap--large .input__label {
  margin-bottom: 20px;
}

.form .radio__input {
  opacity: 0;
  z-index: -1;
  display: none;
}

.form .radio__input:checked + .radio__label:before {
  background: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='12' height='12' rx='6' fill='white'/%3E%3C/svg%3E%0A") 50% no-repeat;
}

.form .radio__label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.form .radio__label:before {
  border: 2px solid var(--white);
  cursor: pointer;
  content: "";
  flex-shrink: 0;
  display: block;
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  border-radius: 50%;
}

.form:before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #ff8c0093 center/50px no-repeat url(../img/loading.svg);
  z-index: 10;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 20px;
}

.form.loading:before {
  display: block;
}

.form.success:before {
  display: block;
  background: #ff8c0093 center/50px no-repeat url(../img/success.svg);
}

.form .intl-tel-input {
  width: 100%;
}

.form .country-list .country-name {
  color: #333;
}

.form .checkbox__wrap {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.form .checkbox__input {
  display: none;
}

.form .checkbox__input:checked + .checkbox__label:before {
  border: 2px solid transparent;
  background: var(--primary) url('data:image/svg+xml;utf8,%3Csvg%20width%3D%2210%22%20height%3D%228%22%20viewBox%3D%220%200%2010%208%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M9%201L3.5%207L1%204.27273%22%20stroke%3D%22black%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A') 50% no-repeat;
}

.form .checkbox__label {
  color: var(--LightGrey, #B7B7B7);
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.form .checkbox__label:before {
  content: "";
  border: 2px solid var(--white);
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  margin-top: 4px;
  cursor: pointer;
  background: #fff;
}

.header {
  border-bottom: 1px solid var(--Grey, #424242);
  background: var(--Black, #000);
  padding: 16px 0;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}

.header__logo {
  width: 171px;
  aspect-ratio: 171/48;
  background: url(../img/logo.svg) 50%/contain no-repeat;
  z-index: 10;
}

.header__button {
  padding: 12px 32px;
  border: 2px solid var(--primary, #F6921E);
  font-weight: 700;
  text-transform: uppercase;
  font-family: "UAF Sans";
  color: var(--primary);
  height: 48px;
  margin-left: auto;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header.active .header__menu {
  transform: translateX(0);
}

.header__menu {
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  transform: translateX(100%);
  background: var(--Black, #000);
  transition: transform 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  gap: 16px;
}

.header__menu-link {
  font: 700 18px "UAF Sans";
  text-transform: uppercase;
  color: var(--White, #FFF);
}

.header__burger {
  display: flex;
  align-items: center;
  gap: 12px;
  z-index: 10;
  display: none;
}

.header__burger-icon {
  display: flex;
}

.header__burger-text {
  text-transform: uppercase;
  font-weight: 700;
  font-family: "UAF Sans";
}

.section404 {
  padding: var(--sp) 0;
  text-align: center;
}

.section404__container {
  display: flex;
  flex-flow: column;
  gap: 20px;
}

.section404__code {
  font-size: 100px;
  font-weight: 700;
}

.hero {
  padding: 175px 0 45px;
}

.hero__decor {
  position: absolute;
  top: 50%;
  left: 0;
  aspect-ratio: 405/657;
  width: 405px;
  background: url(../img/decor__logo.svg) 50%/cover no-repeat;
  z-index: 1;
  transform: translateY(-50%);
}

.hero__container {
  position: relative;
}

.hero__inner {
  position: relative;
  z-index: 2;
  padding-left: 228px;
}

.hero__title {
  display: flex;
  flex-direction: column;
}

.hero__title span:nth-child(1) {
  margin-left: -111px;
}

.hero__title span:nth-child(2) {
  margin-left: 100px;
}

.hero__title span:nth-child(3) {
  margin-top: 16px;
}

.hero__text {
  width: 100%;
  max-width: 462px;
  margin-top: 25px;
}

.hero__btn {
  margin-top: 20px;
}

.hero__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-180px);
  width: 1024px;
  aspect-ratio: 1024/849;
  z-index: 1;
}

.hero__bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 100%;
  background: linear-gradient(to right, #000, transparent);
  z-index: 1;
  pointer-events: none;
}

.hero__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.benefits {
  position: relative;
  z-index: 2;
  padding: var(--sp) 0;
}

.benefits__title {
  max-width: 300px;
}

.benefits__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-top: 40px;
}

.benefits__items .item {
  position: relative;
  padding: 24px;
  background: var(--primary, #F6921E);
}

.benefits__items .item::before {
  content: "";
  position: absolute;
  right: -1px;
  bottom: 56px;
  width: 22px;
  aspect-ratio: 22/26;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='26' viewBox='0 0 22 26' fill='none'%3E%3Cpath d='M20.9727 0.882812V24.8828L0.972656 12.8828L20.9727 0.882812Z' fill='black' stroke='black'/%3E%3C/svg%3E") right center/contain no-repeat;
}

.benefits__items .item__icon {
  position: relative;
  min-height: 35px;
}

.benefits__items .item__icon img {
  max-height: 100%;
}

.benefits__items .item__text {
  color: rgba(0, 0, 0, 0.8);
}

.benefits__items .item__text span {
  font: 700 var(--h3)/120% var(--heading-font-family);
  display: block;
  margin-bottom: 20px;
  color: var(--Grays-Black, #000);
  color: var(--Grays-Black, #000);
  text-transform: uppercase;
}

.about {
  padding: 70px 0 60px;
}

.about__title {
  font: 900 var(--h1)/100% var(--heading-font-family);
  display: flex;
  flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
  color: var(--primary, #F6921E);
  text-transform: uppercase;
}

.about__title:after {
  content: "";
  background: url(../img/decor__logo.svg) 50%/contain no-repeat;
  aspect-ratio: 405/657;
  width: 405px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.about__title span:nth-child(2) {
  transform: translateX(-20%);
}

.about__title span:nth-child(3) {
  margin-left: 50px;
}

.about__items {
  gap: 40px;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.about__items .item {
  aspect-ratio: 413/235;
  padding: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='414' height='235' viewBox='0 0 414 235' fill='none'%3E%3Cpath opacity='0.7' d='M412.5 0.5V96.2227L397.531 105.576L396.831 106.014L397.543 106.432L412.634 115.286V234.5H290.253L256.446 217.553L256.341 217.5H137.866L137.75 217.567L108.423 234.5H29.7119L0.632812 217.711L0.5 0.5H412.5Z' fill='%231A1A1A' stroke='%23424242'/%3E%3C/svg%3E") center/contain no-repeat;
}

.about__items .item__title {
  color: var(--primary, #F6921E);
}

.about__items .item__text {
  margin-top: 32px;
}

.vacancies {
  padding: var(--sp) 0;
}

.vacancies__slider {
  margin-top: 40px;
  padding-bottom: 30px;
  overflow: visible;
}

.vacancies .vacancy {
  position: relative;
  aspect-ratio: 330/384;
  overflow: hidden;
  cursor: pointer;
}

.vacancies .vacancy:hover:before {
  opacity: 1;
}

.vacancies .vacancy:hover .vacancy__description,
.vacancies .vacancy:hover .vacancy__title {
  transform: translateY(0);
  opacity: 1;
}

.vacancies .vacancy:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.3s ease;
}

.vacancies .vacancy__inner {
  padding: 20px;
  padding-bottom: 36px;
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  flex-flow: column;
  gap: 16px;
}

.vacancies .vacancy__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 130px;
  height: 20px;
  background: #000;
  -webkit-clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 20px, 100% 100%, 0 100%);
  clip-path: polygon(0 0, calc(100% - 40px) 0, 100% 20px, 100% 100%, 0 100%);
  z-index: 10;
}

.vacancies .vacancy__inner::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background: #000;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  z-index: 10;
  transform: translateY(-50%) rotate(-90deg);
}

.vacancies .vacancy__title {
  font: 700 20px "UAF Sans";
  text-transform: uppercase;
  color: var(--primary);
  position: relative;
  transition: 0.3s ease;
  transform: translateY(-100%);
  opacity: 0;
}

.vacancies .vacancy__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}

.vacancies .vacancy__description {
  font: 500 14px "UAF Sans";
  position: relative;
  margin-top: auto;
  font-feature-settings: "ss01" on;
  transition: 0.3s ease;
  transform: translateY(100%);
  opacity: 0;
}

.ready {
  padding: var(--sp) 0;
}

.ready__container {
  display: flex;
  flex-flow: wrap;
  gap: 40px;
}

.ready__image {
  aspect-ratio: 642/549;
  background: 50%/cover no-repeat;
  width: calc(50% - 20px);
}

.ready__form {
  width: calc(50% - 20px);
}

.steps {
  padding: var(--sp) 0;
}

.steps__title {
  max-width: 400px;
}

.steps__title span {
  margin-left: auto;
  text-align: right;
  display: block;
  text-align: left;
}

.steps__items {
  margin-top: 40px;
  position: relative;
  overflow: visible;
  padding-bottom: 40px;
}

.steps .item {
  padding: 16px;
  background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22252%22%20height%3D%22363%22%20viewBox%3D%220%200%20252%20363%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3CforeignObject%20x%3D%22-16.1%22%20y%3D%22-16.1%22%20width%3D%22284.2%22%20height%3D%22395.2%22%3E%3Cdiv%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml%22%20style%3D%22backdrop-filter%3Ablur(8.05px)%3Bclip-path%3Aurl(%23bgblur_0_2989_6250_clip_path)%3Bheight%3A100%25%3Bwidth%3A100%25%22%3E%3C%2Fdiv%3E%3C%2FforeignObject%3E%3Cpath%20opacity%3D%220.7%22%20data-figma-bg-blur-radius%3D%2216.1%22%20d%3D%22M0.633789%200.5V50.2227L15.6025%2059.5762L16.3027%2060.0137L15.5908%2060.4316L0.5%2069.2861V362.5H122.882L156.688%20345.553L156.793%20345.5H251.366L251.5%200.5H0.633789Z%22%20fill%3D%22%231A1A1A%22%20stroke%3D%22%23424242%22%2F%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22bgblur_0_2989_6250_clip_path%22%20transform%3D%22translate(16.1%2016.1)%22%3E%3Cpath%20d%3D%22M0.633789%200.5V50.2227L15.6025%2059.5762L16.3027%2060.0137L15.5908%2060.4316L0.5%2069.2861V362.5H122.882L156.688%20345.553L156.793%20345.5H251.366L251.5%200.5H0.633789Z%22%2F%3E%0A%3C%2FclipPath%3E%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A') 50%/contain no-repeat;
  aspect-ratio: 252/363;
}

.steps .item__number {
  font: normal 400 162px/70% Quantico;
  color: var(--primary, #F6921E);
  letter-spacing: -6.48px;
  text-transform: uppercase;
  opacity: 0.7;
  text-align: right;
  transform: translateX(10px);
}

.steps .item__title {
  margin: 30px 0 12px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--l);
  color: var(--white);
}

.faq {
  padding: var(--sp) 0;
  text-align: center;
}

.faq__items {
  max-width: 640px;
  display: flex;
  flex-flow: column;
  gap: 16px;
  margin: 40px auto 0;
}

.faq .item {
  padding: 24px;
  text-align: left;
  border: 1px solid rgba(66, 66, 66, 0.8);
}

.faq .item__title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  color: var(--white);
  line-height: 1;
  font-size: var(--l);
  line-height: 130%;
  font-weight: 500;
}

.faq .item__title:after {
  content: "";
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 2px solid #F6921E;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15' fill='none'%3E%3Cpath d='M7.4 1V13.8M13.8 7.4H1' stroke='%23F6921E' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") 50% no-repeat;
}

.faq .item__description {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.3s ease 0.1s, transform 0.3s ease 0.1s, margin-top 0.3s ease;
  opacity: 0;
  margin-top: 0;
  transform: translateY(-10px);
}

.faq .item.active .item__title:after {
  background: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20.5 10.167L0.499999 10.167' stroke='%23F6921E'  stroke-width='3'/%3E%3C/svg%3E%0A") 50% no-repeat;
  transition: background 0.2s ease;
}

.faq .item.active .item__description {
  margin-top: 16px;
  transform: translateY(0);
  opacity: 1;
}

.contacts {
  padding: var(--sp) 0;
}

.contacts__title {
  max-width: 640px;
}

.contacts__items {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.contacts .item {
  padding: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='301' height='195' viewBox='0 0 301 195' fill='none'%3E%3Cpath opacity='0.7' d='M299.5 0.5V56.2227L284.531 65.5762L283.831 66.0137L284.543 66.4316L299.634 75.2861V194.5H177.253L143.446 177.553L143.341 177.5H97.8662L97.75 177.567L68.4229 194.5H29.7119L0.632812 177.711L0.5 0.5H299.5Z' fill='%231A1A1A' stroke='%23424242'/%3E%3C/svg%3E") 50%/contain no-repeat;
  aspect-ratio: 300/195;
}

.contacts .item__title {
  color: var(--primary, #F6921E);
}

.contacts .item__address {
  margin-top: 24px;
  display: flex;
  flex-flow: column;
  gap: 8px;
}

.footer {
  padding-top: 48px;
}

.footer__logo {
  display: block;
  width: 171px;
  aspect-ratio: 171/48;
  background: url(../img/logo.svg) 50%/contain no-repeat;
}

.footer__body {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
}

.footer__menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.footer__menu-link {
  text-transform: uppercase;
  font-weight: 700;
  transition: 0.3s ease;
}

.footer__menu-link:hover {
  color: var(--primary, #F6921E);
}

.footer__bottom {
  border-top: 1px solid #424242;
  margin-top: 40px;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  color: var(--LightGrey, #B7B7B7);
}

.footer__docs {
  display: flex;
  gap: 64px;
}

.footer__docs-link {
  color: var(--LightGrey, #B7B7B7);
  transition: 0.3s ease;
}

.footer__docs-link:hover {
  color: #fff;
}

.footer__social {
  display: flex;
  gap: 32px;
  margin-top: 24px;
}

.modal-overlay {
  display: none;
  padding-top: 1px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  overflow: auto;
  align-items: center;
  justify-content: center;
  padding-top: 60px;
}

.modal-overlay .modal-content {
  margin-bottom: 0px;
  border-radius: 4px;
}

.modal-overlay .close-button {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 10px;
  right: 10px;
  cursor: pointer;
  transition: 0.2s linear;
}

.modal-overlay .close-button:before {
  background: #fff;
  content: "";
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(-45deg);
}

.modal-overlay .close-button:after {
  background: #fff;
  content: "";
  margin-top: -50px;
  height: 50px;
  width: 2px;
  display: block;
  transform: translateX(25px) rotate(45deg);
  transition: 0.2s linear;
}

#modal-video .modal-content {
  height: auto;
  width: 100%;
}

#modal-video .video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#modal-video .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.countdownHolder {
  margin: 0 auto;
  font: 30px/1 Roboto, sans-serif;
  text-align: center;
  letter-spacing: -3px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /*Параметры цифр */
  /*Параметры подложки для секций */
  /*Параметры секций разделения (:)*/
  /*Параметры вспомогательного текста (дни, часы, минуты, секунды)*/
}

.countdownHolder .position {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: relative;
  width: 0.5em;
}

.countdownHolder .digit {
  position: absolute;
  display: block;
  border-radius: 0.2em;
  text-align: center;
  color: #000;
  letter-spacing: -1px;
  left: 50%;
  transform: translateX(-50%);
}

.countdownHolder .countDays,
.countdownHolder .countHours,
.countdownHolder .countMinutes,
.countdownHolder .countSeconds {
  background: #fff;
  border-radius: 5px;
  padding: 10px;
}

.countdownHolder .countDiv {
  display: none;
  width: 10px;
  height: 1em;
  position: relative;
}

.countdownHolder .countDiv:before,
.countdownHolder .countDiv:after {
  background: #444;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  margin-left: -3px;
  top: 0.2em;
  box-shadow: 1px 1px 1px rgba(4, 4, 4, 0.5);
  content: "";
}

.countdownHolder .countDiv:after {
  top: 0.6em;
}

.countdownHolder .textdigit {
  font-size: 15px;
  letter-spacing: 0px;
}

.document {
  padding: calc(var(--sp) * 3) 0;
}

.document h1,
.document h2,
.document h3,
.document h4,
.document h5,
.document h6 {
  margin: 0.75em 0;
  color: #fff;
}

.document h1:first-child,
.document h2:first-child,
.document h3:first-child,
.document h4:first-child,
.document h5:first-child,
.document h6:first-child {
  margin-top: 0;
}

.document h1:last-child,
.document h2:last-child,
.document h3:last-child,
.document h4:last-child,
.document h5:last-child,
.document h6:last-child {
  margin-bottom: 0;
}

.document h1 {
  font: 700 var(--h2) / 1 var(--heading-font-family);
  text-transform: uppercase;
  text-align: center;
  text-align: left;
}

.document h2 {
  font: 700 var(--h3) / 1.53 var(--heading-font-family);
  text-align: left;
}

.document h3 {
  font: 700 var(--h4) / 1.21 var(--heading-font-family);
  text-align: left;
}

.document h4 {
  font: 700 var(--h5) / 1.2 var(--heading-font-family);
  text-align: left;
}

.document h5 {
  font: 700 var(--h6) / 140% var(--heading-font-family);
  text-align: left;
}

.document a,
.document a:visited {
  color: var(--primary);
}

.success {
  background: center/330px auto no-repeat
  url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22489%22%20height%3D%22825%22%20viewBox%3D%220%200%20489%20825%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M0%20314.009L311.847%200V180.264L0%20494.273V314.009Z%22%20fill%3D%22%230E0E0E%22%2F%3E%0A%3Cpath%20d%3D%22M0%20566.96L489%2076.685V256.949L0%20747.225V566.96Z%22%20fill%3D%22%230E0E0E%22%2F%3E%0A%3Cpath%20d%3D%22M177.153%20644.736L489%20330.727V510.991L177.153%20825V644.736Z%22%20fill%3D%22%230E0E0E%22%2F%3E%0A%3C%2Fsvg%3E%0A');
  min-height: 700px;
  padding: calc(var(--sp) * 2) 0;
  display: flex;
  flex: 1 1 auto;
}

.success__container {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.success__title {
  font-size: 44px;
  color: var(--primary);
  margin-bottom: 8px;
  text-align: center;
}

.success__subtitle {
  font: 700 var(--h4) / 1.21 var(--heading-font-family);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 32px;
}

@media (max-width: 1260px) {
  :root {
    --container-width: 760px;
    --sp: 40px;
    --h1: 56px;
    --h2: 32px;
    --h3: 20px;
    --gap: 32px;
  }

  .header__logo {
    width: 126px;
  }

  .header__button {
    padding: 12px 24px;
    font-size: 12px;
    height: 40px;
  }

  .hero__decor {
    display: none;
  }

  .hero__inner {
    padding-left: 0;
  }

  .hero__title span:nth-child(1) {
    margin-left: 0;
  }

  .hero__title span:nth-child(2) {
    margin-left: 54px;
  }

  .hero__title span:nth-child(3) {
    margin-top: 10px;
  }

  .hero__text {
    margin-top: 11px;
  }

  .hero__bg {
    width: 718px;
  }

  .benefits__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 20px;
  }

  .about__title:after {
    width: 340px;
  }

  .about__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .vacancies .vacancy .vacancy__description,
  .vacancies .vacancy .vacancy__title {
    transform: translateY(0);
    opacity: 1;
  }

  .vacancies .vacancy:before {
    opacity: 1;
  }

  .ready__container {
    gap: 24px;
  }

  .ready__image {
    aspect-ratio: 358/306;
    width: 100%;
  }

  .ready__form {
    width: 100%;
  }

  .steps__title {
    text-align: right;
    max-width: 270px;
  }

  .steps__items {
    margin-top: 32px;
  }

  .steps .item {
    background: url('data:image/svg+xml;utf8,%3Csvg%20width%3D%22252%22%20height%3D%22433%22%20viewBox%3D%220%200%20252%20433%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3CforeignObject%20x%3D%22-16.1%22%20y%3D%22-16.1%22%20width%3D%22284.2%22%20height%3D%22465.2%22%3E%3Cdiv%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml%22%20style%3D%22backdrop-filter%3Ablur(8.05px)%3Bclip-path%3Aurl(%23bgblur_0_3180_9924_clip_path)%3Bheight%3A100%25%3Bwidth%3A100%25%22%3E%3C%2Fdiv%3E%3C%2FforeignObject%3E%3Cpath%20opacity%3D%220.7%22%20data-figma-bg-blur-radius%3D%2216.1%22%20d%3D%22M0.633789%200.5V50.2227L15.6025%2059.5762L16.3027%2060.0137L15.5908%2060.4316L0.5%2069.2861V432.5H122.882L156.688%20415.553L156.793%20415.5H251.366L251.5%200.5H0.633789Z%22%20fill%3D%22%231A1A1A%22%20stroke%3D%22%23424242%22%2F%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22bgblur_0_3180_9924_clip_path%22%20transform%3D%22translate(16.1%2016.1)%22%3E%3Cpath%20d%3D%22M0.633789%200.5V50.2227L15.6025%2059.5762L16.3027%2060.0137L15.5908%2060.4316L0.5%2069.2861V432.5H122.882L156.688%20415.553L156.793%20415.5H251.366L251.5%200.5H0.633789Z%22%2F%3E%0A%3C%2FclipPath%3E%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A') 50%/contain no-repeat;
    aspect-ratio: 252/433;
  }

  .faq__items {
    margin-top: 32px;
  }

  .contacts__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .contacts .item {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='358' height='195' viewBox='0 0 358 195' fill='none'%3E%3Cpath opacity='0.7' d='M357.704 0.5V56.2227L342.735 65.5762L342.035 66.0137L342.747 66.4316L357.838 75.2861V194.5H177.253L143.446 177.553L143.341 177.5H97.8662L97.75 177.567L68.4229 194.5H29.7119L0.632812 177.711L0.5 0.5H357.704Z' fill='%231A1A1A' stroke='%23424242'/%3E%3C/svg%3E") 50%/contain no-repeat;
    aspect-ratio: 360/195;
  }

  .footer__body {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer__menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }

  .footer__social {
    margin-top: 32px;
  }
}

@media (max-width: 760px) {
  :root {
    --container-width: 360px;
  }

  [class*=__container] {
    flex-direction: column;
  }

  .btn {
    width: 100%;
  }

  .form__inputs {
    gap: 30px;
  }

  .form__row {
    flex-direction: column;
    gap: 30px;
  }

  .form .input__wrap {
    width: 100%;
  }

  .header__container {
    flex-direction: row;
  }

  .header__burger {
    display: block;
  }

  .header__burger-text {
    display: none;
  }

  .hero {
    padding-top: 335px;
  }

  .hero__btn {
    margin-top: 25px;
  }

  .hero__bg {
    left: 50%;
    transform: translateX(-50%);
  }

  .benefits__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .benefits__items .item::before {
    bottom: 48px;
    width: 17px;
  }

  .benefits__items .item__text span {
    margin-bottom: 10px;
  }

  .about {
    padding: 40px 0;
  }

  .about__title {
    width: 100%;
  }

  .about__title span:nth-child(1) {
    margin: 0 auto;
  }

  .about__title span:nth-child(2) {
    transform: translateX(0);
  }

  .about__title span:nth-child(3) {
    margin-left: auto;
  }

  .about__items {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .about__items .item {
    aspect-ratio: 357/235;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='357' height='235' viewBox='0 0 357 235' fill='none'%3E%3Cpath opacity='0.7' d='M355.5 0.5V96.2227L340.531 105.576L339.831 106.014L340.543 106.432L355.634 115.286V234.5H290.253L256.446 217.553L256.341 217.5H137.866L137.75 217.567L108.423 234.5H29.7119L0.632812 217.711L0.5 0.5H355.5Z' fill='%231A1A1A' stroke='%23424242'/%3E%3C/svg%3E") center/contain no-repeat;
  }

  .about__items .item__title {
    font-size: 30px;
  }

  .faq .item__title {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
  }

  .contacts__items {
    grid-template-columns: 1fr;
  }

  .footer__bottom {
    flex-direction: column;
    gap: 16px;
    padding: 16px 0;
    align-items: flex-start;
  }

  .footer__docs {
    gap: 16px;
    flex-direction: column;
  }
}