.new_document_link{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 108%;
    color: #22C9B1;
    margin-bottom: 30px;
    text-decoration: none;
}
.advantages .section_title {
    margin-bottom: 46px;
}
.new_document_link::before{
    content: '';
    width: 60px;
    height: 60px;
    background: url(../img/dox.svg)center no-repeat;
    margin-right: 22px;
    flex-shrink: 0;
}
.advantages_text{
    margin-bottom: 33px;
}
.download_new{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 12px 32px;
    background: #22C9B1;
    border-radius: 60px;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 108%;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    text-decoration: none;
    position: absolute;
    bottom: 102px;
    right: 5%;
}
.main_screen{
    position: relative;
}
.download_new::before{
    content: '';
    width: 36px;
    height: 36px;
    background: url(../img/docx.svg)center no-repeat;
    margin-right: 13px;
    flex-shrink: 0;
}
.vacancy_item{
    width: 100%;
    height: 263px;
    background: #FFF;
    box-shadow: 0px 4.760000228881836px 63.029998779296875px 0px rgba(0, 0, 0, 0.07); 
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    padding: 17px 40px 30px 40px;
    overflow: hidden;
}
.vacancy_item + .vacancy_item{
    margin-top: 30px;
}
.vacancy_tags{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}
.vacancy_tags span{
    color: #21A038;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 108%;
    letter-spacing: 0.28px;
}
.vacancy_shield{
    padding: 10px;
    position: absolute;
    min-width: 200px;
    right: 0;
    top: 0;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #E6BA59;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 108%;
    letter-spacing: 0.28px;
    box-shadow: 0px 4.760000228881836px 63.029998779296875px 0px rgba(0, 0, 0, 0.07);    
}
.vacancy_shield::before{
    content: '';
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    background: url(../img/bolt.svg)center no-repeat;
    background-size: contain;
}
.vacancy_shield.learn::before{
    background: url(../img/learn.svg)center no-repeat;
    background-size: contain;
}
.vacancy_content{
    width: 100%;
}
.vacancy_title{
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 108%;
    letter-spacing: 0.48px;
    color: #3B3B3B;
    margin-bottom: 22px;
    display: block;
    text-decoration: none;
}
.vacancy_txt{
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 108%;
    letter-spacing: 0.48px;
    color: #3B3B3B;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px;
}
.vacancy_bottom{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 23px;
}
.vacancy_city{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 14px;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 108%;
    letter-spacing: 0.28px;
    color: #3B3B3B;
}
.vacancy_city::before{
    content: '';
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    background: url(../img/city.svg)center no-repeat;
    background-size: contain;
}
.header_nav{
    gap: 40px;
}
.socials{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.social{
    display: flex;
    width: 30px;
    height: 30px;
}
.social:nth-child(2){
    width: 33px;
    height: 33px;
}
.social img{
    width: 100%;
    height: 100%;
}
.footer{
    background: url(../img/footer.png)center no-repeat;
    background-size: cover;
}
.footer_form .inputs_group{
    flex-wrap: wrap;
    row-gap: 20px;
    margin-bottom: 15px;
}
.form_description{
    margin-bottom: 15px;
    text-align: end;
    color: white;
}
.form_label{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 168px ;
    height: 40px;
    position: relative;
    background-color: rgba(217, 217, 217, 0.3);
    border-radius: 118.32px;
    font-size: 16px;
    cursor: pointer;
}
.form_label input{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.upload_file_button {
    display: none;
}

.upload_label_text {
    font-size: 13px;
    line-height: 40px;
}

@media screen and (max-width: 1250px){
    .download_new{
        right: auto;
        left: 50%;
        transform: translate(-50%);
    }
    .vacancy_item{
        height: auto;
        padding: 5%;
    }
    .vacancy_content{
        margin-top: 25px;
    }
    .vacancy_txt{
        display: block;
        height: auto;
    }
    .vacancy_bottom{
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 10px;
    }
    .vacancy_bottom .section_link{
        width: 100%;
    }
    .vacancy_tags{
       overflow: auto;
       width: 100%;
       margin-top: 50px;
    }
    .vacancy_tags span{
        flex-shrink: 0;
    }
}
@media screen and (max-width: 600px){
    .footer_top{
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        gap: 20px;
    }
    .form_label{
        width: 100%;
    }
    .footer_col:nth-child(2) .footer_link{
        text-align: center;
    }
    .form_description{
        text-align: center;
    }
    .footer_col:nth-child(3) .footer_link{
        text-align: center;
    }
    .footer_col .mail_group a{
        text-align: center;
    }
    .footer_col .mail_group{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
    .socials{
        justify-content: center;
    }
    .footer_col:nth-child(1){
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
    }
}