.section-terms {
	padding: 50px 0 100px;
}

.section-terms a {
	color: #01b988;
}

.section-terms__header {
	margin-bottom: 30px;
}
.section-terms__title {
	margin-bottom: 20px;
}
.section-terms__p {
	margin-bottom: 15px;
}

.section-terms__header .title {
	font-size: 24px;
	line-height: 1.2;
}

.section-terms__subtitle {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.section-terms__content > *:not(:last-child) {
	margin-bottom: 30px;
}
.list-terms {
	line-height: 1.3;
}

.list-terms li:not(:last-child) {
	margin-bottom: 10px;
}

.list-terms li ol {
	padding-left: 20px;
}
.list-terms li ol li:first-child {
	padding-top: 10px;
}

.section-terms__content ol {
	list-style: none;
	counter-reset: li;
}
.section-terms__content li:before {
	counter-increment: li;
	content: counters(li, ".") ". ";
	padding-right: 5px;
}

.underline {
	text-decoration: underline;
}

.section-terms__contacts > *:not(:last-child) {
	margin-bottom: 10px;
}
.section-terms__contacts-title {
	font-weight: 700;
	font-size: 16px;
}
.section-terms__contacts-links {
	display: flex;
	gap: 10px;
}

.section-terms__content-docs {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.section-terms__content-docs a {
	padding: 20px;
	/* border: 1px solid #000; */
	position: relative;
	font-size: 20px;
	background: #f5f5f5;
	width: 100%;
}

.section-terms__content-docs a:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;

	background: linear-gradient(45deg, #e0e0e0 50%, #fefefe 50%);
}

.section-terms__text {
	font-size: 15px;
	line-height: 1.3;
}
.section-terms__text > *:not(:last-child) {
	margin-bottom: 15px;
}

.section-terms__img {
	text-align: center;
}

.section-terms__img img {
	width: 100%;
}
