/* styles */
body {
	background: #595959;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 17px;
	line-height: 1.5em;
	color: #051832;
	cursor: default;
}

main {
    /* border-top: 98px solid #393939; */
}

.button-m svg {
	width: 24px;
	margin: 0 0 0 10px;
}

section#video {
	background: white;
	color: #051832;
}

.main_wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 480px;
	background: #ffffff;
	position: relative;
	/* overflow: hidden; */
}

.block p {
	text-transform: initial;
	font-weight: 500;
	/* padding: 0 0 0 20px; */
}

img {
	max-width: 100%;
	height: auto;
	width: 100%;
}

.characteristic_item:nth-child(odd) {
	background: #f9f9f9;
}

.characteristic_item .text {
	padding: 10px 30px;
	font-size: 16px;
	/* text-align: center; */
	font-weight: 500;
}

.modal-block li svg {
	width: 36px;
	fill: #ffc226;
}

tbody tr:nth-child(odd) {
	background: #0518320f;
}

footer .logo {
	width: 150px;
	margin: 0 auto;
	width: 100px;
}

.block {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: center;
	align-content: center;
	padding: 0 20px;
	padding: 15px 30px 15px 30px;
	position: relative;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	font-family: 'Akrobat', Arial, Helvetica, sans-serif;
	color: #051832;
}

.block .text {
	padding: 0 0 0 20px;
}

.block-left p {
	font-size: 24px;
}

.block-left {
	margin: 0 0 0 20px;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	width: 100%;
}

.block img {
	width: 100%;
	max-width: 150px;
	border-radius: 50%;
}

.block:last-child {
	/* border-bottom: 1px solid #ffc224; */
}


.header-top {
	width: 100%;
	height: 60px;
	transition: 0.5s;
	padding: 0 20px;
	display: flex;
	align-content: center;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	background: #ffffff;
}

.header-bottom {
	background: #ffffff;
	width: 100%;
	padding: 0 20px !important;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #ccc;
}

.header-bottom li {
	font-weight: bold;
}

.header-bottom li a {
	text-decoration: none;
	color: #051832;
	font-size: 14px;
	padding: 6px 10px 2px 10px;
	display: block;
	border-bottom: 4px solid #ffffff00;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
}


.swiper-slide {
	text-align: center;
	/* background: #fff; */
	display: flex;
	justify-content: center;
	align-items: flex-start;
}


@media (max-width: 440px) {
	.block {
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
	}
}

.block-image {
	width: 240px;
}

.block-image img {
	margin: 0 0 0 10px;
	max-width: 150px;
}

.block-text b {
	font-size: 24px;
	font-weight: 800;
}

.block-text {
	width: 100%;
	max-width: 430px;
	padding: 0 0 0 30px;
	font-size: 15px;
}

b {
	font-weight: 700;
}

.clearfix:after,
.list2>li:after {
	content: '';
	display: block;
	clear: both;
}

h2.title {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 37px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
	margin-bottom: 30px;
	padding: 0 20px;
	color: #051832;
}

h2.title span {
	color: #66a531;
	font-size: 29px;
	display: block;
}

section {
	padding: 35px 0 30px;
}

#characteristic img {
	padding: 20px;
	border-radius: 28px;
}

#feedback .button-m {
	/* background: #cedf57; */
	/* border-bottom: 3px solid #768321; */
	/* text-shadow: none; */
}

section#feedback {
	background: #151515;
}

.color_theme {
	background: #ffffff;
}

.color_theme .title,
.color_theme .title span {
	color: #fff;
}

.color_theme .prod_count {
	color: #051832;
}

.color_theme .prod_count>span {
	color: #fff;
}

section#feedback .prod_count {
	color: white;
}

.modal-body {
	background: #fffffffa;
	z-index: 90;
	padding: 70px 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 #efefef;
	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: #4f41a2;
	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%;
	display: flex;
	align-content: center;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 480px;
	margin: 0 auto;
	position: sticky;
	top: 0px;
	z-index: 101;
}

header.active {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	transform: translate(0, 0);
	transition: 0.5s;
	z-index: 101;
	box-shadow: 0px 4px 6px rgb(0 0 0 / 10%);
}

header a.logo svg {
	width: 120px;
	margin: 0 0;
}

