section {
	margin-top: 5rem;
}

.fr-h2 {
	color: #161513;
	font-size: 2.5rem;
	*margin-top: 5rem;
	margin-bottom: 2rem;
	line-height: 132%;
	text-align: center;
}

.fr-h3 {
	color: #161513;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 120%;
}

.fr-button {
	display: inline-block;
	color: #FFFFFF;
	background-color: #A03EFF;
	border-radius: 1.5rem;
	font-size: 1rem;
	line-height: 140%;
	padding: .625rem 1.5rem;
}

.fr-button:hover {
	color: #FFFFFF;
}

.fr-list {

}

.fr-list li {
	position: relative;
	padding-left: 1.5rem;
	font-size: 1rem;
	line-height: 150%;
	margin-bottom: 1.25rem;
}

.advantages {
	margin-top: 5rem;
}

.criteria {
	background-color: #161513;
	border-radius: 2rem;
	padding: 3rem 13rem;
}

.criteria p {
	text-align: center;
	color: #FFFFFF;
}

.criteria p:first-child {
	margin-bottom: 1rem;
}

.provided-card {
	padding: 1.5rem;
	border-radius: 1rem;
	border: 1px solid #E8E8E7;
	margin-bottom: 1.25rem;
}

.provided-card_bg {
	background-color: #F6F6F6;
	display: flex;
	justify-content: space-between;
}

.provided-card_bg .provided-card__title {
	line-height: inherit;
}

.provided-card__title span {
	color: #A03EFF;
}

.provided-card__list {
	margin-top: 1.5rem;
}

.provided-card__list li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #A03EFF;
}

.why-us__title {
	text-align: left;
}

.why-us__list li {
	margin-bottom: 1rem;
	padding-left: 38px;
	min-height: 2.5rem;
	display: flex;
	align-items: center;
}

.why-us__list li:before {
	content: url('/local/templates/mobinot_new/img/check.svg');
	position: absolute;
	left: 0;
}


.social-card {
    background-color: #F6F6F6;
    padding: 2.5rem 3rem;
    border-radius: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
}

.social-card__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 4rem;
}

.social-card__icon {
    height: 56px;
}

.social-card__button:hover {
    background: #933ff1;
    color: #fff;
}

.stats {
	display: flex;
	justify-content: space-between;
}

.stat-item__value {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	border: 5px solid #A03EFF;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 132%;
	margin: auto;
}

.stat-item__value span {
	margin-left: 0.5rem;
	font-size: 1.25rem;
	font-weight: 500;
}

.stat-item__title {
	text-align: center;
	margin-top: 1.5rem;
}

.reason__title {
	margin-top: 1.5rem;
}

.reason__desc {
	margin-top: 0.5rem;
}

@media screen and (max-width: 1199px) {
	.stat-item__value {
		width: 160px;
		height: 160px;
	}
}

@media screen and (max-width: 991px) {
	.provided-card_bg {
		display: block;
	}
	.provided-card__button {
		margin-top: 10px;
	}
	.stats {
		display: flex;
	    flex-wrap: wrap;
	    justify-content: space-evenly;
	}
	.stat-item__value {
		width: 200px;
		height: 200px;
	}
	.criteria {
        padding: 3rem 3rem;
    }
}

@media screen and (max-width: 767px) {
	.socials {
		gap: 2rem;
	}

	.social-card {
		margin-bottom: 2rem;
	}

	.stats {
		display: block;
	}

	.stat-item__title {
		margin-bottom: 2rem;
	}

	.reason__desc {
		margin-bottom: 2rem;
	}
}