.reviews {
    padding-top: 150rem
}

.reviews__title {
    font-size: 68rem;
    line-height: 100%
}

.reviews__title-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.reviews__title-descr {
    padding: 9rem 15rem;
    white-space: nowrap;
    background: #f5f5f5;
    border-radius: 47rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 629;
    font-stretch: 151%;
    font-size: 18rem;
    line-height: 120%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.reviews__title-descr img {
    margin-left: 40rem;
    width: 15rem
}

.reviews__title-descr_second {
    margin-top: 30rem
}

.reviews__title-descr_second.mob {
    display: none !important;
}

.reviews__cards {
    margin-top: 60rem;
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    justify-content: center;
    gap: 40rem
}

.reviews__card {
    border-radius: 50rem;
    overflow: hidden;
    height: 500rem;
    position: relative;
    cursor: pointer;
    z-index: 1;
    transition: all .6s
}

.reviews__card_active {
    transform: scale(1.1);
    z-index: 2
}

.reviews__card:hover .reviews__card-button {
    transform: scale(1.2)
}

.reviews__card video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 1
}

.reviews__card-content {
    height: 100%;
    width: 100%;
    background: radial-gradient(100.5% 36.47% at 5% 87.25%, #000 0, rgba(0, 0, 0, 0) 96.3%);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    padding: 40rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.reviews__card-button {
    transition: all .6s;
    width: 64rem;
    height: 64rem
}

.reviews__card-title {
    font-size: 24rem;
    line-height: 100%;
    font-weight: 573;
    font-stretch: 128%;
    margin-top: 30rem
}

.reviews__card-subtitle {
    font-size: 16rem;
    line-height: 140%;
    margin-top: 15rem
}

@media (max-width: 1024px) {
    .reviews {
        padding-top: 90rem
    }

    .reviews__title {
        font-size: 68rem;
        line-height: 100%
    }

    .reviews__title-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .reviews__title-descr {
        padding: 9rem 15rem;
        white-space: nowrap;
        background: #f5f5f5;
        border-radius: 47rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 629;
        font-stretch: 151%;
        font-size: 14rem;
        line-height: 120%;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content
    }

    .reviews__title-descr img {
        margin-left: 30rem;
        width: 13rem
    }

    .reviews__title-descr_second {
        margin-top: 30rem
    }

    .reviews__title-descr_second.mob {
        display: none
    }

    .reviews__cards {
        margin-top: 60rem;
        display: grid;
        grid-template-columns:repeat(4, 1fr);
        justify-content: center;
        gap: 20rem
    }

    .reviews__card {
        border-radius: 50rem;
        overflow: hidden;
        height: 400rem;
        position: relative;
        cursor: pointer;
        z-index: 1;
        transition: all .6s
    }

    .reviews__card_active {
        transform: scale(1.1);
        z-index: 2
    }

    .reviews__card:hover .reviews__card-button {
        transform: scale(1.2)
    }

    .reviews__card video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 1
    }

    .reviews__card-content {
        height: 100%;
        width: 100%;
        background: radial-gradient(100.5% 36.47% at 5% 87.25%, #000 0, rgba(0, 0, 0, 0) 96.3%);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: #fff;
        padding: 30rem;
        z-index: 3;
        display: flex;
        flex-direction: column;
        justify-content: flex-end
    }

    .reviews__card-button {
        transition: all .6s;
        width: 52rem;
        height: 52rem
    }

    .reviews__card-title {
        font-size: 22px;
        line-height: 100%;
        font-weight: 573;
        font-stretch: 128%;
        margin-top: 25rem
    }

    .reviews__card-subtitle {
        font-size: 14rem;
        line-height: 120%;
        margin-top: 10rem
    }
}

@media (max-width: 590px) {
    .reviews {
        padding-top: 60rem
    }

    .reviews__title {
        font-size: 68rem;
        line-height: 100%
    }

    .reviews__title-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .reviews__title-descr {
        font-size: 18rem;
        display: none
    }

    .reviews__title-descr img {
        margin-left: 43rem;
        width: 14rem
    }

    .reviews__title-descr_second.mob {
        margin-top: 30rem;
        display: flex !important
    }

    .reviews__title-descr_second .mob {
        display: flex !important
    }

    .reviews__cards {
        margin-top: 30rem;
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        justify-content: center;
        gap: 6rem
    }

    .reviews__card {
        border-radius: 15rem;
        overflow: hidden;
        height: 235rem;
        position: relative;
        cursor: pointer;
        z-index: 1;
        transition: all .6s
    }

    .reviews__card_active {
        transform: scale(1);
        z-index: 2
    }

    .reviews__card:hover .reviews__card-button {
        transform: scale(1)
    }

    .reviews__card video {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        z-index: 1
    }

    .reviews__card-content {
        height: 100%;
        width: 100%;
        background: radial-gradient(100.5% 36.47% at 5% 87.25%, #000 0, rgba(0, 0, 0, 0) 96.3%);
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        color: #fff;
        padding: 10rem;
        z-index: 3;
        display: flex;
        flex-direction: column;
        justify-content: flex-end
    }

    .reviews__card-button {
        transition: all .6s;
        width: 30rem;
        height: 30rem
    }

    .reviews__card-title {
        font-size: 14rem;
        line-height: 100%;
        font-weight: 573;
        font-stretch: 128%;
        margin-top: 10rem
    }

    .reviews__card-title br {
        display: none
    }

    .reviews__card-subtitle {
        font-size: 10rem;
        line-height: 130%;
        margin-top: 7rem
    }
}
