

/* Start:/local/templates/landing_staff/components/bitrix/news.list/main_banner/style.css?1724325006152*/
.head__controls a {
	width: 191px;
	padding: 15px 30px;
	border: 1px solid #212121;
	border-radius: 10px;
	text-decoration: none;
	text-align: center;
}
/* End */


/* Start:/local/templates/landing_staff/components/bitrix/news/vacancy/bitrix/news.list/.default/style.css?172432500619290*/
.vacancy-list__filter {
  display: flex;
  margin-bottom: 24px;
}

.vacancy-list__filter .item {
  max-width: 20%;
  flex: 0 0 20%;
  box-sizing: border-box;
}


.vacancy-list .jq-selectbox__dropdown ul {
  display: block;
}

.vacancy-list .jq-selectbox__dropdown li { 
  display: block;
  width: auto;
  margin-bottom: 0;
} 

.vacancy-list .jq-selectbox__dropdown li:nth-child(4n),
.vacancy-list .jq-selectbox__dropdown li:nth-child(4n+3),
.vacancy-list .jq-selectbox__dropdown li:nth-child(4n+2) {
  left: auto;
}

.vacancy-list .jq-selectbox__dropdown li.disabled,
.vacancy-list .jq-selectbox__dropdown li::after {
  display: none;
}

.vacancy-list__btn {
  background: #fff;
}

#show-vacancy-btn:hover {
  background-color: #000;
}

.mf-vacancy-text {
  padding-right: 30px;
}

/* новый код */
.item {
  position: relative;
}

.item svg {
  position: absolute;
  top: 9px;
  left: 15px;
}

.epilog-download svg {
  margin-right: 5px;
  position: relative;
  top: 5px;
}

.jq-selectbox__dropdown {
  border: 1px solid #A2A2A2 !important;
  border-radius: 15px !important;
  overflow: hidden;
}


.vacancy-item {
  background-color: #FCFAFF;
  width: 350px !important;
  height: 190px;
  margin-right: 15px !important;
  border-radius: 20px;
  position: relative;
  padding: 0 !important;
  margin-bottom: 20px !important;
}

.vacancy-item:hover {
  background-color: #fdf3fc;
}

.mf-vacancy-text {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  margin: 15px 23px 0 !important;
}

.mf-vacancy-upper-el .h4 {
  height: 52px;
  margin: 24px 23px 0 !important;
  font-size: 24px;
  font-weight: 700;
  line-height: 20px;
}

.mf-salary {
  margin-top: 15px !important;
  margin-left: 23px !important;
  font-size: 16px;
  font-weight: 700;
}

.more-info {
  font-weight: 300;
  font-size: 12px;
  color: #212121;
  position: absolute;
  bottom: 13px;
  right: 20px;
}

.separate-line {
  height: 4px;
  background: #FFF;
  width: 100% !important;
  position: absolute;
  top: 65px;
  margin: 0 !important;
}

.line {
  display: none !important;
}

.vacancy-item::after {
  display: none !important;
}

#show-vacancy-btn {
  display: none !important;
}

#type_employment {
  display: none !important;
  border: 1px solid red;
}

.jq-selectbox__select {
  border: 1px solid grey !important;
  width: 252px !important;
  height: 40px !important;
  border-radius: 15px !important;
}

.jq-selectbox__select-text {
  font-size: 16px !important;
  font-weight: 700 !important;
  position: relative;
  top: -4px;
  width: 85% !important;
  padding-left: 43px;
}

.jq-selectbox__trigger-arrow {
  position: relative;
  top: 14px !important;
}

.vacancy-list-ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 19px !important;
}

.vacancy-list__filter .item:nth-child(4) {
  display: none;
}

.vacancy-list__filter .item {
  padding-left: 0 !important;
  min-width: 272px;
}

