header {
	position: relative;
	padding-bottom: 140px;
    background-image: -moz-linear-gradient( 86deg, rgb(0,184,248) 19%, rgb(0,131,209) 100%);
    background-image: -webkit-linear-gradient( 86deg, rgb(0,184,248) 19%, rgb(0,131,209) 100%);
    background-image: -ms-linear-gradient( 86deg, rgb(0,184,248) 19%, rgb(0,131,209) 100%);
}
header:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 111px;
    background: url("../img/about-us/header-bottom.png") no-repeat bottom center;
}
.header-main-block{
	margin-top: 70px;
}
.header-title{
	text-align: center;
	margin-bottom: 45px;
	position: relative;
	line-height: 1em;
	margin-top: 70px;
}
.header-description{
	letter-spacing: 0.05em;
	text-align: center;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~Start JOBS-MAIN-BLOCK~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
.jobs{
    padding-top: 70px;
}
.jobs .title{
    text-align: center;
}
.job{
    padding: 60px 0 30px;
}
.job + .job{
    border-top: 1px solid #eaeaea;
}
.job-date {
    font-size: 14px;
    letter-spacing: 0.01em;
    color: #6e6e6e;
    line-height: 1em;
    margin-bottom: 20px;
}
.job-name{
    float: left;
    font-family: "R-Medium";
    font-size: 22px;
    color: #5a5958;
    letter-spacing: 0.01em;
}
.news-social-buttons{
    float: right;
}
.social-button{
    display: inline-block;
    vertical-align: middle;
}
.news-social-buttons a+a{
    margin-left: 20px;
}
.job-buttons{
    margin-bottom: 35px;
}
.job-col{
    display: inline-block;
    vertical-align: top;
    width: 49.8%;
}
.job-col + .job-col{
    padding-left: 30px;
}
.job-item{
    margin-bottom: 30px;
    letter-spacing: 0.05em;
}
.job-item a{
    color: #363636;
}
.job-item a:hover{
    border-bottom: 1px solid #363636;
}
.job-item-name{
    font-family: "R-Medium";
    letter-spacing: 0.05em;
    display: block;
    margin-bottom: 7px;
}
.payment.job-item-name{
    display: inline-block;
}
.job-item-line div{
    display: inline-block;
    vertical-align: top;
}
.job-item-line-point{
    color: #00acef;
    font-size: 30px;
    line-height: 30px;
    width: 3%;
    padding-left: 5px;
}
.job-item-line-text{
    width: 95.9%;
}
.job-item ul li{
    list-style: none;
    padding-left: 22px;
    line-height: 30px;
    position: relative;
}
.job-item ul li:before{
    display: block;
    content: "\2022";
    color: #00acef;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 2px;
    left: 5px;
}
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~Finish JOBS-MAIN-BLOCK~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
@media (max-width: 1199px){
    .header-cow{
        max-width: 100%;
        margin-top: 20px;
    }
    .header-main-block {
        margin-top: 50px;
    }
    .job-col {
        width: 49.5%;
    }
}
@media (max-width: 991px){
    header:before {
        display: block;
        content: "";
        position: absolute;
        bottom: 0;
        width: 162px;
        height: 246px;
        z-index: 1;
        left: 15px;
        background: url('../img/jobs/header-cowboy-sm.png') no-repeat bottom center;
    }
    .header-cow {
        background: none !important;
        top: 0;
    }
    .header-main-block {
        margin-top: 45px;
    }
    .header-title {
        line-height: 48px;
        margin-bottom: 25px;
    }
    header {
        padding-bottom: 180px;
    }
}
@media (max-width: 767px){
    header:after {
        height: 200px;
        background: url('../img/jobs/header-cowboy-xs.png') no-repeat bottom center;
        background-size: cover;
    }
    header:before {
        display: none;
    }
    .header-cow {
        display: none !important;
    }
    .header-title {
        margin-top: 0;
    }
    .header-main-block {
        margin-top: 30px;
    }
    header {
        padding-bottom: 200px;
    }
    .header-title {
        line-height: 28px;
    }
    .header-description {
        margin-bottom: 30px;
    }
    .job-col {
        width: 100%;
        display: block;
    }
    .job-date,
    .news-social-buttons{
        display: inline-block;
        vertical-align: middle;
        margin-bottom: 0;
    }
    .job-buttons{
        margin: 20px 0;
    }
    .jobs {
        padding-top: 40px;
    }
    .job {
        padding: 30px 0 30px;
    }
    .job-name {
        font-size: 16px;
    }
    .job-item {
        margin-bottom: 15px;
    }
    .job-col + .job-col {
        padding-left: 0;
    }
    .job-item ul li {
        line-height: 28px;
    }
}

.no-jobs-block{
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 27px;
    margin: 40px auto;
}
@media (max-width: 767px){
    .no-jobs-block{
        line-height: 20px;
        margin: 20px auto;
    }
}