@charset "utf-8";
@font-face {
	font-family: 'Point-ExtraBold';
	src: url(fonts/point-extrabold-webfont.woff);
	src: url(fonts/point-extrabold-webfont.woff2);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Point-Black';
	src: url(fonts/point-black-webfont.woff);
	src: url(fonts/point-black-webfont.woff2);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Point-Bold';
	src: url(fonts/point-bold-webfont.woff);
	src: url(fonts/point-bold-webfont.woff2);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Point-SemiBold';
	src: url(fonts/point-semibold-webfont.woff);
	src: url(fonts/point-semibold-webfont.woff2);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Point-Regular';
	src: url(fonts/point-regular-webfont.woff);
	src: url(fonts/point-regular-webfont.woff2);
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ProductSans-Bold';
	src: url(fonts/product_sans_bold-webfont.ttf);
	src: url(fonts/product_sans_bold-webfont.woff);
	src: url(fonts/product_sans_bold-webfont.woff2);
	font-weight: normal;
	font-style: normal;
}
*,
form {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
body {
	color: #fff;
}

.c-flexy {
	display: flex;
}
.header-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	overflow-x: hidden;
}
.header-container {
	position: relative;
}
.header-container .c-flexy {
	height: 150px;
	align-items: center;
}
.header-container:after {
	content: "";
	display: block;
	position: absolute;
	width: 1722px;
	height: 100%;
	top: 0;
	left: 50;
	margin-left: -243px;
	background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../images/header-bg.png);
    z-index: -1;
}
.nav-logo {
	flex-shrink: 0;
}
.nav-logo a {
	font-family: 'Point-Bold';
	font-size: 40px;
	color: #fff;
}
.main-nav {
	flex-grow: 1;
	margin-left: 42px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.main-nav-list {
	list-style: none;
	display: flex;
}
.main-nav-list li {
	padding-right: 25px;
	flex-shrink: 0;
}
.main-nav-list li:last-of-type {
	padding-right: 0;
}
.main-nav-list li a {
	font-family: 'Point-Bold';
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
}
.nav-list {
	list-style: none;
	display: flex;
}
.nav-list li {
	padding-right: 20px;
	flex-shrink: 0;
}
.nav-list li:last-of-type {
	padding-right: 0;
}
.nav-list li a {
	font-family: 'Point-Regular';
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.main-nav ul li a:hover {
	border-bottom: 1px solid #fff;
}
.vertical-divider {
    margin: 0 30px;
    border-left: 1px solid #fff;
    height: 40px;
}
.section {
	height: 100vh;
	position: relative;
}
.intro {
	width: 100%;
	height: 100%;
}
.section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
#section1 {
    background-image: url(../images/irina.jpg);
}
#section2 {
    background-image: url(../images/slider-mp.jpg);
}
#section3 {
    background-image: url(../images/slider-mp.jpg);
}
#section4 {
    background-image: url(../images/slider-mp.jpg);
}

#section1 .intro {
	padding-top: 150px;
}
#section1 .c-flexy {
	height: 100%;
	justify-content: center;
	align-items: center;
}
.section-title {
	width: 100%;
}
.txt-centering {
	text-align: center;
}
.img-wrapper {
	height: 53vh;
	overflow: hidden;
}
.img-wrapper img {
	height: 100%;
}
.section-title h1 {
	font-family: 'Point-Regular';
	font-size: 70px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: normal;
}
.section-title h4 {
	font-family: 'Point-Regular';
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 30px;
}
.c-flexy.centering {
	height: 100%;
	width: 100%;
	align-items: center;
	justify-content: center;
}
.text-holder.centering {
	text-align: center;
}
.text-holder h2 {
	font-family: 'Point-Regular';
	font-size: 82px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 5px;
}
.text-holder p {
	font-family: 'Point-Regular';
	font-size: 28px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 30px;
}
.text-holder a {
	display: inline-block;
	font-family: 'Point-Regular';
	font-size: 24px;
	color: #fff;
	border-radius: 50px;
	border: 1px solid #fff;
	background-color: transparent;
	padding: 20px 35px;
	transition-timing-function: ease;
	transition-duration: 0.2s;
	transition-property: all;
}
.text-holder a:hover {
	border: 1px solid #82358B;
	background-color: #82358B;
}
#section2 .section-title {
	padding: 3% 0;
}
.section-title h2 {
	font-family: 'Point-Regular';
	font-size: 48px;
	color: #fff;
	font-weight: normal;
}
.col2 .col-el {
	width: 50%;
}
.addpadd30 {
	margin-left: -30px;
	margin-right: -30px;
}
.addpadd30 .col-el {
	padding-left: 30px;
	padding-right: 30px;
}

