.adv-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px 16px;
    margin-top: 24px;
}
.adv-list_element {
    min-height: 293px;
    padding: 20px;
    gap: 16px;
    border-radius: 5px;
    background: rgba(248, 248, 248, 1);
    display: flex;
    flex-direction: column;
    transition: var(--transition);
}
.adv-list_element-img {
    height: 165px;
    border-radius: 5px;
    position: relative;
}
.adv-list_element-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.subtitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    color: rgba(89, 102, 125, 1);
}
.adv-list_element-img text {font-weight: 700;font-size: 80px;}
.adv-list_element-img svg {
    position: absolute;
    right: 0;
    bottom: 0;
}
.adv-list_element-img span {
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 80px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: right;
    color: rgba(255, 255, 255, 0.4); /* полупрозрачная заливка */
    -webkit-text-stroke: 1.5px rgba(255, 255, 255, 1); /* белый контур */

    /* Чтобы на всех платформах выглядело чётко */
    paint-order: stroke fill;
    -webkit-font-smoothing: antialiased;
    padding-right: 24px;
}
.vacancies__filters {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 24px;
}
.vacancies__filter-btn {
    background: rgba(248, 248, 248, 1);
    border: none;
    cursor: pointer;
    border-radius: 5px;

    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: rgba(99, 112, 136, 1);
    padding: 12px 24px;
    transition: none;
}
.vacancies__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.vacancies__item {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    flex-direction: column;
    gap: 16px;
}
.vacancies__item-main {
    flex: 1 1 50%;
}
.vacancies__item-meta {
    display: flex;
    gap: 40px;
    text-align: right;
    align-items: baseline;
}
.vacancies__group-1 {
    width: 40%;
    flex-shrink: 1;
}
.vacancies__item-description {
    text-align: left;
    font-size: 14px;
    line-height: 20px;
}
.vacancies__item-schedule {
    text-align: left;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.vacancies__group {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    align-items: flex-start;
}
.vacancies__group-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color:rgba(16, 24, 40, 1)
}
.vacancies__group-2 {
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 4px;
    flex-shrink: 0;
}
.vacancies__group-3 {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    flex-grow: 1;
    flex-shrink: 0;
}
.vacancies__item-link{
    flex-shrink: 0;
}
.vacancies__item-link .vacancies__button {
    display: inline-block;
    background: #2e64e3;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: white;
    padding: 14px 24px;
    background: rgba(45, 119, 244, 1);
}
.vacancies-page .c-wysiwyg-section p:first-child {
    margin-top: 0;
}
.vacancies-page .c-wysiwyg-section p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.vacancies-video iframe {
    border-radius: var(--border-radius-default);
}
.vacancies-video {
    margin-top: 24px;
}
.adv-list_element:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 103, 176, 1);
    transform: scale(1.02);
    color: inherit;
    background: white;
}
.adv-list_element {
    justify-content: space-between;
}
.vacancies__container {
    margin-top: 24px;
}
.vacancies__filter-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: rgba(99, 112, 136, 1);
    padding: 12px 24px;
    transition: none;
}
.vacancies__filters {
    gap: 12px;
}
.vacancies__filter-btn.is-active {
    background: rgba(41, 113, 246, 1);
    color: rgba(255, 255, 255, 1);
}
.vacancies__filter-btn:hover {
    background: rgba(41, 113, 246, 1);
    color: white;
}
.vacancies__item {
    padding: 24px;
    background: var(--background, rgba(248, 248, 248, 1));
    border: none;
}
.vacancies__item-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color:rgba(16, 24, 40, 1);
}
@media (max-width:1200px){
    .vacancies-video iframe{
        height:448px;
    }
}
@media (max-width:960px){
    .adv-list{
        grid-template-columns: repeat(2, 1fr);
    }
}
@media (max-width:850px){
    .vacancies__item-meta {
        flex-direction: column;
        gap:8px;
    }
    .vacancies__group-1{
        width:100%;
    }
    .vacancies__group-2{
        width:100%;
    }
    .vacancies__group-3{
        width:100%;
    }
    .vacancies__item{
        gap:8px;
    }
    .vacancies__item-link .vacancies__button{
        padding: 14px 12px;
    }
    .vacancies__item{
        padding:20px;
    }
}
@media (max-width:650px){
    .vacancies-page .c-wysiwyg-section p {
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0px;

    }
    .vacancies-video {
        margin-top: 20px;
    }
    .vacancies-video iframe{
        height:200px;
    }
    .adv-list{
        grid-template-columns: 1fr;
    }
    .adv-list_element-text{
        font-size: 14px;
        line-height: 20px;
    }
    .adv-list_element{
        min-height: auto;
    }
    .vacancies__item-meta{
        gap:12px;
    }
}

