.reviews__item {
    border: 1px solid #DCE0E5;
    border-radius: 8px;
    padding: 30px;
    min-height: 480px;
    max-width: 635px;
    margin: 0 15px;
}

.reviews__item-product {
    display: flex;
    margin-bottom: 30px;
}

.reviews__item-img {
    margin-right: 25px;
    width: 220px;
    height: 160px;
    border-radius: 8px;
}

.reviews__item-content {
    display: flex;
    flex-direction: column;
}

.reviews__item-stars {
    margin-bottom: 12px;
}

.reviews__item-title {
    font-weight: 400;
}

.reviews__item-price {
    font-size: 24px;
    line-height: 28px;
    color: #00305C;
    margin-top: auto;
}

.reviews__item-info {
    display: flex;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #DCE0E5;
    margin-bottom: 10px;
}

.reviews__item-name {
    font-weight: 500;
    font-size: 16px;
    color: #00305C;
    margin-right: 12px;
    line-height: 16px;
	white-space: nowrap;
}

.reviews__item-name::after {
    content: "●";
    font-size: 12px;
    color: #DCE0E5;
    padding-left: 8px;
}

.reviews__item-date {
    font-size: 14px;
    color: #636B83;
    line-height: 16px;
}

.reviews__item-text {
    font-size: 18px;
    line-height: 150%;
    color: #636B83;
}

.reviews__wrap .slick-list {
    margin: 0 -15px;
}


@media (max-width: 991px) {
	.reviews__item {
		max-width: none;
	}
}

@media (max-width: 575px) {
	.reviews__top .reviews__arrows {
		display: none;
	}

	.reviews__item {
		padding: 15px;
	}

	.reviews__item-product {
		flex-direction: column;
		margin-bottom: 20px;
	}

	.reviews__item-img {
		margin-right: 0;
		margin-bottom: 15px;
	}

	.reviews__item-title {
		margin-bottom: 12px;
	}

	.reviews__item-img {
		width: 100%;
		height: auto;
	}

	.title.reviews__item-title {
		font-weight: 400;
		font-size: 16px;
		line-height: 19px;
	}

	.reviews__item-price {
		font-size: 16px;
		line-height: 19px;
		font-weight: 500;
	}

	.reviews__item-text {
		font-size: 14px;
	}
}