.reviews {
    padding: 12px 0 0;
    position: relative;
    overflow: hidden
}

.reviews__circle {
    position: absolute;
    top: 58px;
    left: 184px;
    border-radius: 1000px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(208, 3, 21, .44) 0, rgba(8, 8, 8, .44)) 100%;
    -webkit-filter: blur(125px);
    filter: blur(125px);
    pointer-events: none;
    width: 415px;
    height: 415px;
    display: none
}

@media (min-width: 1200px) {
    .reviews {
        padding: 70px 0
    }

    .reviews__circle {
        display: block
    }
}

.reviews > .container {
    position: relative;
    z-index: 1
}

.reviews__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px
}

.reviews__head-widget {
    margin-top: 20px
}

.reviews__head-btn {
    max-width: 224px
}

@media (min-width: 1200px) {
    .reviews__head {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 16px;
        margin-bottom: 40px
    }

    .reviews__head-widget {
        margin-top: 28px
    }

    .reviews__head-btn {
        max-width: 340px
    }
}

.reviews__head-btn-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.reviews__title {
    line-height: 1.583;
    color: var(--white)
}

@media (min-width: 1200px) {
    .reviews__head-btn-wrapper {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: auto
    }

    .reviews__title {
        line-height: .904
    }
}