.vacancyForm {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    row-gap: 16px;
    column-gap: 22px;
}

@media screen and (max-width: 768px) {
    .vacancyForm {
        display: flex;
        flex-direction: column;
        row-gap: 12px;
    }
}

.vacancyForm__name {
    grid-column: 1 / 7;
}

@media screen and (max-width: 1024px) {
    .vacancyForm__name {
        grid-column: 1 / 7;
    }
}

.vacancyForm__email {
    grid-row: 3 / 3;
    grid-column: 1 / 7;
}

@media screen and (max-width: 1024px) {
    .vacancyForm__email {
        grid-column: 1 / 7;
    }
}

.vacancyForm__phone {
    grid-row: 2 / 3;
    grid-column: 1 / 7;
}

@media screen and (max-width: 1024px) {
    .vacancyForm__phone {
        grid-column: 1 / 7;
    }
}

.vacancyForm__company {
    grid-row: 2 / 3;
    grid-column-start: 3;
    grid-column: 4 / 7;
}

@media screen and (max-width: 1024px) {
    .vacancyForm__company {
        grid-column: 7 / 13;
    }
}

.vacancyForm__comment {
    grid-row: 1 / 4;
    grid-column: 7 / -1;
}

@media screen and (max-width: 1024px) {
    .vacancyForm__comment {
        grid-row: 1 / 4;
        grid-column: 7 / -1;
    }

    .vacancyForm__comment textarea {
        min-height: 140px;
    }
}

.vacancyForm__policy {
    grid-row: 4 / 4;
    grid-column: 1/ -1;
}

@media screen and (max-width: 1024px) {
    .vacancyForm__policy {
        grid-row: 4 / 5;
    }
}

.vacancyForm__controls {
    grid-row: 5 / 5;
    grid-column: 1 / -1;
    margin-top: 8px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
    .vacancyForm__controls {
        grid-row: 5 / 6;
    }
}

@media screen and (max-width: 768px) {
    .vacancyForm__controls {
        flex-direction: column;
    }
}

.vacancies__form {
    margin-top: 32px;
}
.vacancies__form .formEls__input{
    background-color:rgba(246, 248, 251, 1);
}
.vacancies__form .c-file-uploader-with-file{
    border-radius: 5px;
}

.vacancies__form .c-file-uploader-wrapper {
    gap: 8px;
    display: flex;
    flex-direction: column;
}
.vacancies__form .c-file-uploader {
    display: none;
}
.vacancies__form .formEls__input {
    outline:none;
}
.vacancies__form .c-file-uploader-mobile__label:hover{
    background-color: rgba(248, 248, 248, 1);
    color: rgba(45, 119, 244, 1) ;
}
.vacancies__form .c-file-uploader-mobile__label{
    height: 48px;
    min-width: 214px;
    padding: 14px 0;
}
.c-file-uploader-mobile__label {
    padding: 14px 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: rgba(89, 102, 125, 1);
    border-radius: 5px;
    border: 1px solid rgba(45, 119, 244, 1);
    gap: 10px;
}

#contact-manager-form-submit-button {
    height: 48px;
    width: 286px;
}
@media (max-width:1200px ) {

    #contact-manager-form-submit-button {
        width: 238px;
    }
}
@media (max-width:768px ) {
    #contact-manager-form-submit-button{
        width:100%;
    }
}
@media (max-width: 650px) {
    .info-page section {
        padding-top: 60px;
    }
}