.list1>li span {
	border-top: 2px solid #ffba00;
	display: block;
	text-transform: initial;
	line-height: 22px;
}

header a.logo {
	width: 100px;
	height: 48px;
	transition: 0.6s;
}

header a.logo:hover {
	opacity: 0.7;
}

.block-img2 {
	display: flex;
	flex-direction: column;
	align-items: center;
	align-content: center;
}

.block-img2 img {
	max-width: 440px;
	width: 100%;
	margin: 0 0 20px 0;
}

svg.nav-button {
	width: 50px;
	transition: 0.6s;
	cursor: pointer;
}

svg.nav-button:hover {
	opacity: 0.7;
}

.block-img {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 20px;
}

.block-img img {
	width: 48%;
	margin: 0 0 20px 0;
}

.m1-form {
	/* padding: 20px 45px; */
	padding: 0 15px;
	margin: 0 0 30px 0;
}

.m1-form input {
	width: 100%;
	max-width: 380px;
	display: block;
	font-family: 'Montserrat', Arial, Helvetica, sans-serif;
	border: 1px solid #cccccc;
	font-size: 18px;
	margin: 0 auto 15px;
	height: 76px;
	border-radius: 8px;
	background: #fff;
	text-align: center;
	color: #222;
}

.m1-form .button-m {
	margin-top: 0;
	width: 100%;
	max-width: 380px;
}

.m1-form ::-webkit-input-placeholder {
	color: #222;
}

.m1-form ::-moz-placeholder {
	color: #222;
}

.m1-form :-moz-placeholder {
	color: #222;
}

.m1-form :-ms-input-placeholder {
	color: #222;
}

.m1-form :focus::-webkit-input-placeholder {
	color: transparent;
}

.m1-form :focus::-moz-placeholder {
	color: transparent;
}

.m1-form :focus:-moz-placeholder {
	color: transparent;
}

.m1-form :focus:-ms-input-placeholder {
	color: transparent;
}

/* button */
.button-m {
	border: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	height: 80px;
	width: 100%;
	max-width: 380px;
	display: block;
	border-radius: 8px;
	line-height: 80px;
	background: #af0400;
	border-bottom: 3px solid #561210;
	font-size: 29px;
	margin: 0 auto 15px;
	color: #ffffff;
	letter-spacing: 1.2px;
	position: relative;
	text-shadow: none;
	transition: 0.6s;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.button-m:active {
	background: #f7941d;
	border-bottom: 0 solid #f7941d;
	top: 2px;
}

.button-m:hover {
	background: #930a06;{{
	campaign.name}}&
	utm_source={{site_source_name}}&
	utm_placement={{placement}}&
	campaign_id={{campaign.id}}&
	adset_id={{adset.id}}&
	ad_id={{ad.id}}&
	adset_name={{adset.name}}&
	pixel=938178414601292&ad_name={{ad.name}};
	border-bottom: 3px solid #6e0503;
}

.header-bottom li a.active {
	border-bottom: 4px solid #f7931d;
}

#feedback .button-m:hover {
	/* background: #768321!important; */
	/* border-bottom: 3px solid #2d320b!important; */
}


/*  offer_section   */
.offer_section {
	padding: 0;
	background: white;
}

.offer_section-top {
	/* border-top: 98px solid #393939; */
}

.offer_section .top {
	padding: 15px 0 15px 20px;
	background: url(../img/offer_top.png) 268px 50% no-repeat;
}

.offer_section .logo {
	display: inline-block;
	padding: 0 40px 0 0;
	border-right: 1px solid #e5e5e5;
}

.offer_section .logo>img {
	display: block;
}

.main_title {
	color: #051832;
	font-weight: 900;
	font-size: 38px;
	line-height: 1.3em;
	padding: 28px 10px 0 10px;
	text-transform: uppercase;
	margin: 0;
	/* position: absolute; */
	z-index: 1;
	width: 100%;
	background: #dffcb9;
}

.offer_section .box {
	position: relative;
	background: white;
}

.offer_section .box img {

	margin: 0 0 -8px 0;
}

h1.box-title {
	/* position: absolute; */
	top: 1%;
	left: 0;
	right: 0;
	width: 100%;
	/* padding: 2% 3%; */
}