.vacancy-list__filter {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.epilog {
  height: 195px;
  background-color: #F9F9F9;
  border-radius: 20px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 60px;
  justify-content: space-between;
}

.jq-selectbox__select {
  border: 1px solid #A2A2A2 !important;
}

.epilog-header {
  font-size: 24px !important;
  font-weight: 700 !important;
  height: 57px;
  position: absolute;
  top: 50px;
  left: 60px;
  margin: 0 !important;
}

.epilog-text {
  font-size: 16px;
  width: 400px;
  position: relative;
  top: 10px;
}

.epilog-button {
  width: 300px;
  height: 50px;
  background: #FFF;
  border-radius: 15px;
  border: 2px solid #AD1380;
  color: #AD1380;
  font-size: 18px;
}

.epilog-button:hover {
  color: #FFF;
  background: #AD1380;
}

.epilog-download {
  color: #AD1380;
  text-decoration: underline;
}

.wrap-epilog {
  width: 50%;
  display: flex;
  justify-content: space-between;
}

.reasons-list {
  display: flex;
  flex-direction: column;
}

.reasons-list-item {
  width: 100% !important;
  display: flex !important;
  flex-direction: row !important;
  margin: 0 !important;
  padding: 0 !important;
  left: 0 !important;
  font-size: 14px !important;
  align-items: center;
  margin-bottom: 20px !important;
}

.reason-number {
  width: fit-content;
  font-family: "Roboto MF Bold";
  font-size: 60px;
  font-weight: 900;
  color: #FFF;
  display: block;
  opacity: 65%;
  width: 78px !important;
  min-width: 78px;
  text-align: left;
}

.reasons {
  background-color: #D7B7FF;
  border-radius: 20px;
  width: calc(50% - 10px);
  min-width: calc(50% - 10px);
  padding: 40px 60px;
  margin-right: 20px;
}

.reasons-anons {
  font-size: 16px !important;
  margin-bottom: 15px;
}

.reasons-header {
  font-family: "Roboto MF Bold";
  margin: 10px 0 0 0 !important;
  font-size: 24px !important;
  color: #FFF !important;
  font-weight: 700 !important;
}

.after-vacancy-list-info-wrap {
  display: flex;
  margin-bottom: 39px;
}

body footer {
  margin-top: 30px !important;
}

.banner2 {
  max-width: calc(50% - 10px) !important;
  border-radius: 20px !important;
  overflow: hidden;
}

.banner2 img {
  width: auto !important;
  height: 100%;
}

.vacancy-list, .vacancy-section, .main-section {
  padding: 0 !important;
}

.main-banner-block {
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 20px;
  overflow: hidden;
  position: relative;
}

.main-banner-text {
  position: absolute;
  text-align: center;
  font-size: 60px !important;
  font-weight: 700 !important;
  color: #FFF;
  top: 170px;
  left: calc((100% - 620px)/2);
  letter-spacing: 0.025em;
}

.main-banner-text-MF {
  color: #FFB4D8;
  font-family: "Roboto MF Bold";
  font-size: 79px !important;
  font-weight: 900 !important;
  position: relative;
  top: -20px;
}

.epilog-button_main-banner {
  position: absolute;
  bottom: 83px;
  left: calc((100% - 300px)/2);
  border: none;
}

.fix-block {
  margin-top: 0 !important;
}

.header-submenu.header-submenu_catalog {
  margin-top: 90px !important;
}

.h3 {
  font-size: 24px !important;
  font-weight: 700 !important;
  margin-top: 45px !important;
  margin-bottom: 25px !important;
}

.answer-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  color: #212121 !important;
  display: none;
}

.close-button {
  position: absolute;
  top: 30px;
  right: 39px;
  cursor: pointer;
}

.answer-form-body {
  color: #212121 !important;
  background-color: #FFF;
  opacity: 1;
  width: 800px;
  min-height: 100px;
  position: absolute;
  top: 200px;
  left: calc((100% - 800px)/2);
  border-radius: 20px;
  padding: 30px 40px;
}

.answer-form-bg {
  background-color: #000;
  opacity: .6;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.answer-header {
  color: #212121 !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 24px;
  font-weight: 700;
}

.instruction-text {
  color: #212121 !important;
  font-size: 16px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.answer-form-body input, .answer-form-body select {
  font-family: "Roboto MF Light";
  color: #212121 !important;
  background-color: #F9F9F9;
  height: 60px;
  border: none;
  border-radius: 15px;
  padding: 0 20px;
  margin-bottom: 16px;
}

.answer-form-body select {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}

.left-column, .right-column {
  position: relative;
}

.left-column .chevron:nth-of-type(1) {
  position: absolute;
  top: 96px;
  right: 17px;
  z-index: 100;
}

.left-column .chevron:nth-of-type(2) {
  position: absolute;
  top: 172px;
  right: 17px;
  z-index: 100;
}

.left-column .chevron:nth-of-type(3) {
  position: absolute;
  top: 248px;
  right: 17px;
  z-index: 100;
}

.right-column .chevron:nth-of-type(1) {
  position: absolute;
  top: 96px;
  right: 17px;
  z-index: 100;
}

.right-column .chevron:nth-of-type(2) {
  position: absolute;
  top: 248px;
  right: 17px;
  z-index: 100;
}

.answer-form-body input::placeholder {
  font-family: "Roboto MF Light";
  color: #212121 !important;
  font-size: 16px !important;
}

.answer-form-body .columns {
  display: flex;
  justify-content: space-between;
}

.answer-form-body .left-column, .answer-form-body .right-column {
  width: 350px;
}

#vacancy-name, #name {
  width: 720px;
}

#telephone-number, #email, #age, #country, #sex, #education, #city, #expirience {
  width: 350px;
}

