body {
  background: #FFFFFF;
  font-family: "Gilroy-Regular";
  overflow-x: hidden; }


html {
  font-size: 19px; }

.font_size_42 {
  font-size: 42px;
  font-family: "DaysOne"; }

.font_size_19 {
  font-size: 19px; }

.font_size_21 {
  font-size: 21px; }

.font_size_20 {
  font-size: 20px; }

.font_size_28 {
  font-size: 20px; }

ul {
  margin: 0;
  padding-left: 20px; }

li a {
  color: #FFFFFF;
  text-decoration: none; }
  li a:hover {
    color: #FFFFFF;
    text-decoration: underline; }

h2 {
  margin-bottom: 0; }

p {
  margin-bottom: 0; }

.about_us, .suggestions, .first-screen {
  color: #fff; }

.first-screen {
  position: relative;
  min-height: calc(100vh - 140px);
  padding-top: 257px; }
  .first-screen .background-image {
    background: url("../images/vacancy/vacancy_bd.png");
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: cover;
    height: 100%;
    width: 100%; }

.first-screen__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0 auto; }
.first-screen__wrapper_active .first-screen__wrapper__options {
  display: block; }
.first-screen__wrapper_active .first-screen__wrapper__arrow:before {
  -webkit-transform: rotate(135deg) translateY(-6px);
          transform: rotate(135deg) translateY(-6px); }
.first-screen__wrapper_active .first-screen__wrapper__arrow:after {
  -webkit-transform: rotate(45deg) translateY(6px);
          transform: rotate(45deg) translateY(6px); }
.first-screen__wrapper__select {
  width: 540px;
  height: 65px;
  border: 1px solid #FFFFFF;
  background-color: transparent;
  font-family: Days One;
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 65px;
  color: #FFFFFF;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer; }
.first-screen__wrapper__prompt {
  display: inline-block; }
.first-screen__wrapper__arrow {
  position: relative;
  -webkit-transition: 1s all;
  transition: 1s all; }
  .first-screen__wrapper__arrow:before {
    content: "";
    width: 13px;
    height: 1.5px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    right: -7px;
    -webkit-transform: rotate(45deg) translateY(-6px);
            transform: rotate(45deg) translateY(-6px); }
  .first-screen__wrapper__arrow:after {
    content: "";
    width: 13px;
    height: 1.5px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    right: -7px;
    -webkit-transform: rotate(-45deg) translateY(6px);
            transform: rotate(-45deg) translateY(6px); }
.first-screen__wrapper__options {
  font-family: Gilroy;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.15);
  -webkit-backdrop-filter: blur(74px);
          backdrop-filter: blur(74px);
  padding: 15px 0 20px 20px;
  margin: 20px 0;
  display: none;
  border-radius: 10px;
  -webkit-transition: 1s all;
  transition: 1s all; }
  .first-screen__wrapper__options_vacancy {
    max-height: 280px;
    overflow: hidden;
    overflow-y: auto;}
  .first-screen__wrapper__options p {
    margin-top: 15px;
    cursor: pointer; }
    .first-screen__wrapper__options p:hover {
      -webkit-text-decoration-line: underline;
              text-decoration-line: underline; }
  .first-screen__wrapper__options_form {
    padding-right: 20px;
    padding-bottom: 30px; }
  .first-screen__wrapper__options_form .first-screen__wrapper__options__form {
    text-align: center; }
    .first-screen__wrapper__options_form .first-screen__wrapper__options__form__submit {
      width: 199.49px;
      height: 50px;
      background: #01D7CB;
      border-radius: 70px;
      font-family: Gilroy;
      font-style: normal;
      font-weight: 600;
      font-size: 17px;
      line-height: 50px;
      color: #000000;
      border: none;
      outline: none;
      margin-top: 30.25px; }
    .first-screen__wrapper__options_form .first-screen__wrapper__options__form input {
      font-family: Gilroy;
      font-style: normal;
      font-weight: normal;
      font-size: 17px;
      line-height: 31px;
      color: #FFFFFF;
      display: block;
      width: 100%;
      border: none;
      border-radius: unset;
      outline: none;
      border-bottom: 0.75px solid #FFFFFF;
      background-color: transparent;
      margin-top: 25.25px; }
      .first-screen__wrapper__options_form .first-screen__wrapper__options__form input:first-child {
        margin-top: 0; }
      .first-screen__wrapper__options_form .first-screen__wrapper__options__form input.first-screen__wrapper__options__form__file {
        display: none; }
    .first-screen__wrapper__options_form .first-screen__wrapper__options__form label {
      margin-top: 25px;
      border-bottom: 0.75px solid #FFFFFF;
      width: 100%;
      text-align: left; }
      .first-screen__wrapper__options_form .first-screen__wrapper__options__form label:after {
        content: url("../images/vacancy/download_icon.png");
        padding-left: 11px;
        -webkit-transform: translateY(-6px);
                transform: translateY(-6px);
        width: 17.07px;
        height: 16.52px; }

.absolute_figure {
  position: absolute;
  z-index: -1; }
  .absolute_figure svg {
    -webkit-transform-origin: 100% center;
            transform-origin: 100% center;
    -webkit-animation: rotate 30s linear infinite;
            animation: rotate 30s linear infinite; }

@-webkit-keyframes rotate {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }

@keyframes rotate {
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }
.absolute_figure_1 {
  top: 197px;
  left: 98px; }
  .absolute_figure_1 .figure_1_2 {
    position: absolute;
    top: 175px;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); }

.absolute_figure_2 {
  bottom: 102px;
  right: 200px;
  top: unset;
  left: unset; }
  .absolute_figure_2 .figure_1_2 {
    position: absolute;
    top: -85px;
    left: unset;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }

@media  (min-width: 1200px) {
  .container {
    max-width: 1110px;
  }
}
@media  (max-width: 1200px) {
  .first-screen__wrapper__select{
    width: 460px;
    height: 50px;
    line-height: 50px;
  }
}
@media  (max-width: 991px) {
  .first-screen {
    min-height: 100vh;
  }
  .first-screen__container{
    flex-direction: column;
  }
  .first-screen__wrapper__select{
    width: 85%;
    height: 100%;
    margin: 0 auto;
  }
  .first-screen__wrapper{
    margin-bottom: 40px;
  }
  .first-screen__wrapper_active .first-screen__wrapper__options{
    width: 85%;
    margin-right: auto;
    margin-left: auto;
  }
}