.reviews_block {
	padding-bottom: 20px;
}

.reviews_block_title {
	font-size: 33px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}

.reviews_block_desc {
	font-size: 15px;
    line-height: 19px;
}

.reviews_block_desc a, .reviews_block_desc a:hover, .reviews_block_desc a:active {
	color: var(--secondary-color);
}

.reviews.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 1;
}

.reviews.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.reviews.owl-carousel .owl-stage {
    position: relative;
    display: flex;
    transition: transform 0.4s ease;
}

.reviews.owl-carousel .owl-item {
    float: left;
    position: relative;
    backface-visibility: hidden;
    perspective: 1000px;
}

.reviews.owl-carousel .owl-nav {
	display: block;
    position: absolute;
    top: -82px;
    right: 10px;
    display: flex;
    justify-content: space-between;
    transform: none;
}

@media (max-width: 767px) {
	.reviews.owl-carousel .owl-nav {
		display:none;
	}
}

.reviews.owl-carousel .owl-nav .owl-prev {
    right: 10px;
    position: relative;
}

.reviews.owl-carousel .owl-nav .owl-prev,
.reviews.owl-carousel .owl-nav .owl-next {
    border: 1px solid var(--tertiary-color);
    padding: 7px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 20px;
}

.reviews.owl-carousel .owl-nav .owl-prev:hover,
.reviews.owl-carousel .owl-nav .owl-next:hover {
    border: 1px solid var(--secondary-color);
}

.reviews.owl-carousel .owl-nav svg {
    width: 32px;
    height: 32px;
    color: var(--tertiary-color);
}

.reviews.owl-carousel .owl-nav .owl-prev:hover svg,
.reviews.owl-carousel .owl-nav .owl-next:hover svg {
    color: var(--secondary-color);
}

.reviews.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 10px;
}

.reviews.owl-carousel .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}

.reviews.owl-carousel .owl-dot.active {
    background: #333;
}

.reviews {
    margin: 0;
    padding: 0 !important;
}

.reviews .review {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: normal;
    min-height: 280px;
    background: #fff;
    border: 1px solid #ededed;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
    -o-transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.reviews .review:hover {
    transform: translateY(-2px) scale(1.02);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
}

.reviews .review_top {
	display: flex;
  	flex-direction: row;
  	flex-wrap: nowrap;
  	justify-content: space-between;
  	align-items: normal;
  	align-content: normal;
}

.reviews .review_author {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    gap: 15px;
}

.reviews .review_author_img {
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
}

.reviews .review_author_img.color_block {
    color: #fff;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding: 11px 0px;
}

.reviews .review_author_name {
	text-align: left;
    line-height: 1.3;
    font-weight: 600;
}

.reviews .review_info {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    gap: 6px;
    text-align: right;
}

.reviews .review_rating {
}

.reviews .rating_stars {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 3px;
}

.reviews .rating_star {
	width: 16px;
    height: 16px;
}

.reviews .rating_star[data-active=true] svg {
    fill: #f89435;
    stroke: #f89435;
}

.reviews .rating_star[data-active=false] svg {
    fill: #e5e7eb;
    stroke: #e5e7eb;
}

.reviews .review_desc {
	padding-top: 10px;
    text-align: left;
    font-size: 15px;
    line-height: 21px;
    font-weight: 500;
}

.reviews .review_footer {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: normal;
	padding-top: 30px;
}

.reviews .review_source svg {
	height: 33px;
	width: auto;
	opacity: .4;
}

.reviews .review_footer .show-full {
	font-size: 11px;
    border-radius: 20px;
    padding: 8px 12px;
    cursor: pointer;
    color: var(--secondary-color);
    background-color: #fff;
    border: 1px solid var(--secondary-color);
    text-transform: uppercase;
    -webkit-user-drag: none;
    user-select: none;
}

.reviews .review_footer .show-full:hover {
    color: #fff;
    background-color: var(--secondary-color);
}

@media (max-width: 600px) {
    .reviews review {
        margin: 5px;
    }
}

.modal_review_top {
	display: flex;
  	flex-direction: row;
  	flex-wrap: nowrap;
  	justify-content: space-between;
  	align-items: normal;
  	align-content: normal;
}

.modal_review_author {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    gap: 15px;
}

.modal_review_author_name {
	font-size: 20px;
	text-align: left;
    line-height: 1.3;
    font-weight: 600;
}

.modal_review_info {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
    gap: 6px;
    text-align: right;
}

.modal_review_rating {
}

.modal_rating_stars {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 3px;
}

.modal_rating_star {
	width: 16px;
    height: 16px;
}

.modal_rating_star[data-active=true] svg {
    fill: #f89435;
    stroke: #f89435;
}

.modal_rating_star[data-active=false] svg {
    fill: #e5e7eb;
    stroke: #e5e7eb;
}

.modal_review_text {
	padding-bottom: 15px;
    font-size: 15px;
    line-height: 22px;
}

.modal_review_source svg {
	height: 33px;
	width: auto;
	opacity: .4;
}