.submit-button {
  background-color: #AD1380;
  color: #FFF;
  margin-left: 25px;
}

.submit-button:hover {
  background-color: #c2178f;
}

.resume-download-button {
  color: #212121 !important;
  width: 350px;
  height: 60px;
  border-radius: 15px; 
  border: none;
  background-color: #F9F9F9;
  text-align: left;
  padding-left: 20px;
  font-size: 16px;
  position: relative;
}

.resume-download-button span {
  position: relative;
  padding-left: 10px;
  top: -4px;
}

.resume-download-button svg {
  position: relative;
  top: 2px;
}

.resume-download-button svg:last-of-type {
  position: absolute;
  top: 24px;
  right: 20px;
}

.answer-form-body select {
  font-size: 16px !important;
}

.submit-button {
  height: 60px;
}

.reasons-list-item {
  cursor: default !important;
}

.main-banner-block.mobile {
  display: none;
}

.sel {
  background-color: #FFF !important;
  color: #212121 !important;
}

.sel.selected {
  color: #212121 !important;
}

.resume-download-button span, .instruction-text, .reasons-anons, .reasons-list-item, .more-info {
  font-family: "Roboto MF Light";
}

.answer-header {
  font-family: "Roboto MF Bold";
}

.reasons-header {
  font-family: "Roboto MF";
  letter-spacing: 0.025em;
}

.epilog-text-mobile {
  display: none;
}


/* потом убрать сам вывод блоков */
.vacancy-block, .right-block, .scrollup {
  display: none !important;
}
/* потом убрать сам вывод блоков */


@media screen and (max-width: 1180px) {
  .epilog {
    flex-direction: column;
    height: fit-content;
    padding-bottom: 40px;
  }

  .epilog-header {
    top: 40px;
    left: calc((100% - 392px)/2);
  }

  .epilog-text {
    text-align: center;
  }

  .wrap-epilog {
    flex-direction: column;
    align-items: center;
  }
}

@media screen and (max-width: 950px) {
  .vacancy-list {
    margin-top: -50px !important;
  }

  .main-banner-block {
    position: relative;
    top: -50px;
  }

  .after-vacancy-list-info-wrap {
    flex-direction: column;
  }

  .reasons {
    width: 100%;
    margin-bottom: 40px;
  }

  .banner2 {
    width: 100% !important;
    min-width: none !important;
    max-width: none !important;
    height: auto;
  }

  .banner2 img {
    width: 100% !important;
    height: auto;
  }


}

@media screen and (max-width: 870px) {
  .item svg {
    position: absolute;
    top: 14px;
    left: 15px;
  }

  .vacancy-list__filter {
    flex-direction: column;
  }

  .jq-selectbox__select {
    width: 326px !important;
    height: 50px !important;
  }

  .jq-selectbox__select-text {
    top: 0;
  }

  .jq-selectbox__trigger-arrow {
    top: 18px !important;
  }
}

@media screen and (max-width: 800px) {

  .answer-form-body {
    padding-top: 23px;
  }

  .answer-header, .instruction-text {
    text-align: center;
  }

  .close-button {
    left: 40px;
    top: 30px;
    right: auto;
  }

  .answer-form_mobile .chevron:nth-of-type(1) {
    position: absolute;
    top: 435px;
    right: 55px;
    z-index: 101;
  }

  .answer-form_mobile .chevron:nth-of-type(2) {
    position: absolute;
    top: 511px;
    right: 55px;
    z-index: 101;
  }

  .answer-form_mobile .chevron:nth-of-type(3) {
    position: absolute;
    top: 663px;
    right: 55px;
    z-index: 101;
  }

  .answer-form_mobile .chevron:nth-of-type(4) {
    position: absolute;
    top: 739px;
    right: 55px;
    z-index: 101;
  }

  .answer-form_mobile .chevron:nth-of-type(5) {
    position: absolute;
    top: 587px;
    left: calc(50% - 40px);
    z-index: 101;
  }

  .mobile-row_wrap {
    display: flex;
  }

  .answer-form-body {
    overflow-y: scroll;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    border-radius: 0;
  }

  .columns {
    flex-direction: column;
  }

  .left-column, .right-column {
    width: 100% !important;
  }

  #vacancy-name, #name, #telephone-number, #country, #email, #city, #education, #expirience {
    width: 100%;
  }

  #sex, #age {
    width: 50% !important;
  }

  #sex {
    margin-right: 20px;
  }

  .submit-button, .resume-download-button {
    width: 100% !important;
  }

  .submit-button {
    margin-left: 0;
    margin-top: 20px;
    height: 60px;
  }
}
@media screen and (min-width: 601px) and (max-width: 700px) {
  .main-banner-block {
    margin-top: -53px;
  }
}

