@import "./normilize.css";
@import "./fonts.css";
@import "./libs/owl/owl.carousel.min.css";
@import "./libs/owl/owl.theme.default.min.css";
@import "./libs/fancyBox/jquery.fancybox.min.css";

header {
	background-image: url('../images/bg-1.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.wrapper {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: border-box;
}

.nav-wrapper{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 15px 0 154px;
}



nav a,
.footer-nav a{
	margin: 0 11px;
	font-family: 'Roboto-Black';
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	transition: 0.3s ease;
}

nav a:last-child {margin-right: 0;}

nav a:hover,
.footer-nav a{
	color: #00e0d0;
}

.menu-trigger {
	display: none;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 20px;
	min-width: 20px;
	height: 16px;
	cursor: pointer;
}

.nav-wrapper.mobile .menu-trigger{
	position: absolute;
	right: 15px;
}

.menu-trigger span {
	display: block;
	width: 100%;
	height: 2px;
	background: #ffffff;
	transition: transform 0.5s ease;
}
.nav-wrapper.mobile .menu-trigger {z-index: 5;}
.nav-wrapper.mobile .menu-trigger span {background: #000000;}
.nav-wrapper.mobile  .menu-trigger span:nth-child(1) {
	transform: rotate(-45deg);
  margin-top: 7px;
}

.nav-wrapper.mobile  .menu-trigger span:nth-child(2) {
	transform: rotate(45deg);
  margin-top: -7px;
}

.nav-wrapper.mobile .menu-trigger span:nth-child(3) {
	opacity: 0;
}

.main-slider {
	position: relative;
}

.main-slider-item {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
	padding-bottom: 193px;
}

.main-slider-item .h-title  {
	position: relative;
	padding-bottom: 19px;
	font-family: 'Playfair Display Black';
	font-size: 32px;
	text-align: center;
	color: #ffffff;
}

.main-slider-item .h-title::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 51px;
	height: 1px;
	background: #00e0d0;
}

.main-slider-item p {
	padding: 30px 0 45px;
	font-family: 'Roboto-Light';
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	color: #ffffff;
}

.btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 121px;
	margin: 0 auto 15px;
	padding: 12px 12px 8px 12px;
	font-family: 'HammersmithOne';
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	color: #00e0d0;
	border: 1px solid #00e0d0;
	border-radius: 3px;
	transition: 0.3s ease;
}

.btn:hover {
	background: #00e0d0;
	color: #ffffff;
}

.main-slider .owl-dots {
	position: absolute;
	top: calc(100% - 80px);
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-50%);
}

.main-slider .owl-dots button {
	width: 10px;
	height: 10px;
	border: 1px solid #BAB9BC;
	border-radius: 50%;
	background: transparent;
	margin: 0 2px;
	transition: 0.3s ease-in-out;
}

.main-slider .owl-dots button.active {
	border: 1px solid #00e0d0;
	background: #00e0d0;
}

.main-slider .owl-dots button span {
	display: none;
}

.container-1 .wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: row wrap;
	padding: 62px 15px 69px;
}

.container-1 .wrapper div:nth-child(1) {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 366px;
	padding-top: 5px;
}

.container-1 .wrapper div:nth-child(2) {
	max-width: 539px;
}

h3 {
	padding-bottom: 20px;
	font-family: 'Playfair Display Bold';
	font-size: 22px;
}

.subtitle {
	padding-bottom: 24px;
	font-family: 'Roboto-Light';
	font-size: 14px;
	line-height: 21px;
	color: #413d4b;
}
.container-1 .wrapper div:nth-child(2) .subtitle:nth-of-type(2) {
	padding-bottom: 30px;
}

.container-1 .btn {
	margin: 0;
}

