/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	overflow: auto;
	margin-right: 0 !important;
}
body {
	margin: 0;
	min-width: 320px;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
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;
}
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: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	-webkit-box-sizing: border-box;
	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'] {
	-webkit-box-sizing: border-box;
	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;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: 0;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:after,
.slick-track:before {
	content: '';
	display: table;
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
}
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: 0 !important;
	-webkit-backface-visibility: hidden;
}
.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
	display: none;
}
.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto;
}
.mfp-ajax-cur {
	cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}
.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
	cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.mfp-loading.mfp-figure {
	display: none;
}
.mfp-hide {
	display: none !important;
}
.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}
.mfp-preloader a {
	color: #ccc;
}
.mfp-preloader a:hover {
	color: #fff;
}
.mfp-s-ready .mfp-preloader {
	display: none;
}
.mfp-s-error .mfp-content {
	display: none;
}
button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
	opacity: 1;
}
.mfp-close:active {
	top: 1px;
}
.mfp-close-btn-in .mfp-close {
	color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}
.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}
.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
	margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}
.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}
.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}
.mfp-arrow-left {
	left: 0;
}
.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px;
}
.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
	right: 0;
}
.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px;
}
.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}
.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}
.mfp-figure {
	line-height: 0;
}
.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}
.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px;
}
.mfp-figure figure {
	margin: 0;
}
.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}
.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px;
}
.mfp-image-holder .mfp-content {
	max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}
