.badge-logo {
    width: 100%;
    height: 33px;
    background: url(../images/badge-logo.png) no-repeat center 0;
    margin: 28px 0 !important;
}

.text_osn .block {
    width: 100%;
}

.text_osn .block .block-title {
    width: 100%;
    text-align: center;
    margin-bottom: 3px;
}

.text_osn .block .line {
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    margin-bottom: -20px;
}

.text_osn .block .block-title .title {
    display: inline-block;
    background: #fff;
    font: 22px/37px Arial;
    color: #5a5a57;
    padding: 0 16px;
}

.text_osn .block img.photo {
    margin: 0 20px 30px 0;
    max-width: 100%;
}

.text_osn .block p,
.text_osn .block ul {
    font: 14px/22px Arial;
    color: #858583;
    margin-top: 0;
}

.text_osn .block ul.list-stages {
    /*width:720px; */
    margin-top: 20px;
    margin-bottom: 15px;
}

.text_osn .block ul.list-stages li {
    min-height: 60px;
    background: url(../images/stages-icon.png) no-repeat left 0;
    padding-left: 42px;
    list-style: none;
}

.text_osn .block ul.list-stages li:last-child {
    /*height:25px;*/
}

.text_osn .block ul.list-stages li span {
    font-weight: bold;
}

.text_osn .block .block-more {
    float: left;
}

.text_osn .block .block-more p {
    width: 270px;
    font: 15px/30px Arial;
    color: #21215a;
    margin-right: 30px;
}

.text_osn .block .block-more a.link-site {
    float: right;
    font: bold 24px/30px Arial;
    color: #21215a;
    text-transform: uppercase;
}

.text_osn .block .block-more a.link-site:hover {
    text-decoration: none;
}

.text_osn .block .about-work {
    float: left;
    width: 100%;
    margin-top: 40px;
}

.text_osn .block .about-work ul {
    width: 100%;
    background: url(../images/about-work-bg.png) no-repeat 45px 0;
}

.text_osn .block .about-work ul li {
    float: left;
    width: 25%;
    padding: 210px 0 0;
}

.text_osn .block .about-work ul li .title {
    float: left;
    width: 100%;
    min-height: 70px;
    font: bold 14px/22px Arial;
    color: #4c4c4c;
    text-align: center;
    text-transform: uppercase;
}

.text_osn .block .about-work ul li p {
    width: 90%;
    text-align: center;
}

.about-training {
    margin-bottom: 28px !important;
}

.about-training p.intro span {
    font-weight: bold;
    color: #d96729;
    text-transform: uppercase;
}

.contacts-for-job {
    margin: 80px 0 0 0 !important;
}

.contacts-for-job .left-part {
    margin: 0 20px 0 0;
    display: inline-block;
    width: 50%;
    vertical-align: top;
}

.contacts-for-job .left-part .phones {
    /* float: left; */
    font-size: 19px;
    color: #717171;
}

.contacts-for-job .left-part .phones .phone,
.contacts-for-job .left-part .phones .watch {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/contacts-icons.png) no-repeat left 0;
    font-size: 23px;
    padding-left: 30px;
    margin: 15px 8px 15px 0;
}

.contacts-for-job .left-part .phones .watch {
    background: url(../images/contacts-icons.png) no-repeat left -23px;
}

.contacts-for-job .right-part {
    display: inline-block;
    vertical-align: top;
    width: 47%;
}

.contacts-for-job .right-part #order-call {
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 10px 15px 20px;
}

.contacts-for-job .right-part #order-call .title {
    float: left;
    width: 100%;
    font: 19px/35px Arial;
    color: #626262;
}

.contacts-for-job .right-part #order-call label {
    min-width: 200px;
    display: inline-block;
    font: 14px/32px Arial;
    color: #626262;
    text-transform: uppercase;
    margin-bottom: 14px;
    text-align: left;
}

.contacts-for-job .right-part #order-call input[type="text"] {
    width: calc(100% - 228px);
    height: 30px;
    background: #f1efef;
    font-size: 14px;
    color: #626262;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0 10px;
    margin-bottom: 14px;
}

.contacts-for-job .right-part #order-call input[type="submit"] {
    width: 192px;
    height: 62px;
    background: url(../images/btn-call.png) no-repeat;
    border: none;
    text-indent: -9999px;
    margin: 8px 35px 6px 0;
}

footer {
    box-shadow: none !important;
}

@media (max-width: 992px) {
    .contacts-for-job {
        text-align: center;
    }

    .contacts-for-job .left-part, .contacts-for-job .right-part {
        display: inline-block;
        width: 100%;
    }

    .contacts-for-job .right-part {
        margin-top: 60px;
        max-width: 500px;
    }
}

@media (max-width: 500px) {
    .contacts-for-job .right-part #order-call label, .contacts-for-job .right-part #order-call input[type="text"] {
        display: block;
        width: 100%;
    }

    .company-offices .office-item {
        width: 100%;
    }

    .current_jobs a.item_job {
        width: 100%;
    }

    .current_jobs a.item_job img {
        width: 100%;
    }

    .current_jobs a.item_job .about_job {
        min-height: unset;
    }
}