

/* Start:/local/components/pimunn/career/templates/career/style.css?16934925171543*/
.banner_career {
    height: 350px;
    background-attachment: scroll;
    background-position: right center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .banner_career .content {
    max-width: 50%;
    padding: 40px;
  }

  .banner_career .content .buttons {
    margin-top: 30px;
  }

  .banner_career .content .buttons a {
    position: relative;
  }

  .banner_career .content .buttons a::after {
    content: "";
    position: absolute;
    height: 350%;
    width: 200%;
    top: 0;
    left: -100%;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 100%;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    z-index: 20;
    -webkit-animation-name: ripple;
            animation-name: ripple;
    -webkit-animation-duration: 6s;
            animation-duration: 6s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }

  @media screen and (max-width: 1350px) {
    .banner_career {
      background: #f0b026 !important;
      height: 400px;
    }

    .banner_career .content {
      max-width: 100%;
    }
  }

/* End */


/* Start:/local/components/pimunn/submit.vacancy/templates/vacancy/style.css?16934925174496*/
[data-vacancy-popup] .tabs_block .tabs_caption {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 1.5rem;
}

[data-vacancy-popup] .form_wrapper {
    max-width: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 60px auto 0;
}

[data-vacancy-popup] .form_wrapper .form_title {
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    margin-bottom: 50px;
    text-align: center;
}

[data-vacancy-popup] .form_wrapper form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

[data-vacancy-popup] .form_wrapper form input[type=text],
[data-vacancy-popup] .form_wrapper form input[type=password],
[data-vacancy-popup] .form_wrapper form input[type=email],
[data-vacancy-popup] .form_wrapper form input[type=tel],
[data-vacancy-popup] .form_wrapper form textarea {
    border: none;
    font-size: 16px;
    line-height: 1.45;
    border-bottom: 1px solid var(--color-gray-line, #cacdd7);
    padding: 5px 0;
}

[data-vacancy-popup] .form_wrapper form input[type=text]::placeholder,
[data-vacancy-popup] .form_wrapper form input[type=password]::placeholder,
[data-vacancy-popup] .form_wrapper form input[type=email]::placeholder,
[data-vacancy-popup] .form_wrapper form input[type=tel]::placeholder,
[data-vacancy-popup] .form_wrapper form textarea::placeholder {
    color: #878789;
}

[data-vacancy-popup] .form_wrapper form input[type=text]:focus,
[data-vacancy-popup] .form_wrapper form input[type=password]:focus,
[data-vacancy-popup] .form_wrapper form input[type=email]:focus,
[data-vacancy-popup] .form_wrapper form input[type=tel]:focus,
[data-vacancy-popup] .form_wrapper form textarea:focus {
    border-color: var(--color-black);
    outline: none;
}

[data-vacancy-popup] .form_wrapper form input + input {
    margin-top: 17px;
}

[data-vacancy-popup] .form_wrapper form .form-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 22px 0 36px;
    font-size: 14px;
    color: #70727a;
}

[data-vacancy-popup] .form_wrapper button[type=submit] {
    width: 100%;
}

[data-vacancy-popup] .row_reg {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 1rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 34px;
}

[data-vacancy-popup] .row_reg .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

[data-vacancy-popup] .row_reg .btn svg {
    height: 13px;
    width: 13px;
    margin-top: 2px;
    margin-left: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

[data-vacancy-popup] .row_reg .btn:hover svg {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}

[data-vacancy-popup] .form_wrapper {
    margin-top: 0;
}

[data-vacancy-popup] .form_wrapper form {
    margin-bottom: 20px;
}

[data-vacancy-popup] .form_wrapper .form_title {
    margin-bottom: 10px;
}

[data-vacancy-popup] .form_wrapper .form_subtitle {
    margin-bottom: 30px;
}

[data-vacancy-popup] .policy_info {
    text-align: center;
}

@media screen and (max-width: 576px) {
    [data-vacancy-popup] .tabs_block .tabs_caption {
        gap: 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}


.popup .modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 20px;
  height: 20px;
  padding: 0;
  cursor: pointer;
}
/* End */
/* /local/components/pimunn/career/templates/career/style.css?16934925171543 */
/* /local/components/pimunn/submit.vacancy/templates/vacancy/style.css?16934925174496 */
