.accreditation-item {
    width: 411px;
    height: 520px;
    background-color: #FBFBFB;
    border-radius: 15px;
    padding: 20px;
    position: relative;
    cursor: pointer;
    margin-top: 60px;
    box-shadow: 0px 11px 18px 0px #347BB340;
    transition: .3s all ease-in-out;
}

.accreditation-item:hover {
    transform: scale(1.1);
}

.accreditation-item .accreditation-item-img {
    /*width: 313px;*/
    height: 100%;
    display: flex;
    align-items: center;
}

.accreditation-item .accreditation-item-img img {
    width: 100%;
}

.accreditation-item .accreditation-item-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, transparent 50%, var(--button-and-icon-bg-color) 50%, var(--button-and-icon-bg-color));
    background-size: 100% 200%;
    transition: background 2s;
    opacity: 0.7;
    border-radius: 15px;
    /* display: none; */
}

.accreditation-item .accreditation-item-link-eye {
    width: 140px;
    height: 60px;
    border-radius: 8px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 2s ease-in-out;
    background-color: var(--button-and-icon-bg-color);
}

.accreditation-item-link-eye span {
    margin-right: 10px;
    color: var(--white-color);
    font-size: 29px;
    font-weight: 600;

}

.accreditation-item:hover .accreditation-item-link {
    background-position: 100% 100%;
}

.accreditation-item:hover .accreditation-item-link-eye {
    opacity: 1;
}


/* tradition */

.tradition-item {
    text-align: center;
    margin-bottom: 80px;
}

.tradition-item img {
    height: 62px;
}

.tradition-item h4 {
    font-size: 26px;
    font-weight: 700;
    margin: 20px 0;
}

.tradition-item p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #134270;
}

.tradition-number {
    background-color: #2976C117;
    height: 200px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tradition-number-item {
    text-align: center;
    color: #134270;

}

.tradition-number-item span {
    font-family: Poppins;
    font-size: 65px;
    font-weight: 600;

}

.tradition-number-item p {
    font-size: 16px;
    font-weight: 400;
}

/* Vacantion */
.vacantion-item-price-mobile {
    display: none;
}

.vacantion-item {
    padding: 25px;
    background-color: var(--white-color);
    display: flex;
    border-radius: 16px;
    margin-bottom: 30px;
    box-shadow: var(--box-shadow);
}

.vacantion-item .vacantion-item-icon {
    width: 26px;
    height: 26px;
    margin-right: 25px;
}

.vacantion-item .vacantion-item-price {
    font-size: 16px;
    font-weight: 700;
    color: var(--orange-color);
}

.vacantion-item-info-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vacantion-item-info-buttons .read-more {
    width: 183px;
    height: 55px;
}

.vacantion-item-info-buttons .send-cv {
    background: #134270 !important;
    color: #fff;
    font-weight: 600;
}

.vacantion-item-info-buttons .send-cv:hover {
    background: #134270 !important;
    color: #fff !important;
    font-weight: 600;
}

.vacantion-item-info-buttons .more-vacancy {
    color: #134270;
    font-weight: 600;
}

.send-cv1 {
    background: #134270 !important;
    color: #fff !important;
    font-weight: 600;
}

.send-cv1:hover {
    background: #134270 !important;
    color: #fff !important;
    font-weight: 600;
}

.more-vacancy1 {
    color: #134270;
    font-weight: 600;
}


.vacantion-item-info-title {
    margin-bottom: 25px;
}

.vacantion-item-info-title h5 {
    font-family: Mulish;
    font-size: 18px;
    font-weight: 700;
    color: #172A14;
    margin-bottom: 6px;
}

.vacantion-item-info-title p {
    font-size: 12px;
    font-weight: 400;
    color: #788376;
}

.vacantion-item-info-body {
    margin-bottom: 30px;
}

.vacantion-item-info-body span {
    font-size: 12px;
    font-weight: 400;
    color: #788376;
}

.vacantion-item-info-body li {
    font-size: 14px;
    font-weight: 400;
    color: #172A14;

}

.single-vacantion-title {
    text-align: center;
}

.single-vacantion-title h4 {
    font-size: 34px;
    font-weight: 600;

}

.single-vacantion-title p {
    margin: 20px 0;
    font-size: 18px;
    font-weight: 400;
    color: #788376;
}

.single-vacantion-title span {
    font-size: 21px;
    font-weight: 700;
    color: var(--orange-color);
}

.single-vacantion-body {
    margin-top: 60px;
}

.single-vacantion-body-item {
    list-style: square;
    margin-bottom: 50px;
}

.single-vacantion-body-item span {
    font-size: 24px;
    font-weight: 600;
    color: var(--orange-color);
    margin-bottom: 25px;
}

.single-vacantion-body-item li {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    color: #001C5B;
}

.single-vacantion-body .read-more {
    width: 360px;
    height: 60px;
    margin: 0 auto;
    margin-top: 60px;
    background: linear-gradient(90deg, #e7eff6 50%, #347BB3 0) var(--_p, 100%)/200% no-repeat;
    color: var(--white-color);
}

.single-vacantion-body .read-more:hover {
    color: var(--button-and-icon-bg-color);

}

/* CV modal */
.modal-header {
    border: none;
}

#cv-modal .modal-title {
    font-size: 32px;
    font-weight: 600;
    color: #172A14;
}

#cv-modal label {
    margin: 0;
    padding: 10px;
    width: 100%;
    color: #001E38;
    cursor: pointer;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -ms-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
    font-size: 14px;
    border: 1px solid #54545480;
    font-weight: 400;

}

