.t451__container__bg {
    border-radius: 0px 0px 10px 10px;
}

.footer-contacts-adress{
    color: #fff;
    font-family: Involve, Arial;
}

.policy-wrap{
    line-height: 1.5;
}

.policy-wrap p:first-child{
    font-weight: 600;
}

.policy-wrap div{
    margin-bottom: 15px;
}

.policy-wrap p{
    font-family: var(--t-text-font,Arial);
    color: #1e1e1e;
    margin-bottom: 10px;
}

.footer-contacts{
    display: flex;
    justify-content: space-between;
}

.payment-page{
    font-family: Involve, Arial;
    line-height: 1.5;
}

.h2-custom{
    font-weight: 600;
    font-size: 22px;
    margin: 10px 0
}

.vacancy-single{
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 20px;
    padding: 20px 20px;
    font-family: Involve, Arial;
}

.vacancy-name{
    color: #fe6000;
    font-weight: 600;
    font-size: 24px;
}

.vacancy-salary{
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 5px;
}

.vacancy-tags{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.vacancy-tags > div{
    border: 2px solid #fe6000;
    padding: 2px 10px;
    border-radius: 20px;
}

.vacancy-h2{
    font-weight: 600;
}