:root {
	--accent-color: #45763c;
}

body {
	font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 1.5em;
	color: #222;
	background: #1d6784;
	cursor: default;
}

html {
	scroll-behavior: smooth;
}

.main_wrapper {
	overflow: hidden;
	margin: 0 auto;
	max-width: 480px;
	background: #fff;
}

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

b {
	font-weight: 700;
}

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

h2.title {
	margin-bottom: 25px;
	padding: 0 20px;
	font-weight: 700;
	font-size: 33px;
	line-height: 1.2em;
	text-align: left;
}

h2.title span {
	color: var(--accent-color);
}

section {
	padding: 35px 0;
}

.сolor_theme {
	background: linear-gradient(to bottom, #ed525c 0%, #e65336 100%);
}

.сolor_theme .title,
.сolor_theme .title span {
	color: #fff;
}

.main_form {
	margin-top: 25px;
}

.main_form select,
.main_form input {
	display: block;
	margin-bottom: 15px;
	border: none;
	border-radius: 16px;
	width: 100%;
	height: 70px;
	font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
	font-size: 18px;
	text-align: center;
	color: #222;
	background: #fff;
}

.main_form .button-m {
	margin-top: 0;
	width: 100%;
}

.main_form ::placeholder {
	color: #222;
}

.main_form :placeholder {
	color: #222;
}

.main_form :focus::placeholder {
	color: transparent;
}

.main_form :focus:placeholder {
	color: transparent;
}

/* button */
.button-m {
	position: relative;
	display: block;
	margin: 0 auto;
	border: none;
	border-radius: 16px;
	width: 100%;
	min-height: 85px;
	font-family: "Montserrat", "Arial", "Helvetica", sans-serif;
	font-weight: 700;
	font-size: 20px;
	letter-spacing: 0.6px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 2px 0 #7cb72d;
	text-transform: uppercase;
	color: #fff;
	background: linear-gradient(to bottom, #9aee28 0%, #8dc640 100%);
	cursor: pointer;
}

.button-m:active {
	top: 2px;
	background: linear-gradient(to bottom, #8dc640 0%, #9aee28 100%);
}

.offer_section {
	padding: 0 0 35px;
	background: #eef4ff;
}

.top-line {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	padding: 25px 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	background-color: #fff;
}

.top-line h1 {
	text-transform: uppercase;
	font-size: 22px;
}

.top-line__sticker {
	margin-right: 10px;
}

.top-line__text {
	font-weight: 500;
	font-size: 13px;
	line-height: 1.1;
	text-transform: uppercase;
	max-width: 141px;
	align-self: center;
}

.box {
	position: relative;
	padding: 20px 20px 0;
	min-height: 400px;
	background: url("../images/box-bg-human.png") no-repeat top 60px right -20px,
		url("../images/box-bg.png") no-repeat top -60px left -30px;
	background-color: #ebf1fc;
}

.box__product {
	max-width: 140px;
	transform: translate(30px, -15px);
}

.main_title {
	margin-bottom: 107px;
	max-width: 295px;
	font-weight: 900;
	font-size: 17px;
	line-height: 1.2;
	letter-spacing: -0.05em;
	text-transform: uppercase;
}

@media (max-width: 410px) {
	.box__product {
		max-width: 98px;
		transform: translate(0px, -15px);
	}

	.main_title {
		margin-bottom: 190px;
	}
}

.main_title > span {
	display: block;
	font-size: 28px;
	letter-spacing: 0.03em;
	color: #0084b6;
}

.ofr_bull {
	position: relative;
	z-index: 2;
	border-radius: 16px;
	padding: 10px 20px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
	background: #fff;
}

.ofr_bull > li {
	position: relative;
	border-bottom: 1px solid #f5f5f5;
	padding: 15px 0 15px 45px;
	font-size: 15px;
}

.ofr_bull > li:last-child {
	border-bottom: none;
}

.ofr_bull > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
	width: 33px;
	height: 33px;
	background: url("../images/check1.png") 50% 50% no-repeat;
}

.sale {
	position: absolute;
	right: -80px;
	top: 385px;
	z-index: 1;
	width: 300px;
	background-color: #f00;
	transform: rotate(-42deg);
}

.sale > p {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.8;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}

.timer_price {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
	flex-direction: column;
}

.timer > p {
	margin-bottom: 4px;
	font-weight: 700;
	font-size: 15px;
	text-align: center;
}

.timer_container {
	display: flex;
	justify-content: space-between;
	width: 215px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}

.timer_container .item {
	position: relative;
	border-radius: 5px;
	padding: 6px 0;
	width: 60px;
	text-align: center;
	background: #fff;
}

.timer_container .item:not(:last-child)::before {
	content: ":";
	position: absolute;
	right: -13px;
	top: 8px;
	font-weight: 900;
	font-size: 28px;
	line-height: 1.1em;
	color: var(--accent-color);
}

.timer_container .item .count {
	font-weight: 700;
	font-size: 25px;
	line-height: 1.1em;
	color: var(--accent-color);
}

.timer_container .item .text {
	font-size: 11px;
	line-height: 1.2em;
}

.price {
	margin-left: 10px;
	text-align: right;
}

.price .old {
	font-size: 23px;
	line-height: 1.1em;
	color: #0084b6;
	text-align: center;
}

.price .old {
	text-decoration: line-through;
}

.price small {
	font-size: 0.7em;
}

.price .new {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.1em;
	color: #f00;
	text-align: center;
}

.formbox {
	margin: 35px auto 0;
	border-radius: 15px;
	padding: 20px;
	max-width: 440px;
	text-align: center;
	color: #fff;
	background: linear-gradient(45deg, #0084b6 0%, #01a3e1 100%);
}

.formbox > span {
	display: block;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 23px;
	line-height: 1.1em;
	text-transform: uppercase;
}

/* sect1 */
.sect1 .title {
	font-size: 26px;
}

.sect1 > p {
	margin-bottom: 25px;
	padding: 0 20px;
}

.sect1 > p:last-child {
	margin-bottom: 0;
}

.container {
	padding: 0 20px;
}

.image {
	position: relative;
	margin-bottom: 50px;
}

.image__main {
	border-radius: 15px;
}

.image__abs {
	position: absolute;
}

.sect1__bottle {
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	max-width: 60px;
}

.list1 {
	padding: 0 20px;
}

.list1 > li {
	position: relative;
	margin-bottom: 25px;
	padding: 0 0 0 45px;
	font-weight: 500;
}

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

.list1 > li::before {
	content: "";
	position: absolute;
	left: 0;
	top: -6px;
	width: 33px;
	height: 33px;
	background: url("../images/check1.png") 50% 50% no-repeat;
}

.sect1 .button-m {
	margin-top: 35px;
	font-size: 18px;
	letter-spacing: normal;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: calc(100% - 40px);
}

/* sect2 */
.sect2 {
	padding: 265px 20px 35px;
}

.sect2 .content {
	border-radius: 16px;
	padding: 25px 20px 30px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	text-align: center;
	background: #fff;
}

.sect2 .title {
	padding: 0;
	font-size: 24px;
	line-height: 1.2em;
	text-align: center;
}

.benef1 {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 40px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.benef1 > li {
	padding: 0 5px;
	width: 50%;
	text-align: center;
}

.benef1 > li > p {
	font-weight: 500;
	font-size: 15px;
}

.benef1 > li .numbers {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto 30px;
	border-radius: 50%;
	width: 106px;
	height: 106px;
	font-weight: 700;
	text-align: center;
	background: #eef4ff;
	-webkit-box-align: center;
	-webkit-box-direction: normal;
	-webkit-box-orient: vertical;
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-ms-flex-pack: center;
}

.benef1 > li .numbers > span {
	display: block;
	font-weight: 700;
	font-size: 40px;
	line-height: 1.1em;
	color: var(--accent-color);
}

/* sect3 */
.sect3 {
	padding: 50px 0 0;
	background: #eef4ff;
}

.expert {
	padding: 1px 20px 35px;
	color: #fff;
	background: #0198d1;
}

.expert .info {
	display: flex;
	align-items: center;
	margin: -50px 0 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.expert .info > img {
	border: 8px solid #edf3fe;
	border-radius: 50%;
}

.expert .info .text {
	padding-left: 10px;
	font-weight: 500;
}

.expert .info .text > span {
	display: block;
	margin-bottom: 25px;
	font-size: 18px;
	line-height: 1.2em;
	color: #222;
}

.expert .info .text > p {
	font-size: 14px;
	line-height: 1.6em;
	color: #fff;
}

.expert > .text {
	border-radius: 16px;
	padding: 15px;
	font-style: italic;
	line-height: 1.7em;
	background: #007ba9;
}

.sect3 .button-m {
	margin-top: 30px;
	font-size: 19px;
	letter-spacing: normal;
}

/* sect4 */

.sect4 > p {
	margin-bottom: 25px;
	padding: 0 20px;
}

.sect4 > p:last-child {
	margin-bottom: 0;
}

.sect4__figure {
	margin-bottom: 20px;
	padding: 0 20px;
}

.sect4__figure > img {
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

.sect4__figure > figcaption {
	font-size: 14px;
	text-align: center;
	color: #9d9d9d;
}

.benef2 {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
}

.benef2 > li {
	margin-bottom: 30px;
	padding: 0 10px;
	width: 50%;
	font-weight: 500;
	font-size: 15px;
	text-align: center;
}

.benef2 > li > img {
	display: block;
	margin: 0 auto;
	border: 2px solid #edf3fe;
	border-radius: 50%;
}

.benef2 > li > span {
	position: relative;
	display: block;
	margin: -25px auto 15px;
	border-radius: 50%;
	width: 42px;
	height: 42px;
	font-size: 17px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	background: #8dc63f;
}

/* sect7 */
.sect7 {
	overflow: hidden;
	min-height: 470px;
	background: url("../images/cert.png") no-repeat bottom 30px left 20px;
	background-color: rgba(0, 0, 0, 0);
	background-color: #0198d1;
	padding: 15px 0;
	position: relative;
}

.sect7-img {
	position: absolute;
	bottom: 10px;
	right: 10px;
	max-width: 180px;
}

@media (max-width: 410px) {
	.sect7-img {
		max-width: 165px;
	}
}

.sect7 .title {
	max-width: 60%;
	font-size: 22px;
	line-height: 1.1;
	color: #fff;
}

.sect7 .title > span {
	color: #fff;
}

.sect7-1 {
	padding: 0;
}

.sect7-1 img {
	width: calc(100% - 40px);
	margin: 0 auto;
}

/* sect8 */
.sect8 {
	background: #eef4ff;
}

.reviews {
	padding: 0 20px;
}

.rev_item {
	margin-bottom: 20px;
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	background: #fff;
}

.rev_item:last-child {
	margin-bottom: 0;
}

.rev_item .info {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
}

.rev_item .info > img {
	border-radius: 50%;
}

.rev_item .info .text {
	padding-left: 20px;
	font-weight: 500;
	font-size: 15px;
}

.rev_item .info .text span {
	display: block;
	font-size: 16px;
}

.rev_item > span {
	display: block;
	margin-bottom: 20px;
	font-weight: 700;
}

/* sect9 */
.order_list {
	padding: 0 20px;
}

.order_list > li {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #f2f2f2;
	padding: 25px 0;
}

.order_list > li .img {
	width: 70px;
}

.order_list > li .img > img {
	display: block;
	margin: 0 auto;
}

.order_list > li .text {
	padding: 0 40px 0 20px;
	width: 370px;
}

.order_list > li:first-child {
	padding-top: 15px;
}

.order_list > li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

/* footer */
.footer_section {
	padding: 25px 0;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	background: #fff;
}

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

.footer_section a {
	display: block;
	color: #222;
}