.inner-container p {
	font-family: 'Point-Regular';
	font-size: 20px;
	color: #fff;
	line-height: 1.4em;
}
.a-list {
	list-style: none;
}
.a-list li {
	font-family: 'Point-Regular';
	font-size: 20px;
	color: #fff;
	line-height: 1.4em;
	background-image: url(../images/checked.svg);
	background-size: 22px;
	background-position: left 5px;
	background-repeat: no-repeat;
	padding-left: 40px;
}
#section7 {
	background-color: #EFEEEE;
}
#section2 .inner-container {
	flex-grow: 1;
}
.video-wrapper {
	flex-grow: 1;
    position: relative;
    display: flex;
    justify-content: center;
    padding: 5% 0;
}
.video-wrapper div {
	height: 100%;
	width: 800px;
	overflow: hidden;
	position: relative;
}
.video-wrapper iframe {
	width: 100%;
	height: 100%;
}
#section2 .inner-container > .c-flexy {
	flex-direction: column;
	height: 100%;
}
.loc h2 {
	font-family: 'Point-Regular';
	font-size: 82px;
	color: #82358B;
	font-weight: normal;
}
.loc {
	display: flex;
	align-items: center;
}
.loc img {
	margin-right: 30px;
}
.sug-header .c-flexy {
	justify-content: center;
}
.sug-header p {
	font-family: 'Point-Bold';
	font-size: 20px;
	color: #000;
	line-height: 1.6em;
}
.col4 .col-el {
	width: 25%;
}
.col-el h3 {
	font-family: 'Point-Bold';
	font-size: 36px;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}
.col-el ul {
	list-style: none;
}
#section7 .col-el ul li {
	text-align: center;
	margin-bottom: 20px;
}
.col-el ul li a {
	font-family: 'Point-Regular';
	font-size: 18px;
	color: #82358B;
	border-bottom: 1px solid #82358B;
}
#section7 {
	height: auto!important;
}
.footer-wrapper {
	width: 100%;
	background-color: #fff;
}
.footer {
	padding: 50px 50px 70px;
}
.list-logo {
	display: flex;
	align-items: center;
	list-style: none;
}
.list-logo li {
	margin-right: 20px;
}
.social {
	display: flex;
	list-style: none;
	margin-left: 20px;
}
.social li {
	margin-left: 7px;
}
.footer-right .c-flexy {
	align-items: center;
}
.footer-right span {
	font-family: 'Point-ExtraBold';
	font-size: 19px;
	color: #000;
	flex-shrink: 0;
}
.footer-left > p {
	font-family: 'Point-Regular';
	font-size: 10px;
	color: #82358B;
	max-width: 410px;
	margin: 20px 0 30px;
	line-height: 1.3em;
}
.f-row a {
	font-family: 'Point-Regular';
	font-size: 10px;
	color: #000;
	margin-right: 20px;
}
.f-row a:first-of-type {
	border-bottom: 1px solid #000;
}
#section7 .intro {
	padding: 7% 0;
	border-bottom: 1px solid #A2A2A2;
}
.sug-header .txt-centering {
	max-width: 980px;
	padding: 0 20px;
	margin: 30px auto 60px;
}
.footer>.c-flexy {
	justify-content: space-between;
}

