body {
	font-family: 'Inter', sans-serif !important;
	background-color: #fff !important;
}
.cotainer {
	max-width: 1300px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
}
.faq-wrapper {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 0;
}
.faq-item {
	display: flex;
	flex-direction: column;
	width: 100%;
	border: 1px solid #d9d9d9;
}

.faq-item__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	width: 100%;
	padding: 24px 28px;
	cursor: pointer;
}

.faq-item__body {
	display: none;
}

.faq-item__title {
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	font-weight: 500;
	margin: 0;
}

.faq-item__text {
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	color: #ffffff;
	margin: 0;
	padding: 0 28px 24px 28px;
}

.faq-item__status {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	min-width: 32px;
	position: relative;
}

.faq-item__status::after,
.faq-item__status::before {
	content: '';
	position: absolute;
	width: 18px;
	height: 2px;
	background-color: #000000;
}

.faq-item__status::before {
	transform: rotate(90deg);
}

.faq-item.active {
	background-color: #202b30;
}

.faq-item.active .faq-item__title {
	color: #fff;
}

.faq-item.active .faq-item__status::before {
	transform: rotate(0deg);
}

.faq-item.active .faq-item__status::before,
.faq-item.active .faq-item__status::after {
	background-color: #fff;
}

.title-block {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 36px;
	flex-direction: column;
	margin-bottom: 36px;
}

.h2 {
	margin: 0 !important;
	font-weight: 700 !important;
	font-size: 48px !important;
	color: #202b30 !important;
}

.title-block .description {
	line-height: 30px;
	font-weight: 300;
	font-size: 18px;
	color: #737373;
	margin: 0 !important;
	text-align: center;
}

.wcu-items-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 40px;
}

.wcu-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-direction: column;
	max-width: 220px;
	gap: 20px;
}

.wcu-item__img {
	display: flex;
	justify-content: center;
}

.wcu-item__title {
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	color: #202b30;
	min-height: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.wcu-item__description {
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	color: #737373;
	text-align: center;
}

.hiw-items-wrap {
	display: flex;
	justify-content: center;
	gap: 48px;
	position: relative;
}

.hiw-item {
	display: flex;
	flex-direction: column;
	gap: 28px;
	justify-content: flex-start;
	align-items: center;
	max-width: 279px;
	position: relative;
}

.hiw-item__number {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	min-width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 1px solid #d9d9d9;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	color: #202b30;
	background-color: #ffffff;
	z-index: 2;
}

.hiw-item__number-wrap {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
}

.hiw-item__title {
	font-weight: 700;
	font-size: 28px;
	line-height: 32px;
	text-align: center;
	color: #202b30;
	min-height: 54px;
	max-width: 173px;
	letter-spacing: -0.1px;
}

.hiw-item__description {
	font-weight: 300;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	color: #737373;
}

.hiw-item__number-wrap::after {
	content: '';
	position: absolute;
	top: 50%;
	height: 1px;
	background-color: #d9d9d9;
	transform: translateY(-50%);
	z-index: 1;
}

.hiw-item:first-child .hiw-item__number-wrap::after {
	left: 50%;
	width: calc(50% + 24px);
}

.hiw-item:not(:first-child):not(:last-child) .hiw-item__number-wrap::after {
	left: -24px;
	width: calc(100% + 48px);
}

.hiw-item:last-child .hiw-item__number-wrap::after {
	right: 50%;
	width: calc(50% + 24px);
	left: auto;
}

.banner-img {
	max-height: 700px;
	overflow: hidden;
	position: relative;
}

.banner-img::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	left: 0;
	top: 0;
	pointer-events: none;
}

.banner-block__title {
	font-family: 'Inter', sans-serif;
	color: #fff;
	font-weight: 700;
	font-size: 60px;
	line-height: 78px;
	margin-bottom: 50px !important;
	margin-top: 0 !important;
	text-align: center;
}

