
.row--vacancy {
    margin-left: -25px;
    margin-right: -25px;
    row-gap: 25px;
}

.row--vacancy > .col-xl-6 > .row {
    padding: 25px;
}

.vacancy {
    padding: 24px clamp(1.125rem, 0.8057rem + 1.1881vw, 1.875rem);
    background: #fff;
    box-shadow: 0 4px 45px rgba(14, 38, 72, 0.1);
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

.vacancy-title {
    color: #1B4580;
    font-size: 28px;
    font-size: clamp(1.5rem, 1.3936rem + 0.396vw, 1.75rem);
    margin-bottom: 10px;
    font-weight: 700;
}

.vacancy-text {
    font-size: 16px;
}

.vacancy-mail {
    text-transform: uppercase;
    color: #000;
    text-decoration: underline;
}

.vacancy-mail:hover {
    text-decoration: none;
}

.vacancy-down {
    margin-top: auto;
    font-size: 18px;
    padding-top: 36px;
    display: flex;
    align-items: center;
}

.vacancy-date {
    color: #1B4580;
    font-weight: 700;
}

.vacancy-toggle {
    color: #1B4580;
    font-weight: 700;
    padding: 0;
    border: none;
    background: transparent;
    text-decoration: none;
}

.vacancy-toggle:hover {
    color: rgba(16, 45, 86, 1);
}

.vacancy-toggle:not(.collapsed) .icon {
    transform: scaleY(-1);
}

.vacancy-toggle .icon {
    margin-left: 15px;
}

.vacancy .collapse-content {
    position: relative;
    padding-top: 90px;
}

.vacancy .collapse-content:before {
    content: '';
    top: 30px;
    position: absolute;
    background: #FEDC00;
    width: 88px;
    height: 12px;
    margin-top: -6px;
    border-radius: 12px;
    position: absolute;
    left: 50%;
    margin-left: -44px;
}

.vacancy .btn-success {
    font-size: 22px;
    height: 52px;
    box-shadow: none;
    width: 204px;
}

.vacancy .form-label {
    color: #666666;
}

.vacancy-text p {
    margin-bottom: 1.5rem;
}

.vacancy .form-label {
    font-size: 18px;
    font-weight: 700;
}

.vacancy .form-control {
    height: 56px;
    padding: 0 16px;
    display: flex;
    align-items: center;
}

.vacancy textarea.form-control {
    height: 80px;
}

@media (max-width: 1200px) {
    .vacancy textarea.form-control {
        height: 104px;
    }
}

.vacancy .collape .d-flex.flex-column.flex-lg-row.align-items-center.justify-content-between.position-relative {
    align-items: flex-start I !important;
}


.vacancy .form-control::-webkit-input-placeholder {
    color: #666;
    opacity: 1;
}

.vacancy .form-control::-moz-placeholder {
    color: #666;
    opacity: 1;
}

.vacancy .form-control:-moz-placeholder {
    color: #666;
    opacity: 1;
}

.vacancy .form-control:-ms-input-placeholder {
    color: #666;
    opacity: 1;
}


@media (max-width: 767px) {
    .section--vacancy {
        padding-top: 10px !important;
    }

    .row--vacancy > * {
        padding-top: 12.5px;
        padding-bottom: 12.5px;
    }
}


.vacancy.text-clip .vacancy-text{
    overflow: hidden;
    transition: max-height 0.4s ease;
    max-height: calc(1.5rem * 16);
}

.vacancy.text-clip{
    height: calc(1.5rem * 20);
}