

/*************************************************************************


                  S   T   A   R   T       P   A   G   E


*************************************************************************/


/*************************************************************************

                              B A S I C S

*************************************************************************/


.start-page{}

.start-page .page-content-wrapper{
	position: relative;
	padding: 0;
}



/*************************************************************************

                              H E A D E R

*************************************************************************/


.start-page .body .page-header{
	background: none;
}

	.start-page .body .page-header .menu-button{}

		.start-page .body .page-header .menu-button>*>*{
			background: #fff;
		}

	.start-page .body .page-header .logo{
		background-image: url(/assets/img/logo-light.svg);
	}

	.start-page .body .page-header .nav{
		color: #fff;
	}

		.start-page .page-header .nav>*:hover{
			color: #fff;
		}

	.start-page .body .page-header .lang{
		color: #fff;
	}



/*************************************************************************

                               V I D E O

*************************************************************************/


.start-page .page-content .bg-video{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
	overflow: hidden;
}

	.start-page .page-content .bg-video .image{
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 0;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
	}

	.start-page .page-content .bg-video video{
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 0;
	}

	.start-page .page-content .bg-video:before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: url(/assets/img/start-pattern.png) repeat left top, rgba(0,0,0,.25);
		z-index: 1;
	}



/*************************************************************************

                               I N N E R

*************************************************************************/


.start-page .page-content{
	justify-content: center;
	align-items: center;
}

.start-page .page-content .inner{
	position: relative;
	width: 100%;
	max-width: 1760px;
	top: 160px;
}

@media (max-width: 1600px){

.start-page .page-content .inner{
	top: 0;
}

}

@media (max-width: 1024px) and (max-height: 730px){

.start-page .page-content .inner{
	top: -110px;
}

}

@media (max-width: 640px){

.start-page .page-content .inner{
	top: 0;
}

}



/*************************************************************************

                               L I N K S

*************************************************************************/


.start-page .page-content .links{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: stretch;
	position: absolute;
	top: 50%;
	left: 60px;
	font-size: 24px;
	line-height: 1em;
	width: calc(100% - 520px);
	overflow: hidden;
}

@media (max-width: 1250px){

.start-page .page-content .links{
	left: 20px;
}

}

@media (max-width: 1024px){

.start-page .page-content .links{
	width: calc(100% - 420px);
}

}

@media (max-width: 700px){

.start-page .page-content .links{
	width: calc(100% - 100px);
}

}

@media (max-width: 640px) and (max-height: 880px){

.start-page .page-content .links{
	top: calc(50% - 180px);
}

}

	.start-page .page-content .links .slider{
		width: 100%;
		overflow: hidden;
	}

		.start-page .page-content .links .slider>*>*{
			/*display: flex;*/
			flex-direction: row;
			align-items: stretch;
			justify-content: flex-start;
			overflow: hidden;
		}

			.start-page .page-content .links .slider>*>*>*{
				display: flex;
				flex-direction: row;
				align-items: flex-start;
				justify-content: flex-start;
				box-sizing: border-box;
				/*white-space: nowrap;*/
				flex-shrink: 0;
				padding: 5px 0;
			}

				.start-page .page-content .links .slider>*>*>*>*{
					opacity: 1;
					-webkit-transition: opacity 200ms ease;
					-moz-transition: opacity 200ms ease;
					-ms-transition: opacity 200ms ease;
					transition: opacity 200ms ease;
					will-change: opacity;
				}

				.start-page .page-content .links .slider>*>*>*:hover>*{
					opacity: .75;
				}

				.start-page .page-content .links .slider .icon{
					position: relative;
					top: -3px;
					width: 25px;
					height: 25px;
					background-repeat: no-repeat;
					background-position: center center;
					background-size: contain;
					flex-shrink: 0;
				}

				.start-page .page-content .links .slider .title{
					/*white-space: nowrap;*/
					margin-left: 15px;
				}

	.start-page .page-content .links .slider-nav{
		display: flex;
		flex-direction: row;
		align-items: flex-start;
		margin-top: 20px;
	}

		.start-page .page-content .links .slider-nav>*{
			width: 13px;
			height: 22px;
			background: url(/assets/img/slide-arrow.svg) no-repeat center center/contain;
			cursor: pointer;
			opacity: .5;
			-webkit-transition: opacity 200ms ease;
			-moz-transition: opacity 200ms ease;
			-ms-transition: opacity 200ms ease;
			will-change: opacity;
		}

		.start-page .page-content .links .slider-nav>*:hover{
			opacity: .25;
		}

		.start-page .page-content .links .slider-nav>*+*{
			margin-left: 35px;
		}

		.start-page .page-content .links .slider-nav>*.slide-prev{
			-webkit-transform-origin: center center;
			-moz-transform-origin: center center;
			-ms-transform-origin: center center;
			transform-origin: center center;
			-webkit-transform: rotate(180deg);
			-moz-transform: rotate(180deg);
			-ms-transform: rotate(180deg);
			transform: rotate(180deg);
		}



