

/* Start:/local/templates/nlmk_career/css/question-answer/questions-remain.css?1750233406735*/
.questions-remain {
  background: #E3E9F3;
  padding: 40px;
  position: sticky;
  top: 20%;
  margin-left: 24px;
  margin-top: 80px;
}

.questions-remain__title {
  margin-bottom: 24px;
}

.questions-remain--hide {
  display: none;
}

@media (max-width: 992px) {
  .questions-remain {
    top: 10%;
    margin-top: 45px;
  }

  div.questions-remain__title {
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    color: var(--black);
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .questions-remain__button {
    width: fit-content;
  }

  .question-answer .questions-remain__button {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  a.scroll_top {
      bottom: 16px;
      right: 16px;
  }
}
/* End */


/* Start:/local/templates/nlmk_career/css/question-answer/form-question.css?1750233406890*/
.section-form-question .custom-select__body {
  top: 56px;
}
.section-form-question .custom-select__header {
  padding: 15px 14px 15px 16px;
}
.section-form-question .form__label-wrapper {
  margin-bottom: 23px;
}

.section-form-question__block {
  display: none;
}

.section-form-question__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--black-color);
  margin-bottom: 18px;
}

.section-form-question__link {
  color: var(--primary-color) !important;
  border-bottom: 1px solid var(--primary-color) !important;
}

.question-answer .mobile-fixed-block.hide {
    display:none;
}
.question-answer .mobile-fixed-block .mobile-fixed-block__inner {
    width: 100%;
}
.question-answer .mobile-fixed-block .questions-remain__button {
    margin-left: auto;
}

@media (min-width: 768px) {
    .question-answer .mobile-fixed-block {
        display: none;
    }
}
/* End */


/* Start:/local/templates/nlmk_career/components/nlmk/iblock.items.grouped/faq_list/style.css?1750233406874*/
.accordion__text a, .question-list a {
    text-decoration: underline;
    color: #1B58B6;
}

.accordion__text a:hover, .question-list a:hover {
    color: #5280C8;
}

.question-answer ul li {
    margin-left: 22px;
}
.question-list {
    margin-bottom: 15px;
}
.question-list:last-child {
    margin-bottom: 0;
}
.question-list li {
    position: relative;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: var(--black-color);
}
.question-list li:not(:last-child) {
    margin-bottom: 12px;
}
.question-list li::before {
    content: "—";
    position: absolute;
    left: -24px;
    top: 0;
}


.tabs-item .accordion__content a {
    color: #1B58B6;
    color: var(--primary-color);
    border-bottom: 1.5px solid var(--border-link);
    display: inline-block;
    transition: 0.3s ease-out;
    text-decoration: none;
    line-height: 100%;
}
/* End */


/* Start:/local/components/nlmk/faq.form/templates/.default/style.css?1750233406353*/
.errors {
    color: #D3406C;
    margin: 23px 0;
}

.captcha {
    display: flex;
    column-gap: 15px;
}

.captcha img {
    height: 58px;
}

@media screen and (max-width: 768px) {
    .captcha {
        display: flex;
        width: -webkit-fill-available;
    }
}

@media screen and (max-width: 560px) {
    .captcha {
        row-gap: 15px;
    }
}
/* End */
/* /local/templates/nlmk_career/css/question-answer/questions-remain.css?1750233406735 */
/* /local/templates/nlmk_career/css/question-answer/form-question.css?1750233406890 */
/* /local/templates/nlmk_career/components/nlmk/iblock.items.grouped/faq_list/style.css?1750233406874 */
/* /local/components/nlmk/faq.form/templates/.default/style.css?1750233406353 */
