﻿.page-review .slider-sponsors {
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 50px;
    gap: 25px;
    margin: 0 auto;
}

    .page-review .slider-sponsors h2 {
        width: 100%;
        max-width: 1040px;
        font-family: Nexa;
        font-weight: 900;
        font-size: 24px;
        line-height: 120%;
        color: #343434;
    }

    .page-review .slider-sponsors .splide {
        width: 100%;
        max-width: 1040px;
    }

    .page-review .slider-sponsors .slider-two-slide {
        border: 1px solid #e0e0e0;
        border-radius: 12px;
        padding: 12px;
        max-height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

        .page-review .slider-sponsors .slider-two-slide img {
            height: auto;
        }

.page-review .header {
    display: flex;
    height: 210px;
    width: 100%;
    gap: 0;
    z-index: 2;
    justify-content: center;
    background-position: top center;
}

    .page-review .header h1 {
        font-family: Nexa;
        font-weight: 900;
        font-size: 32px;
        line-height: 120%;
        text-transform: uppercase;
        color: #FFFFFF;
    }

.page-review .items {
    background-color: #F1F5F7;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .page-review .items ul {
        list-style: none;
        margin-block-start: 0;
        margin-block-end: 0;
        padding-inline-start: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        width: 100%;
        padding: 50px;
        gap: 25px;
        max-width: 1200px;
    }

        .page-review .items ul li {
            max-width: 500px;
            width: 100%;
            background-color: white;
            text-align: center;
            padding: 30px;
            position: relative;
            box-shadow: 0px 5px 10px rgb(0 0 0 / 2%);
            border-radius: 4px;
        }

            .page-review .items ul li .admin-panel {
                position: absolute;
                right: 10px;
                top: 10px;
            }

            .page-review .items ul li > img {
                margin-bottom: 15px;
            }

            .page-review .items ul li .title {
                font-family: Nexa;
                font-weight: 900;
                font-size: 18px;
                line-height: 22px;
                color: #343434;
            }

            .page-review .items ul li .title:not(:empty) {
                margin-bottom: 15px;
            }

            .page-review .items ul li .content {
                font-family: Nexa;
                font-weight: 700;
                font-size: 16px;
                line-height: 22px;
                color: #343434;
            }

            .page-review .items ul li .name,
            .page-review .items ul li .position {
                font-family: Nexa;
                font-size: 14px;
                line-height: 20px;
                color: #326296;
            }

            .page-review .items ul li .name {
                font-weight: 900;
            }

            .page-review .items ul li .position {
                font-weight: 700;
            }

            .page-review .items ul li .company {
                font-family: Nexa;
                font-weight: 400;
                font-size: 12px;
                line-height: 20px;
                color: #343434;
            }

            .page-review .items ul li .position p:last-child {
                margin-bottom: 0;
            }

.page-review .pages {
    display: flex;
    gap: 20px;
    margin-bottom: 50px;
    font-family: Nexa;
    font-weight: 700;
    font-size: 14px;
    line-height: 175%;
    color: #343434;
    align-items: center;
}

    .page-review .pages .prev,
    .page-review .pages .next {
        font-size: 26px;
        font-weight: 300;
        background: #E5EAEE;
        border-radius: 4px;
        padding: 1px 8px;
        margin: 0 10px;
    }

    .page-review .pages div.active {
        color: white;
        background: #326296;
        border-radius: 4px;
        padding: 1px 8px;
    }

    .page-review .pages a {
        color: inherit;
    }

        .page-review .pages a:hover {
            text-decoration: none;
        }

.page-review .become-sponsor {
    width: 100%;
    height: 70px;
    background: #E84923;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Nexa;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    color: white;
}

    .page-review .become-sponsor a {
        color: inherit;
        border: 1px solid white;
        border-radius: 4px;
        padding: 10px 20px;
    }

        .page-review .become-sponsor a:hover {
            text-decoration: none;
        }
