/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
  -webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
@font-face {
  font-family: 'Work Sans';
  src:
    url('/assets/fonts/WorkSans-Medium.woff2') format('woff2'),
    url('/assets/fonts/WorkSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Work Sans';
  src:
    url('/assets/fonts/WorkSans-Regular.woff2') format('woff2'),
    url('/assets/fonts/WorkSans-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body,
html {
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
}
.container {
  max-width: 1180px;
  margin: 0 auto;
}
@media only screen and (max-width: 1180px) {
  .container {
    width: 100%;
  }
}
body {
  font-family: Work Sans;
  color: #242c33;
}
.wrapper {
  min-height: 100vh;
  overflow: hidden;
}
.not-found,
.wrapper {
  display: flex;
  flex-direction: column;
}
.not-found {
  justify-content: center;
  align-items: center;
}
.not-found h1 {
  font-size: 20vw;
  margin-bottom: 2vh;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 14px;
  font-family: Work Sans;
  color: #fff;
  background-color: #f28200;
  text-decoration: none;
  border-radius: 50vh;
  border: none;
  outline: none;
  cursor: pointer;
}
.btn:disabled,
.btn[disabled] {
  opacity: 0.8;
  cursor: default;
}
.btn-white {
  background-color: #fff;
  color: #2d3740;
}
.btn-square {
  border-radius: 8px;
}
.btn-tg {
  background: #34b0df;
  background: linear-gradient(180deg, #34b0df, #1e88d3);
  color: #fff;
}
@keyframes pulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.6;
  }
}
.breadcrumbs {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 48px 0 32px;
}
@media only screen and (max-width: 1180px) {
  .breadcrumbs {
    padding: 32px 16px;
  }
}
.breadcrumbs a,
.breadcrumbs span {
  font-size: 12px;
  line-height: 14px;
  padding: 0;
  margin: 0;
  border: none !important;
}
.breadcrumbs a {
  color: #2d3740 !important;
}
.breadcrumbs span {
  color: #f28200;
  font-family: Work Sans;
}
.breadcrumbs i {
  display: inline-block;
  background: url(/ico/arrow-breadcrumbs.svg) 50% no-repeat;
  width: 24px;
  height: 24px;
}
.loading {
  width: 1180px;
  margin: 64px auto;
  display: flex;
  justify-content: space-between;
}
.loading-jobs {
  margin-top: 120px;
}
.loading-half {
  margin-top: 0;
}
@media only screen and (max-width: 1180px) {
  .loading {
    flex-direction: column;
    align-items: center;
    max-width: calc(100vw - 40px);
  }
}
.loading__aside {
  width: 340px;
  background-color: #f2f5f7;
  padding: 32px;
  border-radius: 16px;
}
@media only screen and (max-width: 1180px) {
  .loading__aside {
    margin-bottom: 32px;
    width: 100%;
    max-width: 500px;
    display: none;
  }
}
.loading__block {
  width: 100%;
  margin-bottom: 16px;
  background-color: #f2f5f7;
  padding: 32px;
  border-radius: 16px;
}
.loading__block hr {
  background: #59656f;
  background: linear-gradient(93deg, #59656f, hsla(0, 0%, 100%, 0));
  width: 100%;
  height: 1px;
  border: none;
  margin-bottom: 16px;
}
.loading__text {
  width: 100%;
  max-width: 200px;
  height: 22px;
  background-color: #d3d9de;
  border-radius: 10px;
  margin-bottom: 24px;
}
.loading__text-wide {
  max-width: 375px;
}
.loading__row {
  display: flex;
  margin-bottom: 16px;
}
.loading__row .loading__text {
  max-width: 170px;
  margin-right: 16px;
  height: 12px;
  margin-bottom: 0;
}
.loading__data {
  width: 100%;
  height: 44px;
  border-radius: 8px;
  margin-bottom: 8px;
  background: #fff;
  background: linear-gradient(93deg, #fff, hsla(0, 0%, 100%, 0));
}
.loading__content {
  max-width: 814px;
  width: 100%;
}
@media only screen and (max-width: 1180px) {
  .loading__content {
    max-width: 500px;
  }
}
.animate-fade-in {
  animation: fadeIn 0.3s forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.lang__wrapper {
  margin-top: 11px;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1080px) {
  .lang__wrapper {
    margin-top: 0;
  }
}
.lang__current {
  background: #f2f5f7;
  border-radius: 32px;
  padding: 12px 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.lang__current span {
  font-size: 13px;
  font-family: Work Sans;
}
.lang__current i {
  width: 24px;
  height: 24px;
  display: inline-block;
  background: url(/ico/arrow-select.svg) 50% no-repeat;
}
@media only screen and (max-width: 1180px) {
  .lang__current {
    padding: 12px 10px;
  }
}
.lang {
  position: absolute;
  top: 48px;
  transform-origin: top right;
  border-radius: 16px;
  right: 0;
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.16);
  width: auto;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
  transform: scaleY(0.5);
  box-shadow: 0 7px 18px 0 rgba(0, 0, 0, 0.09);
  background-color: #fff;
  border: 1px solid #f1f1f4;
  padding: 8px;
}
.lang__link {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  padding: 8px 24px;
  font-family: Work Sans;
  width: 100%;
  border: none;
  outline: none;
  text-decoration: none;
  color: #333;
  font-weight: 800;
  background-color: transparent;
  border-radius: 4px;
  transition: 0.2s;
}
.lang__link:hover {
  background: #f2f5f7;
  color: #f28200;
}
.lang__wrapper:hover .lang {
  opacity: 1;
  visibility: visible;
  transform: scaleY(1);
}
.faq {
  margin-top: 128px;
}
@media only screen and (max-width: 1180px) {
  .faq {
    margin-top: 64px;
  }
}
.faq h2 {
  margin: 0 0 32px;
  font-size: 32px;
  line-height: 40px;
}
@media only screen and (max-width: 1180px) {
  .faq h2 {
    padding: 0 16px;
  }
}
.faq__list {
  background: #f2f5f7;
  padding: 64px 0 128px;
}
@media only screen and (max-width: 1180px) {
  .faq__list {
    padding: 64px 16px;
  }
}
.faq__item {
  border-bottom: 1px solid rgba(36, 44, 51, 0.2);
  padding: 32px 0;
}
.faq__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq__head h3 {
  margin: 0;
  font-family: Work Sans;
}
.faq__head i {
  width: 44px;
  height: 44px;
  background: url('/assets/images/arrow-down.svg') 50% no-repeat;
  transition: 0.3s;
  flex-shrink: 0;
  margin-left: 16px;
}
.faq__body {
  max-height: 0;
  height: auto;
  transition: 0.3s;
  overflow: hidden;
}
.open .faq__head i {
  transform: rotate(-90deg);
}
.open .faq__body {
  max-height: 5000px;
}
.ico-sent {
  width: 40px !important;
  height: 40px !important;
  background: url(/ico/success.svg) 50% no-repeat;
}
.ico-sent,
.sending {
  display: inline-block;
}
.sending {
  background: url(/ico/sending.svg) 50% no-repeat;
  animation: rotate 5s linear infinite;
  width: 16px;
  height: 16px;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.policy {
  padding: 0 0 96px;
}
.policy__section-title {
  font-family: Work Sans;
}
@media only screen and (max-width: 1180px) {
  .policy {
    padding: 0 20px 64px;
  }
}
.policy a {
  color: #2d3740;
  font-family: Work Sans;
}
.label__personal {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 8px;
  cursor: pointer;
}
.label__personal-candidate {
  margin: 32px 0 0;
}
.label__personal-contact {
  margin-top: 16px;
}
.label__personal .nav__link {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}
.label__personal i {
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 10px;
  background: url(/ico/unchecked.svg) 50% no-repeat;
}
.label__personal input {
  width: 0;
  height: 0;
  overflow: hidden;
  display: none;
}
.label__personal span {
  font-family: Work Sans;
  font-size: 12px;
  line-height: 16px;
}
.label__personal input:checked ~ i {
  border: none;
  background: url(/ico/checkbox.svg) 50% no-repeat;
}
.label__personal a {
  color: #f28200;
}
.direct {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #242c33;
  padding: 12px 18px 12px 12px;
  background-color: #f2f5f7;
  border-radius: 30px;
  margin-bottom: 4px;
}
.direct span {
  font-family: Work Sans;
}
.direct__phone {
  background: url(/ico/social/phone.svg) 50% no-repeat;
  background-size: contain;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.direct__tg {
  background: url(/ico/social/tg.svg) 50% no-repeat;
}
.direct__tg,
.direct__viber {
  margin-right: 8px;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.direct__viber {
  background: url(/ico/social/viber.svg) 50% no-repeat;
}
.direct__whats {
  background: url(/ico/social/whats.svg) 50% no-repeat;
  margin-right: 8px;
  display: inline-block;
  width: 24px;
  height: 24px;
}
.direct__mobile {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .direct__mobile {
    display: inline-flex;
  }
  .direct__pc {
    display: none;
  }
}
