.vacancy .trainer-more:before{
    display: none;
}
.vacancy .main-advantages{
    position: relative;
}

.vacancy .ourSpace{
    position: relative;
    padding: 147px 0 134px;
}

.vacancy .ourSpace:before{
    content: "";
    position: absolute;
    top: 0px;
    z-index: -1;
    width: 100%;
    height: 443px;
    background: linear-gradient(0deg, var(--lite-gray) 0%, var(--lite-green) 100%);
}

.vacancy .main-advantages::after {
    content: "";
    position: absolute;
    bottom: 0px;
    z-index: -1;
    width: 100%;
    height: 443px;
    background: linear-gradient(0deg, var(--lite-green) 0%, var(--lite-gray) 50%);
}

.vacancy-hero .hero-birds__bird-1{
    top: 70%;
    left: -120px;
    z-index: -1;
    bottom: unset;
}
.vacancy-hero .hero-birds__bird-2{
    right: 40%;
    top: 65%;
}

@media (max-width: 1023px){

    .vacancy-hero__bird-3{
        display: none;
    }

    .vacancy-hero .hero-birds__bird-2{
        right: 17%;
        top: 83%;
        width: 50%;
    }

    .vacancy-hero__video {
        max-height: 322px;
    }

    .vacancy .ourSpace{
        padding: 120px 0 126px;
    }
}

@media (max-width: 767px){

    .vacancy-hero .hero-birds__bird-1{
        top: 82%;
        left: -60px;
    }
}