.content {max-width: 1204px;font-family: Verdana;}
.slider_etrn {
	background-color: #F5F5F5;
	border-radius: 11px;
	border: 1px solid #F5F5F5;

	margin-top: 30px;
}
.slider_etrn .text {
	padding: 30px;
}
.slider_text_big p{
	font-weight: bold;
	font-family: Verdana;
	font-size: 26px;
	line-height: 37px;
}
.slider_img img {
	position: absolute;
    width: 450px;
    top: 127px;
}
.reds {
	color: #DE373A;
}
.w-text {
	justify-content:space-between;
}
.w_h1 {
	font-weight:bold;
	font-size: 20px;
}
.w_change {
	margin-top: 45px; 
}
.grey_background {
	background-color: #F5F5F5;
	border-radius: 11px;
	border: 1px solid #F5F5F5;
}
.square {
	width: 490px;
}
.square p{ margin-left: 23px;}
.bold {
	font-weight: bold;
}
.w-img {
	display: flex;
    justify-content: center;
    align-items: center;
}
.expl {
	margin-top: 45px;
}


.etrn-page {
	max-width: 1204px;
	padding: 58px 36px 56px;
	box-sizing: border-box;
	font-family: Verdana;
	color: #111111;
}

.etrn-page *,
.etrn-page *::before,
.etrn-page *::after {
	box-sizing: border-box;
}

.etrn-section {
	margin-top: 34px;
}

.etrn-section:first-child {
	margin-top: 0;
}

.etrn-title-red {
	margin: 0 0 14px;
	font-size: 34px;
	line-height: 1.12;
	font-weight: 700;
	color: #ef3a37;
}

.etrn-text {
	margin: 0;
	font-size: 15px;
	line-height: 1.55;
	color: #111111;
}

.etrn-muted {
	color: #6a6a6a;
}

.etrn-note {
	font-size: 12px;
	line-height: 1.45;
	color: #111111;
}

.etrn-list {
	margin: 0;
	padding-left: 18px;
}

.etrn-list li {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 1.5;
}

.etrn-list li:last-child {
	margin-bottom: 0;
}

/*.etrn-list--red li::marker {
	color: #ef3a37;
	content: "✓";
}*/
.etrn-list--red li {
	list-style-type: none; /* убираем стандартные точки */
  padding-left: 0;
}
.etrn-list--red li::before {
  content: "✓"; /* символ галочки */
  color: #ef3a37; /* цвет галочки */
  margin-right: 8px; /* отступ до текста */
  font-weight: bold;
}

.etrn-section__head {
	margin-bottom: 14px;
}

.etrn-section__title {
	margin: 0;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 700;
	color: #ef3a37;
}

/* HERO */

.etrn-hero {
	display: grid;
	grid-template-columns: minmax(0, 1.15fr) minmax(280px, 0.95fr);
	gap: 24px;
	align-items: center;
	padding: 28px 22px 24px;
	background: #e7e7e7;
	border-radius: 8px;
	min-height: 230px;
}

.etrn-hero__title {
	margin: 0 0 26px;
	font-size: 25px;
	line-height: 37px;
	font-weight: 700;
	color: #2f3440;
}

.etrn-hero__title span {
	display: block;
	margin-top: 2px;
	color: #ef3a37;
}

.etrn-hero__text {
	max-width: 540px;
	font-size: 13px;
	line-height: 1.45;
	color: #111111;
}

.etrn-hero__img {
	width: 100%;
	max-width: 420px;
	height: auto;
	display: block;
	margin-left: auto;
	position: absolute;
    top: 127px;
}

/* COMPARE */
.red {margin-left: 0 !important;}
.etrn-compare {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 48px minmax(0, 1fr);
	gap: 22px;
	align-items: center;
}

.etrn-compare-card {
	min-height: 142px;
	padding: 16px 20px;
	border-radius: 8px;
}

.etrn-compare-card--left {
	background: #e3e3e3;
	border: 1px solid #e3e3e3;
}

.etrn-compare-card--right {
	background: #f5f5f5;
	border: 2px solid #ef3a37;
}

.etrn-compare-card__label {
	margin: 0 0 14px;
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	color: #111111;
}

.etrn-compare-card__label .red {
	color: #ef3a37;
}

.etrn-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 44px;
	line-height: 1;
	color: #9f9f9f;
}

/* INFO */

.etrn-info__lead {
	margin: 0 0 14px;
	max-width: 928px;
	font-size: 15px;
	line-height: 1.55;
	font-weight: 700;
	color: #111111;
}

/* RECIPIENT CARDS */

