.main-transparent-btn{
    background: white !important;
    border: 2px solid #019FFF;
    color: #019FFF;
}

.playpen-sans {
    font-family: "Playpen Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.main-section{
    position: relative;
}
.main-mobile-img{
 margin-top: -150px;
    position: relative;
    z-index:0;
}


.join-us-section {
    background: url("/test/career/img/advantages-bg.jpg") no-repeat;
    background-position: top;
    background-size: cover;
    overflow: hidden;
}
.join-us-link:hover img {
    transform: translateX(3px);
}
.join-us-link img {
    width: 24px;
    transition: 0.2s all ease-in-out;
}

.join-us-link:hover {
    color: white;
}

.join-us-link {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    margin-bottom: 16px;
}

.join-us-title-wrapper img {
    position: absolute;
    z-index: 0;
    width: 400px;
    right: -40px;
    top: -100px;
}
.join-us-title{
    position: relative;
    z-index: 10;
}

.connect-wrapper-desktop{
    padding:32px 12px 55% 12px;
    border-radius: 30px;
    background: url("/test/career/vacancy/img/bg-planet.jpg") no-repeat;
    background-position: bottom;
    background-size: cover;
    text-align: center;
}
.people-wrapper{
    margin: 0 -20px;
    padding: 24px 16px;
}
.people-title img{
    position: absolute;
    bottom: -10px;
    left: 0;
}
.people-subtitle{
    font-family: "Playpen Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
}
.people-title{
    font-family: "Playpen Sans", sans-serif;
    font-size: 32px;
    position: relative;
    color:#019FFF;
    margin-bottom: 16px;
    font-weight: 500;
}
.steps-item__digit {
    width: auto;
    position: absolute;
    top: -56px;
    right: 70px;
    z-index: 0;
}
.steps-item{
    margin-bottom: 100px;
    min-height: 150px;
    position: relative;
    padding: 24px;
    display: flex;
    flex-direction: column;
    border-radius: 30px;
    justify-content: end;
    background: rgba(1, 159, 255, 0.1);
    backdrop-filter: blur(10px);
    z-index: 1;
}
.steps-decor{
    width: auto;
    position: absolute;
    bottom: 25px;
    right: 5%;
    z-index: 0;
}

ul.blue-dots-list{
    padding-left: 24px;
    margin-bottom: 20px;
}
.blue-dots-list li {
    padding-bottom: 10px;
}
.blue-dots-list li:before {
    content: "";
    width: 9px;
    border-radius: 50%;
    display: inline-block;
    background: #019FFF;
    height: 9px;
    position: absolute;
    left: -17px;
    top: 5px;
}

@media (min-width: 768px) {
    .main-mobile-img{
       display: none;
    }
    .main-section-inner{
        position: relative;
    }

    .main-section-inner::before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-45%);
        width: 400px; /* или задайте конкретную ширину, если нужно */
        height: 400px; /* или задайте конкретную высоту */
        background-image: url('/test/career/vacancy/img/main-decore-desktop-left-col.svg');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain; /* или cover, в зависимости от нужного поведения */
        pointer-events: none; /* чтобы псевдоэлемент не перекрывал клики по контенту */
        z-index: 1;
    }

    /* Правый псевдоэлемент */
    .main-section-inner::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 430px; /* или задайте конкретную ширину, если нужно */
        height: 625px; /* или задайте конкретную высоту */
        background-image: url('/test/career/vacancy/img/main-decore-desktop-right-col.png');
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        pointer-events: none;
        z-index: 1;
    }


    .people-subtitle{
        font-size: 18px;
    }
    .people-wrapper{
        margin: 0;
        padding: 24px;
        border-radius:30px;
    }
    .join-us-title-wrapper img {
        right: -88px;
        top: -99px;
    }

    .join-us-link {
        font-size: 20px;
    }
}

@media (min-width: 992px) {
    .steps-decor{
        right: 20%;
    }
    .steps-item {
        min-height: 200px;
    }
    .people-subtitle{
        font-size: 20px;
    }
    .people-title{
        font-size: 40px;
    }
    .connect-wrapper-desktop{
        padding:40px;
        border-radius: 30px;
        background: url("/test/career/vacancy/img/connect-desktop.jpg") no-repeat;
        background-position: center;
        background-size: cover;
        text-align: center;
    }
    .join-us-title-wrapper img {
        right: -559px;
        top: -99px;
        width: 600px;
    }
}


@media (min-width: 1200px) {
    .steps-decor{
        bottom: 63px;
        right: 25%;
    }
    .people-subtitle{
        font-size: 24px;
    }
    .people-title{
        font-size: 48px;
    }
    .connect-wrapper-desktop {
        padding: 60px;
    }

    .join-us-title-wrapper img {
        right: -670px;
    }
}

@media (min-width: 1400px) {


}









