/*common*/
body {
    color: rgb(51, 51, 51);
}
input {
    -webkit-appearance: none !important;
}
body, button, textarea, input {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}
button, textarea, input {
    box-sizing: border-box;
    border: none;
    outline: none;
}
button  {
    font-weight: 600;
    cursor: pointer;
}
.content {
    margin: 0 auto;
    padding: 0 20px;
    max-width: 1280px;
}
.page-wrap {
    position: relative;
    padding-bottom: 244px;
    overflow: hidden;
}
.spacer_bottom,
.spacer_top,
.spacer {
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}
.spacer > * {
    -ms-flex-item-align: center;
    align-self: center;
}
.spacer_bottom > * {
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.spacer_top > * {
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.pos-center {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
}
h1 {
    font-size: 24px;
    line-height: normal;
}
h1 strong {
    padding-bottom: 3px;
    font-size: 32px;
    font-weight: 700;
    display: block;
}
h2 {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
}
hr {
    background: #000;
    margin: 30px 0;
    display: block;
    width: 100%;
    border: none;
    height: 1px;
    opacity: 0.7;
}
.btn {
    width: 100%;
    height: 49px;
    text-align: center;
    line-height: 1.2;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    padding-top: 3px;
    text-decoration: none;
}
.btn_blue {
    color: #ffffff;
    background: rgba(23, 133, 229, 1);
}
.btn_blue:hover {
    background: #006cca;
}
.btn_transparent {
    background: none;
    color: #1785E5;
    border: 2px solid rgba(23, 133, 229, 1);
}
.btn_transparent:hover {
    color: #ffffff;
    background: #1785E5;
}
/*end common*/

/*page*/
.page-left {
    width: calc(100% - 31.25% - 30px);
}
/*end page*/

/*main*/
.main {
    padding-top: 52px;
    padding-bottom: 34px;
    background: linear-gradient(to bottom, rgba(0, 90, 187, 1) 0%, rgba(23, 133, 229, 1) 100%);
    background: -moz-linear-gradient(to bottom, rgba(0, 90, 187, 1) 0%, rgba(23, 133, 229, 1) 100%);
    background: -webkit-linear-gradient(to bottom, rgba(0, 90, 187, 1) 0%, rgba(23, 133, 229, 1) 100%);
    background: -o-linear-gradient(to bottom, rgba(0, 90, 187, 1) 0%, rgba(23, 133, 229, 1) 100%);
    background: -ms-linear-gradient(to bottom, rgba(0, 90, 187, 1) 0%, rgba(23, 133, 229, 1) 100%);
    color: #ffffff;
}
.main__text ul {
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
}
.main__text hr {
    background: #ffffff;
}
.main__text p {
    font-size: 16px;
    line-height: 24px;
    padding-right: 8px;
}
.main__text p strong {
    font-weight: 700;
}
/*end main*/

/*vacancy*/
.vacancy {
    padding-top: 42px;
}
.vacancy__left {
    padding-bottom: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.map {
    height: 379px;
    background: gray;
    position: relative;
}
.map iframe {
    position: absolute;
    left: 0; top: 0;
    height: 100% !important;
}
.vacancy__text h3 {
    line-height: 1.2;
    font-size: 16px;
    margin-bottom: 4px;
    font-weight: 700;
}
.vacancy__text p,
.vacancy__text ul {
    font-size: 16px;
    line-height: 27px;
    margin-bottom: 31px;
}
.vacancy__text p {
    margin-top: -4px;
    margin-bottom: 29px;
}
.vacancy__text h3 + p {
    margin-top: 0;
}
.vacancy__buttons {
    margin-top: 37px;
    max-width: 750px;
}
.vacancy__buttons > * {
    width: 48.26%;
}
/*end vacancy*/

/*vacancies*/
.vacancies {
    padding-top: 40px;
}
.vacancies__list {
    margin-top: 28px;
}
.vacancies__item {
    padding: 24px 28px 27px 24px;
    box-shadow: 0 2px 12px rgba(85, 85, 85, 0.19);
    border-radius: 10px;
    margin-bottom: 35px;
}
.vacancies__item:last-child {
    margin-bottom: 0;
}
.vacancies__item-top {
    font-size: 16px;
    line-height: 27px;
    flex-wrap: nowrap;
}
.vacancies__item-title {
    font-weight: 700;
    padding-right: 20px;
}
.vacancies__item-desc,
.vacancies__item-address {
    font-size: 14px;
    line-height: 20px;
}
.vacancies__item-desc {
    margin-top: 15px;
}
.vacancies__item-address {
    margin-top: 10px;
    font-weight: 300;
}
.vacancies__item-buttons {
    margin-top: 22px;
    max-width: 341px;
}
.vacancies__item-buttons .btn {
    width: 46.04%;
    height: 39px;
}
.vacancies__item-buttons a.btn {
    line-height: 39px;
    padding-top: 0;
}
.vacancies__item-amount {
    white-space: nowrap;
}
/*end vacancies*/

/*company*/
.company {
    max-width: 400px;
    position: fixed;
    top: 52px;
    left: 0;
    right: -878px;
    margin: 0 auto;
    box-shadow: 0 2px 12px rgba(85, 85, 85, 0.19);
    border-radius: 10px;
    background: #ffffff;
    z-index: 10;
    text-align: center;
    overflow: auto;
    max-height: calc(100% - 104px);
}
.company__top {
    padding: 39px 23px 34px;
}
.company__logo {
    height: 100px;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
}
.company__logo img {
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
    max-width: 80%;
    max-height: 100%;
    height: 100%;
    width: auto;
}
.company__title {
    font-size: 18px;
    line-height: 1.2;
    text-transform: uppercase;
}
.company__address {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.2;
}
.company__buttons {
    margin-top: 34px;
}
.company__buttons .btn {
    height: 46px;
    margin-bottom: 16px;
}
.company__buttons .btn:last-child {
    margin-bottom: 0;
}
.company__bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding: 23px 20px 29px;
}
.social__title {
    color: #5C6370;
    font-size: 14px;
    line-height: 1.2;
}
.social__list {
    font-size: 0;
    margin-top: 11px;
}
.social__link {
    margin: 8px 8px 0;
    width: 43px;
    height: 43px;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.social__link .svg-icon {
    fill: #ffffff;
}
.svg-social-1 {
    width: 21px;
    height: 21px;
}
.svg-social-2 {
    width: 17px;
    height: 17px;
    left: -2px;
}
.svg-social-3 {
    width: 21px;
    height: 12px;
}
.svg-social-4 {
    width: 13px;
    height: 21px;
}
.svg-social-5 {
    width: 17px;
    height: 17px;
}
.social__link_wapp {
    background: #65bc54;
}
.social__link_wapp:hover {
    background: #46aa33;
}
.social__link_tl {
    background: #64a9dc;
}
.social__link_tl:hover {
    background: #4392cc;
}
.social__link_vk {
    background: #0077ff;
}
.social__link_vk:hover {
    background: #0069e0;
}
.social__link_ok {
    background: #eb722e;
}
.social__link_ok:hover {
    background: #db5b14;
}
.social__link_call {
    background: #7b519d;
}
.social__link_call:hover {
    background: #603385;
}
.company__contacts {
    text-align: left;
}
.company__contacts {
    display: none;
    margin-top: 34px;
    margin-bottom: -2px;
    font-size: 16px;
    line-height: 27px;
}
.company__contacts-title {
    font-weight: 700;
}
.company__contacts-list a {
    color: #0065FB;
    text-decoration: none;
}
.company__contacts-list a:hover {
    text-decoration: underline;
}
/*end company*/

@media all and (max-width: 1340px) {
    .company {
        width: 30.3%;
        left: auto;
        right: 20px;
        margin: 0;
    }
}

@media all and (max-width: 1200px) {
    .company__top {
        padding-top: 30px;
    }
    .social__link {
        width: 38px;
        height: 38px;
        margin-top: 4px;
        margin-left: 4px;
        margin-right: 4px;
    }
}

@media all and (max-width: 980px) {
    .company {
        display: none;
    }
    .page-wrap {
        padding-bottom: 80px;
    }
    .page-left {
        width: 100%;
    }
    h1 {
        font-size: 22px;
    }
    h1 strong {
        font-size: 26px;
    }
    .map {
        height: 320px;
    }
}

@media all and (max-width: 550px) {
    h1 {
        font-size: 18px;
    }
    h1 strong {
        font-size: 22px;
    }
    .map {
        height: 280px;
    }
    .vacancy__buttons > * {
        width: 100%;
        margin-bottom: 10px;
    }
    .vacancy__buttons > *:last-child {
        margin-bottom: 0;
    }
    .vacancies__item-top {
        flex-wrap: wrap;
        display: block;
    }
    .vacancies__item-title {
        padding-right: 0;
    }
}

@media all and (max-width: 400px) {
    .vacancies__item-buttons .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .vacancies__item-buttons .btn:last-child {
        margin-bottom: 0;
    }
    .vacancies__item {
        padding: 20px;
    }
}

@media all and (max-width: 350px) {
    .content {
        padding-left: 15px;
        padding-right: 15px;
    }
}



























































