#cv-modal label:hover {
    background: #ADADAD;
}

#cv-modal [type=file] {
    display: none;
}

#cv-modal #info {
    display: none;
    margin: 5% auto;
    height: auto;
    overflow: hidden;
    background: #FFFFFF;
    border-radius: 3px;
}

#cv-modal #size span,
#type span,
#name span {
    color: #EA4026;
}

.modal-form-item {
    position: relative;
    margin-bottom: 30px;
}

.modal-form-item img {
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

.modal-form-item input {
    border-radius: 8px;
    background-color: transparent;
    border: 1px solid #54545480;

}

.modal-form-item input::placeholder {
    color: #001E38;
    font-size: 14px;
    font-weight: 400;
}

.modal-form-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.modal-form-buttons .read-more {
    width: 183px;
    height: 55px;
}

.whowe-photos {
    display: flex;
    margin: 65px 0 140px 0;
}

.whowe-title {
    width: 720px;
    margin: 0 auto;
    text-align: center;
}

.whowe-title p {
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    color: #6F7EA1;
}

.whowe-photos-item {
    border-radius: 15px;
    height: 414px;
}

.whowe-photos-item img {
    width: 100%;
    height: 100%;
    border-radius: 15px;
    object-fit: cover;
}

.whowe-photos-item:not(:last-child) {
    margin-right: 30px;
}

.whowe-photos-item:nth-child(odd) {
    width: 414px;
}

.whowe-photos-item:nth-child(even) {
    width: 330px;
    margin-top: 100px;

}


@media only screen and (min-width: 1400px) {
    .whowe-photos {
        justify-content: space-between;
    }

}


@media only screen and (max-width: 1400px) {
    .vacantion-item {
        padding: 10px;
    }

    .vacantion-item .vacantion-item-icon {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    .vacantion-item .vacantion-item-price {
        font-size: 13px;
    }

    .whowe-photos-item {
        height: 300px;
    }
}

@media only screen and (max-width: 1200px) {
    .vacantion-item {
        width: 600px;
        margin: 0 auto;
        justify-content: space-around;
        margin-bottom: 25px;
    }

    .whowe-photos-item {
        height: 250px;
    }
}

@media only screen and (max-width: 991px) {
    .tradition-number {
        height: auto;
    }

    .whowe-photos {
        flex-wrap: wrap;
        padding: 20px;
        justify-content: space-between;
    }

    .whowe-photos-item {
        margin-bottom: 50px;
        width: 100%;
        height: 350px;
        margin-right: 0 !important;
    }

    .whowe-photos-item:nth-child(even) {
        margin-top: 0;
    }
}

@media only screen and (max-width: 768px) {
    .vacantion-item {
        width: 100%;
    }

    .whowe-photos-item {
        width: 414px !important;
        margin-bottom: 15px;
    }

    .whowe-photos {
        flex-wrap: nowrap;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .whowe-title {
        width: 100%;
    }

}

@media only screen and (max-width: 576px) {
    .accreditation-item {
        width: 100%;
        margin-bottom: 20px;
        padding: 10px;
        /* height: 350px; */
    }

    .accreditation-item .accreditation-item-img {
        /* width: 100%; */
        margin: 0 auto;
    }

    .vacantion-item-price {
        display: none;
    }

    .vacantion-item {
        flex-direction: column;
        align-items: center;
        padding: 30px;
    }

    .vacantion-item-price-mobile {
        display: block;
    }

    .vacantion-item .vacantion-item-icon {
        display: none;
    }

    .vacantion-item-info-buttons {
        margin-top: 20px;
    }

    .vacantion-item-info {
        width: 100%;
    }

    .vacantion-item-info-buttons .read-more {
        width: 150px;
        height: 40px;
    }

    .single-vacantion-body .read-more {
        width: 100%;
    }

    .single-vacantion-body-item {
        padding: 20px;
    }

    .whowe-photos-item {
        width: 100% !important;
    }

    .whowe-photos {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 450px) {
    .accreditation-item {
        height: auto;
    }

    .accreditation-item .accreditation-item-img {
        width: 100%;
    }

    .whowe-photos-item {
        height: 300px;
    }
}