.banner-block__subtitle {
	font-family: 'Inter', sans-serif;
	color: #fff;
	font-weight: 300;
	font-size: 18px;
	margin-bottom: 80px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.banner-block__list {
	display: flex;
	justify-content: space-between;
	padding: 0;
}

.banner-block__list-item {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	width: 100%;
	padding: 0 10px;
}

.banner-block__red-bg {
	background-color: #fb414e;
	padding: 24px;
}

.banner-block__body {
	margin-top: -500px;
	position: relative;
}

.group-total-price {
	display: flex;
	align-items: center;
	gap: 35px;
}

.banner-block__group-input {
	display: flex;
	align-items: center;
	gap: 24px;
}

.total-price {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
}

.btn-white {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px 30px;
	gap: 8px;
	color: #fb414e;
	background-color: #fff;
	font-weight: 600;
	font-size: 16px;
	height: 52px;
	white-space: nowrap;
	flex-wrap: nowrap;
}
.banner-block__head-card {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	padding-bottom: 24px;
	margin-bottom: 35px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.input-unit-count {
	background-color: transparent;
	border: 1px solid #fff;
	padding: 16px;
	color: #fff;
	font-size: 24px;
	font-weight: 500;
	height: 52px;
	max-width: 250px;
}

.banner_input_text {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	text-align: right;
	max-width: 206px;
}

.radio-text {
	color: #fff;
	font-size: 16px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 30px;
	max-width: 518px;
	margin-left: auto;
	margin-right: auto;
}

.radio-btn {
	cursor: pointer;
}

.radio-btn__fake {
	min-width: 200px;
	border: 2px solid #fb414e;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	background-color: transparent;
	height: 52px;
}

.radio-group {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-bottom: 32px;
}

.product_select:checked ~ .radio-btn__fake {
	background-color: #fb414e;
}

.product_select {
	display: none;
}

.btn-white__icon {
	display: flex;
}

.radio-text {
	display: none;
}

.radio-text[data-text-index='0'] {
	display: block;
}

.eluid66543a63 textarea {
	resize: none;
}

.eluidfc3d81d4.dn-heading {
	margin-top: 0;
	color: #202b30;
	font-weight: 700;
	font-size: 48px;
	line-height: 52px;
}

.eluid8bb41969.dn-heading,
.eluid4b8a7106.dn-heading {
	color: #737373;
	font-weight: 300;
	font-size: 18px;
	line-height: 30px;
}

.znColumnElement-innerContent {
	text-align: right;
}

#contact .zn_section_size .row.gutter-0 {
	display: flex;
	gap: 90px;
}

.faq-block,
.wcu-block,
.hiw-block {
	padding: 80px 0;
}

.wc-block-cart-items__header-image {
	font-family: 'Inter', sans-serif !important;
}

.wc-block-cart-item__total {
	width: 100%;
}

table.wc-block-cart-items
	.wc-block-cart-items__row
	.wc-block-cart-item__quantity
	.wc-block-cart-item__remove-link {
	background-color: #fb414e !important;
	color: #ffe !important;
	padding: 5px 16px !important;
	text-decoration: none !important;
	font-size: 13px !important;
}

.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
	background-color: #4caf50 !important;
	color: #fff !important;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	padding-left: 0 !important;
}

.woocommerce ul.order_details {
	margin: 0 !important;
}

.woocommerce ul.order_details li {
	margin-bottom: 16px !important;
}

.woocommerce-customer-details address {
	line-height: 22px;
}

.woocommerce
	.woocommerce-customer-details
	.woocommerce-customer-details--phone {
	margin-bottom: 0;
}

@media (max-width: 1199.98px) {
	#contact .zn_section_size .row.gutter-0 {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.znColumnElement-innerContent {
		text-align: center;
	}

	#contact .zn_section_size .row.gutter-0 .col-md-6 {
		width: 100%;
	}

	.wc-block-cart-item__total {
		display: none;
	}

	.is-medium
		table.wc-block-cart-items
		.wc-block-cart-items__row
		.wc-block-cart-item__product {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 1049.98px) {
	.product_icons.banner-block__list {
		flex-wrap: wrap;
	}

	.banner-block__list-item {
		padding: 20px 10px;
		width: 50%;
		justify-content: flex-start;
	}

	.banner-block {
		position: relative;
	}

	.banner-block__group-input {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
		gap: 12px;
	}

	.banner_input_text {
		text-align: left;
	}
}

@media (max-width: 849.98px) {
	.hiw-items-wrap {
		flex-direction: column;
	}
	.hiw-item {
		max-width: 100%;
	}

	.hiw-item__number-wrap::after {
		display: none;
	}
}

@media (max-width: 799.98px) {
	.banner-block__title {
		font-size: 36px;
		margin-bottom: 5px !important;
	}

	.banner-block__subtitle {
		font-size: 14px;
		margin-bottom: 30px;
	}

	.banner-img {
		min-height: 700px;
	}
}

@media (max-width: 699.98px) {
	.banner-block__head-card {
		flex-direction: column;
	}
}

@media (max-width: 434.98px) {
	.product_icons.banner-block__list {
		flex-direction: column;
	}
	.banner-block__list-item {
		width: 100%;
		justify-content: center;
	}

	.radio-group {
		flex-direction: column;
		gap: 10px;
		margin-bottom: 16px;
	}

	.banner-block__body {
		margin-top: -641px;
	}
	.group-total-price {
		flex-direction: column;
		gap: 16px;
	}
	.btn-white {
		width: 100%;
	}

	.input-unit-count {
		width: 100%;
		max-width: 100%;
	}
}
