/*# sourceMappingURL=block-testimonials.css.map */

.block-testimonials {
	background-color: #fff;
}

.block-testimonials__header {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
}

.block-testimonials__header .title {
	margin-bottom: 10px;
}

@media (max-width: 768px) {
	.block-testimonials__header .tagline {
		margin-bottom: 10px;
	}
}

.block-testimonials__inner {
	padding: 70px 25px;
	display: flex;
	flex-flow: column;
}

.block-testimonials__left {
	position: relative;
	padding-top: 135px;
	margin-bottom: 50px;
}

@media (max-width: 768px) {
	.block-testimonials__left {
		padding-top: 20px;
	}
}

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

.block-testimonials__left svg {
	position: absolute;
	top: 40px;
	left: 20px;
	width: 130px;
	height: auto;
	display: block;
}

@media (max-width: 768px) {
	.block-testimonials__left svg {
		top: -25px;
		left: -10px;
		width: 90px;
	}
}

.block-testimonials__left svg path {
	stroke: var(--text);
}

.block-testimonials__right .slider .item svg {
	display: block;
	margin-bottom: 30px;
}

.block-testimonials__right .slider .item svg path {
	fill: var(--tertiaryColor);
}

.block-testimonials__right .slider .item .name {
	font-weight: 800;
}

.block-testimonials__right .bottom {
	display: flex;
	margin-top: 0px;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 20px;
}

.block-testimonials__right .bottom .arrows {
	display: flex;
}

.block-testimonials__right .bottom .arrows .arrow {
	cursor: pointer;
	background-color: transparent;
	width: 40px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.block-testimonials__right .bottom .arrows .arrow.prev {
	margin-right: 10px;
}

.block-testimonials__right .bottom .arrows .arrow svg {
	display: block;
}

.block-testimonials__right .bottom .arrows .arrow svg path {
	stroke: #000;
}

.block-testimonials__right .bottom .btn {
	flex: 0 0 100%;
}

@media (min-width: 768px) {
	.block-testimonials__inner {
		padding: 100px 50px;
	}
	
	.block-testimonials__left {
		margin: 0 60px 60px;
	}
	
	.block-testimonials__right .bottom {
		justify-content: space-between;
		align-items: end;
	}
	
	.block-testimonials__right .bottom .arrows {
		order: 2;
	}
	
	.block-testimonials__right .bottom .arrows .arrow {
		height: 72px;
	}
	
	.block-testimonials__right .bottom .btn {
		order: 1;
		height: -moz-fit-content;
		height: -webkit-fit-content;
		height: fit-content;
		padding: 25px 50px;
		margin-right: 0px;
		flex: initial;
	}
}

@media (min-width: 1280px) {
	.block-testimonials * {
		min-height: 0;
		min-width: 0;
	}
	
	.block-testimonials__inner {
		padding: 90px 50px;
		padding-bottom: 100px;
		max-width: 1280px;
		margin: 0 auto;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		align-items: flex-end;
	}
	
	.block-testimonials__header {
		flex: 0 0 100%;
		margin-bottom: -90px;
	}
	
	.block-testimonials__left {
		flex: 0 0 45%;
	}
	
	.block-testimonials__left img {
		width: 100%;
		height: auto;
	}
	
	.block-testimonials__right {
		flex: 0 0 50%;
	}
	
	.block-testimonials__right .slider {
		padding-bottom: 60px;
	}
	
	.block-testimonials__right p.testimonial {
		max-height: 180px;
		overflow-y: scroll;
		padding-right: 20px;
	}
	
	.block-testimonials__right p.testimonial::-webkit-scrollbar-track {
		padding: 2px 0;
		background-color: rgba(217, 217, 217, .3019607843);
	}
	
	.block-testimonials__right p.testimonial::-webkit-scrollbar {
		width: 10px;
	}
	
	.block-testimonials__right p.testimonial::-webkit-scrollbar-thumb {
		background-color: rgba(217, 217, 217, .8980392157);
	}
	
	.block-testimonials__left {
		margin: 0;
	}
}
