.hr-employment {
    padding-bottom: 20px;
}

.hr-employment p, .hr-employment label {
    font-family: 'Proxima Nova';
}

.hr-employment .container {
    max-width: 1710px;
}

.hr-employment__title {
    margin-top: 40px;
    font-weight: 300;
    font-size: 72px;
    line-height: 66px;
    color: rgba(0, 0, 0, 0.9);
}

.hr-employment__main {
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.hr-employment__statistic {
    width: 160px;
    min-width: 160px;
}

.hr-employment__statistic-item {
    margin-bottom: 60px;
}

.hr-employment__statistic-item:last-of-type {
    margin-bottom: 0;
}

.hr-employment__statistic-item-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 37px;
    text-transform: uppercase;
    color: #537AFF;
}

.hr-employment__statistic-item-desc {
    margin-top: -12px;
    font-size: 18px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.9);
}

.hr-employment__info {
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin-top: -5px;
    margin-left: 7%;
    margin-right: 7%;
}

.hr-employment__info-text {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.9);
}

.hr-employment__info-text:last-of-type {
    margin-bottom: 0;
}

.hr-employment__discounts {
    width: 348px;
    min-width: 348px;
    margin-top: 5px;
    padding: 44px 20px 48px;
    border-radius: 10px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
}

.hr-employment__discounts-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}

.hr-employment__discounts-subtitle {
    margin-top: 156px;
    font-weight: 700;
    font-size: 96px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
}

.hr-employment__helpbtn {
    display: block;
    width: 170px;
    height: 48px;
    margin: 80px auto 0;
    padding-top: 15px;
    background-color: #537AFF;
    border-radius: 3px;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.hr-employment__helpbtn:hover {
    opacity: 1;
    filter: brightness(1.2);
    color: #FFFFFF;
    text-decoration: none;
}

/*----------------responsive---------------------*/

@media (max-width: 1400px) {
    .hr-employment__main {
        flex-wrap: wrap;
    }

    .hr-employment__statistic {
        width: 100%;
        display: flex;
    }

    .hr-employment__statistic-item {
        margin-right: 30px;
        margin-bottom: 20px;
    }

    .hr-employment__info {
        margin-left: 0;
        margin-right: 3%;
    }
}

@media (max-width: 1100px) {
    .hr-employment__info-text {
        margin-bottom: 20px;
        font-size: 22px;
        line-height: 28px;
    }
}

@media (max-width: 768px) {
    .hr-employment__title {
        font-size: 34px;
        line-height: 36px;
    }

    .hr-employment__main {
        display: block;
    }

    .hr-employment__info {
        -ms-flex: none;
        -webkit-flex: none;
        flex: none;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .hr-employment__statistic-item-desc {
        font-size: 16px;
        line-height: 18px;
    }

    .hr-employment__info-text {
        margin-bottom: 15px;
        font-size: 20px;
        line-height: 26px;
    }

    .hr-employment__discounts {
        margin: 0 auto;
    }
}