@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:700&display=swap);

@font-face {
  font-family: GraphikLCG;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Bold.woff") format("woff"), url("../fonts/GraphikLCG-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: GraphikLCG;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Medium.woff") format("woff"), url("../fonts/GraphikLCG-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../fonts/icons.woff") format("woff"), url("../fonts/icons.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: GraphikLCG;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Regular.woff") format("woff"), url("../fonts/GraphikLCG-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: GraphikLCG;
  font-display: swap;
  src: url("../fonts/GraphikLCG-Semibold.woff") format("woff"), url("../fonts/GraphikLCG-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "icons";
  font-display: swap;
  src: url("../fonts/icons.woof") format("woof"), url("../fonts/icons.woof2#icons") format("woof");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.vacancy__rate::before,
.select__selected::before,
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  display: block;
}

.icon-arrow:before {
  content: "\e900";
}

.icon-down:before,
.select__selected:before {
  content: "\e901";
}

.icon-star:before,
.vacancy__rate:before {
  content: "\e902";
}

body {
  color: #26262b;
  font-family: "GraphikLCG", sans-serif;
  background: #f6f8fa;
}

body.lock {
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

[class*=__container] {
  max-width: 1255px;
  margin: 0 auto;
  padding-left: 1em;
  padding-right: 1em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.select {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  font-size: 18px;
  line-height: 1.5;
}

.select select {
  display: none;
}

.select__selected {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  background: transparent;
  border-bottom: 1px solid #fff;
  padding: 0.2777777778em 0;
}

.select__selected._open::before {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.select__selected::before {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  font-size: 8px;
  margin-left: 1.25em;
  color: #868686;
}

.select__items {
  position: absolute;
  z-index: 99;
  background: #fff;
  min-width: 100%;
  border: 1px solid #ececec;
  font-size: 14px;
  top: 100%;
  left: 0;
  right: 0;
}

.select__items._hide {
  display: none;
}

.select__option {
  padding: 0.3571428571em 0.7142857143em;
  color: #000;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  cursor: pointer;
}

.select__option._selected {
  background: #2E3540;
  color: #fff;
}

.popup {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  inset: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  z-index: 55555;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__body {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.popup__content {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup__body {
  padding: 2em 0.8em;
  width: 100%;
  background: #ffffff;
  -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  -o-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  opacity: 0;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.popup__close {
  position: absolute;
  top: 13px;
  right: 13px;
  width: 20px;
  height: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 10;
  cursor: pointer;
  color: currentColor;
  background: transparent;
  padding: 0.4em;
  z-index: 20;
}

.popup__close::before,
.popup__close::after {
  content: "";
  position: absolute;
  left: 4px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 70%;
  height: 1px;
  background: #4a4848;
}

.popup__close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 50%;
}

.popup__close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: calc(50% - 1px);
}

.popup__succes {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup__succes-emoji {
  font-size: 56px;
  font-weight: 700;
  line-height: 1.1964285714;
}

.popup__succes-title {
  margin: 0.5em 0em 0em 0em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2083333333;
}

.popup__succes-text {
  margin: 0.4444444444em 0em 0em 0em;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.1111111111;
  color: #47474D;
}

.popup__succes-underline {
  margin: 0.4444444444em 0em 0em 0em;
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  text-align: center;
  color: #000000;
  margin-top: 3rem;
  padding-top: 1rem;
  border-top: 1px solid black;
}

.popup__form {
  width: 100%;
}

.popup__form.form {
  background: #fff;
  color: #000;
}

.popup__form-title {
  font-size: 24px;
  line-height: 1.2083333333;
  font-weight: 600;
  margin: 0em 0em 1.0416666667em 0rem;
}

.timer__wrapper {
  margin: 1.65em 0em 0em 0em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.timer__section {
  background: #080f1a;
  color: #fff;
  border-radius: 8.6016px;
  padding: 1.1em 0.6em;
  text-align: center;
}

.timer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.timer__block-value {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
}

.timer__block-desc {
  margin: 1.25em 0em 0em 0em;
  font-size: 8px;
  color: #98b0be;
  text-transform: uppercase;
}

.timer__separator {
  margin: 0em 0.35em;
}

.label {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.95em 0em 1em;
  color: #c93030;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 20;
}

.label.visible {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.label__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.label__title {
  font-size: 15px;
  font-weight: 600;
}

.card {
  font: 700 62px/1.1774193548 "Roboto Condensed";
  display: block;
  position: relative;
  padding-bottom: 0.62em;
}

.card__top,
.card__bottom,
.card__back::before,
.card__back::after {
  display: block;
  height: 0.72em;
  color: #c93030;
  text-shadow: 0px 1.9334px 1.9334px rgba(0, 0, 0, 0.25);
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -o-linear-gradient(bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), -o-linear-gradient(86.86deg, #535353 0.19%, #3d3d3d 94.3%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(3.14deg, #535353 0.19%, #3d3d3d 94.3%);
  -webkit-box-shadow: inset 0px 1.9334px 1.9334px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0px 1.9334px 1.9334px rgba(255, 255, 255, 0.25);
  border-radius: 7.73359px 7.73359px 0px 0px;
  letter-spacing: 0.5em;
  padding: 0.15em 0.25em;
  backface-visiblity: hidden;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: center;
  width: 1.95em;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.card__bottom {
  position: absolute;
  top: 50%;
  left: 0;
  border-top: 1px solid #000000;
  -webkit-box-shadow: inset 0px -1.9334px 1.9334px rgba(255, 255, 255, 0.25);
  box-shadow: inset 0px -1.9334px 1.9334px rgba(255, 255, 255, 0.25);
  border-radius: 0px 0px 7.73359px 7.73359px;
  pointer-events: none;
  overflow: hidden;
}

.card__bottom::after {
  display: block;
  margin-top: -0.7em;
}

.card__back::before,
.card__bottom::after {
  content: attr(data-value);
}

.card__back {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0%;
  pointer-events: none;
}

.card__back::before {
  position: relative;
  z-index: -1;
  overflow: hidden;
}

.flip .card__back::before {
  -webkit-animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
  animation: flipTop 0.3s cubic-bezier(0.37, 0.01, 0.94, 0.35);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

.flip .card__back .card__bottom {
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
  animation: flipBottom 0.6s cubic-bezier(0.15, 0.45, 0.28, 1);
}

@-webkit-keyframes flipTop {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 2;
  }

  0%,
  99% {
    opacity: 0.99;
  }

  100% {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes flipTop {
  0% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 2;
  }

  0%,
  99% {
    opacity: 0.99;
  }

  100% {
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    opacity: 0;
  }
}

@-webkit-keyframes flipBottom {

  0%,
  50% {
    z-index: -1;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }

  51% {
    opacity: 0.99;
  }

  100% {
    opacity: 0.99;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 5;
  }
}

@keyframes flipBottom {

  0%,
  50% {
    z-index: -1;
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    opacity: 0;
  }

  51% {
    opacity: 0.99;
  }

  100% {
    opacity: 0.99;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    z-index: 5;
  }
}

.arrow-swipe {
  margin: 1.4em 0em 0em 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-transform: uppercase;
  line-height: 1.1875;
  letter-spacing: -0.015em;
}

.arrow-swipe::before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  color: #c93030;
  margin: 0em 0em 0em 0.6em;
  -webkit-animation: swipeRight 1.4s ease-in-out infinite;
  animation: swipeRight 1.4s ease-in-out infinite;
}

@-webkit-keyframes swipeRight {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

@keyframes swipeRight {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }

  50% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}

::-moz-selection {
  background: #ccd9ec;
  color: #000;
  box-shadow: none;
}

::selection {
  background: #ccd9ec;
  color: #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

::-moz-selection {
  background: #ccd9ec;
  color: #000;
  box-shadow: none;
}

::-webkit-scrollbar {
  width: 8px;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #3579db;
  border-radius: 4px;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(47, 56, 78, 0.5);
  height: 100%;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
}

.form {
  padding: 3.1em 0em;
  background: #151617;
  color: #d7d7d7;
}

.form__row:not(:last-child) {
  margin: 0em 0em 1.65em 0rem;
}

.form__label {
  font-size: 14px;
  line-height: 1.2857142857;
  letter-spacing: -0.015em;
}

.form__btn {
  margin: 3em 0em 0em 0em;
}

.form__input {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 0.65em 0em;
  color: #606060;
  line-height: 1.1875;
  letter-spacing: -0.015em;
  background: transparent;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
}

.form__input::-webkit-input-placeholder {
  color: currentColor;
  font-size: inherit;
  font-weight: 400;
}

.form__input:-moz-placeholder {
  color: currentColor;
  font-size: inherit;
  font-weight: 400;
}

.form__input::-moz-placeholder {
  color: currentColor;
  font-size: inherit;
  font-weight: 400;
}

.form__input:-ms-input-placeholder {
  color: currentColor;
  font-size: inherit;
  font-weight: 400;
}

.form__input:focus {
  border: 1px solid #3579db;
}

.form__input._error {
  border: 1px solid red;
  color: red;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 500;
  padding: 1.2916666667em 1.8333333333em;
}

.btn.btn-white {
  color: #c93030;
  border: 1px solid #c93030;
}

.btn.btn-white.btn-lg {
  border: 2px solid #c93030;
  color: #212121;
}

.btn.btn-red {
  background: #c93030;
  border-radius: 2px;
  color: #fff;
}

.btn:active {
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

.btn:disabled {
  border: 1px solid #8c8c8c;
  background: #8c8c8c;
  cursor: default;
}

.btn.btn-lg {
  padding: 0.875em;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1875;
}

.btn.btn-mw {
  width: 100%;
  padding-left: 0em;
  padding-right: 0em;
}

.btn__text-bold {
  font-size: 18px;
}

.header {
  padding: 0.95em 0em 1em;
  color: #C93030;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__title {
  font-size: 15px;
  font-weight: 600;
}

.footer {
  padding: 3.25em 0em 1.6em 0em;
  background: #202b39;
  color: #a8aaad;
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__info {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 106px;
  flex: 0 1 106px;
  margin-right: 1.75em;
}

.footer__info-address {
  display: none;
}

.footer__info-website {
  display: none;
}

.footer__info-copy {
  display: none;
}

.footer__menu {
  color: #fff;
  letter-spacing: -0.01em;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 1.45em 0em 1.5em;
  border-top: 1px solid #798088;
  border-bottom: 1px solid #798088;
  margin: 1.9em 0em 0em 0em;
}

.footer__menu-item:not(:last-child) {
  margin-bottom: 1em;
}

.footer__menu-link {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.footer__contacts {
  margin: 2.1em 0em 0em 0em;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.footer__contacts-item:not(:last-child) {
  margin-bottom: 0.4em;
}

.footer__contacts-title {
  font-size: 16px;
}

.footer__contacts-phone {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1875;
}

.footer__contacts-link {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.footer__socials {
  margin-left: auto;
}

.footer__socials-title {
  display: none;
}

.footer__socials-subtitle {
  display: none;
}

.footer__socials-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__socials-item:not(:last-child) {
  margin-right: 0.65em;
}

.footer__socials-link {
  width: 28px;
  height: 28px;
  font-size: 14px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.footer__socials-link.icon-facebook {
  background: #3579db;
}

.footer__socials-link.icon-youtube {
  background: #ff0000;
}

.footer__socials-link.icon-instagram {
  background: -o-linear-gradient(313.21deg, #e57dff 14.43%, #fe6035 98.73%);
  background: linear-gradient(136.79deg, #e57dff 14.43%, #fe6035 98.73%);
  font-size: 18px;
}

.footer__socials-link.icon-telegram {
  background: #1aacf4;
  font-size: 10px;
}

.footer__arrow {
  position: absolute;
  bottom: 135px;
  right: 15px;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
}

.footer__arrow::before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.footer-bottom {
  margin-top: 1.6em;
}

.footer-bottom__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-bottom__menu-item {
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.035em;
  color: #fff;
}

.footer-bottom__menu-item:not(:last-child) {
  border-right: 1px solid #fff;
  padding-right: 0.8em;
  margin-right: 0.8em;
}

.footer-bottom__copy {
  margin-top: 0.5833333333em;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.25;
}

.page {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.main {
  padding: 1.6em 0em 2.4em 0em;
  background: #000000;
  color: #fff;
  text-align: center;
}

.main__title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3076923077;
}

.main__title span {
  display: block;
  font-size: 29px;
  font-weight: 700;
  line-height: 1.3103448276;
}

.main__image {
  margin: -2em 0em 0em 0em;
  mix-blend-mode: screen;
}

.promo {
  padding: 3.2em 0em;
}

.promo.promo-gray {
  background: #e9ebef;
  padding: 3.2em 0em 6em;
}

.promo__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2142857143;
}

.promo__title-underline {
  text-decoration: underline;
  text-underline-offset: 4px;
  -webkit-text-decoration-color: #c93030;
  text-decoration-color: #c93030;
}

.promo__title-gift {
  display: inline-block;
  -webkit-animation: float 6s ease-in-out infinite;
  animation: float 6s ease-in-out infinite;
}

.promo__btn {
  margin: 1.2em 0em 0em 0em;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }

  50% {
    -webkit-transform: translateY(-3px);
    transform: translateY(-3px);
  }

  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.quantity {
  padding: 3.1em 0em 3.45em;
  background: #04121b;
  color: #fff;
}

.quantity__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quantity__title {
  font-size: 25px;
  font-weight: 700;
  margin: 0em 1.04em 0em 0em;
}

.profession-header {
  padding: 3.1em 0em;
  text-align: center;
}

.profession-header__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.profession-header__desc {
  margin: 0.6666666667em 0em 0em 0em;
  font-size: 18px;
}

.profession-body {
  padding: 3.1em 0em 2.2em 0em;
  background: #000000;
  color: #fff;
}

.profession-body__image {
  padding: 0em 2em;
}

.profession-body__list {
  margin: 1.5em 0em 0em 0em;
}

.profession-body__list-item {
  padding: 2.3em 0.75em;
  letter-spacing: -0.015em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0.97px solid #363c48;
  border-radius: 14.493px;
}

.profession-body__list-item:not(:last-child) {
  margin: 0em 0em 0.5em 0rem;
}

.profession-body__emoji {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0em 0.2142857143em 0em 0em;
}

.profession-body__caption {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2380952381;
}

.profession-body__text {
  margin: 1.0666666667em 0em 0em 0em;
  font-size: 15px;
  line-height: 1.3333333333;
}

.profession-body__btn {
  margin: 1.75em 0em 0em 0em;
}

.more {
  padding: 3.1em 0em;
  background: #f6f8fa;
}

.more__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
}

.more__title span {
  text-decoration: underline;
  text-underline-offset: 4px;
  -webkit-text-decoration-color: #c93030;
  text-decoration-color: #c93030;
}

.more__image {
  margin: 0.7em -0.8em 0em;
}

.more__btn {
  margin: 1.7em 0em 0em 0em;
}

.more__subtitle {
  margin: 0.8em 0em 0em 0em;
  text-align: center;
  line-height: 1.3125;
}

.about {
  padding: 3.1em 0em;
}

.about__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
}

.about-slider {
  margin: 3.4em 0em 0em 0em;
  padding: 0em 2em;
}

.about-slide {
  height: auto;
  padding: 1.9em 1.3em;
  background: #fff;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}

.about-slide__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.0833333333;
}

.about-slide__text {
  margin: 0.9333333333em 0em 0em 0em;
  font-size: 15px;
  line-height: 1.2666666667;
}

.learn {
  padding: 3.1em 0em;
  background: #161617;
  color: #fff;
}

.learn__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
}

.learn-slider {
  margin: 3.4em 0em 0em 0em;
  padding: 0em 2em;
}

.learn-slide {
  height: auto;
  padding: 1.9em 1.3em;
  background: #fff;
  color: #000;
  -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}

.learn-slide__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.0833333333;
}

.learn-slide__text {
  margin: 0.9333333333em 0em 0em 0em;
  font-size: 15px;
  line-height: 1.2666666667;
}

.earnings {
  padding: 3em 0em 1.5em;
}

.earnings__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
}

.earnings__subtitle {
  margin: 0.5em 0em 0em 0em;
  line-height: 1.3125;
  text-align: center;
}

.calc {
  margin: 1em 0em 0em 0em;
}

.calc__items {
  background: #202328;
  color: #fff;
  -webkit-box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  padding: 2.25em 1.5em;
}

.calc__item:not(:last-child) {
  margin: 0em 0em 1.75em 0rem;
}

.calc__item-title {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5384615385;
  letter-spacing: -0.02em;
}

.calc__item-select {
  margin: 0.5em 0em 0em 0em;
}

.calc__total {
  border-top: 1px solid #fff;
  background: #2e3540;
  padding: 1.1em 0.5em 0.8em;
  text-align: center;
  color: #fff;
}

.calc__total-title {
  color: #a8aaad;
  font-size: 13px;
  font-weight: 500;
}

.calc__total-price {
  margin: 0.1212121212em 0em 0em 0em;
  font-size: 33px;
  font-weight: 500;
  line-height: 1.2121212121;
}

.vacancies {
  padding: 1.5em 0em;
}

.vacancies__title {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2777777778;
  text-align: center;
}

.vacancies__title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 30px;
  height: 45px;
  background: url("../img/arrow.svg") 0 0/contain no-repeat;
}

.vacancies__more {
  margin: 2em 0em 0em 0em;
}

.vacancies-slider {
  margin: 1.5em 0em 0em 0em;
}

.vacancy {
  height: auto;
  -webkit-box-shadow: 0px 1.3228148222px 9.9211111069px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1.3228148222px 9.9211111069px 0px rgba(0, 0, 0, 0.1);
  background: #fff;
  padding: 0.5em 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vacancy__logo {
  max-width: 80px;
}

.vacancy__title {
  margin: 0.5714285714em 0em 0em 0em;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.2857142857;
  letter-spacing: -0.01em;
}

.vacancy__row {
  margin: 1em 0em 0em 0em;
  font-size: 6px;
  line-height: 1.3333333333;
  letter-spacing: -0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vacancy__rate {
  font-weight: 500;
  margin: 0em 0em 0em 0.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vacancy__rate::before {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin: 0em 0em 0em 0.1em;
}

.vacancy__location span {
  color: #1a5fed;
}

.vacancy__time {
  position: relative;
  margin: 0em 0em 0em 0.8em;
  padding: 0em 0em 0em 1em;
}

.vacancy__time::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  left: 0;
  width: 2px;
  height: 1px;
  background: #000;
  border-radius: 50%;
}

.vacancy__price {
  margin: 0.4615384615em 0em 0em 0em;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.3076923077;
  letter-spacing: -0.025em;
}

.vacancy__desc {
  margin: 1.1666666667em 0em 0em 0em;
  position: relative;
  font-size: 6px;
  line-height: 1.1666666667;
  letter-spacing: -0.01em;
}

.vacancy__desc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.vacancy__desc p:not(:last-child) {
  margin-bottom: 1em;
}

.vacancy__desc ul li:not(:last-child) {
  margin-bottom: 1em;
}

.company {
  padding: 3em 0em;
}

.company__title {
  font-size: 25px;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
}

.company__items {
  margin: 0.75em 0em 0em 0em;
}

.company__item:not(:last-child) {
  margin: 0em 0em 1.5em 0rem;
}

.company__text {
  line-height: 1.3125;
  text-align: center;
}

.company__image {
  margin: 0em 0em 0.8em 0rem;
}

.gallery {
  padding: 3em 0em;
}

.gallery__title {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.28;
}

.gallery-slider {
  margin: 1.5em 0em 0em 0em;
}

.gallery-slider__slide {
  position: relative;
  -webkit-box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 19px rgba(0, 0, 0, 0.1);
}

.gallery-slider__slide-desc {
  position: absolute;
  inset: 0;
  padding: 0.88em;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.28;
  text-align: center;
  color: #fff;
}

.gallery-slider__slide-desc._black {
  color: #000;
}

.specification {
  padding: 3em 0em;
}

.specification__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 5px;
  -moz-column-gap: 5px;
  column-gap: 5px;
  row-gap: 57px;
}

.specification__item:last-child {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  text-align: center;
}

.specification__caption {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.3076923077;
  color: #26262b;
}

.specification__desc {
  margin: 0.3em 0em 0em 0em;
  line-height: 1.1875;
  color: #444444;
}

@media (min-width: 575.98px) {
  .footer__socials-link {
    font-size: 20px;
    width: 38px;
    height: 38px;
  }

  .footer__socials-link.icon-telegram {
    font-size: 16px;
  }
}

@media (min-width: 767.98px) {
  .popup__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .overlay {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
  }

  .footer__socials-link.icon-instagram {
    font-size: 24px;
  }
}

@media (min-width: 991.98px) {
  .footer {
    padding: 4.35em 0em 4.85em 0em;
  }

  .footer__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 190px;
    flex: 0 1 190px;
  }

  .footer__info-address {
    margin-top: 4.1666666667em;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3333333333;
    letter-spacing: -0.005em;
    font-style: normal;
    display: block;
  }

  .footer__info-website {
    margin-top: 2.5333333333em;
    display: inline-block;
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #e1d1a6;
    border-bottom: 1px solid;
    -webkit-transition: color 0.3s ease 0s;
    -o-transition: color 0.3s ease 0s;
    transition: color 0.3s ease 0s;
  }

  .footer__info-copy {
    display: block;
    margin-top: 2em;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.25;
  }

  .footer__menu {
    border: 0;
    padding: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    margin: 0em 1.75em 0em 0em;
  }

  .footer__contacts {
    margin: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
  }

  .footer__contacts-title {
    font-size: 20px;
  }

  .footer__contacts-phone {
    font-size: 16px;
  }

  .footer__socials {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 266px;
    flex: 0 1 266px;
  }

  .footer__socials-title {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.1875;
  }

  .footer__socials-subtitle {
    margin-top: 0.4em;
    display: block;
  }

  .footer__socials-list {
    margin-top: 0.7em;
  }

  .footer__arrow {
    display: none;
  }

  .footer-bottom {
    display: none;
  }
}

@media (min-width: 991.98px) and (any-hover: hover) {
  .footer__info-website:hover {
    color: #3579db;
  }
}

@media (min-width: 1199.98px) {
  .footer__info {
    margin-right: 4.6em;
  }

  .footer__menu {
    margin: 0em 1.85em 0em 0em;
  }
}

@media (min-width: 1399.98px) {
  .overlay {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
  }
}

@media (any-hover: hover) {
  .select__option:hover {
    background: #ececec;
  }

  .popup__close:hover::before,
  .popup__close:hover::after {
    background: #4a4848;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #3579db;
  }

  .footer__menu-link:hover {
    color: #f8af42;
  }

  .footer__contacts-link:hover {
    color: #f8af42;
  }

  .footer__socials-link:hover {
    color: #202b39;
  }
}