body {
    background: #FFFFFF;
}

html.no-scroll {
    overflow: hidden;
}

[x-cloak] {
    display: none !important;
}

.content {
    margin-top: 104px;
    margin-bottom: 0;
}

.footer-info span {
    color: #16172C;
}

.team-sl {
    height: 500px;
}

.footer-social span {
    color: #16172C;
}

.footer-info-links a {
    color: #16172C;
}


.header {
    background: #16172C;
    transition: all 0.4s ease-in-out;
}

.teaching-banner-bg {
    filter: blur(16px);
}

.header-menu a.disable {
    color: #FFFFFF80;
}

.vacancies__wrapper {
    padding: 64px 0 128px 0;
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.vacancies__wrapper h1 {
    font-family: Fixel Display;
    font-weight: 700;
    font-style: Bold;
    font-size: 44px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: left;
    color: #16172C;
}

.vacancies__content {
    display: block;
    column-count: 2;
    column-gap: 16px;
}

.vacancies__content-item {
    width: 100%;
    background: #E6EEFD;
    padding: 32px;
    border-radius: 16px;
    height: 100%;
    margin-bottom: 16px;
    gap: 32px;
    display: flex;
    box-sizing: border-box;
    flex-direction: column;
    break-inside: avoid;
}

.vacancies__content-item .title {
    font-family: Fixel Display;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    color: #16172C;

}

.vacancies__content-item .desc-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 242px;

}

.vacancies__content-item .desc-section .desc-title {
    font-family: Avenir Next;
    font-weight: 600;
    font-style: Demi Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #16172C;
}

.vacancies__content-item .desc-section .desc-text {
    font-family: Avenir Next;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #16172C;

}

.vacancies__content-item .long-desc {
    display: flex;
    flex-direction: column;
}

.vacancies__content-item .long-desc {
    display: flex;
    flex-direction: column;
}

.vacancies__content-item .long-desc .section {
    display: flex;
    flex-direction: column;
    padding: 32px 0;
    gap: 16px;
    border-top: 2px solid #FFFFFF;
    font-family: Avenir Next;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #16172C;
}

.vacancies__content-item .long-desc .section h3 {
    font-family: Avenir Next;
    font-weight: 600;
    font-style: Demi Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #16172C;
}

.vacancies__content-item .long-desc .section ul {
    list-style: disc;
    padding-left: 20px;
}

.vacancies__content-item .long-desc .section ul li {
    font-family: Avenir Next;
    font-weight: 500;
    font-style: Medium;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 140%;
    letter-spacing: 0%;
    color: #16172C;
}

.toggle-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toggle-btn .btn {
    cursor: pointer;
    display: flex;
    gap: 8px;
    align-items: center;
}

.toggle-btn .btn svg {
    transition: all 0.4s ease-in-out;
}

.toggle-btn .btn svg.rotated {
    transform: rotate(180deg);
}

.toggle-btn span {
    font-family: Avenir Next;
    font-weight: 600;
    font-style: Demi Bold;
    font-size: 18px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #0353F0;
}

.vacancies-help {
    font-family: Avenir Next;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: white;
    padding: 16px 24px;
    background: #0353F0;
    border-radius: 16px;
    cursor: pointer;
    border: 1px solid #0353F0;

    transition: all 0.4s ease-in-out;
}

.vacancies-help:hover {
    background: transparent;
    color: #0353F0;
}

.expanded {
    margin-top: 32px;
}

@media screen and (max-width:1024px) {
    .vacancies__wrapper {
        padding: 16px 0 32px 0;
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    .vacancies__wrapper h1 {
        font-size: 32px;
    }

    .vacancies__content {
        column-count: 1;
    }

    .vacancies__content-item {
        width: 100%;
        padding: 16px;
        gap: 16px;
    }

    .vacancies__content-item .title {
        font-size: 20px;

    }
    .vacancies__content-item .desc-section {
        height: auto;
    }

    .vacancies__content-item .desc-section .desc-title {
        font-size: 16px;
    }

    .vacancies__content-item .desc-section .desc-text {
        font-size: 16px;
    }


    .vacancies__content-item .long-desc .section {
        padding: 16px 0;
        font-size: 16px;
        
    }

    .vacancies__content-item .long-desc .section h3 {
        font-size: 16px;
    }

    .vacancies__content-item .long-desc .section ul {
        list-style: disc;
        padding-left: 20px;
    }

    .vacancies__content-item .long-desc .section ul li {
        font-size: 16px;
    }

    .toggle-btn {
        display: flex;
        align-items: flex-start;
        gap: 16px;
        flex-direction: column;
    }

    .toggle-btn .btn {
        cursor: pointer;
        display: flex;
        gap: 8px;
        align-items: center;
    }

    .toggle-btn .btn svg {
        transition: all 0.4s ease-in-out;
    }

    .toggle-btn .btn svg.rotated {
        transform: rotate(180deg);
    }

    .toggle-btn span {
        font-size: 16px;
    }

    .expanded {
        margin-top: 16px;
    }
}
