:root {
	--color-black: #122636;
	--color-white: #fff;
	--color-gray: #88929b;
	--color-light: #f9f9f9;
	--color-primary: #258aff;
	--color-secondary: #ee9b81;
	--color-gray-2: #eff0f6;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
#center {
	margin: 0 auto;
	float: none;
}
.justify {
	text-align: justify;
}
.tb,
body {
	color: var(--color-black);
}
#section-5 .item p,
#section-9 .item p,
.tg {
	color: var(--color-gray);
}
#section-10,
#section-4,
.tw {
	color: var(--color-white);
}
.tp {
	color: var(--color-primary);
}
.ts {
	color: var(--color-secondary);
}
.fxs {
	font-size: 10px;
	line-height: 1;
}
#section-5 .item p,
#section-9 .item p,
.fs {
	font-size: 12px;
	line-height: 24px;
}
#section-1 .item ul li,
#section-8 #grid li p,
#section-9 .user p,
.fm {
	font-size: 14px;
	line-height: 2;
}
.fl {
	font-size: 16px;
	line-height: 1;
}
.fxl {
	font-size: 18px;
	line-height: 1;
}
#section-9 .item p,
.italic {
	font-style: italic;
}
#section-9 .user p,
.bold,
.timer .item-timer div {
	font-weight: 600;
}
.button {
	background: var(--color-primary);
	color: var(--color-white);
	font-size: 16px;
	font-weight: 600;
	padding: 1em 2.5em;
	display: inline-block;
	position: relative;
	border-radius: 8px;
	transition: 0.5s ease-in-out;
	border: none;
	cursor: pointer;
}
.button:hover {
	transition: 0.5s ease-in-out;
	background: var(--color-secondary);
}
form {
	display: block;
}
.input {
	position: relative;
}
.input i {
	width: 24px;
	height: 24px;
	display: block;
	position: absolute;
	z-index: 2;
	top: 10px;
	left: 10px;
}
.input .name {
	background: url(../img/user.svg);
}
.input .phone {
	background: url(../img/phone.svg);
}
input {
	margin-bottom: 1rem !important;
	background: #eff0f6;
	border-radius: 8px;
	border: none;
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 1rem 0 1rem 3rem;
	cursor: pointer;
}

select {
	margin-bottom: 1rem !important;
	background: #eff0f6;
	border-radius: 8px;
	border: none;
	display: inline-block;
	position: relative;
	width: 100%;
	padding: 1rem 0 1rem 3rem;
	cursor: pointer;
}

input::-webkit-input-placeholder {
	color: #314862;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 1;
}
input:-moz-placeholder {
	color: #314862;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 1;
}
input::-moz-placeholder {
	color: #314862;
	-moz-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 1;
}
input:-ms-input-placeholder {
	color: #314862;
	-ms-transition: opacity 0.3s;
	transition: opacity 0.3s;
	opacity: 1;
}
input:focus {
	outline: 0;
}
input:focus::-webkit-input-placeholder {
	opacity: 0;
}
input:focus:-moz-placeholder {
	opacity: 0;
}
input:focus::-moz-placeholder {
	opacity: 0;
}
input:focus:-ms-input-placeholder {
	opacity: 0;
}
.price {
	color: var(--color-primary);
	font-size: 18px;
	font-weight: 600;
}
.price-old {
	color: #314862;
	-webkit-text-decoration-line: line-through;
	text-decoration-line: line-through;
	font-size: 20px;
}
#countdown {
	width: 110px;
	height: 14px;
	text-align: center;
	border-radius: 5px;
	margin: auto;
}
#countdown #tiles,
#countdown #tiles-2 {
	position: relative;
	z-index: 1;
	display: flex;
	background: var(--color-secondary);
	border-radius: 5px;
}
#countdown #tiles-2 > span,
#countdown #tiles > span {
	width: 20px;
	max-width: 92px;
	text-align: center;
	color: var(--color-white);
	font-size: 14px;
	font-weight: 600;
	margin: 0 7px;
	padding: 10px 0;
	display: inline-block;
	position: relative;
}
#countdown #tiles-2 > span:before,
#countdown #tiles > span:before {
	content: ':';
	width: 100%;
	display: block;
	padding: 0 5px;
	position: absolute;
	top: 27%;
	left: 16px;
	z-index: -1;
}
#countdown #tiles-2 > span:last-child,
#countdown #tiles > span:last-child {
	margin-right: 0;
}
#countdown #tiles-2 > span:last-child::before,
#countdown #tiles > span:last-child::before {
	display: none;
}
#countdown .labels {
	width: 100%;
	display: none;
}
.video {
	border-radius: 20px;
	overflow: hidden;
}
.video iframe {
	width: 100%;
	height: 280px;
}
@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins-Regular.woff2) format('woff2');
	font-weight: 400;
	font-display: swap;
	font-style: normal;
}
@font-face {
	font-family: Poppins;
	src: url(../fonts/Poppins-SemiBold.woff2) format('woff2');
	font-weight: 600;
	font-display: swap;
	font-style: normal;
} /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
details,
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
	text-decoration: none;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
	max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
