.vacancy-top {
    margin-top: 152px;
    margin-bottom: 300px;
}

.vacancy-top h2 {
    color: #FFF;
font-size: 56px;
font-style: normal;
font-weight: 400;
line-height: 100%;
letter-spacing: -1.68px;
text-transform: uppercase;
}

.site-form-right h3 {
    color: #FFF;
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin-bottom: 0;
}

.site-form-right .text {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.vacancy-top-filter .top {
    display: flex;
    align-items: center;
    gap: 24px;
}

.vacancy-top-filter .top span {
    display: flex;
    align-items: center;
}

.vacancy-top-filter .top input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.vacancy-top-filter .top label {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 45px;
    line-height: 28px !important;
    cursor: pointer !important;
    color: #8C7C6D !important;
    font-size: 24px !important;
    font-style: normal;
    font-weight: 400 !important;
    line-height: 40px !important;
    user-select: none;
    padding-bottom: 0 !important;
    border: none !important;
    opacity: 1 !important;

}

.vacancy-top-filter .bottom {
    border: none !important;
    padding: 0 !important;
}

.vacancy-top-filter .top label.active {
    color: #165EFC !important;
}

.vacancy-top-filter .top label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 26.667px;
    height: 16px;
    border-radius: 8px;
    background: transparent;
    border: 1.5px solid #8C7C6D;
    transition: background 0.3s, border-color 0.3s;
    opacity: 0.8;
}

.vacancy-top-filter .top label::after {
        content: '';
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1.5px solid #8C7C6D;
    transition: left 0.25s ease, background 0.3s;
    opacity: 0.8;
}

.vacancy-top-filter .top input[type="radio"]:checked + label::before {
    background: transparent;
    border-color: #165EFC;
}

.vacancy-top-filter .top input[type="radio"]:checked + label::after {
    left: 12.667px;
    background: transparent;
    border-color: #165EFC;
}

.filter-link {
    display: flex !important;
    align-items: center;
    justify-content: left;
    gap: 94px !important;
    padding-top: 15px;
    margin-top: 15px;
    border-top: 1px solid #8C7C6D;
}

.vacancy-top-filter {
    width: 100%;
}

.filter-link .link {
        color: #FFF !important;
    font-size: 21px !important;
    font-style: normal;
    font-weight: 400 !important;
    cursor: pointer !important;
    line-height: 40px;
    padding: 0 !important;
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
}

.filter-link .link.active {
    color: #165EFC !important;
}

.vacancy-block {
    margin-top: 27px;
}

.vacancy-block .number {
    color: #FFF;
font-size: 14px !important;
font-style: normal;
font-weight: 400 !important;
line-height: 120%;
text-transform: uppercase;
margin-bottom: 19px;
opacity: 0.8 !important;
}

.vacancy-block h3 {
    color: #FFF;
font-size: 21px !important;
font-style: normal;
font-weight: 400 !important;
margin-bottom: 10px !important;
line-height: 110% !important;
}

.vacancy-block .position {
    color: #FFF !important;
font-size: 12px !important;
font-style: normal;
font-weight: 400 !important;
line-height: 120%;
text-transform: uppercase;
opacity: 0.8;
}

.vacancy-block .items-bottom {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    margin-top: 0;
    transition: max-height 0.45s ease, opacity 0.4s ease, margin-top 0.4s ease;
}

.vacancy-block .items.open .items-bottom {
    max-height: 600px;
    opacity: 1;
    margin-top: 19px;
}

.vacancy-block .items-bottom .description {
    color: #8C7C6D;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 120%;
margin-bottom: 24px;
}

.vacancy-block .items-bottom .button {
    display: flex;
    padding: 12px 30px;
    justify-content: center;
    align-items: center;
    border: 1px solid #165EFC;
backdrop-filter: blur(3.1500000953674316px);
color: #FFF;
font-size: 14px;
font-style: normal;
font-weight: 500;
line-height: normal;
width: fit-content;
border-radius: 0;
}

.vacancy-block .items-bottom .button:hover {
    background: #165EFC;
}

.vacancy-scroll-wrap {
    position: relative;
    margin-top: 0 !important;
}

.vacancy-block {
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
}

.vacancy-block::-webkit-scrollbar {
    display: none;
}

.vacancy-scrollbar {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: transparent;
    cursor: pointer;
    pointer-events: none;
}

.vacancy-scrollbar-thumb {
    position: absolute;
    right: 0;
    width: 1px;
    background: #8C7C6D;
    cursor: pointer;
    pointer-events: auto;
}

.vacancy-block .items {
    margin-bottom: 22px;
    cursor: pointer;
    padding: 0;
    border-bottom: 0 !important;
    border-left: 1px solid transparent;
    transition: border-color 0.35s ease, background 0.35s ease, transform 0.35s ease, padding 0.35s ease;
}

