

/* Start:/local/templates/.default/components/bitrix/news/s1_vakansii/bitrix/news.list/.default/style.css?178940095622677*/
/*----------------------------------------------------- */
/* COMMON */
/*----------------------------------------------------- */

.no-indent {
    margin: 0 !important;
    padding: 0 !important;
}

.light-text {
    color: rgba(255,255,255,.7);
}

.subtitle {
    font-size: 24px;
    font-weight: 400;
}

@media screen and (max-width: 1288px) {
    .subtitle {
        font-size: 20px;
    }
}

@media screen and (max-width: 864px) {
    .subtitle {
        font-size: 18px;
    }
}

@media screen and (max-width: 440px) {
    .subtitle {
        font-size: 16px;
    }
}

.text-color-1 {
    color: #0cb28b;
}

.text-color-2 {
    color: white;
}

.align-center {
    text-align: center;
}

.hc {
    display: flex;
    justify-content: center;
}

/*----------------------------------------------------- */
/* VACANCIES ELEMENTS */
/*----------------------------------------------------- */

.v-section * {
    box-sizing: border-box;
}

.v-section {
    padding: 50px 0 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.v-section-color-1 {
    background-color: #34393c;
    color: white;
}

.v-section-color-2 {
    background: linear-gradient(90deg, #41ba88 0%, #008e87 100%);
    color: white;
}

.v-section-color-3 {
    background-color: white;
}

.v-section .page-title-1 {
    text-align: center;
    margin: 0 0 50px;
}

@media screen and (max-width: 440px) {
    .v-section .page-title-1 {
        font-size: 30px;
    }
}

.v-section p {
    margin: 0 0 30px;
    line-height: 1.5;
}

.v-section p:last-child {
    margin: 0;
}

@media screen and (min-width: 441px) {
    .v-section .button {
        height: 52px;
        padding: 0 30px;
        line-height: 50px;
        border-radius: 40px;
    }
}

@media screen and (max-width: 440px) {
    .v-section .button {
        padding: 0;
        width: 100%;
    }
}

/*----------------------------------------------------- */
/* VACANCIES MAIN */
/*----------------------------------------------------- */

.v-main {
    padding: 20px 0 80px;
    font-size: 20px;
    color: white;
}

@media screen and (max-width: 1288px) {
    .v-main {
        padding: 20px 0 60px;
        font-size: 16px;
    }
}

.v-main-head {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 50px;
}

.v-main-head-img {
    width: 440px;
}

@media screen and (max-width: 1288px) {
    .v-main-head-img {
        width: 340px;
    }
}

@media screen and (max-width: 864px) {
    .v-main-head-img {
        width: 60%;
        margin: 0 auto 30px;
    }
}

.v-main-head-text {
    width: calc(100% - 440px);
    padding-left: 100px;
}

@media screen and (max-width: 1288px) {
    .v-main-head-text {
        width: calc(100% - 340px);
        padding-left: 50px;
    }
}

@media screen and (max-width: 864px) {
    .v-main-head-text {
        width: 100%;
        padding-left: 0;
    }
}

.v-main-head-title {
    font-size: 36px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 20px;
    padding-right: 80px;
}

@media screen and (max-width: 1288px) {
    .v-main-head-title {
        padding-right: 0;
    }
}

@media screen and (max-width: 864px) {
    .v-main-head-title {
        font-size: 32px;
    }
}

@media screen and (max-width: 440px) {
    .v-main-head-title {
        font-size: 26px;
    }
}

.v-main .page-title-1 {
    text-align: left;
    margin: 0 0 35px;
}

.v-main-columns {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -60px;
}

.v-main-column {
    margin: 0 0 60px;
}
/*
TODO remove block
.v-main-column:nth-child(1) {
    width: 750px;
    padding-right: 90px;
}

@media screen and (max-width: 1288px) {
    .v-main-column:nth-child(1) {
        width: 100%;
        padding-right: 0;
    }
}

.v-main-column:nth-child(2) {
    width: calc(100% - 750px);
}

@media screen and (max-width: 1288px) {
    .v-main-column:nth-child(2) {
        width: 100%;
    }
}
*/
/* about */

.v-main-about-items {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -45px;
}

.v-main-about-item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    margin: 0 0 45px;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 160px;
}

@media screen and (max-width: 1288px) {
    .v-main-about-item {
        width: 25%;
    }
}

@media screen and (max-width: 864px) {
    .v-main-about-item {
        width: 50%;
    }
}

@media screen and (max-width: 440px) {
    .v-main-about-item {
        padding-right: 30px;
        background-size: 75%;
    }
}

.v-main-about-item-img {
    height: 60px;
    margin: 0 0 10px;
}

@media screen and (max-width: 440px) {
    .v-main-about-item-img {
        height: 45px;
    }
}

.v-main-about-item-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
}