.etrn-grid-3 {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.etrn-dark-card {
	background: #232b35;
	color: #ffffff;
	border-radius: 8px;
	padding: 16px 20px 14px;
	min-height: 98px;
}

.etrn-dark-card__title {
	margin: 0 0 10px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	color: #ffffff;
}

.etrn-dark-card__text {
	margin: 0;
	font-size: 13px;
	line-height: 1.45;
	color: #ffffff;
}

.etrn-dark-card__text .red {
	color: #ef3a37;
	font-weight: 700;
}

.etrn-dark-card__price {
	display: inline-block;
	margin-left: 8px;
	font-size: 40px;
	line-height: 1;
	font-weight: 700;
	color: #ef3a37;
	vertical-align: baseline;
}

/* FLOW */

.etrn-flow {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
	align-items: stretch;
}

.etrn-flow__item {
	position: relative;
	background: #e7e7e7;
	border-radius: 8px;
	padding: 14px 14px 38px;
	min-height: 88px;
	height: 141px;
}

.etrn-flow__item--active {
	background: #f8f8f8;
	border: 2px solid #ef3a37;
}

.etrn-flow__title {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #111111;
}

.etrn-flow__text {
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
	color: #111111;
}

.etrn-flow__text .red {
	color: #ef3a37;
	font-weight: 700;
}

.etrn-flow__num {
	position: absolute;
	left: 14px;
	bottom: 10px;
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	color: #ef3a37;
}

.etrn-flow__arrow {
	position: absolute;
	right: 12px;
	bottom: 9px;
	font-size: 34px;
	line-height: 1;
	color: #9f9f9f;
}

.etrn-flow-note {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.45;
	color: #111111;
}

/* DOCS */

.etrn-docs-intro {
	margin-bottom: 12px;
}

.etrn-docs-card {
	max-width: 560px;
	background: #e3e3e3;
	border-radius: 6px;
	padding: 16px 0px;
}

.etrn-docs-card .etrn-list li {
	font-weight: 700;
	font-size: 13px;
}

.etrn-docs-note {
	margin-top: 12px;
	max-width: 946px;
}

/* ADVANTAGES */

.etrn-advantages {
	display: grid;
	grid-template-columns: 420px minmax(0, 1fr);
	gap: 14px;
	align-items: stretch;
	max-width: 860px;
}

.etrn-adv-left {
	display: grid;
	gap: 10px;
}

.etrn-adv-box-dark {
	background: #232b35;
	color: #ffffff;
	border-radius: 8px;
	padding: 14px 16px;
	min-height: 58px;
}

.etrn-adv-box-dark__title {
	margin: 0 0 8px;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 700;
	color: #ffffff;
}

.etrn-adv-box-dark__text {
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
	color: #ffffff;
}

.etrn-adv-box-light {
	background: #e3e3e3;
	border-radius: 8px;
	padding: 16px 16px 56px;
	position: relative;
}

.etrn-adv-box-light__title {
	margin: 0 0 12px;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	color: #111111;
}

.etrn-adv-box-light__text {
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.5;
	color: #111111;
}

.etrn-adv-box-light__text:last-of-type {
	margin-bottom: 0;
}

.etrn-adv-box-light__text .red {
	color: #ef3a37;
}

.etrn-adv-box-light__price {
	position: absolute;
	right: 18px;
	bottom: 10px;
	font-size: 28px;
	line-height: 1;
	font-weight: 700;
	color: #6f747a;
}

/* STEPS PLAN */

.etrn-plan {
	display: grid;
	gap: 10px;
	max-width: 560px;
}

.etrn-plan__item {
	display: grid;
	grid-template-columns: 44px 1fr;
	background: #f5f5f5;
	border: 4px solid #2f3640;
	border-radius: 8px;
	overflow: hidden;
	min-height: 62px;
}

.etrn-plan__num {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #2f3640;
	color: #ef3a37;
	font-size: 34px;
	line-height: 1;
	font-weight: 700;
}

.etrn-plan__body {
	padding: 12px 16px;
}

.etrn-plan__title {
	margin: 0 0 6px;
	font-size: 15px;
	line-height: 1.2;
	font-weight: 700;
	color: #111111;
}

.etrn-plan__text {
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
	color: #111111;
}

.etrn-plan__btn {
	display: inline-block;
	margin-top: 8px;
	padding: 5px 12px;
	border-radius: 999px;
	background: #232323;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	line-height: 1;
}

.etrn-bottom-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 560px;
	min-height: 32px;
	margin-top: 14px;
	padding: 11px 14px;
	background: #e63a37;
	color: #ffffff;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	border-radius: 6px;
	text-align: center;
}

.etrn-bottom-btn:hover {
	color: #fff !important;
}

/* RESPONSIVE */

@media (max-width: 1024px) {
	.etrn-page {
		padding: 32px 24px 40px;
	}

	.etrn-hero {
		grid-template-columns: 1fr;
		padding: 22px 20px;
	}

	.etrn-hero__img {
		margin: 0 auto;
		max-width: 320px;
		position:unset;
	}

	.etrn-grid-3 {
		grid-template-columns: 1fr;
	}

	.etrn-flow {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.etrn-advantages {
		grid-template-columns: 1fr;
		max-width: 100%;
	}

	.etrn-plan,
	.etrn-bottom-btn,
	.etrn-docs-card {
		max-width: 100%;
	}
	.etrn-list {padding-left: 9px; }
}

@media (max-width: 767px) {
	.etrn-page {
		padding: 20px 14px 30px;
	}

	.etrn-section {
		margin-top: 26px;
	}

	.etrn-title-red {
		font-size: 25px;
	}

	.etrn-section__title {
		font-size: 16px;
	}

	.etrn-compare {
		grid-template-columns: 1fr;
		gap: 14px;
	}

	.etrn-arrow {
		transform: rotate(90deg);
		font-size: 34px;
	}

	.etrn-flow {
		grid-template-columns: 1fr;
	}

	.etrn-flow__arrow {
		display: none;
	}
}

@media (max-width: 480px) {
	.etrn-page {
		padding: 16px 10px 24px;
	}

	.etrn-hero {
		padding: 16px;
	}

	.etrn-hero__title {
		font-size: 18px;
		margin-bottom: 18px;
	}

	.etrn-hero__text,
	.etrn-text,
	.etrn-list li,
	.etrn-note,
	.etrn-flow-note,
	.etrn-plan__text {
		font-size: 12px;
		line-height: 1.45;
	}

	.etrn-dark-card__price {
		font-size: 30px;
	}

	.etrn-plan__item {
		grid-template-columns: 40px 1fr;
	}

	.etrn-plan__num {
		font-size: 28px;
	}

	.etrn-adv-box-light__price {
		font-size: 24px;
	}
}
