/* ================================================
   VELVET SUIT — Premium Landing Page
   Unique design inspired by velvet fabric textures
   ================================================ */

/* === BASE === */
body {
	min-width: 480px;
	background: #f5f0eb;
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #2d2a26;
	cursor: default;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
	box-shadow: 0 0 60px rgba(45, 42, 38, 0.08);
}

section {
	padding: 30px 0;
}

section.dark_theme {
	background: #2d2a26;
	color: #fff;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

.owl-height {
	transition: height 0.3s ease-in-out;
}

/* === BUTTON — Velvet gradient with shimmer === */
.button {
	display: block;
	margin: 0 auto;
	width: 320px;
	height: 62px;
	border: none;
	border-radius: 50px;
	background: linear-gradient(135deg, #3f7b61, #5da882, #7ac49e);
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 700;
	font-size: 17px;
	line-height: 62px;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	box-shadow: 0 6px 20px rgba(63, 123, 97, 0.35);
	transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	position: relative;
	overflow: hidden;
}

.button::before {
	content: '';
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
	transition: left 0.6s ease;
}

.button:hover::before {
	left: 100%;
}

.button:hover {
	transform: translateY(-3px);
	box-shadow: 0 10px 30px rgba(63, 123, 97, 0.45);
	background: linear-gradient(135deg, #356b55, #529a74, #6eb890);
}

.button:active {
	transform: translateY(1px);
	box-shadow: 0 3px 10px rgba(63, 123, 97, 0.3);
}

/* === TITLES === */
h2.title {
	margin: 0 0 30px;
	font-weight: 700;
	font-size: 26px;
	line-height: 34px;
	text-align: center;
	color: #2d2a26;
	letter-spacing: 0.5px;
}

/* === HEADER / OFFER SECTION === */
section.offer_section {
	padding: 0 0 30px;
}

.offer_section.offer1 {
	background: #2d2a26;
}

.offer_section .title_block {
	text-transform: uppercase;
	text-align: center;
}

.offer_section.offer3 .title_block {
	padding: 20px 15px;
	background: linear-gradient(160deg, #2b3d33, #3d5a4a, #527b65);
	color: #f0e6dc;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	position: relative;
	overflow: hidden;
}

.offer_section.offer3 .title_block::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(45deg, transparent 40%, rgba(255,255,255,0.03) 50%, transparent 60%);
	pointer-events: none;
}

@keyframes fadeSlideIn {
	from {
		opacity: 0;
		transform: translateY(-12px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.offer_section .title_block .main_title {
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	padding: 5px;
	animation: fadeSlideIn 0.8s ease-out;
}

.offer_section.offer1 .title_block .main_title {
	padding: 12px 0;
	background: #474642;
	color: #fff;
}

.offer_section.offer2 .title_block .main_title {
	padding: 12px 0;
}

.offer_section.offer3 .title_block .main_title {
	margin: 0 0 5px;
	color: #fff;
	text-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.offer_section .title_block .subtitle {
	letter-spacing: 2px;
	font-size: 14px;
}

.offer_section.offer1 .title_block .subtitle {
	padding: 10px 0;
	color: #fff;
}

.offer_section.offer2 .title_block .subtitle {
	padding: 10px 0;
	background: #474642;
	color: #fff;
}

.offer_section.offer3 .title_block .subtitle {
	color: #e8d5c4;
	font-weight: 400;
	letter-spacing: 3px;
	animation: fadeSlideIn 1s ease-out 0.2s both;
}

/* Custom offer block */
.custom_offer {
	max-width: 400px;
	margin: 20px auto;
	padding: 25px;
	background: linear-gradient(135deg, #faf6f2, #f0ebe4);
	border: 1px solid #e5ddd4;
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(45, 42, 38, 0.08);
	text-align: center;
}

.custom_offer_title {
	font-size: 22px;
	color: #4a3f3a;
	margin-bottom: 15px;
}

.custom_offer_text {
	font-size: 16px;
	color: #7a6e66;
	margin-bottom: 20px;
}

.custom_offer_price p {
	font-size: 18px;
	color: #2d2a26;
	margin-bottom: 15px;
}

.price_value {
	font-weight: bold;
	color: #5a8f50;
}

.custom_offer_discounts p {
	font-size: 16px;
	color: #4a3f3a;
	margin: 8px 0;
}

.discount {
	font-weight: bold;
	color: #c47a3f;
}

.discount_price {
	font-weight: bold;
	color: #b5443a;
}

/* Offer images */
.offer_section .offer_image {
	display: block;
}

.offer_section.offer3 .image_block {
	position: relative;
	overflow: hidden;
}

.offer_section.offer3 .image_block img {
	transition: transform 0.5s ease;
}

.offer_section.offer3 .discount_block {
	padding: 18px 0 0;
	width: 79px;
	height: 101px;
	background: url(../images/offer3__discount_bg.png) center no-repeat;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 20px;
}

.offer_section.offer3 .discount_block .value {
	font-weight: 700;
	font-size: 24px;
	line-height: 24px;
}

.offer_section.offer3 .discount_block .text {
	line-height: 20px;
}

/* === PRICE BLOCKS === */
.offer_section.offer1 .price_block {
	background: #fff;
	text-align: center;
}

.offer_section.offer1 .price_item {
	float: left;
	padding: 16px 0 0;
	width: 170px;
	height: 80px;
}

.offer_section.offer1 .price_item.new {
	background: #474642;
	color: #fff;
}

.offer_section.offer1 .price_item .text {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 14px;
}

.offer_section.offer1 .price_item .value {
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
}

.offer_section.offer1 .price_item.old .value {
	text-decoration: line-through;
}

.offer_section.offer1 .discount_block {
	float: left;
	padding: 12px 0 0;
	width: 140px;
	height: 80px;
	background: #ffd800;
	position: relative;
}

.offer_section.offer1 .discount_block:before,
.offer_section.offer1 .discount_block:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
}

.offer_section.offer1 .discount_block:before {
	border-top: 40px solid #ffd800;
	border-bottom: 40px solid #ffd800;
	border-left: 20px solid #fff;
	left: -10px;
}

.offer_section.offer1 .discount_block:after {
	border-top: 40px solid #474642;
	border-bottom: 40px solid #474642;
	border-left: 20px solid #ffd800;
	right: -10px;
}

.offer_section.offer1 .discount_block .text {
	margin: 0 0 5px;
	line-height: 16px;
	letter-spacing: 2px;
}

.offer_section.offer1 .discount_block .value {
	font-weight: 700;
	font-size: 34px;
	line-height: 34px;
}

.offer_section.offer2 .price_block {
	margin: -16px 0 25px;
	height: 126px;
	background: url(../images/offer2__price_bg.png) center no-repeat;
	text-align: center;
	position: relative;
}

.offer_section.offer2 .price_item {
	float: left;
	padding: 40px 0 0;
	width: 170px;
}

.offer_section.offer2 .price_item .text {
	margin: 0 0 5px;
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.offer_section.offer2 .price_item .value {
	font-size: 34px;
	line-height: 34px;
}

.offer_section.offer2 .price_item.old .value {
	text-decoration: line-through;
}

.offer_section.offer2 .price_item.new .value {
	font-weight: 700;
}

.offer_section.offer2 .discount_block {
	float: left;
	padding: 33px 0 0;
	width: 140px;
	font-weight: 700;
	color: #fff;
}

.offer_section.offer2 .discount_block .text {
	margin: 0 0 5px;
	font-size: 24px;
	line-height: 24px;
	letter-spacing: 2px;
}

.offer_section.offer2 .discount_block .value {
	font-size: 40px;
	line-height: 40px;
}

/* Offer3 price — premium card style */
.offer_section.offer3 .price_block {
	display: flex;
	margin: 0 20px;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(45, 42, 38, 0.08);
}

.offer_section.offer3 .price_item {
	float: left;
	padding: 18px 0;
	width: 50%;
	text-align: center;
	transition: background 0.3s ease;
}

.offer_section.offer3 .price_item:last-child {
	border: none;
}

.offer_section.offer3 .price_item .text {
	margin: 0 0 6px;
	font-size: 13px;
	line-height: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #8a7e76;
}

.offer_section.offer3 .price_item.old {
	background: #f7f3ef;
}

.offer_section.offer3 .price_item.new .text {
	margin: 0 0 8px;
}

.offer_section.offer3 .price_item.new .text span {
	padding: 3px 8px 4px;
	border-radius: 20px;
	background: linear-gradient(135deg, #3f7b61, #5da882);
	color: #fff;
	font-size: 11px;
	letter-spacing: 1.5px;
}

.offer_section.offer3 .price_item.old .value {
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	text-decoration: line-through;
	color: #a89e96;
}

.offer_section.offer3 .price_item.new {
	background: linear-gradient(135deg, #2b3d33, #3d5a4a);
	color: #fff;
}

.offer_section.offer3 .price_item.new .text {
	color: #e8d5c4;
}

.offer_section.offer3 .price_item.new .value {
	font-weight: 700;
	font-size: 34px;
	line-height: 34px;
	color: #f0e6dc;
}

/* Offer lists */
.offer_section ul {
	margin: 25px 0;
}

.offer_section.offer1 ul:after {
	display: block;
	content: '';
	margin: 25px 0 0;
	height: 8px;
	background: url(../images/offer1__separator.png) center no-repeat;
}

.offer_section ul li {
	margin: 0 40px 12px;
	padding: 0 0 0 32px;
	background: url(../images/offer__tick_icon.png) left 1px no-repeat;
}

.offer_section.offer1 ul li {
	color: #fff;
}

.offer_section ul li:last-child {
	margin: 0 40px;
}

/* === TIMER — Elegant dark cards === */
.offer_section.offer1 .timer_block {
	margin: 25px auto;
	width: 400px;
	color: #fff;
	text-align: center;
}

.offer_section.offer1 .timer_block p {
	margin: 0 0 15px;
	font-size: 18px;
	line-height: 18px;
}

.offer_section.offer1 .timer_item {
	float: left;
	margin: 0 32px 0 0;
	width: 112px;
	position: relative;
}

.offer_section.offer1 .timer_item:last-child {
	margin: 0;
}

.offer_section.offer1 .timer_item:before {
	display: block;
	content: ':';
	width: 32px;
	font-weight: 700;
	font-size: 36px;
	line-height: 52px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	right: -32px;
}

.offer_section.offer1 .timer_item:last-child:before {
	display: none;
}

.offer_section.offer1 .timer_item .count {
	margin: 0 0 10px;
	height: 60px;
	font-weight: 700;
	font-size: 36px;
	line-height: 60px;
}

.offer_section.offer1 .timer_item .count span {
	display: block;
	float: left;
	margin: 0 4px 0 0;
	width: 54px;
	height: 60px;
	border-radius: 4px;
	background-image: linear-gradient(to top, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.3) 50%, #4a4a4a 50%, #4a4a4a 51%, rgba(0,0,0,0.3) 51%, rgba(0,0,0,0.3) 100%);
	box-shadow: inset 0 -2px 0 #4a4a4a;
}

.offer_section.offer1 .timer_item .count span:last-child {
	margin: 0;
}

.offer_section.offer1 .timer_item .text {
	line-height: 16px;
}

.offer_section.offer2 .timer_block {
	margin: 0 auto 25px;
	width: 400px;
	text-align: center;
}

.offer_section.offer2 .timer_block p {
	margin: 0 0 15px;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
}

.offer_section.offer2 .timer_item {
	float: left;
	margin: 0 32px 0 0;
	width: 112px;
	position: relative;
}

.offer_section.offer2 .timer_item:last-child {
	margin: 0;
}

.offer_section.offer2 .timer_item:before {
	display: block;
	content: ':';
	width: 32px;
	font-weight: 700;
	font-size: 36px;
	line-height: 52px;
	color: #474642;
	text-align: center;
	position: absolute;
	top: 0;
	right: -32px;
}

.offer_section.offer2 .timer_item:last-child:before {
	display: none;
}

.offer_section.offer2 .timer_item .count {
	margin: 0 0 6px;
	height: 60px;
	font-weight: 700;
	font-size: 36px;
	line-height: 60px;
	color: #474642;
}

.offer_section.offer2 .timer_item .count span {
	display: block;
	float: left;
	margin: 0 4px 0 0;
	width: 54px;
	height: 60px;
	border-radius: 4px;
	background: #f5f5f5;
}

.offer_section.offer2 .timer_item .count span:last-child {
	margin: 0;
}

.offer_section.offer2 .timer_item .text {
	line-height: 16px;
}

/* Offer3 timer — refined velvet style */
.offer_section.offer3 .timer_block {
	padding: 12px 15px;
	margin: 0 20px;
	background: linear-gradient(135deg, #f7f3ef, #efe9e2);
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(45, 42, 38, 0.06);
}

.offer_section.offer3 .timer_block p {
	float: left;
	margin: 8px 0 0;
	padding: 0 0 0 40px;
	width: 170px;
	background: url(../images/offer3__clock_icon.png) left center no-repeat;
	font-size: 13px;
	line-height: 16px;
	color: #6b5d54;
}

.offer_section.offer3 .timer {
	float: right;
	width: 240px;
}

.offer_section.offer3 .timer_item {
	float: left;
	width: 60px;
	text-align: center;
}

.offer_section.offer3 .timer_item .text {
	margin: 0 0 4px;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #8a7e76;
}

.offer_section.offer3 .timer_item .count {
	font-weight: 700;
	font-size: 28px;
	line-height: 28px;
	color: #3d5a4a;
	position: relative;
}

.offer_section.offer3 .timer_item .count:before {
	display: block;
	content: ':';
	width: 10px;
	line-height: 22px;
	color: #a89e96;
	position: absolute;
	top: 0;
	right: -5px;
}

.offer_section.offer3 .timer_item:last-child .count:before {
	display: none;
}

/* Benefits strip */
.offer_section.offer3 .benefits_list {
	padding: 14px 15px;
	margin: 0 20px;
	background: linear-gradient(135deg, #f7f3ef, #efe9e2);
	border-radius: 12px;
	box-shadow: 0 2px 8px rgba(45, 42, 38, 0.06);
	display: flex;
	justify-content: space-between;
}

@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(-10px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.offer_section.offer3 .benefits_list .benefit_item {
	float: left;
	padding: 0 0 0 30px;
	width: auto;
	font-size: 13px;
	line-height: 16px;
	color: #4a3f3a;
	position: relative;
}

.offer_section.offer3 .benefits_list .benefit_item:last-child {
	width: auto;
}

.offer_section.offer3 .benefits_list .benefit_item:before {
	display: block;
	content: '';
	width: 22px;
	height: 22px;
	border: none;
	border-radius: 50%;
	background: linear-gradient(135deg, #3f7b61, #5da882) center no-repeat;
	position: absolute;
	top: -2px;
	left: 0;
}

.offer_section.offer3 .benefits_list .benefit_item::after {
	content: '\2713';
	position: absolute;
	top: -2px;
	left: 5px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	line-height: 22px;
}

.offer_section.offer3 .benefits_list .benefit_item:nth-child(1):before {
	background-image: none;
}

.offer_section.offer3 .benefits_list .benefit_item:nth-child(2):before {
	background-image: none;
}

.offer_section.offer3 .benefits_list .benefit_item:nth-child(3):before {
	background-image: none;
}

/* Products count */
.products_count {
	margin: 20px 0 0;
	text-align: center;
}

.offer_section.offer1 .products_count {
	color: #fff;
}

.products_count b {
	margin: 0 3px;
	padding: 3px 8px;
	border-radius: 6px;
	background: #3d5a4a;
	color: #fff;
}

/* === FORM FIELDS — Refined inputs === */
.offer_section .field {
	display: block;
	margin: 0 auto 16px;
	padding: 0 20px 0 60px;
	width: 400px;
	height: 58px;
	border: 2px solid #e5ddd4;
	border-radius: 12px;
	background-color: #faf8f5;
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #2d2a26;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	-webkit-appearance: none;
	appearance: none;
}

.offer_section .field:focus {
	border-color: #5da882;
	box-shadow: 0 0 0 3px rgba(168, 93, 130, 0.12);
	outline: none;
}

.form_label {
	display: block;
	margin-bottom: 10px;
	font-size: 16px;
	color: #6b5d54;
}

.quantity_select {
	width: 80%;
	padding: 10px;
	font-size: 14px;
	border: 2px solid #e5ddd4;
	border-radius: 10px;
	margin-bottom: 20px;
	box-shadow: none;
	background: #faf8f5;
	transition: border-color 0.3s ease;
}

.quantity_select:focus {
	border-color: #5da882;
	outline: none;
}

.submit_button {
	display: inline-block;
	padding: 12px 24px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: linear-gradient(135deg, #3f7b61, #5da882);
	border: none;
	border-radius: 50px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.submit_button:hover {
	background: linear-gradient(135deg, #356b55, #529a74);
	transform: translateY(-2px);
}

.offer_section .input1 {
	display: block;
	margin: 0 auto 16px;
	padding: 0 20px 0 60px;
	width: 400px;
	height: 58px;
	border: 2px solid #e5ddd4;
	border-radius: 12px;
	background-color: #faf8f5;
	font-family: 'AvenirNextCyr', sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #2d2a26;
}

.offer_section.offer1 .field {
	border: none;
	background-color: #fff;
}

.offer_section .field[name="name"] {
	margin-top: 25px;
	background-image: url(../images/offer__name_icon.png);
	background-position: 20px center;
	background-repeat: no-repeat;
}

.offer_section .field[name="phone"] {
	background-image: url(../images/offer__phone_icon.png);
	background-position: 18px center;
	background-repeat: no-repeat;
}

.offer_section .field::-webkit-input-placeholder { opacity: 1; color: #a89e96; }
.offer_section .field:-moz-placeholder { opacity: 1; color: #a89e96; }
.offer_section .field::-moz-placeholder { opacity: 1; color: #a89e96; }
.offer_section .field:-ms-input-placeholder { opacity: 1; color: #a89e96; }
.offer_section .field:focus::-webkit-input-placeholder { opacity: 0; }
.offer_section .field:focus:-moz-placeholder { opacity: 0; }
.offer_section .field:focus::-moz-placeholder { opacity: 0; }
.offer_section .field:focus:-ms-input-placeholder { opacity: 0; }

.offer_section .image_bottom {
	display: block;
	margin: 20px auto 0;
}

/* === VIDEO === */
.video_block {
	width: 480px;
	height: 270px;
	background-color: #000;
	overflow: hidden;
	position: relative;
}

.video_block iframe,
.video_block object,
.video_block embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* === SLIDER === */
.slider .owl-prev,
.slider .owl-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #3d5a4a url(../images/slider__arrows.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	transition: background-color 0.3s ease;
}

.slider .owl-prev:hover,
.slider .owl-next:hover {
	background-color: #3f7b61;
}

.slider .owl-prev {
	background-position: left center;
	left: 20px;
}

.slider .owl-next {
	background-position: right center;
	right: 20px;
}

/* === IMAGE === */
img.image {
	display: block;
}

/* === DESCRIPTION SECTION === */
.description_section h2.title {
	color: #2b3d33;
}

.description_section .image_block {
	margin: 0 auto 20px;
	padding: 10px;
	width: 440px;
	border-radius: 12px;
	background: #f7f3ef;
}

.description_section img {
	display: block;
	margin: 0 auto 20px;
}

.description_section .image_block img {
	margin: 0 auto;
	border-radius: 8px;
}

.description_section .text_block {
	text-align: center;
}

.description_section .text_block p {
	margin: 0 20px 15px;
}

.description_section .text_block p:last-child {
	margin: 0 20px;
}

.description_section .video_block {
	margin: 25px 0;
}

/* === STRESS RELIEF / PRODUCT INFO SECTION === */
.stress_relief_section {
	max-width: 480px;
	margin: 0 auto;
	padding: 35px 20px;
	background: linear-gradient(170deg, #faf6f2 0%, #f5ede5 50%, #f0e8df 100%);
	position: relative;
}

.stress_relief_section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #3f7b61, #5da882, #7ac49e, #5da882, #3f7b61);
}

.stress_relief_section .title {
	text-align: center;
	font-size: 24px;
	color: #2b3d33;
	margin-bottom: 20px;
	font-weight: 700;
	line-height: 32px;
}

.stress_relief_section .description {
	font-size: 15px;
	color: #5a4e47;
	text-align: justify;
	margin-bottom: 20px;
	line-height: 24px;
}

.stress_relief_section .image_bottom {
	display: block;
	max-width: 100%;
	margin: 20px auto;
	border-radius: 16px;
	box-shadow: 0 8px 25px rgba(45, 42, 38, 0.12);
}

/* Modes / Advantages wrapper */
.modes_wrapper {
	margin: 25px 0;
	padding: 22px 20px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 16px rgba(45, 42, 38, 0.06);
	border: 1px solid #ece5dd;
}

.modes_title {
	font-size: 20px;
	color: #2b3d33;
	margin-bottom: 15px;
	text-align: center;
	font-weight: 700;
}

.modes_list {
	list-style: none;
	padding: 0;
	font-size: 15px;
	color: #5a4e47;
}

.modes_list li {
	margin: 12px 0;
	padding: 12px 15px;
	padding-left: 15px;
	position: relative;
	background: linear-gradient(135deg, #faf6f2, #f5ede5);
	border-radius: 10px;
	border-left: 3px solid #5da882;
	transition: transform 0.2s ease;
}

.modes_list li:hover {
	transform: translateX(3px);
}

.modes_list li:before {
	display: none;
}

.switch_instruction {
	font-size: 14px;
	color: #8a7e76;
	margin-top: 10px;
	text-align: center;
}

/* === COLOR OPTIONS === */
.color_options_section {
	max-width: 480px;
	margin: 0 auto;
	padding: 30px 20px;
	background: linear-gradient(135deg, #faf6f2, #f0e8df);
	text-align: center;
}

.color_options_section .title {
	font-size: 24px;
	color: #2b3d33;
	margin-bottom: 20px;
}

.color_options_section .description {
	font-size: 15px;
	color: #5a4e47;
	margin-bottom: 30px;
}

.color_options {
	display: flex;
	justify-content: center;
	gap: 40px;
}

.color_option {
	text-align: center;
}

.color_image {
	max-width: 200px;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(45, 42, 38, 0.1);
}

.color_label {
	margin-top: 10px;
	font-size: 16px;
	color: #2b3d33;
	font-weight: bold;
}

/* === UNIQUE FEATURES === */
.unique_features {
	max-width: 480px;
	margin: 0 auto;
	padding: 30px 20px;
	background: #fff;
	position: relative;
}

.unique_features::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 20px;
	right: 20px;
	height: 1px;
	background: linear-gradient(90deg, transparent, #e5ddd4, transparent);
}

.feature_wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.feature_title {
	font-size: 22px;
	color: #2b3d33;
	text-align: center;
	font-weight: 700;
}

.feature_content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.feature_text {
	font-size: 15px;
	color: #5a4e47;
	text-align: center;
	max-width: 440px;
	line-height: 24px;
}

.feature_image img {
	max-width: 100%;
	border-radius: 16px;
	box-shadow: 0 8px 25px rgba(45, 42, 38, 0.12);
}

/* === WORK SECTION === */
.work_section {
	background: #2d2a26;
	color: #fff;
}

.work_section h2 {
	padding: 0 20px;
}

.work_section img {
	display: block;
	margin: 0 auto 30px;
}

.work_section .button {
	margin: 30px auto 0;
}

.work_section .products_count b {
	background: #3f7b61;
}

/* === LISTS === */
.list1 {
	padding: 20px 0;
	background: #2b3d33;
}

section .list1 {
	padding: 0;
}

.list1 li {
	margin: 0 0 12px;
	padding: 0 20px 16px 50px;
	background: url(../images/yellow_tick_icon.png) 20px 2px no-repeat;
	color: #fff;
	position: relative;
}

.list1 li:last-child {
	margin: 0;
	padding: 0 20px 0 50px;
}

.list1 li:before {
	display: block;
	content: '';
	width: 100%;
	height: 4px;
	background: url(../images/list1__separator.png) center no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}

.list1 li:last-child:before {
	display: none;
}

.list2 {
	padding: 20px 0;
	background: #2d2a26;
}

section .list2 {
	padding: 0;
}

.list2 li {
	margin: 0 0 12px;
	padding: 0 20px 0 50px;
	background: url(../images/yellow_tick_icon.png) 20px 2px no-repeat;
	color: #fff;
}

.list2 li:last-child {
	margin: 0;
}

.list3 li {
	padding: 14px 20px 14px 50px;
	background: url(../images/blue_tick_icon.png) 20px 16px no-repeat;
}

.list3 li:nth-child(odd) {
	background-color: #f7f3ef;
}

.list4 {
	padding: 20px 0;
}

section .list4 {
	padding: 0;
}

.list4 li {
	margin: 0 0 12px;
	padding: 0 20px 0 50px;
	background: url(../images/blue_tick_icon.png) 20px 2px no-repeat;
}

.list4 li:last-child {
	margin: 0;
}

/* === CHARACTERISTICS === */
.characteristics_list1 {
	margin: 0 20px;
}

.characteristics_list1 .characteristic_item {
	display: table;
	margin: 0 0 4px;
	width: 100%;
	height: 64px;
	border-left: 3px solid #5da882;
	background: #f7f3ef;
}

.characteristics_list1 .characteristic_item:last-child {
	margin: 0;
}

.characteristics_list1 .characteristic_item .text {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px;
	font-weight: 700;
}

.characteristics_list1 .characteristic_item .value {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px 0 0;
	text-align: right;
}

.characteristics_list2 {
	margin: 0 20px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
}

.characteristics_list2 .characteristic_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 15px 0;
	padding: 0 0 0 30px;
	width: 210px;
	background: url(../images/blue_tick_icon.png) left 2px no-repeat;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.characteristics_list2 .characteristic_item:nth-child(even) {
	margin: 0 0 15px;
}

.characteristics_list2 .characteristic_item:nth-last-child(2) {
	margin: 0 20px 0 0;
}

.characteristics_list2 .characteristic_item:last-child {
	margin: 0;
}

.characteristics_list2 .characteristic_item .text {
	font-weight: 700;
}

/* === BENEFITS === */
.benefits_list1 {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.benefits_list1 .benefit_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 30px 0;
	width: 210px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.benefits_list1 .benefit_item:nth-child(even) {
	margin: 0 0 30px;
}

.benefits_list1 .benefit_item:nth-last-child(2) {
	margin: 0 20px 0 0;
}

.benefits_list1 .benefit_item:last-child {
	margin: 0;
}

.benefits_list1 img {
	display: block;
	margin: 0 auto 15px;
	width: 150px;
	border: 3px solid #e5ddd4;
	border-radius: 8px;
	background: #e5ddd4;
}

.dark_theme .benefits_list1 img {
	border: 3px solid #fff;
	background: #fff;
}

.benefits_list1.image_rounded img {
	width: 170px;
	border-radius: 50%;
}

.benefits_list1 h4 {
	font-weight: 700;
}

.dark_theme .benefits_list1 h4 {
	color: #e8d5c4;
}

.benefits_list1 h4 + p {
	margin: 5px 0 0;
}

/* Benefits 3 */
.benefits_list3 {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
	margin: 0 auto;
	max-width: 480px;
	padding: 20px;
}

.benefits_list3 .benefit_item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 440px;
	min-height: 160px;
	padding: 20px;
	border: none;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 4px 16px rgba(45, 42, 38, 0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefits_list3 .benefit_item:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 25px rgba(45, 42, 38, 0.12);
}

.benefits_list3 .benefit_item:last-child {
	margin: 0;
}

.benefits_list3 .benefit_item img {
	display: block;
	width: 110px;
	height: 110px;
	border: 3px solid #e5ddd4;
	border-radius: 50%;
	background: #fff;
	object-fit: cover;
	box-shadow: 0 4px 12px rgba(45, 42, 38, 0.08);
}

.dark_theme .benefits_list3 .benefit_item img {
	border: 3px solid #3d5a4a;
	background: #2b3d33;
}

.benefits_list3 .benefit_item:nth-child(even) img {
	order: 2;
}

.benefits_list3 .benefit_item .text_block {
	flex: 1;
	padding: 0 20px;
	text-align: left;
}

.benefits_list3 .benefit_item:nth-child(even) .text_block {
	text-align: right;
}

.benefits_list3 .benefit_item .text_block h4 {
	font-weight: 700;
	font-size: 18px;
	color: #2b3d33;
	margin-bottom: 8px;
	transition: color 0.3s ease;
}

.dark_theme .benefits_list3 .benefit_item .text_block h4 {
	color: #e8d5c4;
}

.benefits_list3 .benefit_item .text_block h4 + p {
	margin: 0;
	font-size: 14px;
	color: #6b5d54;
	line-height: 1.6;
}

.benefits_list3 .benefit_item:hover .text_block h4 {
	color: #3f7b61;
}

/* Benefits 4 */
.benefits_list4 .benefit_item {
	margin: 0 20px 30px;
	padding: 0 0 2px;
	border: none;
	border-radius: 12px;
	background: #faf6f2;
	box-shadow: 0 4px 16px rgba(45, 42, 38, 0.06);
	color: #2d2a26;
	text-align: center;
	overflow: hidden;
}

.dark_theme .benefits_list4 .benefit_item {
	border: none;
	background: #fff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.benefits_list4 .benefit_item:last-child {
	margin: 0 20px 10px;
}

.benefits_list4 .benefit_item img {
	display: block;
}

.benefits_list4 .benefit_item h4 {
	margin: 0 17px;
	padding: 15px 0;
	border-bottom: 1px solid #e5ddd4;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
}

.benefits_list4 .benefit_item h4:before {
	display: block;
	content: '';
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #5da882 url(../images/benefits__plus_icon.png) center no-repeat;
	position: absolute;
	top: -23px;
	right: 10px;
}

.benefits_list4 .benefit_item p {
	margin: 15px;
}

/* Benefits 5 */
.benefits_list5 .benefit_item {
	float: left;
	padding: 30px 20px 0 20px;
	width: 240px;
	height: 240px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	color: #fff;
}

.benefits_list5 .benefit_item:nth-child(4n-3) {
	background: #2b3d33;
}

.benefits_list5 .benefit_item:nth-child(4n-2) {
	background: #3f7b61;
}

.benefits_list5 .benefit_item:nth-child(4n-1) {
	background: #529a74;
}

.benefits_list5 .benefit_item:nth-child(4n) {
	background: #5da882;
}

.benefits_list5 .benefit_item .icon_block {
	margin: 0 0 20px;
	width: 60px;
	height: 60px;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 50%;
	line-height: 58px;
	text-align: center;
}

.benefits_list5 .benefit_item .icon_block img {
	display: inline-block;
	vertical-align: middle;
}

.benefits_list5 .benefit_item p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

/* === USE STEPS === */
.use_steps_section {
	padding: 30px 0 0;
}

.use_steps_section h2.title {
	padding: 0 20px;
}

.use_steps1_list .step_item {
	display: table;
	width: 100%;
	height: 204px;
	border-top: 4px solid #e5ddd4;
	background: #f7f3ef;
	position: relative;
}

.use_steps1_list .step_item img {
	display: block;
	width: 220px;
	position: absolute;
	top: 0;
	right: 0;
}

.use_steps1_list .step_item:nth-child(even) img {
	right: auto;
	left: 0;
}

.use_steps1_list .step_item .text_block {
	display: table-cell;
	vertical-align: middle;
	padding: 0 240px 0 20px;
	text-align: center;
}

.use_steps1_list .step_item:nth-child(even) .text_block {
	padding: 0 20px 0 240px;
}

.use_steps1_list .step_item .number {
	margin: 0 auto 10px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #3d5a4a;
	font-weight: 700;
	font-size: 24px;
	line-height: 40px;
	color: #fff;
}

.use_steps2_list {
	background: #2d2a26;
}

.use_steps2_list .step_item {
	display: table;
	padding: 20px;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	color: #fff;
}

.use_steps2_list .step_item:last-child {
	margin: 0;
}

.use_steps2_list .step_item .number_block {
	display: table-cell;
	vertical-align: middle;
	width: 40px;
	position: relative;
}

.use_steps2_list .step_item .number_block:before {
	display: block;
	content: '';
	border-left: 7px solid #3d5a4a;
	border-top: 7px solid rgba(255,255,255,0);
	border-bottom: 7px solid rgba(255,255,255,0);
	position: absolute;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}

.use_steps2_list .step_item .number {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	background: #3d5a4a;
	box-shadow: 2px 0 4px rgba(0, 0, 0, 0.15);
	font-weight: 700;
	font-size: 24px;
	line-height: 40px;
	text-align: center;
}

.use_steps2_list .step_item p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 27px;
}

/* === COMPARISON === */
.comparison_section {
	padding: 30px 0 0;
}

.comparison_section h2.title {
	padding: 0 20px;
}

.comparison_section .titles_block h4 {
	float: left;
	margin: 0 4px 0 0;
	padding: 20px 0;
	width: 238px;
	background: #2d2a26;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.comparison_section .titles_block h4:last-child {
	margin: 0;
	background: #3d5a4a;
}

.comparison_section .images_block {
	margin: 0 0 4px;
}

.comparison_section .images_block img {
	display: block;
	float: left;
	margin: 0 4px 0 0;
	width: 238px;
}

.comparison_section .images_block img:last-child {
	margin: 0;
}

.comparison_section .row {
	display: table;
	margin: 0 0 4px;
	width: 100%;
}

.comparison_section .row:last-child {
	margin: 0;
}

.comparison_section .row .column {
	display: table-cell;
	vertical-align: top;
	padding: 10px 20px;
	width: 50%;
	border-right: 2px solid #fff;
	background: #f7f3ef;
}

.comparison_section .row .column:last-child {
	border-right: none;
	border-left: 2px solid #fff;
}

.comparison_section .row:last-child .column:first-child {
	padding-bottom: 16px;
	box-shadow: 0 -6px 0 0 #2d2a26 inset;
}

.comparison_section .row:last-child .column:last-child {
	padding-bottom: 16px;
	box-shadow: 0 -6px 0 0 #3d5a4a inset;
}

/* === OPINION 1 === */
.opinion1_section {
	padding: 30px 20px 40px;
	background: #f7f3ef;
}

.opinion1_section h2.title {
	margin: 0 0 50px;
}

.opinion1_section .opinion_block {
	padding: 60px 20px 20px;
	border-radius: 16px;
	background: #fff url(../images/opinion1__bg_top.jpg) center top no-repeat;
	box-shadow: 0 4px 20px rgba(45, 42, 38, 0.08);
	text-align: center;
	position: relative;
}

.opinion1_section .opinion_block:before {
	display: block;
	content: '';
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #3d5a4a url(../images/opinion1__quote_icon.png) center no-repeat;
	position: absolute;
	top: -20px;
	left: 50%;
	margin-left: -30px;
}

.opinion1_section .photo {
	display: block;
	margin: 0 auto 15px;
	border-radius: 50%;
}

.opinion1_section .author_info {
	margin: 0 0 15px;
	padding: 0 0 20px;
	background: url(../images/opinion__stars_icon.png) center bottom no-repeat;
}

.opinion1_section .author_info .name {
	font-weight: 700;
}

.opinion1_section .author_info .text {
	font-size: 14px;
	line-height: 22px;
}

.opinion1_section .text_block p {
	margin: 0 0 15px;
}

.opinion1_section .text_block p:last-child {
	margin: 0;
}

/* Opinion 2 */
.opinion2_section {
	padding: 0;
	text-align: center;
}

.opinion2_section h2.title {
	padding: 12px 20px;
	background: #3d5a4a;
	color: #fff;
}

.opinion2_section .image_block {
	margin: 0 auto 15px;
	width: 170px;
	position: relative;
}

.opinion2_section .image_block:before {
	display: block;
	content: '';
	width: 30px;
	height: 21px;
	background: url(../images/opinion2__quote_icon.png) center no-repeat;
	position: absolute;
	top: 20px;
	right: 5px;
}

.opinion2_section .photo {
	display: block;
	border-radius: 50%;
}

.opinion2_section .author_info {
	margin: 0 0 30px;
	padding: 0 20px 20px;
	background: url(../images/opinion__stars_icon.png) center bottom no-repeat;
}

.opinion2_section .author_info .name {
	font-weight: 700;
}

.opinion2_section .author_info .text {
	font-size: 14px;
	line-height: 22px;
}

.opinion2_section .text_block {
	padding: 25px 20px;
	background: #3d5a4a;
	color: #fff;
	position: relative;
}

.opinion2_section .text_block:before {
	display: block;
	content: '';
	border-top: 14px solid #fff;
	border-left: 12px solid rgba(255,255,255,0);
	border-right: 12px solid rgba(255,255,255,0);
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -12px;
}

.opinion2_section .text_block p {
	margin: 0 0 15px;
}

.opinion2_section .text_block p:last-child {
	margin: 0;
}

/* === REVIEWS STATS === */
.reviews_stats_block {
	margin: 0 0 40px;
	text-align: center;
}

.reviews_stats_block .line {
	margin: 5px auto 0;
	width: 330px;
	height: 10px;
	border-radius: 5px;
	background: #e5ddd4;
	overflow: hidden;
}

.reviews_stats_block .line:before {
	display: block;
	content: '';
	width: 98%;
	height: 10px;
	border-radius: 0 5px 5px 0;
	background: linear-gradient(90deg, #3f7b61, #5da882);
}

/* === REVIEWS 1 === */
.reviews1_section {
	padding: 30px 30px 40px;
}

.reviews_list1 .author_block {
	margin: 0 0 30px;
}

.reviews_list1 .author_block .avatar {
	display: block;
	float: left;
	width: 80px;
	border-radius: 50%;
}

.reviews_list1 .author_block .author_info_block {
	float: left;
	margin: 15px 0 0 20px;
	width: 320px;
}

.reviews_list1 .author_block .author_info {
	font-weight: 700;
}

.reviews_list1 .author_block .text {
	font-size: 14px;
	line-height: 22px;
}

.reviews_list1 .author_block .text:before {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 8px 0 0;
	content: '';
	width: 17px;
	height: 16px;
	background: url(../images/reviews__like_icon.png) center no-repeat;
}

.reviews_list1 .text_block {
	padding: 20px 40px 67px;
	border-radius: 12px;
	background: #f7f3ef;
	box-shadow: 0 -3px 0 #5da882 inset;
	text-align: center;
	position: relative;
}

.reviews_list1 .text_block:before {
	display: block;
	content: '';
	border-bottom: 14px solid #f7f3ef;
	border-left: 10px solid rgba(255,255,255,0);
	border-right: 10px solid rgba(255,255,255,0);
	position: absolute;
	top: -14px;
	left: 30px;
}

.reviews_list1 .text_block:after {
	display: block;
	content: '';
	width: 30px;
	height: 21px;
	background: url(../images/reviews__quote_icon.png) center no-repeat;
	position: absolute;
	top: -10px;
	right: 40px;
}

.reviews_list1 .text_block p {
	margin: 0 0 15px;
}

.reviews_list1 .text_block p:last-child {
	margin: 0;
}

.reviews_list1 .text_block .photo {
	display: block;
	margin: 24px auto 0;
	border-radius: 8px;
}

.reviews_list1 .owl-prev,
.reviews_list1 .owl-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #3d5a4a url(../images/slider__arrows.png) no-repeat;
	position: absolute;
	top: 240px;
}

.reviews_list1 .owl-prev {
	background-position: left center;
	left: -20px;
}

.reviews_list1 .owl-next {
	background-position: right center;
	right: -20px;
}

.reviews_list1 .owl-dots {
	width: 100%;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
	position: absolute;
	bottom: 33px;
	left: 0;
}

.reviews_list1 .owl-dot {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e5ddd4;
}

.reviews_list1 .owl-dot.active {
	width: 20px;
	border-radius: 5px;
	background: #3f7b61;
}

/* Reviews 2 */
.reviews2_section {
	padding: 30px 20px 40px;
}

.reviews2_section .reviews_list1 .author_block .author_info_block {
	width: 280px;
}

.reviews2_section .reviews_list1 .text_block {
	padding: 20px 30px 73px;
}

.reviews2_section .reviews_list1 .text_block:after {
	right: 30px;
}

.reviews2_section .reviews_list1 .owl-prev {
	display: none;
}

.reviews2_section .reviews_list1 .owl-next {
	top: 20px;
	right: 0;
}

/* Reviews 3 */
.reviews3_section {
	padding: 30px 20px 40px;
	background: #2b3d33;
}

.reviews3_section h2 {
	color: #fff;
}

.reviews3_section .reviews_stats_block {
	color: #fff;
}

.reviews3_section .reviews_stats_block .line {
	background: rgba(255,255,255,0.2);
}

.reviews3_section .reviews_stats_block .line:before {
	background: linear-gradient(90deg, #7ac49e, #e8d5c4);
}

.reviews_list3 .owl-stage-outer {
	padding: 30px 0 0;
}

.reviews_list3 .review_item {
	padding: 30px 40px 67px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 -3px 0 #5da882 inset;
	position: relative;
}

.reviews_list3 .review_item:before {
	display: block;
	content: '';
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background: #fff url(../images/reviews__quote_icon.png) center no-repeat;
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -30px;
}

.reviews_list3 .author_block {
	margin: 0 0 15px;
	padding: 0 0 20px;
	border-bottom: 1px solid #e5ddd4;
	position: relative;
	z-index: 10;
}

.reviews_list3 .author_block .avatar {
	display: block;
	float: left;
	width: 60px;
	border-radius: 50%;
}

.reviews_list3 .author_block .author_info {
	float: left;
	margin: 8px 0 0 20px;
	width: 280px;
	line-height: 22px;
}

.reviews_list3 .author_block .name {
	font-weight: 700;
}

.reviews_list3 .text_block {
	text-align: center;
}

.reviews_list3 .text_block p {
	margin: 0 0 15px;
}

.reviews_list3 .text_block p:last-child {
	margin: 0;
}

.reviews_list3 .owl-dots {
	width: 100%;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
	position: absolute;
	bottom: 33px;
	left: 0;
}

.reviews_list3 .owl-dot {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e5ddd4;
}

.reviews_list3 .owl-dot.active {
	width: 20px;
	border-radius: 5px;
	background: #3f7b61;
}

.reviews_list3 .owl-prev,
.reviews_list3 .owl-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #3d5a4a url(../images/slider__arrows.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -7px;
}

.reviews_list3 .owl-prev {
	background-position: left center;
	left: -20px;
}

.reviews_list3 .owl-next {
	background-position: right center;
	right: -20px;
}

/* === REVIEWS 4 — Size table section === */
.reviews4_section {
	padding: 30px 20px 40px;
	background: #2b3d33;
}

.reviews4_section h2 {
	color: #f0e6dc;
}

.reviews4_section .reviews_stats_block {
	color: #fff;
}

.reviews4_section .reviews_stats_block .line {
	background: rgba(255,255,255,0.2);
}

.reviews4_section .reviews_stats_block .line:before {
	background: linear-gradient(90deg, #7ac49e, #e8d5c4);
}

.reviews_list4 .review_item {
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 -3px 0 #5da882 inset;
	text-align: center;
	overflow: hidden;
}

.reviews_list4 .text_block {
	padding: 20px 30px 67px;
}

.reviews_list4 .text_block .author_info {
	margin: 0 0 10px;
	font-weight: 700;
}

.reviews_list4 .owl-dots {
	width: 100%;
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
	position: absolute;
	bottom: 33px;
	left: 0;
}

.reviews_list4 .owl-dot {
	display: inline-block;
	vertical-align: middle;
	margin: 0 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #e5ddd4;
}

.reviews_list4 .owl-dot.active {
	width: 20px;
	border-radius: 5px;
	background: #3f7b61;
}

.reviews_list4 .owl-prev,
.reviews_list4 .owl-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #3d5a4a url(../images/slider__arrows.png) no-repeat;
	position: absolute;
	top: 100px;
}

.reviews_list4 .owl-prev {
	background-position: left center;
	left: -20px;
}

.reviews_list4 .owl-next {
	background-position: right center;
	right: -20px;
}

/* === UNIQUE REVIEWS === */
.unique_reviews_section {
	max-width: 480px;
	margin: 0 auto;
	padding: 35px 20px;
	background: #fff;
	text-align: center;
	position: relative;
}

.unique_reviews_section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #3f7b61, #5da882, #7ac49e, #5da882, #3f7b61);
}

.reviews_title {
	font-size: 24px;
	color: #2b3d33;
	margin-bottom: 25px;
	font-weight: 700;
}

.reviews_photo_slider .reviews_photo_slide img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 10px;
}

.reviews_photo_slider.owl-carousel .owl-nav button.owl-prev,
.reviews_photo_slider.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 36px;
	height: 36px;
	background: rgba(63,123,97,0.85);
	border-radius: 50%;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	text-align: center;
}

.reviews_photo_slider.owl-carousel .owl-nav button.owl-prev { left: -10px; }
.reviews_photo_slider.owl-carousel .owl-nav button.owl-next { right: -10px; }

.reviews_photo_slider.owl-carousel .owl-nav button.owl-prev:hover,
.reviews_photo_slider.owl-carousel .owl-nav button.owl-next:hover {
	background: #3f7b61;
}

.reviews_photo_slider.owl-carousel .owl-dots {
	text-align: center;
	margin-top: 12px;
}

.reviews_photo_slider.owl-carousel .owl-dot span {
	width: 8px;
	height: 8px;
	background: #c5d9cf;
	border-radius: 50%;
	display: inline-block;
	margin: 0 4px;
}

.reviews_photo_slider.owl-carousel .owl-dot.active span {
	background: #3f7b61;
}

/* === ORDER STEPS === */
.order_steps_section {
	padding: 30px 20px 30px;
}

.order_steps_list1 .step_item {
	float: left;
	margin: 0 10px 12px 0;
	padding: 23px 20px 0 30px;
	width: 215px;
	height: 140px;
	border-radius: 12px;
	background: #f7f3ef;
	box-shadow: 0 3px 10px rgba(45, 42, 38, 0.06);
	position: relative;
}

.dark_theme .order_steps_list1 .step_item {
	background: #fff;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	color: #2d2a26;
}

.order_steps_list1 .step_item:nth-child(even) {
	margin: 0 0 11px;
}

.order_steps_list1 .step_item:before {
	display: block;
	content: '';
	width: 32px;
	height: 32px;
	background: center no-repeat;
	position: absolute;
	top: 19px;
	right: 19px;
}

.order_steps_list1 .step_item:nth-child(1):before {
	background-image: url(../images/order_steps1__step1_icon.png);
}

.order_steps_list1 .step_item:nth-child(2):before {
	background-image: url(../images/order_steps1__step2_icon.png);
}

.order_steps_list1 .step_item:nth-child(3):before {
	background-image: url(../images/order_steps1__step3_icon.png);
}

.order_steps_list1 .step_item:nth-child(4):before {
	background-image: url(../images/order_steps1__step4_icon.png);
}

.order_steps_list1 .step_item h4 {
	margin: 0 0 7px;
	font-weight: 700;
	text-transform: uppercase;
}

.order_steps_list1 .step_item h4:after {
	display: block;
	content: '';
	margin: 12px 0 0;
	width: 30px;
	height: 2px;
	background: #5da882;
}

/* Order steps 2 */
.order_steps_list2 .step_item {
	float: left;
	padding: 50px 20px 0 20px;
	width: 240px;
	height: 240px;
	color: #fff;
	text-align: center;
	position: relative;
}

.order_steps_list2 .step_item:nth-child(1) {
	background: #2b3d33;
}

.order_steps_list2 .step_item:nth-child(2) {
	background: #3d5a4a;
}

.order_steps_list2 .step_item:nth-child(3) {
	background: #3f7b61;
}

.order_steps_list2 .step_item:nth-child(4) {
	background: #529a74;
}

.order_steps_list2 .step_item .number {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: rgba(255,255,255,0.1);
	font-weight: 700;
	font-size: 24px;
	line-height: 40px;
	position: absolute;
	top: 20px;
	left: 20px;
}

.order_steps_list2 .step_item:before {
	display: block;
	content: '';
	margin: 0 auto 10px;
	width: 60px;
	height: 60px;
	border: 1px solid rgba(255,255,255,0.3);
	border-radius: 50%;
	background: center no-repeat;
}

.order_steps_list2 .step_item:nth-child(1):before {
	background-image: url(../images/order_steps2__step1_icon.png);
}

.order_steps_list2 .step_item:nth-child(2):before {
	background-image: url(../images/order_steps2__step2_icon.png);
}

.order_steps_list2 .step_item:nth-child(3):before {
	background-image: url(../images/order_steps2__step3_icon.png);
}

.order_steps_list2 .step_item:nth-child(4):before {
	background-image: url(../images/order_steps2__step4_icon.png);
}

.order_steps_list2 .step_item h4 {
	font-weight: 700;
	text-transform: uppercase;
}

/* === ORDER INFO === */
.order_info1_section {
	padding: 30px 0;
}

.order_info1_section h2.title {
	padding: 0 20px;
}

.order_info_list1 .info_item {
	margin: 0 0 20px;
	padding: 0 20px 24px;
	background: url(../images/list1__separator.png) center bottom no-repeat;
}

.order_info_list1 .info_item:last-child {
	margin: 0;
	padding: 0 20px;
	background: none;
}

.order_info_list1 .info_item h4 {
	margin: 0 0 5px;
	font-weight: 700;
	color: #2b3d33;
}

.dark_theme .order_info_list1 .info_item h4 {
	color: #e8d5c4;
}

.order_info_list1 .info_item .icon_block {
	float: left;
	margin: 0 20px 0 0;
	width: 80px;
	height: 80px;
	border-radius: 20px 4px;
	background: #f7f3ef;
	font-size: 0;
	line-height: 80px;
	letter-spacing: 1px;
	text-align: center;
}

.dark_theme .order_info_list1 .info_item .icon_block {
	border: 1px solid rgba(255,255,255,0.1);
	background: #2d2a26;
	line-height: 78px;
}

.order_info_list1 .info_item .icon_block img {
	display: inline-block;
	vertical-align: middle;
}

.order_info_list1 .info_item .text_block {
	float: left;
	width: 340px;
}

/* Order info 2 — Delivery section */
.order_info2_section {
	padding: 30px 0 0;
	background: #faf6f2;
}

.order_info2_section h2.title {
	padding: 0 20px;
	color: #2b3d33;
}

.order_info_list2 .info_item {
	display: table;
	width: 100%;
	height: 204px;
	border-top: 3px solid #e5ddd4;
	position: relative;
}

.order_info_list2 .info_item img {
	display: block;
	width: 220px;
	position: absolute;
	top: 0;
	right: 0;
}

.order_info_list2 .info_item:nth-child(even) img {
	right: auto;
	left: 0;
}

.order_info_list2 .info_item .text_block {
	display: table-cell;
	vertical-align: middle;
	padding: 0 240px 0 20px;
	text-align: center;
}

.order_info_list2 .info_item:nth-child(even) .text_block {
	padding: 0 20px 0 240px;
}

.order_info_list2 .info_item h4 {
	margin: 0 0 5px;
	font-weight: 700;
	color: #2b3d33;
}

/* === FOOTER === */
.footer_section {
	padding: 25px 20px;
	background: #2b3d33;
	font-size: 13px;
	line-height: 20px;
	text-align: center;
	color: #c4aeb5;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #e8d5c4;
	text-decoration: none;
	border-bottom: 1px solid rgba(232, 213, 196, 0.3);
	transition: border-color 0.3s ease;
}

.footer_section a:hover {
	border-bottom-color: #e8d5c4;
}

/* === SPECIAL ELEMENTS === */
.znishka {
	margin-bottom: 30px;
	font-size: 17px;
	background: linear-gradient(135deg, #3f7b61, #5da882);
	padding: 12px 15px;
	text-align: center !important;
	color: #fff;
	border-radius: 8px;
	margin: 0 20px 20px;
	box-shadow: 0 4px 12px rgba(63, 123, 97, 0.25);
}

.aar {
	padding-bottom: 40px;
	padding-top: 30px;
}

/* === COLORS SECTION — Enhanced for this page === */
.colors_section {
	padding: 30px 0;
	background: linear-gradient(170deg, #faf6f2 0%, #f0e8df 100%);
}

.colors_section h2.title {
	color: #2b3d33;
}