.b-article__step {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 12px;
}

.b-article__step-label {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 14px;
	width: 61px;
	height: 25px;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	background-color: #27388A;
	border-radius: 5px;
}

.b-article .b-article__step p {
	margin-bottom: 0;
}

.b-article-content__list.b-article-content__list--text {
	margin-bottom: 12px;
}

.b-article-content__list.b-article-content__list--text li {
	margin-bottom: 0;
}

.b-article-content__list.b-article-content__list--text li:before {
	left: 5px;
}

.b-article__block--table-lure.x-scroll-table td:first-child, .x-scroll-table th:first-child {
	white-space: normal;
}

.b-article__block--table-lure td:first-child {
	width: 48%;
}

.b-article__block--table-lure.b-article__block table tr:nth-child(2n) td {
	background: none;
}
.b-article__block--table-lure.b-article__block table tr:nth-child(2n+1) td {
	background: #fff;
}

.text-selected-product {
	margin-top: 24px;
}

.step-button {
	font-size: 16px;
	line-height: 36px;
	height: 38px;
	padding: 0 16px;
	text-align: center;
	border-radius: 32px;
	cursor: pointer;
	display: inline-block;
	white-space: nowrap;
	transition: background, color 134ms;
}
.step-button.step-button--no-mb {
	margin-bottom: 0;
}
.step-button--transparent {
	margin-top: 12px;
	margin-bottom: 24px;
	color: #27388A;
	border: 1px solid #27388A;
	cursor: default;
}
/* .step-button--transparent:hover {
	background: #27388A;
	color: #fff;
} */
.step-button--blue {
	margin-top: 9px;
	margin-bottom: 40px;
	background: #27388A;
	font-family: RotonBol, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	border: 1px solid #27388A;
}
.step-button--blue:hover {
	background: #FF8300;
	color: #fff;
	border: 1px solid #FF8300;
}

@media screen and (max-width: 767px) {
	.b-article__block--table-lure.b-article__block--table {
		margin-left: -18px;
		margin-right: -18px;
		border-radius: 0px;
	}
	.b-article__block.b-article__block--table-lure table {
		font-size: 14px;
		line-height: 20px;
	}
	.btn-step {
		text-align: center;
	}
}

@media screen and (max-width: 480px) {
	.b-article__block--table-lure td:first-child {
		width: 140px;
		min-width: 140px;
	}
	.b-article__block--table-lure.b-article__block table td,
	.b-article__block--table-lure.b-article__block table th {
		border-radius: 4px;
		padding: 4px 14px;
	}
}

@media screen and (max-width: 389px) {
	.step-button {
		height: auto;
		padding: 6px 16px;
		white-space: normal;
		line-height: 18px;
	}
}

/* Board cards */

.board-cards {
	margin-top: 40px;
	padding: 25px 24px;
	border-radius: 8px;
	background-color: #F3F7F9;
}
.board-cards--when {
	position: relative;
	padding-bottom: 163px;
}
.board-cards--when::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('/static/f/article/587/img/b-1-bg.png');
	background-repeat: no-repeat;
	background-position: right 53px bottom 7px;
	pointer-events: none;
}
.board-cards--how {
	position: relative;
}
.board-cards--how::after {
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-image: url('/static/f/article/587/img/b-2-bg.png');
	background-repeat: no-repeat;
	background-position: right 46px bottom 25px;
	pointer-events: none;
}
.board-cards__title {
	font-family: RotonBol, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	color: #FF8300;
	text-align: center;
}
.board-cards__subtitle {
	margin-top: 8px;
	font-size: 14px;
	line-height: 20px;
	color: #404040;
	text-align: center;
}
.board-cards__wrapper {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 30px;
}
.board-cards--how .board-cards__wrapper {
	margin-top: 20px;
}
.board-cards--how .board-cards__wrapper::after {
	content: '';
	width: 100%;
	max-width: 208px;
	height: 167px;
}
.board-card {
	width: 100%;
	max-width: 208px;
	height: 167px;
	background-color: #fff;
	border-radius: 8px;
}
.board-card__head {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 60px;
	background-color: #E3E8F5;
}
.board-card__body {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 5px 10px 20px;
	text-align: center;
}
.board-card__num {
	width: 16px;
	height: 16px;
	font-family: RotonBol, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	color: #FF8300;
	text-align: center;
	background-color: #E3E8F5;
	border-radius: 50%;
}
.board-card__text {
	margin-top: 8px;
	font-family: RotonBol, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	color: #27388A;
}

