
.vacancy-top {
    background: #fcfcfc;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-top: 40px;
}

@media (max-width: 680px) {
    .vacancy-top {
        padding-top: 20px;
        padding-bottom: 40px;
        margin-top: 13px;
    }
}

.vacancy-top__items {
    display: flex;
    flex-wrap: wrap;
    gap: 20px
}


@media (max-width: 680px) {
    .vacancy-top__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }
}

.vacancy-top__item {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(33.333% - 15px);
    border: 1px dashed #c3c3c3;
    background: #fff;
    padding: 20px
}

@media (max-width: 680px) {
    .vacancy-top__item {
        width: 100%
    }
}

.vacancy-top__txt {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.vacancy-top__txt p{
    margin-bottom: 10px;
}

.vacancy-top__txt h1,
.vacancy-top__txt h2,
.vacancy-top__txt h3,
.vacancy-top__txt h4,
.vacancy-top__txt h5,
.vacancy-top__txt h6{
    margin-bottom: 10px;
}

.vacancy-top__name {
    color: #353535;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 15px;
}

@media (max-width: 680px) {
    .vacancy-top__name {
        font-size: 16px;
        line-height: 140%
    }
}

.vacancy-top__txt ul li {
    position: relative;
}

.vacancy-top__txt ul li {
    position: relative;
    padding-left: 15px;
}

.vacancy-top__txt ul li:not(:last-child) {
    margin-bottom: 5px;
}

.vacancy-top__txt ul li:before {
    position: absolute;
    content: '';
    top: 6px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #0014b8;
}

.vacancy-top__link {
    margin-top: auto;
    padding-top: 10px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #0084ff;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    text-decoration-line: underline
}

.vacancy-top__link svg{
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

@media (max-width: 680px) {
    .vacancy-top__link {
        font-size: 14px;
        line-height: 150%
    }
}

label.dropzone {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 200px;
    border: 2px dashed #ccc;
    text-align: center;
    padding: 20px;
    font-size: 18px;
    cursor: pointer;
}

.dropzone.dragover {
    border-color: #007bff;
}

.dropzone .txt.file-name.site-btn {
    margin-top: 5px;
}


#file-add {
    display: block;
}

#selected-files {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

@media (max-width: 680px) {
    #selected-files {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.file-item {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    width: calc(25% - 23px);
    border: 1px solid #cecece;
}

@media (max-width: 680px) {
    .file-item {
        width: calc(50% - 15px);
    }
}

.file-item .item-img {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
    margin: auto;
}
@media (max-width: 680px) {
    .file-item .item-img {
        width: 50px;
        height: 50px;
    }
}

.file-item .item-name {
    padding-top: 10px;
    min-height: 42px;
    margin-top: auto;
    word-break: break-all;
    text-align: center;
}

.file-item .delete-item {
    position: absolute;
    top: -9px;
    right: -9px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #f54848;
    font-size: 11px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border: none;
    cursor: pointer;
}


.site-fileinput__placeholder {
    display: flex;
    flex-direction: column;
}

#fileInputWrapper input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.vacancy-contact input,
.vacancy-contact textarea{
    border-radius: 0;
}

@media (max-width: 680px) {
    .vacancy-contact .section-contact__form-item:nth-child(6){
        margin-bottom: 16px;
    }
}
