/* extracted style block 1 */
.owl-height {
		transition: height 0.3s ease-in-out;
	}

	.wtsp_rev.owl-carousel,
	.wtsp_rev.owl-carousel .owl-stage-outer,
	.wtsp_rev.owl-carousel .owl-stage,
	.wtsp_rev.owl-carousel .owl-item {
		height: auto !important;
		overflow: visible !important;
	}

	.wtsp_item {
		position: relative !important;
		display: block !important;
		height: auto !important;
		overflow: visible !important;
	}

	.message.client img {
		display: block !important;
		width: auto !important;
		max-width: 100% !important;
		height: auto !important;
		max-height: none !important;
		margin: 20px auto 0 !important;
	}

/* extracted style block 2 */
header a.logo {
		width: 100px;
		height: 60px;
		transition: 0.6s;
		position: absolute;
		left: 190px;
		visibility: hidden;
	}

/* extracted style block 3 */
/* Моб меню */

	.modal-body {
		background: #5A3F37;
		/* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2C7744, #5A3F37);
		/* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2C7744, #5A3F37);
		/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


		z-index: 90;
		padding: 100px 0 0 0;
		display: inline-block;
		max-width: 480px;
		width: 100%;
		-webkit-transform: skewX(-5deg) translateX(200%);
		-ms-transform: skewX(-5deg) translateX(200%);
		transform: skewX(-5deg) translateX(200%);
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		margin: 0 auto;
		opacity: 0;
		will-change: transform, opacity;
		-webkit-transition: opacity 0.1s, -webkit-transform 0.3s;
		transition: opacity 0.1s, -webkit-transform 0.3s;
		-o-transition: transform 0.3s, opacity 0.1s;
		transition: transform 0.3s, opacity 0.1s;
		transition: transform 0.3s, opacity 0.1s, -webkit-transform 0.3s;
		height: 100vh;
		overflow: auto;
	}

	.modal-block {
		padding: 0;
	}

	.modal-block li {
		text-align: right;
		padding: 0 10px;
		border-bottom: 1px solid;
		display: block;
		height: 47.5px;
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		align-content: center;
		align-items: center;
	}

	.modal-block li a {
		text-decoration: none;
		font-weight: bold;
		text-transform: uppercase;
		color: #ffffff;
		display: block;
		width: 100%;
		height: 47.5px;
		line-height: 47.5px;
	}

	.modal-body.show-menu {
		opacity: 1 !important;
		transform: skewX(0deg) translate(0, 0) !important;
		-webkit-transform: skewX(0deg) translate(0, 0) !important;
		-ms-transform: skewX(0deg) translate(0, 0) !important;
	}

	header {
		width: 100%;
		height: 80px;
		transform: translate(0, -100%);
		transition: 0.5s;
		padding: 0 20px;
		display: flex;
		align-content: center;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		max-width: 481px;
		margin: 0 auto;
	}

	header.active {
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		transform: translate(0, 0);
		transition: 0.5s;
		z-index: 100;
		box-shadow: 0px 4px 6px rgb(0 0 0 / 20%);
		background: #5A3F37;
		/* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2C7744, #5A3F37);
		/* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2C7744, #5A3F37);
		/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


	}

	header a.logo svg {
		width: 100px;
		margin: 0 0;

	}

	header a.logo {
		width: 100px;
		height: 60px;
		transition: 0.6s;
		position: absolute;
		left: 190px;
	}

	header a.logo:hover {
		opacity: 0.7;
	}

	svg.nav-button {
		width: 45px;
		transition: 0.6s;
		cursor: pointer;
		position: absolute;
		left: 410px;
	}

	svg.nav-button:hover {
		opacity: 0.7;
	}

	.show-li:nth-child(1) {
		-webkit-transition-delay: 0.1s !important;
		-o-transition-delay: 0.1s !important;
		transition-delay: 0.1s !important;
	}

	.show-li:nth-child(2) {
		-webkit-transition-delay: 0.2s !important;
		-o-transition-delay: 0.2s !important;
		transition-delay: 0.2s !important;
	}

	.show-li:nth-child(3) {
		-webkit-transition-delay: 0.3s !important;
		-o-transition-delay: 0.3s !important;
		transition-delay: 0.3s !important;
	}

	.show-li:nth-child(4) {
		-webkit-transition-delay: 0.4s !important;
		-o-transition-delay: 0.4s !important;
		transition-delay: 0.4s !important;
	}

	.show-li:nth-child(5) {
		-webkit-transition-delay: 0.5s !important;
		-o-transition-delay: 0.5s !important;
		transition-delay: 0.5s !important;
	}

	.show-li:nth-child(6) {
		-webkit-transition-delay: 0.6s !important;
		-o-transition-delay: 0.6s !important;
		transition-delay: 0.6s !important;
	}

	.modal-block li svg {
		width: 36px;
		fill: #fff;
	}

	section.sect99 {
		padding: 40px 0 0 0;
	}

	.offer_section-top {
		border-top: 80px solid #4f41a2;
	}

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

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

	b {
		font-weight: 700;
	}

	/* Моб меню */



	/*   Стиль характеристики   */

	.char-list li {
		padding: 8px 30px;
		color: #fff;
	}

	.char-list li:nth-child(even) {
		background: #5A3F37;
		/* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2C7744, #5A3F37);
		/* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2C7744, #5A3F37);
		/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


	}

	.char-list li b {
		display: block;
		float: left;
		width: 150px;
	}

	.char-list li span {
		display: block;
		margin-left: 167px;
	}

	/*   Стиль характеристики   */

	/*   Головні стилі  */

	.slick-dots {
		height: 23px;
		text-align: center;
		margin-top: 25px;
	}

	.slick-dots:after {
		clear: both;
		content: "";
		display: block;
		height: 0;
		width: 0;
		visibility: hidden;
	}

	.slick-dots li {
		display: inline-block;
		vertical-align: top;
		padding: 0 6px;
		overflow: hidden;
	}

	.offer {
		padding: 0;
		background: #5A3F37;
		/* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2C7744, #5A3F37);
		/* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2C7744, #5A3F37);
		/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


	}

	.offer .box {
		position: relative;
		background: #5A3F37;
		/* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2C7744, #5A3F37);
		/* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2C7744, #5A3F37);
		/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


		height: 600px;
	}

	.offer .main-title {
		font-family: 'Acrom', Arial, Helvetica, sans-serif;
		font-size: 44px;
		font-weight: 700;
		line-height: 50px;
		color: #fff;
		text-align: center;
		text-transform: uppercase;
		padding: 10px 0 3px;
	}

	.offer .sub-title {
		font-size: 25px;
		color: #fff;
		text-align: center;
		padding-bottom: 15px;
	}

	.offer .sale {
		background: url(../images/sale-bg.png) 0 0 no-repeat;
		width: 209px;
		height: 113px;
		margin-left: 267px;
		color: #fff;
		font-size: 26px;
		line-height: 40px;
		text-align: center;
		margin-top: 143px;
		position: absolute;
	}

	.offer .sale span {
		display: inline-block;
		transform: rotate(-7deg);
		padding-top: 9px;
	}

	.offer .sale b {
		display: block;
		font-size: 50px;
	}

	.offer .bullet {
		font-size: 0;
		padding: 0 10px 20px;
	}

	.offer .bullet li {
		display: inline-block;
		vertical-align: top;
		width: 33.33%;
		font-size: 18px;
		text-align: center;
	}

	.offer .bullet .pic {
		position: relative;
		margin-bottom: 15px;
	}

	.offer .bullet .pic:after {
		position: absolute;
		left: 50%;
		bottom: -9px;
		margin-left: -15px;
		display: block;
		width: 30px;
		height: 30px;
		background: url("../images/check-icon.png") 0 0 no-repeat;
		content: '';
	}

	.offer .bullet img {
		display: block;
		margin: 0 auto;
		border: 4px solid #fff;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}

	.offer .bullet p {
		padding: 0 5px;
		color: #f5f5f5;
	}


	.offer.bottom .price {
		position: relative;
		margin-bottom: -55px;
		z-index: 5;
	}

	.offer.bottom .timer {
		margin-top: 30px;
	}

	.order_form .form-txt {
		color: #000000;
		text-align: center;
		padding-bottom: 20px;
	}

	.order_form .pat {
		color: #fff;

	}

	.order_form .form-txt h4 {
		font-size: 30px;
		padding-bottom: 7px;
		text-transform: uppercase;
		color: #fff;

	}

	.order_form .form-txt p {
		font-size: 18px;
		padding: 0 75px;
		color: #fff;
	}

	.benef2 {
		padding: 0 30px 30px;
	}

	.benef2>li {
		display: table;
		width: 100%;
		margin-bottom: 32px;
		position: relative;
	}

	.benef2>li:not(:last-child):after {
		content: '';
		width: 180px;
		height: 3px;
		background: url(../images/benef2_item.png) 0% 50% repeat;
		transform: rotate(30deg);
		position: absolute;
		bottom: -20px;
		left: 120px;
		z-index: 1;
	}

	.benef2>li:nth-child(2n):after {
		transform: rotate(-30deg);
		position: absolute;
		bottom: -20px;
		right: 120px;
	}

	.benef2>li:last-child {
		margin-bottom: 0;
	}

	.benef2>li .img {
		width: 166px;
		display: table-cell;
		vertical-align: middle;
	}

	.benef2>li .img>img {
		display: block;
		margin: 0 auto;
		border-radius: 50%;
		box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
		position: relative;
		z-index: 2;
	}

	.benef2>li>p {
		display: table-cell;
		vertical-align: middle;
		padding: 0 0 0 26px;
	}

	.benef2>li>p>span {
		display: block;
		font-weight: 700;
		font-size: 24px;
		line-height: 1.2em;
	}

	.benef2>li:nth-child(2n)>p {
		padding: 0 26px 0 0;
		text-align: right;
	}

	.bottom .order_form {
		padding-top: 80px;
	}

	.offer_text {
		font-size: 13px;
		line-height: 27px;
		text-transform: uppercase;
		font-weight: 600;
		position: relative;
		letter-spacing: -0.1px;
		margin-left: 10px;
		height: 25px;
		top: -101px;
		color: #393d46;
		margin: 0 auto;
		text-align: center;
		background: #fbb83b;
	}

	.offer_text>span {
		padding-left: 12px;
		padding-right: 12px;
	}

	.offer_section.offer3 .benefits_list {
		padding: 12px 0 12px 18px;
		background: #4f41a2;
		background: #5A3F37;
		/* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2C7744, #5A3F37);
		/* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2C7744, #5A3F37);
		/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


		color: #3a3d45;
		color: #333;
		display: flex;
		flex-direction: row;
		align-content: center;
		justify-content: space-around;
		align-items: center;
	}

	.offer_section.offer3 .benefits_list .benefit_item {
		float: left;
		padding: 0 0 0 44px;
		width: 31%;
		font-size: 12px;
		line-height: 16px;
		position: relative;
		color: #fff;
	}



	.offer_section.offer3 .benefits_list .benefit_item:before {
		display: block;
		content: '';
		width: 34px;
		height: 34px;
		border: 1px solid rgba(255, 255, 255, 0.2);
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background: rgba(0, 0, 0, 0.1) center no-repeat;
		position: absolute;
		top: -2px;
		left: 0;

	}

	.offer_section.offer3 .price_block {
		display: flex;
	}

	.offer_section.offer3 .price_item {
		float: left;
		padding: 20px 0 0;
		width: 50%;
		height: 90px;
		/* border-right: 1px solid #e6e6e6; */
		text-align: center;
	}

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

	.offer_section.offer3 .price_item .text {
		margin: 0 0 5px;
		font-size: 14px;
		line-height: 14px;
		color: #fff;
	}

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

	.offer_section.offer3 .price_item.new .text span {
		padding: 2px 5px 3px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background: #5A3F37;
		/* fallback for old browsers */
		background: -webkit-linear-gradient(to right, #2C7744, #5A3F37);
		/* Chrome 10-25, Safari 5.1-6 */
		background: linear-gradient(to right, #2C7744, #5A3F37);
		/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */


		color: #fff;

	}

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

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

	.products_count {
		margin: 20px 0 0;
		text-align: center;
		color: #fff;
	}

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

	.products_count b {
		margin: 0 3px;
		padding: 3px 5px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background: #fff;
		color: #000;
	}


	/*   Головні стилі  */

	/*   Як замовити   */

	.order-info h2.title {
		padding: 0 30px;
		background: #5A3F37;
		background: -webkit-linear-gradient(to right, #2C7744, #5A3F37);
		background: linear-gradient(to right, #2C7744, #5A3F37);
	}

	.order-list {
		padding: 0 30px;
	}

	.order-list li {
		position: relative;
		display: table;
		width: 100%;
		height: 160px;
		font-size: 20px;
		background: #fff;
		padding-left: 185px;
		margin-bottom: 20px;
		-webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
		-moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
		box-shadow: 0 0 18px rgba(0, 0, 0, 0.21);
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
	}

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

	.order-list .txt {
		display: table-cell;
		vertical-align: middle;
		padding-right: 20px;
	}

	.order-list li:before {
		position: absolute;
		top: 50%;
		left: 25px;
		margin-top: -68px;
		display: block;
		width: 135px;
		height: 135px;
		background-color: #41781D;
		background-repeat: no-repeat;
		background-position: 50% 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		content: '';
	}

	/*   Як замовити   */

	/*   Про наш магазин  */

	.container {
		display: flex;
		align-items: center;

	}

	.photo {
		margin-right: 20px;
	}

	.small-font {
		font-size: 15px;
		margin-right: 20px;
	}

	.image-with-margin {
		margin-right: 20px;
		margin-left: 20px;
	}

	/*   Про наш магазин  */

	/*   Футер телеграм  */

	.footer-subscribe-messenger {
		border-top: 1px dashed #ccc;
		background: #fcfcfc;
		padding: 10px;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-around;
		position: sticky;
		bottom: 0;
		width: 100%;
		max-width: 100%;
		z-index: 9999;
	}

	.footer-subscribe-messenger.on-thanks {
		border-bottom: 1px dashed #ccc;
		background: #dbeaec;
		padding: 20px;
	}

	.footer-subscribe-messenger.on-thanks p {
		padding-bottom: 15px;
		font-size: 18px;
		font-weight: 500;
	}

	.footer-subscribe-messenger.on-thanks .text {
		font-size: 18px;
		text-transform: uppercase;
	}

	.footer-subscribe-messenger.on-thanks .icon {
		width: 48px;
		height: 48px;
		margin-right: 10px;
	}

	.single .footer-subscribe-messenger {
		width: 480px;
	}

	.footer-subscribe-messenger a {
		text-decoration: none;
	}

	.footer-subscribe-messenger p {
		width: 100%;
		text-align: center;
		padding-bottom: 5px;
		margin: 0;
	}

	.footer-subscribe-messenger .subscribe-button {
		all: unset;
		display: flex;
		flex-direction: row;
		align-items: center;
		cursor: pointer;
	}

	.footer-subscribe-messenger .icon {
		width: 24px;
		height: 24px;
		margin-right: 10px;
	}

	.footer-subscribe-messenger .text {
		padding: 7px 20px;
		border-radius: 5px;
		background: #42ADE6;
		color: #fff;
		font-size: 12px;
	}

	/*   Футер телеграм  */

	/*   Рамка для фото   */
	.img-text {
		display: block;
		width: 90%;
		margin: 0 auto 15px;
		padding: 2%;
		border: 2px solid #F0BB28;
		border-radius: 15px;
		box-shadow: 1px 2px 20px 0px #F0BB28;
	}

	/*   Рамка для фото  */

	/*   Бігуща строка  */

	@keyframes marqueeAnimation {
		0% {
			transform: translateX(100%);
		}

		100% {
			transform: translateX(-100%);
		}
	}

	.marquee-container {
		overflow: hidden;
	}

	.marquee-text {
		animation: marqueeAnimation 10s linear infinite;
		white-space: nowrap;
		font-size: 16px;
	}

	/* Адаптация для мобильных устройств */
	@media (max-width: 480px) {
		.marquee-text {
			font-size: 12px;
			animation-duration: 10s;
			/* Уменьшим длительность анимации для более быстрой прокрутки */
		}
	}

	/*   Бігуща строка  */

	.text-block {
		margin-bottom: 10px;
		/* Додавання відступу між стопчиками */
	}

/* extracted style block 4 */
.button1 {
		display: none;
		/* Початково кнопка схована */
		position: fixed;
		bottom: 30px;
		left: 50%;
		transform: translateX(-50%);
		max-width: 400px;
		height: 83px;
		width: calc(100% - 40px);
		border: none;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background-image: radial-gradient(circle at 50% 50%, #fff06c 0, #ffd74e 25%, #f0ba27 50%, #de9d00 75%, #d18400 100%);
		font-family: 'Roboto', sans-serif;
		font-weight: 600;
		font-size: 26px;
		line-height: 80px;
		letter-spacing: 2px;
		color: #000;
		text-transform: uppercase;
		text-decoration: none;
		text-align: center;
		cursor: pointer;
		border: 2px solid #F0BB28;
		box-shadow: 1px 2px 20px 0px #F0BB28;
		z-index: 999;
	}

	.content {
		height: 200vh;
		padding: 20px;
		padding-bottom: 120px;
		background: linear-gradient(180deg, #ffffff 0%, #f3f4f6 100%);
	}

/* extracted style block 5 */
.colortext {
			color: white;
			/* Красный цвет выделения */
		}

/* extracted style block 6 */
.benefits-wrapper {
					display: flex;
					gap: 50px;
					padding: 20px;
					max-width: 800px;
				}

				.benefits-column {
					flex: 1;
				}

				.benefit-item {
					display: flex;
					gap: 12px;
					margin-bottom: 20px;
					align-items: flex-start;
				}

				.check-icon {
					color: #FFD700;
					flex-shrink: 0;
					width: 24px;
					height: 24px;
				}

				.benefit-text {
					color: #fcfcfc;
					font-size: 18px;
					font-weight: 600;
					line-height: 1.4;
				}

/* extracted style block 7 */
.features-list {
			display: grid;
			grid-template-columns: repeat(2, 1fr);
			gap: 20px;
			list-style: none;
			padding: 0;
			max-width: 800px;
			padding: 10px 20px 0;
		}

		.features-list li {
			display: flex;
			gap: 12px;
			align-items: flex-start;
		}

		.features-list li::before {
			content: '';
			background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2322c55e' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 13l4 4L19 7'/%3E%3C/svg%3E");
			width: 24px;
			height: 24px;
			flex-shrink: 0;
		}

		.features-list li {
			color: #ffffff;
			font-size: 21px;
			font-weight: 500;
			line-height: 1.4;
		}

/* extracted style block 8 */
section.metr {
			width: 100%;
			margin: 0 auto !important;
			color: #000000 !important;
		}


		.metr_count {
			margin-top: 20px;
		}

		.metr_old_count .metr_value {
			font-size: 30px !important;
			color: #a9a9a9 !important;
			text-decoration: line-through !important;
			font-weight: 600 !important;

		}

		.list4b {
			border: #a9a9a9 solid 1px !important;
			border-radius: 10px !important;
		}

		.metr_text_count {
			font-size: 14px !important;
			padding-bottom: 0 !important;
		}

		.metr_new_count .metr_value {
			font-size: 50px !important;
			color: #41944b !important;
			font-weight: 600 !important;
		}

		.metr_new_count .metr_text_count {
			font-size: 24px !important;
			padding-bottom: 15px !important;
		}

		.metr ul li {
			font-size: 15px;
		}

		.metr ul li span {
			font-weight: 500;
		}

		.metr ul {

			margin-left: 20px;
			margin-right: 20px;
			margin-bottom: 30px;
			padding: 20px 5px;
			font-size: 18px;

		}

		.offer_section_metr button {
			font-size: 20px !important;
		}

		.offer_section .field[name="metr"] {
			background-image: url(../icons/Frame0309.png);
			background-position: 20px center;
			background-repeat: no-repeat;
		}

		.owl-stage-outer {
			max-height: 857px !important;

		}

		.owl-height {
			max-height: 857px !important;
		}

		.owl-carousel .owl-stage-outer {
			overflow: hidden;

		}

		.offer_section_metr {
			padding: 10 !important;
		}

		.accordion {
			background-image: radial-gradient(circle at 50% 50%, #fff06c 0, #ffd74e 25%, #f0ba27 50%, #de9d00 75%, #d18400 100%);
			line-height: 60px;
			font-size: 20px;
			color: #000000;
			width: 300px;
			height: 60px;
			box-shadow: none;
			position: relative;
			padding: 0 31px 0 0;
		}

		.accordion::after {
			content: '';
			background-image: url("../images/icons896.png");
			width: 15px;
			height: 25px;
			top: 16px;
			left: 217px;
			position: absolute;
			background-size: contain;
			background-repeat: no-repeat;
			display: inline-block;
			width: 25px;
		}

		.panel {
			max-height: 0;
			overflow: hidden;
			transition: max-height 0.5s ease-out;
		}

		.metr_text {
			font-size: 25px;
			font-weight: 700;
			padding: 0 0 30px;
		}

		.metr_new_count .metr_text_count {
			font-size: 20px;
			padding-bottom: 5px;
		}


		.metr_old_count .metr_text_count {
			font-size: 20px;
			padding-bottom: 5px;
		}

		.metr_new_count .metr_value {
			font-size: 40px;
			color: #41944b;
			font-weight: 600;

		}

		.metr_old_count .metr_value {
			font-size: 30px;
			color: #ee3737;
			text-decoration: line-through;
			font-weight: 600;

		}

		.metr_econom {
			font-size: 25px;

			text-align: center;
			padding: 0 0 40px;
		}

		.metr_econom span {
			background-color: #41944b;
			color: #fff;
			font-size: 30px;
			font-weight: 600;
			padding: 5px 10px;
			border-radius: 5px;
		}

		.metr_text {
			text-align: center;
		}

		.metr_count {
			padding: 0 0 50px;
			display: flex;
			justify-content: space-around;
		}

		.metr_block {

			margin: 0 20px;
			box-shadow: 0px 0px 10px rgb(173, 173, 173);
			border-radius: 40px;
			padding-bottom: 20px;
			margin: 30px 20px;
		}

		.metr_block img {
			border-radius: 40px;
		}

/* extracted style block 9 */
/* list 4 */

		.list4 {
			padding: 20px 0;
		}

		section .list4 {
			padding: 10px 0;
		}

		.list4 li {
			margin: 0 0 12px;
			padding: 0 20px 0 50px;
			background: url("../images/tick.svg") 20px 2px no-repeat;
			position: relative;
		}

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

/* extracted style block 10 */
.testimonials-container {
			max-width: 800px;
			margin: 0 auto;
			padding: 20px;
			position: relative;
		}

		.testimonial-carousel {
			overflow: hidden;
			position: relative;
			height: 600px;
		}

		.testimonial-slide {
			position: absolute;
			width: 100%;
			height: 100%;
			opacity: 0;
			transition: opacity 0.5s ease-in-out;
			display: flex;
			flex-direction: column;
			align-items: center;
			text-align: center;
			padding: 20px;
			box-sizing: border-box;
		}

		.testimonial-slide.active {
			opacity: 1;
		}

		.testimonial-name {
			font-size: 24px;
			font-weight: bold;
			margin-bottom: 15px;
			color: #333;
		}

		.testimonial-text {
			font-size: 16px;
			line-height: 1.6;
			color: #666;
			max-width: 600px;
			margin-bottom: 20px;
		}

		.wtsp_rev.owl-carousel,
		.wtsp_rev.owl-carousel .owl-stage-outer,
		.wtsp_rev.owl-carousel .owl-stage,
		.wtsp_rev.owl-carousel .owl-item,
		.wtsp_rev.owl-carousel .owl-wrapper-outer,
		.wtsp_rev.owl-carousel .owl-wrapper {
			height: auto !important;
			min-height: 0 !important;
			overflow: visible !important;
		}

		/* == 2. Слайды пусть идут подряд и растягивают контейнер == */
		.wtsp_item {
			position: relative !important;
			display: block !important;
			height: auto !important;
			overflow: visible !important;
		}

		/* == 3. Контейнер сообщений тоже не обрезает контент == */
		.message_container,
		.message_container .message {
			height: auto !important;
			overflow: visible !important;
		}

		/* == 4. Снимем любые max-height для картинки и сделаем её адаптивной == */
		.message.client img {
			display: block !important;
			width: auto !important;
			/* пусть идёт по своим пропорциям */
			max-width: 100% !important;
			/* но не шире родителя */
			height: auto !important;
			/* высота по пропорциям */
			max-height: none !important;
			/* никакого ограничения */
			margin: 20px auto 0 !important;
		}

		/* == 5. Иногда Owl добавляет transform на элементы — уберём «обрезку» там == */
		.wtsp_rev.owl-carousel .owl-stage {
			transform: none !important;
		}

		.carousel-controls {
			display: flex;
			justify-content: center;
			margin-top: 20px;
			gap: 10px;
		}

		.carousel-dot {
			width: 12px;
			height: 12px;
			border-radius: 50%;
			background-color: #ddd;
			cursor: pointer;
			transition: background-color 0.3s ease;
		}

		.carousel-dot.active {
			background-color: #333;
		}

		.carousel-button {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			background: rgba(0, 0, 0, 0.5);
			color: white;
			border: none;
			padding: 10px 15px;
			cursor: pointer;
			border-radius: 5px;
			transition: background-color 0.3s ease;
		}

		.carousel-button:hover {
			background: rgba(0, 0, 0, 0.7);
		}

		.prev-button {
			left: 10px;
		}

		.next-button {
			right: 10px;
		}

/* extracted style block 11 */
.testimonials {
			max-width: 480px;
			margin: 40px auto;
			font-family: Arial, sans-serif;
		}

		.testimonials__title {
			color: #74AAFF;
			text-align: center;
			font-size: 24px;
			margin-bottom: 30px;
		}

		.testimonials__wave {
			text-align: center;
			color: #CCCCCC;
			margin-bottom: 30px;
		}

		.testimonial-slider__container {
			width: 480px;
			position: relative;
			margin: 0 auto;
			overflow: hidden;
			background: #fff;
			padding: 20px;
			box-sizing: border-box;
		}

		.testimonial-slider__track {
			display: flex;
			transition: transform 0.5s ease-in-out;
			width: 100%;
		}

		.testimonial-slider__item {
			min-width: 100%;
			width: 100%;
			flex-shrink: 0;
			padding: 10px;
			box-sizing: border-box;
			opacity: 0;
			transition: opacity 0.3s ease-in-out;
			position: absolute;
			left: 0;
			top: 0;
		}

		.testimonial-slider__item.active {
			opacity: 1;
			position: relative;
		}

		.testimonial__header {
			display: flex;
			align-items: center;
			margin-bottom: 15px;
		}

		.testimonial__avatar {
			width: 50px;
			height: 50px;
			border-radius: 50%;
			margin-right: 15px;
			object-fit: cover;
		}

		.testimonial__name {
			font-weight: bold;
			margin-bottom: 5px;
		}

		.testimonial__stars {
			color: #FFD700;
			font-size: 20px;
			margin: 10px 0;
		}

		.testimonial__text {
			line-height: 1.6;
			color: #333;
		}

		.testimonial-slider__nav-btn {
			position: absolute;
			top: 50%;
			transform: translateY(-50%);
			background: #74AAFF;
			color: white;
			width: 40px;
			height: 40px;
			border-radius: 50%;
			border: none;
			cursor: pointer;
			display: flex;
			align-items: center;
			justify-content: center;
			font-size: 20px;
			z-index: 2;
		}

		.testimonial-slider__nav-btn--prev {
			left: 10px;
		}

		.testimonial-slider__nav-btn--next {
			right: 10px;
		}

		.testimonial__name {
			font-weight: bold;
			margin-bottom: 5px;
			color: #333333;
			font-size: 16px;
			display: block;
			visibility: visible;
		}

/* extracted inline tag styles */
.u-hidden {
	display:none !important;
}

.page-cursor-default {
	cursor: default !important;
}

.promo-topline {
	height: 100% !important;
	/* background: url(https://www.ironflex.co.ua/image/cache/catalog/banners/baner-header/baner-header-640x40-mobile-shaker-ua-640x40.jpg) !important;
	*/ background-size: 100% 100% !important;
	color: #3c4152 !important;
	text-align: center !important;
	font-size: 16px !important;
	padding-top: 2px !important;
	font-weight: 900 !important;
}

.hero-title-sm {
	font-size: 25px !important;
}

.marquee-text {
	font-size: 25px !important;
}

.marquee-text span {
	color: #ff0000 !important;
}

.b1:not(.wrap) .title span {
	color: #f3bd0b !important;
}

.title-accent-green {
	color: #41944b !important;
}

.metr-title-bordered {
	border-bottom: #a9a9a9 solid 1px !important;
}

.metr_text > span:first-child {
	color: #41944b !important;
}

.metr_block > h2 {
	text-align: center !important;
}

.list4b li strong {
	font-weight: 700 !important;
}

.text-black {
	color: #000000 !important;
}

.review-media-wrap {
	max-width:600px !important;
	margin:0 auto !important;
}

.review-media-img {
	width:100% !important;
	height:auto !important;
	display:block !important;
}

.form-lead {
	text-align: center !important;
	margin: 10px auto !important;
	display: block !important;
	font-size: 24px !important;
	line-height: 26px !important;
}
