

/* Start:/local/templates/illuminator/components/bitrix/news/vakancy/bitrix/news.detail/.default/style.css?176183439314628*/
:root{
    --color-yellow-accent: #fdd835;
}
.fs--book{
    font-family: 'Futura PT book'!important;
}

.bx-breadcrumb .bx-breadcrumb-item:nth-child(2){
    display: none;
}
.vacancy_fs{
    min-height: 720px;
    background-image: url(/vacancy/images/fs_back.png);
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 80px;
    padding-top: 102px ;
    text-align: center;
    position: relative;
    padding-bottom: 150px;
}
.vacancy_fs h1{
    font-weight: 600;
    font-size: 55px !important;
    line-height: 110% !important;
    text-transform: uppercase;
    text-align: center !important;
    color: white;
    text-align: center;
    margin: 0 !important;
    margin-bottom: 30px !important;
}
.vacancy_fs::before{
    content: '';
    position: absolute;
    bottom: 0;
    width: 413px;
    height: 445px;
    left: 0;
    background-image:  url(/vacancy/images/rocket.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.vacancy_fs::after{
    content: '';
    position: absolute;
    right: 0;
    width: 413px;
    height: 445px;
    top: 20%;
    background-image:  url(/vacancy/images/satellite.png);
    background-repeat: no-repeat;
    background-size: contain;
}
.vacancy_fs p{
    font-weight: 400;
    font-size: 21px;
    text-align: center;
    color: white;
    text-align: center;
    max-width: 715px;
    margin: 0 auto 50px;
}
.career__button{
    margin-bottom: 15px;
    border-radius: 5px;
    background: var(--color_yellow_accent, #FDD835);
    width: 250px;
    height: 59px;
    color: var(--color_black, #1F1F1F);
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    z-index: 1;
    border: none;
}
button.career__button:hover {
    background: #ffc618 !important;
}
.vacancy_fs h1>span{
    color: var(--color-yellow-accent) !important;
}
.sub-btn{
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: white;
}

.vacancy_hire{
    background-color: white;
    padding: 80px 0 ;
}
.hire__list{
    border-bottom: 1px solid  #C1C1C1;
    border-top: 1px solid  #C1C1C1;
    padding-left: 0;
}

.hire__item-description  p:not(.hire__item-description-list-title),.hire__item-description ul{
    font-family: 'Futura PT book'!important;
}
.hire__item{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px 15px;
    padding: 50px 0;
}
.hire__item:not(:last-child){
    border-bottom: 1px solid  #C1C1C1;
}
.hire__item-title{
    flex: 1 0 40%;
}
.hire__item-title p{
    font-weight: 600;
    font-size: 45px;
    line-height: 105%;
    color: #1F1F1F;
}
.hire__item-description p{
    font-weight: 400;
    font-size: 23px;
    line-height: 125%;
    color: #1F1F1F;
}
.hire__item-description p:not(:last-child){
    margin-bottom: 25px;
}
.hire__item-description p.hire__item-description-list-title{
    font-weight: 450;
    font-size: 27px;
    line-height: 125%;
    color: #1F1F1F;
}
.hire__item-description ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style: none;
    padding: 0;
}
.hire__item-description li{
    font-weight: 400;
    font-size: 23px;
    line-height: 125%;
    color: #1F1F1F;
    position: relative;
    padding-left: 18px ;
    list-style: none;
}

.hire__item-description li::before{
    position: absolute;
    content: '';
    width:8px ;
    height:8px ;
    border-radius: 100%;
    left: 0;
    top: 10px;
    background-color: var(--color-yellow-accent);
}
.vacancy_tender{
    background-color: #1F1F1F;
    padding: 70px 0;
}
.vacancy-title{
    font-weight: 600;
    font-size: 45px;
    line-height: 105%;
    color: #fff;
    text-align: center;
    margin-top: 0 !important;
}
.vacancy_tender__item-title{
    font-weight: 450;
    font-size: 27px;
    line-height: 105%;
    color: var(--color-yellow-accent);
    margin-bottom: 25px;
}
.vacancy_tender__item-text{
    font-weight: 400;
    font-size: 23px;
    line-height: 125%;
    color: #fff;
    margin-bottom: 0;
}
.vacancy_tender__list{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    padding-left: 0;
}
.vacancy_tender__item{
    padding: 45px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 9px;
    background: #292929;
    flex: 1 1 calc(50% - 30px);
    list-style: none;
    overflow: hidden;
}
.vacancy_tender__item:first-child{
    text-align: center;
    position: relative;
    flex: 1 1 100%;
    padding: 55px;
    
}

.vacancy_tender__item:first-child::before{
    position: absolute;
    content: '';
    height: 308px;
    width: 293px;
    left: -22px;
    bottom: -2px;
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(/vacancy/images/astronaut.png);
}
.vacancy_tender__item:first-child::after{
    position: absolute;
    content: '';
    right: 0;
    top: 0;
   
    height: 267px;
    width: 203px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/vacancy/images/satellite2.png);
}
.vacancy_tender__item:first-child .vacancy_tender__item-text{
    max-width: 641px ;
    margin: 0 auto;
}
.vacancy_tender__item:last-child{
    margin: 0 auto;
    flex: 0 1 calc(50% - 30px);
}
.our_client{
    background-color: white;
    padding: 80px 0;
}
.vacancy-title--sub-color{
    color: #1F1F1F;
}
.our_client__sub-title{
    font-weight: 400;
    font-size: 34px;
    line-height: 132%;
    text-align: center;
    color: #1F1F1F;
    margin-bottom: 60px;
}
.our_client__slider{
    padding-top: 60px;
}
.our_client__sub-title span{
    font-weight: 600;
}
.our_client__slider{
    border-top:1px solid #c1c1c1;
}
.our_client__slider .slick-list{
    margin: 0 -15px;
}
.our_client__slide{
    padding: 0 15px;
}
.our_client__slide-content{
    display: flex;
    flex-direction: column;
}
.our_client__slide-image{
    padding: 93px 36px;
    background-color: #F1F1F1;
    max-height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}
.our_client__slide-name{
    font-weight: 450;
    font-size: 25px;
    line-height: 110%;
    color: #1F1F1F;
    margin-bottom: 17px;
}
.our_client__slide-description{
    font-weight: 400;
    font-size: 21px;
    line-height: 125%;
    color: #1F1F1F;
}
.button-list{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.button-list .prev,.button-list .next{
    cursor: pointer;
}
.button-list .prev:hover rect, .button-list .next:hover rect{ 
    fill: #FDD835;
    stroke: #FDD835;
}
.joint_vacation .button-list .prev:hover rect, .joint_vacation .button-list .next:hover rect{ 
    stroke: none;
}
.career__form {
    background-image: url(/o-nas/career/12.png), url(/o-nas/career/13.png);
    padding: 70px 0;
    color: white;
    background-color: var(--color_black, #1F1F1F);
    background-position: left top, right top;
    background-repeat: no-repeat;
}

.career__form h2 {
    font-size: 47px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 95% !important;
    /* 44.65px */
    margin: 0 0 25px !important;
    text-align: center;
}

.career__form__description {
    text-align: center;
    font-family: Futura PT;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 95%;
    /* 23.75px */
    max-width: 654px;
    margin: 0 auto 42px;
}

a.career__form-button {
    width: 250px;
    height: 59px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 5px;
    background: var(--color_yellow_accent, #FDD835);
    color: var(--color_black, #1F1F1F);
    font-family: Futura PT;
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    text-decoration: none;
}

a.career__form-button:hover {
    background: #ffc618 !important;
    color: var(--color_black, #1F1F1F) !important;
    text-decoration: none !important;
}

.career__happy {
    padding: 70px 0 100px;
}

.career__happy h2 {
    color: var(--color_black, #1F1F1F);
    text-align: center;
    font-family: Futura PT;
    font-size: 47px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 95% !important;
    /* 44.65px */
    max-width: 858px;
    margin: 0 auto 45px !important;
}

.career__happy img {
    border-radius: 5px;
    overflow: hidden;
    height: 100%;
}

.career__happy-text {
    margin: 40px auto 30px;
    max-width: 555px;
    color: var(--color_black, #1F1F1F);
    text-align: center;
    font-family: Futura PT;
    font-size: 25px;
    font-style: normal;
    font-weight: 450;
    line-height: 95%;
    /* 23.75px */
}

button.career__happy-button {
    border-radius: 5px;
    background: var(--color_yellow_accent, #FDD835);
    width: 250px;
    height: 59px;
    color: var(--color_black, #1F1F1F);
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;
    border: 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

button.career__happy-button:hover {
    background: #ffc618 !important;
}

.career__happy .row {
    display: flex;
    flex-wrap: wrap;
}

.career__happy ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
    counter-set: list;
    color: var(--color_black, #1F1F1F);
    font-family: Futura PT;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
    /* 25px */
    border-top: 1px solid #E1E1E1;
    height: 100%;
    flex-direction: column;
    display: flex;
}

.career__happy li {
    border-bottom: 1px solid #E1E1E1;
    padding: 15px 0;
    display: flex;
    align-items: center;
    column-gap: 20px;
    counter-increment: list;
    width: 100%;
    flex-grow: 1;
}

.career__happy li:before {
    content: counter(list);
    flex: 0 0 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--color_yellow_accent, #FDD835);
    display: flex;
    align-items: center;
    justify-content: center;
}
.slider-row{
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}
.slider-col{
    max-width: calc(50% - 30px);
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    height: auto;
}
.joint_vacation{
    background-color: #1F1F1F;
    padding: 80px 0;
}
.joint_slide-image img{
    width: 100%;
    height: 100%;
    border-radius: 6px;
}
.joint_vacation .button-list{
    position: absolute;
    inset: 0 0 0 0;
    justify-content: space-between;
    align-items: center;
    padding: 30px;
    opacity: 0;
    margin-bottom: 60px;
}
.joint_slider + .button-list:hover{
    opacity: 1;
}
.joint_slider{
  margin-bottom: 25px;
}
.joint_slide-title{
    font-weight: 400;
    font-size: 25px;
    line-height: 115%;
    color: #fff;
}
h2.h1{
    margin-top: 0 !important;
}
#soc-block>div{
    display: block !important;
    min-height: 100% !important;
}

@media(max-width:1399px){
    .vacancy_fs::before, .vacancy_fs::after{
        width: 250px;
        height: 250px;
    }
}
@media(max-width:1199px){
    .vacancy_fs::after{
        top: 55%; /* display: none; */
    }
    .vacancy_tender__item:first-child::before{
        height: 208px;
        width: 193px;
    }
    .career__form {
        background-position: top right calc(100% + 110px), bottom left calc(100% + 30px);
        background-size: auto 80%;
    }
    .vacancy_tender__item:first-child::after{
        height: 195px;
        width: 308px;
        background-size: contain;
    }
}
@media(max-width:991px){
    .hire__item{
        flex-wrap: wrap;
    }
    .vacancy_tender__item:first-child::before, .vacancy_tender__item:first-child::after{
        display: none;
    }
    .vacancy_tender__item, .vacancy_tender__item:last-child{
        flex: 1 1 100%;
    }
    .vacancy_tender__item:first-child{
        padding: 45px;
        text-align: left;
    }
    .career__form {
        background-position: top right calc(100% + 150px), bottom left calc(100% + 70px);
        background-size: auto 80%;
    }

    .career__happy li {
        padding: 9px 0;
        column-gap: 15px;
    }

    .career__happy li:before {
        flex: 0 0 30px;
        height: 30px;
    }

    .branch__slide img {
        margin-left: auto;
    }

    .career__happy img {
        height: 100%;
        object-fit: cover;
    }
    
    .career__happy li {
        padding: 19px 0;
    }
    .soc-img{
        display: none;
    }
}
@media(max-width:767px){
    .vacancy_fs::before, .vacancy_fs::after{
        display: none;
    }
    .career__form {
        background-image: none;
    }

    .career__happy ol {
        margin-bottom: 30px;
        height: auto;
    }

    .career__happy .row .col-sm-6 {
        width: 100%;
    }

    .career__happy img {
        margin: 0 auto;
        display: block;
        width: 100%;
        height: 100%;
    }

    .today-subheader {
        margin-bottom: 15px;
    }

    .career__path {
        column-gap: 20px;
        justify-content: center;
    }
    .slider-col{
        max-width: 100%;
    }
    .vacancy_fs h1{
        font-size: 40px !important;
    }
}
@media(max-width:575px){
    .career__happy h2, .career__form h2{
        font-size: 37px !important;
    }
    .vacancy_tender__item-text{
        font-size: 20px;
    }
    .vacancy-title{
        font-size: 37px !important;
    }
    .our_client__sub-title{
        font-size: 25px;
    }
    .hire__item-description li{
        font-size: 20px;
    }
    .vacancy_fs h1{
        font-size: 32px !important;
    }
    .vacancy_fs p{
        font-size: 17px;
    }
    .sub-btn {
        font-size:16px ;
    }
    .hire__item-title p{
        font-size: 37px ;
    }
    .hire__item-description p {
        font-size: 20px;
    }
    .vacancy_tender__item-title {
        font-size: 25px;
    }
    .vacancy_tender__item-title {
        font-size: 25px;
    }
    .joint_slide-title{
        font-size: 22px;
    }
    .career__form__description {
        font-size: 18px;
        line-height: 24px;
    }
    .career__path {
        margin-bottom: 78px;
        flex-direction: row!important;
        column-gap: 10px;
    }
    
    .career__path-arrow {
        font-size: 14px;
        column-gap: 10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .career__path-arrow svg {
        width: 11px;
        height: auto;
        flex-shrink: 0;
    }
    
    .career__path>span {
        font-size: 15px;
    }

    .career__videos>.col-xs-6 {
        flex: 0 0 100%;
    }

}
/* End */
/* /local/templates/illuminator/components/bitrix/news/vakancy/bitrix/news.detail/.default/style.css?176183439314628 */
