.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;
}

.ol-text-custom{
	padding: 20px 20px 20px 40px;
	font-size: 20px;
	font-family: var(--t-text-font, Arial);
	color: #000;
	border: 2px solid #fe6000;
	border-radius: 10px;
	font-weight: 600;
}
.bold-text{
	margin-bottom: 2px;
}
.ol-text-custom div:not(.bold-text){
	margin-bottom: 5px;
	font-weight: 400;
}

@media(max-width: 960px){
	.ol-text-custom{
		font-size: 18px;
	}
}
@media(max-width: 640px){
	.ol-text-custom{
		padding: 10px 10px 10px 30px;
		font-size: 16px;
	}
}
@media(max-width: 480px){
	.ol-text-custom{
		padding: 10px 10px 10px 25px;
		font-size: 14px;
	}
}