.top-review-slider .slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    margin-left: 16px;
    margin-right: 16px;
}
.top-review-slider .item .top-review .description {
	position: relative;
	width: 100%;
    margin-bottom: 16px;
}
.top-review-slider .item .top-review > p {
	margin-bottom: 0;
	color: #1F2937;
    font-size: 18px;
    font-weight: 700;
    line-height: 160%;
}
.top-review-slider .item .top-review .description .bg-image {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background-color: #000;
    border-radius: 4px;
}
.top-review-slider .item .top-review .description .bg-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
	opacity: .4;
}
.top-review-slider .item .top-review .description .author-info {
	position: relative;
	z-index: 1;
	padding: 16px;
	color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
}
.top-review-slider .item .top-review .description .author-info a {
	color: #FFF;
}
.top-review-slider .item .top-review .description .author-info .top {
	font-weight: 600;
}
.top-review-slider .item .top-review .description .author-info .top span:not(:last-of-type) {
    margin-right: 7px;
    padding-right: 8px;
    border-right: 1px solid #C3D2E0;
}
.top-review-slider .item .top-review .description .author-info .bottom {
	    display: flex;
    align-items: center;
    justify-content: space-between;
}
.top-review-slider .item .top-review .description .author-info .bottom .img {
    width: 38px;
    height: 38px;
    margin-right: 10px;
    overflow: hidden;
    border-radius: 50%;
}
.top-review-slider .item .top-review .description .author-info .bottom .info {
	flex-grow: 1;
    margin-right: 16px;
}
.top-review-slider .item .top-review .description .author-info .bottom .info .name {
	    margin-bottom: 6px;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;

}
.top-review-slider .item .top-review .description .author-info .descr {
	    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 238px;
}

.top-review-slider .slick-arrow img {
    height: initial;
}

.top-review-slider .slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #E7EDF2;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -70px;
    cursor: pointer;
}

.top-review-slider .slick-arrow.arrow-prev {
    right: 70px;
}

.top-review-slider .slick-arrow.arrow-next {
    right: 15px;
}