body.essa {
	background-color: #520ba0;
	overflow-x: hidden;
}

body.essa .essa-global-bg {
	position: absolute;
	z-index: 0;
	height: 170vh;
	width: 100%;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(/content/website/images/essa/essa-leosilverhome-top-bg.webp?v=1.04);
}

@media (orientation: portrait) {
	body.essa .essa-global-bg {
		height: 200vh;
		background-image: url(/content/website/images/essa/essa-leosilverhome-top-bg-vert.webp?v=1.04);
	}
}

.disclamer {
	padding-top: 1rem;
	font-weight: 300;
	font-size: 0.6em;
	text-transform: uppercase;
	opacity: .7;
}

.disclamer a {
	color: white;
}

section {
	width: 100%;
	min-height: 70vh;
	position: relative;
}

section .bubbles_container {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
}

section .bubble {
	position: absolute;
	z-index: 0;
	transform: translate(-50%, -50%);
}

section .bubble svg {
	width: 100%;
	height: 100%;
}

section.blue {
	background: linear-gradient(180deg, rgba(81, 0, 171, 0) 0%, rgba(81, 0, 171, 1) 80%);
	overflow-x: hidden;
}

section.blue .wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

section.blue .image-blue {
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	z-index: 0;
	width: 70vh;
	max-width: 100vw;
	height: auto;
	background-position: center bottom;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/content/website/images/essa/essa-hands.webp);
}

@media (max-width : 980px) {
	
	section.blue {
		min-height: auto;
	}
	
	section .bubble {
		transform: scale(2);
	}
	
	section.blue .wrapper {
		position: relative;
		left: auto;
		top: auto;
		transform: none;
		width: 90%;
		text-align: center;
	}
	
	section.blue .image-blue {
		position: relative;
		display: inline-block;
		left: 50%;
		transform: translateX(-50%);
		bottom: auto;
		width: 80vw;
		max-width: 600px;
	}
}

section.pink {
	background: linear-gradient(180deg, rgba(141, 0, 152, 1) 5%, rgba(162, 0, 78, 1) 100%);
	min-height: 0;
}

.pink .bubble {
	fill: rgba(141, 0, 152, 1);
}

.bottle {
	position: absolute;
	z-index: 10;
	left: 48%;
	top: 54%;
	transform: translate(-50%, -50%);
	
}

.bottle img {
	width: 25vw;
	max-width: 500px;
	height: auto;
}

.beams {
	position: absolute;
	z-index: 2;
	left: 0%;
	top: 0%;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/content/website/images/essa/beams.svg);
}


.lenta {
	position: relative;
	z-index: 9;
	left: 0%;
	top: 0%;
	width: 100%;
	height: auto;
}

.lenta img {
	width: 100%;
	height: auto;
}

.bubbles {
	position: absolute;
	z-index: 9;
	left: 5%;
	top: 5%;
	width: 90%;
	height: 90%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/content/website/images/essa/essa-bubbles-1.webp);
}

.pineapple-1 {
	position: absolute;
	left: 10%;
	top: 15%;
	width: 15%;
	height: 25%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/content/website/images/essa/essa-pineapple-1.webp);
}

.pineapple-2 {
	position: absolute;
	left: 80%;
	top: 65%;
	width: 15%;
	height: 15%;
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/content/website/images/essa/essa-pineapple-2.webp);
}

.grape-1 {
	position: absolute;
	left: 29%;
	top: 19%;
	width: 17%;
	height: 17%;
	max-width: 250px;
	transform: rotate(-15deg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/content/website/images/essa/essa-grape.webp);
}

.grape-2 {
	position: absolute;
	left: 60%;
	top: 58%;
	width: 12%;
	height: 12%;
	transform: rotate(125deg);
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	background-image: url(/content/website/images/essa/essa-grape.webp);
}