@media screen and (max-width: 440px) {
    .v-main-about-item-title {
        font-size: 18px;
        margin: 0 0 5px;
    }
}

.v-main-about-item-title span {
    font-size: 40px;
}

@media screen and (max-width: 440px) {
    .v-main-about-item-title span {
        font-size: 32px;
    }
}

.v-main-about-item-text {
    font-size: 16px;
}

.v-main-about-item-solution {
    justify-content: center;
    padding-left: 12px;
}

@media screen and (max-width: 1288px) {
    .v-main-about-item-solution {
        padding: 0;
    }
}

@media screen and (max-width: 1288px) {
    .v-main-about-item-solution .v-main-about-item-title,
    .v-main-about-item-solution .v-main-about-item-text {
        padding-left: 12px;
    }
}

.v-main-about-item-solution .v-main-about-item-img {
    height: auto;
    margin: 0;
}

/* partners */

.v-main-partners {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 60px 0;
}

@media screen and (max-width: 1288px) {
    .v-main-partners {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 864px) {
    .v-main-partners {
        margin: 50px 0;
    }
}

.v-main-partners-item {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 1288px) {
    .v-main-partners-item {
        width: 66.666%;
        margin: 10px 0;
    }
}

@media screen and (max-width: 864px) {
    .v-main-partners-item {
        width: 100%;
        margin: 15px 0;
    }
}

@media screen and (min-width: 863px) and (max-width: 1288px) {
    .v-main-partners-item:nth-child(2) {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0,-50%);
        width: 33.333%;
        margin: 0;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 864px) {
    .v-main-partners-item:nth-child(2) {
        order: 1;
        justify-content: center;
    }
}

.v-main-partners-column:nth-child(1) {
    display: flex;
    align-items: center;
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid rgba(255,255,255,.5);
}

@media screen and (max-width: 1288px) {
    .v-main-partners-column:nth-child(1) {
        width: 320px;
    }
}

@media screen and (max-width: 864px) {
    .v-main-partners-column:nth-child(1) {
        width: 50%;
        font-size: 14px;
    }
}

.v-main-partners-column-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgb(54, 62, 64);
    margin-right: 15px;
}

@media screen and (max-width: 864px) {
    .v-main-partners-column-icon {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 440px) {
    .v-main-partners-column-icon {
        display: none;
    }
}

.v-main-partners-column-icon-star {
    height: 18%;
    margin: 0 2px;
}

.v-main-partners-column-icon-share {
    height: 45%;
}

.v-main-partners-column-title {
    color: #0cb28b;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
}

@media screen and (max-width: 1288px) {
    .v-main-partners-column-title br {
        display: none;
    }
}

@media screen and (max-width: 864px) {
    .v-main-partners-column-title {
        font-size: 14px;
    }
}

.v-main-partners-link {
    display: block;
    margin: 0 0 3px;
}

.v-main-partners-link:last-child {
    margin: 0;
}

/* diagram */

.v-main-diagram {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.v-main-diagram-item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 130px;
    margin-right: 25px;
}

.v-main-diagram-item:last-child {
    margin: 0;
}

@media screen and (max-width: 864px) {
    .v-main-diagram-item {
        margin-right: 21px;
        width: calc(33.333% - 14px);
    }
}

.v-main-diagram-item-rect {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 15px;
    padding: 15px;
}

@media screen and (max-width: 440px) {
    .v-main-diagram-item-rect {
        padding: 15px 10px;
    }
}

.v-main-diagram-item-1 .v-main-diagram-item-rect {
    height: 110px;
    background-color: #52575b;
}

.v-main-diagram-item-2 .v-main-diagram-item-rect {
    height: 165px;
    background-color: #6b727a;
}

.v-main-diagram-item-3 .v-main-diagram-item-rect {
    height: 261px;
    background-color: #0cb28b;
}

.v-main-diagram-item-4 .v-main-diagram-item-rect {
    height: 279px;
    background-color: #0cb28b;
}

.v-main-diagram-item-5 .v-main-diagram-item-rect {
    height: 330px;
    background-color: #0cb28b;
}

.v-main-diagram-item-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
}