.vacancy-block .items:hover {
    border-left-color: #165EFC;
    background: rgba(22, 94, 252, 0.06);
    transform: translateX(5px);
    padding: 18px 20px;
}

.vacancy-block .items h3,
.vacancy-block .items .number,
.vacancy-block .items .position {
    transition: color 0.35s ease, opacity 0.35s ease;
}

.vacancy-block .items:hover h3 {
    color: #165EFC;
}

.vacancy-block .items:hover .number {
    color: #165EFC;
    opacity: 1;
}

.vacancy-block .items:hover .position {
    opacity: 1;
}

.vacancy-block .items:last-of-type {
    margin-bottom: 0;
}

.site-form-right {
    margin-top: 29px;
}

@media (max-width: 1400px) {
    .filter-link {
        gap: 50px !important;
    }
}

@media (max-width: 1200px) {
    .vacancy-top {
        margin-top: 110px;
        margin-bottom: 160px;
    }

    .vacancy-top h2 {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .vacancy-top-filter .top label {
        font-size: 19px !important;
        line-height: 36px !important;
    }

    .filter-link {
        gap: 32px !important;
    }

    .filter-link .link {
        font-size: 17px !important;
    }

    .vacancy-block {
        height: 600px;
    }

    .vacancy-scrollbar {
        height: 440px;
    }
}

@media (max-width: 991px) {
    .vacancy-top {
        margin-top: 100px;
        margin-bottom: 80px;
    }

    .vacancy-top h2 {
        font-size: 34px;
    }

    .vacancy-top-filter .top {
        flex-wrap: wrap;
        gap: 10px 20px;
    }

    .vacancy-top-filter .top label {
        font-size: 16px !important;
        line-height: 30px !important;
    }

    .filter-link {
        gap: 20px !important;
        flex-wrap: wrap;
    }

    .filter-link .link {
        font-size: 15px !important;
        line-height: 30px;
        white-space: nowrap;
    }

    .vacancy-block {
        height: 500px;
    }

    .vacancy-scrollbar {
        height: 380px;
    }

    .site-form-right {
        margin-top: 40px;
        padding: 0;
    }
}

@media (max-width: 767px) {
    .vacancy-top {
        margin-top: 90px;
        margin-bottom: 56px;
    }

    .vacancy-top h2 {
        font-size: 28px;
        letter-spacing: -0.5px;
    }

    .vacancy-top-filter .top {
        gap: 8px 16px;
    }

    .vacancy-top-filter .top label {
        font-size: 15px !important;
        line-height: 28px !important;
        padding-left: 36px !important;
    }

    .vacancy-top-filter .top label::before {
        width: 22px !important;
        height: 13px !important;
    }

    .vacancy-top-filter .top label::after {
        width: 8px !important;
        height: 8px !important;
    }

    .filter-link {
        flex-wrap: nowrap !important;
        overflow-x: auto;
        gap: 16px !important;
        padding-bottom: 6px;
        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-overflow-scrolling: touch;
    }

    .filter-link::-webkit-scrollbar {
        display: none;
    }

    .filter-link .link {
        font-size: 14px !important;
        line-height: 28px;
        white-space: nowrap;
        flex-shrink: 0;
    }

    .vacancy-block {
        height: 420px;
    }

    .vacancy-scrollbar {
        height: 320px;
    }

    .vacancy-block h3 {
        font-size: 17px !important;
    }

    .vacancy-block .items-bottom .description {
        font-size: 14px;
    }

    .vacancy-block .items-bottom .button {
        width: 100%;
        justify-content: center;
    }

    .vacancy-block .items:hover {
        transform: none;
        padding: 12px 14px;
    }

    .site-form-right {
        margin-top: 32px;
        padding: 0;
    }

    .site-form-right h3 {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .vacancy-top {
        margin-top: 84px;
        margin-bottom: 40px;
    }

    .vacancy-top h2 {
        font-size: 24px;
    }

    .vacancy-top-filter .top {
        gap: 8px 14px;
    }

    .vacancy-top-filter .top label {
        font-size: 13px !important;
        padding-left: 30px !important;
    }

    .filter-link {
        gap: 12px !important;
        padding-top: 12px;
        margin-top: 12px;
    }

    .filter-link .link {
        font-size: 13px !important;
        line-height: 26px;
    }

    .vacancy-block {
        height: 360px;
    }

    .vacancy-scrollbar {
        height: 280px;
    }

    .vacancy-block h3 {
        font-size: 15px !important;
    }

    .vacancy-block .number {
        font-size: 12px !important;
    }

    .vacancy-block .items-bottom .description {
        font-size: 13px;
    }

    .site-form-right h3 {
        font-size: 19px;
    }

    .site-form-right .text {
        font-size: 13px;
    }
}