@media screen and (max-width: 767px) {
	.board-cards {
		margin-top: 24px;
		margin-left: -18px;
		margin-right: -18px;
		padding: 16px 18px;
		border-radius: 0px;
	}
	.board-cards--when {
		padding-bottom: 195px;
	}
	.board-cards--when::after {
		background-position: right 133px bottom 2px;
	}
	.board-cards--how {
		padding-bottom: 191px;
	}
	.board-cards--how::after {
		background-position: right 81px bottom 15px;
	}
	.board-cards__wrapper {
		gap: 12px;
		margin-top: 24px;
	}
	.board-cards--how .board-cards__wrapper::after {
		content: none;
	}
	.board-card {
		display: flex;
		width: 100%;
		max-width: none;
		height: auto;
		border-radius: 8px;
		overflow: hidden;
	}
	.board-card__head {
		flex-shrink: 0;
		width: 80px;
		height: auto;
	}
	.board-card__body {
		align-items: flex-start;
		padding: 16px;
		text-align: left;
	}
	.board-card__text {
		margin-top: 8px;
		font-size: 16px;
		line-height: 18px;
	}
}

@media screen and (max-width: 389px) {
	.board-cards--how .board-cards__wrapper {
		margin-top: 16px;
	}
	.board-cards--when::after {
		background-position: right 50% bottom 2px;
	}
	.board-cards--how {
		padding-bottom: 163px;
	}
	.board-cards--how::after {
		background-position: right 50% bottom 4px;
		background-size: 201px;
	}
}

/* Similar cards */

.similar {
	margin-top: 23px;
}
.similar-cards {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px 24px;
}
.similar-card {
	display: flex;
	align-items: center;
	width: calc(100% / 2 - 12px);
	padding-top: 17px;
	border-top: 1px solid #DFE6EA;
}
.similar-card:nth-child(1),
.similar-card:nth-child(2) {
	border-top: none;
}
.similar-card__img {
	width: 88px;
	height: 88px;
	flex-shrink: 0;
	margin-right: 28px;
	border-radius: 8px;
	overflow: hidden;
}
.similar-card__text {
	font-family: RotonBol, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	color: #27388A;
}

@media screen and (max-width: 940px) {
	.similar-card {
		width: 100%;
	}
	.similar-card:nth-child(1),
	.similar-card:nth-child(2) {
		border-top: 1px solid #DFE6EA;
	}
}

@media screen and (max-width: 767px) {
	.similar-cards {
		gap: 12px 12px;
	}
	.similar-card {
		width: calc(100% / 2 - 6px);
		padding-top: 16px;
		border-top: 1px solid #DFE6EA;
	}
	.similar-card:nth-child(1),
	.similar-card:nth-child(2) {
		border-top: none;
	}
	.similar-card__img {
		width: 80px;
		height: 80px;
		margin-right: 8px;
	}
	.similar-card__text {
		font-size: 14px;
		line-height: 17px;
	}
}

@media screen and (max-width: 640px) {
	.similar-card {
		width: 100%;
		flex-direction: row-reverse;
	}
	.similar-card:nth-child(1),
	.similar-card:nth-child(2) {
		border-top: 1px solid #DFE6EA;
	}
	.similar-card__img {
		margin-right: 0px;
		margin-left: 10px;
	}
	.similar-card__text {
		width: 100%;
	}
}