.rs-acticle.news .rs-acticle__description {
	width: 100%;
}

@media (min-width: 1171px) {
	.rs-acticle.news .rs-acticle__description {
		max-width: 906px;
	}
}

.rs-acticle__banner {
	border-radius: 16px;
	overflow: hidden;
	margin-bottom: 32px;
	height: 285px;
}

.rs-acticle__banner img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.rs-acticle__banner iframe {
	width: 100%;
	height: 100%;
}

.rs-acticle__description {
	width: 100%;
}

.rs-acticle__description>h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 43px;
}

@media (max-width: 1920px) {
	.rs-acticle__description>h3 {
		font-size: calc(25px + 11 * (100vw - 320px) / 1600);
		line-height: calc(32px + 11 * (100vw - 320px) / 1600);
	}
}

.rs-acticle__description>h5 {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 23px;
}

@media (max-width: 1920px) {
	.rs-acticle__description>h5 {
		font-size: calc(15px + 3 * (100vw - 320px) / 1600);
		line-height: calc(20px + 3 * (100vw - 320px) / 1600);
	}
}

.rs-acticle__description>p {
	margin-top: 16px;
	line-height: 24px;
	font-size: 16px;
}

@media (max-width: 1920px) {
	.rs-acticle__description>p {
		font-size: calc(14px + 2 * (100vw - 320px) / 1600);
		line-height: calc(22px + 2 * (100vw - 320px) / 1600);
	}
}

.rs-acticle__description>.rs-btn {
	margin-top: 16px;
}


.rs-acticle__description .rs-quotes {
	margin: 32px 0px;
}

.rs-acticle__description .rs-quotes .rs-quote__item p {
	line-height: 24px;
}

@media (max-width: 1920px) {
	.rs-acticle__description .rs-quotes .rs-quote__item p {
		line-height: calc(22px + 2 * (100vw - 320px) / 1600);
	}
}

.rs-acticle__info {
	margin: 24px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rs-acticle__info .rs-btn {
	margin-left: 10px;
}

@media (max-width: 767.98px) {
	.rs-acticle__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.rs-acticle__info .rs-btn {
		margin-left: 0px;
		margin-top: 10px;
	}
}

.rs-acticle__info .date-title {
	font-weight: 400;
	text-transform: none;
	margin-left: 24px;
}

@media (max-width: 767.98px) {
	.rs-acticle__info .date-title {
		margin-left: 0px;
		margin-top: 10px;
	}
}

.rs-acticle__author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.rs-acticle__author h6 {
	margin-right: 8px;
}

.rs-acticle__annotation {
	background: #f5f5f5;
	border-radius: 24px;
	padding: 32px;
	margin: 32px 0px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (max-width: 768px) {
	.rs-acticle__annotation {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (max-width: 1920px) {
	.rs-acticle__annotation {
		padding: calc(15px + 17 * (100vw - 320px) / 1600);
	}
}

.rs-acticle__annotation_img {
	width: 100%;
	max-width: 224px;
	border-radius: 16px;
	overflow: hidden;
}

@media (max-width: 768px) {
	.rs-acticle__annotation_img {
		max-width: 350px;
		margin: 0 auto;
	}
}

.rs-acticle__annotation_img img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	border-radius: 16px;
}

.rs-acticle__annotation_description {
	width: 100%;
	max-width: 756px;
	margin-left: 40px;
}

@media (max-width: 1920px) {
	.rs-acticle__annotation_description {
		margin-left: calc(20px + 20 * (100vw - 320px) / 1600);
	}
}

@media (max-width: 768px) {
	.rs-acticle__annotation_description {
		margin-left: 0px;
		margin-top: 20px;
	}
}

.rs-acticle__annotation_description>h4 {
	margin-bottom: 16px;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
}

@media (max-width: 1920px) {
	.rs-acticle__annotation_description>h4 {
		font-size: calc(18px + 6 * (100vw - 320px) / 1600);
		line-height: calc(23px + 6 * (100vw - 320px) / 1600);
	}
}

.rs-acticle__annotation_description>p {
	line-height: 24px;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
}

@media (max-width: 1920px) {
	.rs-acticle__annotation_description>p {
		font-size: calc(14px + 2 * (100vw - 320px) / 1600);
		line-height: calc(22px + 2 * (100vw - 320px) / 1600);
	}
}

.rs-acticle--table h3 {
	margin-bottom: 24px;
}

.rs-acticle--table h4 {
	margin-bottom: 16px;
	margin-top: 20px;
}

.rs-acticle--table .rs-table {
	margin-bottom: 16px;
	margin-top: 20px;
}

.rs-acticle--table .pagging {
	margin-top: 30px;
}