@font-face {
	font-family: "Shadow";
	src: url("../fonts/Shadow-Regular.eot");
	src: url("../fonts/Shadow-Regular.eot?iefix") format("eot"),
		url("../fonts/Shadow-Regular.woff") format("woff"),
		url("../fonts/Shadow-Regular.ttf") format("truetype"),
		url("../fonts/Shadow-Regular.svg#webfont") format("svg");
}

html {
	position: relative;
	min-height: 100%;
	font-size: 15px;
}

body {
	font-family: "Shadow", sans-serif;
	margin: 0;
}

.viewport {
	width: 100%;
	position: relative;
	min-height: 100vh;
}

.bg {
	position: fixed;
	top: 0;
	width: 100%;
	min-height: 100vh;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.bg.day {
	background-image: url(../img/day/bg_day.jpg);
	background-size: cover;
}
.bg.night {
	background-image: url(../img/nignt/bg_night.jpg);
	background-size: cover;
	z-index: 1;
	opacity: 0;
}

.water-wrap {
	position: fixed;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	height: 200px;
	z-index: 50;
}
.water-wrap .langs-wrap {
	position: absolute;
	z-index: 99999;
	width: 100%;
	text-align: center;
	bottom: 1.5rem;
}
.water-wrap .langs-wrap .lang {
	display: inline-block;
	margin: 0 0.2rem;
}
.water-wrap .water {
	position: absolute;
	width: 100%;
	height: 200px;
}
.water-wrap .water.night .wave {
	background-image: url(../img/nignt/wat_2.png);
	z-index: 999;
	opacity: 0;
}
.water-wrap .water.day .wave {
	background-image: url(../img/day/wat_2.png);
	z-index: 1;
}
.water-wrap .wave {
	position: absolute;
	min-width: 100%;
	background-repeat: repeat-x;
	height: 200px;
	background-size: cover;
}
.water-wrap .wave.left {
	animation: city2 30s linear infinite;
	-webkit-animation: city2 30s linear infinite;
}
.water-wrap .wave.right {
	top: 40px;
	animation: city 30s linear infinite;
	-webkit-animation: city 30s linear infinite;
}

.night__wave,
.day__wave {
	display: none;
}

.hump__animals-wrap {
	position: absolute;
	bottom: 14em;
	width: 38%;
	left: 0;
}
.privacy {
	margin-bottom: 100px;
}
.hump__trava-wrap {
	position: absolute;
	width: 100%;
	height: 75%;
	bottom: 28%;
}

.langs-wrap__link {
	padding-left: 3px;
	padding-right: 3px;
}

.img__trava_day {
	position: absolute;
	width: 100%;
	height: 100%;
}

.img__trava_night {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.palatka {
	position: absolute;
	right: -2.3em;
	width: 36%;
	bottom: 13em;
	transform: rotate(1deg);
}

.palatka-day {
	width: 100%;
}

.animals {
	width: 100%;
}

.hump-wrap {
	position: fixed;
	bottom: 0;
	height: 25em;
	width: 100%;
	z-index: 3;
}
.hump-wrap .hump {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}
.hump-wrap .palatka-day1 {
	position: absolute;
	animation-duration: 0.55s;
	animation-name: transparency1;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	bottom: 0;
}
.hump-wrap .palatka-day2 {
	position: absolute;
	animation-duration: 0.55s;
	animation-name: transparency2;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	bottom: 0;
}
.hump-wrap .palatka-day3 {
	position: absolute;
	animation-duration: 0.55s;
	animation-name: transparency3;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	bottom: 0;
}
.hump-wrap .palatka-day4 {
	position: absolute;
	animation-duration: 0.55s;
	animation-name: transparency4;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	bottom: 0;
}
.hump-wrap .palatka-day5 {
	position: absolute;
	animation-duration: 0.55s;
	animation-name: transparency5;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	bottom: 0;
}
.hump-wrap .palatka-day6 {
	position: absolute;
	animation-duration: 0.55s;
	animation-name: transparency6;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	bottom: 0;
}
.hump-wrap .palatka-day7 {
	position: absolute;
	animation-duration: 0.55s;
	animation-name: transparency7;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	bottom: 0;
}
.hump-wrap .palatka-day_main {
	position: absolute;
	bottom: 0;
}

@keyframes transparency1 {
	0% {
		opacity: 1;
	}
	1% {
		opacity: 1;
	}
	7% {
		opacity: 1;
	}
	14% {
		opacity: 0;
	}
	to {
		opacity: 0;
	}
}

@keyframes transparency2 {
	from {
		opacity: 0;
	}
	8% {
		opacity: 0;
	}
	9% {
		opacity: 1;
	}
	10% {
		opacity: 1;
	}
	11% {
		opacity: 1;
	}
	12% {
		opacity: 1;
	}
	13% {
		opacity: 1;
	}
	14% {
		opacity: 1;
	}
	21% {
		opacity: 1;
	}
	28% {
		opacity: 0;
	}
	to {
		opacity: 0;
	}
}

@keyframes transparency3 {
	from {
		opacity: 0;
	}
	22% {
		opacity: 0;
	}
	23% {
		opacity: 1;
	}
	24% {
		opacity: 1;
	}
	25% {
		opacity: 1;
	}
	26% {
		opacity: 1;
	}
	27% {
		opacity: 1;
	}
	28% {
		opacity: 1;
	}
	35% {
		opacity: 1;
	}
	42% {
		opacity: 0;
	}
	to {
		opacity: 0;
	}
}

@keyframes transparency4 {
	from {
		opacity: 0;
	}
	36% {
		opacity: 0;
	}
	37% {
		opacity: 1;
	}
	38% {
		opacity: 1;
	}
	39% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	41% {
		opacity: 1;
	}
	42% {
		opacity: 1;
	}
	49% {
		opacity: 1;
	}
	56% {
		opacity: 0;
	}
	to {
		opacity: 0;
	}
}

@keyframes transparency5 {
	from {
		opacity: 0;
	}
	50% {
		opacity: 0;
	}
	51% {
		opacity: 1;
	}
	52% {
		opacity: 1;
	}
	53% {
		opacity: 1;
	}
	54% {
		opacity: 1;
	}
	55% {
		opacity: 1;
	}
	56% {
		opacity: 1;
	}
	63% {
		opacity: 1;
	}
	70% {
		opacity: 0;
	}
	to {
		opacity: 0;
	}
}

@keyframes transparency6 {
	from {
		opacity: 0;
	}
	64% {
		opacity: 0;
	}
	65% {
		opacity: 1;
	}
	66% {
		opacity: 1;
	}
	67% {
		opacity: 1;
	}
	68% {
		opacity: 1;
	}
	69% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	77% {
		opacity: 1;
	}
	84% {
		opacity: 0;
	}
	to {
		opacity: 0;
	}
}

@keyframes transparency7 {
	from {
		opacity: 0;
	}
	78% {
		opacity: 0;
	}
	79% {
		opacity: 1;
	}
	80% {
		opacity: 1;
	}
	81% {
		opacity: 1;
	}
	82% {
		opacity: 1;
	}
	83% {
		opacity: 1;
	}
	84% {
		opacity: 1;
	}
	100% {
		opacity: 1;
	}
}
.hump-wrap .palatka_night {
	opacity: 0;
}

.content-wrap {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 5;
}
.content-wrap .content {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #232323;
	padding-bottom: 250px;
}
.content-wrap .content h1 {
	font-size: 3rem;
	margin-bottom: 0;
}
.content-wrap .content h2 {
	font-size: 2rem;
	margin-top: 1rem;
}
.content-wrap .content p {
	font-size: 1.75rem;
	line-height: 1.5;
}
.content-wrap .logo {
	margin-top: 5rem;
}
.content-wrap .buttons {
	margin-top: 3rem;
}

.video-wrap .video-link {
	display: block;
	overflow: hidden;
	border-radius: 15px;
	position: relative;
}
.video-wrap .video-link:after {
	content: "";
	display: block;
	width: 6rem;
	height: 6rem;
	background-image: url(../img/play-button.svg);
	background-size: contain;
	position: absolute;
	z-index: 2;
	top: 50%;
	margin-top: -3rem;
	left: 50%;
	margin-left: -3rem;
}

.video-wrap .video-img {
	max-width: 100%;
	height: auto;
}

.adaptive_img {
	height: auto;
	max-width: 100%;
}

.trava-day_mobile {
	display: none;
}

.langs-wrap_mobile {
	display: none;
}

.landscape {
	visibility: hidden;
	overflow: hidden;
}
.landscape .content-wrap {
	display: none;
}
.landscape .landscape-inner {
	width: 100%;
	height: 100%;
	background-color: black;
	visibility: initial;
	position: absolute;
}
.landscape .landscape-inner__pic {
	background: url(../img/landscape.gif) no-repeat;
	position: absolute;
	background-size: contain;
	background-position: center;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 30%;
	height: 85%;
}

@media (max-width: 2200px) {
	.hump__trava-wrap {
		bottom: 22%;
	}
}

@media (max-width: 1600px) {
	.hump__trava-wrap {
		bottom: 15%;
	}
}

@media (max-width: 1400px) {
	.langs-wrap {
		display: none;
	}
	.langs-wrap_mobile {
		display: flex;
		width: 35%;
		margin-left: auto;
		margin-right: auto;
		margin-top: 2.5rem;
	}
	.palatka {
		bottom: 7em;
	}
	.hump__animals-wrap {
		bottom: 7em;
	}
	.hump-wrap {
		height: 15em;
	}
	.water-wrap {
		height: 7em;
	}
}

@media (max-width: 1024px) {
	.logo {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.buttons {
		display: flex;
		justify-content: center;
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.buttons__google-wrapper {
		flex: 1;
		text-align: right;
		margin-right: 5px;
	}
	.buttons__apple-wrapper {
		flex: 1;
		text-align: left;
		margin-left: 5px;
	}
	.content-wrap .content {
		max-width: 600px;
	}
	.content-wrap .logo {
		margin-top: 3rem;
	}
	.content-wrap .content h1 {
		font-size: 2.5rem;
	}
	.content-wrap .content h2 {
		font-size: 1.5rem;
	}
	.content-wrap .content p {
		font-size: 1.25rem;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 900px) {
	.hump-wrap {
		height: 14em;
	}
}

@media (max-width: 650px) {
	.content-wrap .content {
		max-width: 450px;
	}
}

@media (max-width: 768px) {
	.buttons {
		width: 65%;
	}
	.palatka,
	.hump__animals-wrap {
		width: 45%;
	}
}

@media (max-width: 600px) {
	.hump-wrap {
		height: 12.5em;
		z-index: 10;
	}
	.palatka,
	.hump__animals-wrap {
		bottom: 6.5em;
	}
	.palatka {
		transform: rotate(4deg);
	}
}

@media (max-width: 425px) {
	.bg.night {
		background: url("../img/nignt/night-m.jpg") no-repeat;
	}
	.bg.day {
		background: url("../img/day/day-m.jpg") no-repeat;
	}
	.content-wrap .content {
		max-width: 360px;
	}
	.content-wrap .logo,
	.content-wrap .buttons {
		margin-top: 1rem;
	}
	.content-wrap .content h1 {
		font-size: 1.4rem;
	}
	.content-wrap .content h2 {
		font-size: 1.1rem;
	}
	.content-wrap .content p {
		font-size: 0.9rem;
		width: 100%;
		line-height: 1.6;
		margin-left: auto;
		margin-right: auto;
	}
	.water-wrap {
		height: 6em;
	}
	.night__wave,
	.day__wave {
		display: inline-block;
		position: absolute;
	}
	.water-wrap .wave {
		height: 105px;
	}
	.water-wrap .water.night .wave.left,
	.water-wrap .water.night .wave.right {
		background-image: url("../img/water_n.png");
	}
	.water-wrap .water.night .wave.left {
		background-size: 230% 92%;
	}
	.water-wrap .water.night .wave.right {
		background-size: 230% 100%;
	}
	.water-wrap .water.day .wave.left,
	.water-wrap .water.day .wave.right {
		background-image: url("../img/water_d.png");
	}
	.water-wrap .water.day .wave.left {
		background-size: 230% 92%;
	}
	.water-wrap .water.day .wave.right {
		background-size: 230% 100%;
	}
	.hump__trava-wrap {
		bottom: -10%;
	}
	.img__trava_day,
	.img__trava_night {
		height: 40%;
	}
	.palatka {
		transform: rotate(-1deg);
	}
	.hump__animals-wrap {
		z-index: 9999;
	}
	.palatka {
		z-index: 1;
	}
	.hump__animals-wrap {
		width: 68%;
	}
	.palatka {
		width: 60%;
	}
	.palatka,
	.hump__animals-wrap {
		bottom: 5.5em;
	}
}

@media (max-width: 375px) {
	.content-wrap .content {
		max-width: 330px;
	}
}

@media (max-width: 320px) {
	.content-wrap .content {
		max-width: 290px;
	}
}

@keyframes city {
	from {
		background-position: -1000px 100%, 120% 30%, 120% 15%, 0 0;
	}
	to {
		background-position: 0 100%, -200% 10%, -50% 15%, 0 0;
	}
}

@-webkit-keyframes city {
	from {
		background-position: -1000px 100%, 120% 30%, 120% 15%, 0 0;
	}
	to {
		background-position: 0 100%, -200% 10%, -50% 15%, 0 0;
	}
}

@keyframes city2 {
	from {
		background-position: 0 100%, -200% 10%, -50% 15%, 0 0;
	}
	to {
		background-position: -1000px 100%, 120% 30%, 120% 15%, 0 0;
	}
}

@-webkit-keyframes city2 {
	from {
		background-position: 0 100%, -200% 10%, -50% 15%, 0 0;
	}
	to {
		background-position: -1000px 100%, 120% 30%, 120% 15%, 0 0;
	}
}
