body{
	margin: 0;
	padding: 0;
	background-color: #fcd84c;
	/*background-color: #f7c72f;*/
	min-height: 1px;
	overflow-x: hidden;
}
img{
	max-width: 100%;
}
section{
	padding: 50px 15%;
}
p{
	margin: 0;
}
@font-face {
  font-family: 'Aracne';
  src: url("../fonts/AracneUltraCondReg.eot");
  src: url("../fonts/AracneUltraCondReg.woff2") format("woff2"), url("../fonts/AracneUltraCondReg.woff") format("woff"), url("../fonts/AracneUltraCondReg.ttf") format("truetype"), url("../fonts/AracneUltraCondReg.svg#AracneUltraCondReg") format("svg"), url("../fonts/AracneUltraCondReg.eot?#iefix") format("embedded-opentype");
  font-weight: 300;
  font-style: normal; 
}
@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/HelveticaNeueCyr-Bold.eot");
  src: url("../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype"), url("../fonts/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold") format("svg"), url("../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype");
  font-weight: 600;
  font-style: bold; 
}
section.sec_1{
	/*padding-top: 50px;*/
	position: relative;
	/*background-image: url("../img/bgc_sec1.png");	*/
}
section.sec_1:before{
	content: "";
	position: absolute;
	left: 20%;
	bottom: -20px;
	background-image: url("../img/image_cont_before.png");
	display: block;
	width: 492px;
	height: 368px;
	z-index: 5;
}
section.sec_1:after{
	content: "";
	position: absolute;
	right: -5%;
	top: 20%;
	background-image: url(../img/image_cont_after.png);
	display: block;
	width: 492px;
	height: 552px;
	z-index: 5;
}
section.sec_1 .logo_cont{
	position: relative;
}
section.sec_1 .logo_cont:before{
	position: absolute;
	content: "";
	left: -40%;
	top: 100%;
	width: 480px;
	z-index: -1;
	height: 552px;
	background-image: url(../img/bgc_sec1.png);
	
}
section.sec_1 .logo_cont p{
	font-size: 8vh;
	/*left: 10%;*/
	position: relative;
	margin: 0;
	font-family: "Aracne";
}
section.sec_1 .container_sec_1{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
section.sec_1 .container_sec_1 .cont_left{
	max-width: 50%;
}
section.sec_1 .container_sec_1 .cont_left .num_cont{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	width: 120px;
    background-color: #fff;
    height: 120px;
    align-items: center;
    border-radius: 50%;
    padding: 25px;
    margin: 5% 0;
    position: relative;
    
}
section.sec_1 .container_sec_1 .cont_left .num_cont:before{
	content: "";
	position: absolute;
	width: 178px;
	height: 58px;
	top: 0;
	right: -150%;
	background-image: url("../img/arrow_right.png");
	
}
section.sec_1 .container_sec_1 .cont_left .num_cont p{
    font-size: 46px;
    font-family: "Aracne";
    line-height: 50px;
}
section.sec_1 .container_sec_1 .cont_left .num_cont p:last-child{
	font-size: 86px;
}
section.sec_1 .container_sec_1 .cont_left .num_cont p span{
	color: #099ac6;
}
section.sec_1 .container_sec_1 .cont_left .content_cont{
	max-width: 60%;
	text-transform: uppercase;
	font-size: 17px;
}
section.sec_1 .container_sec_1 .cont_left .content_cont p{
    font-family: "Helvetica";
    text-transform: none;
    font-style: italic;
    font-size: 17px;	
}
section.sec_1 .container_sec_1 .cont_right{
	position: relative;
}
section.sec_1 .container_sec_1 .cont_right:before{
	content:"";
	position: absolute;
	left: 20%;
	bottom: -15%;
	background-image: url("../img/arrow_down.png");
	width: 86px;
	height: 140px;
	
}
section.sec_1 .container_sec_1 .cont_right .image_cont{
	position: relative;
	top: -10%;
}
section.sec_2 .sec_2_title {
    position: relative;
}
section.sec_2 .sec_2_title p{
    font-family: "Aracne";
    font-size: 16vh;
    text-align: center;
}
section.sec_2 .sec_2_title:before{
	content: "";
	position: absolute;
	width: 120px;
	height: 120px;
	background-color: #fff;
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
	top: -25px;
	z-index: -1;
}
section.sec_2 p.h3{
    font-family: "Aracne";
	font-size: 6vh;
}
section.sec_2 .sec_2_uk{
	position: relative;
	padding: 50px 0;
}
section.sec_2 .sec_2_uk .site_cont{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
}
section.sec_2 .sec_2_uk .site_cont a{
	margin: 20px 5px;
	position: relative;
	width: 150px;
	border: 3px dashed #000;
	padding: 25px 35px;
	height: 51px;
	border-radius: 40px;
	background-color: #fcd84c;
	transition: all 1s;
}
section.sec_2 .sec_2_uk .site_cont a:hover{
	background-color: #fff;
}
section.sec_2 .sec_2_uk .site_cont a:first-child {
    margin-left: 0;
}
section.sec_2 .sec_2_uk .site_cont a img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);	
}
section.sec_2 .sec_2_uk.australia .site_cont{
	justify-content: start;
}
section.sec_2 .sec_2_uk.global .site_cont{
	justify-content: start;
}
.sec_2_uk.uk:before{
	position: absolute;
	content: "";
	right: -100px;
	bottom: -120px;
	width: 424px;
	height: 554px;
	background-image: url("../img/sec_2_uk.png");
}
.sec_2_uk.australia:before{
	position: absolute;
	content: "";
	left: 70px;
	bottom: -50px;
	width: 349px;
	height: 317px;
	background-image: url("../img/sec_2_australia.png");
}