@media screen and (max-width: 700px) {
  .main-banner-block.mobile .main-banner-text {
    font-size: 24px;
  }

  .instruction-text {
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
  }

  .reasons-anons {
    padding: 0 20px;
  }

  .instruction-text {
    padding: 0 50px;
    line-height: 18px;
  }

  .epilog-text-desktop {
    display: none;
  }

  .epilog-text-mobile {
    font-size: 10px;
    text-align: center;
    line-height: 21px;
  }

  body .jq-selectbox .jq-selectbox__select {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }


  .vacancy-list {
    min-width: 100% !important;
  }

  .vacancy-section {
    min-width: 100%;
  }

  .jq-selectbox__dropdown {
    position: absolute;
    top: 55px;
  }
  
  .close-button {
    left: 17px;
    top: 17px;
  }

  .answer-header {
    font-size: 20px !important;
  }

  .instruction-text {
    font-size: 14px !important;
  }
  
  .answer-form-body {
    padding-left: 17px !important;
    padding-right: 17px !important;
  }

  .answer-form-body input, .answer-form-body select, .resume-download-button span {
    height: 50px !important;
    margin-bottom: 15px !important;
    font-size: 14px !important;
  }

  .answer-form-body input::placeholder {
    font-size: 14px !important;
  }

  .resume-download-button {
    height: 50px !important;
  }

  .resume-download-button svg:last-of-type {
    top: 20px;
    right: 17px;
  }

  .submit-button {
    height: 50px !important;
  }

  .answer-form_mobile .chevron:nth-of-type(1) {
    position: absolute;
    top: 397px;
    right: 30px;
    z-index: 101;
  }

  .answer-form_mobile .chevron:nth-of-type(2) {
    position: absolute;
    top: 462px;
    right: 30px;
    z-index: 101;
  }

  .answer-form_mobile .chevron:nth-of-type(3) {
    position: absolute;
    top: 592px;
    right: 30px;
    z-index: 101;
  }

  .answer-form_mobile .chevron:nth-of-type(4) {
    position: absolute;
    top: 657px;
    right: 30px;
    z-index: 101;
  }

  .answer-form_mobile .chevron:nth-of-type(5) {
    position: absolute;
    top: 527px;
    left: calc(50% - 40px);
    z-index: 101;
  }

  .vacancy-list .h3 p {
    line-height: 24px !important;
  }

  .vacancy-list {
    padding: 0 12px !important;
    margin-bottom: 14px;
  }

  .vacancy-list__filter .item {
    margin: 0;
  }
}