/*************************************************************************

                               L I N K S

*************************************************************************/


.start-page .page-content .join-us{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
	position: absolute;
	top: calc(50% + 3px);
	right: 60px;
	line-height: 1em;
	width: 520px;
	opacity: 1;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	will-change: opacity;
	font-size: 20px;
}

@media (max-width: 1250px){

.start-page .page-content .join-us{
	right: 20px;
}

}

@media (max-width: 700px){

.start-page .page-content .join-us{
	width: 25px;
	right: 20px;
}

}

@media (max-width: 640px) and (max-height: 880px){

.start-page .page-content .join-us{
	top: calc(50% - 180px);
}

}

.start-page .page-content .certificate-gift-button{
	top: calc(50% + 70px);
}

.start-page .page-content .join-us>*{
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

	.start-page .page-content .join-us>*:hover{
		opacity: .75;
	}

	.start-page .page-content .join-us>*:before{
		content: '';
		display: block;
		position: relative;
		top: -3px;
		width: 25px;
		height: 25px;
		margin-right: 15px;
		background: url(/assets/img/join-us.svg) no-repeat center center/contain;
	}

.start-page .page-content .certificate-gift-button>*:before{
	content: '';
	display: block;
	position: relative;
	top: -3px;
	width: 21px;
	height: 21px;
	margin-right: 15px;
	background: url(/assets/img/gift-icon.svg) no-repeat center center/contain;
}

@media (max-width: 700px){

	.start-page .page-content .join-us>*:before{
		margin-right: 0;
	}

}

	.start-page .page-content .join-us>*>*{}

@media (max-width: 700px){

	.start-page .page-content .join-us>*>*{
		display: none;
	}

}



/*************************************************************************

                              F O O T E R

*************************************************************************/


.start-page .page-footer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	border-top: none;
	background: none;
}

@media (max-width: 1250px){

.start-page .page-footer{
	height: 80px;
}

}

@media (max-width: 1020px){

.start-page .page-footer{
	height: 230px;
}

}

@media (max-width: 640px){

.start-page .page-footer{
	height: 250px;
}

}

@media (max-width: 440px){

.start-page .page-footer{
	height: 280px;
}

}

	.start-page .page-footer .app-links{}

		.start-page .page-footer .app-links>*{
			border: 2px solid rgba(255,255,255,.1);
		}

	@media (max-width: 400px){

		.start-page .page-footer .app-links>*{
			width: 50%;
		}

	}

			.start-page .page-footer .app-links>*:before{
				opacity: 1;
			}

			.start-page .page-footer .app-links>*.apple:before{
				background-image: url(/assets/img/app-apple-light.svg);
			}

			.start-page .page-footer .app-links>*.google:before{
				background-image: url(/assets/img/app-google-light.svg);
			}

	.start-page .page-footer .socials{}

		.start-page .page-footer .socials>*{
			border: 2px solid rgba(255,255,255,.1);
		}

			.start-page .page-footer .socials>*:before{
				opacity: 1;
			}

			.start-page .page-footer .socials>*.instagram:before{
				background: url(/assets/img/instagram-light.svg) no-repeat center center;
			}

			.start-page .page-footer .socials>*.facebook:before{
				background: url(/assets/img/facebook-light.svg) no-repeat center center;
			}

			.start-page .page-footer .socials>*.flamp:before{
				background: url(/assets/img/flamp-light.svg) no-repeat center center;
			}

			.start-page .page-footer .socials>*.vkontakte:before{
				background: url(/assets/img/vkontakte-light.svg) no-repeat center center;
			}

			.start-page .page-footer .socials>*.twitter:before{
				background: url(/assets/img/twitter-light.svg) no-repeat center center;
			}

	.start-page .page-footer .subscribe{}

		.start-page .page-footer .subscribe>*:before{
			color: #fff;
		}

		.start-page .page-footer .subscribe .caption{
			color: #fff;
		}

		.start-page .page-footer .subscribe .email{
			color: #fff;
		}

	.start-page .page-footer .author{}

		.start-page .page-footer .author>*{}

			.start-page .page-footer .author>*:before{
				background: url(/assets/img/author-light.svg) no-repeat center center/contain;
			}


