*{
    box-sizing: border-box;
}
p{
    margin: 0;
}
.hidden-scroll{
    overflow-y: hidden;
}
.browse-file-inner {
    color: #8E8E8E;
    text-align: center;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 10px;
}
.main-container{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.container{
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.modal{
    display: none;
}
.banner{
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    background-image: url("../img/vacancies-images/banner-background.png");
    background-repeat: no-repeat;
    margin-bottom: 110px;
    background-size: cover;
}
.banner .order-lang{
    position: relative;
    top: 7px;
}
.banner-inner{
    height: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.banner-logo-line{
    width: 100%;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    padding: 40px 50px 0 50px;
    margin-bottom: 15px;
}
.banner-logo-line .lang-choice > span{
    top: 1px;
}
.banner-logo-line .lang-choice img{
    height: 12px;
}
.banner-logo img{
    width: 142px;
    height: 52px;
}
.custom-dropdown{
    position: relative;
    width: 100%;
}
.banner-info{
    width: 100%;
    height: calc(100% - 115px);
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 0 50px;
}
.banner-info-right{
    width: 100%;
    height: 90vh;
}
.banner-info-right img{
    /* max-width: 100%;
    object-fit: cover; */
    height: 100%;
}
.vacansy-attach {
    height: 195px;
    border-radius: 15.143px;
    background: #F5F5F5;
}
.banner-info-left{
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.banner-info-title{
    color: #232323;
    font-size: 60px;
    font-family: sans-serif;
    font-weight: 700;
    line-height: 75px;
    text-transform: uppercase;
}
.banner-info-title span{
    background: -webkit-linear-gradient(#065ABD, #27B7F4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.banner-info-text{
    width: 460px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #232323;
    font-size: 28px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 40px;
    margin: 60px 0;
}
.banner-info-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    z-index: 5555;
}
.banner-info-btn a:hover{
    box-shadow: 0px 8px 18px 0px rgba(4, 66, 141, 0.20);
}
.banner-info-btn a:focus{
    background: #0090D2;
}

.banner-info-btn a{
    font-size: 25px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 14px;
    border-radius: 0px 20px;
    background: #00AEFF;
    padding: 25px 40px;
    text-decoration: none;
    color: #FFF;
}


/* Чем мы занимаемся?  */

.vacancies-about{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 250px;
    padding: 0 50px;
}
.vacancies-about-left{
    width: 460px;
    height: 460px;
    margin-right: 175px;
}
.vacancies-about-right{
    width: calc(100% - 460px);
}
.vacancies-about-title{
    color: #232323;
    leading-trim: both;
    text-edge: cap;
    font-size: 60px;
    font-family: sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 60px;
}
.vacancies-about-title p{
    margin: 0;
}
.vacancies-about-text{
    color: #232323;
    font-size: 28px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 40px;
}

/* Почему тебе понравится у нас? */

.company-inner{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 250px;
    padding: 0 50px;
}
.company-inner-title{
    color: #232323;
    leading-trim: both;
    text-align: center;
    text-edge: cap;
    font-size: 60px;
    font-family: sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 92px;
}
.company-inner-items{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.company-inner-item-inner{
    width: calc(50% - 15px);
    margin-bottom: 30px;
}
.company-inner-item-inner:nth-child(2){
    border-radius: 150px 0px;
    background: rgb(0,174,255);
    background: linear-gradient(90deg, rgba(0,174,255,1) 0%, rgba(175,230,255,1) 0%, rgba(207,240,255,1) 30%, rgba(243,251,255,1) 100%, rgba(255,255,255,0) 100%);
}
.company-inner-item-inner:nth-child(1){
    border-radius: 0px 150px;
    background: rgb(0,174,255);
    background: linear-gradient(270deg, rgba(0,174,255,1) 0%, rgba(175,230,255,1) 0%, rgba(207,240,255,1) 30%, rgba(243,251,255,1) 100%, rgba(255,255,255,0) 100%);
}
.company-inner-item-inner:nth-child(4){
    border-radius: 0px 150px;
    background: rgb(0,174,255);
    background: linear-gradient(90deg, rgba(0,174,255,1) 0%, rgba(175,230,255,1) 0%, rgba(207,240,255,1) 30%, rgba(243,251,255,1) 100%, rgba(255,255,255,0) 100%);
}
.company-inner-item-inner:nth-child(3){
    border-radius: 150px 0px;
    background: rgb(0,174,255);
    background: linear-gradient(270deg, rgba(0,174,255,1) 0%, rgba(175,230,255,1) 0%, rgba(207,240,255,1) 30%, rgba(243,251,255,1) 100%, rgba(255,255,255,0) 100%);
}
.company-inner-item{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 30px 30px 40px;
}
.company-inner-item img{
    width: 91px;
    height: 91px;
    margin-bottom: 40px;
}
.company-inner-item-title{
    width: 100%;
    height: 80px;
    text-align: left;
    color: #232323;
    font-size: 28px;
    font-family: sans-serif;
    font-weight: 600;
    margin-bottom: 10px;
}
.company-inner-item-text{
    width: 100%;
    height: 160px;
    text-align: left;
    color: #232323;
    font-size: 20px;
    font-family: Montserrat;
    line-height: 30px;
    overflow-y: auto;
}

/*  Кого мы ищем?  */

.vacancies-looking{
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 250px;
}
.vacancies-looking-left{
    width: calc(100% - 600px);
}
.vacancies-looking-right{
    width: 600px;
    height: 600px;
    margin-left: 80px;
}
.vacancies-looking-title{
    color: #232323;
    leading-trim: both;
    text-edge: cap;
    font-size: 60px;
    font-family: sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.vacancies-looking-text{
    color: #232323;
    font-size: 28px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 40px;
    overflow-y: auto;
}

/*  ВАКАНСИИ  */


.vacancies-container-btn a{
    position: absolute;
    top: 155px;
    /*right: 50px;*/
    right: 100px;
    border-radius: 0px 20px;
    background: #00AEFF;
    padding: 25px 40px;
    color: #FFF;
    font-size: 25px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 14px;
    margin-top: 45px;
    text-decoration: none;
}
.vacancies-container-btn a:hover{
    box-shadow: 0px 8px 18px 0px rgba(4, 66, 141, 0.20);
}
.vacancies-container-btn a:focus{
    background: #0090D2;
}
.vacancies-container{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 250px;
    padding: 0 50px;
}
.vacancies-container-inner{
    width: 100%;
    display: flex;
    flex-direction: row;
    /*align-items: flex-start;*/
    justify-content: space-between;
}


.vacancies-container-title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #232323;
    leading-trim: both;
    text-edge: cap;
    font-size: 60px;
    font-family: sans-serif;
    font-weight: 700;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 90px;
}
.vacancies-container-title p{
    padding: 10px;
    margin: 0;
}
.vacancies-container-left-inner{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 550px;
}
#second{
    display: none;
}
#thrid{
    display: none;
}
#fourth{
    display: none;
}
#fifth{
    display: none;
}
#six {
    display: none;
}
.vacancies__desc {
    width: calc(100% - 550px);
}
.vacancies-container-right-inner{
    /*width: calc(100% - 550px);*/
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: stretch;
    padding-left: 40px;
    padding-top: 40px;
    padding-right: 20px;
    padding-bottom: 50px;
    border-left-width: 1px;
    border-left-style: solid;
    border-image: linear-gradient(#FFFFFF, #C4C4C4, #FFFFFF) 0 100%;
    flex: 1 1 auto;
    overflow-y: auto;
    height: 100px;
    scrollbar-width: thin;
    overflow-x: hidden;
}
.vacancies-container-right-inner::-webkit-scrollbar {
    width: 5px;
    border-radius: 5px;
}
.vacancies-container-right-inner::-webkit-scrollbar-thumb {
    background: #bec4c4;
    border-radius: 5px;
}
.vacancies-container-right-inner::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 5px;
}
.vacancies__desc {
    position: relative;
    display: flex; 
    flex-direction: column;
}
.vacancies__desc::after {
    background: linear-gradient(rgba(255, 255, 255, 0) 0%, white 60.07%);
    position: absolute;
    height: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
    content: '';
}
.vacancies-container-career{
    width: 100%;
    padding: 40px 40px 33px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    cursor: pointer;
    cursor: pointer;
}
.vacancies-container-career.active{
    background: #EFF9FE;
}
.vacancies-container-career:hover{
    background: #EFF9FE;
}
.vacancies-container-career p{
    color: #00AEFF;
    leading-trim: both;
    text-edge: cap;
    font-size: 28px;
    font-family: sans-serif;
    font-weight: 500;
}
.vacancies-container-career span{
    height: 30px;
    display: flex;
    align-items: center;
    color: #232323;
    text-align: left;
    leading-trim: both;
    text-edge: cap;
    font-size: 20px;
    font-family: Montserrat;
    line-height: 40px;
    margin-top: 20px;
}
.vacancies-container-career span img{
    margin-right: 20px;
}
.vacancies-container-right-career-vac{
    margin-bottom: 50px;
    padding-right: 235px;
}
.vacancies-container-right-inner p{
    color: #232323;
    text-align: left;
    leading-trim: both;
    text-edge: cap;
    font-size: 28px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 20px;
}
.vacancies-container-right-inner span{
    /*width: 100%;*/
    display: flex;
    align-items: center;
    color: #232323;
    text-align: left;
    leading-trim: both;
    text-edge: cap;
    font-size: 20px;
    font-family: Montserrat;
    line-height: 40px;
}
.vacancies-container-right-inner span img{
    margin-right: 20px;
}
.vacancies-container-right-career-respons{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.vacancies-container-right-career-respons span{
    position: relative;
    margin-left: 30px;
}
.vacancies-container-right-career-respons span:before{
    position: absolute;
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 8px;
    border-radius: 0px 4px;
    background: #00AEFF;
    top: 15px;
    left: -25px;
}
.vacancies-vacancies-container-right-career-require{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 50px;
}
.vacancies-vacancies-container-right-career-require span{
    position: relative;
    margin-left: 30px;
}
.vacancies-vacancies-container-right-career-require span:before{
    position: absolute;
    content: '';
    display: flex;
    align-items: center;
    justify-content: center;
    width: 10px;
    height: 8px;
    border-radius: 0px 4px;
    background: #00AEFF;
    top: 15px;
    left: -25px;
}

/*  Как к нам присоединиться? CONTACT-FORM  */

.vacancies-contact{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 50px;
}
.vacancies-contact-title{
    padding: 0 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #232323;
    leading-trim: both;
    text-edge: cap;
    font-size: 60px;
    font-family: sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.vacancies-contact-text{
    padding: 0 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 28px;
    font-family: Montserrat;
    font-weight: 500;
    line-height: 40px;
    margin-bottom: 60px;
}
.vacancies-contact-form-inner{
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.vacancies-contact-form{
    width: 629px;
    padding: 50px 40px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    border-radius: 23.296px;
    background: #FFF;
    box-shadow: 0px 11.648148536682129px 33.77962875366211px 0px rgba(39, 59, 152, 0.10)
}
.vacancies-contact-form-img{
    width: calc(100% - 629px);
}
.vacancies-contact-form-img img{
    max-width: 100%;
    object-fit: cover;
}
.vacancies-contact-form-title{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #35A5FF;
    text-align: center;
    font-size: 35px;
    font-family: sans-serif;
    font-weight: 600;
    line-height: 32.615px;
    margin-bottom: 45px;
}
.vacancies-reg-form{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.vacancies-reg-form input{
    color: #8E8E8E;
    font-size: 20px;
    font-family: Montserrat;
    border-radius: 10px;
    padding-left: 20px;
    height: 50px;
    width: 100%;
    background: #F5F5F5;
    border: none;
    outline: none;
}

.vacancies-list{
    width: 100%;
    margin: 20px 0;
}



div#myVacancy {
    width: 100%;
}

.registration__control {
    width: 20px !important;
    min-width: 20px;
    height: 20px !important;
    -webkit-appearance: none;
    border-radius: 6px !important;
    float: left;
    padding: 0;
    margin: 0;
    background: #FFF !important;
    border: 1px solid #00AEFF !important;
}

.registration__control:checked {
    background: url('/img/vacancies-images/iagree.png'), #00AEFF !important;
    border: 1px solid #00AEFF !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}

.registration__iagree {
    width: 100%;
    margin: 20px 0 0 0;
    display: flex;
    gap: 10px;
}

.vacancies-contact-select{
    display: flex;
    width: 40% !important;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    background: #F5F5F5;
    padding: 0 10px;
    height: 50px;
    margin-left: 20px;
    cursor: pointer;
}

.vacancies-reg-form select{
    color: #8E8E8E;
    font-size: 20px;
    font-family: Montserrat;
    border-radius: 10px;
    padding: 0 10px;
    height: 50px;
    width: 100%;
    background: #F5F5F5;
    border: none;
    outline: none;
}

.vacancies-contact-form  button{
    outline: none;
    border: none;
    width: auto;
    height: auto;
    border-radius: 0px 20px;
    background: #00AEFF;
    padding: 20px 40px;
    color: #FFF;
    font-size: 25px;
    font-family: sans-serif;
    font-weight: 500;
    line-height: 14px;
    margin-top: 45px;
    cursor: pointer;
}
.vacancies-contact-form  button:hover{
    box-shadow: 0px 8px 18px 0px rgba(4, 66, 141, 0.20);
}
.vacancies-contact-form  button:focus{
    background: #0090D2;
}
.vacancies-reg-form input::placeholder{
    color: #8E8E8E;
    font-size: 20px;
    font-family: Montserrat;
}
.vacancies-contact-form-tel select option{
    color: #8E8E8E;
    font-size: 20px;
    font-family: Montserrat;
}
.vacancies-contact-form-tel select{
    color: #8E8E8E;
    font-size: 20px;
    font-family: Montserrat;
    padding: 0 10px;
    border-right: 13px solid transparent;
}
.vacancies-contact-form-tel{
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}
.vacancies-reg-form input:nth-child(3){
    margin-top: 20px;
}
.vacancies-contact-form-tel input{
    width: 50%;
    color: #8E8E8E;
    font-size: 20px;
    font-family: Montserrat;
}
.vacancies-contact-file{
    width: 99.9%;
    position: relative;
    margin-top: 20px;
    border-radius: 10px;
    border: 1px solid transparent;
}
.vacancies-contact-file.drag-over {
    border: 1px solid #007EB9;
}
.vacancies-reg-form textarea{
    position: relative;
    border-radius: 10px;
    padding: 15px 20px;
    height: 130px;
    width: 100%;
    background: #F5F5F5;
    border: none;
    outline: none;
    color: #8E8E8E;
    font-size: 20px;
    font-family: Montserrat;
    resize: none;
}
.vacancies-reg-form textarea::placeholder{
    color: #8E8E8E;
    font-size: 20px;
    color: #8E8E8E;
    font-size: 20px;
    font-family: Montserrat;
}
.iti--separate-dial-code .iti__selected-flag{
    background: unset!important;
    padding-right: 10px!important;
}
.iti--separate-dial-code.iti--show-flags .iti__selected-dial-code{
    font-family: Montserrat;
    color: #8E8E8E!important;
    font-size: 20px!important;
}
.iti__arrow{
    display: none;
}
.iti__selected-flag:after{
    position: absolute;
    top: 50%;
    right: -10px;
    font-family: FontAwesome;
    content: "\f107";
    color: #8E8E8E;
    font-size: 18px;
    padding-right: 3px;
    transform: translateY(-50%);
}

.iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel]{
    width: 100%;
    padding-left: 110px!important;
}
.browse-file-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
}

.browse-file{
    display: none;
}

/*  FOOTER */

.vacancies-footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
}
.vacancies-footer img{
    margin: 25px 0;
}
.vacancies-footer-text{
    width: 855px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #BCBCBC;
    opacity: 0.20000000298023224;
}
.vacancies-footer p{
    margin: 0;
    padding: 25px;
    color: #9A9898;
    font-size: 14px;
    font-family: Roboto;
    line-height: 24px;
}

/* FORM VALIDATION */


.validation{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: flex-start;
    color: #9A0D03;
    font-size: 14px;
    font-family: Montserrat;
    border-radius: 5px;
    background: #FDEFEF;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px 20px;
}
.validation i{
    font-size: 20px;
    margin-right: 10px;
}
.validation-name{
    display: none;
}
.validation-mail{
    display: none;
}
.validation-tel{
    display: none;
}
.validation-iagree {
    display: none;
}
.validation-file {
    display: none;
}

/*  VACANCIES ANSWER */

.vacancies-answer-modal{
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    z-index: 2;
}
.vacancies-answer{
    top: 100px;
    position: relative;
    height: 787px;
    max-width: 1415px;
    background: url("../img/vacancies-images/image 203.png") no-repeat;
    background-color: white;
    background-size: 1415px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 20px;
    transition: 0.3s;
    animation-name: openAnswer;
    -webkit-animation-name: openAnswer;
    -webkit-animation-duration: 1s;
    animation-duration: 1s
}

@-webkit-keyframes openAnswer {
    from {
        opacity: 0;
        transition: 1s;
    }
    to {
        opacity: 1;
        transition: 1s;
    }
}

.vacancies-answer-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.vacancies-answer-info-title p{
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #232323;
    font-family: sans-serif;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 40px;
}
.vacancies-answer-info-text span{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #232323;
    text-align: center;
    font-family: sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 0 213px;
    margin-bottom: 100px;
}
.vacancies-answer-info-btn a{
    cursor: pointer;
    border-radius: 0px 20px;
    background: #00AEFF;
    padding: 25px 40px;
    color: #FFF;
    font-family: sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
    text-decoration: none;
}
.vacancies-answer-info-btn a:hover{
    box-shadow: 0px 8px 18px 0px rgba(4, 66, 141, 0.20);
}
.vacancies-answer-info-btn a:focus{
    background: #0090D2;
}

.vacancies-answer-close{
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: 50px;
    width: 20px;
    height: 18px;
}
.vacancies-answer-close img{
    width: 100%;
    height: 100%;
}

/* drop dawn */

.custom-inner{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;

}
.custom-dropdown{
    position: relative;
    width: 100%;
}
.custom-dropdown-selected{
    width: 100%;
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-right: 20px;
    color: #8E8E8E;
    font-size: 20px;
    font-family: sans-serif;
    border-right: 13px solid transparent;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    z-index: 2;
}
.custom-dropdown-selected span{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.custom-dropdown-selected img{
    margin-right: 5px;
}
.custom-dropdown-selected:before{
    position: absolute;
    top: 50%;
    right: -4px;
    font-family: FontAwesome;
    content: "\f107";
    color: #8E8E8E;
    font-size: 18px;
    padding-right: 3px;
    transform: translateY(-50%);
}
.custom-dropdown-menu{
    width: 400px;
    display: none;
    position: absolute;
    top: 55px;
    left: 0;
    flex-direction: column;
    background: #F5F5F5;
    border: none;
    border-radius: 10px;
    color: #8E8E8E;
    transition: 0s;
    z-index: 1;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch!important;
}
.custom-dropdown-menu.active{
    display: flex;
}
.custom-dropdown-menu-item{
    align-items: flex-start;
    display: flex;
    padding: 5px 10px;
    cursor: pointer;
    color: #8E8E8E;
    font-size: 20px;
    font-family: sans-serif;
}
.custom-dropdown-menu-item img{
    margin-right: 5px;
}
.iti{
    width: 60% !important;
}
.iti__flag{
    align-items: flex-start;
    margin-top: 7px;
    margin-right: 10px;
    display: flex!important;
}

.blue {
    position: relative;
}
.extra-height {
    height: 53px !important;
    display: none;

}
#loader {
    display: block;

    width: 100%;
}
#loader::before {
    background-image: url(/img/inner.png);
    background-repeat: no-repeat;
    width: 37px;
    height: 35px;
    position: absolute;
    content: "";
    background-size: cover;
    top: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#loader::after {
    background-image: url(/img/outer.png);
    background-repeat: no-repeat;
    width: 35px;
    height: 37px;
    position: absolute;
    content: "";
    background-size: cover;
    top: 16%;
    left: 42%;
    transform: translate(-50%, -50%);
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes spin {
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(360deg);
    }
}
.load {
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}
.line{
    background-color: white;
    width: 7px;
    height: 40px;
    margin: 0px 5px;
    border: none;
    animation: size 0.8s infinite linear;
    border-radius: 20px;
}

