.banner::before {
    display: none;
}

.banner__subtitle {
    max-width: 100%;
}

.banner_col .btn {
    padding: 0 26px;
}

.s-why-join {
    position: relative;
    padding: 40px 0;
    background: url('../../img/dot_pattern_big.jpg') center;
    background-size: cover;
    overflow: hidden;
}

.why_join_slider:not(.swiper-initialized) .swiper-wrapper {
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 24px;
    overflow: unset;
}

.why_join_slider:not(.swiper-initialized) .why_join_card {
    width: calc(33% - 11px);
    height: initial;
    min-height: 266px;
    padding: 30px 33px 30px;
}

.why_join_card {
    padding: 31px 32px 32px;
    border-radius: 22px;
    background: #fff;
    transition: 0.3s all;
}

.why_join_card:hover,
.recruitment_process_card:hover {
    transform: translateY(-20px);
    box-shadow: 0 10px 50px rgba(42, 26, 64, 0.16);
}

.why_join_card--icon {
    margin-bottom: 20px;
}

.why_join_card--icon,
.recruitment_process_card--icon {
    position: relative;
    width: 84px;
    height: 84px;
    display: flex;
    margin-bottom: 23px;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
    transition: 0.3s all;
}

/*.why_join_card:hover .why_join_card--icon {*/
/*    background: var(--primary);*/
/*}*/

.why_join_card--icon svg,
.recruitment_process_card--icon svg {
    width: 57%;
    height: 57%;
    margin: auto;
    object-fit: contain;
}

/*.why_join_card:hover svg path[fill="#291a40"],*/
/*.why_join_card:hover svg rect[fill="#291a40"] {*/
/*    fill: #fff;*/
/*}*/

.s-join-adventure {
    position: relative;
    padding: 40px 0;
}

.s-join-adventure::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1300px;
    width: calc(100% - 30px);
    height: 1px;
    margin: 0 auto;
    background: #DADADA;
}

.s-join-adventure .heading {
    text-align: center;
}

.s-employees-perspective {
    position: relative;
    padding: 40px 0;
}

.s-employees-perspective::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 1300px;
    width: calc(100% - 30px);
    height: 1px;
    margin: 0 auto;
    background: #DADADA;
}

.employees_perspective_card {
    opacity: 0.37;
    text-align: center;
    transition: 0.3s all;
}

.employees_perspective_card.swiper-slide-active {
    opacity: 1;
}

.employees_perspective_card--description {
    margin-bottom: 17px;
    font-weight: 500;
}

.employees_perspective_card--caption {
    font-weight: 600;
}

.s-employees-perspective .heading,
.s-recruitment-process .heading {
    text-align: center;
}

.s-recruitment-process {
    padding: 36px 0;
}

.why_join_slider,
.recruitment_process {
    overflow: unset;
}

.recruitment_process:not(.swiper-initialized) .swiper-wrapper {
    flex-wrap: wrap;
    grid-column-gap: 20px;
    grid-row-gap: 24px;
    overflow: unset;
}

.recruitment_process:not(.swiper-initialized) .recruitment_process_card {
    width: calc(33% - 11px);
    height: initial;
    min-height: 303px;
    padding: 30px 33px 30px;
}

.recruitment_process_card {
    padding: 30px 35px;
    border-radius: 22px;
    border: 1px solid #C2C2C2;
    background: #fff;
    transition: 0.3s all;
}

.recruitment_process_card--title {
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 28px;
}

.internship_card {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    border-radius: 8px;
    border: 1px solid #E4E4E4;
}

.internship_card__tags {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    margin-bottom: 22px;
}

.internship_card__tags--tag {
    font-size: 18px;
    font-weight: 500;
    border-radius: 7px;
    background: #EEFBFF;
}

.internship_card--title {
    font-size: 22px;
    font-weight: 700;
    line-height: normal;
}

.internship_card__location {
    position: relative;
    padding-left: 26px;
}

.internship_card__location svg {
    position: absolute;
    top: -2px;
    left: 0;
}

