
.why-screening .background-mobile {
    display: none;
}

.why-screening .background-desktop {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.why-screening {
   
}

.why-screening .top-block{
    position: relative;
    margin-top: -40px;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    overflow: hidden;
    z-index: 1;
    padding: 140px 0;
    color: var(--n-white);
}


.why-screening .top-block .subtitle-medium {
    margin-top: 24px;
    max-width: 640px;
}

.why-screening .can-title {
    margin-top: 80px;
    margin-bottom: 32px;
}

.why-screening .can-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.why-screening .can-items .item {
    background: var(--email-blue-bg);
    padding: 24px;
    backdrop-filter: blur(56.900001525878906px);
    border-radius: 20px;
}

.why-screening .can-items .item img {
    padding: 12px;
    display: flex;
    border-radius: 16px;
    background: #3E93FF;
    margin-bottom: 20px;
}

.why-screening .can-items .item .main-text-medium{
    color: var(--n-dark-grey);
}

.why-screening .bottom-block {
    background: url(https://storage.googleapis.com/dev_resources_voka_io_303011/Pharma/cb28d7a9aa5a9203257c842d0c767bdfd57dfca6.webp) top center / cover;
    margin-top: -1px;
    padding-bottom: 140px;
}

.why-screening .deliver-title {
    color: var(--n-white);
    margin-bottom: 60px;
}

.why-screening .deliver-items {
    border-radius: 20px;
    overflow: hidden;
}

.why-screening .deliver-header {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    background: var(--very-light-accent);
    padding: 24px 32px;
    gap: 40px;
    color: var(--n-very-dark-accent);
}

.why-screening .swiper-wrapper{
    flex-direction: column;
}
.why-screening .deliver-items .item {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
min-width: 100%;
    background: var(--n-white);
    border-bottom: 2px solid var(--n-light-blue-BG);
    padding: 32px;
    box-sizing: border-box;
}

.why-screening .deliver-items .number {
    width: 56px;
    height: 56px;
    background: #59A2FE;
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    color: var(--n-white);
}

.why-screening .deliver-items .item .h5 {
    display: flex;
    align-items: center;
    gap: 24px;
    color: var(--n-black);
}
.why-screening .deliver-items .item .main-text-medium {
    color: var(--n-dark-grey);
}

.why-screening .deliver-items .item .main-text-bold {
    color: var(--n-black);
}
.why-screening .deliver-items .item > * {
    display: flex;
    align-items: center;
}

.why-screening .deliver-items .item .mobile-title {
    display: none;
}

.pharma-hero {
    padding-bottom: 160px;
}

@media (max-width: 1919px) {
    .why-screening .top-block {
        padding: 100px 0;
        margin-top: -20px;
    }

    .why-screening .top-block .subtitle-medium{
        max-width: 592px;
    }

    .why-screening .can-title {
        margin-top: 60px;
        margin-bottom: 24px;
    }
    .why-screening .can-items .item img{
        padding: 10px;
        height: 29px;
        width: 29px;
        box-sizing: content-box;
    }

    .why-screening .deliver-title{
        margin-bottom: 48px;
    }
    .why-screening .deliver-items .item{
        padding: 24px 32px;
    }

    .why-screening .deliver-items .number{
        font-size: 20px;
        width: 48px;
        height: 48px;
    }

    .why-screening .bottom-block{
        padding-bottom: 100px;
    }

    .why-screening .top-block{
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .pharma-hero {
        padding-bottom: 160px;
    }
}

@media (max-width: 1439px) {
    .why-screening .top-block{
        padding: 80px 0;
    }

    .why-screening .top-block .subtitle-medium {
        max-width: 500px;
        margin-top: 20px;
    }

    .why-screening .can-title {
        margin-top: 40px;
        margin-bottom: 24px;
    }

    .why-screening .can-items .item{
        padding: 20px;
    }
    .why-screening .can-items .item img{
        padding: 8px;
        height: 25px;
        width: 25px;
        margin-bottom: 16px;
    }
    .why-screening .deliver-title {
        margin-bottom: 40px;
    }
    .why-screening .deliver-header{
        padding: 24px;
    }

    .why-screening .deliver-items .item {
        padding: 20px 24px;
    }

    .pharma-hero {
        padding-bottom: 100px;
    }
}

@media (max-width: 1279px) {
    .why-screening .top-block{
        padding-top: 0;
        background: #1873EB;
    }

    .why-screening .background-desktop{
        display: none;
    }
    .why-screening .background-mobile{
        display: block;
        width: calc(100% + 80px);
        margin: 0 -40px;
    }

    .why-screening .top-block .h2 {
        margin-top: 32px;
        text-align: center;
    }
    .why-screening .top-block .subtitle-medium{
        max-width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .why-screening .can-items{
        grid-template-columns: 1fr 1fr;
    }

    .why-screening .deliver-header{
        display: none;
    }

    .why-screening .deliver-items{
        border-radius: 0;
    }

    .why-screening .swiper-wrapper{
        gap: 12px;
    }

    .why-screening .deliver-items .item{
        border-radius: 16px;
        display: flex;
        flex-direction: column;
        border: none;
        padding: 0;
        overflow: hidden;
        gap: 0;
    }

    .why-screening .deliver-items .item .h5{
        padding: 12px 20px;
        background: var(--email-blue-bg);
    }

    .why-screening .deliver-items .item .main-text-medium{
        padding: 20px;
        border-bottom: 1px solid var(--n-very-light-grey);
        align-items: flex-start;
    }

    .why-screening .deliver-items .item .mobile-title {
        display: block;
        font-size: 18px;
        font-weight: 700;
        color: var(--n-very-dark-accent);
        min-width: 240px;
        margin-right: 20px;
    }

    .why-screening .deliver-items .item .main-text-bold{
        padding: 20px;
    }

    .why-screening .bottom-block {
        padding-bottom: 80px;
    }

    .pharma-hero {
        padding-bottom: 0px;
    }

    .pharma-hero .content{
        padding-bottom: 80px;
    }
}

@media (max-width: 577px) {
    .why-screening .top-block .h2{
        margin-top: 0;
        text-align: left;
    }

    .why-screening .top-block .subtitle-medium {
        text-align: left;
    }

    .why-screening .can-items{
        grid-template-columns: 1fr;
        gap: 12px;
    }
    .why-screening .can-items .item {
        display: flex;
        gap: 20px;
    }
    .why-screening .can-items .item img{
        margin-bottom: 0;
    }

    .why-screening .top-block{
        padding-bottom: 60px;
    }

    .why-screening .swiper-wrapper{
        flex-direction: row;
    }

    .why-screening .deliver-items .item .main-text-medium{
        flex-direction: column;
        padding: 16px 16px 20px 16px;
        gap: 12px;
    }

    .why-screening .deliver-items .item .main-text-bold{
        flex-direction: column;
        padding: 16px 16px 20px 16px;
        gap: 12px;
        align-items: flex-start;

    }

    .why-screening .deliver-items .item{
        min-width: auto;
    }

    .why-screening .swiper-wrapper{
        gap: 0;
    }
    .why-screening .swiper-pagination {
        bottom: 60px;
    }

    .why-screening .bottom-block {
        position: relative;
    }

    .why-screening .swiper-pagination-bullet{
        background: var(--n-very-light-grey) !important;
        opacity: 1;
    }
    
    .why-screening .swiper-pagination-bullet-active{
        background: #056CF2 !important;
    }

    .why-screening .bottom-block{
        padding-bottom: 108px;
    }

    .why-screening .top-block{
        margin-top: -16px;
    }

    .pharma-hero .content{
        padding-bottom: 44px;
    }
}