.header-top__right .discount .title {
	color: #8cebff;
	font-size: 32px;
	font-weight: 400;
	line-height: 28px;
	font-family: Lato-Heavy;
}
.header-top__right .discount h3 {
	color: #8cebff;
	font-size: 25px;
	font-weight: 400;
	line-height: 28px;
	font-family: Lato-Heavy;
	margin-top: 15px;
}
.dis .nowdate {
	border: 3px solid #8cebff;
	color: #fff;
	background: #2e2e2e;
	padding: 12px 15px 8px;
	display: inline-block;
	margin-top: 20px;
	font-size: 26px;
	text-transform: uppercase;
	border-radius: 20px;
}
@media all and (max-width: 992px) {
	.s-sec6 {
		background-image: url(../img/general/bgBody22.jpg) !important;
	}
	.header-top .container .logo .items {
		margin: 0 auto !important;
		margin-top: 30px !important;
	}
	.container-big {
		margin-top: -44px !important;
	}
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		-ms-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-ms-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-ms-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
	.header-top__right .discount .title {
		display: flex;
		flex-direction: column;
		align-items: center;
		line-height: 1.4;
		font-size: 28px;
	}
}
@font-face {
	font-family: Lato-Black;
	src: url(../fonts/Lato-Black.eot);
	src: url(../fonts/Lato-Blackd41d.eot?#iefix) format('embedded-opentype'),
		url(../fonts/Lato-Black.woff) format('woff'),
		url(../fonts/Lato-Black.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Lato-Heavy;
	src: url(../fonts/Lato-Heavy.eot);
	src: url(../fonts/Lato-Heavyd41d.eot?#iefix) format('embedded-opentype'),
		url(../fonts/Lato-Heavy.woff) format('woff'),
		url(../fonts/Lato-Heavy.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Lato-Medium;
	src: url(../fonts/Lato-Medium.eot);
	src: url(../fonts/Lato-Mediumd41d.eot?#iefix) format('embedded-opentype'),
		url(../fonts/Lato-Medium.woff) format('woff'),
		url(../fonts/Lato-Medium.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Lato-Regular;
	src: url(../fonts/Lato-Regular.eot);
	src: url(../fonts/Lato-Regulard41d.eot?#iefix) format('embedded-opentype'),
		url(../fonts/Lato-Regular.woff) format('woff'),
		url(../fonts/Lato-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
}
html {
	font-size: 16px;
	height: 100%;
}
img {
	max-width: 100%;
}
body {
	height: 100%;
	font-family: Lato-Regular;
	color: #fff;
	background-color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}
li,
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
p {
	margin: 0;
}
audio,
canvas,
iframe,
img,
svg,
textarea,
video {
	vertical-align: middle;
}
textarea {
	resize: none;
}
section {
	position: relative;
}
button,
input,
select {
	outline: 0;
}
*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}
.content {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}
.container {
	margin: 0 auto;
	max-width: 1140px;
	width: 100%;
}
@media screen and (max-width: 992px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.container-big {
	margin: 0 auto;
	max-width: 1520px;
	width: 100%;
	margin-top: -155px;
}
.footer .container-big {
	margin-top: 0;
}
.container-s {
	margin: 0 auto;
	max-width: 1120px;
	width: 100%;
}
@media screen and (max-width: 992px) {
	.container-s {
		padding-left: 15px;
		padding-right: 15px;
	}
}
.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	width: 377px;
	background: red;
	border-radius: 44px;
	outline: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	color: #fff;
	font-size: 26px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	height: 94px;
	font-family: Lato-Black;
	text-transform: uppercase;
	-webkit-transition: linear 0.2s;
	-o-transition: linear 0.2s;
	transition: linear 0.2s;
	padding-top: 3px;
}
.btn:hover {
	opacity: 0.8;
}
.btn-n {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 374px;
	background: red;
	border-radius: 44px;
	outline: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	position: relative;
	z-index: 1;
	height: 94px;
	font-family: Lato-Black;
	text-transform: uppercase;
	-webkit-transition: linear 0.2s;
	-o-transition: linear 0.2s;
	transition: linear 0.2s;
	padding-top: 3px;
}
.btn-n:hover {
	opacity: 0.8;
}
footer {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}
.footer {
	position: relative;
	z-index: 5;
	margin-top: -100px;
	padding: 0 15px;
}
.footer .header-center {
	position: relative;
	background-image: none;
}
.footer .header-top .container .item-top {
	right: 20px;
}
.footer .header-top .container .item-top .items {
	margin-left: -100px;
}
.header {
	background-image: url(../img/general/bgHeader.png);
	background-position: center;
	background-size: cover;
	z-index: 1;
	padding-bottom: 100px;
	position: relative;
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 15px;
}
.header-top {
	margin-bottom: 55px;
	padding-top: 54px;
}
.footer .header-top {
	margin-bottom: 30px;
}
.header-top .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}
.header-top__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	text-align: center;
	background: rgb(55 73 79 / 70%);
	align-self: flex-start;
	text-align: center;
	padding: 10px;
	border: 5px double;
	margin: 0 auto;
}
.footer .header-top__right {
	margin-right: 20%;
}
.header-top__right .discount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	flex-direction: column;
	width: 100%;
	margin-bottom: 0;
}
.header-top__right .discount .title .dis {
	font-size: 27px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: Lato-Black;
	color: #fff;
}
.title-free {
	text-align: center;
	width: 100%;
	font-size: 40px;
	font-weight: 900;
	font-family: Lato-Black;
	position: relative;
	margin-top: 10px;
}
.footer .title-free {
	margin-top: 20px;
}
.title-free__star {
	position: absolute;
	top: 0;
	font-size: 20px;
	font-weight: 100;
	font-family: Arial, sans-serif;
}
.header-center {
	margin-bottom: 40px;
	height: 859px;
	background-image: url(../img/general/bgHeaderTop.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
}
.header-center .container {
	height: 100%;
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.header-top .container .item-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header-top .container .item-top h2 {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	line-height: 40px;
	text-transform: uppercase;
	margin-bottom: 51px;
	font-family: Lato-Black;
	text-align: center;
}
.footer .header-top .container .item-top h2 {
	margin-bottom: 40px;
}
.footer .header-top .container .item-top .items {
	margin-bottom: 11px;
}
.header-top .container .item-top .items {
	width: 328px;
}
.header-top .container .item-top .items > :not(:last-child) {
	margin-bottom: 25px;
}
.header-top .container .item-top .items .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-top .container .item-top .items .item img {
	margin-right: 15px;
}
.header-top .container .item-top .items .item span {
	font-size: 18px;
	font-weight: 400;
}
.header-top .container .logo .items {
	width: 328px;
	margin-top: 30px;
}
.header-top .container .logo .items > :not(:last-child) {
	margin-bottom: 25px;
}
.header-top .container .logo .items .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-top .container .logo .items .item img {
	margin-right: 15px;
}
.header-top .container .logo .items .item span {
	font-size: 18px;
	font-weight: 400;
}
.item-bottom {
	position: absolute;
	bottom: 33px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.btn-groupPrice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 65px;
}
.header-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header-bottom__left {
	max-width: 619px;
}
.header-bottom__left h3 {
	font-size: 32px;
	font-weight: 400;
	text-transform: uppercase;
	font-family: Lato-Black;
	margin-bottom: 43px;
	line-height: 1.3;
}
.header-bottom__left .text {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 26px;
}
.header-bottom__left--wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.name {
	font-size: 18px;
	font-weight: 400;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	line-height: 1.3;
}
.name strong {
	color: #58aedf;
	font-size: 24px;
	margin-bottom: 15px;
}
.logo {
	width: 50%;
	padding-left: 30px;
}
.logo h2 {
	margin-top: 22px;
	font-size: 27px;
	font-weight: 500;
	line-height: 36px;
	font-family: Lato-Medium;
	text-transform: uppercase;
}
.nav-top {
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.nav-top:hover .nav-top__wrapper {
	visibility: visible;
	opacity: 1;
}
.nav-top__title {
	color: #0777ba;
	font-size: 15px;
	font-weight: 400;
}
.nav-top__list {
	position: relative;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.nav-top__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 229px;
	z-index: 2;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 47px;
}
.nav-top__link {
	padding-left: 16px;
	width: 100%;
	height: 100%;
	color: #0777ba;
	font-size: 15px;
	font-weight: 400;
	text-decoration: underline;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.nav-top__link:hover {
	background-color: #e6ecf1;
	border-radius: 1px;
}
.nav-top__wrapper {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s, opacity 0.5s linear;
	-o-transition: visibility 0s, opacity 0.5s linear;
	transition: visibility 0s, opacity 0.5s linear;
	position: absolute;
	width: 237px;
	left: calc(100% - 237px);
	top: calc(100% + 6px);
	background-color: #fff;
	height: 157px;
	z-index: 2;
	-webkit-box-shadow: 0 0 5px 4px rgba(70, 79, 87, 0.1);
	box-shadow: 0 0 5px 4px rgba(70, 79, 87, 0.1);
}
.nav-top__wrapper:after {
	content: '';
	position: absolute;
	top: -30px;
	right: 24px;
	background: #fff;
	border: 12px solid transparent;
	-webkit-transform: rotate(45deg) translateX(15px) translateY(15px);
	-ms-transform: rotate(45deg) translateX(15px) translateY(15px);
	transform: rotate(45deg) translateX(15px) translateY(15px);
	-webkit-box-shadow: 0 0 5px 4px rgba(70, 79, 87, 0.1);
	box-shadow: 0 0 5px 4px rgba(70, 79, 87, 0.1);
}
.nav-top__content {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px;
	background: #fff;
}
.header-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.header-center__wrapper h2 {
	margin-bottom: 26px;
	color: #fff;
	text-shadow: 1px 2px 5px rgba(0, 36, 69, 0.35);
	font-size: 36px;
	font-weight: 400;
	letter-spacing: -0.36px;
}
.header-center__wrapper .search {
	margin-bottom: 16px;
}
.header-center__wrapper p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
}
.s-sec1 {
	background-image: url(../img/general/bgSec1.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 3;
	position: relative;
	margin-top: -125px;
}
.sec1 {
	padding-top: 145px;
	padding-bottom: 91px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.sec1-wrapper {
	margin-right: 30px;
	max-width: 508px;
	margin-bottom: 59px;
}
.sec1 h2 {
	color: #58aedf;
	font-size: 32px;
	line-height: 1.4;
	font-weight: 400;
	font-family: Lato-Black;
	margin-bottom: 44px;
}
.sec1 p {
	color: #fff;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 56px;
}
.s-sec2 {
	background-image: url(../img/general/bgSec2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-top: -8px;
	padding-bottom: 700px;
}
.sec2 {
	padding-top: 130px;
	text-align: center;
}
.sec2 h2 {
	color: #58aedf;
	font-size: 32px;
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;
	font-family: Lato-Black;
	margin-bottom: 65px;
}
.sec2-wrapper {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.sec2-item {
	width: 33%;
	margin-bottom: 75px;
}
.sec2-item .imgWrapper {
	height: 164px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 31px;
}
.sec2-item span {
	font-size: 18px;
	font-weight: 400;
}
.sec2-pwrapper {
	margin-top: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.sec2-pwrapper > :not(:last-child) {
	margin-bottom: 45px;
}
.sec2-pwrapper p {
	max-width: 862px;
	font-size: 24px;
	line-height: 28px;
}
.s-sec3 {
	height: 860px;
	background-image: url(../img/general/bgSec3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	z-index: 3;
	margin-top: -600px;
	padding: 0 15px;
}
.sec3 {
	max-width: 570px;
	padding-top: 94px;
}
.sec3 .logo {
	margin-bottom: 52px;
}
.sec3 h2 {
	color: #fff;
	font-size: 27px;
	line-height: 36px;
	text-transform: uppercase;
	margin-bottom: 4px;
}
.sec3 p {
	color: #b9b9b9;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	max-width: 441px;
}
.s-sec4 {
	background-image: url(../img/general/bgSec4.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 150px;
	margin-top: -160px;
	padding-bottom: 300px;
	padding-left: 15px;
	padding-right: 15px;
}
.imgDn {
	display: none;
}
.secTitle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin-bottom: 99px;
}
.secTitle h2 {
	color: #58aedf;
	font-size: 32px;
	line-height: 44px;
	text-transform: uppercase;
	font-family: Lato-Black;
}
.sec4-wrapper {
	background-image: url(../img/general/bgSec4prod.png);
	background-repeat: no-repeat;
	background-size: 835px;
	background-position: top center;
	display: grid;
	grid-template-columns: auto auto;
	justify-content: space-between;
	padding-top: 110px;
	gap: 120px 20px;
}
.sec4-wrapper .item {
	max-width: 354px;
}
.sec4-wrapper .item.r-item {
	text-align: right;
}
.sec4-wrapper span {
	font-size: 25px;
	font-weight: 400;
	display: block;
	margin-bottom: 17px;
}
.sec4-wrapper p {
	color: #f3f3f3;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
}
.sec4-left {
	padding-top: 110px;
	max-width: 354px;
}
.sec4-left > :not(:last-child) {
	margin-bottom: 120px;
}
.sec4-right {
	padding-top: 110px;
	max-width: 354px;
	text-align: right;
}
.sec4-right > :not(:last-child) {
	margin-bottom: 137px;
}
.s-sec5 {
	height: 775px;
	background-image: url(../img/general/bgSec5.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 4;
	margin-top: -280px;
	padding: 0 15px;
}
.sec5 p {
	padding-top: 245px;
	max-width: 452px;
	color: #e7e7e7;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	margin-bottom: 42px;
}
.sec5 h2 {
	color: #58aedf;
	font-size: 32px;
	max-width: 484px;
	line-height: 36px;
	font-family: Lato-Black;
	margin-bottom: 54px;
}
.s-sec6 {
	background-image: url(../img/general/bgBody.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: right -200px bottom;
	min-height: 3400px;
	margin-top: -200px;
	background-position-y: -77px;
}
@media screen and (min-width: 1600px) {
	.s-sec6 {
		background-position: center bottom;
		margin-top: -120px;
		z-index: 10;
	}
	.s-sec5 {
		background-size: contain;
	}
	.footer {
		z-index: 20;
	}
}
@media screen and (min-width: 2000px) {
	.s-sec6 {
		background-size: contain;
	}
}
.s-sec6 .sec8 .item {
	padding: 0 10px;
	margin-top: 70px;
}
.rev {
	padding-bottom: 112px;
}
.rev-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	color: #58aedf;
	font-size: 32px;
	text-transform: uppercase;
	margin-bottom: 80px;
	font-family: Lato-Black;
}
.rev .rev-wrapper > :not(:last-child) {
	margin-bottom: 76px;
}
.rev .rev-itemWrapper .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	gap: 20px;
}
.rev .rev-itemWrapper .item .item-text span {
	font-size: 25px;
	font-weight: 400;
	font-family: Lato-Heavy;
	display: block;
}
.rev .rev-itemWrapper .item .item-text p {
	max-width: 704px;
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	margin-top: 27px;
	color: #b3b3b3;
}
.sec7 {
	padding-top: 150px;
	margin-bottom: 62px;
}
.sec7 .sec-wrapper {
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.sec7-left {
	max-width: 650px;
	padding-right: 15px;
}
.sec7-left > :not(:last-child) {
	margin-bottom: 35px;
}
.sec7-left h3 {
	font-size: 22px;
	font-family: Lato-Black;
}
.sec7-left p {
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
	color: #f1f1f1;
	font-family: Lato-Medium;
}
.sec8 {
	margin-bottom: 106px;
}
.sec8 h2 {
	text-align: center;
	margin-bottom: -10px;
	color: #fff;
	font-family: Lato-Black;
	font-size: 28px;
	font-weight: 400;
	text-transform: uppercase;
	line-height: 1.4;
}
.sec8 .sec-wrapper {
	-ms-flex-pack: distribute;
	justify-content: space-around;
	background-image: url(../img/general/bgSec8.png);
	background-repeat: no-repeat;
	background-position: center 135px;
	background-size: 76%;
	align-items: flex-start;
}
.sec8 .sec-wrapper .item img {
	margin-bottom: 31px;
}
.sec8 .sec-wrapper .item p {
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: 500;
	line-height: 24px;
}
.price {
	width: 223px;
	height: 223px;
	margin-left: -50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #58aedf;
	border-radius: 50%;
	position: relative;
	z-index: 2;
}
.price-old {
	color: #fff;
	margin-left: -30px;
	font-size: 33px;
	font-weight: 400;
}
.price-old > :not(:last-child) {
	margin-right: 8px;
}
.price-old .num {
	text-decoration: line-through;
}
.price-new {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	color: #fff;
	font-weight: 400;
	font-family: Lato-Heavy;
}
.price-new > :not(:last-child) {
	margin-right: 8px;
}
.sec-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
.timer {
	width: 303px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.timer-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.timer-title {
	color: #cdcac8;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 400;
}
.timer-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.timer-group {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}
.timer-group__text {
	position: absolute;
	color: #fff;
	font-size: 13px;
	bottom: -30px;
	left: 50%;
	font-family: Lato-Black;
	font-weight: 400;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.hours,
.minutes,
.seconds {
	color: #fff;
	font-size: 36px;
	width: 82px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 82px;
	background-color: #58aedf;
	font-weight: 400;
	border-radius: 50%;
	font-family: Lato-Black;
}
.orderformcdn .timer-container {
	margin-bottom: 15px;
}
.form .btn,
.form .btn-n {
	width: 100%;
}
.mfp-content {
	width: 320px;
	position: relative;
}
.mfp-close-btn-in .mfp-close {
	color: #fff;
	right: -40px;
	top: -20px;
}
.form {
	position: relative;
	width: 319px;
	margin: 50px auto 10px;
}
.mfp-bg,
.mfp-content,
body .mfp-wrap {
	z-index: 999999 !important;
}
.form-titles {
	margin-bottom: 27px;
	text-align: center;
}
.form-titles .title {
	color: #05c6f3;
	font-size: 33px;
	font-weight: 400;
	line-height: 40px;
	font-family: Lato-Black;
}
.discount-form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 27px;
}
.discount-form span {
	text-transform: uppercase;
	color: #8cebff;
}
.corona-wrapper-close {
	right: -7px !important;
}
.title-free-form {
	font-size: 40px;
	font-weight: 900;
	font-family: Lato-Black;
	position: relative;
}
.mfp-content .title-free-form {
	font-size: 40px;
	font-weight: 900;
	font-family: Lato-Black;
	position: relative;
	margin-top: 20px;
}
.form-group__wrapper {
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.form-group__wrapper > :not(:last-child) {
	margin-bottom: 20px;
}
.form-group__input {
	width: 309px;
	height: 67px;
	border-radius: 13px;
	background-color: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 49px;
	color: #cdcac8;
	border: 3px solid #fff;
	font-size: 18px;
	font-weight: 400;
}
.form-group__input::-webkit-input-placeholder {
	color: #cdcac8;
	font-size: 18px;
	font-weight: 400;
}
.form-group__input::-moz-placeholder {
	color: #cdcac8;
	font-size: 18px;
	font-weight: 400;
}
.form-group__input:-ms-input-placeholder {
	color: #cdcac8;
	font-size: 18px;
	font-weight: 400;
}
.form-group__input::-ms-input-placeholder {
	color: #cdcac8;
	font-size: 18px;
	font-weight: 400;
}
.form-group__input::placeholder {
	color: #cdcac8;
	font-size: 18px;
	font-weight: 400;
}
@media all and (max-width: 1024px) {
	.s-sec3 {
		background-position: 40%;
	}
	.s-sec6 {
		background-position: right 2% center;
	}
	.imgDn {
		display: block;
	}
	.sec4-wrapper {
		background-image: none;
		justify-content: space-around;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 80px 20px;
		padding-top: 0;
	}
	.s-sec4 .secTitle {
		margin-bottom: 60px;
	}
	.sec4-wrapper .item {
		text-align: center !important;
		margin: 0 auto;
	}
	.sec4-wrapper .imgDn {
		margin: 0 auto 20px;
	}
	.sec4-left > :not(:last-child),
	.sec4-right > :not(:last-child) {
		margin: 0;
	}
	.sec4-right .item:nth-of-type(2) {
		padding-top: 0 !important;
	}
	.sec4-left .item img,
	.sec4-right .item img {
		margin-bottom: 20px;
	}
	.sec4-left .item,
	.sec4-right .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
}
@media screen and (max-width: 992px) {
	.header-top__right {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.header-top__right .discount {
		margin-right: 35px;
		margin-bottom: 15px;
		max-width: 328px;
	}
	.sec1-wrapper {
		margin-right: 0;
		max-width: 480px;
	}
	.sec3 p {
		max-width: 390px;
	}
	.sec4-wrapper span {
		font-size: 22px;
	}
	.sec4-wrapper p {
		font-size: 16px;
	}
	.sec8 .sec-wrapper {
		background-position: 57px 65px;
		background: 0 0;
	}
	.sec-wrapper {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.footer .header-top .container .item-top {
		right: 38px;
	}
}
@media screen and (max-width: 992px) {
	.btn-groupPrice {
		margin-top: 90px;
	}
	.s-sec6 .header-center {
		display: block;
	}
	.header-top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.header-bottom__item span {
		font-size: 13px;
	}
	.sec-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: space-evenly;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
	.sec3-right {
		max-width: 100%;
	}
	.s-sec3 {
		position: relative;
		z-index: 2;
		padding-top: 300px;
	}
	.wrapper {
		margin-bottom: 30px;
	}
	.sec7-left {
		margin-bottom: 30px;
		max-width: 440px;
	}
	.sec-wrapper {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.header-top .container .item-top h2 {
		font-size: 24px;
	}
	.s-sec1 {
		margin-top: -185px;
	}
	.sec1 {
		padding-top: 124px;
	}
	.sec1 h2 {
		font-size: 23px;
	}
	.s-sec3 {
		padding-top: 0;
		height: 620px;
	}
	.sec3 p {
		font-size: 16px;
	}
	.sec3 p {
		max-width: 287px;
	}
	.s-sec4 {
		padding-top: 380px;
	}
	.sec4-wrapper {
		background-image: none;
	}
	.sec4-left,
	.sec4-right {
		padding-top: 0;
	}
	.imgDn {
		display: block;
	}
	.sec4-left .item,
	.sec4-right .item {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}
	.sec4-left .item img,
	.sec4-right .item img {
		margin-bottom: 20px;
	}
	.footer .header-top .container .item-top {
		position: relative;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.footer .header-top .container .item-top {
		right: 0;
	}
	.footer .header-top .container .item-top .items {
		margin-left: 0;
	}
	.footer .header-top .container .item-top h2 {
		max-width: 340px;
		text-align: center;
	}
	.logo {
		padding-left: 0;
	}
}
@media screen and (max-width: 853px) {
	.s-sec6 {
		min-height: 3450px;
	}
}
@media screen and (max-width: 788px) {
	.s-sec6 {
		min-height: 3520px;
	}
	.item-bottom {
		bottom: 10px;
	}
}
@media screen and (max-width: 768px) {
	.s-sec6 {
		background: #000 !important;
	}
	.footer {
		background: #000;
	}
	.header-top .logo {
		text-align: center;
	}
	.header-bottom__left h3 {
		text-align: center;
		padding: 0 10px;
	}
	.header-top .container .item-top h2 {
		text-align: center;
	}
	.header-top .container .logo .items {
		text-align: left;
	}
	.s-sec1 {
		margin-top: -210px;
	}
	.s-sec6 {
		min-height: auto;
		background: 0 0;
	}
	.footer {
		margin-top: 0;
	}
	.footer .header-center {
		background-image: url(../img/general/bgHeaderTop-mob.png);
		background-position: 50% 70%;
	}
	.header-center .container {
		justify-content: center;
	}
	.header-top .container .item-top {
		margin-top: 0;
	}
	.footer .header-top__right {
		margin-right: 0;
		align-items: flex-end;
	}
	.header-center {
		height: 459px;
	}
	.footer .header-center {
		height: 700px;
	}
	.header-top {
		padding-top: 35px;
	}
	.header-top .container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 355px;
	}
	.logo {
		margin-bottom: 20px;
		width: 100%;
	}
}
@media screen and (max-width: 737px) {
	.btn-n {
		margin: 0 auto;
	}
	.header-top__right .discount {
		max-width: unset;
		margin-right: unset;
	}
	.footer .header-top__right {
		align-items: center;
	}
	.s-sec6 {
		min-height: 3840px;
	}
	.sec2 {
		padding-top: 80px;
	}
	.sec2-item {
		width: 100%;
	}
	.s-sec1 {
		background-position: right;
	}
	.sec1 {
		padding-bottom: 30px;
	}
	.sec1-wrapper {
		min-width: 100%;
	}
}
@media screen and (max-width: 692px) {
	.s-sec6 {
		min-height: 3890px;
	}
}
@media screen and (max-width: 687px) {
	.s-sec6 {
		min-height: 4270px;
	}
}
@media screen and (max-width: 658px) {
	.s-sec6 {
		min-height: 4320px;
	}
}
@media screen and (max-width: 648px) {
	.s-sec6 {
		min-height: 4400px;
	}
}
@media screen and (max-width: 637px) {
	.s-sec6 {
		min-height: 4480px;
	}
}
@media screen and (max-width: 613px) {
	.s-sec6 {
		min-height: 4540px;
	}
}
@media screen and (max-width: 588px) {
	.s-sec6 {
		min-height: 4635px;
	}
}
.mob-xuita {
	display: none;
}
@media screen and (min-width: 1026px) {
	.header-center {
		margin-bottom: 0;
	}
	.sec4-wrapper .item {
		padding-right: 30px;
	}
	.sec4-wrapper .item.r-item {
		padding-right: 0;
		padding-left: 30px;
	}
}
@media screen and (max-width: 576px) {
	.sec3 .logo {
		text-align: center;
	}
}
@media screen and (max-width: 577px) {
	.sec1 h2 {
		text-align: center;
		margin-bottom: 22px !important;
	}
	.mob-xuita {
		display: block;
		margin: auto;
	}
	.mob-xuita-big {
		display: none;
	}
	.s-sec6 {
		min-height: 4630px;
	}
	.s-sec2 {
		padding-bottom: 50px;
		margin-bottom: 50px;
	}
	.s-sec3 {
		margin-top: 0;
		height: auto;
	}
	.s-sec4 {
		padding-top: 50px;
		margin-top: 50px;
	}
}
@media screen and (max-width: 576px) {
	.sec8 .sec-wrapper {
		background-image: none;
	}
	.btn-groupPrice {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-top: 0;
	}
	.price {
		margin-left: 0;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.btn {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
		margin-top: 20px;
	}
	.header-bottom__right {
		display: none;
	}
	.s-sec1 {
		margin-top: -135px;
	}
	.sec2-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.sec1 {
		padding-bottom: 10px;
	}
	.sec2 {
		padding-top: 60px;
	}
	.s-sec3 {
		background: 0 0;
	}
	.sec3 {
		padding-top: 0 !important;
	}
	.sec3 p {
		max-width: 100%;
		margin-bottom: 20px;
	}
	.secTitle h2 {
		font-size: 18px;
		line-height: 30px;
	}
	.sec4-right .item:nth-of-type(2) {
		padding-top: 0 !important;
	}
	.sec4-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.sec4-wrapper {
		grid-template-columns: 1fr;
		gap: 50px;
	}
	.sec4-left > :not(:last-child),
	.sec4-right > :not(:last-child) {
		margin-bottom: 30px;
	}
	.sec4-left {
		margin-bottom: 30px;
	}
	.sec5 p {
		padding-top: 156px;
	}
	.rev-title {
		margin-bottom: 55px;
	}
	.rev .rev-itemWrapper .item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		text-align: center;
	}
	.rev .rev-itemWrapper .item img {
		margin: auto;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
	.rev .rev-itemWrapper .item .item-text {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}
	.s-sec6 {
		height: 5895px;
	}
	.s-sec6 {
		background-position: -2624px center;
	}
	.header-center {
		background-image: url(../img/general/bgHeaderTop-mob.png);
	}
	.btn {
		padding-left: 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.mfp-close-btn-in .mfp-close {
		display: none;
	}
	.btn,
	.btn-n {
		width: 100%;
	}
}
@media screen and (max-width: 576px) {
	.btn,
	.btn-n {
		width: 340px;
	}
	.header-top .container .item-top {
		right: 0;
	}
	.s-sec6 {
		height: 5095px;
		background: 0 0;
	}
	.s-sec6 {
		background-position: right center;
	}
	.footer .header-top .container .item-top .items,
	.header-top .container .item-top .items {
		width: 100%;
	}
}
.form-group__input--name1 {
	background-image: url(../img/general/earth1.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 22px;
	appearance: none;
}
.form-group__input--name {
	background-image: url(../img/general/user.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.form-group__input--phone {
	background-image: url(../img/general/tel.png);
	background-repeat: no-repeat;
	background-position: 15px center;
}
.errorMessage {
	box-sizing: border-box;
	position: absolute;
	z-index: 100000;
	font-size: 13px;
	background: #dc3434;
	color: #fff;
	margin-top: 20px;
	text-align: center;
	line-height: 13px;
	padding: 8px 12px;
}
.copyright {
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	padding: 40px 0;
	color: #fff;
	line-height: 1.7;
}
.copyright p {
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
}
.copyright img {
	margin: 10px auto !important;
}
.copyright img:first-child {
	display: block !important;
}
.copyright a {
	color: #fff;
	text-decoration: none;
	cursor: default;
	display: inline-block;
}
.copyright a:hover {
	color: #fff;
	text-decoration: none;
	cursor: default;
}
.country_select {
	-webkit-appearance: none !important;
}
.sec4-right .item:nth-of-type(2) {
	padding-top: 68px;
}
@media screen and (max-width: 529px) {
	.s-sec6 {
		min-height: 5150px;
	}
	.footer .header-center {
		height: 510px;
	}
}
@media screen and (max-width: 480px) {
	.s-sec6 {
		min-height: 5230px;
	}
	.item-bottom {
		bottom: 10px;
	}
	.footer .item-bottom {
		bottom: -10px;
	}
	.header {
		padding-right: 0;
		padding-left: 0;
	}
}
@media screen and (max-width: 465px) {
	.s-sec6 {
		min-height: 5600px;
	}
}
@media screen and (max-width: 433px) {
	.s-sec6 {
		min-height: 5543px;
	}
}
@media screen and (max-width: 401px) {
	.s-sec6 {
		min-height: 5780px;
	}
}
@media screen and (max-width: 380px) {
	.title-free::after {
		bottom: 15px !important;
	}
	.s-sec6 {
		min-height: 5410px;
	}
	.title-free {
		font-size: 34px !important;
	}
	.header-top__right {
		margin: 0 auto;
	}
}
@media screen and (max-width: 375px) {
	.item-bottom {
		left: 50%;
	}
	.www {
		width: 100%;
	}
}
@media screen and (max-width: 1025px) and (min-width: 1023px) {
	.footer .header-top {
		width: 50%;
		display: inline-block;
	}
	.footer .container-big {
		width: 45%;
		display: inline-block;
	}
	.footer .header-center .container {
		align-items: center;
		text-align: center;
		flex-direction: column;
		justify-content: flex-start;
		gap: 80px;
	}
	.footer .item-bottom {
		position: relative;
		transform: unset;
		left: unset;
		bottom: unset;
	}
	.footer .header-top .container {
		flex-direction: column;
	}
	.footer .logo {
		width: 100%;
	}
	.footer .header-top__right {
		margin: 0 auto;
	}
	.header-center {
		margin-bottom: 0;
	}
	.copyright {
		padding-top: 25px;
	}
	.item-top h2 {
		text-align: left !important;
	}
	.footer .header-top .container .item-top {
		padding-left: 30px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 694px) and (min-width: 576px) {
	.header-top .container .item-top .items .item {
		padding-right: 20px;
	}
	.footer .header-top .container .item-top h2 {
		margin-bottom: 10px;
	}
	.footer .header-top .container .item-top {
		margin-right: -30px;
		margin-top: 0;
	}
	.s-sec6 {
		background-position: right 14% center;
	}
	.sec4-left > :not(:last-child) {
		margin-bottom: 35px;
	}
	.s-sec1 {
		background-position: right;
	}
	.sec1-wrapper {
		min-width: 100%;
	}
}
@media screen and (max-width: 374px) {
	.btn {
		width: 320px;
		font-size: 21px;
	}
	.header-top .container .logo .items {
		width: 320px;
	}
	.sec1-wrapper {
		max-width: 100%;
	}
	.btn,
	.btn-n {
		width: 295px;
		font-size: 20px;
	}
	.s-sec3 {
		padding: 0;
	}
	.s-sec5 {
		padding: 0;
	}
	.rev-title {
		font-size: 24px;
	}
	.footer {
		padding: 0;
	}
	.header-top__right .discount .title {
		font-size: 26px;
	}
	html * {
		max-width: 100%;
	}
}
.title-free {
	position: relative;
	display: inline-block;
	letter-spacing: 3px;
}
.title-free::after {
	content: '*';
	position: absolute;
	bottom: 18px;
	font-size: 20px;
	font-weight: 100;
	font-family: Arial, sans-serif;
}
.header .btn {
	margin: -3vw auto 70px;
}
@media screen and (max-width: 1023px) {
	.item-bottom {
		bottom: -45px;
	}
}
@media screen and (max-width: 992px) {
	.btn-groupPrice {
		justify-content: center;
	}
	.sec3 {
		max-width: 100% !important;
		padding-top: 35px !important;
	}
	.header-top .logo {
		text-align: center;
		margin-bottom: 40px;
	}
	.header-top .container {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.header-center .container {
		justify-content: center;
	}
	.header-bottom__left {
		max-width: 50%;
	}
	.header-bottom {
		margin-bottom: 50px;
	}
	.footer .header-top__right {
		margin-right: 0;
		margin: 0 auto;
		margin-top: 55px;
	}
	.sec3 {
		padding-top: 82px;
	}
}
@media screen and (max-width: 768px) {
	.header .container-big {
		margin-top: -30px;
	}
	.header .btn,
	.header-top .container .item-top h2 {
		margin-top: 20px;
	}
	.name {
		min-width: 50%;
	}
	.header-bottom__left--wrapper img {
		max-width: 135px;
		padding-left: 10px;
	}
	.header-bottom {
		flex-direction: column;
		margin-bottom: 0;
	}
	.header-bottom__right {
		max-width: 300px;
	}
	.header-bottom__left {
		max-width: 100%;
	}
	.sec7-left {
		padding-right: 0;
	}
}
@media screen and (max-width: 480px) {
	.header .container-big img {
		padding: 0 15px;
	}
	.name strong {
		font-size: 20px;
	}
}
@media screen and (max-width: 380px) {
	.sec1 h2 br {
		display: none;
	}
}
@media screen and (max-width: 976px) {
	.s-sec6 {
		min-height: 3450px;
	}
}
@media screen and (max-width: 873px) {
	.s-sec6 {
		min-height: 3500px;
	}
}
@media screen and (max-width: 822px) {
	.s-sec6 {
		min-height: 3550px;
	}
}
@media screen and (max-width: 768px) {
	.s-sec6 {
		min-height: auto;
		height: auto;
	}
	.header-top__right .discount {
		margin: 0 auto;
	}
	.footer .header-center {
		height: 820px;
		background-size: 500px;
		background-position: center 320px;
		margin-bottom: -30px;
	}
	.footer .item-bottom {
		bottom: 60px;
	}
	.rev {
		padding-bottom: 70px;
	}
}
@media screen and (max-width: 540px) {
	.footer .header-center {
		background-size: 400px;
		margin-bottom: -70px;
	}
	.footer .item-bottom {
		bottom: 100px;
	}
}
@media screen and (max-width: 440px) {
	.footer .header-center {
		background-size: 320px;
		margin-bottom: -45px;
		height: 720px;
	}
	.footer .item-bottom {
		bottom: 75px;
	}
}
@media screen and (max-width: 360px) {
	.footer .header-center {
		background-size: 300px;
		margin-bottom: -45px;
		height: 710px;
		background-position: center 339px !important;
	}
	.footer .item-bottom {
		bottom: 75px;
	}
}
.pl_modal_backdrop {
	z-index: 99999999 !important;
}
.pl_modal {
	z-index: 99999999999999999999999999 !important;
}
@media screen and (min-width: 2000px) {
	.s-sec3 {
		background-size: contain;
	}
}
