.container {
    margin: 0 auto;
    max-width: 1455px;
    padding: 0 20px;
}

.careers-head {
    padding: 110px 0px 160px;
    background: #1b0fc9 url('./images/hero.png') no-repeat center;
}

.careers-head__title {
    font-size: 65px;
    color: #FFFFFF;
    line-height: 1.15;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
}

.careers-benefits {
    padding: 120px 0px 115px;
    background: #F1F4FA;
}

.careers-benefits .container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 64px;
}

.careers-benefits__item {
    max-width: calc(50% - 32px);
    width: 100%;
}

.careers-benefits__name {
    color: #232323;
    margin-bottom: 5px;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.19;
    display: flex;
    align-items: center;
    gap: 20px;
}

.careers-benefits__name img {
    max-width: 48px;
    height: auto;
}

.careers-benefits__text {
    color: #575757;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.33;
}

.careers-about {
    position: relative;
    padding: 45px 0 120px;
}

.careers-about .container {
    display: flex;
    align-items: flex-start;
    gap: 161px;
}

.careers-about::before {
    content: '';
    background: #F1F4FA;
    height: 387px;
    width: calc(50% - 304px);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.careers-about__img {
    max-width: 554px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    margin-top: 58px;
    position: relative;
    z-index: 2;
}

.careers-about__img img {
    max-width: 100%;
    height: auto;
}

.careers-about__inner {
    max-width: 695px;
    position: relative;
    z-index: 2;
}

.careers-about__title {
    margin-bottom: 28px;
    color: #232323;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.19;  
}

.careers-about__text {
    color: #575757;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.33;
}

.careers-about__text b {
    font-weight: 800;    
}

.careers-vacancies {
    padding-bottom: 60px;
}

.careers-vacancies:last-child {
    padding-bottom: 120px;
}

.careers-vacancies__title {
    color: #232323;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 1.19;
    margin-bottom: 30px;
}

.careers-vacancies__tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.careers-vacancies__tab {
    cursor: pointer;
    transition: .1s linear;
    background: #FFFFFF;
    box-shadow: 0px 4px 20px 0px rgba(5, 0, 129, 0.07);
    color: #1C212D;
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
    padding: 28px;
    min-height: 88px;
    max-width: calc(33% - 20px);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.careers-vacancies__tab.is-active {
    background: #000B7C;
    color: #FFFFFF;
}

.careers-vacancies__tab:hover {
    background: #0F00E2;
    color: #FFFFFF;
}

.careers-vacancies__content {
    display: none;
    margin-top: 60px;
}

.careers-vacancies__content.is-active {
    display: block;    
}

.careers-vacancies__content_mob {
    display: none;
}

.careers-vacancies__article {
    color: #575757;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 30px; 
    line-height: 1.3; 
}

.careers-vacancies__article > ol,
.careers-vacancies__article > ul,
.careers-vacancies__article > p {
    margin-bottom: 30px;
}

.careers-vacancies__article > ol,
.careers-vacancies__article > ul {
    list-style-position: inside;
    padding: 0;
}

.careers-vacancies__article > b {
    margin-bottom: 10px;
}

.careers-vacancies__article > h2,
.careers-vacancies__article > h3 {
    margin-bottom: 20px;
}

.careers-vacancies__article li:not(:last-child) {
    margin-bottom: 5px;
}

.careers-vacancies__article a {
    color: #050081;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
}

.careers-vacancies__article a:hover {
    color: #0F00E2;
}

.careers-vacancies__contacts {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.careers-vacancies__title_sm {
    margin-bottom: 6px;
    color: #232323;
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 800;
}

.careers-vacancies__info {
    font-family: 'Inter', sans-serif;
    color: #232323;
    font-size: 20px;
    line-height: 1.3;
}

.careers-vacancies__contact {
    color: #050081;
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 1.3;
    transition: .1s linear;
    text-decoration: none;
}

.careers-vacancies__contact:hover {
    color: #0F00E2;
}

@media screen and (max-width: 1280px) {
    .careers-about .container {
        gap: 64px;
    }
}

@media screen and (max-width: 992px) {
    .careers-benefits {
        padding: 80px 0;
    }

    .careers-benefits .container {
        flex-direction: column;
    }

    .careers-benefits__item {
        max-width: 100%;
    }

    .careers-about .container {
        flex-direction: column;
    }

    .careers-about {
        padding: 20px 0px 80px;
    }

    .careers-about::before {
        width: 70%;
    }    

    .careers-about__inner {
        max-width: 100%;
    }
    
    .careers-about__img {
        margin-top: 0;
    }

    .careers-vacancies:last-child {
        padding-bottom: 80px;
    }

    .careers-vacancies__tab {
        max-width: calc(50% - 15px);
    }
}

@media screen and (max-width: 576px) {
    .careers-vacancies__content.is-active {
        display: none;    
    }
    
    .careers-vacancies__content_mob.is-active {
        display: block;
    }

    .careers-vacancies__content {
        margin-top: 40px;
    }

    .careers-vacancies__tab {
        max-width: calc(100% + 40px);
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
    }

    .careers-head {
        padding: 80px 0;
    }

    .careers-head__title {
        font-size: 32px;
    }
}