/* career page styles */
@font-face {
  font-family: 'Microgramma';
  src: url('/local/templates/maneken/fonts/MicrogrammaNormal.woff2') format('woff2'), url('/local/templates/maneken/fonts/MicrogrammaNormal.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.title-top-box {
  position: relative;
  aspect-ratio: 390/234;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  color: #fff;
}
.title-top-box .bg-inner-wrap {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100dvw;
  min-width: 320px;
  transform: translateX(-50%);
  background: #000;
}
.title-top-box .bg-inner-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 50%);
  z-index: 1;
}
.title-top-box .title-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 15px 0;
  position: relative;
  z-index: 2;
}
.title-top-box .section-title {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  font-family: 'Microgramma', sans-serif;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  letter-spacing: normal;
}
.title-top-box .section-title:last-child {
  margin-bottom: 0;
}
.title-top-box .section-title * {
  font-family: 'Microgramma', sans-serif;
}
.title-page-box {
  margin-bottom: 15px;
}
.title-page-box .section-title {
  font-size: 24px;
  line-height: 1.33333333;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-family: 'Microgramma', sans-serif;
  letter-spacing: normal;
}
.title-page-box .section-title:last-child {
  margin-bottom: 0;
}
.title-page-box .section-title * {
  font-family: 'Microgramma', sans-serif;
}
.info-article-box {
  font-size: 16px;
  line-height: 1.375;
}
.info-article-box .h3-title,
.info-article-box h3,
.info-article-box h2 {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: none;
  margin: 20px 0 5px 0;
}
.info-article-box .h3-title:first-child,
.info-article-box h3:first-child,
.info-article-box h2:first-child {
  margin-top: 0;
}
.info-article-box p {
  margin-bottom: 1.375em;
}
.info-article-box p:has(+ul) {
  margin-bottom: 0;
}
.info-article-box .btn {
  width: 100%;
}
.info-article-box .btn.button-dark {
  color: #fff;
}
.item-tile-question .info-article-box {
  margin: 0;
  max-width: 700px;
}
.item-tile-question .btn-popup:has(.button-info-wrap) {
  padding: 20px 40px 20px 0;
}
.item-tile-question .btn-popup:has(.button-info-wrap):before,
.item-tile-question .btn-popup:has(.button-info-wrap):after {
  width: 26px;
  right: 13px;
  top: 33px;
}
.item-tile-question .btn-popup .button-title {
  display: block;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
}
.item-tile-question .btn-popup .button-info-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px 12px;
  margin: 12px -4px 0 -4px;
}
.item-tile-question .btn-popup .button-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  text-transform: none;
}
.item-tile-question .btn-popup .button-info .button-ico {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  opacity: 0.5;
}
.item-tile-question .btn-popup .button-info .button-info-title {
  -ms-flex: 1;
      flex: 1;
  padding-left: 1px;
  max-width: calc(100% - 24px);
  display: block;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.popup-box .frm-popup.form-small .field-title {
  margin-bottom: 0;
}
.popup-box .frm-popup.form-small .form-input {
  height: 45px;
}
.popup-box .frm-popup.form-small .form-input[type="date"] {
  padding-right: 0;
}
.popup-box .frm-popup.form-small .frm-field {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .popup-box .frm-popup.form-small .form-input {
    height: 36px;
  }
}
@media (min-width: 360px) {
  .title-top-box .section-title {
    font-size: 10.25vw;
  }
}
@media (min-width: 1024px) {
  .title-top-box {
    aspect-ratio: 1160/550;
  }
  .title-top-box .title-wrap {
    padding: 6rem 0;
  }
  .title-top-box .section-title {
    font-size: 8.888vw;
  }
  .title-page-box {
    margin-bottom: 3rem;
  }
  .title-page-box .section-title {
    font-size: 3.2rem;
    line-height: 1.25;
  }
  .info-article-box .btn {
    width: auto;
    padding: 0 30px;
  }
}
@media (min-width: 1440px) {
  .title-top-box .section-title {
    font-size: 128px;
  }
}
/* end career page styles */

/*popups*/
.btn-action-ico.ico-close-main:before {
  background-image: url(/local/templates/maneken/img/icons/close-main.svg);
  background-size: 26px auto;
}
.btn-action-ico.ico-close-large:before {
  background-image: url(/local/templates/maneken/img/icons/close-large.svg);
}
/*.btn-action-ico.ico-password-toggle:before {
  background-image: url(../img/icons/password-hidden.svg);
  opacity: 0.6;
}
.btn-action-ico.ico-password-toggle:after {
  background-image: url(../img/icons/password-showed.svg);
  opacity: 0.6;
  display: none;
}*/
.btn-action-ico.ico-password-toggle:hover:before,
.btn-action-ico.ico-password-toggle:hover:after {
  opacity: 1;
}
.btn-action-ico.ico-password-toggle.active:before {
  display: none;
}
.btn-action-ico.ico-password-toggle.active:after {
  display: block;
}
/*.btn-action-ico.ico-clear:before {
  background-image: url(../img/icons/clear.svg);
  opacity: 0.6;
}*/
.btn-action-ico.ico-clear:hover:before {
  opacity: 1;
}
.frm-field-cpt {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.frm-field-cpt .field-code {
  width: 180px;
  margin: 0 10px 10px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.frm-field-cpt .field-button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 10px;
}
.frm-field-cpt .elm-photo {
  aspect-ratio: inherit;
  height: 40px;
  border: 1px solid #000;
  background-color: #fff;
}
.frm-field-cpt .btn {
  border-radius: 0;
  height: 40px;
  padding: 0 48px;
  padding: 0 3rem;
  font-size: 14px;
  min-width: 170px;
  font-weight: bold;
}
.frm-field-input-action {
  display: block;
  position: relative;
  line-height: 1;
}
.frm-field-input-action.inp-valid .button-field-clear,
.frm-field-input-action.inp-valid .button-password-toggle {
  display: block;
}
.frm-field-input-action.active .btn-action-ico.ico-password-toggle:before {
  display: none;
}
.frm-field-input-action.active .btn-action-ico.ico-password-toggle:after {
  display: block;
}
.frm-field-input-action:has(.button-password-toggle, .button-field-clear) .form-input {
  padding-right: 60px;
}
.frm-field-input-action .button-field-clear,
.frm-field-input-action .button-password-toggle {
  display: none;
  width: 24px;
  height: 24px;
  z-index: 2;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -12px;
  cursor: pointer;
}
.frm-field-input-action .button-field-clear + .button-password-toggle,
.frm-field-input-action .button-password-toggle + .button-password-toggle {
  margin-right: 30px;
}
.form-input.input-line {
  border-radius: 0;
  border: none;
  background: #fff;
  border-bottom: 1px solid var(--clr-base);
  padding: 0;
  color: var(--clr-base);
}
.form-input.input-line.input-error {
  border-bottom-color: #FF0D0D;
}
.form-input.input-line.input-valid {
  border-bottom-color: #37F713;
}
.form-input-text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.form-input-text.input-line {
  border-bottom-color: transparent;
}
.frm-field-message {
  display: block;
  position: relative;
  font-weight: 500;
}
.frm-field-message.type-main {
  padding: 15px;
  background: #f0f0f0;
}
.frm-field-message.type-main.text-alert {
  background: rgba(255, 13, 13, 0.1);
}
.frm-field-message.type-main.text-succefull {
  background: #ccf6c4;
}
body.popup-open {
  overflow: hidden;
}
.popup-outer-box {
  display: none;
  padding: 15px 15px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: fixed;
  z-index: 100;
  background: rgba(24, 24, 24, 0.7);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.popup-outer-box.active {
  display: -ms-flexbox;
  display: flex;
}
.popup-outer-box.popup-small {
  padding: 15px;
}
.popup-outer-box.popup-small .popup-box {
  width: 494px;
}
.popup-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
  width: 580px;
  max-width: 100%;
  max-height: 100%;
  background-color: #fff;
  z-index: 20;
  border-radius: 15px;
  padding: 30px;
}
.popup-box:has(.btn-popup-close) .popup-title-wrap {
  padding-right: 30px;
}
.popup-box .popup-title-wrap,
.popup-box .popup-footer-wrap {
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.popup-box .popup-title-wrap {
  margin-bottom: 30px;
}
.popup-box .popup-content-wrap {
  width: 100%;
  overflow: auto;
  -ms-overflow-style: none;
}
.popup-box .popup-content-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}
.popup-box .btn-popup-close {
  position: absolute;
  top: 42px;
  right: 42px;
  margin: -20px -20px 0 0;
}
.popup-box .popup-title {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
}
.popup-box .frm-popup .field-info {
  font-size: 16px;
  line-height: 1.375;
}
.popup-box .frm-popup .field-title {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #747474;
  margin: 0 0 5px 0;
}
.popup-box .frm-popup .frm-field-message {
  margin-top: 10px;
}
.popup-box .frm-popup:last-child {
  margin-bottom: -15px;
}
.popup-box .frm-popup .frm-row,
.popup-box .frm-popup .frm-row-submit {
  margin: 0 -10px;
}
.popup-box .frm-popup .frm-row-submit .btn {
  width: 100%;
  height: 45px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 0.28px;
  border-radius: 0;
  padding: 0 30px;
  min-width: 150px;
}
.popup-box .frm-popup .frm-row-submit .frm-field {
  margin-bottom: 15px;
}
.popup-box .frm-popup .frm-field {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 768px) {
  
  .popup-box {
    padding: 40px;
  }
  .popup-box .popup-title-wrap {
    margin-bottom: 40px;
  }
  .popup-box .frm-popup .field-half {
    width: 50%;
  }
  .popup-box .frm-popup .field-line {
    width: auto;
  }
  .popup-box .frm-popup .frm-field {
    margin-bottom: 30px;
  }
  .popup-box .frm-popup .frm-row-submit .btn {
    height: 55px;
  }
  .popup-box .btn-popup-close {
    top: 52px;
    right: 52px;
  }
}