@media screen and (max-width: 440px) {
    .v-main-diagram-item-title {
        font-size: 30px;
    }
}

.v-main-diagram-item-text {
    font-size: 18px;
}

@media screen and (max-width: 440px) {
    .v-main-diagram-item-text {
        font-size: 14px;
    }
}

.v-main-diagram-item-year {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

@media screen and (max-width: 440px) {
    .v-main-diagram-item-year {
        font-size: 20px;
    }
}

.v-main-diagram-item-1 .v-main-diagram-item-year {
    color: #52575b;
}

.v-main-diagram-item-2 .v-main-diagram-item-year {
    color: #6b727a;
}

.v-main-diagram-item-3 .v-main-diagram-item-year {
    color: #0cb28b;
}

/*----------------------------------------------------- */
/* REASONS */
/*----------------------------------------------------- */

.reasons {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px 15px 0;
}

@media screen and (max-width: 864px) {
    .reasons {
        margin-right: 0;
    }
}

.reasons-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: calc(33.333% - 25px);
    margin: 0 25px 25px 0;
    padding: 50px 25px 40px;
    background: white;
    border-radius: 5px;
    font-size: 16px;
}

@media screen and (max-width: 1288px) {
    .reasons-item {
        width: calc(50% - 25px);
    }
}

@media screen and (max-width: 864px) {
    .reasons-item {
        width: 100%;
        margin: 0 0 25px;
    }
}

@media screen and (max-width: 440px) {
    .reasons-item {
        padding: 30px 25px;
    }
}

.reasons-item-img {
    height: 100px;
    margin: 0 0 35px;
}

@media screen and (max-width: 440px) {
    .reasons-item-img {
        height: 80px;
    }
}

.reasons-item-title {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 5px;
}

.reasons + .hc {
    margin: 0 0 60px;
}

/*----------------------------------------------------- */
/* PROFITS */
/*----------------------------------------------------- */

.profits {
    display: flex;
    flex-wrap: wrap;
}

.profits-column {
    width: 50%;
    padding: 30px 70px 40px;
}

@media screen and (max-width: 1288px) {
    .profits-column {
        width: 100%;
    }
}

@media screen and (max-width: 864px) {
    .profits-column {
        padding: 30px 30px 40px;
    }
}

@media screen and (max-width: 440px) {
    .profits-column {
        padding: 30px 25px 40px;
    }
}

.profits-column-minus {
    background: #34393c;
    color: white;
    border-radius: 5px 0 0 5px;
}

@media screen and (max-width: 1288px) {
    .profits-column-minus {
        border-radius: 5px 5px 0 0;
    }
}

.profits-column-plus {
    background: white;
    border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 1288px) {
    .profits-column-plus {
        border-radius: 0 0 5px 5px;
    }
}

.profits-column-title {
    font-size: 30px;
    text-align: center;
    font-weight: 300;
    margin: 0 0 30px;
}

@media screen and (max-width: 440px) {
    .profits-column-title {
        font-size: 26px;
    }
}

.profits-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.profits-list-item {
    position: relative;
    margin: 0 0 25px;
    font-size: 18px;
}

@media screen and (max-width: 1288px) {
    .profits-list-item {
        font-size: 16px;
    }
}

