.mb-testimonials {
	font-size: 18px;
}

.mbt-image {
	display: block;
	border-radius: 50%;
	width: 100px;
	height: 100px;
}

.mbt-subject-rating {
	margin-bottom: 12px;
}

.mbt-subject {
	display: inline-block;
	font-weight: bold;
}

.mbt-rating {
	display: inline-flex;
	align-items: center;
	grid-gap: 2px;
}

.mbt-subject + .mbt-rating:before {
	content: '-';
	margin: 0 5px;
}

.mbt-rating__star {
	display: inline-block;
	width: 18px;
	height: 18px;
	mask: url("../images/star.svg") no-repeat center/cover;
	-webkit-mask: url("../images/star.svg") no-repeat center/cover;
	color: #ffb400;
	background-color: #ffb400;
}

.mbt-name {
	font-weight: bold;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.mbt-author-info {
	font-size: 14px;
}

.mbt-position {
	font-style: italic;
}

.mbt-image-wrapper {
	position: relative;
}

.mbt-image-wrapper:before, .mbt-image-wrapper:after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.mbt-image-wrapper:before {
	border: 8px solid transparent;
	border-left: 8px solid rgba(0, 0, 0, 0.1);
	border-top: 8px solid rgba(0, 0, 0, 0.1);
	top: -32px;
}

.mbt-image-wrapper:after {
	border: 7px solid transparent;
	border-left: 7px solid #fff;
	border-top: 7px solid #fff;
	top: -33px;
}

.mbt-text {
	padding: 32px;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

.mbt-testimonials--style-1 .mbt-testimonial {
	text-align: center;
}

.mbt-testimonials--style-1 .mbt-image,
.mbt-testimonials--style-1 .mbt-content {
	margin-bottom: 24px;
}

.mbt-testimonials--style-1 .mbt-image {
	margin-right: auto;
	margin-left: auto;
}

.mbt-testimonials--style-2 .mbt-testimonial {
	text-align: center;
}

.mbt-testimonials--style-2 .mbt-image,
.mbt-testimonials--style-2 .mbt-content {
	margin-bottom: 24px;
}

.mbt-testimonials--style-2 .mbt-image {
	margin-right: auto;
	margin-left: auto;
}

.mbt-testimonials--style-3 .mbt-testimonial {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 24px;
}

.mbt-testimonials--style-3 .mbt-text {
	background: transparent;
	border: none;
	padding: 0;
}

@media (min-width: 576px) {
	.mbt-testimonials--style-3 .mbt-text {
		flex: 1;
	}
}

.mbt-testimonials--style-3 .mbt-content {
	margin-bottom: 24px;
}

.mbt-testimonials--style-4 .mbt-testimonial {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	grid-gap: 24px;
}

.mbt-testimonials--style-4 .mbt-image-wrapper,
.mbt-testimonials--style-4 .mbt-author-info {
	min-height: 80px;
}

.mbt-testimonials--style-4 .mbt-image {
	width: 80px;
	height: 80px;
}

.mbt-testimonials--style-4 .mbt-text {
	flex: 1 1 100%;
	margin-bottom: 8px;
}

.mbt-testimonials--style-4 .mbt-content {
	margin-bottom: 0;
}

.mbt-testimonials--style-5 .mbt-testimonial {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	grid-gap: 24px;
}

.mbt-testimonials--style-5 .mbt-author-info {
	flex: 1 1 100%;
	text-align: center;
}

.mbt-testimonials--style-5 .mbt-text {
	text-align: center;
	flex: 1 1 100%;
	margin-bottom: 8px;
}

.mbt-testimonials--style-5 .mbt-content {
	margin-bottom: 0;
}

.mbt-testimonials--style-6 .mbt-text {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 24px;
	align-items: center;
}

.mbt-testimonials--style-6 .mbt-image {
	width: 80px;
	height: 80px;
}

.mbt-testimonials--style-6 .mbt-subject-rating {
	margin-bottom: 0;
}

.mbt-testimonials--style-7 .mbt-content {
	margin-bottom: 16px;
}

.mbt-testimonials--style-7 .mbt-image-wrapper {
	position: relative;
	margin: 0 -32px 16px;
}

.mbt-testimonials--style-7 .mbt-image-wrapper:before {
	display: none;
}

.mbt-testimonials--style-7 .mbt-image-wrapper:after {
	content: '';
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	height: 1px;
	position: absolute;
	right: 0;
	width: 100%;
	top: 50%;
}

.mbt-testimonials--style-7 .mbt-image-wrapper img {
	margin-left: auto;
	margin-right: 32px;
	position: relative;
	z-index: 1;
}

.mbt-testimonials--style-7 .mbt-subject-rating {
	margin-bottom: 0;
}

.mbt-grid {
	display: grid;
	grid-gap: 32px;
}

@media (min-width: 768px) {
	.mbt-grid--col-2 {
		grid-template-columns: repeat(2, 1fr);
	}
	.mbt-grid--col-3 {
		grid-template-columns: repeat(3, 1fr);
	}
}

.mbt-slider .slick-track {
	display: flex;
}

.mbt-slider .slick-slide {
	height: auto;
}

.mbt-slider .slick-list {
	margin-left: -32px;
}

.mbt-slider .slick-slide {
	margin-left: 32px;
}

.mbt-slider .slick-dots {
	bottom: -48px;
}

.mbt-slider .slick-dots li {
	width: auto;
	height: auto;
}

.mbt-slider .slick-dots li button {
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 50%;
	background: none;
	width: 10px;
	height: 10px;
}

.mbt-slider .slick-dots li button:before {
	display: none;
}

.mbt-slider .slick-dots li.slick-active button {
	background: rgba(0, 0, 0, 0.6);
}

.mbt-slider__nav {
	position: absolute;
	height: 36px;
	width: 36px;
	line-height: 0;
	font-size: 0;
	top: 50%;
	transform: translate(0, -50%);
	padding: 0;
	border: none;
	outline: 0;
	background: #000;
	background-size: cover;
}

.mbt-slider__nav--prev {
	mask: url("../images/arrow-prev.svg") no-repeat center/cover;
	-webkit-mask: url("../images/arrow-prev.svg") no-repeat center/cover;
	left: -70px;
}

.mbt-slider__nav--next {
	mask: url("../images/arrow-next.svg") no-repeat center/cover;
	-webkit-mask: url("../images/arrow-next.svg") no-repeat center/cover;
	right: -70px;
}

.mbt-slider__nav.custom-nav {
	mask: none;
	-webkit-mask: none;
	background: none;
}

.mbt-slider__nav.custom-nav svg {
	fill: none;
	stroke: #000;
}
