/* перепись article__wrap стилей */
.article__wrap .h1, .article__wrap h2, .article__wrap .h2, .article__wrap h3, .article__wrap .h3, .article__wrap h4, .article__wrap .h4 {
	margin: auto;
}

.article__wrap p+p {
	margin: 0;
}

.article__wrap .x-small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
}

.article__wrap .article-section__calendar-day {
	font-size: 30px;
	text-align: center;
	line-height: 17px;
}

.article__wrap h1 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 40px;
	line-height: 124%;
}

.article__wrap h2 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 36px;
	line-height: 124%;
	margin: 0;
}

.article__wrap h3 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 26px;
	line-height: 120%;
	margin: 0;
}

.article__wrap h4 {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	margin: 0;
}

.article__wrap p {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 145%;
}

.article__wrap .small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

.article__wrap .green-text {
	color: #00CE57;
}

.article__wrap .blue-text {
	color: #001689;
}

.article__wrap .black-text {
	color: #444444;
}

.article__wrap .grey-text {
	color: #7A878C;
}

.article__wrap .text-centered {
	text-align: center;
}

.article__wrap .article-section__button-text {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
}

.article__wrap .article-section__footer-text {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 140%;
}

.article__wrap .normal {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.article__wrap .bold {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

@media (max-width: 767px) {
	.article__wrap h1 {
		font-family: 'RotonBol', Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 30px;
		line-height: 124%;
	}

	.article__wrap h2 {
		font-family: 'RotonBol', Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 26px;
		line-height: 124%;
	}

	.article__wrap h3 {
		font-family: 'RotonBol', Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 24px;
		line-height: 120%;
	}

	.article__wrap h4 {
		font-family: 'RotonBol', Arial, Helvetica, sans-serif;
		font-style: normal;
		font-weight: 400;
		font-size: 20px;
		line-height: 120%;
	}
}

/* перепись article__wrap стилей конец */

.normal {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.bold {
	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-weight: 400;
}

.small {
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 145%;
}

.green-text {
	color: #00CE57;
}

.blue-text {
	color: #001689;
}

.black-text {
	color: #444444;
}

.grey-text {
	color: #7A878C;
}

.text-centered {
	text-align: center;
}

.article-wrapper {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 40px;
}

.article-section {
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.article-section--footer {
	gap: 4px;
}

.article-section__author-block {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 20px;
	gap: 20px;

	border: 1px solid #00CE57;
	border-radius: 12px 99px 99px 12px;
}

.article-section__author-info {
	position: relative;
	width: fit-content;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 4px;
}

.article-section__author-image {
	position: relative;
	width: 98px;
	height: 98px;
}

.article-section__text-block {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 12px;
}

.article-section__note {
	position: relative;
	width: 100%;
	height: fit-content;
	
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 14px;
	padding: 20px;
	background: rgba(51, 203, 102, 0.1);
	border-radius: 20px;
}

.article-section__note--special-2 {
	align-items: flex-start;
	padding-right: 220px;
	background: url('/static/f/med_article/578/img/special-note-image-2.svg') no-repeat;
	background-size: 172px auto;
	background-position: calc(100% - 48px) bottom;
	background-color: rgba(51, 203, 102, 0.1);
}

.article-section__note-icon {
	position: relative;
	flex-shrink: 0;
}

.article-section__note-image {
	position: relative;
	width: 219px;
	height: auto;
	flex-shrink: 0;
}

.article-section__text-block {
	position: relative;
	width: 100%;
	height: fit-content;

	display: flex;
	flex-direction: column;
	gap: 14px;	
}

.article-section__title-wrapper {
	position: relative;
	width: fit-content;
	height: fit-content;

	display: flex;
	flex-direction: row;
	gap: 20px;
}

.article-section__title-icon {
	position: relative;
	width: 52px;
	height: 52px;
	flex-shrink: 0;
}

.article-section__buttons-wrapper {
    position: relative;
    width: fit-content;
    height: fit-content;

    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    align-items: center;
    gap: 8px 24px;
}

.article-section__spoiler-button {
    position: relative;
    width: fit-content;
    height: fit-content;

    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 7px 21px;
	flex-shrink: 0;
    gap: 10px;

    background: #EBFAF0;
    border: 3px solid #00CE57;
    border-radius: 30px;

    font-family: 'RotonBol', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
	letter-spacing: 0.035em;
    text-align: center;
    color: #00CE57;
	outline: none;
}

.article-section__spoiler-button:hover {
    color: rgb(0, 22, 137);
    border: 3px solid rgb(0, 22, 137);
}

.article-section__spoiler-icon {
    position: relative;
    flex-shrink: 0;
    color: #00CE57;
	transform: rotate(-90deg);
	transition: transform 0.15s ease-in-out;
}

.article-section__spoiler-button:hover .article-section__spoiler-icon {
    color: rgb(0, 22, 137);
}

.article-section__spoiler-icon--active {
	transform: rotate(0deg);
	transition: transform 0.15s ease-in-out;
}

.article-section__spoiler-button:hover .article-section__spoiler-button-icon {
    color: rgb(0, 22, 137);
}

.article-section__button {
	position: relative;
	width: fit-content;
	height: fit-content;

	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 10px 23px;
	flex-shrink: 0;

	background: #33CB66;
	border-radius: 30px;
	border: none;
	outline: none;
	transition: background 0.15s ease-in-out;
	text-decoration: none;
}

.article-section__button:hover {
	background: #001689;
	transition: background 0.15s ease-in-out;
}

.article-section__button-text {
	position: relative;

	font-family: 'RotonBol', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	margin: 0;
	text-align: center;
	color: #FFFFFF;
}

.article-section__list-wrapper {
	position: relative;
	width: 100%;
	height: auto;

	display: flex;
	flex-direction: column;
	gap: 12px;
	padding: 20px 10px;
	border: 1px solid #00178F;
	border-radius: 12px;
}

.article-section__list-wrapper::after {
	content: "";
	position: absolute;
	width: 3px;
	height: 8%;
	top: 81%;
    right: -2px;
    background: #FFF;
}

.article-section__list-wrapper--title {
	padding: 0px 10px 20px 10px;
}

.article-section__list-item {
	position: relative;
	width: fit-content;
	height: fit-content;

	display: flex;
	flex-direction: row;
	gap: 9px;
	align-items: flex-start;
}

.article-section__list-item--title {
	width: 100%;
	align-items: center;
	gap: 10px;
	padding: 10px 0px;
}

.article-section__list-item--title::before {
	content: "";
	position: absolute;
	width: calc(81% + 10px);
	height: 1px;
	bottom: -2px;
	left: -10px;
	background: #00178F;
}

.article-section__list-item--title::after {
	content: "";
	position: absolute;
	width: calc(13% + 10px);
	height: 1px;
	bottom: -2px;
	right: -10px;
	background: #00178F;
}

.article-section__list-item--title-special {
	min-height: 68px;
}

.article-section__list-item-icon {
	position: relative;
	width: 26px;
	height: 26px;
	border: 1px solid #00178F;
	border-radius: 99px;
	flex-shrink: 0;
}

.article-section__list-item-icon--title {
	border: none;
}

.article-section__list-image-block {
	position: relative;
	width: 100%;
	height: fit-content;

	display: grid;
	grid-template-columns: 62% calc(38% - 24px);
	gap: 12px 24px;
}

.article-section__list-image-wrapper {
	position: relative;
	width: 100%;
	height: 142px;
	grid-row: span 2;
}

.article-section__list-image {
	position: relative;
	width: 100%;
	max-width: 270px;
	height: auto;
	top: 0px;
	transform: translateX(-11px) translateY(-18px);
}

.article-section__horizontal-grid { 
	position: relative;
	width: 100%;
	height: fit-content;

	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.article-section__green-line {
	position: relative;
	width: 100%;
	height: 2px;
	background: #00CF57;
}

.article-section__spoiler-content {
	position: relative;
	width: 100%;
	height: fit-content;
	
	display: none;
	flex-direction: column;
	gap: 24px;
}

.article-section__spoiler-content--active {
	display: flex;
}

.article-section__footer-list {
	position: relative;
	margin: 0;
	padding: 0;
	padding-left: 15px;

	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
}

.article-section__footer-text {
	position: relative;
	font-family: 'RotonReg', Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 140%;
}

@media (max-width: 767px) {
	.article-section__horizontal-grid {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.article-section__note-image {
		width: 169px;
	}

	.article-section__note--special-2 {
		padding-right: 190px;
		background-size: 152px auto;
		background-position: calc(100% - 28px) bottom;
	}

	.article-section__note--special-2 .article-section__note-icon {
		display: none;
	}

	.article-section__list-image {
		transform: translateX(-11px) translateY(22px);
	}
}

@media (max-width: 559px) {
	.article-section__note--special {
		flex-direction: column-reverse;
	}

	.article-section__note--special-2 {
		padding: 180px 20px 20px 20px;
        background-position: center 20px;
	}

	.article-section__author-block {
		border-radius: 12px 60px 12px 12px;
		align-items: flex-start;
	}

	.article-section__list-image-block {
		grid-template-columns: 1fr;
	}

	.article-section__list-image-wrapper {
		height: fit-content;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.article-section__list-image {
        transform: none;
		padding: 0px 24px;
    }
}

@media (max-width: 459px) {
	.article-section__note {
		flex-direction: column;
		padding: 14px;
	}

	.article-section__note--special-2 {
		padding: 180px 14px 14px 14px;
	}
}

@media (max-width: 389px) {

	.article-section__author-block {
		border-radius: 12px;
	}

	.article-section__author-image {
		display: none;
	}
}