@media screen and (max-width: 864px) {
    .profits-list-item {
        padding-left: 30px
    }
}

.profits-list-item:last-child {
    margin: 0;
}

.profits-list-item-title {
    font-size: 20px;
    font-weight: 700;
}

@media screen and (max-width: 1288px) {
    .profits-list-item-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 440px) {
    .profits-list-item-title {
        font-size: 16px;
    }
}

.profits-list-item p {
    margin: 7px 0 0 !important;
}

.profits-column-minus .profits-list-item p {
    color: #b2b4b7;
}

.profits-column-plus .profits-list-item p {
    color: #777777;
}

.profits-list-item::before {
    position: absolute;
    top: 3px;
    left: -32px;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

@media screen and (max-width: 864px) {
    .profits-list-item:before {
        left: 0;
    }
}

.profits-column-minus .profits-list-item::before {
    background-image: url('/local/templates/.default/components/bitrix/news/s1_vakansii/bitrix/news.list/.default/img/angry.svg');
}

.profits-column-plus .profits-list-item::before {
    background-image: url('/local/templates/.default/components/bitrix/news/s1_vakansii/bitrix/news.list/.default/img/checked.svg');
}

/*----------------------------------------------------- */
/* STEPS */
/*----------------------------------------------------- */

.steps-item {
    width: 100%;
    padding: 20px 40px;
    margin: 0 0 15px;
    color: white;
    font-size: 24px;
    font-weight: 400;
    background: linear-gradient(90deg, #41ba88 0%, #008e87 100%);
    border-radius: 5px;
}

@media screen and (max-width: 1288px) {
    .steps-item {
        font-size: 20px;
    }
}

@media screen and (max-width: 864px) {
    .steps-item {
        padding: 20px 25px;
        font-size: 18px;
    }
}

@media screen and (max-width: 440px) {
    .steps-item {
        font-size: 16px;
    }
}

.steps-item:last-child {
    margin: 0;
}

/*----------------------------------------------------- */
/* TEAM */
/*----------------------------------------------------- */

.team {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.team-item {
    width: calc(50% - 15px);
    padding: 50px 0 0;
    font-size: 18px;
}

@media screen and (max-width: 1288px) {
    .team-item {
        padding: 40px 0 0;
        font-size: 16px;
    }
}

@media screen and (max-width: 864px) {
    .team-item {
        width: 100%;
        margin: 0 0 40px;
    }
}

@media screen and (max-width: 864px) {
    .team-item:last-child {
        margin: 0;
    }
}

.team-item-main {
    display: flex;
    height: 205px;
    margin: 0 0 25px;
    border-radius: 5px;
}

@media screen and (max-width: 1288px) {
    .team-item-main {
        height: 140px;
    }
}

@media screen and (max-width: 440px) {
    .team-item-main {
        height: 110px;
    }
}

.team-item-img {
    position: relative;
    width: 50%;
    background: linear-gradient(90deg, #41ba88 0%, #008e87 100%);
    border-radius: 5px 0 0 5px;
}

.team-item-img img {
    position: absolute;
    bottom: 0;
    left: 10px;
}

.team-item-info {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    width: 50%;
    background: #212528;
    border-radius: 0 5px 5px 0;
}

.team-item-info::before {
    position: absolute;
    top: 0;
    left: -120px;
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 205px 120px;
    border-color: transparent transparent #212528 transparent;
}

@media screen and (max-width: 1288px) {
    .team-item-info::before {
        left: -50px;
        border-width: 0 0 140px 50px;
    }
}

@media screen and (max-width: 440px) {
    .team-item-info::before {
        left: -30px;
        border-width: 0 0 110px 30px;
    }
}

.team-item-info span {
    display: block;
    margin: 0 0 10px;
    color: #787878;
}

@media screen and (max-width: 440px) {
    .team-item-info span {
        font-size: 14px;
    }
}

.team-item-title {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
}

@media screen and (max-width: 1288px) {
    .team-item-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 440px) {
    .team-item-title {
        font-size: 16px;
    }
}

/*----------------------------------------------------- */
/* MAIL */
/*----------------------------------------------------- */

.v-section-mail {
    overflow: hidden;
}

.v-section-mail .page-container {
    position: relative;
    padding: 40px 0;
}

.v-mail-bg {
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translate(0,-50%);
    width: 350px;
    opacity: .1;
}

@media screen and (max-width: 1288px) {
    .v-mail-bg {
        opacity: .05;
    }
}

@media screen and (max-width: 864px) {
    .v-mail-bg {
        display: none;
    }
}

.v-mail {
    display: flex;
    align-items: center;
    padding-left: 40px;
}

@media screen and (max-width: 1288px) {
    .v-mail {
        padding: 0;
    }
}

.v-mail-img {
    height: 100px;
}

@media screen and (max-width: 440px) {
    .v-mail-img {
        height: 60px;
    }
}

.v-mail-text {
    padding-left: 40px;
}

@media screen and (max-width: 440px) {
    .v-mail-text {
        padding-left: 25px;
    }
}

.v-mail-title {
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

@media screen and (max-width: 1288px) {
    .v-mail-title {
        font-size: 32px;
    }
}

@media screen and (max-width: 864px) {
    .v-mail-title {
        font-size: 26px;
        margin: 0 0 10px;
    }
}

@media screen and (max-width: 440px) {
    .v-mail-title {
        font-size: 24px;
    }
}

.v-mail p {
    font-size: 24px;
}

@media screen and (max-width: 1288px) {
    .v-mail p {
        font-size: 20px;
    }
}

@media screen and (max-width: 864px) {
    .v-mail p {
        font-size: 18px;
    }
}

@media screen and (max-width: 440px) {
    .v-mail p {
        font-size: 16px;
    }
}

/*----------------------------------------------------- */
/* SOC */
/*----------------------------------------------------- */

.v-soc {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -25px -25px 0;
}

.v-soc-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(33.333% - 25px);
    margin: 0 25px 25px 0;
    background: white;
    border-radius: 5px;
    padding: 20px 50px;
}

@media screen and (max-width: 1288px) {
    .v-soc-item {
        width: calc(50% - 25px);
    }
}

@media screen and (max-width: 864px) {
    .v-soc-item {
        width: 100%;
    }
}

.v-soc-item .button {
    width: 100%;
    margin: 0 0 20px;
}

.v-soc-item .button:last-child {
    margin: 0;
}

.v-soc-item:last-child {
    padding: 40px 50px;
    justify-content: space-between;
}

/*----------------------------------------------------- */
/* GALLERY */
/*----------------------------------------------------- */

.gallery {
    display: flex;
    flex-wrap: wrap;
}

.gallery-item {
    width: 20%;
}

@media screen and (max-width: 1020px) {
    .gallery-item {
        width: 33.333%;
    }
}

@media screen and (max-width: 600px) {
    .gallery-item {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    .gallery-item:last-child {
        display: none;
    }
}

/*----------------------------------------------------- */
/* CONTACTS */
/*----------------------------------------------------- */

.v-contacts-wrap {
    margin: 60px 0 0;
}

.v-contacts-columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.v-contacts-column {
    width: calc(50% - 20px);
}

@media screen and (max-width: 1288px) {
    .v-contacts-column {
        width: 100%;
        margin: 0 0 60px;
    }
}

@media screen and (max-width: 1288px) {
    .v-contacts-column:last-child {
        margin: 0;
    }
}

.v-contacts-info {
    margin: 0 0 25px;
}

.v-contacts-info-title {
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 5px;
}

@media screen and (max-width: 440px) {
    .v-contacts-info-title {
        font-size: 20px;
    }
}

.v-contacts-info-text {
    font-size: 18px;
}

@media screen and (max-width: 440px) {
    .v-contacts-info-text {
        font-size: 16px;
    }
}

.v-contacts-map {
    border-radius: 5px;
    overflow: hidden;
}

@media screen and (max-width: 1288px) {
    .v-contacts-map {
        height: 400px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news/s1_vakansii/bitrix/news.list/.default/style.css?178940095622677 */