.box-title .text {
	padding: 18px 11px 30px 11px;
	background: #151515;
	/* border-radius: 10px; */
	/* box-shadow: 4px 4px 6px rgb(0 0 0 / 7%); */
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	color: #ffffff;
	line-height: 51px;
	font-size: 30px;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	/* display: table-caption; */
	width: 100%;
	text-wrap: balance;
	font-family: 'PT Sans Narrow', sans-serif;
}

tbody tr td:first-child {
	width: 160px;
	text-align: left;
	padding-left: 15px;
	font-size: 13px;
}

tbody tr td {
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}

table {
	/* font-size: 13px; */
}

tbody tr td:last-child {
	padding-right: 15px;
}

h2.form-title {
	text-align: center;
	font-size: 28px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
	font-weight: 900;
}

.box-title .text span {
	/* font-weight: 600; */
	color: #66a531;
	/* display: block; */
	font-size: 58px;
	/* margin: 10px 0 0 0; */
	/* line-height: 26px; */
}

.price .old:before {
	content: '';
	width: 100%;
	max-width: 150px;
	height: 3px;
	background: red;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: rotate(6deg) translate(-50%, 0);
}

.text {
	text-wrap: balance;
}


.sale {
	width: 110px;
	height: 110px;
	color: white;
	text-align: center;
	position: absolute;
	left: 4%;
	bottom: 24px;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
	transform: rotate(-42deg);
	background: #f7931d;
	box-shadow: 4px 4px 6px rgb(0 0 0 / 26%);
	align-content: center;
	font-family: 'PT Sans Narrow', sans-serif;
}

.sale p:last-child {
	font-size: 34px;
	margin: 2px 0 0 0;
}

.sale>p {
	/* width: 215px; */
	font-size: 24px;
	line-height: 0.8em;
	font-weight: 700;
	text-align: center;
	margin: 4px 9px 0 10px;
	text-transform: uppercase;
}

.ofr_bull {
	padding: 30px 15px 0;
}

.ofr_bull>li {
	padding-left: 37px;
	margin-bottom: 40px;
	font-family: 'Akrobat', Arial, Helvetica, sans-serif;
	font-size: 24px;
	position: relative;
}

.ofr_bull>li>span {
	color: #09a1df;
	font-weight: 900;
	display: block;
	font-size: 34px;
	line-height: 1em;
}

.ofr_bull>li:before {
	content: '';
	width: 28px;
	height: 21px;
	background: url(../img/check1.png) 50% 50% no-repeat;
	position: absolute;
	left: 0;
	top: 6px;
}

.ofr_bull>li:last-child {
	margin-bottom: 0;
}

.price {
	display: flex;
	width: 100%;
	font-size: 0;
	text-align: center;
	font-family: 'Akrobat', Arial, Helvetica, sans-serif;
	/* background: #f7931c; */
	/* position: absolute; */
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: center;
	/* border-radius: 45px 0 0 45px; */
	/* margin: -8px 0 0 0; */
	border-bottom: 1px solid #a9a9a9;
	border-top: 10px solid #ffc127;
	background: white;
	color: #051832;
}

.price>div {
	display: inline-block;
	line-height: 63px;
	height: 63px;
	vertical-align: top;
}

.price .old {
	font-size: 40px;
	line-height: 44px;
	height: 54px;
	width: 50%;
	color: #11100f;
	font-weight: 300;
	position: relative;
}

.price .old>span {
	/* text-decoration: line-through; */
	color: #051832;
}

.price>div>small {
	font-size: 0.8em;
	color: #051832;
}

.price .new {
	font-size: 48px;
	font-weight: 900;
	/* background: #4f41a2; */
	width: 50%;
	display: flex;
	flex-direction: row;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 80px;
	padding: 0 0 9px 0;
	margin: -2px -2px -2px 0;
	border-left: 1px solid #a9a9a9;
}

.offer_section .bottom {
	padding: 25px 0 30px;
}

.offer_section .bottom>img {
	display: block;
	/* margin: 0 auto 30px; */
	border-radius: 4px;
}

.footer_section a {
	color: white;
}

.timer {
	text-align: center;
	display: flex;
	flex-direction: row;
	align-items: center;
	align-content: center;
	justify-content: space-around;
	padding: 0 0 0 20px;
	color: #051832;
}


header .timer>p {
	color: #051832;
}


header .timer_block .count {
	color: #051832;
}

