.step-box {
	color: #ffffff;
	border-radius: 20px;
	padding: 20px;
	text-align: left;
	position: relative;
	overflow: hidden;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	height: 100%; /* Растягиваем блок по высоте */
	/* min-height: 250px; */
	display: flex;
	flex-direction: column; /* Выстраиваем содержимое вертикально */
	justify-content: flex-end; /* Ставим текст и кнопку к низу блока */
}

.step-title {
	font-size: 1.5rem;
	font-weight: bold;
	margin-bottom: 10px;
}

.step-text {
	font-size: 1rem;
	margin-bottom: 20px;
}

.step-btn {
	background-color: #e63946;
	color: #fff;
	border: none;
	border-radius: 50px;
	padding: 10px 20px;
	text-transform: uppercase;
	font-weight: bold;
	transition: background-color 0.3s ease;
	margin-top: 10px; /* Отступ от текста */
}

.step-btn:hover {
	background-color: #d62828;
}

.step-number {
	position: absolute;
	bottom: 15%;
	right: 20px;
	z-index: 0;
	height: 70%;
}

.step-box:before {
	content: "";
	width: 90%;
	height: 90%;
	/* background: #fff; */
	position: absolute;
	right: 0%;
	top: -25%;
	background-image: url(/assets/images/pp_number_rectangle.svg);
	z-index: 1;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right;
}

.accordion_faq .accordion-item {
	border-left: 0px;
	border-right: 0px;
	border-radius: 0;
	background: transparent;
}
.accordion_faq .accordion-button:not(.collapsed) {
	/* background: #ffff; */
	box-shadow: none;
	color: var(--bs-accordion-btn-color);
	background: transparent;
}
.accordion_faq .accordion-button {
	/* background: #ffff; */
	box-shadow: none;
	background: transparent;
}

.custom-banner-container {
	background: linear-gradient(90deg, #4B0082, #800080);
	border-radius: 25px;
	padding: 20px;
	max-width: 800px;
	margin: auto;
}
.custom-banner-image {
	width: 100%;
	position: absolute;
	bottom: 0px;
}
.custom-banner-content {
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	position: relative;
}
.custom-banner-arrow {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent rgb(255, 239, 232);
	position: absolute;
	top: 50%;
	left: -10px;
	transform: translateY(-50%) rotate(180deg);
}

.btn-wd {
	--bs-btn-color: #000000;
	--bs-btn-bg: #ffffff;
	--bs-btn-border-color: #ffffff;
	--bs-btn-hover-color: #212529;
	--bs-btn-hover-bg: #e9ecef;
	--bs-btn-hover-border-color: #e9ecef;
	--bs-btn-focus-shadow-rgb: 222, 226, 230;
	--bs-btn-active-color: #212529;
	--bs-btn-active-bg: #e6e6e6;
	--bs-btn-active-border-color: #e6e6e6;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #adb5bd;
	--bs-btn-disabled-bg: #ffffff;
	--bs-btn-disabled-border-color: #adb5bd;
}
/* [data-bs-theme="dark"] .btn-wd {
	--bs-btn-color: #ffffff;
	--bs-btn-bg: #2e3249;
	--bs-btn-border-color: #2e3249;
	--bs-btn-hover-color: #ffffff;
	--bs-btn-hover-bg: #4d5275;
	--bs-btn-hover-border-color: #4d5275;
	--bs-btn-focus-shadow-rgb: 211, 212, 213;
	--bs-btn-active-color: #ffffff;
	--bs-btn-active-bg: #101220;
	--bs-btn-active-border-color: #101220;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #f8f9fa;
	--bs-btn-disabled-border-color: #f8f9fa;
} */
.wd-shadow {
	box-shadow: -10px 0px 16px 12px #c1d2df;
}
[data-bs-theme="dark"] .wd-shadow {
	box-shadow: -10px 0px 16px 12px #1f2132;
}
[data-bs-theme="light"] .wd-shadow {
	box-shadow: -10px 0px 16px 12px #c1d2df;
}
.icon-sm {
	width: 1.5rem;
	height: 1.5rem;
	line-height: 1.5rem;
	text-align: center;
	font-size: 75%;
}
.icon-md {
	width: 2.6rem;
	height: 2.6rem;
	line-height: 2.6rem;
	text-align: center;
	font-size: .8rem;
}
.icon-lg {
	width: 3.5rem;
	height: 3.5rem;
	line-height: 3.5rem;
	text-align: center;
	font-size: 1.2rem;
}
.icon-xl {
	width: 5rem;
	height: 5rem;
	line-height: 5rem;
	text-align: center;
	font-size: 1.9rem;
}

.icon-xxl {
	width: 7rem;
	height: 7rem;
	line-height: 7rem;
	text-align: center;
	font-size: 2.5rem;
}

[data-bs-theme="dark"] .fancy-alt .accordion-item {
	background-color: #232323 !important;
	border-color: #495057;
}
.col-12.banner-section[data-bs-theme="dark"] .accordion-item {
	background-color: #232323 !important;
	border-color: #495057;
}
.col-12.banner-section[data-bs-theme="light"] .accordion-button {
	background-color: #D5DFE5 !important;
	border-color: #D5DFE5;
}
.new_style .language-icon.flag.large {
	height: 29px;
	width: 29px;
	display: inline-block;
	background-size: 42px 29px;
	background-position: center;
	border-radius: 50px;
}
.affiliate-step-box-dark {
	background-color: #1f2132 !important;
}

.affiliate-layer-1 {
	z-index: 1;
}

.affiliate-layer-2 {
	z-index: 2;
}

.affiliate-banner-image-scaled {
	transform: scale(1.05);
}

.affiliate-section-purple {
	background-color: #38174b;
}

.affiliate-referral-card {
	background-color: #c1d2df;
}

.affiliate-banner-message {
	background-color: #ffefe8 !important;
}
