@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	to {
		-webkit-transform: scaleX(1);
		transform: scaleX(1)
	}
}

ul,
li,
button {
	list-style: none;
	border: none;
}

body,
html,
h1,
h2,
h3,
p,
span,
ul,
li {
	margin: 0;
	padding: 0;
}

.body {
	font-family: "Roboto", sans-serif;
	line-height: 1.5em;
	font-size: 16px;
}

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

h1 {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 44px;
	line-height: 78px;
	color: #FFFFFF;
}

h2 {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 37px;
	color: #000000;
}

h3 {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #000000;
}

.lead-text {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	color: #FFFFFF;
}

.common-text {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	line-height: 130%;
	color: #000000;
}

.sec_1 {
	width: 100%;
	background: url("../img/header_bg.jpg") center top no-repeat;
	padding-bottom: 69px;
}

.sec_1 h1 {
	margin-left: 30px;
	padding-top: 48px;
}

.h1-text {
	margin-left: 31px;
	max-width: 280px;
}

.sec_1 ul li {
	width: 283px;
	height: 38px;
	background: linear-gradient(90deg, #000000 36.98%, rgba(0, 0, 0, 0) 100%);
	margin-top: 10px;
	display: flex;
	align-items: center;
}

.sec_1 ul li:first-child {
	width: 320px;
	margin-top: 20px;
}

.sec_1 li img {
	margin-left: 30px;
}

.sec_1 li p {
	margin-left: 8px;
}

.main-product {
	width: 418px;
	height: 208px;
	margin-top: 112px;
	margin-left: 62px;
	background: #039DDF;
	position: relative;
}

.price {
	margin-left: 185px;
	display: flex;
	flex-direction: column;
	padding-top: 18px;
}

.price-old {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 42px;
	line-height: 117%;
	text-transform: uppercase;
	color: #FFFFFF;
}

.price-old span,
.price-new span {
	font-size: 25px;
}

.price-new {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 42px;
	line-height: 117%;
	text-transform: uppercase;
	color: #FFFFFF;
}

.sec_1-prod {
	position: absolute;
	top: -75px;
	left: -75px;
	width: 275px;
}

.discount {
	position: absolute;
	width: 92px;
	height: 97px;
	background: url("../img/Star 2.svg") center center no-repeat;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 10px;
	line-height: 16px;
	text-transform: uppercase;
	color: #FFFFFF;
	top: -85px;
	left: 128px;
}

.discount p:last-child {
	font-weight: 800;
	font-size: 24px;
	line-height: 29px;
}

.cross-price {
	position: absolute;
	top: 41px;
	left: 185px;
}

.promo {
	position: absolute;
	width: 113px;
	height: 150px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	color: #FFFFFF;
	background: #039DDF;
	padding-top: 17px;
	top: -413px;
	left: 274px;
}

.promo p:nth-child(2) {
	font-weight: 900;
	font-size: 64px;
	line-height: 64px;
}

.promo p:last-child {
	font-weight: 900;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
}

button {
	cursor: pointer;
}

.animated {
	width: 320px;
	margin-left: 80px;
	margin-top: 40px;
	height: 70px;
	background: #F42362;
	border-radius: 50px;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 800;
	font-size: 20px;
	line-height: 130%;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #FFFFFF;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	-webkit-animation: pulse 1.3s infinite;
	animation: pulse 1.3s infinite;
}

.sec_2,
.sec_3,
.sec_4 {
	width: 100%;
	padding-top: 60px;
}

.sec_2 h2,
.sec_3 h2,
.sec_4 h2 {
	margin: 0 auto;
	width: 420px;
	text-align: center;
}

.sec_2 ul {
	margin: 0 auto;
	width: 420px;
}

.sec_2 li {
	width: 420px;
	height: 162px;
	margin-top: 20px;
}

.sec_2 p {
	width: 217px;
	font-size: 16px;
}

.sec_2 ul li:first-child p {
	width: 200px;
}


.sec_2 ul li:first-child {
	background: url("../img/sec2-1.png") center no-repeat;
	margin-top: 25px;
}

.sec_2 ul li:nth-child(2) {
	background: url("../img/sec2-2.png") center no-repeat;
}

.sec_2 ul li:nth-child(3) {
	background: url("../img/sec2-3.png") center no-repeat;
}

.sec_2 ul li:last-child {
	background: url("../img/sec2-4.png") center no-repeat;
}

.sec_2-odd h3 {
	padding-top: 20px;
	margin-left: 20px;
}

.sec_2-odd p {
	margin-top: 5px;
	margin-left: 20px;
}

.sec_2-even {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
}

.sec_2-even h3 {
	padding-top: 20px;
	margin-right: 20px;
}

.sec_2-even p {
	margin-right: 20px;
	margin-top: 5px;
}

.sec_3 img {
	margin-top: 25px;
}

.sec_4 img {
	margin-top: 15px;
}

.sec_4 .common-text {
	margin: 20px auto;
	width: 420px;
}

.sec_4 .lead-text {
	color: #000;
	margin: 0 auto;
	width: 420px;
}

.sec_4 {
	padding-bottom: 60px;
}

.sec_5 {
	background: #E8EEF5;
	width: 100%;
	padding-bottom: 55px;
}

.sec_5-h {
	display: flex;
	position: relative;
	align-items: flex-end;
	margin-left: 30px;
}

.sec_5-abs {
	position: absolute;
	display: flex;
	align-items: center;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	top: 190px;
	left: 10px;
}

.sec_5-abs p {
	width: 164px;
	margin-left: 7.5px;
}

.sec_5 h2 {
	margin-left: 15px;
	margin-bottom: -6px;
}

.sec_5-img {
	margin: 10px 34px;
}

.sec_5 h3 {
	text-align: center;
	margin-top: -33px;
}

.sec_5 .common-text {
	width: 420px;
	margin: 5px auto;
	text-align: center;
}

.sec_6 {
	width: 100%;
	padding-top: 60px;
	background: url("../img/sec_6-bg.jpg") center top no-repeat, #000;
	padding-bottom: 46px;
}

.sec_6 h2 {
	color: #fff;
	text-align: center;
	width: 410px;
	margin: 0 auto;
}

.sec_6 ul {
	margin-top: 25px;
	position: relative;
}

.sec_6 ul::after {
	content: url("../img/sec_6-line.svg");
	position: absolute;
	top: 30px;
	left: 46px;
}

.sec_6 li {
	display: flex;
	align-items: flex-start;
	width: 331px;
	background: linear-gradient(90deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
	padding: 10px 0;
}

.sec_6 li h3 {
	color: #fff;
	margin-left: 14px;
	font-size: 18px;
	line-height: 26px;
}

.sec_6 ul li:not(:first-child) {
	margin-top: 10px;
}

.sec_6 ul li:nth-child(4) {
	width: 353px;
}

.sec_6 li img {
	margin-left: 30px;
	position: relative;
	z-index: 2;
}

.final {
	margin-top: 39px;
	background: #F42362;
	padding: 11px 0;
}

.final p {
	text-transform: uppercase;
	margin-left: 29px;
}

.sec_6-price {
	background: #039DDF;
	position: relative;
	display: flex;
	align-items: flex-start;
	padding-bottom: 20px;
	width: 100%;
}

.sec_6-prod {
	position: absolute;
	width: 214px;
	height: 243px;
	left: 280px;
	top: -324px;
}

.sec_6-cross {
	position: absolute;
	top: 43px;
	left: 28px;
}

.sec_6-pr-old,
.sec_6-pr-new {
	margin-top: 17px;
	margin-left: 29px;
}

.sec_6-disc {
	left: 327px;
	top: -185px;
}

.sec_6-triangle {
	height: 20px;
	width: 100%;
	background: #039DDF;
	-webkit-clip-path: polygon(0 0, 0 1%, 46% 1%, 50% 100%, 54% 1%, 100% 1%, 100% 0);
	clip-path: polygon(0 0, 0 1%, 46% 1%, 50% 100%, 54% 1%, 100% 1%, 100% 0);
}

.timer-wrapper {
	color: #fff;
	width: 415px;
	border: 4px solid #039DDF;
	box-sizing: border-box;
	margin: 0 auto;
	margin-top: -24px;
	padding-bottom: 45px;
}

.sec_6-btn {
	margin-left: 45px;
}

.timer {
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 60px;
	line-height: 110%;
	text-transform: uppercase;
	display: flex;
	margin: 0 auto;
	justify-content: center;
	margin-top: 30px;
}

.jst-minutes,
.jst-seconds {
	margin-left: 15px;
}

.h-m-s {
	color: #fff;
	display: flex;
	justify-content: center;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 107.7%;
	width: 270px;
	margin: 0 auto;
}

.h-m-s p {
	min-width: 65px;
	text-align: center;
}

.h-m-s p:not(:last-of-type) {
	margin-right: 55px;
}

.sec_7 {
	padding-top: 60px;
	width: 100%;
}

.sec_7 h2 {
	width: 410px;
	margin: 0 auto;
	text-align: center;
}

.sec_7-img {
	margin-top: 25px;
	background: url("../img/sec_7-img.jpg") center top no-repeat;
	height: 492px;
}

.sec_7-main {
	border: 12px solid #039DDF;
	box-sizing: border-box;
	margin-top: -123px;
	padding-bottom: 75px;
}

.sec_7-opacity {
	background: rgb(0%, 0%, 0%, 0.7);
	padding-top: 28px;
	padding-bottom: 21px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}

.sec_7-opacity p {
	margin-top: 10px;
	color: #fff;
}

.sec_7-opacity h3 {
	color: #fff;
}

.sec_7-text {
	width: 420px;
	margin: 20px auto;
}


.sec_7-opacity::before {
	content: url("../img/quotes-1.svg");
	position: absolute;
	left: 18px;
	top: 15px;
}

.sec_7-opacity::after {
	content: url("../img/quotes-2.svg");
	position: absolute;
	left: 383px;
	top: 335px;
}

.sec_8 {
	width: 100%;
	padding-top: 60px;
	background: #E8EEF5;
	padding-bottom: 35px;
}

.sec_8 h2 {
	text-align: center;
}

.ggl {
	width: 420px;
	margin: 0 auto;
	margin-top: 25px;
	background: #FAFAFA;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	display: flex;
	align-items: flex-start;
	padding-top: 13px;
	padding-bottom: 10px;
}

.ggl-flex {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-left: 30px;
}

.ggl-flex p {
	color: #A7A7A7;
	font-size: 14px;
}

.rating {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	line-height: 34px;
	margin-left: 15px;
}

.slider {
	margin: 0 auto;
	margin-top: 38px;
	width: 420px;
}


.s-header {
	display: flex;
	align-items: center;
}

.s-header-text {
	margin-left: 9px;
}

.author {
	color: #000;
}

.lead-text-gray {
	font-size: 14px;
	color: #A7A7A7;
	margin-top: 4px;
}

.s-main {
	background: #FAFAFA;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.05);
	border-radius: 10px;
	margin-top: 22px;
	position: relative;
	padding: 20px;
}

.s-main::before {

	content: '';
	position: absolute;
	width: 0;
	height: 0;
	bottom: 100%;
	left: 1.1em;
	border: .85rem solid transparent;
	border-top: none;


	border-bottom-color: #FAFAFA;
	filter: drop-shadow(0 -0.0625rem 0.0625rem rgba(0, 0, 0, .1));
}

.s-main p {
	margin-top: 9px;
}

.ggl-2 {
	margin-top: 20px;
}

.s-control {
	margin: 25px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 220px;
	font-family: "Montserrat", sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	text-align: center;

	color: #000000;
}

.sec_9 {
	width: 100%;
	padding: 60px 0;
}

.sec_9 h2 {
	text-align: center;
}

.sec_9 ul {
	margin-top: 35px;
	background: url("../img/s9-line.svg") 60px 30px no-repeat;
}

.sec_9 li {
	display: flex;
	align-items: center;
}

.sec_9 ul li:not(:first-child) {
	margin-top: 25px;
}

.sec_9 li img {
	margin-left: 30px;
}

.sec_9 li h3 {
	margin-left: 23px;
	width: 291px;
}

.sec_9-blue {
	width: 420px;
	margin: 0 auto;
	margin-top: 35px;
	background: #039DDF;
	display: flex;
	align-items: center;
	padding: 20px 0;
}

.sec_9-blue img {
	margin-left: 35px;
}

.h2-blue {
	color: #fff;
	text-align: left !important;
	margin-left: 20px;
}

.sec_10 {
	width: 100%;
	background: url("../img/sec10_bg.jpg") center top no-repeat, #03021F;
	padding-bottom: 25px;
}

.sec_10 h1 {
	padding-top: 40px;
	margin-left: 30px;

}

.sec_10-lead {
	margin-top: 2px;
	margin-left: 30px;
	width: 240px;
}

.sec_10-price {
	margin-top: 250px;
	width: 100%;
	background: #039DDF;
	display: flex;
	flex-direction: column;
	position: relative;
	padding-bottom: 15px;
}

.price-10 {
	margin-left: 252px;
	min-height: 180px;
}

.s10-prod {
	position: absolute;
	left: 11px;
	top: -70px;
	width: 255px;
}

.sec10-disc {
	top: -135px;
	left: 225px;
}

.sec10-promo {
	top: -453px;
	left: 337px;
}

.sec10-cross {
	position: absolute;
	left: 283px;
	top: 42px;
}

.approved {
	position: absolute;
	left: 11px;
	width: 160px;
	height: 160px;
	top: -255px;
}

.sec_10-triangle {
	margin-top: -4px;
	height: 30px;
	width: 100%;
	background: #039DDF;
	-webkit-clip-path: polygon(0 0, 0 1%, 45% 1%, 50% 100%, 55% 1%, 100% 1%, 100% 0);
	clip-path: polygon(0 0, 0 1%, 45% 1%, 50% 100%, 55% 1%, 100% 1%, 100% 0);
}

.main-form h3 {
	color: #fff;
	width: 420px;
	margin: 14px auto;
	text-align: center;
}

.main-form {
	width: 420px;
	margin: 0 auto;
}

.main-form input {
	width: 420px;
	max-width: 420px;
	height: 75px;
	border-radius: 50px;
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: normal;
	letter-spacing: 0.01em;
	color: #000;
	box-sizing: border-box;
	padding-left: 41px;
	vertical-align: middle !important;
	/*margin-top: 10px;*/
}

.main-form input::placeholder {
	color: #A7A7A7;
	vertical-align: middle !important;
	line-height: normal;
}

.main-form label {
	font-family: "Roboto", sans-serif;
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 21px;
	display: flex;
	align-items: center;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	margin-left: 40px;
	margin-top: 23px;
	margin-bottom: 10px;
}

.t10-text {
	margin-top: 36px;
	text-align: center;
	font-size: 15px;
	line-height: 107.7%;
}

.timer1 {
	margin-top: 0;
}

.sbmt-btn {
	width: 380px;
	margin-left: 20px;
	margin-top: 25px;
}

.footer-icons {
	display: flex;
	align-items: center;
	width: 420px;
	margin: 35px auto;
	justify-content: space-between;
}

.input-wrapper {
	position: relative;
	width: 100%;
}