@charset "UTF-8";

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes showFromBottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes showFromBottom {
	0% {
		opacity: 0;
		-webkit-transform: translateY(1000px);
		transform: translateY(1000px);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes showFromRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes showFromRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}
	
	to {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@-webkit-keyframes showSlowly {
	0%, 50% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes showSlowly {
	0%, 50% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

body,
html {
	overflow: hidden;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden !important;
}

body {
	min-width: 320px;
	margin: 0;
	padding: 0;
	background-color: #1A1A1A;
	font-family: "Montserrat", "Arial", sans-serif;
	color: #FFF;
	font-size: 22px;
	font-weight: 400;
	font-style: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .1s ease;
	transition: all 0.1s ease;
}

h1 {
	margin: 0.67em 0;
	font-size: 2em;
	font-weight: 700;
}

h1,
p {
	display: block;
	-webkit-margin-before: 0;
	margin-block-start:0;
	-webkit-margin-after: 0;
	margin-block-end:0;
	-webkit-margin-start: 0;
	margin-inline-start:0;
	-webkit-margin-end: 0;
	margin-inline-end:0;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	-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;
}

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 {
	color: inherit;
	display: table;
	max-width: 100%;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox],
[type=radio],
legend {
	-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;
}

.slick-slide img,
details {
	display: block;
}

summary {
	display: list-item;
}

.slick-slide.slick-loading img,
[hidden],
template {
	display: none;
}

@font-face {
	font-family: 'Montserrat';
	src: local("Montserrat-Regular"), url(../fonts/new/subset-Montserrat-Bold.woff2) format("woff2"), url(../fonts/new/Montserrat-Bold.woff) format("woff");
	font-weight: 600;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family: 'Montserrat';
	src: local("Montserrat-Regular"), url(../fonts/new/subset-Montserrat-Regular.woff2) format("woff2"), url(../fonts/new/Montserrat-Regular.woff) format("woff");
	font-weight: 400;
	font-style: normal;
	font-display:swap;
}

@font-face {
	font-family: 'Montserrat';
	src: local("Montserrat-Medium"), url(../fonts/new/subset-Montserrat-Medium.woff2) format("woff2"), url(../fonts/new/Montserrat-Medium.woff) format("woff");
	font-weight: 500;
	font-style: normal;
	font-display:swap;
}

a:hover {
	text-decoration: none;
}

:focus {
	outline: 0;
}

ul {
	/*list-style: disk inside;*/
	margin: 0;
	padding-left: 17px;
}

.z-20 {
	z-index: 20;
}

@media screen and (max-width: 767px) {
	.mb-none {
		display: none;
		position: absolute;
	}
}

@media (min-width: 1600px) {
	.lg-none {
		display: none;
	}
}

.fp-controlArrow {
	border-radius: 50%;
	background-color: #1A1A1A;
}

.fp-controlArrow.fp-prev {
	display: none;
	opacity: 0;
}

.fp-controlArrow.fp-next {
	background-color: #1A1A1A;
	opacity: 0;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	border: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	right: -85px;
	width: 149px;
	height: 149px;
	margin-top: -70px;
}

@media (min-width: 768px) {
	.fp-controlArrow.fp-next {
		right: -100px;
		padding-left: 20px;
		width: 189px;
		height: 189px;
		margin-top: -90px;
	}
}

@media (min-width: 1024px) {
	.fp-controlArrow.fp-next {
		padding-left: 20px;
		font-size: 14px;
		line-height: 150%;
	}
}

.fp-controlArrow.fp-next.active {
	text-align: center;
	opacity: 1;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: all .8s ease;
	transition: all 0.8s ease;
	border: 0;
	z-index: 19;
}

.fp-controlArrow.fp-next.active p {
	font-style: normal;
	font-weight: 400;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	opacity: 1;
	color: #FFF;
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	padding-top: 40px;
	letter-spacing: 0.5em;
}

@media (min-width: 768px) {
	.fp-controlArrow.fp-next.active p {
		font-size: 14px;
		line-height: 150%;
	}
}

@media (min-width: 1024px) {
	.fp-controlArrow.fp-next.active p {
		font-size: 14px;
		line-height: 150%;
	}
}

.fp-next.active.in-click {
	-webkit-transition: all .6s ease;
	transition: all 0.6s ease;
	padding: 0;
	-webkit-transform: scale(15);
	transform: scale(15);
	opacity: 1;
	z-index: 15;
}

@media (min-width: 1400px) {
	.fp-next.active.in-click {
		-webkit-transform: scale(30);
		transform: scale(30);
		-webkit-transition: all 1s ease;
		transition: all 1s ease;
	}
}

.fp-next.active.in-click p {
	opacity: 0;
}

.preloader {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	position: fixed;
	z-index: 30;
	background-color: #000;
	background-image: url(../img/video/preloader.jpg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 1;
}

@media (max-width: 768px) {
	.preloader {
		display: none;
	}
}

.preloader.cloused-preloader {
	visibility: hidden;
	opacity: 0;
	z-index: -2;
}

#fullpage,
.preload__video {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.preload__video,
.preloader.cloused-preloader {
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
}

.preload__video {
	width: 100%;
	height: 100%;
	background-color: #000;
	background-position: center center;
	background-size: contain;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 3;
}

.fp-controlArrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: absolute;
	z-index: 4;
	top: 50%;
	cursor: pointer;
	width: 0;
	height: 0;
	border-style: solid;
	margin-top: -38px;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0, 0, 0);
}

#fullpage {
	left: 0;
}

.section:not(.active) {
	z-index: 9 !important;
	-webkit-transition: .8s all ease;
	transition: 0.8s all ease;
	opacity: 0;
}

.section.active {
	z-index: 10 !important;
	-webkit-transition: .8s all ease;
	transition: 0.8s all ease;
	opacity: 1;
}

.section:not(.active) .slide-seria.slick-slide:not(.slick-active) {
	opacity: 0;
	-webkit-transition: 1s all ease;
	transition: 1s all ease;
}

.section.active .slide-seria.slick-slide.slick-active {
	opacity: 1;
	-webkit-transition: 1s all ease;
	transition: 1s all ease;
}

.slick-list,
.slick-slider {
	position: relative;
	display: block;
}

.slick-slider {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action:pan-y;
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.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);
	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.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;
}

@font-face {
	font-family: "slick";
	src: url(./fonts/slick.eot);
	src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff) format("woff"), url(./fonts/slick.ttf) format("truetype"), url(./fonts/slick.svg#slick) format("svg");
	font-weight: 400;
	font-style: normal;
}

.slick-next,
.slick-prev {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 0;
	cursor: pointer;
	background: 0 0;
	color: transparent;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0, -50%);
	padding: 0;
	border: 0;
	outline: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	outline: 0;
	background: 0 0;
	color: transparent;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: 0.25;
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
	font-family: "slick";
	font-size: 20px;
	line-height: 1;
	color: #FFF;
	opacity: 0.75;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
	left: -25px;
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px;
}

.slick-prev:before {
	content: "←";
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
	content: "→";
}

.slick-next {
	right: -25px;
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto;
}

[dir=rtl] .slick-next:before {
	content: "←";
}

.slick-dotted.slick-slider {
	margin-bottom: 30px;
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0;
	background: 0 0;
	display: block;
	height: 20px;
	width: 20px;
	outline: 0;
	line-height: 0;
	font-size: 0;
	color: transparent;
	padding: 5px;
	cursor: pointer;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: 0.25;
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: 0.75;
}

.menu__top {
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	height: 36px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media (min-width: 768px) {
	.menu__top {
		height: 50px;
		padding-right: 50px;
		padding-left: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 1024px) {
	.menu__top {
		height: 80px;
		padding-right: 80px;
		padding-left: 80px;
	}
}

.secret__img {
	cursor: pointer;
	z-index: 20;
	margin-left: 0;
	margin-top: 10px;
}

@media (min-width: 768px) {
	.secret__img {
		margin-left: 20px;
	}
}

@media (min-width: 1024px) {
	.secret__img {
		margin-left: 40px;
	}
}

@media (min-width: 1600px) {
	.secret__img {
		margin-left: 40px;
	}
}

.menu__left.d-none,
.social-links {
	display: none;
}

@media (min-width: 768px) {
	.social-links {
		display: block;
		z-index: 15;
		position: absolute;
		right: 50px;
		top: 10px;
	}
}

@media (min-width: 1024px) {
	.social-links {
		right: 80px;
		top: 30px;
		z-index: 20;
	}
}

.menu--wrapper:not(.active) .social-links {
	z-index: 20;
}

.menu-active--wrapper .menu-active__nav-bottom a.menu-active__social-link,
a.social-link {
	color: #FFF;
	text-decoration: none;
}

.social-link {
	margin-left: 10px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 115%;
	letter-spacing: 0.015em;
	color: #FFF;
}

.menu-active--wrapper .menu-active__img img,
.menu__left {
	display: none;
}

@media (min-width: 768px) {
	.menu__left {
		position: fixed;
		z-index: 20;
		top: 0;
		bottom: 0;
		left: 0;
		width: 50px;
		padding-bottom: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 1024px) {
	.menu__left {
		width: 80px;
	}
}

.menu__left .logo-left,
.menu__left .slides_indicator {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.menu__left .slides_indicator {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #FFF;
}

@media (min-width: 1024px) {
	.menu__left .slides_indicator {
		font-size: 16px;
		line-height: 130%;
	}
}

.menu__left .indicator__line {
	-webkit-transition: all .5s ease;
	transition: all 0.5s ease;
	position: relative;
	width: 120px;
	height: 2px;
	background-color: #FFF;
	margin-left: 4px;
	margin-right: 4px;
}

@media (min-width: 1024px) {
	.menu__left .indicator__line {
		margin-left: 8px;
		margin-right: 8px;
	}
}

.menu__left .indicatior__number {
	width: 15px;
}

.menu__left .indicator__line--progress {
	-webkit-transition: all .5s ease;
	transition: all 0.5s ease;
	position: absolute;
	left: 0;
	width: 16.6667%;
	height: 2px;
	background-color: #565656;
}

.menu__left .menu__nav {
	position: absolute;
	bottom: 108px;
}

.active-number {
	position: relative;
	display: none;
}

.first .active-number--main,
.pp-viewing-choice .active-number--2,
.pp-viewing-main-page .active-number--1 {
	display: block;
}

.pp-viewing-choice .indicator__line--progress {
	width: 33.3334%;
}

.pp-viewing-series--series--1:not(.product) .indicator__line--progress,
.pp-viewing-series--series--2:not(.product) .indicator__line--progress,
.pp-viewing-series--series--3:not(.product) .indicator__line--progress,
.pp-viewing-series--series--4:not(.product) .indicator__line--progress,
.pp-viewing-series--series--5:not(.product) .indicator__line--progress,
.pp-viewing-series--series--6:not(.product) .indicator__line--progress,
.pp-viewing-series--series--7:not(.product) .indicator__line--progress,
.pp-viewing-series--series--8:not(.product) .indicator__line--progress,
.pp-viewing-series--series--9:not(.product) .indicator__line--progress{
	width: 50.0001%;
}

.product.pp-viewing-series--series--1 .indicator__line--progress,
.product.pp-viewing-series--series--2 .indicator__line--progress,
.product.pp-viewing-series--series--3 .indicator__line--progress,
.product.pp-viewing-series--series--4 .indicator__line--progress,
.product.pp-viewing-series--series--5 .indicator__line--progress 
.product.pp-viewing-series--series--6 .indicator__line--progress 
.product.pp-viewing-series--series--7 .indicator__line--progress 
.product.pp-viewing-series--series--8 .indicator__line--progress 
.product.pp-viewing-series--series--9 .indicator__line--progress {
	width: 66.6668%;
}

.pp-viewing-kera .indicator__line--progress {
	width: 83.3335%;
}

.pp-viewing-secret .indicator__line--progress {
	width: 100.0002%;
}

.pp-viewing-kera .active-number--5,
.pp-viewing-secret .active-number--6,
.product.pp-viewing-series--series--1 .active-number--4,
.product.pp-viewing-series--series--2 .active-number--4,
.product.pp-viewing-series--series--3 .active-number--4,
.product.pp-viewing-series--series--4 .active-number--4,
.product.pp-viewing-series--series--5 .active-number--4,
.products-slider__dotes-ul li.slick-active,
.slider-choice__dotes-ul li.slick-active {
	display: block;
}

.pp-viewing-series--series--1:not(.product) .active-number--3,
.pp-viewing-series--series--2:not(.product) .active-number--3,
.pp-viewing-series--series--3:not(.product) .active-number--3,
.pp-viewing-series--series--4:not(.product) .active-number--3,
.pp-viewing-series--series--5:not(.product) .active-number--3 {
	display: block;
}

.hamburger-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 22;
	width: 36px;
	height: 36px;
	background-color: rgba(158, 158, 158, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

@media (min-width: 768px) {
	.hamburger-wrapper {
		width: 50px;
		height: 50px;
	}
}

@media (min-width: 1024px) {
	.hamburger-wrapper {
		width: 80px;
		height: 80px;
	}
}

.hamburger,
.hamburger.open {
	height: 12px;
	-webkit-transition: all .2s ease;
	transition: all 0.2s ease;
}

.hamburger {
	position: relative;
	width: 6px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	cursor: pointer;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.hamburger {
		height: 16px;
		width: 6px;
	}
}

@media (min-width: 1024px) {
	.hamburger {
		border-left: 2px solid #FFF;
		border-right: 2px solid #FFF;
		height: 20px;
		width: 10px;
	}
}

.hamburger.open {
	border-left: none;
	border-right: none;
	width: 1px;
	background-color: #FFF;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

@media (min-width: 768px) {
	.hamburger.open {
		border-left: none;
		border-right: none;
		height: 16px;
		width: 1px;
		background-color: #FFF;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-webkit-transition: all .2s linear;
		transition: all 0.2s linear;
	}
}

@media (min-width: 1024px) {
	.hamburger.open {
		height: 20px;
		width: 2px;
	}
}

.menu,
.menu-active--wrapper {
	height: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.menu,
.menu.active {
	width: 100%;
	-webkit-transition: .8s all ease;
	transition: 0.8s all ease;
	left: 0;
}

.menu {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	top: 0;
	bottom: 0;
	position: fixed;
	z-index: -11;
	background-color: #1A1A1A;
}

.menu.active {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	z-index: 20;
	height: 100%;
}

@media (min-width: 768px) {
	.menu.active {
		padding-left: 50px;
	}
}

@media (min-width: 1024px) {
	.menu.active {
		padding-left: 80px;
	}
}

.menu-active--wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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;
}

.menu-active--wrapper .menu-active__img {
	display: none;
}

@media (min-width: 768px) {
	.menu-active--wrapper .menu-active__img {
		display: block;
		opacity: 1;
		height: 100%;
		width:-webkit-fit-content;
		width:-moz-fit-content;
		width:fit-content;
		background-image: url(../img/menu/menu-image-1.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: right top;
		-webkit-transition: all 1s ease .3s;
		transition: all 1s ease 0.3s;
	}
	
	.menu-active--wrapper .menu-active__img img {
		display: block;
		opacity: 0;
		width: 100%;
		height: auto;
	}
}

@media (min-width: 1024px) {
	.menu-active--wrapper .menu-active__img {
		background-size: cover;
	}
	
	.menu-active--wrapper .menu-active__img img {
		min-width: 400px;
	}
}

@media (min-width: 1600px) {
	.menu-active--wrapper .menu-active__img {
		background-size: cover;
		background-position: right top;
	}
	
	.menu-active--wrapper .menu-active__img img {
		min-width: 600px;
	}
}

.menu-active--wrapper .menu-active__img {
	background-repeat: no-repeat;
	background-position: right top;
}

.menu-active--wrapper .menu-active__img,
.menu-active--wrapper .menu-active__img.nav__item--1 {
	opacity: 1;
	background-image: url(../img/menu/menu-image-1.jpg);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.menu-active--wrapper .menu-active__img.nav__item--2,
.menu-active--wrapper .menu-active__img.nav__item--3 {
	opacity: 1;
	background-image: url(../img/menu/menu-image-2.jpg);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.menu-active--wrapper .menu-active__img.nav__item--3 {
	background-image: url(../img/menu/menu-image-3.jpg);
}

.menu-active--wrapper .menu-active__img.nav__item--4,
.menu-active--wrapper .menu-active__img.nav__item--5 {
	opacity: 1;
	background-image: url(../img/menu/menu-image-4.jpg);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.menu-active--wrapper .menu-active__img.nav__item--5 {
	background-image: url(../img/menu/menu-image-5.jpg);
}

.menu-active--wrapper .menu-active__img.nav__item--6,
.menu-active--wrapper .menu-active__img.nav__item--8 {
	opacity: 1;
	background-image: url(../img/menu/menu-image-6.jpg);
	-webkit-transition: all 1s ease;
	transition: all 1s ease;
}

.menu-active--wrapper .menu-active__img.nav__item--7 {
	background-image: url(../img/menu/menu-image-7.jpg);
}

.menu-active--wrapper .menu-active__img.nav__item--9 {
	background-image: url(../img/menu/menu-image-9.jpg);
}

.menu-active--wrapper .menu-active__nav--wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: auto;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 10px;
}

@media (min-width: 768px) {
	.menu-active--wrapper .menu-active__nav--wrapper {
		margin-left: 20px;
		margin-right: 20px;
		padding-top: 50px;
		display: block;
	}
}

@media (min-width: 1024px) {
	.menu-active--wrapper .menu-active__nav--wrapper {
		margin-left: 50px;
		padding-top: 80px;
	}
}

@media (min-width: 1600px) {
	.menu-active--wrapper .menu-active__nav--wrapper {
		padding-top: 80px;
	}
}

.menu-active--wrapper .menu-active__nav--wrapper .nav__item {
	padding-top: 7px;
	padding-bottom: 7px;
	color: #FFF;
	-webkit-transition: all .3s linear;
	transition: all 0.3s linear;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}

.menu-active--wrapper .menu-active__nav--wrapper .nav__item--1:hover {
	cursor: pointer;
	color: #EF60A3;
}

.menu-active--wrapper .menu-active__nav--wrapper .nav__item--2:hover {
	cursor: pointer;
	color: #9594D2;
}

.menu-active--wrapper .menu-active__nav--wrapper .nav__item--3:hover {
	cursor: pointer;
	color: #6ABF4B;
}

.menu-active--wrapper .menu-active__nav--wrapper .nav__item--4:hover {
	cursor: pointer;
	color: #E47265;
}

.menu-active--wrapper .menu-active__nav--wrapper .nav__item--5:hover {
	cursor: pointer;
	color: #009DCE;
}

.menu-active--wrapper .menu-active__nav--wrapper .nav__item--6:hover {
	color: #638C1C;
}

.menu-active--wrapper .menu-active__nav--wrapper .nav__item--7:hover {
	color: #D9A622;
}

.menu-active--wrapper .menu-active__nav--wrapper .nav__item--8:hover {
	color: #EF60A3;
}

.menu-active--wrapper .menu-active__nav--wrapper .nav__item--9:hover {
	color: #9594D2;
}

.menu-active--wrapper .menu-active__nav--wrapper .nav__item--10:hover {
	color: #EF60A3;
}

.menu-active--wrapper .menu-active__nav--wrapper .nav__item .item-number {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 0.28em;
	padding-right: 20px;
	width: 100px;
	display: inline-block;
}

@media (min-width: 768px) {
	.menu-active--wrapper .menu-active__nav--wrapper .nav__item .item-number {
		padding-right: 18px;
		letter-spacing: 0.5em;
		width: 120px;
		font-size: 14px;
		line-height: 150%;
	}
}

@media (min-width: 1024px) {
	.menu-active--wrapper .menu-active__nav--wrapper .nav__item .item-number {
		padding-right: 25px;
		letter-spacing: 0.5em;
		width: 186px;
		font-size: 18px;
		line-height: 150%;
	}
}

@media (min-width: 1600px) {
	.menu-active--wrapper .menu-active__nav--wrapper .nav__item .item-number {
		padding-right: 45px;
		letter-spacing: 0.6em;
		width: 200px;
		font-size: 24px;
		line-height: 150%;
	}
}

.menu-active--wrapper .menu-active__nav--wrapper .nav__item .item-name {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 150%;
	text-transform: uppercase;
}

@media (min-width: 768px) {
	.menu-active--wrapper .menu-active__nav--wrapper .nav__item .item-name {
		font-size: 14px;
		line-height: 150%;
	}
}

@media (min-width: 1024px) {
	.menu-active--wrapper .menu-active__nav--wrapper .nav__item .item-name {
		font-size: 18px;
		line-height: 150%;
	}
}

@media (min-width: 1600px) {
	.menu-active--wrapper .menu-active__nav--wrapper .nav__item .item-name {
		font-size: 24px;
		line-height: 132%;
		letter-spacing: 0.06em;
	}
}

.menu-active--wrapper .menu-active__nav-left {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.menu-active--wrapper .menu-active__nav-bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: auto;
	margin-left: 18px;
	margin-right: 18px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.menu-active--wrapper .menu-active__nav-bottom {
		padding-bottom: 30px;
		padding-right: 30px;
		padding-left: 20px;
		margin-left: 0;
		margin-right: 0;
	}
}

@media (min-width: 1024px) {
	.menu-active--wrapper .menu-active__nav-bottom {
		padding-left: 50px;
		padding-bottom: 30px;
		padding-right: 20px;
	}
}

@media (min-width: 1600px) {
	.menu-active--wrapper .menu-active__nav-bottom {
		padding-bottom: 50px;
		padding-right: 50px;
	}
}

.menu-active--wrapper .menu-active__nav-bottom .menu-active__social-link {
	margin-left: 10px;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 115%;
	letter-spacing: 0.015em;
	color: #FFF;
}

.menu.active::after {
	content: none;
}

@media (min-width: 768px) {
	.menu.active::after {
		content: '';
		position: absolute;
		top: 0;
		left: 50px;
		bottom: 0;
		/*background-color: rgba(158, 158, 158, 0.5);*/
		width: 1px;
		height: 100%;
	}
}

@media (min-width: 1024px) {
	.menu.active::after {
		left: 80px;
		width: 2px;
	}
}

body.pp-viewing-kera .menu--wrapper .logo-left__img-svg path {
	-webkit-transition: all .1s ease;
	transition: all 0.1s ease;
	fill:#1a1a1a;
}

body.pp-viewing-kera .menu--wrapper .menu__left .slides_indicator {
	color: #1A1A1A;
	-webkit-transition: all .1s ease;
	transition: all 0.1s ease;
}

body.pp-viewing-kera .menu--wrapper .menu__left .indicator__line {
	background-color: #9E9E9E;
	-webkit-transition: all .1s ease;
	transition: all 0.1s ease;
}

body.pp-viewing-kera .menu--wrapper .menu__left .indicator__line--progress {
	background-color: #565656;
	-webkit-transition: all .1s ease;
	transition: all 0.1s ease;
}

@media (max-width: 767px) {
	body.pp-viewing-kera .menu--wrapper:not(.active) .menu__top .secret__img-svg,
	body.pp-viewing-secret .menu--wrapper:not(.active) .menu__top .secret__img-svg,
	body.pp-viewing-series--series--1 .menu--wrapper:not(.active) .menu__top .secret__img-svg,
	body.pp-viewing-series--series--2 .menu--wrapper:not(.active) .menu__top .secret__img-svg,
	body.pp-viewing-series--series--3 .menu--wrapper:not(.active) .menu__top .secret__img-svg,
	body.pp-viewing-series--series--4 .menu--wrapper:not(.active) .menu__top .secret__img-svg,
	body.pp-viewing-series--series--5 .menu--wrapper:not(.active) .menu__top .secret__img-svg {
		fill:#1a1a1a;
	}
	
	body.pp-viewing-kera .menu--wrapper.active .menu__top .secret__img-svg,
	body.pp-viewing-secret .menu--wrapper.active .menu__top .secret__img-svg,
	body.pp-viewing-series--series--1 .menu--wrapper.active .menu__top .secret__img-svg,
	body.pp-viewing-series--series--2 .menu--wrapper.active .menu__top .secret__img-svg,
	body.pp-viewing-series--series--3 .menu--wrapper.active .menu__top .secret__img-svg,
	body.pp-viewing-series--series--4 .menu--wrapper.active .menu__top .secret__img-svg,
	body.pp-viewing-series--series--5 .menu--wrapper.active .menu__top .secret__img-svg {
		fill:#fff;
	}
	
	.menu--wrapper.white .menu__top .secret__img-svg {
		fill:#fff!important;
		-webkit-transition: all .1s ease;
		transition: all 0.1s ease;
	}
}

@media (min-width: 767px) {
	body.pp-viewing-kera .menu--wrapper:not(.active) .menu__top .secret__img-svg {
		fill:#1a1a1a;
	}
	
	body.pp-viewing-kera .menu--wrapper.active .menu__top .secret__img-svg {
		fill:#fff!important;
	}
}

.main-page--wrapper {
	position: relative;
	background-color: #1A1A1A;
	opacity: 0;
}

.main-page--wrapper.active {
	opacity: 1;
	-webkit-transition: all .5s ease;
	transition: all 0.5s ease;
	background-color: #1A1A1A;
}

.main-page__backgroung-wrapper.loading {
	opacity: 0;
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
	background-color: #1A1A1A;
}

.main-page--wrapper.active .main-page__backgroung-wrapper {
	-webkit-transition: all .5s ease;
	transition: all 0.5s ease;
}

.main-page__backgroung-wrapper {
	opacity: 1;
	z-index: 1;
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-image: url(../img/main-page--mob.jpg);
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: -137px center;
}

@media (min-width: 768px) {
	.main-page__backgroung-wrapper {
		left: 0;
		width: 70%;
		background-image: url(../img/main-page.jpg);
		background-position: right center;
		background-size: cover;
	}
}

@media (min-width: 1024px) {
	.main-page__backgroung-wrapper {
		width: 70%;
		background-position: right center;
		background-size: cover;
	}
}

@media (min-width: 1400px) {
	.main-page__backgroung-wrapper {
		background-position: left center;
		background-size: contain;
	}
}

.main-page {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100%;
}

@media (min-width: 768px) {
	.main-page {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-left: auto;
		margin-top: auto;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media (min-width: 1024px) {
	.main-page {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-left: auto;
	}
}

.main-page__text--wrapper {
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: auto;
	height: 50%;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.main-page__text--wrapper {
		width: 50%;
		padding-left: 0;
		height: 50%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-bottom: 50px;
	}
}

.main-page__title span,
.main-page__title.loading span {
	-webkit-transition: all 2s cubic-bezier(0,0,.23,1);
	transition: all 2s cubic-bezier(0, 0, 0.23, 1);
	background-position: 100% 100%;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	opacity: 0;
}

.main-page__title span {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	color: #FFF;
	text-decoration: none;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-gradient(linear,left bottom,left top,from(transparent),color-stop(50%,transparent),color-stop(50%,#fff));
	background-image: linear-gradient(0deg, transparent, transparent 50%, #FFF 50%);
	background-size: 100% 200%;
	background-position: 0 0;
	opacity: 1;
}

.main-page__title {
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	margin-left: -2px;
}

@media (min-width: 768px) {
	.main-page__title {
		font-size: 36px;
		line-height: 115%;
		margin-bottom: 10px;
		margin-left: -2px;
	}
}

@media (min-width: 1024px) {
	.main-page__title {
		font-size: 48px;
		line-height: 115%;
		margin-bottom: 30px;
		margin-left: -3px;
	}
}

@media (min-width: 1600px) {
	.main-page__title {
		font-size: 64px;
		line-height: 115%;
	}
}

.main-page__title-after,
.main-page__title-after.loading {
	opacity: 0;
	color: transparent;
	-webkit-transition: all 2s ease;
	transition: all 2s ease;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
}

.main-page__title-after {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
	color: #FFF;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 16px;
	letter-spacing: 0;
}

@media (min-width: 768px) {
	.main-page__title-after {
		font-size: 14px;
		line-height: 115%;
	}
}

@media (min-width: 1024px) {
	.main-page__title-after {
		font-size: 18px;
		line-height: 120%;
	}
}

@media (min-width: 1600px) {
	.main-page__title-after {
		font-size: 18px;
		line-height: 120%;
	}
}

.main-page--wrapper .main-page__link--wrapper,
.main-page--wrapper .main-page__link--wrapper.loading {
	opacity: 0;
	-webkit-transition: .5s all ease;
	transition: 0.5s all ease;
}

.main-page--wrapper .main-page__link--wrapper {
	opacity: 1;
	bottom: 50px;
	right: 0;
	left: 0;
	width: 100px;
	z-index: 3;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: auto;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.main-page--wrapper .main-page__link--wrapper {
		-webkit-transform: scale(.9);
		transform: scale(0.9);
		margin-top: auto;
		margin-left: -50px;
		padding-top: 50px;
	}
}

@media (min-width: 1024px) {
	.main-page--wrapper .main-page__link--wrapper {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.main-page--wrapper .link__elipse {
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #FFF;
	width: 97px;
	height: 97px;
	margin-right: auto;
	margin-left: auto;
}

.main-page--wrapper .link__arrow,
.main-page--wrapper a.main-page__link {
	position: relative;
	top: -5px;
	-webkit-transition: all .4s ease;
	transition: all 0.4s ease;
}

.main-page--wrapper a.main-page__link {
	top: 13px;
	height:-webkit-fit-content;
	height:-moz-fit-content;
	height:fit-content;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.5em;
	color: #FFF;
	text-decoration: none;
	width: 50%;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: auto;
}

.main-page--wrapper a.main-page__link:focus {
	outline: 0;
}

.main-page--wrapper a.main-page__link:hover {
	text-decoration: none;
}

.main-page--wrapper .main-page__link--wrapper:hover .link__arrow {
	top: -28px;
	-webkit-transition: top .4s ease;
	transition: top 0.4s ease;
}

.main-page--wrapper .main-page__link--wrapper:hover a.main-page__link {
	top: 0;
	-webkit-transition: top .4s ease;
	transition: top 0.4s ease;
}

.main-page--wrapper .main-page__link--wrapper.in-click .link__arrow {
	top: 22px;
	-webkit-transition: top .4s ease;
	transition: top 0.4s ease;
}

.main-page--wrapper .main-page__link--wrapper.in-click a.main-page__link {
	top: 30px;
	-webkit-transition: top .4s ease;
	transition: top 0.4s ease;
}

.section-choice--wrapper {
	background-color: #000;
}

@media (min-width: 768px) {
	.section-choice--wrapper {
		background-color: #1A1A1A;
	}
}

@media (max-width: 767px) {
	.section-choice--wrapper.pp-section.active .slider-choice {
		-webkit-transition: 1s all ease;
		transition: 1s all ease;
		opacity: 1;
	}
}

.section-choice,
.section-choice .slick-slider,
.section-choice .slick-slider .slick-list,
.section-choice .slick-slider .slick-list .slick-track {
	height: 100%;
}

@media (min-width: 768px) {
	.section-choice {
		padding-left: 50px;
	}
}

@media (min-width: 1024px) {
	.section-choice {
		padding-left: 80px;
	}
}

.choice__item--clouse {
	display: none;
}

@media (min-width: 768px) {
	.choice__item--clouse {
		z-index: 5;
		position: absolute;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background-color: #1A1A1A;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		opacity: 1;
	}
}

.choice__item--clouse .clouse__line {
	position: absolute;
	background-color: rgba(158, 158, 158, 0.5);
	right: 0;
	width: 1px;
	top: 15%;
	bottom: 15%;
}

.choice__item--clouse .close-text-wrapper {
	opacity: 1;
	margin: auto;
	text-align: center;
}

.choice__item--clouse .close-text-wrapper .secret-number {
	font-style: normal;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	color: #FFF;
}

@media (min-width: 768px) {
	.choice__item--clouse .close-text-wrapper .secret-number {
		font-size: 120px;
		line-height: 115%;
	}
}

@media (min-width: 1024px) {
	.choice__item--clouse .close-text-wrapper .secret-number {
		font-size: 144px;
		line-height: 115%;
	}
}

.choice__item--clouse .close-text-wrapper .secret-secret {
	font-style: normal;
	font-weight: 400;
	text-align: center;
	color: #FFF;
}

@media (min-width: 768px) {
	.choice__item--clouse .close-text-wrapper .secret-secret {
		letter-spacing: 0.28em;
		font-size: 14px;
		line-height: 150%;
	}
}

@media (min-width: 1024px) {
	.choice__item--clouse .close-text-wrapper .secret-secret {
		font-size: 18px;
		letter-spacing: 0.5em;
		line-height: 150%;
	}
}

.choice__item--wrapper {
	background-color: #060503;
	position: relative;
	height: 100%;
}

.choice__item a.secret-open__link:focus,
.choice__item--wrapper:focus,
.choice__item:focus {
	outline: 0;
}

.choice__item {
	background-color: #060503;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom 10%;
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
	height: 100%;
}

.choice__item--1 {
	background-image: url(../img/series/series1/choice/mobile.jpg?v=3);
}

.choice__item--2 {
	background-image: url(../img/series/series2/choice/mobile.jpg?v=2);
}

.choice__item--3 {
	background-image: url(../img/series/series3/choice/mobile.jpg?v=2);
}

.choice__item--4 {
	background-image: url(../img/series/series4/choice/mobile.jpg?v=2);
}

.choice__item--5 {
	background-image: url(../img/series/series5/choice/mobile.jpg?v=2);
}

.choice__item--6 {
	background-image: url(../img/series/series6/choice/mobile.jpg?v=2);
}

.choice__item--7 {
	background-image: url(../img/series/series8/choice/mobile.jpg?v=3);
}

.choice__item--8 {
	background-image: url(../img/series/series7/choice/mobile.jpg?v=3);
}

.choice__item--9 {
	background-image: url(../img/series/series9/choice/mobile.jpg?v=1);
}

@media (min-width: 768px) {
	.choice__item {
		background-image: none;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

.choice__item img {
	width: 100%;
	height: auto;
}

@media (min-width: 1600px) {
	.choice__item img {
		width: auto;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}
}

.choice__item .item__img--wrapper,
.slider-choice__dotes-ul li {
	display: none;
}

@media (min-width: 768px) {
	.choice__item .item__img--wrapper {
		display: block;
		position: absolute;
		width: 100%;
		margin: auto;
		z-index: 0;
	}
	
	.choice__item .item__img--wrapper:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: 0 0;
		background: -webkit-gradient(linear,left top,right top,from(#060503),color-stop(10%,transparent),color-stop(90%,transparent),to(#060503));
		background: linear-gradient(90deg, #060503 0, transparent 10%, transparent 90%, #060503 100%);
	}
	
	.choice__item .item__img--wrapper:before {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		bottom: 0;
		right: 0;
		background: 0 0;
		background: -webkit-gradient(linear,left bottom,left top,from(#060503),color-stop(36%,transparent));
		background: linear-gradient(0deg, #060503 0, transparent 36%);
	}
}

@media (min-width: 1600px) {
	.choice__item .item__img--wrapper:after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: 0 0;
		background: -webkit-gradient(linear,left top,right top,from(#060503),color-stop(30%,transparent),color-stop(70%,transparent),to(#060503));
		background: linear-gradient(90deg, #060503 0, transparent 30%, transparent 70%, #060503 100%);
	}
}

.choice__item .item__text--wrapper {
	z-index: 2;
	font-size: 12px;
	line-height: 120%;
	padding-left: 18px;
	padding-right: 18px;
	margin-top: 100px;
}

@media (min-width: 768px) {
	.choice__item .item__text--wrapper {
		margin-top: auto;
		height: 50%;
		padding-left: 2px;
		padding-right: 2px;
		margin-right: auto;
		margin-left: auto;
		width:-webkit-fit-content;
		width:-moz-fit-content;
		width:fit-content;
	}
}

@media (min-width: 1024px) {
	.choice__item .item__text--wrapper {
		height: 48%;
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (min-width: 1600px) {
	.choice__item .item__text--wrapper {
		height: 43%;
		padding-left: 35px;
		padding-right: 35px;
	}
}

.choice__item .item__text--wrapper .secret-number {
	font-size: 14px;
	line-height: 120%;
	font-style: normal;
	font-weight: 400;
	margin-bottom: 20px;
	text-decoration: underline;
	color: #FFF;
	display: inline-block;
}

@media (min-width: 768px) {
	.choice__item .item__text--wrapper .secret-number {
		opacity: 0;
		font-size: 14px;
		line-height: 120%;
	}
}

@media (min-width: 1024px) {
	.choice__item .item__text--wrapper .secret-number {
		font-size: 16px;
		line-height: 19px;
	}
}

.choice__item .item__text--wrapper .secret-name {
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	margin: 0;
	padding: 2px;
	text-align: left;
	text-transform: uppercase;
	color: #FFF;
}

@media (min-width: 768px) {
	.choice__item .item__text--wrapper .secret-name {
		font-size: 16px;
		line-height: 120%;
		margin: 0;
		padding: 2px;
		text-align: left;
		text-transform: uppercase;
		color: #FFF;
	}
}

@media (min-width: 1024px) {
	.choice__item .item__text--wrapper .secret-name {
		font-size: 20px;
		line-height: 115%;
	}
}

.choice__item .item__text--wrapper .secret-name--wrapper {
	margin-bottom: 10px;
	opacity: 1;
}

.choice__item .item__text--wrapper .secret-after-name {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #FFF;
	margin-bottom: 0;
}

@media (min-width: 768px) {
	.choice__item .item__text--wrapper .secret-after-name {
		font-size: 12px;
		line-height: 120%;
		opacity: 0;
	}
}

@media (min-width: 1024px) {
	.choice__item .item__text--wrapper .secret-after-name {
		font-size: 14px;
		line-height: 115%;
	}
}

.choice__item .secret-open__link--wrapper {
	cursor: pointer;
	position: absolute;
	bottom: 115px;
	right: 0;
	left: 0;
	width: 100px;
	z-index: 3;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-right: 50px;
	padding-left: 50px;
}

@media (min-width: 768px) {
	.choice__item .secret-open__link--wrapper {
		-webkit-transform: scale(.87);
		transform: scale(0.87);
		bottom: 35px;
		padding-left: 0;
	}
}

@media (min-width: 1024px) {
	.choice__item .secret-open__link--wrapper {
		-webkit-transform: scale(1);
		transform: scale(1);
		padding-left: 50px;
	}
}

.choice__item .link__elipse {
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #FFF;
	width: 97px;
	height: 97px;
	margin-right: auto;
	margin-left: auto;
}

.choice__item .link__arrow,
.choice__item a.secret-open__link {
	position: relative;
	top: -22px;
	-webkit-transition: all .4s ease;
	transition: all 0.4s ease;
}

.choice__item a.secret-open__link {
	top: 0;
	height:-webkit-fit-content;
	height:-moz-fit-content;
	height:fit-content;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.5em;
	color: #FFF;
	text-decoration: none;
	width: 50%;
	display: block;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left: auto;
}

.choice__item a.secret-open__link:hover {
	text-decoration: none;
}

.choice__item .secret-open__link--wrapper:hover .link__arrow {
	top: -42px;
	-webkit-transition: top .4s ease;
	transition: top 0.4s ease;
}

.choice__item .secret-open__link--wrapper:hover a.secret-open__link {
	top: -10px;
	-webkit-transition: top .4s ease;
	transition: top 0.4s ease;
}

.choice__item .secret-open__link--wrapper.in-click .link__arrow {
	top: 9px;
	-webkit-transition: top .4s ease;
	transition: top 0.4s ease;
}

.choice__item .secret-open__link--wrapper.in-click a.secret-open__link {
	top: 30px;
	-webkit-transition: top .4s ease;
	transition: top 0.4s ease;
}

@media (min-width: 768px) {
	.choice__item--4 .item__text--wrapper,
	.choice__item--5 .item__text--wrapper {
		width:-webkit-fit-content;
		width:-moz-fit-content;
		width:fit-content;
	}
}

.choice__item--1 .secret-name--wrapper .secret-name span {
	background-color: #EF60A3;
	-webkit-box-shadow: -2px 0 0 #ef60a3,2px 0 0 #ef60a3;
	box-shadow: -2px 0 0 #EF60A3, 2px 0 0 #EF60A3;
}

.choice__item--2 .secret-name--wrapper .secret-name span {
	background-color: #9594D2;
	-webkit-box-shadow: -2px 0 0 #9594d2,2px 0 0 #9594d2;
	box-shadow: -2px 0 0 #9594D2, 2px 0 0 #9594D2;
}

.choice__item--3 .secret-name--wrapper .secret-name span {
	background-color: #6ABF4B;
	-webkit-box-shadow: -2px 0 0 #6abf4b,2px 0 0 #6abf4b;
	box-shadow: -2px 0 0 #6ABF4B, 2px 0 0 #6ABF4B;
}

.choice__item--4 .secret-name--wrapper .secret-name span {
	background-color: #E47265;
	-webkit-box-shadow: -2px 0 0 #e47265,2px 0 0 #e47265;
	box-shadow: -2px 0 0 #E47265, 2px 0 0 #E47265;
}

.choice__item--5 .secret-name--wrapper .secret-name span {
	background-color: #009DCE;
	-webkit-box-shadow: -2px 0 0 #009dce,2px 0 0 #009dce;
	box-shadow: -2px 0 0 #009DCE, 2px 0 0 #009DCE;
}

.choice__item--6 .secret-name--wrapper .secret-name span {
	background-color: #638C1C;
	-webkit-box-shadow: -2px 0 0 #638C1C,2px 0 0 #638C1C;
	box-shadow: -2px 0 0 #638C1C, 2px 0 0 #638C1C;
}

.choice__item--7 .secret-name--wrapper .secret-name span {
	background-color: #D9A622;
	-webkit-box-shadow: -2px 0 0 #D9A622, 2px 0 0 #D9A622;
	box-shadow: -2px 0 0 #D9A622, 2px 0 0 #D9A622;
}

.choice__item--8 .secret-name--wrapper .secret-name span {
	background-color: #FF698D;
	-webkit-box-shadow: -2px 0 0 #FF698D,2px 0 0 #FF698D;
	box-shadow: -2px 0 0 #FF698D, 2px 0 0 #FF698D;
}

.choice__item--9 .secret-name--wrapper .secret-name span {
	background-color: #7F7F7F;
	-webkit-box-shadow: -2px 0 0 #7F7F7F, 2px 0 0 #7F7F7F;
	box-shadow: -2px 0 0 #7F7F7F, 2px 0 0 #7F7F7F;
}

@media (min-width: 768px) {
	.choice__item:hover .choice__item--clouse {
		-webkit-transition: 1s all ease;
		transition: 1s all ease;
		opacity: 0;
		z-index: -2;
	}
	
	.choice__item:hover .close-text-wrapper {
		opacity: 0;
		-webkit-transition: all 1s ease;
		transition: all 1s ease;
	}
	
	.choice__item:hover .item__img--wrapper {
		-webkit-animation: showFromRight 1.1s ease normal;
		animation: showFromRight 1.1s ease normal;
		z-index: 1;
	}
	
	.choice__item:hover .secret-after-name,
	.choice__item:hover .secret-name--wrapper,
	.choice__item:hover .secret-number {
		opacity: 1;
		-webkit-transition: all .4s ease;
		transition: all 0.4s ease;
	}
	
	.choice__item:hover .secret-open__link--wrapper {
		-webkit-animation: showSlowly .4s ease normal;
		animation: showSlowly 0.4s ease normal;
	}
	
	.slider-choice {
		background-color: #060503;
	}
}

.slider-choice__navigation {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

@media (min-width: 768px) {
	.slider-choice__navigation {
		display: none;
	}
}

.slider-choice__arrows,
.slider-choice__dotes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slider-choice__dotes {
	margin-left: 70px;
	margin-right: 70px;
	color: #9E9E9E;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.slider-choice__prev-btn img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slider-choice__next-btn,
.slider-choice__prev-btn {
	cursor: pointer;
	background-color: transparent;
	border: 0;
	line-height: 0;
	font-size: 0;
	outline: 0;
}

.slider-choice__dotes-ul {
	padding: 0;
	margin: 0;
}

.slider-choice__dotes-ul li button {
	background-color: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	color: #9E9E9E;
}

.slider-choice__navigation .slick-dots--not-active {
	font-size: 18px;
	line-height: 18px;
}

.slider-choice__navigation .slick-dots--active,
.slider-choice__navigation .slider-choice__dotes-ul li button {
	line-height: 25px;
	font-size: 25px;
}

.series-slide--wrapper {
	background-color: #1A1A1A;
	position: relative;
}

.series-slide--wrapper.description-open {
	z-index: 9 !important;
	-webkit-transition: .8s all ease;
	transition: 0.8s all ease;
	opacity: 1 !important;
	-webkit-transform: translate3d(0,-100%,0) !important;
	transform: translate3d(0, -100%, 0) !important;
}

.section-series--wrapper,
.section-series--wrapper.active {
	background-color: #000;
}

.series-slide__slider {
	height: 100%;
}

@media (max-width: 767px) {
	.series-slide__slider .slick-slide {
		background-color: #FFF;
	}
	
	.series-slide__slider,
	.series-slide__slider .products-slider--wrapper,
	.series-slide__slider .slick-slide {
		height: 100%;
	}
}

@media (min-width: 767px) {
	.product-main .products-slider-nav .slick-slide {
		height: auto;
	}
}

.series-slide__slider .slick-list,
.series-slide__slider .slick-track {
	height: 100% !important;
}

.series-slide {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	height: 100vh;
}

@media (min-width: 768px) {
	.series-slide {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-left: auto;
		margin-top: auto;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
}

@media (min-width: 1024px) {
	.series-slide {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		margin-left: auto;
	}
}

@media (min-width: 768px) {
	.series__img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: left bottom;
	}
}

@media (min-width: 1024px) {
	.series__img {
		background-position: left center;
		background-size: cover;
	}
}

@media (min-width: 1600px) {
	.series__img {
		width: 1600px;
		background-position: left top;
		background-size: cover;
	}
}

.series-slide--wrapper[series="1"] .series__img {
	background-image: url(../img/series/series1/cover/cover.jpg);
}

.series-slide--wrapper[series='2'] .series__img {
	background-image: url(../img/series/series2/cover/cover.jpg);
}

.series-slide--wrapper[series='3'] .series__img {
	background-image: url(../img/series/series3/cover/cover.jpg);
}

.series-slide--wrapper[series='4'] .series__img {
	background-image: url(../img/series/series4/cover/cover.jpg);
}

.series-slide--wrapper[series='5'] .series__img {
	background-image: url(../img/series/series5/cover/cover.jpg);
}

.series-slide--wrapper[series='6'] .series__img {
	background-image: url(../img/series/series6/cover/cover.jpg);
}

.series-slide--wrapper[series='7'] .series__img {
	background-image: url(../img/series/series8/cover/cover.jpg);
}

.series-slide--wrapper[series='8'] .series__img {
	background-image: url(../img/series/series7/cover/cover.jpg);
}

.series-slide--wrapper[series='9'] .series__img {
	background-image: url(../img/series/series9/cover/cover.jpg);
}

.series-slide--wrapper[series="1"] .series__for--wrapper span,
.series__text--wrapper .series__for--wrapper span {
	background-color: #EF60A3;
	-webkit-box-shadow: -2px 0 0 #ef60a3,2px 0 0 #ef60a3;
	box-shadow: -2px 0 0 #EF60A3, 2px 0 0 #EF60A3;
}

.series-slide--wrapper[series="2"] .series__for--wrapper span {
	background-color: #9594D2;
	-webkit-box-shadow: -2px 0 0 #9594d2,2px 0 0 #9594d2;
	box-shadow: -2px 0 0 #9594D2, 2px 0 0 #9594D2;
}

.series-slide--wrapper[series="3"] .series__for--wrapper span {
	background-color: #6ABF4B;
	-webkit-box-shadow: -2px 0 0 #6abf4b,2px 0 0 #6abf4b;
	box-shadow: -2px 0 0 #6ABF4B, 2px 0 0 #6ABF4B;
}

.series-slide--wrapper[series="4"] .series__for--wrapper span {
	background-color: #E47265;
	-webkit-box-shadow: -2px 0 0 #e47265,2px 0 0 #e47265;
	box-shadow: -2px 0 0 #E47265, 2px 0 0 #E47265;
}

.series-slide--wrapper[series="5"] .series__for--wrapper span {
	background-color: #009DCE;
	-webkit-box-shadow: -2px 0 0 #009dce,2px 0 0 #009dce;
	box-shadow: -2px 0 0 #009DCE, 2px 0 0 #009DCE;
}

.series-slide--wrapper[series="6"] .series__for--wrapper span {
	background-color: #638C1C;
	-webkit-box-shadow: -2px 0 0 #638C1C,2px 0 0 #638C1C;
	box-shadow: -2px 0 0 #638C1C, 2px 0 0 #638C1C;
}

.series-slide--wrapper[series="7"] .series__for--wrapper span {
	background-color: #D9A622;
	-webkit-box-shadow: -2px 0 0 #D9A622, 2px 0 0 #D9A622;
	box-shadow: -2px 0 0 #D9A622, 2px 0 0 #D9A622;
}

.series-slide--wrapper[series="8"] .series__for--wrapper span {
	background-color: #EF60A3;
	-webkit-box-shadow: -2px 0 0 #EF60A3,2px 0 0 #EF60A3;
	box-shadow: -2px 0 0 #EF60A3, 2px 0 0 #EF60A3;
}

.series-slide--wrapper[series="9"] .series__for--wrapper span {
	background-color: #7F7F7F;
	-webkit-box-shadow: -2px 0 0 #7f7f7f,2px 0 0 #7f7f7f;
	box-shadow: -2px 0 0 #7F7F7F, 2px 0 0 #7F7F7F;
}

.series__text--wrapper {
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: auto;
	height: 50%;
	padding-left: 18px;
	padding-right: 18px;
	padding-bottom: 30px;
	z-index: 1;
}

@media (min-width: 768px) {
	.series__text--wrapper {
		width: 50%;
		padding-left: 0;
		height: 52%;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-bottom: 50px;
	}
}

.series__text--wrapper .series__number {
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 120%;
	text-decoration: underline;
	color: #FFF;
	margin-bottom: 30px;
	cursor: auto;
}

@media (min-width: 1024px) {
	.series__text--wrapper .series__number {
		font-size: 16px;
		line-height: 120%;
	}
}

@media (min-width: 1600px) {
	.series__text--wrapper .series__number {
		font-size: 18px;
		line-height: 120%;
	}
}

.series__text--wrapper .series__title {
	font-style: normal;
	font-weight: 400;
	font-size: 46px;
	line-height: 115%;
	text-transform: uppercase;
	margin-bottom: 12px;
}

@media (min-width: 1024px) {
	.series__text--wrapper .series__title {
		font-size: 48px;
		line-height: 115%;
	}
}

@media (min-width: 1600px) {
	.series__text--wrapper .series__title {
		font-size: 64px;
		line-height: 115%;
	}
}

.series__text--wrapper .series__for--wrapper {
	margin-bottom: 20px;
}

@media (min-width: 1024px) {
	.series__text--wrapper .series__for--wrapper {
		margin-bottom: 30px;
	}
}

.series__text--wrapper .series__for--wrapper span {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 115%;
	text-align: left;
	color: #FFF;
	display: inline-block;
	margin: 0;
	padding: 2px;
}

@media (min-width: 1024px) {
	.series__text--wrapper .series__for--wrapper span {
		font-size: 18px;
		line-height: 120%;
	}
}

@media (min-width: 1600px) {
	.series__text--wrapper .series__for--wrapper span {
		font-size: 22px;
		line-height: 120%;
	}
}

.series__text--wrapper .series__about {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #FFF;
}

@media (min-width: 1024px) {
	.series__text--wrapper .series__about {
		font-size: 18px;
		line-height: 115%;
	}
}

@media (min-width: 1600px) {
	.series__text--wrapper .series__about {
		font-size: 18px;
		line-height: 115%;
	}
}

.kera__scheme-text--wrapper p b,
.product-advantages b,
.product-slider-description .description__text b,
.series__text--wrapper .series__about--bold {
	font-weight: 500;
}

@media (min-width: 1024px) {
	.series__text--wrapper .series__about--bold {
		font-weight: 600;
	}
}

.series-open__link--wrapper {
	bottom: 50px;
	right: 0;
	left: 0;
	width: 100px;
	z-index: 3;
	display: block;
	text-align: center;
	margin-right: auto;
	margin-top: auto;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -50px;
	-webkit-transition: all .4s ease;
	transition: all 0.4s ease;
}

@media (min-width: 768px) {
	.series-open__link--wrapper {
		-webkit-transform: scale(.9);
		transform: scale(0.9);
		padding-top: 50px;
	}
}

@media (min-width: 1024px) {
	.series-open__link--wrapper {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.series-open__link--wrapper .link__elipse {
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #FFF;
	width: 97px;
	height: 97px;
	-webkit-transition: all .4s ease;
	transition: all 0.4s ease;
}

.series-open__link--wrapper .link__arrow,
.series-open__link--wrapper a.series-open__link {
	position: relative;
	left: 0;
	padding-left: 47px;
	-webkit-transition: all .4s ease;
	transition: all 0.4s ease;
}

.series-open__link--wrapper .link__arrow {
	top: -31px;
	text-align: left;
}

.series-open__link--wrapper a.series-open__link {
	cursor: pointer;
	top: 0;
	height:-webkit-fit-content;
	height:-moz-fit-content;
	height:fit-content;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.5em;
	text-decoration: none;
	color: #FFF;
	display: block;
	padding-top: 33px;
	padding-bottom: 30px;
}

.advantage-for-mobile .description-open__link-position a.description-open__link:focus,
.product-description .description-open__link-position a.description-open__link:focus,
.series-open__link--wrapper a.series-open__link:focus {
	outline: 0;
}

.series-open__link--wrapper:hover .link__arrow,
.series-open__link--wrapper:hover a.series-open__link {
	left: -15px;
}

.series-open__link--wrapper.in-click .link__arrow,
.series-open__link--wrapper.in-click a.series-open__link {
	left: 15px;
}

.products-slider--wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
}

@media (max-width: 767px) {
	.products-slider--wrapper {
		background-color: #FFF;
	}
}

.section-products--wrapper {
	background-color: #1A1A1A;
}

@media (max-width: 767px) {
	.section-products--wrapper .products-slider--wrapper {
		-webkit-transition: 1s all ease;
		transition: 1s all ease;
		opacity: 0;
	}
	
	.section-products--wrapper.active .products-slider--wrapper {
		-webkit-transition: 1s all ease;
		transition: 1s all ease;
		opacity: 1;
	}
}

.section-products--wrapper .slide.active {
	-webkit-transition: 1s all ease;
	transition: 1s all ease;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.product-main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding-top: 50px;
	background-color: #FFF;
}

@media (min-width: 768px) {
	.product-main {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		background-color: #FFF;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		width: 60%;
		padding-left: 30px;
		padding-right: 1rem;
		padding-top: 60px;
		padding-bottom: 30px;
	}
}

@media (min-width: 1024px) {
	.product-main {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: 60%;
		padding-left: 6%;
		padding-right: 6%;
	}
}

.product--row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

@media (min-width: 1024px) {
	.product--row {
		width: 100%;
	}
}

.products-slider-main {
	height: auto;
	width: 360px;
}

@media (min-width: 450px) {
	.products-slider-main {
		width: 450px;
	}
}

@media (min-width: 768px) {
	.products-slider-main {
		width: 200px;
	}
	
	.products-slider-main:hover .products-slider__item {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
		-webkit-transition: -webkit-transform .3s ease;
		transition: transform 0.3s ease;
		transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	}
}

@media (min-width: 1024px) {
	.products-slider-main {
		width: 300px;
	}
}

.products-slider-main--wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-top: 30px;
}

@media (min-width: 768px) {
	.products-slider-main--wrapper {
		padding-top: 0;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

@media (min-width: 1024px) {
	.products-slider-main--wrapper {
		margin: auto;
	}
}

.products-slider-main--wrapper .slick-dotted.slick-slider {
	margin-bottom: 0;
}

.products-slider--wrapper .slider.products-slider-nav {
	width: 93px;
}

.product-advantage-slider {
	width: 100%;
}

.product-advantage-slider--wrapper {
	width: 100%;
	display: block;
}

@media (min-width: 1024px) {
	.product-advantage-slider--wrapper {
		max-width: 100%;
	}
}

.product-advantage-slider--wrapper .product-advantage-slider__item {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.advantage-for-mobile {
	padding: 18px;
	margin-bottom: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

@media (min-width: 768px) {
	.advantage-for-mobile {
		display: none;
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		border: 0;
		padding: 0;
		white-space: nowrap;
		-webkit-clip-path: inset(100%);
		clip-path:inset(100%);
		clip: rect(0 0 0 0);
		overflow: hidden;
	}
}

.advantage-for-mobile .description-open__link-position {
	margin-left: auto;
	width: 128px;
	display: block;
	text-align: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.advantage-for-mobile .description-open__link-position .link__elipse {
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #9E9E9E;
	width: 97px;
	height: 97px;
	margin-right: auto;
	margin-left: auto;
}

.advantage-for-mobile .description-open__link-position .link__arrow,
.advantage-for-mobile .description-open__link-position a.description-open__link {
	position: relative;
	top: -31px;
	left: 0;
	padding-left: 47px;
	-webkit-transition: all .4s ease;
	transition: all 0.4s ease;
	text-align: left;
}

.advantage-for-mobile .description-open__link-position a.description-open__link {
	top: 0;
	height:-webkit-fit-content;
	height:-moz-fit-content;
	height:fit-content;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.5em;
	color: #1A1A1A;
	text-decoration: none;
	width: 50%;
	display: block;
	padding-top: 26px;
	padding-bottom: 30px;
	padding-left: 49px;
}

.advantage-for-mobile__text--wrapper {
	width: 225px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.advantage-for-mobile__text--wrapper .title {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 115%;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 10px;
	color: #1A1A1A;
}

.advantage-for-mobile__text--wrapper .after-title {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #1A1A1A;
	padding-bottom: 18px;
}

.advantage-for-mobile__text--wrapper .btn-description-open-mob {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 115%;
	text-decoration: underline;
	color: #9E9E9E;
	cursor: pointer;
	margin-top: auto;
}

.product-advantage-slider--wrapper .advantage-table {
	display: none;
}

@media (min-width: 768px) {
	.product-advantage-slider--wrapper .advantage-table {
		border-top: 1px solid #E5E5E5;
		border-bottom: 1px solid #E5E5E5;
		padding-top: 15px;
		padding-bottom: 10px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: 20px;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (min-width: 1024px) {
	.product-advantage-slider--wrapper .advantage-table {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding-top: 20px;
		padding-bottom: 5px;
	}
}

.product-advantage-slider--wrapper .advantage-table__col {
	width: 32%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

@media (min-width: 768px) {
	.product-advantage-slider--wrapper .advantage-table__col {
		width: 22%;
	}
}

@media (min-width: 1024px) {
	.product-advantage-slider--wrapper .advantage-table__col {
		width: 23%;
	}
}

@media (min-width: 1600px) {
	.product-advantage-slider--wrapper .advantage-table__col {
		width: 19%;
	}
}

.product-advantage-slider--wrapper .advantage-text {
	position: relative;
	padding-left: 20px;
	padding-top: 1px;
	font-style: normal;
	font-weight: 400;
	font-size: 8px;
	line-height: 115%;
	color: #1A1A1A;
	padding-bottom: 13px;
}

@media (min-width: 1024px) {
	.product-advantage-slider--wrapper .advantage-text {
		font-size: 10px;
		line-height: 115%;
		padding-bottom: 15px;
	}
}

.product-advantage-slider--wrapper .advantage-text .advantage-text__icon {
	width: 15px;
	height: 15px;
	position: absolute;
	top: -1px;
	left: 0;
	background-image: url(../img/avantage/icons.svg);
	background-repeat: no-repeat;
	/*-webkit-transform: scale(.85);
	transform: scale(0.85);*/
}

.product-advantage-slider--wrapper .advantage-table__col:last-child .advantage-text .advantage-text__icon {
	background-image: url(../img/avantage/ellipse.svg);
	background-repeat: no-repeat;
	top: 3px;
	left: 10px;
	width: 5px;
	height: 5px;
}

.product-advantage-slider--wrapper .advantage-table.with-ellipse .advantage-table__col .advantage-text {
	padding-bottom: 3px;
}

.product-advantage-slider--wrapper .advantage-table.with-ellipse .advantage-table__col {
	width: 30%;
}

.product-advantage-slider--wrapper .advantage-table.with-ellipse .advantage-table__col .advantage-text .advantage-text__icon {
	background-image: url(../img/avantage/ellipse.svg);
	background-repeat: no-repeat;
	top: 3px;
	left: 10px;
	width: 5px;
	height: 5px;
}

.slide[series="1"] .product-description__secret-name span {
	background-color: #EF60A3;
	-webkit-box-shadow: -3px 0 0 #ef60a3,3px 0 0 #ef60a3;
	box-shadow: -3px 0 0 #EF60A3, 3px 0 0 #EF60A3;
}

.slide[series="2"] .product-description__secret-name span {
	background-color: #9594D2;
	-webkit-box-shadow: -3px 0 0 #9594d2,3px 0 0 #9594d2;
	box-shadow: -3px 0 0 #9594D2, 3px 0 0 #9594D2;
}

.slide[series="3"] .product-description__secret-name span {
	background-color: #6ABF4B;
	-webkit-box-shadow: -3px 0 0 #6abf4b,3px 0 0 #6abf4b;
	box-shadow: -3px 0 0 #6ABF4B, 3px 0 0 #6ABF4B;
}

.slide[series="4"] .product-description__secret-name span {
	background-color: #E47265;
	-webkit-box-shadow: -3px 0 0 #e47265,3px 0 0 #e47265;
	box-shadow: -3px 0 0 #E47265, 3px 0 0 #E47265;
}

.slide[series="5"] .product-description__secret-name span {
	background-color: #009DCE;
	-webkit-box-shadow: -3px 0 0 #009dce,3px 0 0 #009dce;
	box-shadow: -3px 0 0 #009DCE, 3px 0 0 #009DCE;
}

.slide[series="6"] .product-description__secret-name span {
	background-color: #638C1C;
	-webkit-box-shadow: -3px 0 0 #638C1C,3px 0 0 #638C1C;
	box-shadow: -3px 0 0 #638C1C, 3px 0 0 #638C1C;
}

.slide[series="8"] .product-description__secret-name span {
	background-color: #D9A622;
	-webkit-box-shadow: -3px 0 0 #D9A622,3px 0 0 #D9A622;
	box-shadow: -3px 0 0 #D9A622, 3px 0 0 #D9A622;
}

.slide[series="9"] .product-description__secret-name span {
	background-color: #7F7F7F;
	-webkit-box-shadow: -3px 0 0 #7F7F7F,3px 0 0 #7F7F7F;
	box-shadow: -3px 0 0 #7F7F7F, 3px 0 0 #7F7F7F;
}

.product-description {
	display: none;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 768px) {
	.product-description {
		background-color: #1A1A1A;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 50px 20px 60px 70px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 40%;
		position: relative;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 1024px) {
	.product-description {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 40%;
		padding-left: 120px;
		padding-right: 30px;
	}
}

.product-description .kera__btn--wrapper,
.products-slider--wrapper .slider.products-slider-nav .slick-slide .slider--item:hover {
	cursor: pointer;
}

@media (min-width: 1024px) {
	.product-description .kera__btn--wrapper img {
		width: 120px;
		height: auto;
	}
}

@media (min-width: 1600px) {
	.product-description .kera__btn--wrapper img {
		width: 169px;
		height: auto;
	}
}

.product-description .product-description--top {
	width: 100%;
	margin-bottom: 60px;
}

.product-description .product-description__main-title--wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}

@media (min-width: 1024px) {
	.product-description .product-description__main-title--wrapper {
		margin-bottom: 12px;
	}
}

.product-description .product-description__secret-name {
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
	color: #FFF;
}

@media (min-width: 768px) {
	.product-description .product-description__secret-name {
		font-size: 16px;
		line-height: 130%;
	}
}

@media (min-width: 1024px) {
	.product-description .product-description__secret-name {
		font-size: 20px;
		line-height: 115%;
	}
}

.product-description .product-description__secret-name span {
	background-color: #FE8020;
	padding: 3px;
	margin-left: 2px;
}

.product-description .product-description__secret-name.pink span {
	background-color: #EF60A3;
}

.product-description .btn__buy--desktop--wrapper,
.product-description .btn__buy--desktop--wrapper .btn__buy--desktop.buy__link-position {
	width: 130px;
}

.product-description .product-description__main-link {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 120%;
	color: #FFF;
	text-decoration: underline;
	height: 32px;
	width: 64px;
	content: url();
	background-image: url("data:image/svg+xml,%3Csvg width='41' height='22' viewBox='0 0 41 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M41 11L1 11M1 11L13.5 21M1 11L13.5 0.999999' stroke='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center right;
}

@media (min-width: 768px) {
	.product-description .product-description__main-link {
		font-size: 12px;
		line-height: 115%;
		cursor: pointer;
	}
}

@media (min-width: 1024px) {
	.product-description .product-description__main-link {
		font-size: 14px;
		line-height: 120%;
	}
}

.product-description .product-description__after-title {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 115%;
	text-align: left;
	color: #1A1A1A;
	background-color: #FFF;
	display: table;
	padding: 2px 4px;
}

.product-description .btn__buy--desktop--wrapper {
	position: absolute;
}

@media (min-width: 768px) {
	.product-description .btn__buy--desktop--wrapper {
		bottom: 30px;
		right: 20px;
	}
}

@media (min-width: 1024px) {
	.product-description .btn__buy--desktop--wrapper {
		bottom: 30px;
		right: 20px;
	}
}

.product-description .description-open__link-position {
	margin-left: auto;
	display: block;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
}

.product-description .description-open__link-position .link__elipse {
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #FFF;
	width: 97px;
	height: 97px;
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 768px) {
	.product-description .description-open__link-position .link__elipse {
		-webkit-transform: scale(.9);
		transform: scale(0.9);
	}
}

@media (min-width: 1024px) {
	.product-description .description-open__link-position .link__elipse {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.buy__link-position a.buy__link,
.product-description .description-open__link-position .link__arrow,
.product-description .description-open__link-position a.description-open__link {
	position: relative;
	top: -31px;
	left: 0;
	padding-left: 47px;
	-webkit-transition: all .4s ease;
	transition: all 0.4s ease;
	text-align: left;
}

.buy__link-position a.buy__link,
.product-description .description-open__link-position a.description-open__link {
	top: 0;
	height:-webkit-fit-content;
	height:-moz-fit-content;
	height:fit-content;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.5em;
	color: #FFF;
	text-decoration: none;
	width: 50%;
	display: block;
	padding-top: 26px;
	padding-bottom: 30px;
}

.product-description .description-open__link-position a.description-open__link:hover {
	text-decoration: none;
}

.product-description .description-open__link-position:hover .link__arrow,
.product-description .description-open__link-position:hover a.description-open__link {
	left: -15px;
	-webkit-transition: left .4s ease;
	transition: left 0.4s ease;
}

.product-description .description-open__link-position.in-click .link__arrow,
.product-description .description-open__link-position.in-click a.description-open__link {
	left: 22px;
	-webkit-transition: left .4s ease;
	transition: left 0.4s ease;
}

.description__item--wrapper {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.description__item {
	margin-bottom: auto;
}

.product-slider-description {
	width: 100%;
}

@media (min-width: 1024px) {
	.product-slider-description {
		max-width: 80%;
	}
}

.product-slider-description .description__title {
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 115%;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 5px;
}

@media (min-width: 1600px) {
	.product-slider-description .description__title {
		font-size: 21px;
		line-height: 115%;
		margin-bottom: 15px;
	}
}

.product-slider-description .description__after-title {
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 125%;
	text-transform: uppercase;
	color: #FFF;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.product-slider-description .description__after-title {
		font-weight: 500;
		font-size: 12px;
		line-height: 125%;
	}
}

@media (min-width: 1024px) {
	.product-slider-description .description__after-title {
		font-size: 12px;
		line-height: 120%;
	}
}

@media (min-width: 1600px) {
	.product-slider-description .description__after-title {
		font-size: 18px;
		line-height: 115%;
		margin-bottom: 30px;
	}
}

.product-slider-description .description__text {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #FFF;
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.product-slider-description .description__text {
		font-size: 10px;
		line-height: 115%;
	}
}

@media (min-width: 1024px) {
	.product-slider-description .description__text {
		font-size: 12px;
		line-height: 120%;
	}
}

@media (min-width: 1600px) {
	.product-slider-description .description__text {
		font-size: 15px;
	}
}

.product-slider-description .description__text p {
	margin-bottom: 15px;
}

@media (min-width: 1600px) {
	.product-slider-description .description__text p {
		margin-bottom: 15px;
	}
}

.products-slider--wrapper .slider.products-slider-nav,
.products-slider__dotes-ul li {
	display: none;
}

@media (min-width: 768px) {
	.products-slider--wrapper .slider.products-slider-nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-top: auto;
		margin-bottom: auto;
	}
	
	.products-slider--wrapper .slider.products-slider-nav .slick-list.draggable {
		/*height: auto !important;*/
		height: 500px !important;
	}
	
	.products-slider--wrapper .slider.products-slider-nav .slick-slide .slider--item {
		width: 70px;
		height: 100px;
	}
}

@media (min-width: 1024px) {
	.products-slider--wrapper .slider.products-slider-nav .slick-slide .slider--item {
		width: 93px;
		height: 125px;
	}
}

.products-slider--wrapper .slider.products-slider-nav .slick-slide .slider--item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.products-slider--wrapper .slider.products-slider-nav .slick-slide .slider--item .slider__img--wrapper {
	background-color: #F6F6F6;
	width: 93px;
	height: 93px;
	margin-bottom: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media (min-width: 768px) {
	.products-slider--wrapper .slider.products-slider-nav .slick-slide .slider--item .slider__img--wrapper {
		width: 70px;
		height: 70px;
	}
}

@media (min-width: 1024px) {
	.products-slider--wrapper .slider.products-slider-nav .slick-slide .slider--item .slider__img--wrapper {
		width: 93px;
		height: 93px;
	}
}

.products-slider--wrapper .slider.products-slider-nav .slick-slide.slick-current .slider--item .slider__img--wrapper {
	background-color: #E5E5E5;
}

.products-slider--wrapper .slider.products-slider-nav .slick-slide .slider--item img {
	height: auto;
	margin: 2px auto;
}

@media (min-width: 1024px) {
	.products-slider--wrapper .slider.products-slider-nav .slick-slide .slider--item img {
		margin-bottom: 3px;
		margin-top: 3px;
		width: 100%;
		object-fit: contain;
	}
}

.products-slider--wrapper .slider.products-slider-nav .slick-slide .slider--item p {
	font-size: 8px;
	font-style: normal;
	font-weight: 400;
	line-height: 9px;
	letter-spacing: 0;
	text-align: center;
	color: #1A1A1A;
}

.products-slider--wrapper .products-slider-navigation--wrapper {
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #FFF;
	padding-top: 20px;
}

.products-slider__item {
	text-align: center;
	position: relative;
}

.products-slider-navigation--wrapper,
.products-slider__item .item__text {
	position: absolute;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.products-slider__item .item__text {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: left;
	top: 50px;
	left: 54%;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

@media (min-width: 450px) {
	.products-slider__item .item__text {
		left: 54%;
	}
}

@media (min-width: 768px) {
	.products-slider__item .item__text {
		left: 56%;
		display: none;
	}
}

.products-slider__item .item__text div {
	padding: 2px 4px;
	font-style: normal;
	font-weight: 400;
	font-size: 11.5px;
	line-height: 120%;
	text-align: left;
	color: #FFF;
	background-color: #EF60A3;
}

.products-slider__item img {
	margin-right: auto;
	margin-left: auto;
	max-height: 287px;
	width: auto;
	height: auto;
}

@media (min-width: 768px) {
	.products-slider__item img {
		padding-top: 20px;
		padding-bottom: 20px;
		width: auto;
		height: auto;
	}
}

@media (min-width: 1024px) {
	.products-slider__item img {
		max-height: 400px;
	}
}

.products-slider-navigation--wrapper {
	bottom: 0;
	left: 0;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #020202;
}

@media (min-width: 768px) {
	.products-slider-navigation--wrapper {
		padding-top: 30px;
		padding-bottom: 30px;
	}
}

@media (min-width: 1024px) {
	.products-slider-navigation--wrapper {
		padding-top: 0;
		padding-bottom: 10px;
	}
}

@media (min-width: 1600px) {
	.products-slider-navigation--wrapper {
		padding-bottom: 0;
		padding-top: 0;
	}
}

.products-slider__arrows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.products-slider__arrows .slick-arrow,
.products-slider__arrows .slick-arrow.slick-disabled {
	-webkit-transition: .4s all linear;
	transition: 0.4s all linear;
}

.products-slider__arrows .slick-arrow.slick-disabled {
	opacity: 0;
}

.product-main {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.product-main .products-slider__dotes {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 24px;
	margin-right: 24px;
	color: #565656;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
}

.products-slider__next-btn,
.products-slider__prev-btn {
	background-color: transparent;
	border: 0;
	line-height: 0;
	font-size: 0;
	outline: 0;
}

.products-slider__next-btn:hover,
.products-slider__prev-btn:hover {
	cursor: pointer;
}

.products-slider__prev-btn img {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.products-slider__dotes-ul {
	padding: 0;
	margin: 0;
}

.products-slider__dotes-ul li button {
	background-color: transparent;
	border: 0;
	outline: 0;
	padding: 0;
	color: #565656;
}

.products-slider-navigation--wrapper .slick-dots--not-active {
	font-size: 18px;
	line-height: 18px;
}

.products-slider-navigation--wrapper .products-slider__dotes-ul li button,
.products-slider-navigation--wrapper .slick-dots--active {
	line-height: 25px;
	font-size: 25px;
}

@media (min-width: 768px) {
	.pp-viewing-series--series--1.product .social-links .social-link,
	.pp-viewing-series--series--2.product .social-links .social-link,
	.pp-viewing-series--series--3.product .social-links .social-link,
	.pp-viewing-series--series--4.product .social-links .social-link,
	.pp-viewing-series--series--5.product .social-links .social-link,
	.pp-viewing-series--series--6.product .social-links .social-link,
	.pp-viewing-series--series--7.product .social-links .social-link,
	.pp-viewing-series--series--8.product .social-links .social-link,
	.pp-viewing-series--series--9.product .social-links .social-link {
		color: #000;
	}
}

@media (max-width: 767px) {
	.pp-viewing-series--series--1.product .menu--wrapper.active .secret__img-svg,
	.pp-viewing-series--series--2.product .menu--wrapper.active .secret__img-svg,
	.pp-viewing-series--series--3.product .menu--wrapper.active .secret__img-svg,
	.pp-viewing-series--series--4.product .menu--wrapper.active .secret__img-svg,
	.pp-viewing-series--series--5.product .menu--wrapper.active .secret__img-svg,
	.pp-viewing-series--series--6.product .menu--wrapper.active .secret__img-svg,
	.pp-viewing-series--series--7.product .menu--wrapper.active .secret__img-svg,
	.pp-viewing-series--series--8.product .menu--wrapper.active .secret__img-svg,
	.pp-viewing-series--series--9.product .menu--wrapper.active .secret__img-svg {
		fill:#000;
	}
}

.pp-viewing-series--series--1.product .menu--wrapper .secret__img-svg.white,
.pp-viewing-series--series--2.product .menu--wrapper .secret__img-svg.white,
.pp-viewing-series--series--3.product .menu--wrapper .secret__img-svg.white,
.pp-viewing-series--series--4.product .menu--wrapper .secret__img-svg.white,
.pp-viewing-series--series--5.product .menu--wrapper .secret__img-svg.white,
.pp-viewing-series--series--6.product .menu--wrapper .secret__img-svg.white,
.pp-viewing-series--series--7.product .menu--wrapper .secret__img-svg.white,
.pp-viewing-series--series--8.product .menu--wrapper .secret__img-svg.white,
.pp-viewing-series--series--9.product .menu--wrapper .secret__img-svg.white {
	fill:#fff;
}

@media (max-width: 767px) {
	.pp-viewing-series--series--1.product .menu--wrapper:not(.active) .secret__img-svg,
	.pp-viewing-series--series--2.product .menu--wrapper:not(.active) .secret__img-svg,
	.pp-viewing-series--series--3.product .menu--wrapper:not(.active) .secret__img-svg,
	.pp-viewing-series--series--4.product .menu--wrapper:not(.active) .secret__img-svg,
	.pp-viewing-series--series--5.product .menu--wrapper:not(.active) .secret__img-svg,
	.pp-viewing-series--series--6.product .menu--wrapper:not(.active) .secret__img-svg,
	.pp-viewing-series--series--7.product .menu--wrapper:not(.active) .secret__img-svg,
	.pp-viewing-series--series--8.product .menu--wrapper:not(.active) .secret__img-svg,
	.pp-viewing-series--series--9.product .menu--wrapper:not(.active) .secret__img-svg {
		fill:#000;
	}
}

.slide-seria.slide-seria--product.slide.slide--1 .products-slider__item .item__text div {
	background-color: #EF60A3;
}

.slide-seria.slide-seria--product.slide.slide--2 .products-slider__item .item__text div {
	background-color: #9594D2;
}

.slide-seria.slide-seria--product.slide.slide--3 .products-slider__item .item__text div {
	background-color: #6ABF4B;
}

.slide-seria.slide-seria--product.slide.slide--4 .products-slider__item .item__text div {
	background-color: #E47265;
}

.slide-seria.slide-seria--product.slide.slide--5 .products-slider__item .item__text div {
	background-color: #009DCE;
}

.slide-seria.slide-seria--product.slide.slide--6 .products-slider__item .item__text div {
	background-color: #638C1C;
}

.slide-seria.slide-seria--product.slide.slide--7 .products-slider__item .item__text div {
	background-color: #D9A622;
}

.slide-seria.slide-seria--product.slide.slide--9 .products-slider__item .item__text div {
	background-color: #7F7F7F;
}

.btn__buy--mobile--wrapper .btn__buy--mobile.buy__link-position {
	width: 125px;
}

.btn__buy--mobile--wrapper .btn__buy--mobile .link__elipse {
	border: 1px solid #9E9E9E;
}

.btn__buy--mobile--wrapper .btn__buy--mobile .link__arrow path {
	stroke:#9e9e9e;
}

.btn__buy--mobile--wrapper .btn__buy--mobile .buy__link {
	color: #1A1A1A;
}

.btn__buy--mobile--wrapper .buy__link-position.btn__buy--mobile.in-click .link__arrow,
.btn__buy--mobile--wrapper .buy__link-position.btn__buy--mobile.in-click a.buy__link {
	left: 17px;
	-webkit-transition: left .4s ease;
	transition: left 0.4s ease;
}

.section-kera--wrapper.active {
	opacity: 1;
	height: 100%;
}

.section-kera--wrapper {
	opacity: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	background-color: #FFF;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.section-kera--wrapper .kera__title--wrapper-desktop {
	display: none;
}

@media (min-width: 768px) {
	.section-kera--wrapper .kera__title--wrapper-desktop {
		display: block;
	}
}

.section-kera--wrapper .kera__title--wrapper-desktop .kera__after-title__wrapper {
	display: block;
	width:-webkit-fit-content;
	width:-moz-fit-content;
	width:fit-content;
}

@media (min-width: 768px) {
	.section-kera--wrapper .kera__title--wrapper-mobile {
		display: none;
	}
}

.section-kera--wrapper .kera__title--wrapper-mobile .kera__title {
	margin-top: 5px;
	margin-bottom: 10px;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	text-transform: uppercase;
	color: #1A1A1A;
}

.section-kera--wrapper .kera__title--wrapper-mobile .kera__time-icon {
	position: absolute;
	top: -15px;
	right: -29px;
}

.section-kera--wrapper .kera__title--wrapper-mobile .kera__after-title__wrapper {
	margin-bottom: -1px;
	display: block;
	width:-webkit-fit-content;
	width:-moz-fit-content;
	width:fit-content;
	padding: 3px;
}

.section-kera--wrapper .kera__title--wrapper-mobile .kera__after-title {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 120%;
	color: #FFF;
}

@media (max-width: 767px) {
	.section-kera--wrapper .kera__sheme-block {
		padding-top: 10px;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
}

.section-kera--wrapper .block-collation--mobile {
	display: none;
}

@media (max-width: 767px) {
	.section-kera--wrapper .block-collation--mobile {
		display: block;
	}
}

.section-kera--wrapper .block-collation--mobile .collation__title--mobile {
	margin-top: 5px;
	margin-bottom: 14px;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 115%;
	color: #1A1A1A;
}

@media (max-width: 767px) {
	.section-kera--wrapper .section-kera__left {
		margin-top: auto;
		margin-bottom: auto;
		padding-left: 18px;
		padding-right: 18px;
		padding-top: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-ms-flex-pack: distribute;
		justify-content: space-around;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.section-kera--wrapper .section-kera__left {
		padding-left: 72px;
		padding-top: 66px;
		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-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 1024px) {
	.section-kera--wrapper .section-kera__left {
		padding-left: 140px;
	}
}

.section-kera--wrapper .section-kera__right {
	display: none;
	position: relative;
}

@media (min-width: 768px) {
	.section-kera--wrapper .section-kera__right {
		display: block;
		width: 30%;
		background-image: url(../img/menu/menu-image-5.jpg);
		background-repeat: no-repeat;
		background-position: top center;
		background-size: cover;
	}
}

@media (min-width: 1600px) {
	.section-kera--wrapper .section-kera__right {
		background-size: cover;
	}
}

@media (max-width: 767px) {
	.section-kera--wrapper .section-kera__right .btn__all-secrets-svg--wrapper--desktop {
		display: none;
	}
}

@media (min-width: 768px) {
	.section-kera--wrapper .section-kera__right .btn__all-secrets-svg--wrapper--desktop {
		width: 150px;
		-webkit-transition: all .4s linear;
		transition: all 0.4s linear;
		cursor: pointer;
		display: block;
		bottom: 30px;
		left: -62px;
		position: absolute;
		-webkit-transform: scale(.9);
		transform: scale(0.9);
	}
}

@media (min-width: 1024px) {
	.section-kera--wrapper .section-kera__right .btn__all-secrets-svg--wrapper--desktop {
		left: -62px;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.section-kera--wrapper .section-kera__right .all-secrets-svg__text {
	position: absolute;
}

@media (min-width: 768px) {
	.section-kera--wrapper .section-kera__right .all-secrets-svg__text {
		top: 25px;
		left: 51px;
	}
}

@media (min-width: 1024px) {
	.section-kera--wrapper .section-kera__right .all-secrets-svg__text {
		top: 25px;
	}
}

.section-kera--wrapper .section-kera__right .all-secrets-svg__text .all-secrets-svg-text {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0.5em;
	display: block;
	color: #FFF;
}

@media (min-width: 768px) {
	.section-kera--wrapper .section-kera__right .all-secrets-svg__text .all-secrets-svg-text {
		font-size: 12px;
		line-height: 150%;
		letter-spacing: 0.5em;
	}
}

@media (min-width: 1024px) {
	.section-kera--wrapper .section-kera__right .all-secrets-svg__text .all-secrets-svg-text {
		font-size: 12px;
		line-height: 150%;
	}
}

.section-kera--wrapper .section-kera__right .all-secrets-svg__text .all-secrets-svg-text .text-dark--normal {
	color: #1A1A1A;
}

.section-kera--wrapper .section-kera__right .all-secrets-svg__arrow {
	position: relative;
	top: -6px;
}

.section-kera--wrapper .section-kera__right .btn__all-secrets.in-click .all-secrets-svg__text,
.section-kera--wrapper .section-kera__right .btn__all-secrets:hover.in-click .all-secrets-svg__text {
	-webkit-transition: all .3s linear;
	transition: all 0.3s linear;
}

@media (min-width: 768px) {
	.section-kera--wrapper .section-kera__right .btn__all-secrets.in-click .all-secrets-svg__text,
	.section-kera--wrapper .section-kera__right .btn__all-secrets:hover.in-click .all-secrets-svg__text {
		left: 66px;
	}
}

@media (min-width: 1024px) {
	.section-kera--wrapper .section-kera__right .btn__all-secrets.in-click .all-secrets-svg__text,
	.section-kera--wrapper .section-kera__right .btn__all-secrets:hover.in-click .all-secrets-svg__text {
		left: 66px;
	}
}

.section-kera--wrapper .section-kera__right .btn__all-secrets.in-click .all-secrets-svg__text .all-secrets-svg-text,
.section-kera--wrapper .section-kera__right .btn__all-secrets.in-click .all-secrets-svg__text .text-dark--hover,
.section-kera--wrapper .section-kera__right .btn__all-secrets.in-click .all-secrets-svg__text .text-dark--normal,
.section-kera--wrapper .section-kera__right .btn__all-secrets:hover .all-secrets-svg__text .all-secrets-svg-text,
.section-kera--wrapper .section-kera__right .btn__all-secrets:hover.in-click .all-secrets-svg__text .all-secrets-svg-text,
.section-kera--wrapper .section-kera__right .btn__all-secrets:hover.in-click .all-secrets-svg__text .text-dark--hover,
.section-kera--wrapper .section-kera__right .btn__all-secrets:hover.in-click .all-secrets-svg__text .text-dark--normal {
	color: #FFF;
}

.description-product--mob .btn__buy--mobile--wrapper .link__arrow path,.section-kera--wrapper .section-kera__right .btn__all-secrets.in-click .all-secrets-svg__text .all-secrets-svg__arrow path,.section-kera--wrapper .section-kera__right .btn__all-secrets:hover.in-click .all-secrets-svg__text .all-secrets-svg__arrow path {
	stroke:#fff;
}

.section-kera--wrapper .section-kera__right .btn__all-secrets:hover .all-secrets-svg__text {
	-webkit-transition: all .4s linear;
	transition: all 0.4s linear;
}

@media (min-width: 768px) {
	.section-kera--wrapper .section-kera__right .btn__all-secrets:hover .all-secrets-svg__text {
		left: 26px;
	}
}

@media (min-width: 1024px) {
	.section-kera--wrapper .section-kera__right .btn__all-secrets:hover .all-secrets-svg__text {
		left: 26px;
	}
}

.section-kera--wrapper .section-kera__right .btn__all-secrets:hover .all-secrets-svg__text .all-secrets-svg__arrow path {
	stroke:#1a1a1a;
}

.section-kera--wrapper .section-kera__right .btn__all-secrets:hover .all-secrets-svg__text .text-dark--hover,
.section-kera--wrapper .section-kera__right .btn__all-secrets:hover .all-secrets-svg__text .text-dark--normal {
	color: #1A1A1A;
}

.section-kera--wrapper .btn__back-svg--wrapper--mobile {
	display: none;
}

@media (max-width: 767px) {
	.section-kera--wrapper .btn__back-svg--wrapper--mobile {
		display: block;
		margin-left: auto;
		position: relative;
		cursor: pointer;
	}
}

.section-kera--wrapper .btn__back-svg--wrapper--mobile.in-click .back-buy-svg__text {
	-webkit-transition: all .4s linear;
	transition: all 0.4s linear;
	left: 69px;
}

@media (max-width: 767px) {
	.section-kera--wrapper .back-svg {
		width: 97px;
		height: 97px;
	}
	
	.section-kera--wrapper .back-svg__text {
		top: 40px;
		left: 40px;
		font-size: 12px;
		line-height: 150%;
	}
}

.btn__back-svg--wrapper--mobile.in-click .back-svg__text,
.btn__back-svg--wrapper:hover .back-svg__text {
	-webkit-transition: all .4s linear;
	transition: all 0.4s linear;
	left: 16px;
}

.block-kera-absolute[series="1"] svg.kera__scheme-icon path.with-fill,.block-kera-absolute[series="1"] svg.kera__time-icon path.with-fill {
	fill:#ef60a3;
}

.block-kera-absolute[series="2"] svg.kera__scheme-icon path.with-fill,.block-kera-absolute[series="2"] svg.kera__time-icon path.with-fill {
	fill:#9594d2;
}

.block-kera-absolute[series="3"] svg.kera__scheme-icon path.with-fill,.block-kera-absolute[series="3"] svg.kera__time-icon path.with-fill {
	fill:#6abf4b;
}

.block-kera-absolute[series="4"] svg.kera__scheme-icon path.with-fill,.block-kera-absolute[series="4"] svg.kera__time-icon path.with-fill {
	fill:#e47265;
}

.block-kera-absolute[series="5"] svg.kera__scheme-icon path.with-fill,.block-kera-absolute[series="5"] svg.kera__time-icon path.with-fill {
	fill:#009dce;
}

.block-kera-absolute {
	position: absolute;
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
	-webkit-transition: .5s;
	transition: 0.5s;
	opacity: 0;
	background-color: #FFF;
	top: 0;
	bottom: 0;
	right: 0;
	width: 69%;
	height: 100%;
	z-index: -15;
	padding: 30px 40px;
	color: #000;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 1024px) {
	.block-kera-absolute {
		padding-left: 60px;
		padding-right: 60px;
		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-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

@media (min-width: 768px) {
	.block-kera-absolute.visible {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		background-color: #FFF;
		opacity: 1;
		z-index: 15;
	}
}

@media (min-width: 1024px) {
	.block-kera-absolute.visible {
		padding-left: 60px;
	}
}

.kera__title--wrapper {
	position: relative;
	display: inline-block;
}

.kera__scheme-text--wrapper p,
h3.kera__title {
	font-style: normal;
	font-weight: 400;
	color: #1A1A1A;
}

h3.kera__title {
	position: relative;
	display: inline-block;
	width:-webkit-fit-content;
	width:-moz-fit-content;
	width:fit-content;
}

@media (min-width: 768px) {
	h3.kera__title {
		font-size: 18px;
		line-height: 115%;
		text-transform: uppercase;
		color: #1A1A1A;
		margin-bottom: 7px;
		margin-top: 0;
	}
}

@media (min-width: 1024px) {
	h3.kera__title {
		font-size: 22px;
		line-height: 120%;
	}
}

.kera__time-icon {
	position: absolute;
	top: 0;
	right: 0;
}

@media (min-width: 768px) {
	.kera__time-icon {
		-webkit-transform: scale(.7);
		transform: scale(0.7);
		position: absolute;
		top: -23px;
		right: -39px;
	}
}

@media (min-width: 1024px) {
	.kera__time-icon {
		-webkit-transform: scale(1);
		transform: scale(1);
		top: -27px;
		right: -47px;
	}
}

.kera__after-title__wrapper {
	padding: 2px;
	margin-bottom: 20px;
	background: #1A1A1A;
	display: inline-block;
}

@media (min-width: 1024px) {
	.kera__after-title__wrapper {
		display: block;
		width:-webkit-fit-content;
		width:-moz-fit-content;
		width:fit-content;
	}
}

@media (min-width: 768px) {
	.kera__after-title {
		margin: 0;
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 120%;
		color: #FFF;
	}
}

@media (min-width: 1024px) {
	.kera__after-title {
		font-size: 14px;
		line-height: 115%;
	}
}

.kera__sheme-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 420px;
	margin-bottom: 20px;
}

@media (min-width: 1024px) {
	.kera__sheme-block {
		max-width: 70%;
	}
}

.kera__scheme-text--wrapper {
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px;
}

@media (max-width: 767px) {
	.kera__scheme-text--wrapper {
		padding: 5px 5px 5px 10px;
	}
}

@media (min-width: 1024px) {
	.kera__scheme-text--wrapper {
		padding-top: 20px;
	}
}

@media (max-width: 767px) {
	.kera__scheme-icon {
		width: 87px;
		height: 158px;
	}
}

@media (min-width: 768px) {
	.kera__scheme-icon {
		width: 74px;
		height: 133px;
	}
}

@media (min-width: 1024px) {
	.kera__scheme-icon {
		width: 87px;
		height: 158px;
	}
}

.kera__scheme-text--wrapper p {
	font-size: 11px;
	line-height: 110%;
}

@media (min-width: 768px) {
	.kera__scheme-text--wrapper p {
		font-size: 10px;
		line-height: 115%;
	}
}

@media (min-width: 1024px) {
	.kera__scheme-text--wrapper p {
		font-size: 12px;
		line-height: 120%;
	}
}

@media (max-width: 767px) {
	.kera__scheme-text--wrapper p b {
		font-weight: 400;
		display: block;
	}
}

.scheme-text__item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 3px;
}

.item__dote {
	padding-right: 5px;
}

.block-collation {
	display: none;
}

@media (min-width: 768px) {
	.block-collation {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
}

@media (min-width: 1024px) {
	.block-collation {
		max-width: 89%;
	}
}

.block-collation__item {
	width: 45%;
}

@media (min-width: 1024px) {
	.block-collation__item img {
		width: auto;
		height: 23px;
	}
}

@media (min-width: 1600px) {
	.block-collation__item img {
		width: auto;
		height: 26px;
	}
}

.collation__title {
	margin-top: 10px;
	margin-bottom: 5px;
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 120%;
	color: #1A1A1A;
}

@media (min-width: 1024px) {
	.collation__title {
		margin-top: 15px;
		font-size: 12px;
		line-height: 120%;
	}
}

.collation__text {
	position: relative;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 120%;
	color: #1A1A1A;
}

@media (min-width: 1024px) {
	.collation__text {
		font-size: 12px;
		line-height: 120%;
	}
}

.collation__item {
	padding-bottom: 3px;
	display: block;
	position: relative;
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 120%;
	color: #1A1A1A;
}

@media (min-width: 1024px) {
	.collation__item {
		font-size: 12px;
		line-height: 120%;
	}
}

.collation__item .collation__dote {
	position: absolute;
	left: -10px;
}

.btn__back-svg--wrapper {
	position: relative;
	width: 100px;
	height: 87px;
	left: -73px;
	top: 2px;
	cursor: pointer;
}

@media (min-width: 1024px) {
	.btn__back-svg--wrapper {
		width: 110px;
		height: 97px;
		left: -92px;
		-ms-flex-item-align: baseline;
		align-self: baseline;
	}
}

@media (min-width: 768px) {
	.back-svg {
		-webkit-transform: scale(.9);
		transform: scale(0.9);
	}
}

@media (min-width: 1024px) {
	.back-svg {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

@media (min-width: 1024px) {
	.back-svg__text span {
		font-size: 12px;
	}
}

.btn__back-svg--wrapper:hover .back-svg__text {
	left: 32px;
}

.section-secret--wrapper {
	background-color: #020202;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	position: relative;
}

.section-secret--img {
	background-image: url(../img/secret-bg--mob.jpg);
	background-repeat: no-repeat;
	z-index: 5;
	background-position: center;
	background-size: cover;
	top: 0;
	right: -40px;
	width: 100%;
	height: 70%;
	position: absolute;
}

@media (max-width: 767px) {
	.section-secret--img {
		left: 0;
	}
}

@media (min-width: 768px) {
	.section-secret--img {
		height: 100%;
		width: 100%;
		right: 0;
		background-position: right top;
		background-size: cover;
		background-image: url(../img/secret-bg-1024.png);
	}
}

@media (min-width: 1024px) {
	.section-secret--img {
		background-position: right top;
		background-size: contain;
		width: 100%;
	}
}

.section-secret {
	width: 100%;
	padding: 50px 18px 30px;
	height: 41%;
	z-index: 6;
	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-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 500px) {
	.section-secret {
		padding-left: 50px;
	}
}

@media (min-width: 768px) {
	.section-secret {
		padding-left: 137px;
	}
}

@media (min-width: 1600px) {
	.section-secret {
		padding-bottom: 50px;
	}
}

.secret__text--wrapper {
	max-width: 285px;
}

@media (min-width: 768px) {
	.secret__text--wrapper {
		padding-left: 50px;
		max-width: 470px;
	}
}

@media (min-width: 1024px) {
	.secret__text--wrapper {
		padding-left: 80px;
		max-width: 500px;
	}
}

@media (min-width: 1600px) {
	.secret__text--wrapper {
		padding-left: 80px;
		max-width: 650px;
	}
}

.secret__title {
	font-style: normal;
	font-weight: 400;
	font-size: 28px;
	line-height: 115%;
	text-transform: uppercase;
	color: #FFF;
	margin-top: 0;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	.secret__title {
		margin-bottom: 30px;
		margin-left: -2px;
		font-size: 36px;
		line-height: 115%;
	}
}

@media (min-width: 1024px) {
	.secret__title {
		font-size: 48px;
		line-height: 115%;
	}
}

@media (min-width: 1600px) {
	.secret__title {
		font-size: 64px;
		line-height: 115%;
		margin-bottom: 30px;
	}
}

.secret__afrer-title {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 115%;
	color: #FFF;
	margin-bottom: 0;
	max-width: 281px;
}

@media (min-width: 768px) {
	.secret__afrer-title {
		font-size: 14px;
		line-height: 115%;
		max-width: 100%;
	}
}

@media (min-width: 1024px) {
	.secret__afrer-title {
		font-size: 18px;
		line-height: 120%;
	}
}

@media (min-width: 1600px) {
	.secret__afrer-title {
		font-size: 18px;
		line-height: 120%;
	}
}

.buy__link--wrapper {
	display: none;
}

@media (min-width: 768px) {
	.buy__link--wrapper {
		display: block;
	}
}

.buy__link-position {
	width: 200px;
	display: block;
	text-align: center;
	cursor: pointer;
}

.buy__link-position .link__elipse {
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #FFF;
	width: 97px;
	height: 97px;
}

@media (min-width: 768px) {
	.buy__link-position .link__elipse {
		width: 87px;
		height: 87px;
	}
}

@media (min-width: 1024px) {
	.buy__link-position .link__elipse {
		width: 97px;
		height: 97px;
	}
}

.buy__link-position .link__arrow {
	position: relative;
	top: -31px;
	left: 0;
	padding-left: 47px;
	-webkit-transition: all .4s ease;
	transition: all 0.4s ease;
	text-align: left;
}

@media (min-width: 768px) {
	.buy__link-position a.buy__link {
		font-size: 10px;
		line-height: 150%;
		letter-spacing: 0.5em;
		padding-top: 21px;
	}
}

@media (min-width: 1024px) {
	.buy__link-position a.buy__link {
		font-size: 12px;
		line-height: 150%;
	}
}

.buy__link-position a.buy__link:focus {
	outline: 0;
}

.buy__link-position a.buy__link:hover {
	text-decoration: none;
}

@media (min-width: 768px) {
	.buy__link-position:hover .link__arrow,
	.buy__link-position:hover a.buy__link {
		left: -15px;
		-webkit-transition: left .4s ease;
		transition: left 0.4s ease;
	}
}

@media (min-width: 1024px) {
	.buy__link-position:hover .link__arrow,
	.buy__link-position:hover a.buy__link {
		left: -15px;
		-webkit-transition: left .4s ease;
		transition: left 0.4s ease;
	}
}

@media (min-width: 768px) {
	.buy__link-position.in-click .link__arrow,
	.buy__link-position.in-click a.buy__link {
		left: 17px;
		-webkit-transition: left .4s ease;
		transition: left 0.4s ease;
	}
}

@media (min-width: 1024px) {
	.buy__link-position.in-click .link__arrow,
	.buy__link-position.in-click a.buy__link {
		left: 21px;
		-webkit-transition: left .4s ease;
		transition: left 0.4s ease;
	}
}

.back-buy-svg__text span,
.soon__link--wrapper {
	display: block;
}

@media (min-width: 768px) {
	.soon__link--wrapper {
		display: none;
	}
}

.soon__link-position {
	cursor: pointer;
	width: 187px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-left: 80px;
}

.soon__link-position .link__elipse {
	background-color: transparent;
	border-radius: 50%;
	border: 1px solid #FFF;
	width: 97px;
	height: 97px;
}

.soon__link-position .soon__arrow,
.soon__link-position a.soon__link {
	position: relative;
	top: -31px;
	left: 0;
	padding-left: 47px;
	-webkit-transition: all .4s ease;
	transition: all 0.4s ease;
	text-align: left;
}

.soon__link-position a.soon__link {
	top: 0;
	height:-webkit-fit-content;
	height:-moz-fit-content;
	height:fit-content;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.5em;
	color: #FFF;
	text-decoration: none;
	width: 50%;
	display: block;
	padding-top: 26px;
	padding-bottom: 30px;
	padding-left: 50px;
}

.soon__link-position a.soon__link:focus {
	outline: 0;
}

.soon__link-position a.soon__link:hover,
a.block-buy__item {
	text-decoration: none;
}

.soon__link--wrapper.in-click .soon__arrow,
.soon__link--wrapper.in-click a.soon__link {
	left: 17px;
	-webkit-transition: left .4s ease;
	transition: left 0.4s ease;
}

.block-buy--mob--absolute.visible {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	background-color: #FFF;
	opacity: 1;
	z-index: 18;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.block-buy--mob--absolute {
	position: absolute;
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
	-webkit-transition: .5s;
	transition: 0.5s;
	opacity: 0;
	z-index: -2;
	background-color: #FFF;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 50px 18px 30px;
	color: #000;
	background-image: url(../img/buy/buy-bg--mob.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 500px) {
	.block-buy--mob--absolute {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (min-width: 768px) {
	.block-buy--mob--absolute {
		display: none;
	}
}

.block-buy--mob__text--wrapper {
	margin-top: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	width: 100%;
}

.block-buy--mob__text {
	margin-bottom: 30px;
}

.block-buy__title {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 118%;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #1A1A1A;
	margin-bottom: 20px;
	border-bottom: 2px solid #1A1A1A;
	display: inline-block;
}

a.block-buy__item {
	font-size: 14px;
	line-height: 115%;
	margin-bottom: 8px;
	margin-top: 0;
	display: block;
}

.btn__back-buy--mob {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	width: 97px;
	height: 97px;
	cursor: pointer;
}

.back-buy__svg--mob,
a.block-buy__item {
	font-style: normal;
	font-weight: 400;
	color: #1A1A1A;
}

.back-buy__svg--mob {
	-webkit-transition: all .4s linear;
	transition: all 0.4s linear;
	position: absolute;
	top: 0;
	left: 0;
}

.back-buy-svg__text,
.back-svg__text span {
	line-height: 150%;
	display: block;
	letter-spacing: 0.5em;
	color: #1A1A1A;
}

.back-buy-svg__text {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	top: 42px;
	left: 48px;
	position: absolute;
	-webkit-transition: all .4s linear;
	transition: all 0.4s linear;
}

.all-secrets-svg__arrow {
	position: relative;
	top: -6px;
}

.btn__back-buy--mob.in-click,
.btn__back-buy--mob.in-click .back-buy-svg__text {
	-webkit-transition: all .4s linear;
	transition: all 0.4s linear;
}

.btn__back-buy--mob.in-click .back-buy-svg__text {
	left: 69px;
}

.block-buy--desktop--absolute.visible {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	background-color: #FFF;
	opacity: 1;
	z-index: 19;
	-webkit-transition: .5s all ease;
	transition: 0.5s all ease;
}

.block-buy--desktop--absolute {
	display: none;
}

@media (min-width: 768px) {
	.block-buy--desktop--absolute {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-transition: .5s all ease;
		transition: 0.5s all ease;
		position: absolute;
		-webkit-transform: translateX(200%);
		transform: translateX(200%);
		opacity: 0;
		z-index: -4;
		background-color: #FFF;
		top: 0;
		bottom: 0;
		right: 0;
		width: 69%;
		height: 100%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		padding: 192px 70px 30px 80px;
	}
}

@media (min-width: 1024px) {
	.block-buy--desktop--absolute {
		padding-left: 60px;
		padding-right: 80px;
		padding-top: 197px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 1600px) {
	.block-buy--desktop--absolute {
		padding-top: initial;
		padding-left: 160px;
		padding-right: 60px;
	}
}

.block-buy--desktop {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

.block-buy--desktop .left-block,
.block-buy--desktop .right-block {
	width: 50%;
}

@media (min-width: 768px) {
	.block-buy--desktop .left-block .block-buy__title {
		font-style: normal;
		font-weight: 400;
		font-size: 18px;
		line-height: 118%;
		letter-spacing: 0.04em;
		text-transform: uppercase;
		color: #1A1A1A;
		margin-bottom: 20px;
	}
}

@media (min-width: 1024px) {
	.block-buy--desktop .left-block .block-buy__title {
		font-size: 24px;
		line-height: 132%;
		margin-bottom: 30px;
	}
}

@media (min-width: 1600px) {
	.block-buy--desktop .left-block .block-buy__title {
		font-size: 30px;
		line-height: 132%;
	}
}

@media (min-width: 768px) {
	.block-buy--desktop .left-block .block-buy__item {
		font-style: normal;
		font-weight: 400;
		font-size: 12px;
		line-height: 120%;
		color: #1A1A1A;
		margin-bottom: 8px;
	}
}

@media (min-width: 1024px) {
	.block-buy--desktop .left-block .block-buy__item {
		font-size: 14px;
		line-height: 115%;
	}
}

@media (min-width: 1600px) {
	.block-buy--desktop .left-block .block-buy__item {
		font-size: 18px;
		line-height: 120%;
		margin-bottom: 10px;
	}
}

.block-buy--desktop .right-block .buy-img--desktop--wrapper {
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url(../img/buy/buy-img--desktop.jpg);
}

.btn__back-buy--desktop {
	position: absolute;
	cursor: pointer;
}

@media (min-width: 768px) {
	.btn__back-buy--desktop {
		left: -115px;
		top: -57px;
		width: 100px;
		height: 87px;
	}
}

@media (min-width: 1024px) {
	.btn__back-buy--desktop {
		width: 110px;
		height: 97px;
		left: -92px;
	}
}

@media (min-width: 1600px) {
	.btn__back-buy--desktop {
		left: -193px;
	}
}

@media (min-width: 768px) {
	.back-svg {
		-webkit-transform: scale(.9);
		transform: scale(0.9);
	}
}

@media (min-width: 1024px) {
	.back-svg {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.back-svg__text {
	-webkit-transition: all .4s linear;
	transition: all 0.4s linear;
	position: absolute;
	top: 41px;
	left: 51px;
	font-style: normal;
	font-weight: 400;
	color: #1A1A1A;
}

.back-svg__text span {
	font-size: 10px;
}

@media (min-width: 1024px) {
	.back-svg__text span {
		font-size: 12px;
	}
}

.btn__back-buy--desktop:hover .back-svg__text,
.btn__buy--desktop.in-click .back-svg__text {
	left: 32px;
	-webkit-transition: all .4s linear;
	transition: all 0.4s linear;
}

.btn__buy--desktop.in-click .back-svg__text {
	left: 68px;
}

.btn__back-buy--mob.in-click .back-svg__text,
.btn__back-buy--mob:hover .back-svg__text {
	left: 32px;
	-webkit-transition: all .4s linear;
	transition: all 0.4s linear;
}

.btn__back-buy--mob.in-click .back-svg__text {
	left: 68px;
}

.description-product--mob--wrapper,
.description-product--mob--wrapper.visible {
	-webkit-transform: translate3d(0,0,0) !important;
	transform: translate3d(0, 0, 0) !important;
	opacity: 1;
	z-index: 10 !important;
	-webkit-transition: .8s all ease;
	transition: 0.8s all ease;
}

@media (min-width: 768px) {
	.description-product--mob--wrapper.visible {
		display: none;
	}
}

.description-product--mob--wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	z-index: -1 !important;
	color: #FFF;
	background-color: #010101;
	padding: 50px 18px 30px;
	background-image: url(../img/series/series1/description/description-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

@media (min-width: 500px) {
	.description-product--mob--wrapper {
		padding: 50px 50px 30px;
	}
}

@media (min-width: 768px) {
	.description-product--mob--wrapper {
		display: none;
	}
}

.description-product--mob {
	color: #FFF;
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.description-clouse-link--mob {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 115%;
	text-decoration: underline;
	color: #9E9E9E;
	cursor: pointer;
	margin-bottom: 12px;
}

.product-advantages,
.product-for--wrapper {
	font-style: normal;
	font-weight: 400;
	font-size: 11px;
	line-height: 155%;
}

.product-for--wrapper {
	margin-bottom: 22px;
	padding: 2px;
	color: #1A1A1A;
	background-color: #FFF;
}

.product-advantages {
	margin-top: 0;
	margin-bottom: 10px;
	color: #FFF;
}

.description-product--mob .btn__buy--mobile--wrapper {
	margin-top: auto;
	margin-left: auto;
}

.description-product--mob .btn__buy--mobile--wrapper .buy__link {
	color: #FFF;
	font-size: 12px;
	line-height: 150%;
	letter-spacing: 0.5em;
}

.description-product--mob .btn__buy--mobile--wrapper .link__elipse {
	border: 1px solid #FFF;
}

.advantage-table__col,
.description-product--mob .advantage-table {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
}

.description-product--mob .advantage-table {
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 324px;
	-webkit-box-orient: horizontal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media (min-width: 768px) {
	.description-product--mob .advantage-table {
		display: none;
	}
}

.advantage-table__col {
	width: 40%;
	-webkit-box-orient: vertical;
	-ms-flex-direction: column;
	flex-direction: column;
}

.advantage-text,
.text-after-kera {
	font-style: normal;
	font-weight: 400;
	font-size: 10px;
	line-height: 115%;
	color: #FFF;
}

.advantage-text {
	position: relative;
	padding-left: 25px;
	padding-bottom: 15px;
}

.description-product--mob .advantage-table.with-ellipse .advantage-table__col {
	width: 30%;
}

.description-product--mob .advantage-table.with-ellipse .advantage-table__col .advantage-text .advantage-text__icon {
	background-image: url(../img/avantage/ellipse.svg);
	background-repeat: no-repeat;
	top: 3px;
	left: 10px;
	width: 5px;
	height: 5px;
}

.description-product--mob .advantage-table.with-ellipse .advantage-table__col .advantage-text {
	padding-bottom: 3px;
}

.advantage-text .advantage-text__icon {
	width: 16px;
	height: 16px;
	position: absolute;
	top: -1px;
	left: 0;
	background-image: url(../img/avantage/icons-white.svg);
	background-repeat: no-repeat;
}

.text-after-kera {
	width: 70%;
	margin-top: 5px;
}

.product--series,
.product--series .product--number,
.product-for--wrapper {
	display: none;
}

.description-product--mob--wrapper.visible[series="1"] {
	background-image: url(../img/series/series1/description/description-bg.jpg);
}

.description-product--mob--wrapper.visible[series="2"] {
	background-image: url(../img/series/series2/description/description-bg.jpg);
}

.description-product--mob--wrapper.visible[series="3"] {
	background-image: url(../img/series/series3/description/description-bg.jpg);
}

.description-product--mob--wrapper.visible[series="4"] {
	background-image: url(../img/series/series4/description/description-bg.jpg);
}

.description-product--mob--wrapper.visible[series="5"] {
	background-image: url(../img/series/series5/description/description-bg.jpg);
}

.description-product--mob--wrapper.visible[series="7"] {
	background-color: #1A1A1A;
	background-image: url(../img/series/series7/description/description-bg.jpg);
	background-size: contain;
}

.description-product--mob--wrapper.visible[series="8"] {
	background-color: #1A1A1A;
	background-image: url(../img/series/series8/description/description-bg.jpg);
	background-size: contain;
}

.description-product--mob--wrapper.visible[product="1"] .product--number[product="1"],
.description-product--mob--wrapper.visible[product="2"] .product--number[product="2"],
.description-product--mob--wrapper.visible[product="3"] .product--number[product="3"],
.description-product--mob--wrapper.visible[product="4"] .product--number[product="4"],
.description-product--mob--wrapper.visible[series="1"] .product--series[series="1"],
.description-product--mob--wrapper.visible[series="1"] .product-for--wrapper[series="1"],
.description-product--mob--wrapper.visible[series="2"] .product--series[series="2"],
.description-product--mob--wrapper.visible[series="2"] .product-for--wrapper[series="2"],
.description-product--mob--wrapper.visible[series="3"] .product--series[series="3"],
.description-product--mob--wrapper.visible[series="3"] .product-for--wrapper[series="3"],
.description-product--mob--wrapper.visible[series="4"] .product--series[series="4"],
.description-product--mob--wrapper.visible[series="4"] .product-for--wrapper[series="4"],
.description-product--mob--wrapper.visible[series="5"] .product--series[series="5"],
.description-product--mob--wrapper.visible[series="5"] .product-for--wrapper[series="5"],
.description-product--mob--wrapper.visible[series="6"] .product--series[series="6"],
.description-product--mob--wrapper.visible[series="6"] .product-for--wrapper[series="6"],
.description-product--mob--wrapper.visible[series="7"] .product--series[series="7"],
.description-product--mob--wrapper.visible[series="7"] .product-for--wrapper[series="7"],
.description-product--mob--wrapper.visible[series="8"] .product--series[series="8"],
.description-product--mob--wrapper.visible[series="8"] .product-for--wrapper[series="8"],
.description-product--mob--wrapper.visible[series="9"] .product--series[series="9"],
.description-product--mob--wrapper.visible[series="9"] .product-for--wrapper[series="9"]{
	display: block;
}

/*!
 * pagepiling.js 1.5.6
 *
 * https://github.com/alvarotrigo/pagePiling.js
 * @license MIT licensed
 *
 * Copyright (C) 2016 alvarotrigo.com - A project by Alvaro Trigo
 */
body,
html {
	overflow: hidden;
	-webkit-tap-highlight-color: transparent;
}

.pp-section {
	height: 100%;
	position: absolute;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.pp-easing {
	-webkit-transition: all 1000ms cubic-bezier(.55,.085,0,.99);
	transition: all 1000ms cubic-bezier(0.55, 0.085, 0, 0.99);
	-webkit-transition-timing-function: cubic-bezier(.55,.085,0,.99);
	transition-timing-function: cubic-bezier(0.55, 0.085, 0, 0.99);
}

#pp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
}

#pp-nav.right {
	right: 17px;
}

#pp-nav.left {
	left: 17px;
}

.pp-section.pp-table {
	display: table;
}

.pp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.pp-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
}

.pp-slidesNav.bottom {
	bottom: 17px;
}

.pp-slidesNav.top {
	top: 17px;
}

#pp-nav ul,
.pp-slidesNav ul,
body,
html {
	margin: 0;
	padding: 0;
}

#pp-nav li,
.pp-slidesNav li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}

.pp-slidesNav li {
	display: inline-block;
}

#pp-nav li a,
.pp-slidesNav li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#pp-nav li .active span,
.pp-slidesNav .active span {
	background: #333;
}

#pp-nav span,
.pp-slidesNav span {
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #000;
	background: 0 0;
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}

.pp-tooltip {
	position: absolute;
	top: -2px;
	color: #FFF;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
}

.pp-tooltip.right {
	right: 20px;
}

.pp-tooltip.left {
	left: 20px;
}

.pp-scrollable {
	overflow-y: scroll;
	height: 100%;
}
