.article {
	padding-top: 80px;
	padding-bottom: 120px;
}

.article__title-medium {
	font-size: 36px;
}

.article__text {
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	color: #535755;
}

.article__text:last-child {
	margin-bottom: 0;
}

.article__mb-1 {
	margin-bottom: 80px;
}

.article__mb-2 {
	margin-bottom: 40px;
}

.article__decor-wrapper {
	position: relative;
}

.article__decor-wrapper::before {
	content: "";
	position: absolute;
	z-index: -1;
	background: url("../images/decor-icon.svg") no-repeat;
	width: 528px;
	height: 48px;
}

.article__decor-wrapper-1::before {
	top: 100px;
	left: -350px;
}

.article__decor-wrapper-2::before {
	right: -350px;
	bottom: 136px;
}

.article__list {
	margin-top: 0;
	padding-left: 16px;
}

.article__list-item:not(:last-child) {
	margin-bottom: 12px;
}

.article__list-item::marker {
	font-size: 22px;
	color: #3596ed;
}

.video-play-button {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-55%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	padding: 0;
	background-color: #3596ed;
	border: none;
	border-radius: 50%;
	cursor: pointer;
	transition: background-color 0.2s;
}

.video-play-button-triangle {
	position: relative;
	left: 3px;
}

.video-play-button:hover {
	background-color: #39a3ff;
}

.video-play-button:not(:disabled) active {
	background-color: #3596ed;
}

@media (width <= 768px) {
	.article__title-medium {
		font-size: 32px;
	}
	.article__decor-wrapper::before {
		display: none;
	}
	.article__mb-1 {
		margin-bottom: 60px;
	}
}

@media (width <= 576px) {
	.article {
		padding-top: 60px;
		padding-bottom: 80px;
	}

	.title-large {
		font-size: 32px;
	}

	.article__title-medium {
		font-size: 28px;
	}

	.article__mb-1 {
		margin-bottom: 40px;
	}
}

.article__mb-2 {
	margin-bottom: 30px;
}

.video-play-button {
	width: 50px;
	height: 50px;
}

.video-play-button-triangle {
	width: 18px;
	height: 22px;
}
