@font-face {
    font-family: "FontAwesome";
    src: url("../css/fonts/fontAwesome/fontAwesome.eot");
    src: url("../css/fonts/fontAwesome/fontAwesome.eot?#iefix") format("embedded-opentype"),
    url("../css/fonts/fontAwesome/fontAwesome.woff") format("woff"),
    url("../css/fonts/fontAwesome/fontAwesome.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "GilroyRegular";
    src: url("../css/fonts/gilroy/gilroyRegular.eot");
    src: url("../css/fonts/gilroy/gilroyRegular.eot?#iefix") format("embedded-opentype"),
    url("../css/fonts/gilroy/gilroyRegular.woff") format("woff"),
    url("../css/fonts/gilroy/gilroyRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "GilroyMedium";
    src: url("../css/fonts/gilroy/gilroyMedium.eot");
    src: url("../css/fonts/gilroy/gilroyMedium.eot?#iefix") format("embedded-opentype"),
    url("../css/fonts/gilroy/gilroyMedium.woff") format("woff"),
    url("../css/fonts/gilroy/gilroyMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


@font-face {
    font-family: "GilroyBold";
    src: url("../css/fonts/gilroy/gilroyBold.eot");
    src: url("../css/fonts/gilroy/gilroyBold.eot?#iefix") format("embedded-opentype"),
    url("../css/fonts/gilroy/gilroyBold.woff") format("woff"),
    url("../css/fonts/gilroy/gilroyBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "GilroyBlack";
    src: url("../css/fonts/gilroy/gilroyBlack.eot");
    src: url("../css/fonts/gilroy/gilroyBlack.eot?#iefix") format("embedded-opentype"),
    url("../css/fonts/gilroy/gilroyBlack.woff") format("woff"),
    url("../css/fonts/gilroy/gilroyBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "GilroyHeavy";
    src: url("../css/fonts/gilroy/gilroyHeavy.eot");
    src: url("../css/fonts/gilroy/gilroyHeavy.eot?#iefix") format("embedded-opentype"),
    url("../css/fonts/gilroy/gilroyHeavy.woff") format("woff"),
    url("../css/fonts/gilroy/gilroyHeavy.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}


/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
mark {
	background: none;
	color: rgb(17, 17, 17);
}

/*all page*/
html, 
body {
	height: auto;
	min-height: 100%; 
	position: relative;
	overflow-x: hidden;
}

body {
	width: 100%; 
	color: #828282; 
	background-color: #fff;
	font-family: "GilroyMedium", sans-serif; 
	font-size: 22px;
	line-height: 32px;
}

a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: border 0.3s ease-out 0s, color 0.3s ease-out 0s;
    -moz-transition: border 0.3s ease-out 0s, color 0.3s ease-out 0s;
    -o-transition: border 0.3s ease-out 0s, color 0.3s ease-out 0s;
    transition: border 0.3s ease-out 0s, color 0.3s ease-out 0s;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box;
}

.content-block {
	max-width: 1680px;
	width: 90%;
	width: calc(100% - 120px);	
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

h2 {
	font-family: "GilroyBlack", sans-serif; 
	font-size: 54px;
	line-height: 1;
	color: #f40e65;
	text-transform: uppercase;
	margin-top: 140px;
	margin-bottom: 60px;
	letter-spacing: 2px;
	text-align: center;
}

@media (max-width: 1279px) {
	.content-block {
		width: 90%;
		width: calc(100% - 60px);	
	}
	
	h2 {
		font-size: 44px;
		margin-top: 100px;
		margin-bottom: 45px;
	}
}

@media (max-width: 959px) {
	h2 {
		font-size: 38px;
		margin-top: 55px;
		margin-bottom: 30px;
	}	
}

@media (max-width: 639px) {
	.content-block {
		width: 90%;
		width: calc(100% - 40px);	
	}
	
	h2 {
		font-size: 22px;
		margin-top: 40px;
		margin-bottom: 25px;
	}
}

/*firstscreen*/
.firstscreen {
	width: 100%;
	overflow: hidden;
}

.firstscreen-image {
	position: relative;
	margin-left: calc(100% - 1930px);
	width: 1960px;
	min-height: 100vh;
	-webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    will-change: transform;
    transform: perspective(2000px);
}

.firstscreen-image-sky {
	position: absolute;
	left: 0px;
	right: 0px;
	top: -50px;
	height: 80vh;
	background-color: #a4daf1;
	z-index: -2;
}

.firstscreen-image-land {
	width: 102%;
	padding-top: 80px;
}

/*.firstscreen-image-sand {
	position: relative;
	margin-top: 358px;
	width: 100%;
	z-index: -1;
}

.firstscreen-image-parallax {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	min-height: 100vh;
}

.firstscreen-image-mountains {
	position: absolute;
	width: 1600px;
	z-index: 4;
	top: 100px;
	right: -150px;
}

.firstscreen-image-clouds {
	position: absolute;
	width: 1100px;
	z-index: 6;
	top: 50px;
	left: 0px;
}

.firstscreen-image-trees {
	position: absolute;
	width: 1080px;
	z-index: 7;
	top: 270px;
	right: -70px;
}

.firstscreen-image-forest {
	position: absolute;
    width: 1080px;
    z-index: 8;
    top: 250px;
    right: -67px;
}

.firstscreen-image-lake {
	position: absolute;
    width: 1660px;
    z-index: 10;
    top: 310px;
    right: -50px;
	pointer-events: none;
}*/

.firstscreen-image-ball {
	position: absolute;
    width: 90px;
    z-index: 10;
    top: 420px;
    right: 210px;
	pointer-events: none;
	animation: firstscreenBall 8s ease infinite;
}

@keyframes firstscreenBall {
	0% { 
		-webkit-transform: rotate(0deg) translate(0px, 0px);
		transform: rotate(0deg) translate(0px, 0px);
	}
	50% {
		-webkit-transform: rotate(0deg) translate(0px, 0px);
		transform: rotate(15deg) translate(-30px, 0px);
	}
	100% {
		-webkit-transform: rotate(0deg) translate(0px, 0px);
		transform: rotate(0deg) translate(0px, 0px);
	}
}

.firstscreen-image-flipchart {
	position: absolute;
    width: 100px;
    z-index: 10;
    top: 510px;
    right: 140px;
	cursor: pointer;
}

.firstscreen-image-flipchart:hover .flipchart3 {
	animation: firstscreenFlipchart 4s ease infinite;
}

@keyframes firstscreenFlipchart {
	0% { 
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	15% {
		-webkit-transform: translate(10px, 0px);
		transform: ranslate(10px, 0px);
	}
	30% {
		-webkit-transform: translate(0px, 0px);
		transform: ranslate(0px, 0px);
	}
	45% {
		-webkit-transform: translate(10px, 0px);
		transform: ranslate(10px, 0px);
	}
	60% {
		-webkit-transform: translate(0px, 0px);
		transform: ranslate(0px, 0px);
	}
	100% {
		-webkit-transform: translate(0px, 0px);
		transform: ranslate(0px, 0px);
	}
}

.firstscreen-image-man1 {
	position: absolute;
    width: 115px;
    z-index: 10;
    top: 410px;
    left: 670px;
	pointer-events: none;
	overflow: unset;
	-webkit-transition: opacity 0.3s ease-out 0s;
    -moz-transition: opacity 0.3s ease-out 0s;
    -o-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
	opacity: 0;
}

.load .firstscreen-image-man1 {
	opacity: 1;
}

.firstscreen-image-man1 .animation,
.firstscreen-image-man1 #animation-man1 {
	animation: firstscreenMan1 4s ease infinite;
}

@keyframes firstscreenMan1 {
	0% { 
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	20% {
		-webkit-transform: rotate(-2.5deg);
		transform: rotate(-2.5deg);
	}
	40% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.firstscreen-image-man2 {
	position: absolute;
    width: 163px;
    z-index: 10;
    top: 413px;
    left: 745px;
	pointer-events: none;
	overflow: unset;
	-webkit-transition: opacity 0.3s ease-out 0s;
    -moz-transition: opacity 0.3s ease-out 0s;
    -o-transition: opacity 0.3s ease-out 0s;
    transition: opacity 0.3s ease-out 0s;
	opacity: 0;
}

.load .firstscreen-image-man2 {
	opacity: 1;
}

.firstscreen-image-man2 .animation {
	animation: firstscreenMan2 4s ease infinite;
}

@keyframes firstscreenMan2 {
	0% { 
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	20% {
		-webkit-transform: rotate(2.5deg);
		transform: rotate(2.5deg);
	}
	40% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.firstscreen-image-woman1 {
	position: absolute;
    width: 85px;
    z-index: 10;
    top: 320px;
    left: 1170px;
	pointer-events: none;
	overflow: unset;
	-webkit-transition: opacity 0.3s ease-out 0.2s;
    -moz-transition: opacity 0.3s ease-out 0.2s;
    -o-transition: opacity 0.3s ease-out 0.2s;
    transition: opacity 0.3s ease-out 0.2s;
	opacity: 0;
}

.load .firstscreen-image-woman1 {
	opacity: 1;
}

.firstscreen-image-woman1 .woman1241 {
	animation: firstscreenWoman1 4s ease-in-out infinite;
}

@keyframes firstscreenWoman1 {
	0% { 
		-webkit-transform: skew(0deg, 0deg) translate(0px, 0px) scale(1);
		transform: skew(0deg, 0deg) translate(0px, 0px) scale(1);
	}
	50% {
		-webkit-transform: skew(-5deg, 10deg) translate(7px, -14px) scale(0.93);
		transform: skew(-5deg, 10deg) translate(7px, -14px) scale(0.93);
	}
	100% {
		-webkit-transform: skew(0deg, 0deg) translate(0px, 0px) scale(1);
		transform: skew(0deg, 0deg) translate(0px, 0px) scale(1);
	}
}

.firstscreen-image-woman2 {
	position: absolute;
    width: 122px;
    z-index: 10;
    top: 325px;
    left: 1245px;
	pointer-events: none;
	overflow: unset;
	-webkit-transition: opacity 0.3s ease-out 0.2s;
    -moz-transition: opacity 0.3s ease-out 0.2s;
    -o-transition: opacity 0.3s ease-out 0.2s;
    transition: opacity 0.3s ease-out 0.2s;
	opacity: 0;
}

.load .firstscreen-image-woman2 {
	opacity: 1;
}

.firstscreen-image-woman2 .woman248 {
	animation: firstscreenWoman2 4s ease-in-out infinite;
}

@keyframes firstscreenWoman2 {
	0% { 
		-webkit-transform: skew(0deg, 0deg) translate(0px, 0px) scale(1);
		transform: skew(0deg, 0deg) translate(0px, 0px) scale(1);
	}
	50% {
		-webkit-transform: skew(-13deg, 9deg) translate(7px, -21px) scale(0.9);
		transform: skew(-13deg, 9deg) translate(4px, -20px) scale(0.9);
	}
	100% {
		-webkit-transform: skew(0deg, 0deg) translate(0px, 0px) scale(1);
		transform: skew(0deg, 0deg) translate(0px, 0px) scale(1);
	}
}

.firstscreen-image-av {
	position: absolute;
    width: 103px;
    z-index: 10;
    top: 450px;
    left: 1500px;
	pointer-events: none;
	overflow: unset;
	-webkit-transition: opacity 0.3s ease-out 0.4s;
    -moz-transition: opacity 0.3s ease-out 0.4s;
    -o-transition: opacity 0.3s ease-out 0.4s;
    transition: opacity 0.3s ease-out 0.4s;
	opacity: 0;
}

.load .firstscreen-image-av {
	opacity: 1;
}

.firstscreen-image-av #animation-hand {
	transform-origin: 120px 100px;
	animation: firstscreenAV1 4s ease-in-out infinite;
}

@keyframes firstscreenAV1 {
	0% { 
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	40% {
		-webkit-transform: rotate(6deg);
		transform: rotate(6deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.firstscreen-image-av .av19 {
	transform-origin: 56px 145px;
	animation: firstscreenAV2 4s ease-in-out infinite;
}

@keyframes firstscreenAV2 {
	0% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	39% { 
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(4);
		transform: scale(4);
	}
	60% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}	
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
}

.firstscreen .content-block {
	height: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
    right: 0px;
	z-index: 20;
	overflow: unset;
}

.firstscreen-date {
	position: absolute;
	top: 165px;
	left: 0px;
	font-family: "GilroyBold", sans-serif; 
	font-size: 56px;
	line-height: 1;
	color: #2577f1;
	text-transform: uppercase;
	/*-webkit-transition: opacity 0.3s ease-out 0.5s;
    -moz-transition: opacity 0.3s ease-out 0.5s;
    -o-transition: opacity 0.3s ease-out 0.5s;
    transition: opacity 0.3s ease-out 0.5s;
	opacity: 0;*/
}

/*.load .firstscreen-date {
	opacity: 1;
}*/

.firstscreen-date span {
	font-family: "GilroyHeavy", sans-serif; 
}

.firstscreen h1 {
	position: absolute;
	top: 240px;
	left: 0px;
	font-family: "GilroyBlack", sans-serif; 
	font-size: 124px;
	line-height: 1;
	color: #eb4494;
	text-transform: uppercase;
	margin-left: -5px;
	/*-webkit-transition: opacity 0.3s ease-out 1s;
    -moz-transition: opacity 0.3s ease-out 1s;
    -o-transition: opacity 0.3s ease-out 1s;
    transition: opacity 0.3s ease-out 1s;
	opacity: 0;*/
}

/*.load .firstscreen h1 {
	opacity: 1;
}
*/
.firstscreen-subheader {
	position: absolute;
	top: 390px;
	left: 0px;
	font-family: "GilroyMedium", sans-serif; 
	font-size: 23px;
	line-height: 1.35;
	color: #2577f1;
	text-transform: uppercase;
	padding-left: 23px;
	max-width: 320px;
	/*-webkit-transition: opacity 0.3s ease-out 1.5s;
    -moz-transition: opacity 0.3s ease-out 1.5s;
    -o-transition: opacity 0.3s ease-out 1.5s;
    transition: opacity 0.3s ease-out 1.5s;
	opacity: 0;*/
}

/*.load .firstscreen-subheader {
	opacity: 1;
}*/

.firstscreen-subheader:before {
	content: "\f041";
	font-size: 30px;
	font-family: "FontAwesome"; 
	position: absolute;
	top: -10px;
	left: 0px;
}

.firstscreen-button-down {
	position: absolute;
	top: 820px;
	left: 50%;
	margin-left: -25px;
	font-family: "FontAwesome"; 
	font-size: 100px;
	line-height: 40px;
	color: #f4e367;
	cursor: pointer;
	-webkit-transition: color 0.3s ease-out 0s;
    -moz-transition: color 0.3s ease-out 0s;
    -o-transition: color 0.3s ease-out 0s;
    transition: color 0.3s ease-out 0s;
	animation: firstscreenButtonDown 2s ease-in-out infinite;
}

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

.firstscreen-button-down:hover {
	color: #f9f2b2;
}

.firstscreen-button-registration {
	position: absolute;
	top: 700px;
	left: 0px;
	font-family: "GilroyMedium", sans-serif; 
	font-size: 23px;
	line-height: 1;
	letter-spacing: 2px;
	color: #fff;
	text-transform: uppercase;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 18px;
	padding-bottom: 18px;
	border-radius: 40px;
	background: #2577f1;
	cursor: pointer;
	-webkit-transition: background 0.3s ease-out 0s;
    -moz-transition: background 0.3s ease-out 0s;
    -o-transition: background 0.3s ease-out 0s;
    transition: background 0.3s ease-out 0s;
}

.firstscreen-button-registration:hover {
	background: #eb4494;
}

.firstscreen-steps {
	position: absolute;
	top: 550px;
	left: -170px;
	width: 820px;
	pointer-events: none;
}

.firstscreen-button-registration:hover+.firstscreen-steps .steps {
	animation: firstscreenSteps 0.2s ease-in-out 1;
	animation-fill-mode: forwards;
}

.firstscreen-button-registration:hover+.firstscreen-steps .steps.step1 {
	animation-delay: 0s;
}

.firstscreen-button-registration:hover+.firstscreen-steps .steps.step2 {
	animation-delay: 0.2s;
}

.firstscreen-button-registration:hover+.firstscreen-steps .steps.step3 {
	animation-delay: 0.4s;
}

.firstscreen-button-registration:hover+.firstscreen-steps .steps.step4 {
	animation-delay: 0.6s;
}

.firstscreen-button-registration:hover+.firstscreen-steps .steps.step5 {
	animation-delay: 0.8s;
}

@keyframes firstscreenSteps {
	0% { 
		fill: rgba(255,255,255,0);
	}
	100% {
		fill: #F4E367;
	}
}

.firstscreen-text {
	position: absolute;
	top: 1010px;
	left: 0px;
	right: 0px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.firstscreen-text-span {
    font-family: "GilroyBold", sans-serif; 
	font-size: 32px;
    line-height: 32px;
	color: #2577f1;
    background: #fff;
    box-shadow: 0px -5px 0px 14px #fff;
}

.firstscreen-text-span span {
    font-size: 52px;
    line-height: 80px;
}

.firstscreen-image-glass {
	position: absolute;
	top: 1300px;
	left: 80px;
	width: 235px;
	z-index: 10;
}

.firstscreen-image-glass .glass1 {
	transform-origin: 87px 149px;
	animation: firstscreenGlass 3s ease-in-out infinite;
}

@keyframes firstscreenGlass {
	0% { 
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% { 
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


@media (max-width: 1799px) {
	.firstscreen-image-man1 {
		left: auto;
		right: calc(100vw - 521px);
	}

	.firstscreen-image-man2 {
		left: auto;
		right: calc(100vw - 645px);
	}
}

@media (max-width: 1499px) {
	.firstscreen {
		height: 1520px;
	}
	
	.firstscreen-image-wrap {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	
	.firstscreen-image {
		margin-left: calc(100% - 1800px);
		margin-top: -50px;		
	}
	
	.firstscreen-image-man1 {
		left: 670px;
		right: auto;
	}

	.firstscreen-image-man2 {
		left: 745px;
		right: auto;
	}
	
	.firstscreen-date {
		top: 120px;
		font-size: 42px;
	}

	.firstscreen h1 {
		top: 180px;
		font-size: 88px;
	}

	.firstscreen-subheader {
		top: 290px;
		font-size: 18px;
		padding-left: 20px;
		max-width: 280px;
	}

	.firstscreen-subheader:before {
		font-size: 24px;
	}
	
	.firstscreen-button-down {
		display: none;
	}
	
	.firstscreen-button-registration {
		top: 850px;
		left: 50%;
		transform: translate(-50%, 0);
	}
	
	.firstscreen-steps {
		top: 670px;
		left: 50%;
		transform: translate(-50%, 0);
		width: 620px;
	}
	
	.firstscreen-image-glass {
		top: 1200px;
		width: 140px;
	}
}

@media (max-width: 1279px) {
	.firstscreen {
		height: 1340px;
	}
	
	.firstscreen-image-wrap {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	
	.firstscreen-image {
		margin-left: calc(100% - 1690px);
		margin-top: -100px;
	}
	
	.firstscreen-image-sky {
		height: 800px;
		top: -200px;
	}
	
	.firstscreen-image-clouds {
		top: -130px;
		left: -100px;
	}
	
	.firstscreen-button-registration {
		top: 750px;
		font-size: 18px;
		padding-left: 46px;
		padding-right: 46px;
		padding-top: 16px;
		padding-bottom: 16px;
	}
	
	.firstscreen-steps {
		display: none;
	}
	
	.firstscreen-text {
		top: 890px;		
	}
	
	.firstscreen-text-span { 
		font-size: 20px;
		line-height: 20px;
		box-shadow: 0px -5px 0px 14px #fff;
	}

	.firstscreen-text-span span {
		font-size: 36px;
		line-height: 60px;
	}
	
	.firstscreen-image-glass {
		top: 1000px;
		left: 20px;
	}
}

@media (max-width: 959px) {
	.firstscreen {
		height: 1040px;
	}
	
	.firstscreen-image-wrap {
		-webkit-transform: scale(0.65);
		transform: scale(0.65);
	}
	
	.firstscreen-image {
		margin-left: calc(100% - 1590px);
		margin-top: -200px;
	}
	
	.firstscreen-image-man1,
	.firstscreen-image-man2,
	.firstscreen-image-av {
		display: none;
	}
	
	.firstscreen-image-woman1 {
		width: 130px;
		top: 440px;
		left: 860px;
	}
	
	.firstscreen-image-woman2 {
		width: 185px;
		top: 445px;
		left: 1000px;
	}
	
	.firstscreen-image-ball {
		right: 560px;
	}
	
	.firstscreen-image-flipchart {
		width: 135px;
		top: 370px;
		right: 260px;
	}
	
	.firstscreen-date {
		top: 92px;
		font-size: 30px;
	}
	
	.firstscreen h1 {
		top: 128px;
		font-size: 62px;
	}
	
	.firstscreen-subheader {
		top: 215px;
		font-size: 16px;
		max-width: 220px;
		padding-left: 17px;
	}
	
	.firstscreen-subheader:before {
		font-size: 20px;
		top: -6px;
	}
	
	.firstscreen-button-registration {
		top: 660px;
	}
	
	.firstscreen-text {
		top: 790px;
	}
	
	.firstscreen-text-span { 
		font-size: 20px;
		line-height: 20px;
		box-shadow: 0px -2px 0px 8px #fff;
	}

	.firstscreen-text-span span {
		font-size: 25px;
		line-height: 48px;
	}
	
	.firstscreen-image-glass {
		top: 740px;
		left: 0px;
		width: 120px;
	}
}

@media (max-width: 639px) {
	.firstscreen {
		height: 720px;
	}
	
	.firstscreen-image-wrap {
		-webkit-transform: scale(0.45);
		transform: scale(0.45);
	}

	.firstscreen-image {
		margin-left: calc(100% - 1400px);
		margin-top: -380px;
	}

	.firstscreen-image-woman1 {
		left: 920px;
	}

	.firstscreen-image-woman2 {

		left: 1060px;
	}

	.firstscreen-image-ball {
		display: none;
	}

	.firstscreen-image-flipchart {
		right: 400px;
	}

	.firstscreen-date {
		top: 50px;
		font-size: 22px;
	}

	.firstscreen h1 {
		top: 83px;
		font-size: 33px;
		margin-left: -2px;
	}

	.firstscreen-subheader {
		top: 135px;
		font-size: 12px;
		max-width: 180px;
		padding-left: 15px;
	}

	.firstscreen-subheader:before {
		font-size: 16px;
		top: -4px;
	}

	.firstscreen-button-registration {
		top: 460px;
		font-size: 12px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.firstscreen-text {
		top: 530px;
	}

	.firstscreen-text-span { 
		font-size: 16px;
		line-height: 16px;
		box-shadow: 0px 0px 0px 3px #fff;
	}

	.firstscreen-text-span span {
		font-size: 18px;
		line-height: 28px;
	}

	.firstscreen-image-glass {
		top: 430px;
		width: 60px;
	}
}

/*program*/
.program {
	
}

.program-list {
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -30px;
}

.program-list-item {
	margin-left: 30px;
	margin-bottom: 30px;
	padding-left: 45px;
	padding-right: 45px;
	padding-top: 10px;
	padding-bottom: 20px;
	font-family: "GilroyRegular", sans-serif; 
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	position: relative;
	overflow: hidden;
}

.program-list-item-1 {
	width: 20%;
	width: calc(33% - 30px);
	background-color: #f4af09;
	padding-bottom: 150px;
}

.program-list-item-2 {
	width: 60%;
	width: calc(67% - 30px);
	background-color: #e66127;
}

.program-list-item-3 {
	width: 20%;
	width: calc(25% - 30px);
	background-color: #06c65c;
	padding-bottom: 160px;
}

.program-list-item-4 {
	width: 40%;
	width: calc(42% - 30px);
	background-color: #2577f1;
	padding-bottom: 160px;
}

.program-list-item-5 {
	width: 20%;
	width: calc(33% - 30px);
	background-color: #09bde4;
	padding-bottom: 160px;
}

.program-list-item-time {
	font-family: "GilroyBold", sans-serif; 
	margin-bottom: 20px;
	margin-top: 35px;
	width: 100%;
}

.program-list-item-text {
}

.program-list-item-columns {
	display: -webkit-flex; 
	display: flex;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
}

.program-list-item-column1 {
	width: 150px;
	padding-bottom: 160px;
}

.program-list-item-column2 {
	width: 70%;
	width: calc(95% - 150px);
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	/*margin-top: 35px;*/
}

.program-list-item p {
	margin-bottom: 25px;
	width: 100%;
}

.program-list-item-columns p {
	/*width: 50%;*/
	padding-left: 50px;
}

.program-list-item-1 p {
	/*max-width: 265px;*/
}

.program-list-item strong {
	font-family: "GilroyMedium", sans-serif; 
}

.program-list-item span {
	text-decoration: line-through;
}

.program-list-item-1 .program-list-item-icon {
	width: 100px;
	height: 178px;
	position: absolute;
	right: 10%;
	bottom: -15px;
	overflow: unset;
}

.program-list-item-1 .program-list-item-icon .program1-animate {
	transform-origin: 130px 190px;
	animation: programIcon1 4s ease infinite;
	animation-play-state: paused;
}

.program-list-item-1:hover .program-list-item-icon .program1-animate {
	animation-play-state: running;
}

@keyframes programIcon1 {
	0% { 
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	15% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	30% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	45% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	60% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.program-list-item-2 .program-list-item-icon {
	width: 120px;
	height: 120px;
	position: absolute;
	left: 45px;
	bottom: 20px;
	overflow: unset;
}

.program-list-item-2 .program-list-item-icon .program2-animate {
	animation: programIcon2 1.6s ease infinite;
	animation-play-state: paused;
}

.program-list-item-2:hover .program-list-item-icon .program2-animate {
	animation-play-state: running;
}

@keyframes programIcon2 {
	0% { 
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
	50% {
		-webkit-transform: translate(0px, -35px);
		transform: translate(0px, -35px);
	}
	100% {
		-webkit-transform: translate(0px, 0px);
		transform: translate(0px, 0px);
	}
}

.program-list-item-3 .program-list-item-icon {
	width: 150px;
	height: 164px;
	position: absolute;
	right: 40px;
	bottom: 20px;
	overflow: unset;
}

.program-list-item-3 .program-list-item-icon .program3-animate {
	animation: programIcon3 3s ease infinite;
	animation-play-state: paused;
}

.program-list-item-3:hover .program-list-item-icon .program3-animate {
	animation-play-state: running;
}

@keyframes programIcon3 {
	0% { 
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	25% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	50% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

.program-list-item-4 .program-list-item-icon {
	width: 135px;
	height: 135px;
	position: absolute;
	right: 40px;
	bottom: 20px;
	overflow: unset;
}

.program-list-item-4 .program-list-item-icon .program4-animate {
	transform-origin: 181px 290px;
	animation: programIcon4 3s ease infinite;
	animation-play-state: paused;
}

.program-list-item-4:hover .program-list-item-icon .program4-animate {
	animation-play-state: running;
}

@keyframes programIcon4 {
	0% { 
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	15% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	30% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	45% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
	60% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
	100% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

.program-list-item-5 .program-list-item-icon {
	width: 180px;
	height: 138px;
	position: absolute;
	right: 40px;
	bottom: 20px;
	overflow: unset;
}

.program-list-item-5 .program-list-item-icon {
	animation: programIcon5 2s ease infinite;
	animation-play-state: paused;
}

.program-list-item-5:hover .program-list-item-icon {
	animation-play-state: running;
}

@keyframes programIcon5 {
	0% { 
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	30% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	70% {
		-webkit-transform: rotate(3deg);
		transform: rotate(3deg);
	}
	90% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	100% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@media (max-width: 1279px) {
	.program-list {
		margin-left: -20px;
	}

	.program-list-item {
		margin-left: 20px;
		margin-bottom: 20px;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 0px;
		padding-bottom: 20px;
		font-size: 18px;
		line-height: 26px;
	}

	.program-list-item-1 {
		width: 30%;
		width: calc(33.3333% - 20px);
		padding-bottom: 160px;
	}

	.program-list-item-2 {
		width: 60%;
		width: calc(66.666% - 20px);
	}

	.program-list-item-3,
	.program-list-item-4,
	.program-list-item-5 {
		width: 30%;
		width: calc(33.3333% - 20px);
		padding-bottom: 160px;
	}

	.program-list-item-time {
		margin-bottom: 20px;
	}

	.program-list-item-column2 {
		display: block;
		width: 70%;
		width: calc(100% - 150px);
	}

	.program-list-item p {
		margin-bottom: 20px;
	}

	.program-list-item-columns p {
		width: 100%;
	}

	.program-list-item-1 .program-list-item-icon {
		width: 65px;
		height: 117px;	
		right: 45px;
		bottom: 30px;
		
	}

	.program-list-item-2 .program-list-item-icon {
		width: 110px;
		height: 110px;
		left: 30px;
	}

	.program-list-item-3 .program-list-item-icon {
		width: 105px;
		height: 114px;
		right: 30px;
	}

	.program-list-item-4 .program-list-item-icon {
		width: 110px;
		height: 110px;
		right: 30px;
	}

	.program-list-item-5 .program-list-item-icon {
		width: 125px;
		height: 97px;
		right: 30px;
	}
}

@media (max-width: 959px) {
	.program-list {
		margin-left: 0px;
	}

	.program-list-item {
		margin-left: 0px;
		margin-bottom: 15px;
		padding-left: 20px;
		padding-right: 180px;
		padding-top: 0px;
		padding-bottom: 30px;
		min-height: 190px;
	}

	.program-list-item-1,
	.program-list-item-2,
	.program-list-item-3,
	.program-list-item-4,
	.program-list-item-5 {
		width: 100%;
	}
	
	.program-list-item-columns {
		display: block;
	}

	.program-list-item-column1,
	.program-list-item-column2 {
		width: 100%;
		padding: 0px;
	}
	
	.program-list-item-header {
		margin-bottom: 20px;
	}

	.program-list-item p {
		margin-bottom: 10px;
	}

	.program-list-item-1 p {
		max-width: 100%;
	}
	
	.program-list-item-columns p {
		padding-left: 0px;
		max-width: 100%;
	}

	.program-list-item-1 .program-list-item-icon,
	.program-list-item-2 .program-list-item-icon,
	.program-list-item-3 .program-list-item-icon,
	.program-list-item-4 .program-list-item-icon,
	.program-list-item-5 .program-list-item-icon {
		left: auto;
		right: 25px;
		bottom: 25px;
	}
	
	.program-list-item-1 .program-list-item-icon .program1-animate,
	.program-list-item-2 .program-list-item-icon .program2-animate,
	.program-list-item-3 .program-list-item-icon .program3-animate,
	.program-list-item-4 .program-list-item-icon .program4-animate,
	.program-list-item-5 .program-list-item-icon {
		animation-play-state: running;
	}
}

@media (max-width: 639px) {
	.program-list-item {
		margin-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 0px;
		padding-bottom: 75px;
		min-height: auto;
		font-size: 16px;
		line-height: 22px;
	}
	
	.program-list-item-time {
		margin-bottom: 10px;
	}
	
	.program-list-item-header {
		margin-bottom: 10px;
	}

	.program-list-item p {
		margin-bottom: 10px;
	}

	.program-list-item-1 .program-list-item-icon {
		width: 45px;
		height: 80px;
		bottom: -10px;
		right: 40px;
	}

	.program-list-item-2 .program-list-item-icon {
		width: 80px;
		height: 80px;
		bottom: -20px;
	}

	.program-list-item-3 .program-list-item-icon {
		width: 80px;
		height: 88px;
		bottom: -20px;
	}

	.program-list-item-4 .program-list-item-icon {
		width: 70px;
		height: 70px;
		bottom: 10px;
		right: 30px
	}

	.program-list-item-5 .program-list-item-icon {
		width: 90px;
		height: 70px;
		bottom: 5px;
		right: 20px;
	}
}

/*slider*/
.slider {
	position: relative;
	overflow: hidden;
	margin-top: 110px;
	background-image: url(../img/slider-bg.svg);
	background-size: 100% 100%;
	background-position: center;
	padding-bottom: 200px;
}

.slider-test {
	display: none;
}

.slider h2 {
	color: #fff;
	margin-top: 150px;
}

.slider-filter {
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1400px;
    padding-left: 140px;
    padding-right: 140px;
    margin-left: auto;
    margin-right: auto;
}

.slider-filter-item {
	margin-right: 25px;
	margin-bottom: 25px;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 16px;
	padding-bottom: 16px;
	font-family: "GilroyMedium", sans-serif;
	font-size: 24px;
	line-height: 1;
	color: #fff;
	background: #f49309;
	cursor: pointer;
	-webkit-transition: background 0.3s ease-out 0s;
    -moz-transition:background 0.3s ease-out 0s;
    -o-transition: background 0.3s ease-out 0s;
    transition: background 0.3s ease-out 0s;
}

.slider-filter-item:hover,
.slider-filter-item.active {
	background: #f64a57;
}

.slider-list {
	max-width: 1400px;
    padding-left: 140px;
    padding-right: 140px;
	margin-left: auto;
    margin-right: auto;
	position: relative;
}

.slider-list-item {
}

.slider-list-item img {
	width: 100%;
}

.slider-prev,
.slider-next {
	font-family: "FontAwesome";
	font-size: 140px;
	line-height: 80px;
	color: #f4af09;
	background: none;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	z-index: 100;
	-webkit-transition: color 0.3s ease-out 0s;
    -moz-transition: color 0.3s ease-out 0s;
    -o-transition: color 0.3s ease-out 0s;
    transition: color 0.3s ease-out 0s;
}

.slider-prev {
	left: 0px;
}

.slider-next {
	right: 0px;
}

.slider-prev:hover,
.slider-next:hover {
	color: #f9f2b2;
}

@media (max-width: 1279px) {
	.slider {
		margin-top: 90px;
		padding-bottom: 140px;
	}

	.slider h2 {
		margin-top: 100px;
	}
	
	.slider-filter {
		padding-left: 110px;
		padding-right: 110px;
	}

	.slider-filter-item {
		margin-right: 20px;
		margin-bottom: 20px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 20px;
	}

	.slider-list {
		padding-left: 60px;
		padding-right: 60px;
		margin-left: 50px;
		margin-right: 50px;
	}

	.slider-prev,
	.slider-next {
		font-size: 70px;
		line-height: 40px;
		margin-top: -20px;
	}	
}

@media (max-width: 959px) {
	.slider {
		margin-top: 40px;
		padding-bottom: 45px;
		background-size: 120% 120%;
	}

	.slider h2 {
		margin-top: 50px;
	}
	
	.slider-filter {
		padding-left: 20px;
		padding-right: 20px;
	}

	.slider-filter-item {
		margin-right: 15px;
		margin-bottom: 15px;
		font-size: 16px;
	}

	.slider-list {
		padding-left: 20px;
		padding-right: 20px;
		margin-left: 0px;
		margin-right: 0px;
	}

	.slider-prev,
	.slider-next {
		font-size: 90px;
		line-height: 50px;
		margin-top: -25px;
	}
}

@media (max-width: 639px) {
	.slider {
		margin-top: 30px;
		padding-bottom: 40px;
		background-size: 120% 120%;
	}

	.slider h2 {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	
	.slider-filter {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.slider-filter-item {
		margin-right: 10px;
		margin-bottom: 10px;
		padding-left: 15px;
		padding-right: 15px;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.slider-list {
		padding-left: 0px;
		padding-right: 0px;
	}

	.slider-prev,
	.slider-next {
		display: none !important;
	}
}

/*logos*/
.logos {
	display: -webkit-flex; 
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: -60px;
}

.logos-item {
	width: 25%;
	text-align: center;
	margin-bottom: 60px;
}

.partners .logos-item {
	width: 16.666%;
}

.logos-item-img {
	width: 70%;
	height: 125px;
	line-height: 125px;
	margin-bottom: 20px;
	margin-left: 15%;
	text-align: center;
}

.logos-item-img img {
	vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

.logos-item-header {
	font-family: "GilroyRegular", sans-serif; 
	font-size: 18px;
	line-height: 24px;
	color: #828282;
	margin-left: 10%;
	margin-right: 10%;
}

@media (max-width: 1279px) {
	.logos {
		margin-bottom: -50px;
	}

	.logos-item {
		width: 33.3333%;
		margin-bottom: 50px;
	}

	.partners .logos-item {
		width: 33.3333%;
	}
}

@media (max-width: 959px) {
	.logos-item {
		width: 50%;
	}

	.partners .logos-item {
		width: 33.3333%;
	}
}

@media (max-width: 639px) {
	.logos {
		margin-bottom: 0px;
	}
	
	.logos-item {
		margin-bottom: 0px;
	}
	
	.partners .logos-item {
		width: 50%;
	}
	
	.logos-item-img {
		height: 80px;
		line-height: 80px;
	}
	
	.partners .logos-item-img {
		height: 100px;
		line-height: 100px;
	}
	
	.logos-item-header {
		display: none;
	}
}

/*registration*/
.registration {
	margin-top: 100px;
	background-color: #ffce55;
	/*background-image: url(../img/registration-bg.svg);
	background-size: 100% auto;
	background-size: 170% 59%;*/
	padding-bottom: 150px;
	overflow: hidden;
	background: url(../img/registration-bg.svg), rgba(255,207,85,1);
	background: url(../img/registration-bg.svg), -moz-linear-gradient(-45deg, rgba(255,207,85,1) 0%, rgba(245,180,17,1) 100%);
	background: url(../img/registration-bg.svg), -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255,207,85,1)), color-stop(100%, rgba(245,180,17,1)));
	background: url(../img/registration-bg.svg), -webkit-linear-gradient(-45deg, rgba(255,207,85,1) 0%, rgba(245,180,17,1) 100%);
	background: url(../img/registration-bg.svg), -o-linear-gradient(-45deg, rgba(255,207,85,1) 0%, rgba(245,180,17,1) 100%);
	background: url(../img/registration-bg.svg), -ms-linear-gradient(-45deg, rgba(255,207,85,1) 0%, rgba(245,180,17,1) 100%);
	background: url(../img/registration-bg.svg), linear-gradient(135deg, rgba(255,207,85,1) 0%, rgba(245,180,17,1) 100%);
	background-size: 100%;
    background-position: 0% 160%;
	background-repeat: no-repeat;
}

.registration h2 {
	color: #fff;
	margin-top: 75px;
}

@media (max-width: 1279px) {
	.registration {
		margin-top: 70px;
		padding-bottom: 80px;
	}

	.registration h2 {
		margin-top: 60px;
	}
}

@media (max-width: 959px) {
	.registration {
		margin-top: 40px;
		padding-bottom: 60px;
	}

	.registration h2 {
		margin-top: 40px;
		margin-bottom: 20px;
	}

}

@media (max-width: 639px) {
	.registration {
		margin-top: 20px;
		padding-bottom: 40px;
	}

	.registration h2 {
		margin-top: 30px;
		margin-bottom: 10px;
	}

}

/*rules*/
.rules {
	background: #2577f1;
	padding-bottom: 40px;
	overflow: hidden;
	color: #fff;
}

.rules h2 {
	color: #fff;
	margin-top: 75px;
}

.rules-columns {
	display: -webkit-flex; 
	display: flex;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
}

.rules-column {
	width: 46%; 
}

.rules h3 {
	font-family: "GilroyBold", sans-serif;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.rules h3>span {
	font-size: 16px;
    line-height: 16px;
    background: #468ef9;
    box-shadow: 0px -3px 0px 8px #468ef9;
}

.rules h3>span span {
	font-size: 22px;
    line-height: 42px;
}

.rules p {
	font-family: "GilroyRegular", sans-serif;
	margin-bottom: 30px;
}

.rules ol {
	font-family: "GilroyBold", sans-serif;
	counter-reset: li;
	list-style: none;
}

.rules ol li {
	margin-bottom: 30px;
	padding-left: 70px;
	position: relative;
	list-style: none;
	margin-top: 30px;
}

.rules ol li:before {
	font-family: "GilroyBlack", sans-serif;
	font-size: 30px;
    line-height: 50px;
	color: #f9c741;
	counter-increment: li;
	background: #468ef9;
	content: counters(li,".");
	position: absolute;
	top: -10px;
	left: 0px;
	width: 50px;
	height: 50px;
    text-align: center;
	border-radius: 50%;
}

@media (max-width: 1279px) {
	.rules {
		font-size: 18px;
		line-height: 26px;
	}
	
	.rules h2 {
		margin-top: 60px;
	}
	
	.rules h3 {
		margin-bottom: 20px;
	}
	
	.rules h3>span span {
		font-size: 18px;
	}
	
	.rules p {
		margin-bottom: 20px;
	}
	
	.rules ol li {
		margin-bottom: 20px;
		padding-left: 55px;
	}
	
	.rules ol li:before {
		font-size: 24px;
		line-height: 40px;
		top: -8px;
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 959px) {
	.rules {
		padding-bottom: 40px;
		font-size: 16px;
	}

	.rules h2 {
		margin-top: 40px;
	}
	
	.rules-columns {
		display: block;
	}

	.rules-column {
		width: 100%; 
	}
	
	.rules ol li {
		padding-left: 45px;
	}
	
	.rules ol li:before {
		font-size: 20px;
		line-height: 32px;
		top: -5px;
		width: 32px;
		height: 32px;
	}
}

@media (max-width: 639px) {
	.rules {
		padding-bottom: 15px;
	}

	.rules h2 {
		margin-top: 30px;
		margin-bottom: 20px;
	}
}

/*map*/
.map {
	width: 100%;
	height: 660px;
	overflow: hidden;
	position: relative;
}

.map iframe {
	width: 100%;
	height: 100%;
}

.map-text {
	position: absolute;
	top: 90px;
	left: 10%;
	z-index: 100;
	background: #fff;
	padding-left: 55px;
	padding-right: 55px;
	padding-top: 65px;
	padding-bottom: 70px;
	max-width: 520px;
}

.map-text h3 {
	font-family: "GilroyBold", sans-serif; 
	font-size: 28px;
	line-height: 32px;
	color: #f68002;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.map-text p {
	font-family: "GilroyMedium", sans-serif; 
	font-size: 24px;
	line-height: 30px;
	color: #000;
}

@media (max-width: 1279px) {
	.map {
		height: 420px;
	}
	
	.map-text {
		top: 70px;
		left: 55px;
		padding-left: 40px;
		padding-right: 40px;
		padding-top: 45px;
		padding-bottom: 50px;
		max-width: 400px;
	}

	.map-text h3 {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 10px;
	}

	.map-text p {
		font-size: 18px;
		line-height: 24px;
	}
}

@media (max-width: 959px) {
	.map {
		height: 370px;
	}
	
	.map-text {
		top: 20px;
		padding-top: 40px;
		padding-bottom: 45px;
		max-width: 365px;
	}

	.map-text h3 {
		font-size: 20px;
		line-height: 22px;
	}

	.map-text p {
		font-size: 16px;
		line-height: 22px;
	}
}

@media (max-width: 639px) {
	.map {
		height: 280px;
	}
	
	.map-text { 
	display: none;
	}
}

/*fb*/
.fb {
	padding-top: 100px;
	padding-bottom: 85px;
	background-color: #ffce55;
	background-image: url(../img/registration-bg.svg);
	background-size: 152% 387%;
	background-position: center;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
}

.fb-link {
	font-family: "GilroyBlack", sans-serif; 
	font-size: 40px;
	line-height: 60px;
	color: #fff;
	text-transform: uppercase;
}

.fb-link span {
	padding-right: 15px;
	vertical-align: middle;
}

.fb-link svg {
	width: 75px;
    height: 75px;
	vertical-align: middle;
}

.fb-link svg path {
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.fb-link:hover svg .fb0 {
	opacity: 1;
}

.fb-link:hover svg .fb1 {
	fill: #fb931a;
}

@media (max-width: 1279px) {
	.fb {
		padding-top: 60px;
		padding-bottom: 50px;
	}

	.fb-link {
		font-size: 28px;
		line-height: 50px;
	}

	.fb-link span {
		padding-right: 10px;
	}

	.fb-link svg {
		width: 60px;
		height: 60px;
	}	
}

@media (max-width: 959px) {
	.fb {
		padding-top: 40px;
		padding-bottom: 35px;
	}

	.fb-link {
		font-size: 22px;
		line-height: 36px;
	}

	.fb-link span {
		padding-right: 10px;
	}

	.fb-link svg {
		width: 45px;
		height: 45px;
	}	
}

@media (max-width: 639px) {
	.fb {
		padding-top: 25px;
		padding-bottom: 25px;
		background-size: 138% 229%;
	}

	.fb-link {
		line-height: 50px;
	}

	.fb-link span {
		display: none
	}

	.fb-link svg {
		width: 55px;
		height: 55px;
	}
}

/*footer*/
footer {
	background-color: #2577f1;
	padding-top: 55px;
	padding-bottom: 55px;
}

footer .content-block {
	font-family: "GilroyRegular", sans-serif; 
	font-size: 18px;
	line-height: 26px;
	color: rgba(255,255,255,0.8);
	display: -webkit-flex; 
	display: flex;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
	-webkit-align-items: center;
    align-items: center;
}

.footer-left,
.footer-right {
	
}

.footer-left span {
	padding-right: 60px;
}

.footer-studio-logo {
	display: inline-block;
    background-image: url(../img/logo_parfyonov.svg);
    background-size: 122px 14px;
    background-repeat: no-repeat;
    width: 122px;
    height: 14px;
    border: none;
	margin-top: 4px;
	opacity: 0.8;
}

@media (max-width: 1279px) {
	footer {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	footer .content-block {
		font-size: 14px;
		line-height: 18px;
	}
}

@media (max-width: 959px) {
	.footer-left {
		width: 200px;
	}
	
	.footer-left span {
		padding-right: 0px;
		display: block;
	}
}

@media (max-width: 639px) {
	footer {
		padding-top: 20px;
		padding-bottom: 15px;
	}
	
	footer .content-block {
		display: block;
	}
	
	.footer-left {
		width: 100%;
	}
	
	.footer-right {
		padding-top: 10px; 
		font-size: 14px;
	}
}