.container-2 {
	background-image: url('../images/bg-2.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.container-2 .wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	align-items: center;
	padding: 200px 15px;
}


.container-2 .wrapper a .play-btn-wrap,
.container-2 .wrapper a {
	display: flex;
	align-items: center;
	justify-content: center;
}

.container-2 .wrapper a { flex-direction: column; }

.container-2 .wrapper a .play-btn-wrap {
	width: 100px;
	height: 100px;
	margin-bottom: 31px;
	background: transparent;
	border: 5px solid #ffffff;
	border-radius: 50%;
	transition: 0.3s ease;
}

.container-2 .wrapper a .play-btn-wrap img {margin-left: 6px;}

.container-2 .wrapper a span{
	font-family: 'Roboto-Black';
	font-size: 16px;
	text-transform: uppercase;
	color: #ffffff;
	transition: 0.3s ease;
}

.container-2 .wrapper a:hover .play-btn-wrap {
	border: 5px solid #00e0d0;
	background: #00e0d0;
}

.container-2 .wrapper a:hover span { color: #00e0d0; }

.container-3 .wrapper { padding: 63px 15px 74px; }

.container-3 h3,
.container-4 h3 {
	padding-bottom: 7px;
}

.container-3 h3,
.container-3 .subtitle,
.container-4 h3,
.container-4 .subtitle { 
	position: relative;
	text-align: center; 
}

.container-3 .subtitle,
.container-4 .subtitle {
	margin-bottom: 50px;
	padding-bottom: 15px;
	font-size: 17px;
}

.container-3 .subtitle:before,
.container-4 .subtitle:before {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 48px;
	height: 2px;
	background: #CECCD1;
}

.benefits {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: row wrap;
}

.bnf {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-flow: column wrap;
	width: calc(100% / 3);
	padding: 40px 30px;
}

.bnf-img {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
	margin-bottom: 30px;
}

.bnf-title {
	height: 36px;
	font-family: 'Roboto-Black';
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}

.bnf-subtitle {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	-webkit-box-orient: vertical;
	font-family: 'Roboto-Light';
	font-size: 15px;
	line-height: 22px;
	text-align: center;
	color: #333333;
}

.benefits .bnf:nth-child(1),
.benefits .bnf:nth-child(2) {
	border-right: 2px solid #F6F6F6;
	border-bottom: 2px solid #F6F6F6;
}

.benefits .bnf:nth-child(3) { border-bottom: 2px solid #F6F6F6; }

.benefits .bnf:nth-child(4),
.benefits .bnf:nth-child(5) { border-right: 2px solid #F6F6F6; }

.container-4 {
	background-image: url('../images/bg-3.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.container-4 .wrapper { padding: 62px 15px 70px; }

.container-4 h3,
.container-4 .subtitle { color: #ffffff; }

.container-4 .subtitle::before { background: #544A72; }

.container-4 .btn { max-width: 140px; }

.team {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: row wrap;
	padding-bottom: 68px;
}
.team-item {
	width: 100%;
	max-width: 220px;
	border: 1px solid #ffffff;
}
.person-img { 
	height: 228px; 
	background: #ffffff;
}

.person-info { 
	padding: 16px 19px 23px 19px; 
}

.person-info div:nth-child(1),
.person-info div:nth-child(2) {
	text-transform: uppercase;
	text-align: center;
	color: #ffffff;
}
.person-info div:nth-child(1) {
	padding-bottom: 5px;
	font-family: 'Roboto-Black';
	font-size: 14px;
}

.person-info div:nth-child(2) {
	font-family: 'Roboto-Light';
	font-size: 13px;
}

.join {
	padding-bottom: 25px;
	font-family: 'Roboto-Light';
	font-size: 16px;
	text-align: center;
	color: #ffffff;
}

.container-5 .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 60px 15px 63px;
}
.container-5 .wrapper h3 { 
	padding-bottom: 0;
	text-transform: uppercase;
}
.container-5 .wrapper a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: 'Roboto-Light';
	font-size: 14px;
	color: #413d4b;
}

.container-5 .wrapper a img {margin-left: 10px;}

.blocks-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow: row wrap;
	width: 100%;
	max-width: 1600px;
	margin: 0 auto;
	padding-bottom: 72px;
}

.blocks-wrapper > a {
	position: relative;
	display: block;
	width: 100%;
	max-width: 266px;
	height: 200px;
	transition: 0.5s ease-in-out;
}

.blocks-wrapper > a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	transition: 0.5s ease-in-out;
}

.blocks-wrapper > a:hover:before { background: rgba(0, 0, 0, 0.5); }

.blocks-wrapper > a:nth-child(1) {background: #B6B6B6;}
.blocks-wrapper > a:nth-child(2) {background: #ACACAC;}
.blocks-wrapper > a:nth-child(3) {background: #A1A1A1;}
.blocks-wrapper > a:nth-child(4) {background: #8A8A8A;}
.blocks-wrapper > a:nth-child(5) {background: #B6B6B6;}
.blocks-wrapper > a:nth-child(6) {background: #A4A4A4;}
.blocks-wrapper > a:nth-child(7) {background: #A4A4A4;}
.blocks-wrapper > a:nth-child(8) {background: #B6B6B6;}
.blocks-wrapper > a:nth-child(9) {background: #8A8A8A;}
.blocks-wrapper > a:nth-child(10) {background: #A1A1A1;}
.blocks-wrapper > a:nth-child(11) {background: #ACACAC;}
.blocks-wrapper > a:nth-child(12) {background: #B6B6B6;}


.container-5 .btn {
	max-width: 139px;
	margin-bottom: 70px;
}

.container-6 {
	background-image: url('../images/bg-4.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

.container-6 .wrapper { padding: 70px 15px 68px; }

.rev-item-top {
	font-family: 'Playfair Display Regular';
	font-size: 100px;
	line-height: 60px;
	text-align: center;
	color: #ffffff;
}

.rev-item-cnt {
	margin-bottom: 30px;
	font-family: 'Playfair Display Regular';
	font-size: 16px;
	line-height: 26px;
	text-align: center;
	color: #ffffff;
}

.rev-item .person-info { margin-bottom: 93px; }

.rev-carousel { position: relative; }

.rev-carousel .owl-dots,
.rev-carousel .owl-nav {
	position: absolute;
	top: calc(100% - 70px);
	left: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateX(-50%);
	height: 70px;
}

.rev-carousel .owl-nav {
	justify-content: space-between;
	width: 100%;
	max-width: 398px;
}

.rev-carousel .owl-nav span {
	position: relative;
	display: block;
	width: 20px;
	height: 24px;
	font-size: 0;
}

.rev-carousel .owl-nav button span {position: relative;}

.rev-carousel .owl-nav button span::before,
.rev-carousel .owl-nav button span::after {
	content: '';
	position: absolute;
	top: 50%;
	left: calc(50% - 7.5px);
	width: 15px;
	height: 2px;
	background: #ffffff;
}

.rev-carousel .owl-prev span::before {
	transform: translateY(-50%) rotate(-45deg);
	margin-top: -5px;
}
.rev-carousel .owl-prev span::after {
	transform: translateY(-50%) rotate(45deg);
	margin-top: 5px;
}

.rev-carousel .owl-next span::before {
	transform: translateY(-50%) rotate(45deg);
	margin-top: -5px;
}
.rev-carousel .owl-next span::after {
	transform: translateY(-50%) rotate(-45deg);
	margin-top: 5px;
}

.rev-carousel .owl-dots button {
	width: 45px;
	height: 45px;
	margin: 0 7px;
	background-color: #A1A1A1;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 50%;
	transition: 0.3s ease;
}

.rev-carousel .owl-dots button.active {
	width: 70px;
	height: 70px;
}

.container-7 .wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-flow:  row wrap;
	padding: 58px 15px 70px;
}

.container-7 h3 { padding-bottom: 24px; }

.container-7 .wrapper form,
.container-7 .wrapper > div {
	width: 50%;
}

.container-7 .wrapper form input:not([type="submit"]),
.container-7 .wrapper form textarea {
	width: 100%;
	max-width: 460px;
	margin-bottom: 20px;
	padding: 15px 20px;
	font-family: 'Roboto-Light';
	font-size: 14px;
	color: #413d4b;
	border: 1px solid #F1F1F1;
}

.container-7 .wrapper form input[type="submit"] {
	background: transparent;
	margin: 0;
}
.container-7 .wrapper form input[type="submit"]:hover { background: #00e0d0; }

.container-7 .wrapper > div { 
	width: 100%;
	max-width: 380px; 
}

.container-7 .wrapper > div h3 { padding-bottom: 40px; }

.container-7 .wrapper > div > div{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow: row wrap;
}

.container-7 .wrapper > div > div img { margin: 0 10px 48px; }

.container-7 .wrapper > div > div > div {
	display: flex;
	align-items: center;
	flex-direction: column;
}

footer {
	background-image: url('../images/bg-5.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}

footer .wrapper {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding: 70px 15px;
}


.column-1 .column-title {
	margin-bottom: 15px;
}

.column:not(.column-4) {
	width: 100%;
	max-width: 287px;
	margin-bottom: 65px;
}

.column-1 { max-width: 273px; }
.column-2 { max-width: 285px; }

.column-2 .column-title,
.column-3 .column-title { padding-top: 17px; }

.column-4 .column-title { margin-bottom: 41px; }

.column-title {
	margin-bottom: 32px;
	font-family: 'Roboto-Black';
	font-size: 15px;
	text-transform: uppercase;
	color: #ffffff;
}

.column-text {
	font-family: 'Roboto-Light';
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
}

.column-text > div {
	display: flex;
	align-items: flex-start;
}

.column-text > div:not(:last-child) { margin-bottom: 10px; }

.column-text > div img {
	margin-top: 3px;
	margin-right: 10px;
}

.column-4 { width: 100%; }

.column-4,
.footer-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-flow:  row wrap;
}

.footer-nav a,
.copyright {
	margin: 0 19px;
	font-family: 'Roboto-Regular';
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
}

.footer-nav a:hover {color: #00e0d0;}

.footer-nav a:first-child {margin-left: 0;}

.sub {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 290px;
	margin-bottom: 28px;
	padding-top: 3px;
}
.sub input[type="email"] {
	width: 100%;
	max-width: 210px;
	height: 44px;
	margin-right: 10px;
	padding: 15px 20px;
	font-family: 'Roboto-Light';
	font-size: 14px;
	color: #ffffff;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, 0.5);
	transition: 0.3s ease;
	
}

.soc {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.soc a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	min-width: 35px;
	height: 35px;
	margin-right: 7px;
	border: 2px solid #ffffff;
	border-radius: 50%;
	transition: 0.5s ease;
}

.soc a:last-child {margin-right: 0;}

.soc a:nth-child(2) img {margin-left: 1px;}
.soc a:nth-child(3) img {margin-left: 1px;}
.soc a:nth-child(5) img {margin-left: 1px;}
.soc a:nth-child(6) img {margin-left: 1px;}

.soc a:hover {
	border: 2px solid #00e0d0;
	background: #00e0d0;
}

.sub input[type="email"]:hover {
	border: 1px solid rgba(255, 255, 255, 1);
}

.sub input[type="email"]::-webkit-input-placeholder,
.sub input[type="email"]::-moz-placeholder,
.sub input[type="email"]:-ms-input-placeholder,
.sub input[type="email"]:-moz-placeholder { color: #ffffff; }


.sub button {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	max-width: 70px;
	height: 44px;
	background: #ffffff;
	opacity: 0.5;
	transition: 0.3s ease;
}

.sub button:hover {
	opacity: 1;
}

@media(max-width: 1599px) {
	.blocks-wrapper {justify-content: center;}
}

@media(max-width: 935px) {
	.container-1 .wrapper div:nth-child(1) { width: auto; }
	.container-1 .wrapper div:nth-child(2) {
    max-width: 450px;
	}
}

@media(max-width: 920px) {
	.team { justify-content: center; }
	.team-item { margin:  10px; }
	.column:not(.column-4) {max-width: 185px;}
	footer .wrapper .column-3 { max-width: 275px; }
}

@media(max-width: 767px) {
	.nav-wrapper { padding: 15px 0 60px; }

	nav {
		position: absolute;
		top: 0;
		left: 0;
		z-index: -4;
		opacity: 0;
		height: 0;
		padding-top: 25px;
		padding-bottom: 15px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		width: 100%;
		background: white;
		border-radius: 0 0 30px 30px;
		opacity: 1;
		transition: .5s ease;
	}
	
	nav a { opacity: 0; }

	.nav-wrapper.mobile nav a { opacity: 1; }

	.nav-wrapper.mobile nav {
		z-index: 4;
		opacity: 1;
		height: 280px;
	}
	.menu-trigger {display: flex;}
	nav  a {
		margin: 10px 0;
		color: #000000;
		font-size: 13px;
	}

	.main-slider-item { padding-bottom: 100px; }

	.main-slider-item .h-title { font-size: 25px; }

	.main-slider-item p { font-size: 13px; }

	.btn {
		font-size: 14px;
    line-height: 15px;
	}

	.container-1 .wrapper {
		flex-direction: column;
    align-items: center;
		padding: 40px 15px;
	}

	.container-1 .wrapper div:nth-child(1) { margin-bottom: 30px; }

	h3 {
		font-size: 18px;
		text-align: center;
	}

	.subtitle {
		font-size: 14px;
		padding-bottom: 10px;
		text-align: center;
	}

	.container-1 .btn {margin: 0 auto;}

	.container-2 .wrapper { padding: 70px 15px; }

	.bnf {width: 100%; }

	.benefits .bnf:not(:last-child) {
		border: none;
		border-bottom: 2px solid #f6f6f6;
	}
	.join { font-size: 14px; }
	.container-5 { padding: 0 15px; }
	
	.container-5  .wrapper {padding: 30px 0px;	}

	.team,
	.container-7 .wrapper,
	footer .wrapper,
	.column-4 { 
		flex-direction: column;
		align-items: center;
	}

	.rev-carousel .owl-dots button {
		width: 25px;
		height: 25px;
	}

	.rev-carousel .owl-dots button.active {
		width: 40px;
		height: 40px;
	}

	.rev-carousel .owl-nav {max-width: 270px;}
	.rev-item-cnt {
		margin-bottom: 5px;
		font-size: 14px;
		line-height: 20px;
	}

	.rev-item .person-info { margin-bottom: 55px; }
	
	.container-7 .wrapper form, .container-7 .wrapper > div {width: 100%;}

	.container-7 .wrapper { padding: 30px 15px; }
	.container-7 .wrapper form input[type="submit"] {margin: 0 auto;}

	.container-7 .wrapper > div h3 { margin-top: 20px; }

	.container-7 .wrapper > div > div img {margin: 0 10px 20px;}

	.container-7 .wrapper form input:not([type="submit"]), .container-7 .wrapper form textarea {
		padding: 10px 15px;
		font-size: 12px;
	}

	footer .column .column-title {
		padding-top: 0;
		margin: 10px 0 10px;
	}

	.column:not(.column-4) {
    max-width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
		flex-flow: column wrap;
		margin-bottom: 15px;
	}

	.footer-nav { margin-bottom: 15px; }

	.footer-nav a, .copyright {
    margin: 0 5px;
    font-size: 12px;
	}

	.column-text {
		width: 100%;
		max-width: 300px;
	}

	.container-7 .wrapper > div > div {justify-content: center;}

	footer .wrapper {padding: 30px 15px;}
}

@media(max-width: 400px) {
	.container-5 .wrapper { flex-direction: column; }
	.container-5 .wrapper h3 { padding-bottom: 15px;  }
}