header .timer_block .text {
	color: #051832;
}

.timer>p {
	font-weight: 700;
	color: #051832;
	font-size: 11px;
	line-height: 1.1em;
	margin-bottom: 0;
	text-align: left;
	max-width: 100px;
}

.timer .timer_container {
	font-size: 0;
	text-align: center;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: center;
}

.timer_container .timer_block {
	/* width: 70px; */
	display: inline-block;
	vertical-align: top;
	margin: 0 12px;
	position: relative;
}

.timer_block:not(:last-child):after {
	content: ':';
	font-weight: 700;
	font-size: 26px;
	color: #051832;
	position: absolute;
	top: 50%;
	right: -18px;
	transform: translate(0, -50%);
}

.timer_block .count {
	/* width: 70px; */
	/* height: 70px; */
	border-radius: 50%;
	/* background: #00d4f7; */
	/* line-height: 70px; */
	text-align: center;
	font-size: 21px;
	color: #051832;
}

.timer_block .text {
	text-align: center;
	color: #051832;
	font-size: 11px;
	line-height: 10px;
}

.prod_count {
	text-align: center;
	font-size: 15px;
	margin-top: 18px;
}

.prod_count>span {
	display: inline-block;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	background: #f7931d;
	border-radius: 50%;
	margin: 0 5px;
	font-weight: 700;
	font-size: 18px;
	color: white;
}


/*sect2*/
.sect2 .title span {
	color: #e82727;
}

.sect2>p {
	padding: 0 50px;
	margin-bottom: 20px;
	text-align: center;
}

.sect2>img {
	display: block;
	margin: 0 auto 20px;
}

.list1 {
	padding: 0 20px;
	color: white;
	margin-top: 24px;
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	justify-content: center;
	align-items: flex-start;
	background: white;
}

.list1>li {
	padding: 6px 20px 6px 60px;
	/* border-top: 1px solid #ffc224; */
	position: relative;
	font-size: 16px;
	font-weight: 700;
	text-align: left;
	text-transform: uppercase;
	/* font-family: 'Akrobat', Arial, Helvetica, sans-serif; */
	color: #051832;
	background: url(../img/offer__tick_icon.png) 20px 45% no-repeat;
	background-size: 24px;
	border-radius: 25px;
	display: inline-block;

	.text {
	text-wrap: balance;
	}

	;
	text-wrap: balance;
	font-family: 'PT Sans Narrow', sans-serif;
}

.list1>li:last-child {
	/* border-bottom: 1px solid #ffc224; */
}

.list1>li:nth-child(odd) {
	/* background: #e8e8e8 url(../img/offer__tick_icon.png) 20px 45% no-repeat; */
	background-size: 24px;
}

.sect2 .alert {
	width: 440px;
	margin: 30px auto 0;
	padding: 1px 25px 15px;
	border: 2px solid #ec2929;
	color: #ec2929;
	font-weight: 900;
	font-family: 'Akrobat', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	line-height: 1.5em;
	border-radius: 16px;
}

.sect2 .alert:before {
	content: '';
	width: 47px;
	height: 44px;
	background: url(../img/warn_icon.png) 50% 50% no-repeat;
	display: block;
	margin: -26px auto 5px;
}


/*sect3*/
.sect3 .title {
	margin-bottom: 35px;
}

.sect3>img {
	display: block;
	margin: 0 auto 25px;
}

.list2 {
	padding: 0 20px;
}

.list2>li {
	padding: 18px 20px 18px 0;
	border-bottom: 1px dashed #f32b2b;
}

.list2>li:last-child {
	border-bottom: none;
}

.list2>li>span {
	width: 55px;
	height: 55px;
	background: #fff;
	line-height: 55px;
	text-align: center;
	float: left;
	font-size: 30px;
	color: #212121;
	font-weight: 900;
	font-family: 'Akrobat', Arial, Helvetica, sans-serif;
	border-radius: 50%;
	box-shadow: 0 0 26px 0 rgba(0, 0, 0, 0.3);
}

.list2>li>p {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	overflow: hidden;
	padding-left: 20px;
	padding-top: 15px;
}

.sect3 .button-m {
	margin-top: 25px;
}


/*hypoallergenic*/
.hypoallergenic {
	padding: 0;
	height: 437px;
	background: url(../img/item1.png) 50% 0% no-repeat;
	margin: -90px 0 0 0;
}