.section-header {
	width: 100%;
	height: 616px;
	position: relative;
}
.section-header:before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 10;
}
.section-header:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	z-index: 9;
	filter: blur(3px);
  -webkit-filter: blur(3px);
}
.content-title {
	position: absolute;
	width: 100%;
	z-index: 30;
	top: 50%;
	text-align: center;
}
.content-title h1 {
	font-family: 'Point-Regular';
	font-size: 90px;
	color: #fff;
	font-weight: normal;
	letter-spacing: -0.03em;
	text-align: center;
}

.addpadd25 {
	margin-left: -25px;
	margin-right: -25px;
}
.addpadd25 .col-el {
	padding-left: 25px;
	padding-right: 25px;
}
.col3.c-flexy {
	flex-wrap: wrap;
}
.col3 .col-el {
	width: 33.33%;
	margin-bottom: 40px;
}
.img-box {
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	position: relative;
	margin-bottom: 20px;
}
.img-box div {
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #fff;
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.bg-holder {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100%;
	background-image:url(../images/content-bg.jpg);
}
.content-section .inner-container h3 {
	font-family: 'Point-Regular';
	font-size: 48px;
	color: #82358B;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.content-section  .inner-container p {
	font-family: 'Point-Regular';
	font-size: 20px;
	color: #FFF;
	line-height: 1.5em;
	margin-bottom: 40px;
}
.content-section  .inner-container .a-list {
	margin-bottom: 40px;
}
.content-section  .inner-container .a-list li {
	margin-bottom: 5px;
}
.content-section {
	padding-bottom: 8%;
}
.img-box img {
	max-width: 90%;
}
.txt-box p {
	line-height: 1.2em!important;
}
.addthis_inline_share_toolbox_3qoj {
	margin-top: 80px;
}
#at-custom-sidebar, #at4-share {
	display: none!important;
}
.at-share-btn {
	position: relative;
	background: #000!important;
}
.at-share-btn:after {
	content: "";
	display: block;
	width: 267px;
	height: 30px;
	background-image: url(../images/Sharethis.png);
	background-position: center;
	background-repeat: no-repeat;
}
.at-label {
	display: none!important;
}
.at-icon.at-icon-addthis {
	display: none!important;
}
.img-holder img {
	width: 100%;
}
.intro .c-flexy > div {
	width: 50%;
}
.wrapper-left {
	text-align: right;
	padding-right: 3%;
}
.wrapper-left h1 {
	font-size: 3.15rem;
	font-family: "Point-SemiBold";
	line-height: 1em;
	letter-spacing: -0.046em;
}
.wrapper-left h1 span {
	font-size: 11rem;
	font-family: "Point-ExtraBold";
}
.wrapper-right {
	text-align: left;
	padding-left: 3%;
}
.wrapper-right .container {
	max-width: 70%;
}
h2 {
	font-weight: normal;
	font-family: "Point-Bold";
	font-size: 2.7rem;
	margin-bottom: 20px;
}
h3 {
	font-weight: normal;
	font-family: "Point-SemiBold";
	font-size: 1.3rem;
	margin-bottom: 20px;
}
p {
	font-weight: normal;
	font-family: "Point-Regular";
	font-size: 1rem;
	margin-bottom: 20px;
	line-height: 1.4em;
}

@media(max-width:950px){
    .wrapper-left {
    	display: none;
    }
    .intro .c-flexy > div {
    	width: 100%;
    	padding-left: 30px;
    	padding-right: 60px;
    }
    #section1 .wrapper-left {
    	display: block;
    	text-align: center;
    	padding-left: 0;
    padding-right: 0;
    }
     #section1 .wrapper-right {
         display: none;
     }
    .wrapper-right .container {
	    max-width: 100%;
	}
	.wrapper-left h1 {
    font-size: 1.42rem;
	}
	.wrapper-left h1 span {
    font-size: 5rem;
    font-family: "Point-ExtraBold";
}
}