@media (min-width: 992px) {
    .s-why-join {
        padding: 66px 0 30px;
    }

    .s-why-join .heading_row {
        display: flex;
        justify-content: space-between;
    }

    .s-why-join .heading_col:nth-child(1) {
        width: 33%;
    }

    .s-why-join .heading_col:nth-child(2) {
        width: 32%;
    }

    .s-why-join .heading_col:nth-child(3) {
        width: 33%;
    }

    .why_join_slider {
        padding: 59px 0 40px;
    }

    .why_join_card--icon,
    .recruitment_process_card--icon {
        width: 84px;
        height: 84px;
    }

    .why_join_card--description {
        padding: 8px 9px;
    }

    .recruitment_process_card--icon {
        margin-bottom: 25px;
    }

    .s-recruitment-process {
        padding: 71px 0 30px;
    }

    .recruitment_process {
        padding: 40px 0;
    }

    .s-join-adventure {
        padding: 72px 0;
    }

    .s-employees-perspective {
        padding: 70px 0 75px;
    }

    .employees_perspective {
        padding: 36px 70px 0;
    }

    .employees_perspective .swiper-pagination {
        display: none;
    }

    .employees_perspective button.employees {
        position: absolute;
        top: 45%;
        min-width: auto;
        height: auto;
        padding: 0;
        border: 0;
        background: transparent;
        transform: translateY(-50%);
        z-index: 2;
    }

    .employees_perspective button.employees.swiper_nav_prev {
        left: 0;
    }

    .employees_perspective button.employees.swiper_nav_next {
        right: 0;
    }

    .internship_wrap {
        padding-top: 53px;
    }

    .internship_card {
        grid-column-gap: 40px;
        padding: 48px 90px 47px 90px;
    }

    .internship_card_col:nth-child(1) {
        width: 75%;
    }

    .internship_card_col.locations {
        width: 19%;
        margin: auto 48px 0 auto;
    }

    .internship_card_col.link {
        margin-top: auto;
    }

    .internship_card__tags--tag {
        padding: 5px 24px 6px;
    }

    .internship_card__location--txt {
        font-size: 18px;
        white-space: nowrap;
    }

    .internship_card--link {
        position: relative;
        top: 3px;
        left: 3px;
    }
}

@media (max-width: 991px) {
    .why_join_slider,
    .employees_perspective,
    .recruitment_process {
        width: 100%;
    }

    .s-why-join .heading {
        text-align: center;
    }

    .employees_perspective button.employees {
        display: none;
    }

    .s-why-join .heading_col:nth-child(1) {
        padding-bottom: 7px;
    }

    .s-why-join .heading_col:nth-child(2) {
        padding-bottom: 24px;
    }

    .why_join_slider {
        padding: 40px 0 0;
    }

    .why_join_slider .swiper-pagination {
        position: relative;
        margin-top: 12px;
        bottom: auto;
    }

    .s-employees-perspective .heading {
        margin-bottom: 25px;
    }

    .s-employees-perspective .swiper-pagination,
    .recruitment_process .swiper-pagination {
        position: relative;
        bottom: auto;
        margin-top: 26px;
    }

    .internship_wrap {
        padding-top: 30px;
    }

    .recruitment_process {
        padding: 18px 0 0;
    }

    .internship_card {
        flex-wrap: wrap;
        margin-bottom: 16px;
        padding: 29px 24px 36px;
    }

    .internship_card_col:nth-child(1) {
        width: 100%;
    }

    .internship_card__tags {
        grid-row-gap: 9px;
        grid-column-gap: 9px;
        justify-content: center;
        margin-bottom: 17px;
    }

    .internship_card__tags--tag {
        padding: 6px 16px;
        font-size: 16px;
    }

    .internship_card--title {
        margin-bottom: 36px;
        font-size: 22px;
        line-height: 34px;
        text-align: center;
    }

    .internship_card_col.locations {
        width: calc(100% - 40px);
    }

    .internship_card__location {
        padding-left: 29px;
    }

    .internship_card__location--txt {
        font-size: 18px;
    }

    .internship_card_col.link {
        width: 23px;
        margin-left: auto;
    }
}