.contacts-recruiter-offers-section .swiper-button-next,.contacts-recruiter-offers-section .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 9999px;
    background: var(--soft-white);
    color: var(--intraservis-blue);
    display: flex;
    align-items: center;
    justify-content: center
}

.contacts-recruiter-offers-section .swiper-button-next:after,.contacts-recruiter-offers-section .swiper-button-prev:after {
    font-size: 16px;
    font-weight: 700
}

.contacts-recruiter-offers-section .swiper-button-next.swiper-button-arrow,.contacts-recruiter-offers-section .swiper-button-prev.swiper-button-arrow {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    cursor: pointer;
    border-radius: 50%;
    background-color: #f0f2f5;
    border: 1px solid transparent;
    color: #0ea5e9;
    transition: background-color .2s ease,border-color .2s ease,color .2s ease
}

.contacts-recruiter-offers-section .contacts-recruiter-offers-arrows-bottom {
    display: flex;
    gap: 12px;
    justify-content: end;
    margin-top: 20px
}

.contacts-recruiter-card .cro-card {
    box-shadow: 0 4px 8px rgba(15,23,42,.06)
}

.contacts-recruiter-card .cro-msg-btn {
    box-shadow: 0 0 0 1px rgba(2,6,23,.06) inset
}

.recruiter-messengers a {
    color: #b3babe
}

.recruiter-messengers a:hover {
    color: var(--intraservis-blue)
}

.cro-meta h2,.recruiter-meta h3 {
    font-size: var(--fs-h3);
    font-weight: var(--fw-semibold);
    line-height: var(--lh-h3);
    margin-bottom: 0
}

@media (max-width:767.98px) {
    .contacts-recruiter-offers-swiper {
        position: relative;
        overflow: hidden;
        width: 100%
    }

    .contacts-recruiter-offers-list .swiper-wrapper {
        width: 100%
    }

    .contacts-recruiter-offers-list .swiper-slide {
        flex-shrink: 0;
        box-sizing: border-box;
        margin: 10px 15px
    }
}

@media (min-width:768px) and (max-width:1023.98px) {
    .contacts-recruiter-offers-swiper {
        overflow: hidden;
        width: 100%;
        max-width: 100%
    }

    .contacts-recruiter-offers-list .swiper-wrapper {
        display: flex;
        transform: translate3d(0,0,0);
        width: 100%;
        gap: var(--space-10)
    }

    .contacts-recruiter-offers-list .swiper-slide {
        flex-shrink: 0;
        box-sizing: border-box;
        width: calc((100% - 16px)/2)!important;
        margin: 10px 15px
    }
}

@media (min-width:1024px) and (max-width:1273.98px) {
    .contacts-recruiter-offers-swiper {
        overflow: hidden;
        width: 100%;
        gap: 12px
    }

    .contacts-recruiter-offers-list .swiper-wrapper {
        display: flex;
        width: 100%;
        gap: 20px
    }

    .contacts-recruiter-offers-list .swiper-slide {
        flex-shrink: 0;
        width: calc(100%/3)!important;
        max-width: calc(100%/3)!important;
        min-width: calc(100%/3)!important;
        box-sizing: border-box
    }
}

@media (min-width:1274px) {
    .contacts-recruiter-offers-list {
        display: grid;
        grid-template-columns: repeat(4,minmax(0,1fr));
        gap: 16px
    }

    .contacts-recruiter-offers-arrows-bottom {
        display: none!important
    }

    .contacts-recruiter-offers-list .swiper-container {
        display: contents
    }

    .contacts-recruiter-offers-list .swiper-wrapper {
        display: contents;
        transform: none!important
    }
}