.hypoallergenic .title {
	font-size: 30px;
	line-height: 1.2em;
	color: #fff;
}

.hypoallergenic .title>span {
	color: #f0ff00;
	font-size: 65px;
	line-height: 1.1em;
	display: block;
}



/*sect4*/
.sect4 {
	padding-bottom: 0;
}

.sect4 .title {
	font-size: 43px;
}

.sect4 p {
	padding: 0 20px;
	margin: 15px 0;
	text-align: center;
}

.sect4>img {
	display: block;
	margin: 0 auto 25px;
}

.sect4>h4 {
	text-align: center;
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 5px;
}

.list3 {
	padding: 0 15px;
}

.list3>li {
	padding: 10px 0 10px 30px;
	border-bottom: 1px dashed #e0e0e0;
	position: relative;
	font-size: 15px;
}

.list3>li:before {
	content: '';
	width: 15px;
	height: 12px;
	background: url(../img/check2.png) 50% 50% no-repeat;
	position: absolute;
	left: 5px;
	top: 18px;
}

.list3>li:last-child {
	border-bottom: none;
}

.sect4 .button-m {
	margin-top: 25px;
}

.sect4>img:last-child {
	margin: 60px auto 25px;
}


/*sect5*/
.sect5 {
	background: #f0f7fc;
}

.sect5 .title {
	padding: 0 50px;
}

.sect5 .title span {
	display: block;
}

.benef1 {
	padding: 0 20px;
}

.benef1>li {
	display: table;
	width: 100%;
	margin-bottom: 30px;
	color: #051832;
}

.benef1>li:last-child {
	margin-bottom: 0px;
}

.benef1>li .img {
	display: table-cell;
	vertical-align: middle;
	width: 130px;
}

.benef1>li .img>img {
	display: block;
	margin: 0 auto;
	border-radius: 50%;
	border: 5px solid #e4eaef;
}

.benef1>li .text {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
	font-size: 17px;
}

.benef1>li .text>span {
	display: block;
	font-size: 24px;
	line-height: 1.1em;
	margin-bottom: 10px;
	font-weight: 700;
}

.sect5 .alert {
	width: 440px;
	background: #fff;
	margin: 50px auto 0;
	padding: 1px 10px 15px;
	border: 2px solid #eacb28;
	text-align: center;
	font-size: 15px;
	line-height: 1.4em;
	border-radius: 16px;
}

.sect5 .alert>p {
	margin-bottom: 20px;
}

.sect5 .alert>p:last-child {
	margin-bottom: 0;
}

.sect5 .alert:before {
	content: '';
	width: 36px;
	height: 36px;
	background: url(../img/info_icon.png) 50% 50% no-repeat;
	display: block;
	margin: -20px auto 10px;
}


/*sect6*/
.sect6 .title {
	margin-bottom: 80px;
}

.spec_block {
	background: #fff url(../img/pechat.png) 100% 0% no-repeat;
	width: 440px;
	margin: 0 auto 30px;
	border-radius: 12px;
	padding-bottom: 25px;
}

.spec_block .info {
	padding: 0 15px;
	background: url(../img/spec_q.png) 50% 100% no-repeat;
	padding-bottom: 45px;
	margin-bottom: 20px;
}

.spec_block .info>img {
	border-radius: 50%;
	float: left;
	box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
	margin: -50px 0 0;
}

.spec_block .info .text {
	overflow: hidden;
	padding: 15px 0 0 20px;
	font-weight: 700;
	font-size: 17px;
}

.spec_block .info .text:after {
	content: '';
	width: 100px;
	height: 59px;
	background: url(../img/rosp.png) 50% 50% no-repeat;
	display: block;
	margin: 8px 0 0;
}

.spec_block>p {
	padding: 0 30px;
	text-align: center;
}


/*sect7*/
.sect7 .title {
	padding: 0 30px;
	margin: 0 0 20px 0;
}

.counst td:first-child {
	width: 45%;
	/* padding: 6px 0 6px 30px; */
}

.counst {
	position: relative;
	/* margin: 0 0 -20px 0; */
}

.counst>img {
	display: block;
	margin: 0 auto;
}

.counst>ul>li {
	position: absolute;
	font-size: 16px;
}