@media (max-width : 980px) {
	.bottle {
		left: 48%;
		top: 58%;
	}
	.bottle img {
		width: 65vw;
	}
	
	.grape-1 {
		left: 65%;
		top: 0%;
		width: 27%;
		height: 27%;
	}

	.grape-2 {
		left: 5%;
		top: 63%;
		width: 20%;
		height: 20%;
	}
	
	.pineapple-1 {
		left: 5%;
		top: 5%;
		width: 25%;
		height: 45%;
	}

	.pineapple-2 {
		left: 70%;
		top: 75%;
		width: 25%;
		height: 25%;
	}

	.bubbles {
		position: absolute;
		z-index: 2;
		left: 0%;
		top: 0%;
		width: 100%;
		height: 100%;
		background-position: center top;
		background-size: cover;
		background-repeat: no-repeat;
		background-image: url(/content/website/images/essa/essa-bubbles-1.webp);
	}
	
	.beams {
		background-size: cover;
	}
}

.violet .bubble {
	fill: rgba(82, 11, 160, 1);
}

.essa .bottom_container * {
	color: white;
}

.mainpage .top_menu_container .logo svg {
	fill: white;
}

.mainpage.scrolled .top_menu_container .logo svg, .mainpage.scrolled .icon svg, .mainpage.mobile_menu_is_on .logo svg {
	fill: black;
}

.mainpage_video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.button {
	display: inline-block;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: 600;
	line-height: 3em;
	padding-left: 3em;
	padding-right: 3em;
	min-width: 12em;
	text-decoration: none;
	text-align: center;
	color: #520ba0;
	background: #ffc216;
	border: 0;
	border-radius: 1.5em;
	cursor: pointer;
	transition: .3s ease all;
}

.button:hover {
	text-decoration: none;
	color: #ffc216;
	background: #520ba0;
	box-shadow: 0 0 20px rgba(255, 222, 130, 1);
}

.mainpage_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	
	opacity: 0.7;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.mainpage_video video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: .6;
}

.essa_title {
	position: absolute;
	z-index: 2;
	color: #fff;
	left: 50%;
	top: 50%;
	/*width: 95%;*/
	transform: translate(-50%, -50%);
	font-weight: 400;
	text-align: center;
	line-height: 1.0em;
}


.mainpage_link {
	position: absolute;
	z-index: 2;
	color: #fff;
	left: 50%;
	bottom: 5%;
	width: 95%;
	transform: translate(-50%, -50%);
	text-align: center;
}


@media (orientation: portrait) {
	
}

@media (orientation: landscape) {
	
}

@media (max-width : 1200px) {
	
}

@media (max-width : 980px) {
	
}

.slider {
	transition: height .3 ease;
}

.slide {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.slide.active {
	position: relative;
	z-index: 2;
}

.slide img {
	width: 100%;
	height: auto;
}

.bullets_container {
	position: absolute;
	left: 50%;
	bottom: 5%;
	transform: translateX(-50%);
	z-index: 3;
	white-space: nowrap;
}

.bullets_container .bullet {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transition: all .3s ease;
	height: 20px;
	width: 20px;
	margin: 5px;
	cursor: pointer;
}

.bullets_container .bullet.active {
	cursor: default;
}

.bullets_container .bullet:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.75);
	transition: all .3s ease;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .2);
	
}

.bullets_container .bullet:hover:after {
	height: 6px;
	background: rgba(255, 255, 255, 1);
}
.bullets_container .bullet.active:after {
	height: 10px;
}






.catalog_slider {
	position: relative;
	/*
	overflow-x: hidden;
	padding-right: 1px;
	padding-bottom: 1px;
	*/
	user-select: none;
}

.catalog_slider_container {
	position: relative;
	transition: all .3s ease;
	left: 0;
}

.catalog_slider_item {
	transition: all .3s ease;
}

.arrow_left, .arrow_right {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 2em;
	color: #0047c6;
	background: #eee;
	text-align: center;
	user-select: none;
	cursor: pointer;
	position: relative;
	transition: background .3s ease;
}

.arrow_left:hover, .arrow_right:hover {
	background: #ddd;
}

.arrow_left:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid #000000;
	border-width: 0 1px 1px 0;
	left: 58%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(135deg);
}

.arrow_right:after {
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	border: 1px solid #000000;
	border-width: 0 1px 1px 0;
	left: 42%;
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}