.b-article-phase {
	margin: 24px 0;
	padding: 40px 20px;
	background:#F3F7F9;
	border-radius: 8px;
}
.b-article-phase .b-article__subtitle {
	margin: 0;
	text-align: center;
}
.b-article  .b-article-phase p {
	margin: 0;
}
.phase-items {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.phase-item {
	display: flex;
	margin-top: 24px;
	width: 100%;
	max-width: 552px;
	border-radius: 8px;
	overflow: hidden;
}
.phase-item__left {
	display: flex;
	align-items: center;
	flex-grow: 1;
	padding: 10px 16px;
	background: #27388A;
	color: #fff;
}
.phase-item__right {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 160px;
	padding: 10px;
	background: #FFE1E0;
}
.phase-item__left span {
	flex-shrink: 0;
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: #FFE1E0;
	border-radius: 100%;
	line-height: 26px;
	color: #27388A;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.b-article-phase {
		margin: 40px 0 24px;
		padding: 0px;
		background: transparent;
	}
	.phase-item {
		flex-direction: column;
		max-width: 100%;
	}
	.phase-item__left {
		padding: 24px 14px;
		flex-direction: column;
		text-align: center;
	}
	.phase-item__right {
		width: 100%;
		padding: 24px 14px;
	}
	.phase-item__left span {
		margin-right: 0px;
		margin-bottom: 10px;
	}
}



.b-article-method {
	margin: 24px 0;
}
.b-article  .b-article-method p {
	margin: 0;
}
.method-items {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.method-item {
	display: flex;
	width: 100%;
	border-radius: 8px;
	overflow: hidden;
}
.method-items .method-item + .method-item {
	margin-top: 12px;
}
.method-item__left {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	width: 214px;
	padding: 10px 16px;
	background:#27388A;
	color: #fff;
}
.method-item__right {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-grow: 1;
	padding: 10px 18px;
	background: #F3F7F9;
}
.method-item__left span {
	flex-shrink: 0;
	display: block;
	margin-right: 10px;
	width: 26px;
	height: 26px;
	background: #fff;
	border-radius: 100%;
	line-height: 26px;
	color: #27388A;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.b-article-method {
		margin: 24px 0 24px;
	}
	.method-item {
		flex-direction: column;
		width: 100%;
	}
	.method-items .method-item + .method-item {
		margin-top: 24px;
	}
	.method-item__left {
		width: 100%;
		padding: 24px 14px;
		flex-direction: column;
		text-align: center;
	}
	.method-item__right {
		width: 100%;
		padding: 24px 14px;
	}
	.method-item__left span {
		margin-right: 0px;
		margin-bottom: 10px;
	}
}



.b-article__content .b-article__block-images {
	border-radius: 8px;
}
.b-article__content .b-article-content__list li {
	padding-left: 16px;
}
.b-article__content .b-article-content__list li:before {
	left: 5px;
	top: 10px;
	width: 4px;
	height: 4px;
}





.b-article-cause {
	margin: 24px 0;
	padding: 34px 0px;
	background: #FFFAFB;
	border-radius: 8px;
}
.cause-row {
	display: flex;
	justify-content: space-between;
}
.cause-row--one {

}
.cause-row--two {

}
.cause-item {
	margin: 6px 14px;
	width: 170px;
	text-align: center;
}
.cause-item__img {

}
.cause-item__img img {
	display: block;
	margin: 0 auto;
	width: 120px;
	height: 120px;
}
.cause-item__text {
	margin-top: 12px;
	font-size: 14px;
	line-height: 19.6px;
}
.cause-img {
	margin: 6px 14px;
}
.cause-img img {
	display: block;
	margin: 0 auto;
	width: 228px;
	height: 228px;
}

@media screen and (max-width: 1023px) {
	.b-article-cause {
		padding: 18px 0px;
	}
	.cause-row {
		flex-direction: column;
	}
	.cause-img {
		order: -1;
	}
	.cause-img img {
		display: block;
		margin: 0 auto;
		width: 170px;
		height: 170px;
	}
	.cause-item {
		width: auto;
		display: flex;
		align-items: center;
		text-align: left;
	}
	.cause-item__text {
		margin-top: 0px;
		margin-left: 12px;
	}
	.cause-item__img {
		flex-shrink: 0;
	}
}

@media screen and (max-width: 767px) {
	.cause-img {
		position: absolute;
		top: -60px;
		left: 50%;
		transform: translateX(-50%);
	}
	.cause-img img {
		width: 129px;
		height: 129px;
		border-radius: 100%;
	}
	.cause-img::after {
		content: '';
		position: absolute;
		top: 1px;
		bottom: 0px;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		border-bottom: 6px solid #FFE1E0;
		border-radius: 100%;
	}
	.cause-item__img img {
		width: 90px;
		height: 90px;
	}
	.cause-item__text {
		margin-left: 0px;
	}
	.cause-item {
		padding: 0 25px;
	}
}












.slider-article-1 {
	margin: 77px -10px 0;
	padding-top: 70px;
	padding-bottom: 34px;
	position: relative;
	background: #FFE1E0;
	border-radius: 8px;
}
.slider-article-1 .slick-initialized .slick-slide {
	margin-bottom: 0;
	height: 100% !important;
}

.slick-track {
	/* gap: 10px; */
}


.slider-article-1 {
	display: none;
}

.slider-article-1 .slick-arrow {
	top: calc(50% - -5px);
	color:#27388A;
	background: #fff;
	border-radius: 100%;
}
.slider-article-1 .slick-arrow::before {
	top: 12px;
	width: 7px;
	height: 7px;
}
.slider-article-1 .b-gallery__next {
	right: 11px;
}
.slider-article-1 .b-gallery__prev {
	left: 11px;
}


@media screen and (max-width: 767px) {
	.b-article-cause {
		display: none;
	}
	.slider-article-1 {
		display: block;
	}
}