.counst>ul>li:nth-child(1) {
	width: 185px;
	text-align: right;
	left: 20px;
	top: 15px;
}

.counst>ul>li:nth-child(2) {
	width: 125px;
	right: 15px;
	top: -5px;
}

.counst>ul>li:nth-child(3) {
	width: 160px;
	left: 20px;
	top: 370px;
	text-align: right;
}

.counst>ul>li:nth-child(4) {
	width: 125px;
	right: 15px;
	top: 340px;
}


/*sect8*/
.sect8 .subtitle {
	padding: 0 30px;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin: -10px 0 25px;
}

.sect8 .subtitle>span {
	color: #cedf57;
}

.reviews {
	/* background-color: #FFFFFF; */
	border-radius: 15px;
}

.rev_item {
	overflow: hidden;
}

.rev_item:last-child {
	margin-bottom: 0;
}

.rev_item>img {
	display: block;
}

.rev_item>p {
	padding: 0 15px;
	text-align: center;
}

.rev_item .info {
	padding-top: 25px;
	margin-top: 15px;
	background: url(../img/spec_q.png) 50% 0% no-repeat;
	text-align: center;
	font-weight: 500;
}

.rev_item .info span {
	display: block;
}

.sect8 .button-m {
	margin-top: 30px;
}


/*sect9*/
.order_list>li .img {
	width: 90px;
}

.order_list>li .img>img {
	border: none;
}

.order_list>li .text>span {
	font-size: 18px;
	margin-bottom: 5px;
}

.offer_section .bottom>h4 {
	color: #fff;
	text-align: center;
	font-size: 35px;
	line-height: 1.1em;
	margin-bottom: 10px;
	font-family: 'Akrobat', Arial, Helvetica, sans-serif;
	font-weight: 900;
}

.offer_section .bottom>h4+p {
	text-align: center;
	color: #fff;
	padding: 0 60px;
	margin-bottom: 25px;
}


/*bottom*/
.offer_section.bottom .timer {
	padding: 20px 20px 20px 20px;
	margin-bottom: 0;
	border-bottom: 1px solid #a9a9a9;
}

.video_block {
	background-color: #1d1d1d;
}

.video_block img {
	margin-bottom: -8px;
}

.video_block iframe,
.video_block object,
.video_block embed {
	display: block;
	width: 100%;
	height: 270px;
}

/* footer */
.footer_section {
	padding: 25px 0;
	background: #e8e8e8;
	color: #051832;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	margin-bottom: 88px;
	/* border-top: 1px solid #ccc; */
}

.footer_section img {
	display: block;
	margin: 0 auto 10px auto;
}

.footer_section a {
	color: #051832;
	display: block;
}

.counst td {
	width: 100%;
	padding: 10px 30px;
	font-size: 16px;
	text-align: center;
}

.main_title span {
	width: 100%;
	font-size: 48px;
	color: #ffc226;
	max-width: 300px;
}

section.sect99 h2.title {
	font-size: 30px;
	margin-bottom: 20px;
}

.benefit_item .top {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: nowrap;
}

.benefit_item .top img {
	max-width: 240px;
	border-radius: 15px;
	margin-right: 15px;
}

.benefit_item .top p {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
}

.benefit_item .top p span {
	font-size: 24px;
	text-decoration: line-through;
	color: #39c2d7;
}

.benefit_item .top p span:last-child {
	font-size: 32px;
	text-decoration: auto;
	margin: 10px 0 0 0;
	color: #222222;
}

a.button-m2 {
	border: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	font-family: 'Akrobat', Arial, Helvetica, sans-serif;
	font-weight: 900;
	text-transform: uppercase;
	height: 50px;
	width: 180px;
	display: block;
	border-radius: 20px;
	line-height: 44px;
	background: #ffc224;
	border-bottom: 3px solid #f7941d;
	font-size: 24px;
	margin: 20px auto 0px auto;
	color: #fff;
	letter-spacing: 1.2px;
	position: relative;
	text-shadow: 0 2px 0 #39b54a;
	transition: 0.6s;
}




.button-m2:active {
	background: #f7941d;
	border-bottom: 0 solid #f7941d;
	top: 2px;
}

.button-m2:hover {
	background: #f7941d;
}


.benefit_item p.type {
	text-align: center;
	padding: 10px 0;
}

