

.careerHow__boxwrap{
        margin-top: 20px;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
}

.careerHow__box{
    background: rgb(255, 255, 255);
    -webkit-box-shadow: 0 14px 28px 0 rgba(0,0,0,0.1);
            box-shadow: 0 14px 28px 0 rgba(0,0,0,0.1);
    width: calc(100% - 30px);
    padding:  15px;
    margin-bottom: 20px;
    z-index: 1;
    position: relative;
}

.careerHow__box::before{
    content: "";
    height: 16px;
    width: 16px;
    background-color: #FF004A;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
        position: absolute;
    z-index: -10;
    border-radius: 100%;
}



/***************************************careerOffers*/
.careerOffers{
    position: relative;
        background-color: #5600D3;
    padding: 90px 0;
    
/*    padding-bottom: 20px;*/

}



.careerOffers__boxwrap{
    margin-top: 30px;
    position: relative;
}

.careerOffers__box{
    background: rgba(255, 0, 74, 1);
    -webkit-box-shadow: 0 14px 28px 0 rgba(0,0,0,0.32);
            box-shadow: 0 14px 28px 0 rgba(0,0,0,0.32);
    width: calc(100% - 30px);
    padding: 20px 15px ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    cursor: pointer;
    -webkit-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
}


.careerOffers__header{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
}


.careerOffers__answear{
    height: 0px;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;

}


.careerOffers__arrow{
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translate(0,-50%);
        -ms-transform: translate(0,-50%);
            transform: translate(0,-50%);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.careerOffers__arrow--rotate{
    -webkit-transform: translate(0,-50%) rotate(180deg);
        -ms-transform: translate(0,-50%) rotate(180deg);
            transform: translate(0,-50%) rotate(180deg);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.answear__sub{
    margin-top: 30px;
    margin-bottom: 10px;
}

.careerOffers__list{
    list-style: none;
}

.careerOffers__el{
    width: calc(100% - 30px);
    margin-left: 30px;
    position: relative;
    margin-bottom: 10px;
    
}

.careerOffers__el::before{
    content: "";
    height: 15px;
    width: 15px;
    background-image: url(../assets/career/list-el.svg);
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: -30px;
    top: 4px;
}

.careerOffers__btn{
    margin-top: 30px;
}

.bottom_link{
    margin-top: 70px;
}

.careerOffers__subtitle {
    width: 100%;
    font-size: 22px;
    margin-top: 30px;
        font-weight: 300;
        line-height: 1.2;

}
   .title--white{

        color: #fff;
}
.header__sub{
    text-transform:none;
}

.howWeWrok{
       position: relative;
       background-color: #5600D3;
    padding: 60px 0 90px 0;
    position: relative;
/*    padding-bottom: 20px;*/
}



@media all and (min-width: 550px){
    .careerHow__box{
        width: calc(50% - 40px);
    }
}
@media (min-width: 950px){
  
    .careerOffers__boxwrap{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
    }
    .careerHow__boxwrap, .careerOffers__boxwrap {
    width: 83.33%;
    margin-left: 8.33%;
}
    .header__wrap{
        width: 91%;
    }
    .careerOffers__box{
        width: calc(50% - 40px);
    }
    .careerOffers__subtitle {
        width: 70%;
    }
}