[type='button'],
[type='reset'],
[type='submit'],
button {
	-webkit-appearance: button;
}
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
summary {
	display: list-item;
}
[hidden],
template {
	display: none;
}
.container {
	width: 100%;
}
@media only screen and (min-width: 33.75em) {
	.container {
		width: 100%;
	}
}
@media only screen and (min-width: 60em) {
	.container {
		width: 85%;
		max-width: 60rem;
	}
}
.row {
	position: relative;
	width: 100%;
}
.row [class^='col'] {
	float: left;
	margin: 0.5rem 2%;
	min-height: 0.125rem;
}
.row::after {
	content: '';
	display: table;
	clear: both;
}
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
	width: 96%;
}
.col-1-sm {
	width: 4.33333%;
}
.col-2-sm {
	width: 12.66667%;
}
.col-3-sm {
	width: 21%;
}
.col-4-sm {
	width: 29.33333%;
}
.col-5-sm {
	width: 37.66667%;
}
.col-6-sm {
	width: 46%;
}
.col-7-sm {
	width: 54.33333%;
}
.col-8-sm {
	width: 62.66667%;
}
.col-9-sm {
	width: 71%;
}
.col-10-sm {
	width: 79.33333%;
}
.col-11-sm {
	width: 87.66667%;
}
.col-12-sm {
	width: 96%;
}
@media only screen and (min-width: 45em) {
	.col-1 {
		width: 4.33333%;
	}
	.col-2 {
		width: 12.66667%;
	}
	.col-3 {
		width: 21%;
	}
	.col-4 {
		width: 29.33333%;
	}
	.col-5 {
		width: 37.66667%;
	}
	.col-6 {
		width: 46%;
	}
	.col-7 {
		width: 54.33333%;
	}
	.col-8 {
		width: 62.66667%;
	}
	.col-9 {
		width: 71%;
	}
	.col-10 {
		width: 79.33333%;
	}
	.col-11 {
		width: 87.66667%;
	}
	.col-12 {
		width: 96%;
	}
	.hidden-sm {
		display: block;
	}
}
*,
::after,
::before {
	box-sizing: inherit;
}
body {
	margin: 0;
	font-family: Poppins, sans-serif;
	background-color: var(--color-white);
	font-weight: 400;
	letter-spacing: -0.5px;
	line-height: 1.5;
}
ul {
	list-style: none;
	padding: 0;
}
h1 {
	font-size: clamp(40px, 5vw, 64px);
	line-height: 1.2;
}
h2 {
	font-size: clamp(32px, 3vw, 40px);
	margin-top: 0;
	line-height: 1.2;
}
h3 {
	font-size: clamp(28px, 2.5vw, 32px);
	line-height: 1.2;
	margin: 0;
}
h4 {
	font-size: clamp(20px, 1vw, 20px);
	margin: 1rem 0;
}
h5 {
	font-size: 1em;
	margin: 1rem 0;
}
h6 {
	font-size: 0.875rem;
}
p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.8;
}
.site-container {
	overflow: hidden;
}
.is-hidden {
	display: none !important;
}
.for-mobile {
	display: none;
}
@media (max-width: 1024px) {
	.for-mobile {
		display: block;
	}
}
.container {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1200px;
}
.js-focus-visible :focus:not(.focus-visible) {
	outline: 0;
}
section {
	position: relative;
	display: block;
	padding: 5rem 0;
}
.card {
	background-color: var(--color-white);
	padding: 2rem;
	box-shadow: 0 8px 16px rgba(17, 17, 17, 0.04);
	border-radius: 1rem;
	position: relative;
	width: 100%;
}
@media (max-width: 768px) {
	.hidden-sm {
		display: none;
	}
	section {
		padding: 2rem 0;
	}
	.card {
		padding: 1rem;
	}
}
.header {
	display: flex;
	align-items: center;
	padding: 1rem 3rem;
	justify-content: space-between;
}
.header .button {
	padding: 10px 16px;
	font-size: 14px;
}
.header img {
	height: 30px;
}
@media (max-width: 1024px) {
	.header {
		padding: 1rem;
	}
}
.hero {
	position: relative;
	display: grid;
	grid-template-columns: 40% 15% 1fr;
	grid-template-areas: 'area_primary area_list area_image';
	grid-gap: 2rem;
	padding: 3rem;
	max-width: 1440px;
	margin: 0 auto;
}
@media (max-width: 1200px) {
	.hero {
		background-color: var(--color-black);
		grid-template-columns: 1fr;
		grid-template-rows: auto;
		grid-template-areas: 'area_image' 'area_primary' 'area_list';
		padding: 1rem;
	}
}
.hero .area_primary {
	z-index: 1;
	grid-area: area_primary;
}
.hero .area_list {
	z-index: 1;
	grid-area: area_list;
}
.hero .area_list h5 {
	color: #fff;
}
.hero .area_image {
	z-index: 1;
	grid-area: area_image;
}
.hero .card {
	width: 100%;
	padding: 2rem;
}
.hero .card .title {
	margin: 0;
}
.hero .card .subtitle {
	font-size: 18px;
}
.hero .card .button {
	padding: 1rem 4rem;
	margin-right: 1rem;
}
.hero .card .product-order {
	display: flex;
	align-items: center;
	margin-bottom: 2rem;
}
.hero .card .product-order .price {
	margin-right: 1rem;
}
.hero .main-product {
	height: auto;
}
.hero .main-product img {
	width: 100%;
}
.hero .main-list {
	color: #fff;
}
.hero .main-list li {
	font-size: 16px;
	padding-left: 40px;
	position: relative;
	margin-bottom: 2rem;
}
.hero .main-list li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: url(../img/check.svg) center no-repeat;
}
.hero .bg-main {
	position: absolute;
	top: 0;
	right: 0;
	z-index: -1;
	height: 100vh;
}
#section-1 {
	background: url(../img/s1-bg.svg) center center/cover no-repeat fixed;
}
#section-1 span.ts {
	font-size: 20px;
	font-weight: 600;
}
#section-1 #grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 2rem;
}
#section-1 .item {
	border: 2px solid var(--color-secondary);
	border-radius: 16px;
	padding: 2rem;
}
#section-1 .item h5 {
	margin-top: 0;
}
#section-1 .item ul li {
	padding-left: 40px;
	position: relative;
}
#section-1 .item ul li:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
}
#section-1 .item ul #red:before {
	background: url(../img/s1-icon-2.svg) center no-repeat;
}
#section-1 .item ul #gray:before {
	background: url(../img/s1-icon-1.svg) center no-repeat;
}
#section-2 {
	background: url(../img/s2-bg.png) center top/cover no-repeat;
	background-color: var(--color-light);
	padding-top: 0;
}
#section-2 .info {
	display: flex;
	margin: 0 !important;
}
@media (max-width: 768px) {
	.hero .card .product-order {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	#section-1 .item {
		padding: 1rem;
	}
	#section-2 .info {
		flex-direction: column;
		text-align: center;
	}
}
#section-2 h3 {
	margin-bottom: 2rem;
}
#section-2 #right {
	float: right;
	padding: 3rem 0;
}
#section-2 .button {
	margin-top: 2rem;
}
#section-3 .card {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}
#section-3 .card img {
	margin-right: 16px;
}
#section-3 .card .content p {
	margin-top: 0;
}
#section-4 {
	background: url(../img/s4-bg.png) center center/cover no-repeat fixed;
}
#section-5 {
	background: var(--color-light);
}
#section-5 #grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	grid-gap: 1rem;
	margin: 3rem 0;
	padding: 0 2%;
}
#section-5 .item img {
	width: 192px;
	height: 120px;
}
#section-5 .card {
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 1;
}
#section-5 .card .title {
	width: 40%;
}
#section-5 .card .info_price {
	display: flex;
	align-items: center;
}
#section-5 .card .info_price .price {
	margin-right: 4px;
}
@media (max-width: 1024px) {
	#section-1 #grid {
		grid-template-columns: 1fr;
	}
	#section-2 {
		background-size: cover;
	}
	#section-4 .col-6 {
		width: 100%;
	}
	#section-5 .card {
		flex-direction: column;
	}
	#section-5 .card .title {
		width: 100%;
		text-align: center;
	}
	#section-5 .card .cta {
		margin: 1rem;
	}
}
#section-5 .card:before {
	position: absolute;
	width: 48px;
	height: 122px;
	left: -48px;
	content: '';
	background: url(../img/s5-bg-element.svg) left top no-repeat;
}
#section-6 {
	background: url(../img/s4-bg.png) center center/cover no-repeat fixed;
}
#section-6 .item {
	display: grid;
	grid-template-columns: 25% 70%;
	overflow: hidden;
	grid-gap: 2rem;
	height: auto;
	width: 100%;
}
#section-6 .item img {
	width: 100%;
}
@media (max-width: 1024px) {
	#section-6 .item img {
		width: 40%;
	}
	#section-6 .item {
		grid-template-columns: 100%;
	}
}
#section-7 #grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	grid-gap: 2rem;
}
#section-7 .item {
	text-align: center;
}
#section-8 {
	background: url(../img/s8-bg.png) right center/cover no-repeat fixed;
}
#section-8 .card img {
	width: 100%;
	height: auto;
}
#section-8 #grid {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 3rem;
}
#section-8 #grid li {
	display: flex;
	align-items: center;
	width: 48%;
	margin-right: 10px;
}
#section-8 #grid li img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
#section-9 #grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
	grid-gap: 2rem;
	padding: 1rem;
}
@media (max-width: 768px) {
	#section-7 #grid {
		grid-template-columns: 1fr;
		grid-gap: 1rem;
	}
	#section-7 #grid .item {
		padding: 1rem;
	}
	#section-9 #grid {
		grid-template-columns: 1fr;
	}
}
#section-9 .user {
	display: flex;
	align-items: center;
}
#section-9 .user p {
	color: var(--color-black);
	font-style: normal;
}
#section-9 .user img {
	width: 40px;
	height: 40px;
	margin-right: 10px;
}
#section-10 {
	background: url(../img/s10-bg.png) right center/cover no-repeat fixed;
}
#section-11 #grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 2rem;
	padding: 1.5rem;
}
#section-11 .item {
	width: 100%;
}
#section-11 .item p {
	font-size: 16px;
}
#section-11 .item .icon {
	background-color: var(--color-primary);
	width: 97px;
	height: 97px;
	border-radius: 10px;
	text-align: center;
	box-shadow: 0 32px 54px rgba(37, 138, 255, 0.224553);
	margin-bottom: 48px;
}
#section-11 .item .icon img {
	position: relative;
	top: calc(50% - 20px);
}
.footer {
	display: block;
	position: relative;
}
#footer {
	background: url(../img/footer-bg.jpg) left center/cover no-repeat;
}
#footer #grid {
	display: grid;
	grid-template-columns: 40% 40%;
	align-items: center;
	justify-content: space-between;
	padding: 1.5rem;
}
@media (max-width: 1024px) {
	#section-8 #grid li {
		width: 100%;
	}
	#section-10 {
		background-position: center;
	}
	#footer #grid {
		grid-template-columns: 1fr;
	}
}
.site-form {
	max-width: 400px;
	position: relative;
	padding-top: 3rem;
}
.site-form .timer {
	position: absolute;
	left: 2rem;
	top: -1rem;
}
.site-form .product {
	display: flex;
	align-items: center;
}
.site-form .product img {
	width: 55px;
	height: auto;
	margin-right: 16px;
}
.site-form .product .price {
	margin-right: 8px;
}
.timer {
	background: var(--color-secondary);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 116px;
	border-radius: 5px;
	padding: 10px;
}
.timer .item-timer {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.timer .item-timer div {
	font-size: 13px;
	color: #fff;
}
.timer .dots {
	margin: 0 4px;
}
.timer .hr:after {
	content: 'h';
}
.timer .min:after {
	content: 'm';
}
.timer .sec:after {
	content: 's';
}
.btn-example {
	display: inline-block;
	font-weight: 400;
	text-align: left;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: 0.375rem 0.75rem;
	border-radius: 0.25rem;
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-example:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.modal {
	display: none;
	position: fixed;
	z-index: 8887;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgba(18, 38, 54, 0.9);
	transition: 1s ease-in-out;
}
.modal-content {
	margin: 10vh auto;
	overflow-y: auto;
	padding: 20px;
	width: 90%;
}
.modal-top {
	display: block;
	position: relative;
	width: 100%;
	height: 30px;
}
.modal-close {
	color: var(--color-white);
	text-decoration: none;
	font-size: 28px;
	font-weight: 100;
	position: absolute;
	top: -10px;
	right: 0;
}
.modal-close:focus,
.modal-close:hover {
	text-decoration: none;
	cursor: pointer;
}
.modal-title {
	color: #fff;
}
@media (min-width: 1366px) {
	.modal-content {
		margin: 10vh auto;
		padding: 20px;
		width: 30%;
	}
}
