.careers_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.careers_title h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    font-weight: 600;
    font-size: 72px;
    line-height: 73px;
    margin: 0;
}
.careers_title > div:nth-child(1) {
    width: 100%;
}
.careers_title hr {
    background: #DDDDDD;
    margin: 0 20px;
    width: 100%;
}
.careers_main_section {
    max-width: 1066px;
    width: 100%;
    margin: 88px auto;
}
.about_team {
    margin-top: 72px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.about_team_img {
    position: relative;
    width: 40%;
}
.about_team_img > div {
    position: absolute;
    transition: 0.3s;
}
.about_team > div:nth-child(2) {
    width: 60%;
}

.about_team h2 {
    font-weight: 600;
    font-size: 40px;
    color: #950E6D;
    width: 60%;
}
.about_team p {
    font-weight: 300;
    font-size: 24px;
    line-height: 42px;
    color: #424242;
}
.about_team_img > div:nth-child(2) {
    top: 22px;
    left: 14px;
}
.about_team_img > div:nth-child(3) {
    top: 101px;
    left: 85px;
    transition:0.3s;
    opacity: 0;
}
.vaccancies h2 {
    font-size: 40px;
    line-height: 72px;
    color: #1E181C;
    padding-left: 88px;
    position: relative;
    margin: 0 0 32px;
}
.vaccancies h2:before {
    content: '';
    width: 64px;
    height: 2px;
    background: #1E181C;
    display: block;
    position: absolute;
    left: 0;
    top: 34px;
}
.vaccancies {
    margin-top: 90px;
}
.vaccancies_item {
    position: relative;
    padding: 32px 32px 32px 72px;
    background: #FFFFFF;
    box-shadow: 5px 2px 18px 2px rgba(18, 18, 18, 0.1);
    margin-bottom: 32px;
}
.vaccancies_item p {
    font-size: 24px;
    line-height: 42px;
    color: #424242;
    margin: 0;
}
.vaccancies_item h3 {
    font-weight: 600;
    font-size: 40px;
    color: #1E181C;
    margin: 0 0 16px 0;
}
.vaccancies_item a {
    margin: 8px 0 0 auto;
}
.vaccancies_item span {
    left: 28px;
    top: 48px;
}
.apply_cv p {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #1E181C;
    margin: 72px 0 16px;
    width: 86%;
}
.apply_cv button, .apply_modal button {
    background: #950E6D;
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    padding: 16px 48px;
    border: 1px solid #950E6D;
    transition: 0.3s;
}
.apply_cv button:hover, .apply_modal button:hover {
    background:#FFFFFF;
    color:  #950E6D;
}
.apply_modal {
    outline: none !important;
    background: #FFFFFF;
    box-shadow: 5px 2px 18px 2px rgba(18, 18, 18, 0.1);
    border-radius: 4px;
    padding: 64px;
    max-width: 90%;
    margin: 104px auto;
    position: relative;
}
.apply_modal h2 {
    font-weight: bold;
    font-size: 40px;
    color: #211F1F;
    margin: 0 0 16px;
}
.apply_modal p {
    font-weight: 300;
    font-size: 24px;
    line-height: 42px;
    color: #1E181C;
    margin: 0;
}
.apply_modal h4 {
    font-weight: bold;
    font-size: 24px;
    color: #950E6D;
    margin: 40px 0 24px;
}
.apply_modal ul li {
    font-weight: 300;
    font-size: 24px;
    color: #1E181C;
    line-height: 42px;
}
.job_desc p {
    font-weight: bold;
    font-size: 32px;
    line-height: 42px;
    color: #950E6D;
}
.job_desc {
    margin: 50px 0 80px;
}
.apply_modal h3 {
    font-size: 40px;
    color: #1E181C;
    margin: 0 0 16px;
}
.apply_modal input, .apply_modal textarea {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    box-sizing: border-box;
    padding: 16px;
    margin-bottom: 16px;
}
.apply_modal textarea {
    resize: none;
    height: 133px;
}
.two_inputs {
    display: flex;
}
.two_inputs input:nth-child(1){
    margin-right: 16px;
}
.attach_file input {
    padding: 0;
    border: none;
    position: absolute;
    left: 0;
    width: 100px;
    opacity: 0;
    cursor: pointer;
}
.attach_file {
    position: relative;
    color: #7A7A7A;
    font-weight: 600;
    margin-bottom: 16px;
}
.attach_file i {
    color: #7A7A7A;
    font-weight: 600;
    transform: rotate(79deg);
}
.attach_file span {
    padding: 8px 8px 8px 0;
    cursor: pointer;
}
.team_info > div {
    font-weight: 300;
    font-size: 24px;
    line-height: 42px;
    color: #424242;
}




@media (min-width: 1197px) {
    .about_team_img > div:nth-child(2):hover {
        left: -133px;
        transform: rotate(18deg);
    }
    .about_team_img > div:nth-child(2):hover + div:nth-child(3){
        left: 145px;
    }

}

@media (max-width: 1450px) {
    .careers_title h1 {
        font-size: 60px;
    }
    .apply_cv button, .apply_modal button {
        font-size: 26px;
        padding: 12px 39px;
    }
    .apply_cv p {
        font-size: 26px;
        line-height: 34px;
    }
}
@media (max-width: 1197px) {
    .careers_title > div:nth-child(1) {
        padding-left:0;
    }
    .careers_title {
        padding-right:0;
    }
    .services_main {
        max-width: 89%;
    }
    .careers_title h1 {
        font-size: 49px;
    }
    .vaccancies h2 {
        font-size: 40px;
    }
    .careers_main_section {
        max-width: 90%;
        margin: 40px auto;
    }
    .about_team h2 {
        font-size: 30px;
    }
    .about_team > div:nth-child(2) {
        margin-left: 40px;
    }
    .vaccancies_item h3 {
        font-size: 27px;
    }
    .vaccancies_item span {
        left: unset;
        right: 32px;
        top: 21px;
    }
    .vaccancies_item p {
        font-size: 20px;
        line-height: 33px;
    }
    .vaccancies_item{
        padding: 32px;
    }
    .apply_modal h2 {
        font-size: 24px;
    }
    .apply_modal p, .apply_modal ul li {
        font-size: 16px;
        line-height: 31px;
    }
    .apply_modal h4 {
        font-size: 20px;
        margin: 20px 0 18px;
    }
    .job_desc {
        margin: 25px 0 27px;
    }
    .apply_modal h3 {
        font-size: 24px;
    }
    .apply_modal {
        padding: 24px;
    }
}
@media (max-width: 949px) {
    .careers_title h1 {
        font-size: 38px;
    }
    .about_team p, .team_info > div {
        font-size: 18px !important;
        line-height: 35px;
    }
}
@media (max-width: 916px) {
    .vaccancies h2:before {
        width: 32px;
    }
    .vaccancies h2 {
        font-size: 24px;
        padding-left: 43px;
        margin: 0 0 24px;
    }
    .about_team h2 {
        font-size: 24px;
    }
    .about_team > div:nth-child(2) {
        margin-left: 0;
    }
    .vaccancies_item h3 {
        font-size: 16px;
    }
    .vaccancies_item p {
        font-size: 16px;
        line-height: 26px;
    }
    .vaccancies_item{
        padding: 16px;
    }
    .vaccancies_item_ span {
        right: 16px;
        top: 10px;
    }
    .apply_cv p {
        font-size: 16px;
        line-height: 32px;
    }
    .apply_cv button, .apply_modal button {
        font-size: 16px;
        padding: 9px 32px;
    }
    .apply_cv p {
        margin: 40px 0 16px;
    }
    .about_team {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .about_team > div:nth-child(2) {
        width: 100%;
    }
    .about_team_img {
        height: 197px;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
    }
    .vaccancies {
        margin-top: 40px;
    }
    .about_team_img > div:nth-child(2), .about_team_img > div:nth-child(3) {
        max-width: 169px;
    }
    .about_team_img > div:nth-child(1) {
        max-width: 155px;
    }
    .about_team_img > div:nth-child(2) {
        top: 10px;
    }
    .about_team_img > div:nth-child(3) {
        top: -1px;
        left: 151px;
        transform: rotate(-11deg);
    }
    .about_team {
        margin-top: 24px;
    }
}

@media (max-width: 659px) {
    .careers_title h1 {
        font-size: 24px;
        line-height: 32px;
    }
    .careers_title > div:nth-child(2) {
        max-width: 69px;
    }
    .careers_main {
        margin: 32px auto;
    }
    .careers_main > div:nth-child(2) {
        margin-top: 38px;
    }
}
@media (max-width: 414px) {
    .careers_title h1 {
        font-size: 21px;
    }
}
@media (max-width: 320px) {
    .careers_title h1 {
        font-size: 17px;
    }
}