*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0
}

body {
	position: relative;
	font-family: 'Source Sans Pro', sans-serif;
	background-color: #fff;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
	line-height: normal;
	overflow-x: hidden
}

a {
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease
}

img {
	display: inline-block
}

b,
strong {
	font-weight: 700
}

ol,
p,
ul {
	line-height: 1.5;
	margin-bottom: 1em
}

.container {
	width: 1170px;
	max-width: 100%;
	margin: 0 auto
}

.abs-zero {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.page_header {
	position: absolute;
	z-index: 5;
	top: 0;
	left: 0;
	width: 100%
}

.header_inner {
	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
}

.header_logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header_logo img {
	height: 60px
}

.page_header.no-menu .header_logo img:first-child {
	height: 73px;
	margin-right: 13px
}

.page_header.no-menu .header_inner {
	height: 120px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.page_header.no-menu .header_nav {
	display: none
}

.page_header.has-menu {
	background-color: #d52846;
	background-image: -webkit-gradient(linear, left top, right top, from(#d52846), color-stop(51%, #e33f24), to(#d52846));
	background-image: -o-linear-gradient(left, #d52846 0, #e33f24 51%, #d52846 100%);
	background-image: linear-gradient(to right, #d52846 0, #e33f24 51%, #d52846 100%)
}

.page_header.has-menu .header_inner {
	height: 90px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.page_header.has-menu+.header_fake {
	height: 90px
}

.page_header.has-menu .header_logo img:first-child {
	display: none
}

.header_nav nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.header_nav nav a {
	color: #fff;
	text-transform: uppercase
}

.header_nav nav a.cta {
	border: 1px solid #fff;
	border-radius: 25px;
	padding: 10px 15px
}

.header_nav nav a:not(:last-child) {
	margin-right: 40px
}

.burger {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.burger span {
	width: 30px;
	height: 4px;
	background-color: #fff
}

.page_footer {
	background-color: #f0f3f4
}

.footer_inner {
	text-align: center;
	padding: 40px 0
}

.intro_hero {
	position: relative;
	width: 100%;
	height: calc(100vh)
}

.intro_titles {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 2;
	padding-top: 240px
}

.intro_titles h4 {
	font-weight: 300;
	font-size: 32px;
	color: #fff
}

.intro_scroll {
	position: absolute;
	z-index: 3;
	bottom: 40px;
	left: 50%;
	-webkit-transform: translate(-50%);
	-ms-transform: translate(-50%);
	transform: translate(-50%)
}

.intro_scroll img {
	width: 32px;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-animation: scroll-down 1.5s infinite;
	animation: scroll-down 1.5s infinite
}

.intro_hero--front {
	position: relative;
	z-index: 3
}

.intro_hero--front .swiper-wrapper {
	height: 100%
}

.intro_hero--front .swiper-slide {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	padding-top: 20%
}

.intro_hero--front .swiper-slide h2 {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 140px;
	font-weight: 900
}

.hero_flyhigh {
	position: absolute;
	top: 0;
	right: 0;
	height: 80px;
	width: 80px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	opacity: .75;
	-webkit-animation: gravity 3.5s cubic-bezier(.3, 2.4, .85, 2.5) infinite;
	animation: gravity 3.5s cubic-bezier(.3, 2.4, .85, 2.5) infinite
}

.intro_hero--back {
	z-index: 1
}

.intro_hero--back:after {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4) -o-radial-gradient(transparent, rgba(0,0,0,0.4));
	background: rgba(0, 0, 0, .4) radial-gradient(transparent, rgba(0,0,0,0.4))
}

.hero_bg {
	position: relative;
	height: 100%;
	background-size: cover;
	background-position: center
}

.hero_buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 20px
}

.hero_buttons a {
	color: #fff;
	background-color: #d52846;
	background-image: -webkit-gradient(linear, left top, right top, from(#d52846), color-stop(51%, #e33f24), to(#d52846));
	background-image: -o-linear-gradient(left, #d52846 0, #e33f24 51%, #d52846 100%);
	background-image: linear-gradient(to right, #d52846 0, #e33f24 51%, #d52846 100%);
	background-size: 300% 100%;
	border-radius: 25px;
	padding: 10px 15px;
	margin: 5px
}

.hero_buttons a:hover {
	background-position: right center
}

.ssee_inner {
	padding: 80px 0 70px
}

.ssee_inner h2 {
	text-align: center;
	font-size: 48px;
	font-weight: 900;
	margin-bottom: 40px
}

.ssee_content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.content_info {
	position: relative;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%
}

.content_info img {
	width: 100%;
	float: left;
	padding: 0 0 20px 0
}

.ssee_send-ar {
	display: inline-block;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 6.5px;
	background-color: #d52846;
	background-image: -webkit-gradient(linear, left top, right top, from(#d52846), color-stop(51%, #e33f24), to(#d52846));
	background-image: -o-linear-gradient(left, #d52846 0, #e33f24 51%, #d52846 100%);
	background-image: linear-gradient(to right, #d52846 0, #e33f24 51%, #d52846 100%);
	background-size: 300% 100%;
	padding: 10px 15px;
	margin-bottom: 10px
}

.ssee_send-ar:hover {
	background-position: right center
}

.ssee_arscan {
	width: 170px;
	position: absolute;
	bottom: 0;
	right: 20px
}

.ssee_arscan img {
	padding: 0
}

.ssee_tours-inc {
	font-size: 20px
}

.ssee_tours-inc ul {
	list-style: none;
	padding-left: 10px
}

.ssee_tours-inc ul li:before {
	content: '-'
}

.ssee_tours-inc ul li a {
	font-weight: 600;
	color: #e33f24
}

.content_text p {
	font-weight: 300;
	font-size: 20px
}

.content_text h3 {
	display: inline-block;
	font-size: 28px;
	margin: 20px 0 35px;
	-webkit-text-decoration: underline #e33f24;
	text-decoration: underline #e33f24
}

.content_text p strong {
	font-weight: 600
}

.ssee_audio h3,
.ssee_tours-inc h3 {
	font-weight: 300;
	margin-bottom: 10px;
	font-size: 24px
}

.ssee_audio h3 span,
.ssee_tours-inc h3 span {
	font-weight: 700
}

.ssee_audio audio {
	width: 100%;
	background-color: #fff;
	margin-bottom: 20px
}

.ssee_audio audio::-webkit-media-controls-panel {
	background-color: #fff
}

.ssee_audio audio::-webkit-media-controls-play-button {
	background-color: #00d9bb;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-filter: invert(100%);
	filter: invert(100%)
}

@-webkit-keyframes scroll-down {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0
	}
}

@keyframes scroll-down {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 0
	}
	50% {
		opacity: 1
	}
	100% {
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
		opacity: 0
	}
}

@-webkit-keyframes gravity {
	0%,
	100% {
		-webkit-transform: translate(60%, 10px);
		transform: translate(60%, 10px)
	}
	50% {
		-webkit-transform: translate(60%, 5px);
		transform: translate(60%, 5px)
	}
}

@keyframes gravity {
	0%,
	100% {
		-webkit-transform: translate(60%, 10px);
		transform: translate(60%, 10px)
	}
	50% {
		-webkit-transform: translate(60%, 5px);
		transform: translate(60%, 5px)
	}
}

@media only screen and (max-width:1199.9px) {
	.container {
		padding-left: 60px;
		padding-right: 60px
	}
}

@media only screen and (max-width:767.9px) {
	.container {
		padding-left: 30px;
		padding-right: 30px
	}
	.header_nav nav {
		display: none
	}
	.hero_buttons {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.intro_titles {
		padding-top: 120px
	}
	.intro_hero--front .swiper-slide {
		padding-top: 175px
	}
	.intro_hero--front .swiper-slide h2 {
		font-size: 55px
	}
	.intro_hero--front .hero_flyhigh {
		display: none
	}
	.ssee_content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
	.ssee_content img {
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 20px
	}
	.ssee_send-ar {
		margin-bottom: 20px
	}
	.ssee_arscan {
		display: none
	}
}

@media only screen and (min-width:768px) {
	.burger {
		display: none
	}
	.content_info {
		width: 270px;
		padding-right: 40px
	}
	.ssee_send-ar {
		width: 100%
	}
	.ssee_audio {
		display: none
	}
}

@media only screen and (min-width:768px) and (max-width:992px) {
	.ssee_arscan {
		position: initial;
		width: 100%
	}
	.ssee_send-ar {
		letter-spacing: 4px;
		text-align: center;
		margin-bottom: 30px
	}
}

@media only screen and (min-width:992px) {
	.burger {
		display: none
	}
	.content_info {
		width: 450px;
		padding-right: 20px
	}
}

@media only screen and (min-width:1200px) {
	.intro_hero--front .swiper-slide {
		opacity: 0
	}
	.intro_hero--front .swiper-slide-next,
	.intro_hero--front .swiper-slide-prev {
		opacity: .25;
		-webkit-transform-origin: top center;
		-ms-transform-origin: top center;
		transform-origin: top center;
		-webkit-transform: scale(.75) translateY(17.5%);
		-ms-transform: scale(.75) translateY(17.5%);
		transform: scale(.75) translateY(17.5%);
		width: 10%!important
	}
	.intro_hero--front .swiper-slide-prev {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end
	}
	.intro_hero--front .swiper-slide-next {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.intro_hero--front .swiper-slide-active {
		opacity: 1;
		width: 80%!important
	}
	.intro_hero--front .swiper-slide-next .hero_flyhigh,
	.intro_hero--front .swiper-slide-prev .hero_flyhigh {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0);
		-webkit-animation: none;
		animation: none
	}
	.intro_hero--front .swiper-slide-next .hero_buttons,
	.intro_hero--front .swiper-slide-prev .hero_buttons {
		-webkit-transform: scale(0);
		-ms-transform: scale(0);
		transform: scale(0)
	}
}