.b-two-columns-page__right-column {
    display: none;
}

.b-vacancies__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}

.b-vacancies__description {
    max-width: 558px;
    font-size: 16px;
    line-height: 24px;
}

.b-vacancies__hh {
    border: 1px solid #CCCCCC;
    padding: 24px;
    border-radius: 8px;
    max-width: 410px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.b-vacancies__hh span>svg {
    margin-bottom: 16px;
}

.b-vacancies__hh span:nth-child(1) {
    margin-right: 16px;
}

.b-vacancies__hh span a {
    display: flex;
    align-items: center;
    padding: 10px 22px 10px 22px;
    border-radius: 6px;
    white-space: nowrap;
    color: var(--white);
    background: #235A9D;
    font-size: 14px;
    line-height: 18px;
}

.b-vacancies__hh span:nth-child(2) {
    text-align: right;
}

.b-vacancies__hh span:nth-child(2) p {
    font-size: 16px;
    line-height: 24px;
    color: var(--lucky-gray);
    margin-bottom: 21px;
}

.b-vacancies__hh span:nth-child(1) p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: var(--black);
}

.b-vacancies__hh span a:hover {
    background: #154A89;
}

.b-vacancies__hh span a svg {
    margin-left: 8px;
}

.b-vacancies__banner {
    background: linear-gradient(268.9deg, #10AFE1 0%, #165FCC 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 8px;
    padding: 48px;
    margin-bottom: 48px;
}

.b-vacancies-banner__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: var(--white);
    max-width: 440px;
}

.b-vacancies-banner__list {
    display: flex;
    align-items: center;
}

.b-vacancies-banner__list span {
    margin-left: 48px;
    color: var(--white);
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.01em;
}

.b-vacancies-banner__list span svg {
    margin-right: 16px;
}

.b-vacancies-banner__list span:first-child {
    margin-left: 0;
}

.b-vacancies__title {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: -0.04em;
    max-width: 370px;
    margin-bottom: 24px;
}

.b-vacancies__item {
    padding: 24px;
    background-color: var(--light-gray);
    border-radius: 8px;
    border: 0;
    margin-bottom: 16px;
}

.b-vacancies__item-bottom {
    margin-top: 24px;
}

.b-vacancies__respond {
    display: inline-block;
    align-items: center;
    padding: 12px 22px;
    border-radius: 6px;
    white-space: nowrap;
    color: var(--white);
    background: #235A9D;
    font-size: 14px;
    line-height: 18px;
    cursor: pointer;
}

.b-vacancies__respond:hover {
    background: #154A89;
}

.b-vacancies__item-half {
    display: flex;
    justify-content: space-between;
}

.b-vacancies__item-title a {
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: -0.01em;
    color: var(--black);
}

.b-vacancies__item-title {
    margin-bottom: 16px;
}

.b-vacancies__job {
    border-radius: 6px;
    border: 1px solid #CCCCCC;
    color: var(--lucky-gray);
    padding: 4px 8px;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    margin-bottom: 24px;
}

.b-vacancies__item-right {
    margin-left: 48px;
}

.b-vacancies__price {
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    white-space: nowrap;
}

.b-vacancies__demand-title,
.b-vacancies__address-title,
.b-vacancies__demand,
.b-vacancies__address {
    font-size: 16px;
    line-height: 24px;
}

.b-vacancies__demand ul {
    margin-left: 9px;
}

.b-vacancies__demand ul li {
    list-style: none;
    display: flex;
    align-items: start;
    gap: 8px;
}

.b-vacancies__demand ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: var(--black);
    border-radius: 50%;
    margin-top: 9px;
    display: block;
}

.b-vacancies__demand-title,
.b-vacancies__address-title {
    margin-bottom: 8px;
    color: var(--lucky-gray);
}

.b-vacancies__demand {
    margin-bottom: 16px;
}

.b-two-columns-page--news-page.b-news-list {
    margin-bottom: 0;
}

.contest-items-block > h3 {
    margin-top: 32px;
}

.contest-items-block .contest-banner {
    display: flex;
    gap: 24px;
    border-radius: 8px;
    border: 1px solid #F0F0F0;
    align-items: center;
    margin-bottom: 16px;
    padding: 24px;
}

.contest-items-block .contest-banner .contest-banner__img {
    max-width: 320px;
    min-width: 320px;
}

.contest-items-block .contest-banner .contest-banner__img img {
    width: 100%;
}

.contest-items-block .contest-banner a,
.contest-items-block .contest-description a {
    color: #235A9D;
}

.contest-items-block .contest-description {
    display: block;
    margin-bottom: 24px;
}

.contest-items-block .contest-items {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
}

.contest-items-block .contest-items .contest-item {
    background-color: #F0F0F0;
    padding: 24px;
    border-radius: 8px;
}

.contest-items-block .contest-items .contest-item .contest-item__name {
    color: #235A9D;
}

.contest-items-block .contest-items .contest-item .b-vacancies__demand-title {
    margin-top: 24px;
}

.contest-items-block .contest-items .contest-item .b-vacancies__demand {
    margin: 0;
}

@media (max-width:1020px) {
    .b-vacancies__top {
        flex-wrap: wrap;
        margin-bottom: 24px;
    }

    .b-vacancies__description {
        margin-bottom: 24px;
        max-width: 100%;
    }

    .b-vacancies__hh {
        flex-direction: column;
    }

    .b-vacancies__hh span a {
        justify-content: center;
    }

    .b-vacancies__hh span:nth-child(2) p {
        text-align: center;
        margin-bottom: 24px;
    }

    .b-vacancies__hh span:nth-child(2) p br {
        display: none;
    }

    .b-vacancies__hh span:nth-child(1) {
        margin-right: 0;
        margin-bottom: 10px;
        display: flex;
    }

    .b-vacancies__hh span:nth-child(1) svg {
        margin-right: 16px;
    }

    .b-vacancies__banner {
        padding: 24px;
        border-radius: 8px;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 24px;
    }

    .b-vacancies-banner__title {
        margin-bottom: 24px;
        font-size: 18px;
        line-height: 22px;
        max-width: 100%;
    }

    .b-vacancies__title {
        font-size: 22px;
        line-height: 26px;
    }

    .b-vacancies__item-title a {
        font-size: 18px;
        line-height: 22px;
    }

    .contest-items-block .contest-banner {
        flex-direction: column;
    }

    .contest-items-block .contest-banner .contest-banner__img {
        max-width: 100%;
        min-width: 100%;
    }
}

@media (max-width:680px) {
    .b-vacancies-banner__list {
        flex-direction: column;
        align-items: flex-start;
    }

    .b-vacancies-banner__list span:not(:last-child) {
        margin-bottom: 24px;
    }

    .b-vacancies-banner__list span {
        margin-left: 0;
    }

    .b-vacancies__item-half {
        flex-direction: column-reverse;
    }

    .b-vacancies__item-right {
        margin-left: 0;
        margin-bottom: 24px;
    }
}

@media (max-width:540px) {
    .b-vacancies__respond {
        width: 100%;
        text-align: center;
    }
}