:root {
  --black: #0c0d0d;
  --border: #3b3b3b;
  --white-text: #fffc;
  --yellow: #ffda05;
  --white: #fff;
  --white-50: #ffffff80;
}

.section {
  justify-content: center;
  align-items: center;
  margin-top: 7.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.main {
  height: 100vh;
  max-height: 54.188rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7rem;
  overflow: visible;
}

.section.header {
  z-index: 100;
  background-color: var(--black);
  height: 5.75rem;
  margin-top: 0;
  margin-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.section.career {
  margin-top: 5rem;
  margin-bottom: 1.875rem;
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.section.w_top_line {
  padding-top: 4.063rem;
}

.section.footer {
  border: .063rem solid var(--border);
  padding-top: 5rem;
  padding-bottom: 1.875rem;
}

.container {
  z-index: 10;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 103.75rem;
  padding-left: 3.125rem;
  padding-right: 3.125rem;
  display: flex;
  position: relative;
}

.container.main_container {
  margin-top: auto;
}

.container.header_container {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
}

.container.footer_container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.body {
  background-color: var(--black);
  color: var(--white-text);
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.section_back {
  z-index: 1;
  position: absolute;
  inset: 0% 1.25rem;
}

.section_back.main {
  border: .063rem solid #3b3b3b;
  border-radius: 1.25rem;
  padding: 1.25rem;
  top: 7rem;
}

.section_back.gray {
  border: .063rem solid var(--border);
  background-color: #ffffff08;
  border-radius: 1.25rem;
}

.button {
  z-index: 1;
  grid-column-gap: .313rem;
  grid-row-gap: .313rem;
  color: var(--black);
  cursor: pointer;
  height: 3.375rem;
  font-size: 1.125rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button_text {
  background-color: var(--yellow);
  text-align: center;
  border-radius: 5rem;
  justify-content: center;
  align-items: center;
  padding-left: 1.875rem;
  padding-right: 1.875rem;
  display: flex;
}

.button_arrow_c {
  background-color: var(--yellow);
  border-radius: 5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.375rem;
  display: flex;
}

.main_text_b {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60.625rem;
  padding-bottom: 1.75rem;
  display: flex;
  position: relative;
}

.h1 {
  z-index: 1;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.4rem;
  font-weight: 600;
  line-height: 100%;
  position: relative;
}

.main_descr_t {
  z-index: 1;
  color: var(--white);
  margin-top: 1.5625rem;
  margin-bottom: 3.125rem;
  font-size: 1.375rem;
  font-weight: 500;
  position: relative;
}

.span_yellow {
  color: var(--yellow);
}

.full_svg {
  width: 100%;
  height: 100%;
}

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

.main_back_img {
  z-index: 1;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.logo {
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 3.75rem;
  display: flex;
}

.header_side_c_b {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  color: var(--yellow);
}

.link.w--current {
  margin-left: 0;
  padding-left: 0;
}

.main_substract {
  z-index: 2;
  width: 60.5625rem;
  height: 24.875rem;
  position: absolute;
  bottom: -.375rem;
  left: -.375rem;
}

.heading_b {
  margin-bottom: 3.75rem;
}

.heading_b.connect {
  width: 55.625rem;
}

.heading_b.about {
  width: 43.75rem;
}

.heading_b.form_h {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.h2 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.25rem;
  font-weight: 600;
  line-height: 120%;
}

.c_cards_w {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.career_card {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  border: .063rem solid var(--border);
  background-color: var(--black);
  border-radius: .5rem 1.875rem .5rem .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 25.5rem;
  padding: 1.25rem 1.875rem 2.5rem 1.25rem;
  display: flex;
}

.career_text_w {
  grid-column-gap: .938rem;
  grid-row-gap: .938rem;
  flex-flow: column;
  display: flex;
}

.career_i {
  justify-content: flex-start;
  align-items: center;
  width: 9.375rem;
  height: 8.125rem;
  display: flex;
}

.h3 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 120%;
}

.no_wrap {
  white-space: nowrap;
}

.team_content {
  grid-column-gap: 5.625rem;
  grid-row-gap: 5.625rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.team_accord_w {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 43.75rem;
  display: flex;
}

.team_img_w {
  width: 100%;
  height: 24.125rem;
  position: relative;
}

.accord {
  border-top: .063px solid var(--border);
  flex-flow: column;
  padding-bottom: .625rem;
  display: flex;
}

.team_accord_b {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.accord_top {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.875rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.accord_text_w {
  grid-column-gap: .938rem;
  grid-row-gap: .938rem;
  flex-flow: column;
  padding-bottom: 1.25rem;
  display: flex;
}

.accord_icon {
  color: var(--white);
  font-size: 1.5rem;
  line-height: 115%;
  display: none;
}

.accord_bottom {
  overflow: hidden;
}

.team_img_b {
  z-index: 1;
  background-image: linear-gradient(#ffda05, #ffb905);
  border-radius: .625rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.team_img_car {
  background-image: url('../images/paralax-car.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 46.375rem;
  height: 20.438rem;
  position: absolute;
  bottom: -.625rem;
  left: 1.063rem;
}

.team_img_person {
  z-index: 5;
  background-image: url('../images/young-african-2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 19.625rem;
  height: 28.25rem;
  position: absolute;
  bottom: -1.25rem;
  right: 3rem;
}

.about_w {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: column;
  width: 100%;
  padding-top: 1.25rem;
  display: flex;
}

.h3_large {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 120%;
}

.about_text_w {
  grid-column-gap: .938rem;
  grid-row-gap: .938rem;
  flex-flow: column;
  width: 40rem;
  display: flex;
}

.about_img {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  border-radius: 1.25rem;
  flex-flow: column;
  flex: none;
  width: 43.75rem;
  height: 32.5rem;
  display: flex;
  overflow: hidden;
}

.div-block-15 {
  border-top: .063rem solid var(--border);
  border-right: .063rem solid var(--border);
  border-left: .063rem solid var(--border);
  border-radius: 1.25rem 1.25rem 0 0;
  height: 2.188rem;
  position: absolute;
  inset: 0% 0% auto;
}

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 32.5rem;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.form_input_w {
  grid-column-gap: .938rem;
  grid-row-gap: .938rem;
  flex-flow: column;
  display: flex;
}

.input {
  z-index: 1;
  color: var(--white);
  background-color: #2b2c2c;
  border: 1px #000;
  border-radius: .25rem;
  width: 100%;
  height: 3.188rem;
  margin-bottom: 0;
  padding-left: .813rem;
  padding-right: .813rem;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
}

.input:focus {
  border-style: none;
}

.input::placeholder {
  color: var(--white-50);
}

.form_doc_w {
  grid-column-gap: .938rem;
  grid-row-gap: .938rem;
  color: var(--white-50);
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.875rem;
  margin-bottom: 1.875rem;
  font-weight: 500;
  line-height: 130%;
  display: flex;
}

.submit-button {
  z-index: 10;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.form {
  flex-flow: column;
  display: flex;
}

.form_button_w {
  justify-content: space-between;
  align-items: center;
  margin-top: 1.875rem;
  display: flex;
}

.form_descr {
  color: var(--white-50);
  width: 12.188rem;
  font-size: .813rem;
  line-height: 130%;
}

.link_form {
  color: var(--yellow);
  text-decoration: none;
}

.footer_info_b {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 24rem;
  display: flex;
}

.footer_info_b.bottom {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.75rem;
}

.footer_info_b.w_logo {
  justify-content: space-between;
  align-items: flex-start;
  width: 24rem;
}

.footer_info_b.bottom_s {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 3.75rem;
  margin-right: auto;
}

.footer_info_b_large {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 27.5rem;
  display: flex;
}

.footer_info_b_small {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 12.5rem;
  margin-right: auto;
  line-height: 140%;
  display: flex;
}

.footer_op_link {
  color: var(--white-50);
  font-size: 1.125rem;
  line-height: 150%;
  text-decoration: none;
  transition: all .2s;
}

.footer_op_link:hover {
  color: var(--yellow);
}

.footer_h {
  color: var(--white);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.form_doc_i {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.313rem;
  display: flex;
}

.about_content {
  grid-column-gap: 5.625rem;
  grid-row-gap: 5.625rem;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.success-message {
  background-color: var(--yellow);
  color: var(--black);
  border-radius: .625rem;
  height: 32.256rem;
  padding: 0;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 140%;
}

.success_w {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.success_h {
  margin-top: 1.875rem;
  margin-bottom: 1.25rem;
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 100%;
}

.success_i {
  background-image: url('../images/Frame-1261156594.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 3.75rem;
  height: 3.75rem;
}

.drop_w {
  height: 3.188rem;
  position: relative;
}

.drop_w._1 {
  z-index: 5;
}

.drop_w._2 {
  z-index: 3;
}

.drop_w._2.methods {
  z-index: 4;
}

.drop_w._3 {
  z-index: 3;
}

.drop_w._4 {
  z-index: 2;
}

.input_hide {
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  height: 3.188rem;
  margin-bottom: 0;
  position: absolute;
  inset: 0%;
}

.drop {
  color: #ffffff80;
  cursor: pointer;
  background-color: #2b2c2c;
  border: 1px #000;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  height: 3.188rem;
  margin-bottom: 0;
  padding-left: .813rem;
  padding-right: .813rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  position: relative;
}

.drop_i {
  justify-content: center;
  align-items: center;
  width: 2.188rem;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.drop_list {
  z-index: 5;
  border-top: .063rem solid var(--border);
  color: var(--white);
  background-color: #242525;
  flex-flow: column;
  padding: .625rem 1.25rem;
  display: none;
  position: absolute;
  top: 3.125rem;
  left: 0;
  right: 0;
}

.drop_list.active {
  display: flex;
}

.drop_list_item {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: .625rem;
  padding-bottom: .625rem;
  line-height: 90%;
  display: flex;
}

.drop_list_circle {
  border: .063rem solid var(--yellow);
  border-radius: 100%;
  flex: none;
  width: .875rem;
  height: .875rem;
}

.code_embed {
  display: none;
}

.div-block-16 {
  z-index: 0;
  width: 70.875rem;
  height: 23.875rem;
  position: absolute;
  bottom: -.3125rem;
  left: .6875rem;
}

.cv_link_i {
  z-index: 10;
  pointer-events: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: .8125rem;
}

.input_wrap {
  grid-column-gap: 100%;
  grid-row-gap: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.form_descr_ru {
  color: var(--white-50);
  width: 13.4rem;
  font-size: .813rem;
  line-height: 130%;
}

.text-block-2 {
  width: 281px;
}

.bold-text {
  color: var(--yellow);
}

.bold-text._222._2222 {
  color: var(--white-text);
}

.new_form {
  margin-top: -100px;
}

.bold-text-2 {
  color: var(--yellow);
}

@media screen and (max-width: 991px) {
  .section {
    margin-top: 5.625rem;
    padding-left: 0;
    padding-right: 0;
  }

  .section.main {
    height: auto;
    padding-top: 21.5rem;
  }

  .section.header {
    height: 4.688rem;
  }

  .section.career {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .section.w_top_line {
    padding-top: 2.188rem;
  }

  .section.footer {
    margin-top: 3.75rem;
    padding-top: 2.5rem;
  }

  .container {
    width: 21.875rem;
    padding-left: 0;
    padding-right: 0;
  }

  .container.footer_container {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    flex-flow: column;
  }

  .section_back {
    border-radius: .625rem;
    left: 0;
    right: 0;
  }

  .section_back.main {
    border-style: none;
    height: 15rem;
    padding: 0;
    inset: 5.25rem .625rem auto;
  }

  .section_back.gray {
    border-radius: .625rem;
  }

  .button_text.form_button {
    width: 100%;
  }

  .main_text_b {
    width: 100%;
    padding-bottom: 0;
  }

  .h1 {
    font-size: 2.125rem;
    line-height: 100%;
  }

  .main_descr_t {
    margin-top: 1.25rem;
    margin-bottom: 2.5rem;
    font-size: 1.125rem;
    line-height: 140%;
  }

  .full_img.desktop {
    display: none;
  }

  .main_back_img {
    background-image: url('../images/Group-1215939489.png');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 1px #000;
  }

  .logo {
    width: 2.875rem;
    height: 2.688rem;
  }

  .logo.footer_logo {
    width: 5.313rem;
    height: 5rem;
  }

  .header_side_c_b, .main_substract {
    display: none;
  }

  .heading_b {
    margin-bottom: 2.5rem;
  }

  .heading_b.connect, .heading_b.about {
    width: 100%;
  }

  .heading_b.form_h {
    grid-column-gap: .938rem;
    grid-row-gap: .938rem;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h2 {
    font-size: 1.75rem;
    line-height: 120%;
  }

  .c_cards_w {
    flex-flow: column;
    display: flex;
  }

  .career_card {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    border-radius: .375rem 1.25rem .375rem .375rem;
    height: auto;
    padding-bottom: 1.875rem;
  }

  .career_i {
    width: 7.938rem;
    height: 6.875rem;
  }

  .team_content {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column-reverse;
  }

  .team_accord_w {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    width: 100%;
  }

  .team_img_w {
    height: 19.375rem;
  }

  .team_img_b {
    border-radius: .375rem;
  }

  .team_img_car {
    bottom: -1.438rem;
    left: -9.563rem;
  }

  .team_img_person {
    background-position: 0 100%;
    background-size: cover;
    width: 12rem;
    height: 23.313rem;
    bottom: -1.063rem;
    right: 0;
  }

  .about_w {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding-top: 0;
  }

  .h3_large {
    font-size: 1.375rem;
    line-height: 120%;
  }

  .about_text_w {
    width: 100%;
  }

  .about_img {
    border-radius: .375rem;
    width: 100%;
    height: 18.75rem;
  }

  .div-block-15 {
    border-top-left-radius: .625rem;
    border-top-right-radius: .625rem;
    height: 1.563rem;
    left: .625rem;
    right: .625rem;
  }

  .form-block {
    width: 100%;
  }

  .form_input_w {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
  }

  .input {
    font-size: .875rem;
  }

  .form_doc_w {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    font-size: .875rem;
  }

  .form_button_w {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    margin-top: 1.25rem;
  }

  .form_descr {
    width: 100%;
    font-size: .875rem;
  }

  .footer_info_b {
    width: 100%;
  }

  .footer_info_b.bottom {
    text-align: right;
    order: 6;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
    position: absolute;
    bottom: 0;
  }

  .footer_info_b.w_logo {
    flex-flow: row;
    order: 5;
    justify-content: space-between;
    align-items: flex-end;
  }

  .footer_info_b.soc {
    flex-flow: row;
    order: 3;
    justify-content: space-between;
    align-items: center;
  }

  .footer_info_b.bottom_s {
    order: 4;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-left: 0;
  }

  .footer_info_b_large {
    order: 2;
    width: 75%;
  }

  .footer_info_b_small {
    order: -1;
  }

  .about_content {
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-flow: column;
  }

  .success-message {
    height: 32.591rem;
  }

  .success_h {
    font-size: 1.75rem;
    line-height: 100%;
  }

  .text-block {
    font-size: 1rem;
    line-height: 140%;
  }

  .drop {
    padding-right: 1.875rem;
    font-size: .875rem;
  }

  .div-block-16 {
    display: none;
  }

  .form_descr_ru {
    width: 100%;
    font-size: .875rem;
  }
}

@media screen and (max-width: 479px) {
  .section.header {
    justify-content: center;
    align-items: center;
  }

  .button {
    grid-column-gap: .313rem;
    grid-row-gap: .313rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .button.main2 {
    display: flex;
  }

  .button.header {
    display: none;
  }

  .header_side_c_b {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .link, .link.w--current {
    padding-right: 0;
  }

  .new_form {
    margin-top: 0;
    padding-top: 0;
  }
}

.button.loading {
  position: relative;
  pointer-events: none;
  color: transparent;
}
.button.loading .w-button,
.button.loading .form_button,
.button.loading .button_arrow_c {
  background-color: #ffffff80;
}
.form.loading {
  pointer-events: none;
}

.button.loading .form_button {
  position: relative;
}
.button.loading .form_button:before {
  content: '';
  position: absolute;
  top: calc(50% - 14px);
  left: calc(50% - 8px);
  width: 20px;
  height: 20px;
  border: 4px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  opacity: 1;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/**Upload file **/
.question-view .fine-uploader-dropzone-container {
  position: relative;
  border: 3px dotted #2B2C2C;
  background-color: #2b2c2c;
  color: #EEEEEE;
  font-size: 1rem;
  min-height: 10em;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
}

.view .fine-uploader-dropzone-container:hover {
  background-color: rgba(68.35588, 69.35588, 69.35588, 0.6);
  border-color: #FED906;
}

.fine-uploader-dropzone-container .i-icon {
  display: inline-block;
  fill: #EEEEEE;
  color: inherit;
  font-size: inherit;
  width: 2em;
  height: 2em;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  cursor: pointer;
}

.question-view input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.question-view .fine-uploader-dropzone-container .text {
  display: block;
}

.file-uploader {
  display: block;
}

.question-view .file-list, .file-uploader {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  inset: auto;
  margin: auto;
}

.question-view .file-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding: 4px;
  list-style: none;
  transition: all .3s linear;
}

.question-view .file-list.show, .file-uploader.show {
  visibility: visible;
  opacity: 1;
}

.question-view .file-list.show {
  z-index: 2;
}
.question-view .file-list li {
  display: flex;
  width: 140px;
  height: 80px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: transparent;
  padding: 8px;
  border: 1px solid #FED906;
  border-radius: 7px;
  transition: 0.3s;
}

.file-list .filename {
  display: block;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  line-height: 1.38;
  color: #FED906;
  font-size: 13px;
  margin-bottom: .6em;
}

.question-view .file-info {
  display: flex;
  align-items: center;
  flex-grow: 1;
}

.question-view .remove-file {
  display: flex;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  cursor: pointer;
  color: red;
  font-weight: bold;
  border-radius: 50%;
  transition: 0.3s;
}

.input-error {
  color: red;
  font-size: 12px;
}

.question-view .remove-file:hover {
  background: rgba(255, 0, 0, 0.1);
}

.success-message {
  text-align: center;
}

input#CV-Link-2 {
  padding-right: 2.013rem;

}

