.vacancies-section{
	display: flex;
}
.vacancies-section > .elementor-container{
	max-width: 100% !important;
    display: flex !important;
    flex-wrap: wrap;
}
.vacancies-section > .elementor-container .slick-track{
	display: flex !important;
	align-items: stretch;
}
.vacancies-section > .elementor-container .slick-slide{
	margin: 0 10px !important;
	min-height: 500px;
    display: flex;
}
.vacancies-section > .elementor-container .slick-slide > div{
	margin: 0 !important;
}
.vacancies-section > .elementor-container .slick-arrow{
    border: 1px solid #303030;
    border-radius: 100%;
    color: black;
    background: white;
    padding: 10px;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.vacancies-section > .elementor-container .slick-arrow.slick-next{
	left: auto;
	right: -70px;
}
.vacancies-section > .elementor-container .slick-arrow::before{
	color:#303030;
}
.vacancies-section > .elementor-container .slick-arrow.slick-prev{
	right: auto;
	left: -70px;
}

.form-outer{
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 740px;
    max-width: 1280px;
    z-index: -1;
}
.form-background{
    position: fixed;
    display: none;
    justify-content: center;
    align-items: center;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #00000078;
    z-index: -1;
}
.form-background.active{
    z-index: 95;
    display: flex;
}
.form-outer.active{
    z-index: 99;
    display: flex;
}
.form-outer .form-inner{
    position: relative;
    display: flex;
    justify-content: center;
    height: 100%;
    margin: auto;
    width: 100%;
}
.form-outer .form-inner .form-close{
    position: absolute;
    top: -16px;
    right: 14px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #f0f8fc;
    cursor: pointer;
    z-index: 111;
    display: flex;
    align-items: center;
    justify-content: center;
}
.form-outer .form-inner .form-close i{
    font-size: 18px;
    color: #343159;
}
.form-outer .form-inner .form-left{
    background-color: #43baff;
    padding: 40px;
    max-width: 340px;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form-outer .form-inner .form-left h2{
    font-weight: 500;
    font-size: 35px;
    line-height: 110%;
    margin-bottom: 20px;
    color: white;
}
.form-outer .form-inner .form-left p{
    font-size: 15px;
    line-height: 150%;
    color: white;
}
.form-outer .form-inner .form-left a{
    color: white;
    text-decoration: none;
    font-size: 18px;
    line-height: 160%;
}
.form-outer .form-inner .form-left a:hover{
    text-decoration: underline;
}
.form-outer .form-inner .form-right{
    padding: 40px;
    background: #fff;
    max-width: 65%;
    width: 100%;
}
.form-outer .form-inner .form-row > p{
   display:flex;
   align-items:center;
   justify-content: space-between;
    width: 100%;
}
.form-outer .form-inner .wpcf7-form-control-wrap{
    width: 100%;
}
.form-outer .form-inner .form-row > p > .wpcf7-form-control-wrap{
   max-width: 48%;
}
.form-outer .form-inner .form-row > p > .wpcf7-form-control-wrap input{
    width: 100%;
}
.form-outer .form-inner .form-row > p br{
    display: none;
}
.form-outer .form-inner .form-row .form-submit > p{
    display: flex;
    flex-direction: column;
    justify-items: center;
    width: 100%;
}
.form-outer .form-inner .wpcf7-acceptance span{
    font-size: 18px;
}
.form-outer .form-inner .wpcf7-form-control:not(.wpcf7-acceptance){
    border: 1px solid #cfd8e0;
    border-radius: 10px;
    width: 100%;
}
.form-outer .form-inner input:not([type="checkbox"]), .form-outer .form-inner select{
    min-height: 55px;
}
.form-outer .form-inner .form-submit > p input.wpcf7-submit{
    width: 100%;
    background-color: #43baff;
    border: unset;
    color: white;
    padding: 20px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 5px;
}
@media(max-width: 1280px){
    .form-outer{
        max-width: 70%;
        max-height: 690px;
    }
    .form-outer .form-inner .form-left{
        max-width: 40%;
    }
}
@media(max-width: 768px){
    .form-outer{
        max-width: 95%;
        max-height: 95%;
    }
    .form-outer .form-inner .form-row > p{
        flex-direction: column;
        margin-bottom: 0;
    }

    .form-outer .form-inner .form-row > p > .wpcf7-form-control-wrap{
        max-width: 100%;
        margin-bottom: 10px;
    }
    .form-outer .form-inner .form-right, .form-outer .form-inner .form-left{
        padding: 20px;
    }
}