@media screen and (max-width: 700px) {
  .epilog {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  html body {
    overflow-x: hidden !important;
  }

  .vacancy-item:hover {
    background-color: #FCFAFF;
  }

  .reason-number {
    min-width: 60px;
    max-width: 60px;
  }


  .epilog-text {
    position: relative;
    top: 0;
  }

  .epilog-button {
    margin-top: 25px;
  }
  
  .reasons {
    padding: 20px !important;  
  }
  
  .reasons-list {
    margin-bottom: 0 !important;
  }

  .reasons-list-item {
    font-size: 10px !important;
    margin-bottom: 25px !important;
  }

  .reasons-list-item:last-of-type {
    margin-bottom: 0 !important;
  }

  .reasons-header {
    text-align: center;
    font-size: 20px !important;
  }

  .reasons-anons {
    text-align: center;
    font-size: 14px !important;
    line-height: 21px !important;
  }

  .vacancy-list-ul {
    justify-content: space-evenly;
  }

  .vacancy-list__filter {
    align-items: center;
    margin-bottom: 23px;
  }

  .item {
    position: relative;
    left: -25px;
  }

  .main-banner-block.mobile {
    display: block;
  }

  .main-banner-block.desktop {
    display: none;
  }

  .main-banner-block {
    position: relative;
    top: 42px;
    padding: 0 12px !important;
    margin-bottom: 100px;
    width: calc(100%-40px) !important;
  }

  .main-banner {
    min-width: none;
    max-width: none;
    width: 100%;
  }

  .epilog-button_main-banner {
    width: 270px;
    bottom: 44px;
    left: calc((100% - 270px)/2);
  }

  .vacancy-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .main-banner-text {
    font-size: 30px !important;
    left: calc((100% - 310px)/2);
    top: 255px;
  }

  .main-banner-text-MF {
    font-size: 40px !important;
    top: 0;
  }

  .h3 {
    text-align: center;
    font-size: 16px !important;
    margin-top: 25px !important;
  }

  .epilog-header {
    font-size: 16px !important;
    position: relative;
    top: 31px;
    left: 0;
    line-height: 16px;
    height: 50px;
  }

  body .epilog .epilog-text {
    font-size: 10px !important;
    line-height: 20px !important;
  }

  .epilog-download {
    font-size: 14px !important;
  }

  .epilog-button {
    width: 270px;
  }

  .wrap-epilog {
    width: 100%;
  }

  .h3 {
    padding: 0 20px;
  }
  body footer {
    margin-top:20px !important;
  }

  .after-vacancy-list-info-wrap {
    margin-bottom: 20px;
  }

  .reasons {
    margin-bottom: 20px;
  }

  .vacancy-list-ul {
    margin-bottom: 0 !important;
  }

  .vacancy-item {
    width: 158px !important;
    height: 194px !important;
  }

  .vacancy-item:nth-of-type(2) {
    margin-right: 0 !important;
  }

  .mf-vacancy-upper-el .h4 {
    height: 50px;
    margin-top: 20px !important;
    margin-bottom: 15px !important;
    text-align: center;
    font-size: 14px !important;
    line-height: 21px;
    position: relative;
    top: -10px;
    display: flex;
    align-items: center;
  }

  .mf-vacancy-text {
    font-size: 10px !important;
    text-align: center;
    margin: 0 !important;
    padding: 0 10px !important;
  }

  .mf-salary {
    text-align: center;
    margin: 0 !important;
    position: relative;
    top: 7px;
  }

  .more-info {
    font-size: 10px !important;
    text-align: center;
    right: 50px;
    bottom: 5px;
  } 

  .reasons-list-item:last-of-type {
    margin-bottom: 27px !important;
  }

  .vacancy-item {
    margin-right: 10px !important;
  }
}

@media screen and (max-width: 500px) {
  .main-banner-text {
    font-size: 20px !important;
    left: calc((100% - 233px)/2);
    top: 155px;
  }

  .main-banner-text-MF {
    font-size: 34px !important;
    top: 0;
  }
}

@media screen and (max-width: 430px) {
  .item {
    max-width: none !important;
    min-width: none !important;
    width: 100% !important;
    left: 0;
    padding-right: 0 !important;
  }

  .jq-selectbox__select {
    width: 100% !important;
    margin-left: 10px !important;
  }
}

@media screen and (max-width: 380px) {
  .instruction-text {
    font-size: 12px !important;
  }
}
.header-submenu.header-submenu_catalog {
  margin-top: 130px !important;
}
/* End */


/* Start:/local/components/markformelle/mf.vacancy_form/templates/new_vacancy/style.css?1755772653697*/
section.dream-vacancy .resume-modal__submit input[type=checkbox]{
    display: block;
    opacity: 0;
}

section.dream-vacancy .resume-modal{
    position: fixed;
}

.dream-vacancy__button a {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    border: none;
    background: #212121;
    border-radius: 10px;
    color: #fff;
    padding: 15px 30px;
    cursor: pointer;
    text-decoration: none;
}

@media (max-width: 1240px) {
    .dream-vacancy .resume-modal{
        overflow: auto;
    }
    .dream-vacancy .resume-modal.active{
        background: #fff;
    }
    .dream-vacancy div.resume-modal__send_mob{
        box-shadow: none;
    }
}
/* End */
/* /local/templates/landing_staff/components/bitrix/news.list/main_banner/style.css?1724325006152 */
/* /local/templates/landing_staff/components/bitrix/news/vacancy/bitrix/news.list/.default/style.css?172432500619290 */
/* /local/components/markformelle/mf.vacancy_form/templates/new_vacancy/style.css?1755772653697 */