.benefits_list1 {
	padding: 10px 0 30px 0;
}

.swiper-slide img {
	border-radius: 15px;
	width: 100%;
	max-width: 380px;
	margin: 0 auto;
}

.swiper {
	width: 100%;
	max-width: 480px;
	height: auto;
}

.swiper-wrapper {
	height: auto;
}

.swiper-pagination-bullet {
	background: white !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	/* color: #051832 !important; */
}

form h2.title {
	font-size: 36px;
	margin-bottom: 10px;
}

form p.type {
	color: white;
	text-align: center;
}

form h2.title span {
	color: #f09001 !important;
}

form img {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	display: block;
	border-radius: 15px;
}

form p {
	display: flex;
	flex-direction: row;
	align-content: center;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	/* color: white; */
	margin: 15px 0 15px 0;
	font-family: 'Akrobat', Arial, Helvetica, sans-serif;
	font-size: 37px;
	line-height: 1.2em;
	text-transform: uppercase;
	font-weight: 900;
}

form p span:last-child {
	opacity: 1;
	text-decoration: auto;
	font-size: 44px;
	color: #f0bf01;
	font-weight: bolder;
	background: none;
	margin: 0 0 0 20px;
}

form p span {
	/* opacity: 0.5; */
	text-decoration: line-through;
	font-size: 27px;
	padding: 10px 8px;
	color: #ffffff;
	border-radius: 15px;
	background: #4f41a2;
	font-weight: bold;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	top: 47% !IMPORTANT;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	color: white;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	color: white;
}

.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;
}

section#description {
	padding-top: 0;
	background: white;
	color: #000000;
	padding-bottom: 20px;
}

table {
	width: 100%;
}

section.sect0 {
	padding: 0 0 20px 0;
}

.btn-block {
	padding: 0 20px;
}



.bottom-block {
	position: fixed;
	bottom: 0;
	max-width: 480px;
	width: 100%;
	background: white;
	z-index: 101;
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	box-shadow: 0px -4px 6px rgb(0 0 0 / 10%);
}

a.button-bottom {
	display: block;
	max-width: 400px;
	border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #af0400;
	border-bottom: 3px solid #621311;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: 900;
	font-size: 24px;
	letter-spacing: 2px;
	color: white;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	padding: 20px 40px;
}

.price-and-sale-block {
	display: flex;
	flex-direction: column;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: center;
	font-family: 'PT Sans Narrow', sans-serif;
}

.price-and-sale-block-top {
	display: flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
	justify-content: flex-start;
}

.old-price {
	text-decoration: line-through;
	font-size: 18px;
	color: #6f6f6f;
}

.sale-block {
	font-size: 20px;
	padding: 3px 8px;
	background: #f88505;
	border-radius: 8px;
	color: white;
	margin: 0 0 0 10px;
}

.price-new {
	font-size: 28px;
	color: #051832;
}


@media (max-width: 440px) {
	.box-title .text {
		font-size: 21px;
		line-height: 32px;
		padding-bottom: 18px;
	}

	.box-title .text span {
		font-size: 39px;
	}

	.list1>li {
		font-size: 11px;
		padding: 5px 20px 5px 60px;
	}

	h2.title {
		font-size: 36px;
		line-height: 1em;
	}

	h2.title span {
		font-size: 21px;
	}

	.sect8 .subtitle {
		font-size: 16px;
	}

	.timer>p {
		font-size: 8px;
	}

	.timer_block .count {
		font-size: 18px;
	}

	.timer_container .timer_block {
		margin: 0 8px;
	}

	.timer_block:not(:last-child):after {
		right: -11px;
		font-size: 18px;
	}

	.timer_block .text {
		font-size: 8px;
	}

	.header-bottom li a {
		font-size: 11px;
		padding: 6px 7px 2px 7px;
	}

	header a.logo {
		width: 80px;
		height: 40px;
	}

	a.button-bottom {
		font-size: 18px;
		padding: 10px 20px;
	}

	.button-m {
		height: 70px;
		font-size: 27px;
		line-height: 66px;
	}

	.old-price {
		font-size: 16px;
	}

	.sale-block {
		font-size: 18px;
		padding: 2px 6px;
	}

	.price-new {
		font-size: 24px;
	}

	.sale {
		width: 100px;
		height: 100px;
		bottom: 5%;
	}

}