.line-1{
    animation-delay: 0.60s;
}
.line-2{
    animation-delay: 0.30s;
}
.line-3{
    animation-delay: 0s;
}
.line-4{
    animation-delay: 0.30s;
}
.line-5{
    animation-delay: 0.60s;
}

@keyframes size{
    0%{
        height: 40px;
    }
    25%{
        height: 60px;
    }
    /*25%{*/
    /*    height: 90px;*/
    /*}*/
    /*75%{*/
    /*    height: 60px;*/
    /*}*/
    100%{
        height: 40px;
    }
}


.filepond--root{
    min-height: 155px!important;
}
/*  MEDIA */
@media only screen and (max-width: 1600px) {
    .container {
        max-width: 1415px;
    }
    .banner-info-right {
        width: 45% !important;
    }
}
@media (min-width: 1000px) {
    .lang-choice ul {
        right: 0 !important;
        left: unset !important;
    }
}
@media only screen and (max-width: 1415px) {
    .banner{
        justify-content: flex-start;
    }
    /*.banner-info-right{*/
    /*    height: unset   */
    /*}*/
    .vacancies-about-left{
        margin-right: 95px;
    }
    .vacancies-looking-right{
        margin-left: 45px;
    }
}
@media only screen and (max-width: 1200px) {
    /*.vacancies-container-right-inner {
        width: 50%;
    }*/
    .vacancies__desc {
        width: 50%;
    }
    .vacancies-container-left-inner {
        width: 50%;
    }
    .banner-info-right {
        width: 80% !important;
    }
    .banner-info-right img{
        width: 100% !important;
    }
}
@media only screen and (max-width: 1024px) {
    .banner{
        /*min-height: 100vh;*/
        /*height: auto;*/
        min-height: unset;
        background-image: url(../img/vacancies-images/banner-background.png);
        background-repeat: no-repeat;
    }
    .filepond-wrap, .filepond--browser.filepond--browser {
        display: none;
    }
    .filepond--root .filepond--drop-label {
        min-height: auto !important;
    }
    .filepond--drop-label {
        height: 0px !important;
    }
    .filepond--label-action {
        margin-bottom: 70px;
    }
    .filepond--root > .filepond--panel, .filepond--credits {
        display: none;
    }
    .vacancies-reg-form textarea {
        height: 150px;
    }
    .company-inner-item-text {
        height: 210px;
    }
    .banner-logo-line{
        margin-bottom: 150px;
    }
    .vacancies-contact-form-img{
        display: none;
    }
    .vacancies-contact-form-inner{
        justify-content: center;
    }
    .vacancies-contact-form{
        margin-bottom: 120px;
    }
    .vacancies-container-inner{
        justify-content: flex-start;
    }
    .vacancies-container-left-inner{
        width: 100%;
    }
    .vacancies-container-right-inner, .vacancies__desc {
        display: none!important;
    }
    .vacancies-container-btn{
        display: none;
    }
    /*.vacancies-container-career{*/
    /*    background: transparent!important;*/
    /*}*/

    /*  MODAL  */


    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(52,95,113,.03);
        -webkit-backdrop-filter: blur(5px);
        backdrop-filter: blur(5px);
        z-index: 9999;
        overflow-y: auto;
        opacity: 0;
        pointer-events: none;
        transition: .5s all;
    }
    .overlay_active {
        opacity: 1;
        pointer-events: all;
        transition: .5s all;
    }
    .modal{
        /* animation: fadeIn 1s, slideIn .8s linear; */
        border-radius: 10px;
        box-shadow: 0px 0px 30px #999;
        display: flex;
        width: 95%;
        height: 95%;
        overflow-y: auto;
        flex-direction: column;
        justify-content: flex-start;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%) scale(0);
        transition: .5s all;
        /*align-items: center;*/
        /* position: fixed;
        top: 20px; */
        background: white;
        z-index: 9999;
    }
    .modal_active {
        transform: translate(-50%,-50%) scale(1);
        transition: .5s all;
    }
    .modal-vacancy {

    }
    #wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    @keyframes slideIn {
        0% {
            transform: translateY(400px);
            animation-timing-function: ease-out;
        }
        60% {
            transform: translateY(-30px);
            animation-timing-function: ease-in;
        }
        80% {
            transform: translateY(10px);
            animation-timing-function: ease-out;
        }
        100% {
            transform: translateY(0px);
            animation-timing-function: ease-in;
        }
    }

    .modal-content{
        position: relative;
        /*max-width: 768px;*/
        height: auto;
        padding: 0px 20px 40px 20px;
        background: white;
        display: flex;
        flex-direction: column;
        transition: 0.3s;
    }
    .modal.active .modal-content{
        animation-name: openModal;
        animation-duration: 0.3s;
        animation-timing-function: ease-out;
    }
    @keyframes openModal {
        from {
            transform: translateY(50px);
            opacity: 0
        }
        to {
            transform: translateY(0);
            opacity: 1
        }
    }
    /* .modal-close-line{
        display: flex;
        align-items: flex-start;
        justify-content: center;
        top: 0;
        position: sticky;
        padding: 20px 0;
        background: #fff;
        z-index: 999;
    }
    .modal-close-line img{
        width: 58px;
    } */
    .modal-close {
        display: block;
        background: #fff;
        padding: 25px 0;
        position: sticky;
        top: 0px;
        width: 150px;
        margin-left: auto;
        z-index: 9999;
        
    }
    .modal-close svg {
        width: 40px;
        position: absolute;
        right: 20px;
        top: 10px;
        cursor: pointer;
    }
    .modal-btn a{
        position: absolute;
        top: 75px;
        right: 25px;
        border-radius: 0 20px;
        background: #00AEFF;
        padding: 25px 40px;
        color: #FFF;
        font-size: 25px;
        font-family: sans-serif;
        font-weight: 500;
        line-height: 14px;
        margin-top: 45px;
        text-decoration: none;
    }
    .modal-vacancies-title{
        width: 65%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin-bottom: 50px;
    }
    .modal-vacancies-title p{
        display: flex;
        align-items: center;
        color: #232323;
        font-size: 28px;
        font-family: sans-serif;
        font-style: normal;
        font-weight: 500;
        margin-bottom: 30px;
    }
    .modal-vacancies-title span{
        display: flex;
        align-items: center;
        color: #232323;
        text-align: center;
        font-size: 20px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
    }
    .modal-vacancies-title img{
        margin-right: 20px;
    }
    .modal-vacancies-respons{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        margin-bottom: 30px;
    }
    .modal-vacancies-respons p{
        display: flex;
        align-items: center;
        color: #232323;
        font-size: 28px;
        font-family: sans-serif;
        font-style: normal;
        font-weight: 500;
        margin-bottom: 38px;
    }
    .modal-vacancies-respons span{
        position: relative;
        display: flex;
        align-items: center;
        color: #232323;
        text-align: left;
        font-size: 20px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 28px;
        padding-left: 30px;
    }
    .modal-vacancies-respons span:before{
        position: absolute;
        content: '';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 10px;
        height: 8px;
        border-radius: 0px 4px;
        background: #00AEFF;
        top: 8px;
        left: 5px;
    }
    .modal-vacancies-require{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
    .modal-vacancies-require p{
        display: flex;
        align-items: center;
        color: #232323;
        font-size: 28px;
        font-family: sans-serif;
        font-style: normal;
        font-weight: 500;
        margin-bottom: 38px;
    }
    .modal-vacancies-require span{
        position: relative;
        display: flex;
        align-items: center;
        color: #232323;
        text-align: left;
        font-size: 20px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        margin-bottom: 28px;
        padding-left: 30px;
    }
    .modal-vacancies-require span:before{
        position: absolute;
        content: '';
        display: flex;
        align-items: center;
        justify-content: center;
        width: 10px;
        height: 8px;
        border-radius: 0px 4px;
        background: #00AEFF;
        top: 8px;
        left: 5px;
    }
}
@media (max-width: 1060px) {
    .banner-info-right img{
        object-fit: contain;
        object-position: bottom;
    }
}
@media (max-width: 1001px) {
    .banner{
        height: auto;
    }
    .banner-inner.container {
        margin-bottom: 0;
        height: 100%;
    }
    .banner-info-btn {
        margin: 0 auto 40px !important;
    }
    .banner-info-left{
        height: 100%;
        justify-content: space-between;
    }
    .banner-info {
        margin-top: 30px !important;
        height: 100%;
    }

    .banner-info-right {
        display: none !important;
    }
    .banner-inner {
        justify-content: unset!important;
    }
    .banner-info-right {
        margin: unset !important;
    }
    .banner-info-title {
        margin: 0 auto;
        text-align: center;
    }
    .banner-info-text {
        margin: 40px auto !important;
        text-align: center;
    }
    .banner-info-btn {
        margin: 0 auto 20px;
    }
}
@media (max-width: 1260px) and (min-width: 1024px) {
    .container {
        padding: 0 !important;
    }
}
@media (max-width: 1260px) {
    .banner-info {
        padding: 0;
    }
    /* .vacancies-wrap {
        padding: 0 20px !important;
    } */
    .container {
        padding: 0 50px !important;
    }

    .banner-logo-line {
        padding-left: 0;
        padding-right: 0;
    }
}
@media only screen and (max-width: 1001px) {
    .container {
        padding: 0 30px !important;
    }
    .banner-inner{
        height: auto;
        justify-content: unset!important;
    }
    .banner-info{
        flex-direction: column;
    }
    .banner-info-left{
        width: 100%;
    }
    .banner-info-right{
        display: flex;
        width: 100%;
        margin-top: -350px;
        /*height: unset;*/
        justify-content: flex-end;
    }
    /*.banner-info-right img{*/
    /*    height: 580px;*/
    /*}*/
    .banner-info-title{
        font-size: 48px;
    }
    .vacancies-about{
        margin-bottom: 155px;
    }
    .vacancies-about-title{
        font-size: 29px;
        margin-bottom: 30px;
    }
    .vacancies-about-text{
        font-size: 20px;
        line-height: 28px;
    }
    .vacancies-about-left{
        width: 246px;
        height: 246px;
    }
    .vacancies-about-left img{
        width: 246px;
        height: 246px;
    }
    .company-inner{
        margin-bottom: 130px;
    }
    .company-inner-title{
        font-size: 29px;
        margin-bottom: 50px;
    }
    .vacancies-about-right{
        width: calc(100% - 246px);
    }
    .company-inner-items{
        flex-direction: column;
    }
    .company-inner-item-inner{
        width: 100%;
    }
    .vacancies-looking{
        margin-bottom: 155px;
    }
    .vacancies-looking-title{
        font-size: 29px;
        margin-bottom: 40px;
    }
    .vacancies-looking-text{
        font-size: 20px;
        line-height: 28px;
    }
    .vacancies-looking-right{
        width: 320px;
        height: 320px;
    }
    .vacancies-looking-left{
        width: calc(100% - 320px);
    }
    .vacancies-looking-right img{
        width: 100%;
    }
    .vacancies-container-title{
        font-size: 29px;
        margin-bottom: 0
    }
    .vacancies-container-career{
        padding: 20px 40px 20px 40px;
    }
    .vacancies-container{
        margin-bottom: 170px;
    }
    .vacancies-contact-title{
        font-size: 29px;
    }
    .vacancies-contact-text{
        font-size: 20px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 750px){

    .banner-info-right{
        margin-top: -20px;
    }
}
@media only screen and (max-width: 580px) {
    .banner-info-right{
        margin-top: 0;
    }
    .modal-close svg {
        width: 30px;
        right: 0;
        top: 20px;
    }
    .banner{
        margin-bottom: 60px;
    }
    .banner-info-title{
        font-size: 29px;
        line-height: 30px;
        text-align: center;
        margin-bottom: 15px;
    }
    .banner-info-text{
        font-size: 18px;
        text-align: center;
        line-height: 25px;
        padding: 0 20px;
        margin-bottom: 40px;
        word-break: break-word;
        max-width: 100%;
    }
    .banner-info-btn a{
        font-size: 20px;
        padding: 22px 28px;
    }
    .banner-info-right img{
        height: unset;
    }
    .vacancies-about{
        flex-direction: column-reverse;
        align-items: center;
        margin-bottom: 50px;
    }
    .vacancies-about-left{
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px 30px 30px 30px;
        width: 340px;
        height: 310px;
    }
    .vacancies-about-left img{
        width: 100%;
        height: 100%;
    }
    .vacancies-about-right{
        width: 100%;
    }
    .vacancies-about-text{
        line-height: 23px;
        font-size: 18px;
        width: 100%;
        border-radius: 0 110px;
        background: #EFF9FE;
        padding: 30px 25px;
        text-align: center;
    }
    .vacancies-about-title{
        font-size: 25px;
        text-align: center;
    }
    .company-inner{
        margin-bottom: 100px;
    }
    .company-inner-title{
        font-size: 25px;
        margin-bottom: 45px;
    }
    .company-inner-item-title{
        height: unset;
        font-size: 18px;
    }
    .company-inner-item-text{
        font-size: 14px;
        line-height: 18px;
        height: auto;
    }
    .company-inner-item{
        padding: 25px 25px 47px 55px;
    }
    .company-inner-item img{
        width: 44px;
        height: 44px;
    }
    .company-inner-item-inner{
        margin-bottom: 10px;
    }
    .vacancies-looking{
        flex-direction: column;
        align-items: center;
        margin-bottom: 115px;
    }
    .vacancies-looking-left{
        width: 100%;
    }
    .vacancies-looking-title{
        font-size: 25px;
        text-align: center;
        margin-bottom: 30px;
    }
    .vacancies-looking-text{
        font-size: 18px;
        line-height: 23px;
        width: 100%;
        border-radius: 0px 111px;
        background: #EFF9FE;
        padding: 25px 40px;
        text-align: center;
        margin-bottom: 20px;
    }
    .vacancies-container-title{
        font-size: 25px;
    }
    .vacancies-container-career{
        padding: 15px 40px 15px 20px;
    }
    .vacancies-container-career p{
        font-size: 18px;
    }
    .vacancies-container-career span{
        font-size: 14px;
        margin-top: 0;
    }
    .vacancies-container-career span img{
        width: 14px;
        height: 14px;
    }
    .vacancies-looking-right{
        width: 345px;
        height: 295px;
        margin: 0 30px 0px 30px;
    }
    .vacancies-looking-right img{
        width: 100%;
        height: 100%;
    }
    .vacancies-contact-title{
        font-size: 25px;
        text-align: center;
        margin-bottom: 30px;
        line-height: 28px;
    }
    .vacancies-contact-text{
        padding: 0;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }
    .vacancies-contact-form{
        padding: 25px 20px;
        margin-bottom: 50px;
    }
    .vacancies-contact-form-title{
        margin-bottom: 10px;
        font-size: 20px;
    }
    .vacancies-reg-form input{
        font-size: 14px;
    }
    .vacancies-contact-form  button{
        font-size: 23px;
    }
    .vacancies-reg-form input::placeholder{
        font-size: 14px;
    }
    .vacancies-contact-form-tel{
        flex-direction: column-reverse;

    }
    .vacancies-contact-form-tel select option{
        font-size: 14px;
    }
    .vacancies-contact-form-tel select{
        font-size: 14px;
    }
    .vacancies-contact-form-tel input{
        font-size: 14px;
    }
    .vacancies-contact-select{
        margin-left: 0;
        margin-bottom: 20px;
        width: 100% !important;
    }
    .vacancies-reg-form textarea{
        font-size: 14px;
    }
    .vacancies-reg-form textarea::placeholder{
        font-size: 14px;
    }
    .iti{
        width: 100% !important;
    }
    .iti--separate-dial-code.iti--show-flags .iti__selected-dial-code{
        font-size: 14px!important;
    }
    .iti--allow-dropdown input, .iti--allow-dropdown input[type=text], .iti--allow-dropdown input[type=tel], .iti--separate-dial-code input, .iti--separate-dial-code input[type=text], .iti--separate-dial-code input[type=tel]{
        padding-left: 95px!important;
    }
    .vacancies-footer-text{
        width: 300px;
    }
    .vacancies-contact-form{
        margin-right: 0;
    }
    .vacancies-contact-form button{
        width: 100%;
        padding: 22px 118px;
    }
    .iti__selected-flag:after{
        right: -7px;
    }
    .custom-dropdown-selected{
        font-size: 14px;
    }
    /* MODAL */
    /*.modal-content{*/
    /*    max-width: 360px;*/
    /*}*/
    .modal-btn a{
        position: unset;
        display: inline-block;
        align-items: flex-start;
        justify-content: center;
        font-size: 18px;
        line-height: 14px;
        margin-bottom: 30px;
        margin-top: 0;
        padding: 15px 25px;
    }
    .modal-vacancies-title{
        margin-bottom: 30px;
        width: 100%;
    }
    .modal-vacancies-title p{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .modal-vacancies-title span{
        font-size: 14px;
    }
    .modal-vacancies-respons p{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .modal-vacancies-respons span{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .modal-vacancies-require p{
        font-size: 18px;
        margin-bottom: 15px;
    }
    .modal-vacancies-require span{
        font-size: 14px;
        margin-bottom: 15px;
    }
    .vacancies-container{
        margin-bottom: 50px;
        margin-top: 50px;
    }
    .vacancies-container-title{
        margin-bottom: 0;
    }

}
@media only screen and (max-width: 480px){
    .banner {

    }banner-info-btn
    .vacancies-looking{
        margin-bottom: 0;
    }
    .vacancies-container-career span{
        overflow: hidden!important;
        display: -webkit-box!important;
        -webkit-line-clamp: 1!important;
        -webkit-box-orient: vertical!important;
    }
    .banner-info-right {
        height: unset!important;
    }
}
@media only screen and (max-width: 380px){
    .banner-info {
        padding: unset!important;
    }
    .banner-info-btn a{
        font-size: 16px;
        padding: 20px 20px;
    }
    .vacancies-about-left{
        width: 246px;
        height: 246px;
    }
    .vacancies-looking-right{
        width: 246px;
        height: 246px;
    }

    .vacancies-container-career p{
        overflow: hidden!important;
        display: -webkit-box!important;
        -webkit-line-clamp: 2!important;
        -webkit-box-orient: vertical!important;
    }
}

