

/* Start:/local/templates/vesna/components/bitrix/news.list/jobs/style.css?16890827892307*/
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/vesna/components/bitrix/news.list/jobs/fonts/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/vesna/components/bitrix/news.list/jobs/fonts/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "CormorantGaramond";
  font-style: normal;
  font-weight: 600;
  src: url("/local/templates/vesna/components/bitrix/news.list/jobs/fonts/CormorantGaramond-SemiBold.woff2") format("woff2");
}
.questions_section .question_item {
  border-bottom: 0.1rem solid #CAD0DB;
}
.questions_section .question_item:not(.open) .question_text {
  display: none;
}
.questions_section .question_item.open .question_title:before {
  background: url("/local/templates/vesna/components/bitrix/news.list/jobs/minus.svg") center no-repeat;
}
.questions_section .question_title {
  color: #181d23;
  cursor: pointer;
  font-size: 1.8rem;
  padding: 3rem 8.4rem 3rem 0;
  position: relative;
}
@media screen and (max-width: 1029px) {
  .questions_section .question_title {
    font-size: 1.6rem;
  }
}
.questions_section .question_title:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 2.4rem;
  height: 2.4rem;
  transform: translate(0, -50%);
  background: url("/local/templates/vesna/components/bitrix/news.list/jobs/plus.svg") center no-repeat;
}
@media screen and (max-width: 1029px) {
  .questions_section .question_title {
    font-size: 1.6rem;
    padding: 2rem 4.4rem 2rem 0;
  }
}
.questions_section .question_text {
  margin-top: -1rem;
  padding-bottom: 2.4rem;
}
@media screen and (max-width: 1029px) {
  .questions_section .question_text {
    margin-top: 0;
    padding-bottom: 3rem;
  }
}
.questions_section .btns_block {
  display: flex;
}
@media screen and (max-width: 767px) {
  .questions_section .btns_block {
    display: block;
  }
}
.questions_section .btns_block .label {
  cursor: pointer;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  min-width: 27.6rem;
  max-width: 100%;
  padding: 0 6rem;
  margin-right: 2rem;
  border: 0.1rem dashed #D0D4E0;
}
@media screen and (max-width: 767px) {
  .questions_section .btns_block .label {
    width: 100%;
    margin: 0 0 1rem;
  }
}
.questions_section .callback_successs {
  color: #21972D;
}
.questions_section .fake_form_block {
  margin-top: 2rem;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/go2web/ajax.form/templates/job_main/style.css?16845262852996*/
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("/local/components/go2web/ajax.form/templates/job_main/fonts/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  src: url("/local/components/go2web/ajax.form/templates/job_main/fonts/Montserrat-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "CormorantGaramond";
  font-style: normal;
  font-weight: 600;
  src: url("/local/components/go2web/ajax.form/templates/job_main/fonts/CormorantGaramond-SemiBold.woff2") format("woff2");
}
.job_callback_block .title_block:not(:last-child) {
  margin-bottom: 3.3rem;
}
.job_callback_block .title_block h2:not(:last-child) {
  margin-bottom: 0.8rem;
}
.job_callback_block .inputs_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.job_callback_block .inputs_row .input_block {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(33.3333333333% - 20px);
}
@media screen and (max-width: 1029px) {
  .job_callback_block .inputs_row .input_block {
    width: calc(100% - 20px);
  }
}
.job_callback_block .inputs_row .input_block.big {
  width: calc(66.6666666667% - 20px);
}
@media screen and (max-width: 1029px) {
  .job_callback_block .inputs_row .input_block.big {
    width: calc(100% - 20px);
  }
}
.job_callback_block form {
  position: relative;
}
.job_callback_block textarea.txt {
  height: 10.8rem;
}
.job_callback_block .label {
  cursor: pointer;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 4.8rem;
  width: 100%;
  padding: 0 6rem;
  border: 0.1rem dashed #D0D4E0;
}
.job_callback_block input[type=file] {
  display: none;
}
.job_callback_block .btn {
  width: 100%;
}
.job_callback_block .callback_successs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  color: #21972D;
  background: #FFF;
}
.job_callback_block input.txt, .job_callback_block textarea.txt {
  border: 0.1rem solid #D0D4E0;
}

.custom_checkbox_wrapp {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-top: 1rem;
}
.custom_checkbox_wrapp > input {
  display: none;
}
.custom_checkbox_wrapp input:checked + .custom_checkbox:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: url("/local/components/go2web/ajax.form/templates/job_main/check.svg") center no-repeat;
  background-size: contain;
}
.custom_checkbox_wrapp .custom_checkbox {
  background: #FFF;
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 0.3rem;
  border: 0.1rem solid #D0D4E0;
  margin-right: 1rem;
  position: relative;
  flex-shrink: 0;
  align-self: flex-start;
}
@media screen and (max-width: 1029px) {
  .custom_checkbox_wrapp .custom_checkbox {
    width: 2.4rem;
  }
}
@media screen and (max-width: 1029px) {
  .custom_checkbox_wrapp .custom_checkbox {
    height: 2.4rem;
  }
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/go2web/ajax.form/templates/job/style.css?168452628573*/
.hidden_form {
  display: none;
}

/*# sourceMappingURL=style.css.map */

/* End */
/* /local/templates/vesna/components/bitrix/news.list/jobs/style.css?16890827892307 */
/* /local/components/go2web/ajax.form/templates/job_main/style.css?16845262852996 */
/* /local/components/go2web/ajax.form/templates/job/style.css?168452628573 */
