@media (min-width: 1439.98px) {
	.rs-article {
		margin-top: 40px;
	}
}

.rs-article__wrapper {
	position: relative;
}

@media (min-width: 991.98px) {
	.rs-article__wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 30px;
	}
}

@media (max-width: 767.98px) {
	.rs-article__wrapper {
		padding-bottom: 40px;
	}
}

@media (min-width: 991.98px) {
	.rs-article__title {
		grid-column: 1/6;
	}
}

@media (max-width: 991.98px) {
	.rs-article__title {
		margin-bottom: 16px;
	}
}

@media (min-width: 991.98px) {
	.rs-article__title_body {
		position: sticky;
		top: 150px;
		left: 0;
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
}

.rs-article__title .back-link {
	margin-top: 45px;
}

@media (max-width: 1439.98px) {
	.rs-article__title .back-link {
		margin-top: 30px;
	}
}

@media (max-width: 1169.98px) {
	.rs-article__title .back-link {
		margin-top: 15px;
	}
}

@media (max-width: 991.98px) {
	.rs-article__title .back-link {
		margin-top: 0px;
		position: absolute;
		bottom: 0;
		left: 0;
	}
}

.rs-article__date {
	border-radius: 41px;
	padding: 5px 12px;
	font-weight: 600;
	font-size: 13px;
	line-height: 140%;
	text-align: center;
	color: #fff;
	background: var(--primary-color);
	display: inline-block;
	margin: auto 20px auto 0;
}

@media (max-width: 1439.98px) {
	.rs-article__date {
		font-size: 11px;
	}
}

.rs-article__text>*:first-child {
	margin-top: 0px !important;
}

.rs-article__text>*:last-child {
	margin-bottom: 0px !important;
}

@media (min-width: 991.98px) {
	.rs-article__text {
		grid-column: 6/13;
	}
}

.rs-article__text>h5 {
	margin-top: 16px;
	margin-bottom: 3px;
}

@media (max-width: 991.98px) {
	.rs-article__text>h5 {
		margin-top: 8px;
	}
}

.rs-article__text>ul {
	margin: 3px 0px;
}

.rs-article__text>ul[data-column="2"] {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -1.5px -15px;
}

@media (max-width: 767.98px) {
	.rs-article__text>ul[data-column="2"] {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0;
	}
}

.rs-article__text>ul[data-column="2"] li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	margin: 0;
	padding: 1.5px 15px;
}

@media (max-width: 767.98px) {
	.rs-article__text>ul[data-column="2"] li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 0;
	}

	.rs-article__text>ul[data-column="2"] li:not(:last-child) {
		margin-bottom: 3px;
	}
}

.rs-article__text>ul li {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	font-weight: 400;
	font-size: 16px;
	line-height: 160%;
	color: #383b56;
}

@media (max-width: 1439.98px) {
	.rs-article__text>ul li {
		font-size: 14px;
	}
}

@media (max-width: 767.98px) {
	.rs-article__text>ul li {
		font-size: 13px;
	}
}

.rs-article__text>ul li:not(:last-child) {
	margin-bottom: 3px;
}

@media (max-width: 767.98px) {
	.rs-article__text>ul li:not(:last-child) {
		margin-bottom: 4px;
	}
}

.rs-article__text>ul li::before {
	content: "";
	position: relative;
	display: block;
	background-image: url("../img/icons/check.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	min-width: 16px;
	max-width: 16px;
	height: 16px;
	margin-top: 5px;
	margin-right: 8px;
}

@media (max-width: 767.98px) {
	.rs-article__text>ul li::before {
		min-width: 14px;
		max-width: 14px;
		height: 14px;
		margin-top: 3px;
	}
}

.rs-article__text>p {
	margin: 16px 0px;
}

@media (max-width: 991.98px) {
	.rs-article__text>p {
		margin: 8px 0px;
	}
}

.rs-article__text>img,
.rs-article__text>video {
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 15px;
	margin: 30px 0px;
	height: 463px;
	width: 100%;
}

@media (max-width: 991.98px) {

	.rs-article__text>img,
	.rs-article__text>video {
		margin: 16px 0px;
		height: 300px;
	}
}

.rs-article__share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin-top: 30px;
}

@media (max-width: 991.98px) {
	.rs-article__share {
		margin-top: 16px;
	}
}

@media (max-width: 767.98px) {
	.rs-article__share {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.rs-article__share h5 {
	margin-right: 15px;
}


.back-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	line-height: 160%;
	color: #9397bf;
	-webkit-transition: color 0.3s ease 0s;
	transition: color 0.3s ease 0s;
}

@media (max-width: 1439.98px) {
	.back-link {
		font-size: 14px;
	}
}

.back-link svg {
	margin-right: 15px;
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	transition: -webkit-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.back-link svg path {
	-webkit-transition: stroke 0.3s ease 0s;
	transition: stroke 0.3s ease 0s;
}

@media (any-hover: hover) {
	.back-link:hover {
		color: var(--primary-color);
	}

	.back-link:hover svg {
		-webkit-transform: translateX(-5px);
		-ms-transform: translateX(-5px);
		transform: translateX(-5px);
	}

	.back-link:hover svg path {
		stroke: var(--primary-color);
	}
}