.sec_2_uk.global:before{
	position: absolute;
	content: "";
	left: 70px;
	bottom: -50px;
	width: 300px;
	height: 298px;
	background-image: url("../img/sec_2_gl.png");
}
section.sec_3{
	position: relative;
}
section.sec_3 .sec_3_title p{
	font-family: "Aracne";
	font-size: 6vh;
	text-align: center;	
}
section.sec_3 .sec_3_button{
	text-align: center;
	margin: 60px 0;
}
section.sec_3 .sec_3_button a{
    background-color: #fff;
    padding: 10px 30px 10px 45px;
    color: #000;
    text-decoration: none;
    border-radius: 45px;
    font-size: 3vh;
    position: relative;
}
section.sec_3 .sec_3_button a:hover{
	text-decoration: none;	
}
section.sec_3 .sec_3_button img{
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
}
section.sec_3 .video_cont{
	text-align: center;
	position: relative;
}
section.sec_3 .video_cont:before{
	position: absolute;
	left: 10%;
    top: -30%;
    content: "";
    width: 250px;
    height: 250px;
    background-color: #e00f10;
    border-radius: 50%;
    z-index: -1;
}
section.sec_3 .video_cont video{
	background-color: #000;
}
section.sec_4{
	padding: 50px 0 0;
}
section.sec_4 img{
	margin-bottom: -100px;
}
section.sec_5{
	position: relative;
	padding: 0 15%;
}
section.sec_5 .footer_cont{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
section.sec_5 .footer_cont .copy_left{
	width: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}
section.sec_5 .footer_cont .copy_left p{
	font-size: 3vh;
}
section.sec_5 .footer_cont .copy_left a{
	text-decoration: none;
	color: #000;
	font-size: 2.5vh;
}
section.sec_5 .footer_cont .copy_left a:hover{
	text-decoration: none;
	color: #551aa2;
}
section.sec_5 .footer_cont .social_right{
	width: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	justify-content: center;
}
section.sec_5 .footer_cont .social_right .social_item_container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
section.sec_5 .footer_cont .social_right .social_item_container .social_item {
    margin: 10px 10px;
}
section.sec_5 .footer_cont .social_right .social_item_container .social_item p{
	font-size: 2vh;
}
section.sec_5 .footer_cont .social_right .social_item_container .social_item:first-child {
    margin-left: 0;
}
section.sec_5 .footer_cont .social_right .social_title p{
	font-size: 3vh;
}
@media (max-width: 1200px) {
	section.sec_4 img{
		margin-bottom: -90px;
	}
	section.sec_1:before{
		z-index: -1;
		display: none;
		
	}
	section.sec_1:after{
		z-index: -1;
	}
	section.sec_1:before{
		bottom: -70px;	
	}
	section.sec_2 .sec_2_uk .site_cont{
		justify-content: center;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	section.sec_2 .sec_2_uk .site_cont a:first-child{
		margin-left: 20px;
	}
}
@media (max-width: 992px) {
	section.sec_2 .sec_2_uk .site_cont a:first-child img{
		top: 60%;
	}
	section.sec_1:after{
		right: 0;
	}
	section.sec_1{
		overflow: hidden;
	}
	.logo_cont{
		text-align: center;
	}
	section.sec_1 .container_sec_1 .cont_right .image_cont{
		top: 0;
	}
	section.sec_1 .logo_cont p{
		left: 0;
		/*font-size: 50px;*/
	}
	.footer_cont{
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;
		align-items: center;
		text-align: center;
		
	}
	section.sec_3 .sec_3_button a{
		font-size: 4vh;
	}
	section.sec_1 .container_sec_1{
		-webkit-flex-direction: column-reverse;
		-moz-flex-direction: column-reverse;
		-ms-flex-direction: column-reverse;
		-o-flex-direction: column-reverse;
		flex-direction: column-reverse;

	}
	section.sec_1 .container_sec_1 .cont_left{
		max-width: 100%;
	}
	section.sec_1 .container_sec_1 .cont_left .num_cont{
		margin: 5% auto;
	}
	section.sec_1 .container_sec_1 .cont_left .content_cont{
		max-width: 100%;
		margin-bottom: 30px;
	}
	section.sec_1 .container_sec_1 .cont_left .content_cont p{
		/*font-size: 40px;*/
		text-align: center;
	}
	section.sec_2 .sec_2_title p{
		/*font-size: 150px;*/
		position: relative;
		z-index: 1;
	}
	section.sec_2 p.h3{
		/*font-size: 130px;*/
		position: relative;
	}
/* 	section.sec_3 .sec_3_title p{
	font-size: 10vh;
} */
	section.sec_3 .video_cont video{
		width: 100%;
		height: auto;
	}
	section.sec_4 img{
		margin-bottom: -40px;
	}
	section.sec_5{
		background-color: #e5e4e9;
	}
	section.sec_5 .footer_cont .social_right .social_item_container{
		justify-content: center;
	}
	section.sec_5 .footer_cont .social_right .social_title p{
		text-align: center;
		/*font-size: 23px;*/
	}
	section.sec_1 .container_sec_1 .cont_left .num_cont:before{
		display: none;
	}
	section.sec_1 .container_sec_1 .cont_right:before{
		display: none;
	}
	section.sec_5 .footer_cont .social_right .social_item_container .social_item{
		min-width: 50px;
	}
	section.sec_5 .footer_cont .social_right .social_item_container .social_item a img{
		width: 100%;
	}
	section.sec_3 .sec_3_button img{
		min-width: auto;
	}
	section.sec_2 .sec_2_title p{
		font-size: 12vh;
	}
}
@media (max-width: 700px) {
	section.sec_2 .sec_2_title p{
		font-size: 9vh;
	}
	section.sec_1:after{
		display: none;
	}
	section.sec_3 .video_cont:before{
		display: none;
		
	}
	.sec_2_uk.australia:before{
		left: 0;
	}

	.sec_2_uk.uk:before{
		right: 0;
		top: 0;
	}
	section.sec_2{
		overflow-x: hidden;
	}
}


@media (max-width: 480px) {
	section.sec_2 .sec_2_uk .site_cont a{
		width: 240px;
	}
	section.sec_1 .logo_cont p{
		font-size: 5vh;
	}
}

.video_cont {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}
.video_cont iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}