.testim__h2 {
	margin-bottom: 32px;
}

.block-testim {
	position: relative;
	margin-bottom: 40px;
}

.testim {
	position: relative;
}

.testim__box {
	margin: 0 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.testim .img {
	width: 20%;
	height: 100%;
}

.testim .img img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.testim__content {
	width: 77%;
	padding-left: 10px;
}

.testim__name {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.2;
	color: #333;
}

.testim .slick-dots {
	display: flex;
	justify-content: center;
	margin: 0;
	padding-top: 32px;

	list-style-type: none;
}

.testim .slick-dots li button {
	display: block;
	width: 8px;
	height: 8px;
	padding: 0;
	border: none;
	border-radius: 100%;
	background-color: #e0e0e0;

	text-indent: -9999px;
}

.testim li.slick-active button {
	background-color: #991d19;
}

.testim .slick-dots li {
	margin: 0 10px;
}

@media screen and (max-width: 1249px) {
	.block-testim.content-slider.s_arrows_side {
		margin-left: 25px;
		margin-right: 25px;
	}

	.block-testim.content-slider.s_arrows_side .slick-prev {
		left: -46px;
		text-align: left;
	}

	.block-testim.content-slider.s_arrows_side .slick-next {
		right: -46px;
		text-align: left;
	}
}

@media screen and (max-width: 699px) {
	.testim__box {
		flex-direction: column;
	}

	.testim .img {
		width: 55%;
		margin-bottom: 30px;
	}

	.testim__content {
		width: 80%;
		padding-left: 0;
	}

	.testim__h2 {
		margin-bottom: 40px;
	}
}

.reasons-why {
	margin: 0;
	margin-bottom: 80px;
	padding: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: 32px;
	row-gap: 40px;
}

@media screen and (max-width: 767px) {
	.reasons-why {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		row-gap: 15px;
	}
}

.reasons-why li {
	display: flex;
	align-items: center;
	column-gap: 22px;
	margin: 0;
}

.reasons-why li img {
	width: 56px;
	height: 56px;
	flex-shrink: 0;
}

.reasons-why li span {
	font-size: 16px;
	color: #589e26;
}

.block-title--mbl {
	margin-bottom: 56px;
}

@media screen and (max-width: 767px) {
	.block-title--mbl {
		margin-bottom: 32px;
	}
}

.comparison-table {
	border-collapse: separate;
	border: none;
	margin-bottom: 56px;
	border-spacing: 4px;
	padding: 0 20px;
}

@media screen and (max-width: 767px) {
	.comparison-table {
		margin-bottom: 32px;
	}
}

.comparison-table tr th {
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 12px;
}

@media screen and (max-width: 767px) {
	.comparison-table tr th {
		font-size: 12px;
		padding-bottom: 4px;
	}
}

.comparison-table tr th:first-child {
	text-align: left;
}

.comparison-table tr th:last-child {
	text-align: right;
}

.comparison-table tr th:first-child,
.comparison-table tr th:last-child {
	width: 50%;
}

.comparison-table tr:not(:first-child) td:first-child {
	background-color: #e3f3d7;
	color: #589e26;
	text-align: left;
	position: relative;
}

.comparison-table tr:not(:first-child) td:first-child::after {
	content: '';
	width: 24px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -24px;
	background-image: url('img/ugol2.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.comparison-table tr:not(:first-child) td:last-child {
	background-color: #f3f3f3;
	color: #5c5c5c;
	text-align: right;
	position: relative;
}

.comparison-table tr:not(:first-child) td:last-child::after {
	content: '';
	width: 24px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -24px;
	background-image: url('img/ugol.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.comparison-table tr:last-child {
	opacity: 0.5;
}

.comparison-table tr td {
	font-size: 14px;
	line-height: 16px;
	padding: 16px;
}

@media screen and (max-width: 767px) {
	.comparison-table tr td {
		font-size: 12px;
		padding: 8px;
	}
}
