.hidden{
display:none;
}
#popup{


margin:auto;
    padding: 40px;
    background: #ccc;
    position: relative;
max-width:400px;
width:90%;
font-family: 'Segoe UI';
text-align:center;
}

#popup input{
    font-size: 16px;
    color: #13a985;
    display: block;
    border:2px solid #13a985;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
font-weight:300;
margin: 5px auto;
}
#popup input[type="submit"]{
	color:#fff;
	background:#13a985;
cursor:pointer;
}
#popup_2{
margin:auto;
    padding: 40px;
    background: #ccc;
    position: relative;
max-width:500px;
width:90%;
font-family: 'Segoe UI';
text-align:center;
}

#popup_2 input{
font-size: 16px;
    color: #13a985;
    display: inline-block;
    width: 38%;
    border: 2px solid #13a985;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 300;
    margin: 10px 5px;

}
#popup_2 select{
font-size: 16px;
    color: #13a985;
    display: inline-block;
    width: 47%;
    border: 2px solid #13a985;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-weight: 300;
    margin: 10px 5px;

}
#popup_2 input[type="submit"]{
	color:#fff;
	background:#13a985;
cursor:pointer;
}
#header {
	position: fixed;
	height: 110px;
	display: block;
	width: 100%;
	background: white;
	z-index: 9;
	box-shadow: 0 1px 10px #e2e2e2;
}
#popup_3{
margin:auto;
padding: 40px;
background: #ccc;
position: relative;
max-width:500px;
width:90%;
font-family: 'Segoe UI';
text-align:center;
}

#popup_3 input{
font-size: 16px;
color: #13a985;
display: inline-block;
width: 38%;
border: 2px solid #13a985;
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
font-weight: 300;
margin: 10px 5px;

}
#popup_3 select{
font-size: 16px;
color: #13a985;
display: inline-block;
width: 47%;
border: 2px solid #13a985;
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
font-weight: 300;
margin: 10px 5px;

}
#popup_3 textarea{
font-size: 16px;
color: #13a985;
display: inline-block;
width: 100%;
max-width: 470px;
border: 2px solid #13a985;
padding: 5px;
border-radius: 5px;
text-decoration: none;
font-weight: 300;
margin: 10px 5px;
}
#popup_3 input[type="submit"]{
color:#fff;
background:#13a985;
cursor:pointer;
}

.circles {
	width: 270px;
	margin: 20px auto;
}

#header .circles span {
	font-family: 'Segoe UI';
	font-size: 16px;
	color: #13a985;
	display: inline-block;
	height: 40px;
	width: 47px;
	border: 5px solid #13a985;
	border-radius: 100%;
	padding: 20px 0 0 13px;
	margin-left: 25px;
}

#header .circles span:first-child {
	font-family: 'Segoe UI';
	font-size: 16px;
	color: #fff;
	display: inline-block;
	height: 40px;
	width: 47px;
	border-radius: 100%;
	background: #13a985;
	padding: 20px 0 0 13px;
	margin-left: 0px;
}

.numb {
	position: absolute;
	font-family: 'Segoe UI';
	font-size: 18px;
	color: #13a985;
	font-weight: 100;
	top: 28px;
	right: 5%;
	line-height: 1.5em;
}

.anchor_link span {
	-moz-transition: all 0.1s ease-out;
 	-o-transition: all 0.1s ease-out;
 	-webkit-transition: all 0.1s ease-out;
}

.anchor_link:hover span {
	-webkit-transform: scale(0.95);
 	-moz-transform: scale(0.95);
 	-o-transform: scale(0.95);
}

.anchor_link:active span {
	-webkit-transform: scale(0.9);
 	-moz-transform: scale(0.9);
 	-o-transform: scale(0.9);
}

/*page 1*/



.anim_container_one {
	position: relative;
	width: 80%;
	left: 15%;
	top: 10%;
}

.section_one_text {
	position: absolute;
	width: 40%;
	top: 30%;
	left: 10%;
	z-index: 8;
	text-align: left;
}

.section_one_text_hello {
	font-size: 36px;
	color: #13a985;
	margin-bottom: 30px;
}

.section_one_text_discr {
	font-size: 16px !important;
	font-weight: 100; 
	margin-bottom: 40px;
}

.section_one_text_button {
	display: inline-block;
	font-family: 'Segoe UI';
	font-size: 18px !important;
	font-weight: 100;
	color: #fff;
	background: #00a784;
	padding: 29px 34px;
	border-radius: 5px;
	margin-bottom: 25px;
	position: relative;
}

.section_one_text_button:hover {
	border: 5px solid #00a784;
	color: #00a784;
	background: #fff;
	padding: 24px 29px;
	cursor: pointer;
}

.section_one_text_button:active {
	border: 5px solid #00a784;
	color: #00a784;
	background: #fff;
	padding: 23px 28px;
	cursor: pointer;
	margin: 1px 0 26px 1px;
}

.section_one_text_ili {
	display: inline-block;
	font-family: 'Segoe UI';
	font-size: 28px;
	font-weight: 100;
	color: #00a784;
	margin-bottom: 20px;
}

.section_one_text_read_more {
	display: inline-block;
	font-family: 'Segoe UI';
	font-size: 28px;
	font-weight: 100;
	color: #00a784;
	padding: 10px 0 20px 76px;
	background: url("pics/Back/pg1_read_more.png") no-repeat;
}



/*page 2*/



.anim_container2_two {
	width: 100%;
	height: 100%;
}

.anim_container_two {
	position: relative;
	width: 80%;
	top: 20%;
	left: 5%;
}

.section_two_text {
	position: absolute;
	width: 40%;
	top: 20%;
	right: 10%;
	z-index: 8;
	text-align: right;
}

.section_two_text_h {
	font-size: 33px;
	color: #ba2a0d;
	margin-bottom: 30px;
}

.section_two_text_discr {
	font-size: 28px;
	font-weight: 100; 
	margin-bottom: 40px;
}

.section_two_text_read_more {
	display: inline-block;
	font-family: 'Segoe UI';
	font-size: 28px;
	font-weight: 100;
	color: #00a784;
	padding: 10px 0 49px 57px;
	background: url("pics/Back/pg1_read_more.png") no-repeat;
}



/*page 3*/



.anim_container_three {
	position: relative;
	width: 80%;
	top: 20%;
	left: 5%;
}

.section_three_text {
	position: absolute;
	width: 40%;
	top: 20%;
	right: 10%;
	z-index: 8;
	text-align: right;
}

.section_three_text_h {
	font-size: 50px;
	color: #13a985;
	margin-bottom: 30px;
}

.section_three_text_discr {
	font-size: 28px;
	font-weight: 100; 
	margin-bottom: 40px;
}

.section_three_text_read_more {
	display: inline-block;
	font-family: 'Segoe UI';
	font-size: 28px;
	font-weight: 100;
	color: #00a784;
	padding: 10px 0 49px 57px;
	background: url("pics/Back/pg1_read_more.png") no-repeat;
}



/*page 4*/



.anim_container_four {
	position: relative;
	width: 80%;
	top: 22%;
	left: 15%;
}

.section_four_text {
	position: absolute;
	width: 50%;
	top: 20%;
	left: 10%;
	z-index: 8;
	text-align: left;
}

.section_four_text_h {
	font-size: 36px;
	color: #ba2a0d;
	margin-bottom: 30px;
}

.section_four_text_discr {
	font-size: 28px;
	font-weight: 100; 
	margin-bottom: 40px;
}

.section_four_text_read_more {
	display: inline-block;
	font-family: 'Segoe UI';
	font-size: 28px;
	font-weight: 100;
	color: #00a784;
	padding: 10px 0 49px 57px;
	background: url("pics/Back/pg1_read_more.png") no-repeat;
}



/*page 5*/



.anim_container_five {
	position: relative;
	width: 80%;
	top: 18%;
	left: 15%;
}

.section_five_text {
	position: absolute;
	width: 40%;
	top: 20%;
	left: 10%;
	z-index: 8;
	text-align: left;
}

.section_five_text_h {
	font-size: 50px;
	color: #13a985;
	margin-bottom: 30px;
}

.section_five_text_discr {
	font-size: 28px;
	font-weight: 100; 
	margin-bottom: 40px;
}

.section_five_text_read_more {
	display: inline-block;
	font-family: 'Segoe UI';
	font-size: 28px;
	font-weight: 100;
	color: #00a784;
	padding: 10px 0 49px 57px;
	background: url("pics/Back/pg1_read_more.png") no-repeat;
}



/*page 6*/



.anim_container_six {
	position: relative;
	width: 80%;
	top: 20%;
	left: 5%;
}

.section_six_text {
	position: absolute;
	width: 40%;
	top: 20%;
	right: 10%;
	z-index: 8;
	text-align: right;
}

.section_six_text_h {
	font-size: 36px;
	color: #ba2a0d;
	margin-bottom: 30px;
	text-align: right;
}

.section_six_text_discr {
	font-size: 28px;
	font-weight: 100; 
	margin-bottom: 40px;
}

.section_six_text_read_more {
	display: inline-block;
	font-family: 'Segoe UI';
	font-size: 28px;
	font-weight: 100;
	color: #00a784;
	padding: 10px 0 49px 57px;
	background: url("pics/Back/pg1_read_more.png") no-repeat;
}



/*page 7*/



.anim_container_seven {
	position: relative;
	width: 75%;
	top: 25%;
	left: 5%;
}

.section_seven_text {
	position: absolute;
	width: 40%;
	top: 20%;
	right: 10%;
	z-index: 8;
	text-align: left;
}

.section_seven_text_h {
	font-size: 50px;
	color: #00a784;
	margin-bottom: 30px;
}

.section_seven_text_discr {
	font-size: 28px;
	font-weight: 100; 
	margin-bottom: 40px;
}

.section_seven_text_read_more {
	display: inline-block;
	font-family: 'Segoe UI';
	font-size: 28px;
	font-weight: 100;
	color: #00a784;
	padding: 10px 0 49px 57px;
	background: url("pics/Back/pg1_read_more.png") no-repeat;
	position: absolute;
	right: 0%;
}



/*page 8*/



.anim_container_eight {
	position: relative;
	width: 80%;
	top: 20%;
	left: 15%;
}

.section_eight_text {
	position: absolute;
	width: 40%;
	top: 20%;
	left: 10%;
	z-index: 8;
	text-align: left;
}

.section_eight_text_h {
	font-size: 36px;
	color: #ba2a0d;
	margin-bottom: 30px;
}

.section_eight_text_discr {
	font-size: 28px;
	font-weight: 100; 
	margin-bottom: 40px;
}

.section_eight_text_read_more {
	display: inline-block;
	font-family: 'Segoe UI';
	font-size: 28px;
	font-weight: 100;
	color: #00a784;
	padding: 10px 0 49px 57px;
	background: url("pics/Back/pg1_read_more.png") no-repeat;
}



/*page 9*/



.anim_container_nine {
	position: relative;
	width: 80%;
	top: 20%;
	left: 5%;
}

.section_nine_text {
	position: absolute;
	width: 40%;
	top: 20%;
	right: 10%;
	z-index: 8;
	text-align: left;
}

.section_nine_text_h {
	font-size: 50px;
	color: #00a784;
	margin-bottom: 30px;
}

.section_nine_text_discr {
	font-size: 28px;
	font-weight: 100; 
	margin-bottom: 40px;
}

.section_nine_text_read_more {
	display: inline-block;
	font-family: 'Segoe UI';
	font-size: 28px;
	font-weight: 100;
	color: #00a784;
	padding: 10px 0 49px 57px;
	background: url("pics/Back/pg1_read_more.png") no-repeat;
	position: absolute;
	left: 0%;
}



/*page 10*/



.anim_container_ten {
	position: relative;
	width: 80%;
	top: 20%;
	left: 5%;
}

.section_ten_text {
	position: absolute;
	width: 40%;
	top: 20%;
	right: 10%;
	z-index: 8;
	text-align: right;
}

.section_ten_text_h {
	font-size: 36px;
	color: #ba2a0d;
	margin-bottom: 30px;
}

.section_ten_text_discr {
	font-size: 28px;
	font-weight: 100; 
	margin-bottom: 40px;
}

.section_ten_text_read_more {
	display: inline-block;
	font-family: 'Segoe UI';
	font-size: 28px;
	font-weight: 100;
	color: #00a784;
	padding: 10px 0 49px 57px;
	background: url("pics/Back/pg1_read_more.png") no-repeat;
}




/*page 11*/



.anim_container_eleven {
	position: relative;
	width: 80%;
	top: 20%;
	left: 5%;
}

.section_eleven_text {
	position: absolute;
	width: 40%;
	top: 20%;
	right: 10%;
	z-index: 8;
	text-align: left;
}

.section_eleven_text_h {
	font-size: 50px;
	color: #00a784;
	margin-bottom: 30px;
}

.section_eleven_text_discr {
	font-size: 28px;
	font-weight: 100; 
	margin-bottom: 40px;
}

.section_eleven_text_read_more {
	display: inline-block;
	font-family: 'Segoe UI';
	font-size: 28px;
	font-weight: 100;
	color: #00a784;
	padding: 10px 0 49px 57px;
	background: url("pics/Back/pg1_read_more.png") no-repeat;
	position: absolute;
	right: 0%;
}



/*page 12*/



.anim_container_twelve {
	position: relative;
	width: 80%;
	top: 20%;
	left: 15%;
}

.section_twelve_text {
	position: absolute;
	width: 40%;
	top: 20%;
	left: 10%;
	z-index: 8;
	text-align: left;
}

.section_twelve_text_h {
	font-size: 36px;
	color: #ba2a0d;
	margin-bottom: 30px;
}

.section_twelve_text_discr {
	font-size: 28px;
	font-weight: 100; 
	margin-bottom: 40px;
}

.section_twelve_text_read_more {
	display: inline-block;
	font-family: 'Segoe UI';
	font-size: 28px;
	font-weight: 100;
	color: #00a784;
	padding: 10px 0 49px 57px;
	background: url("pics/Back/pg1_read_more.png") no-repeat;
}



/*page 13*/



.anim_container_thirteen {
	position: relative;
	width: 80%;
	top: 20%;
	left: 15%;
}

.section_thirteen_text {
	position: absolute;
	width: 40%;
	top: 20%;
	left: 10%;
	z-index: 8;
	text-align: left;
}

.section_thirteen_text_h {
	font-size: 50px;
	color: #00a784;
	margin-bottom: 30px;
}

.section_thirteen_text_discr {
	font-size: 28px;
	font-weight: 100; 
	margin-bottom: 40px;
}

.section_thirteen_text_read_more {
	display: inline-block;
	font-family: 'Segoe UI';
	font-size: 28px;
	font-weight: 100;
	color: #00a784;
	padding: 10px 0 49px 57px;
	background: url("pics/Back/pg1_read_more.png") no-repeat;
}


/*footer 1*/



.section_fourteen_absolute {
	position: absolute;
	width: 100%;
	height: 100%;
}

.section_fourteen_h {
	font-family: 'Segoe UI';
	font-size: 50px;
	color: #13a985;
	// margin-top: 120px;
	margin-bottom: 45px;
}

.section_fourteen_steem1, .section_fourteen_steem2, .section_fourteen_steem3 {
	margin-right: 120px;
}

.section_fourteen_steem {
	display: inline-block;
	width: 15%;
	margin-bottom: 45px;
}

.section_fourteen_steem span {
	font-family: 'Segoe UI';
	font-size: 33px;
	font-weight: 100;
	display: block;
}



/*footer 2*/


.section_fiveteen_absolute {
	position: absolute;
	width: 100%;
	height: 100%;
}


.section_fiveteen_h {
   display: none;
}


.section_fiveteen_h3 {
	font-family: 'Segoe UI';
	font-size: 38px;
	font-weight: 100;
	margin-bottom: 45px;
	text-align: left;
	margin-left: 10%;
}

.section_fiveteen_send {
	display: inline-block;
	width: 17%;
	margin-bottom: 40px;
	margin-right: 50px;
	vertical-align: top;
}

.section_fiveteen_send .team_mem {
	width: 100%;
	margin-bottom: 20px;
}

.section_fiveteen_send img {
	float: left;
	margin-bottom: 30px;
}


.section_fiveteen_send_h {
	font-family: 'Segoe UI';
	font-size: 16px;
	color: #13a985;
	display: block;
	text-align: left;
}

.section_fiveteen_send_discr {
	font-family: 'Segoe UI';
	font-size: 16px;
	font-weight: 400;
	display: block;
	text-align: left;
	margin-bottom: 20px;
}



/*footer 3*/



.section_fiveteen_absolute {
	position: absolute;
	width: 100%;
	height: 100%;
}


.section_fiveteen_h3 {
	font-family: 'Segoe UI';
	font-size: 38px;
	font-weight: 100;
	margin-bottom: 45px;
	text-align: left;
	margin-left: 10%;
	margin-top: 140px;
}

.section_fiveteen_send {
	display: inline-block;
	width: 17%;
	margin-bottom: 40px;
	margin-right: 50px;
}

.section_fiveteen_send .team_mem {
	width: 100%;
	margin-bottom: 20px;
}

.section_fiveteen_send img {
	float: left;
	margin-bottom: 30px;
}


.section_fiveteen_send_h {
	font-family: 'Segoe UI';
	font-size: 16px;
	color: #13a985;
	display: block;
	text-align: left;
}

.section_fiveteen_send_discr {
	font-family: 'Segoe UI';
	font-size: 16px;
	font-weight: 400;
	display: block;
	text-align: left;
	margin-bottom: 20px;
}
/*footer 3*/



.section_sixteen_absolute {
	position: absolute;
	width: 100%;
	height: 100%;
}


.section_sixteen_h {
   display: none;
}


.section_sixteen_h3 {
	font-family: 'Segoe UI';
	font-size: 38px;
	font-weight: 100;
	margin-bottom: 45px;
	text-align: left;
	margin-left: 10%;
}

.section_sixteen_send {
	display: inline-block;
	width: 17%;
	margin-bottom: 40px;
	margin-right: 50px;
	vertical-align: top;
}

.section_sixteen_send .team_mem {
	width: 100%;
	margin-bottom: 20px;
}

.section_sixteen_send img {
	float: left;
	margin-bottom: 30px;
}


.section_sixteen_send_h {
	font-family: 'Segoe UI';
	font-size: 16px;
	color: #13a985;
	display: block;
	text-align: left;
}

.section_sixteen_send_discr {
	font-family: 'Segoe UI';
	font-size: 16px;
	font-weight: 400;
	display: block;
	text-align: left;
	margin-bottom: 20px;
}



/*footer 3*/



.section_sixteen_absolute {
	position: absolute;
	width: 100%;
	height: 100%;
}


.section_sixteen_h3 {
	font-family: 'Segoe UI';
	font-size: 38px;
	font-weight: 100;
	margin-bottom: 45px;
	text-align: left;
	margin-left: 10%;
	margin-top: 140px;
}

.section_sixteen_send {
	display: inline-block;
	width: 17%;
	margin-bottom: 40px;
	margin-right: 50px;
}

.section_sixteen_send .team_mem {
	width: 100%;
	margin-bottom: 20px;
}

.section_sixteen_send img {
	float: left;
	margin-bottom: 30px;
}


.section_sixteen_send_h {
	font-family: 'Segoe UI';
	font-size: 16px;
	color: #13a985;
	display: block;
	text-align: left;
}

.section_sixteen_send_discr {
	font-family: 'Segoe UI';
	font-size: 16px;
	font-weight: 400;
	display: block;
	text-align: left;
	margin-bottom: 20px;
}

.footer {
	position: absolute;
	bottom: 0px;
	height: 160px;
	width: 100%;
	background: white;
	box-shadow: 0 -1px 10px #e2e2e2;
}

.footer_left {
	text-align: left;
	margin-left: 5%;
	font-size: 14px;
	font-family: 'Segoe UI';
	color: #13a985;
	font-weight: 100;
	line-height: 1.3;
}

.footer_left span:first-child {
	display: inline-block;
	font-size: 16px;
	margin-bottom: 10px;
	margin-top: 20px;
}

.footer_left img {
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: -8px;
}

.footer_right {
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: right;
	margin-right: 5%;
	font-size: 14px;
	font-family: 'Segoe UI';
	color: #13a985;
	font-weight: 100;
	line-height: 1.3;
}

.footer_right span:first-child {
	display: inline-block;
	font-size: 16px;
	    margin-bottom: 29px;
    margin-top: 20px;
	border: 2px solid #13a985;
	font-size: 16px;
	padding: 10px 20px;
	border-radius: 5px;
	color: #13a985;
}

.footer_right span:first-child:hover {
	cursor: pointer;
	background: #13a985;
	color: #fff;
}

.footer_left .popup.error-report {
    display: inline-block;
    font-size: 16px;
    border: 2px solid #13a985;
    font-size: 14px;
    padding: 6px 20px;
    border-radius: 5px;
    color: #13a985;
	text-decoration: none;
}

.footer_left .popup.error-report:hover {
	cursor: pointer;
	background: #13a985;
	color: #fff;
}

.footer_right_large_number{
	font-size: 18px;
	font-weight: 600;
}


/*-------------------DESIGN-----------------------------------------------*/


/*-----HEADER-----*/

#header .logo {
	position: absolute;
	display: block;
	height: 90px;
	float: left;
	margin-left: 5%;
	margin-top: 5px;
}
#header .logo img {
	height: 90px;
	width: auto;
}
#header .logo {
	position: absolute;
	display: block;
	width: 75px;
	height: 100px;
	float: left;
	margin-left: 5%;
	margin-top: 5px;
	background-image: url('../pics/Back/main_logo.svg');
	background-position: center;
	background-size: cover;
}

.circles {
	width: 270px;
	margin: 20px auto;
}

#header .circles span {
	font-family: 'Segoe UI';
	font-size: 18px;
	color: #13a985;
	display: inline-block;
	height: 42px;
	width: 50px;
	border: 5px solid #13a985;
	border-radius: 100%;
	padding: 18px 0 0 10px;
	margin-left: 25px;
}

#header .circles span:first-child {
	font-family: 'Segoe UI';
	font-size: 18px;
	color: #fff;
	display: inline-block;
	height: 42px;
	width: 50px;
	border-radius: 100%;
	background: #13a985;
	padding: 18px 0 0 10px;
	margin-left: 0px;
}



/*-----TEXT-----*/


.section_one_text_hello,
.section_two_text_h,
.section_four_text_h,
.section_six_text_h,
.section_eight_text_h,
.section_ten_text_h,
.section_twelve_text_h,
{
	 font-size: 36px;
	 margin-bottom: 1em;
}

.section_three_text_h,
.section_five_text_h,
.section_seven_text_h,
.section_eleven_text_h,
.section_nine_text_h,
.section_thirteen_text_h
{
	 font-size: 36px;
	 margin-bottom: 1em;
}
.section_twelve_text_discr
{
	font-size: 18px;
	 margin-bottom: 3em;
	 line-height:1.5em;
	 width: 90%;
}
.section_one_text_discr,
.section_two_text_discr,
.section_three_text_discr,
.section_nine_text_discr,
.section_ten_text_discr,
.section_eleven_text_discr,
.section_thirteen_text_discr
{
	 font-size: 18px;
	 margin-bottom: 3em;
	 line-height:1.5em;
}
.section_four_text_discr
{
	 font-size: 18px;
	 margin-bottom: 3em;
	 line-height:1.5em;
	 width: 80%;
}
.section_five_text_discr
{
	 font-size: 18px;
	 margin-bottom: 3em;
	 line-height:1.5em;
	 width: 80%;
}
.section_six_text_discr
{
	 font-size: 18px;
	 margin-bottom: 3em;
	 line-height:1.5em;
	 width: 80%;
	 margin-left: 20%;
}
.section_ten_text_discr
{
	 font-size: 18px;
	 margin-bottom: 3em;
	 line-height:1.5em;
	 width: 70%;
	 margin-left: 30%;
}
.section_seven_text_discr
{
	font-size: 18px;
	 margin-bottom: 3em;
	 line-height:1.5em;
	 width: 80%;
	 margin-left: 20%;
}
.section_eight_text_discr
{
	font-size: 18px;
	 margin-bottom: 3em;
	 line-height:1.5em;
	 width: 100%;
}



.section_one_text
{
	 position: absolute;
	 width: 30%;
	 top: 20%;
	 left: 10%;
	 z-index: 8;
	 text-align: left;
}
.section_four_text
{
	 position: absolute;
	 width: 40%;
	 top: 20%;
	 left: 10%;
	 z-index: 8;
	 text-align: left;
}
.section_five_text
{
	 position: absolute;
	 width: 45%;
	 top: 20%;
	 left: 10%;
	 z-index: 8;
	 text-align: left;
}
.section_twelve_text,
.section_thirteen_text
{
	 position: absolute;
	 width: 40%;
	 top: 20%;
	 left: 10%;
	 z-index: 8;
	 text-align: left;
}
.section_eight_text
{
	 position: absolute;
	 width: 50%;
	 top: 20%;
	 left: 10%;
	 z-index: 8;
	 text-align: left;
}
.section_six_text
{
	position: absolute;
	width: 55%;
	top: 20%;
	right: 10%;
	z-index: 8;
	text-align: right;
}
.section_ten_text
{
	position: absolute;
	width: 50%;
	top: 20%;
	right: 10%;
	z-index: 8;
	text-align: right;
}
.section_seven_text
{
	position: absolute;
	width: 45%;
	top: 20%;
	right: 10%;
	z-index: 8;
	text-align: right;
}
.section_two_text,
.section_three_text,
.section_eleven_text{
	position: absolute;
	width: 35%;
	top: 20%;
	right: 10%;
	z-index: 8;
	text-align: right;
}
.section_nine_text
{
	position: absolute;
	width: 50%;
	top: 20%;
	right: 10%;
	z-index: 8;
	text-align: right;
}

.section_one_text_button 
{
	display: inline-block;
	font-family: 'Segoe UI';
	font-size: 30px;
	margin-bottom: 3/5em;

}

.section_one_text_ili {
	font-weight: bold;
	display: inline-block;
	font-family: 'Segoe UI';
	font-size: 18px;
	color: #00a784;
	margin-bottom: 1.5em;
}



.section_one_text_read_more {
	display: inline-block;
	font-family: 'Segoe UI';
	font-size: 30px;
	font-weight: 100;
	color: #00a784;
	padding: 5px 0 10px 60px;
	background: url("pics/Back/pg1_read_more.png") no-repeat;
	background-size: 45px;
}




.section_two_text_read_more,
.section_three_text_read_more,
.section_four_text_read_more,
.section_five_text_read_more,
.section_six_text_read_more,
.section_seven_text_read_more,
.section_eight_text_read_more,
.section_nine_text_read_more,
.section_ten_text_read_more,
.section_eleven_text_read_more,
.section_twelve_text_read_more,
.section_thirteen_text_read_more{
	display: inline-block;
	font-family: 'Segoe UI';
	font-size: 30px;
	font-weight: 100;
	color: #00a784;
	
	background: url("pics/Back/pg1_read_more.png") no-repeat;
	background-size: 45px;
	margin-bottom: 30px;
}

.section_one_text_read_more:hover,
.section_two_text_read_more:hover,
.section_three_text_read_more:hover,
.section_four_text_read_more:hover,
.section_five_text_read_more:hover,
.section_six_text_read_more:hover,
.section_seven_text_read_more:hover,
.section_eight_text_read_more:hover,
.section_nine_text_read_more:hover,
.section_ten_text_read_more:hover,
.section_eleven_text_read_more:hover,
.section_twelve_text_read_more:hover,
.section_thirteen_text_read_more:hover
{ 
background: url("pics/Back/pg1_read_more2.png") no-repeat; 
background-size: 45px; 
}



.anim_container_one {
	position: relative;
	width: 80%;
	left: 15%;
	top: 11%;
}

.anim_container_three {
	position: relative;
	width: 80%;
	top: 20.5%;
	left: 5%;
}


.anim_container_four {
	position: relative;
	width: 78%;
	top: 23%;
	left: 17%;
}

.anim_container_five {
	position: relative;
	width: 76%;
	top: 23.5%;
	left: 19%;
}




.anim_container_eight {
	position: relative;
	width: 70%;
	top: 30%;
	left: 25%;
}

.anim_container_nine {
	position: relative;
	width: 70%;
	top: 30%;
	left: 5%;
}



.anim_container_eleven {
	position: relative;
	width: 70%;
	top: 30%;
	left: 5%;
}












.section_fourteen_steem img
{
	height: 80px;
}

.section_fourteen_absolute {
	position: absolute;
	width: 100%;
	height: 100%;
	left:8%;
	top: 40%;
	
}

.section_fourteen_h {
	font-family: 'Segoe UI';
	font-size: 36px;
	color: #13a985;
	//*margin-top: 10%;*//////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
	margin-bottom: 5em;
	margin-left: -14%;
}

.section_fourteen_steem1{
	margin-top: 3%;
	margin-right: 10%;
	position: absolute;
	left:8%;
}
.section_fourteen_steem2
{
	margin-right: 10%;
	position: absolute;
	left:28.5%;
}

.section_fourteen_steem3 
{
	margin-right: 10%;
	position: absolute;
	left:71%;
}

.section_fourteen_steem {
	display: inline-block;
	width: 0%;
	margin-top: 1.5%;
	margin-bottom: -10px;
}

.section_fourteen_steem span {
	font-family: 'Segoe UI';
	color: #00a784;
	font-size: 18px;
	font-weight: 100;
	display: block;
	margin-top: 0em;
	margin-bottom: 1em;
	text-align: center;
	width: 252px;
	margin-left: -82px;
	line-height: 1.5em;
	text-transform: uppercase;
}


#Text_BLOCK_Had
{
	 position: absolute;
	 left: 40%;
	 margin-top: 10%;
	 width: 20%;
}

.section_fiveteen_absolute {
	position: absolute;
	width: 100%;
	height: 100%;
}

.section_fiveteen_h {
	font-family: 'Segoe UI';
	font-size: 36px !important;
	color: #13a985;
	margin-top: 3.0em;
	margin-bottom: 1em;
	width: 90%;
	margin-left: 7%;
	text-align: left;
}

.section_fiveteen_h3 {
	font-family: 'Segoe UI';
	font-size: 36px;
	font-weight: 100;
	margin-bottom: 1em;
	text-align: left;
	margin-left: 7%;
	
}

.section_fiveteen_send {
	display: inline-block;
	width: 17%;
	margin-bottom: 40px;
	margin-right: 50px;
}

.section_fiveteen_send .team_mem {
	width: 100%;
	margin-bottom: 20px;
}

.section_fiveteen_send img {
	float: left;
	margin-bottom: 30px;

}

.section_fiveteen_send img:first-child {
	float: left;
	margin-bottom: 20px;
	width: 90%;
	height: 90%;
	
}

.section_fiveteen_send_h {
	font-family: 'Segoe UI';
	font-size: 16px;
	color: #13a985;
	display: block;
	text-align: left;
}

.section_fiveteen_send_discr {
	font-family: 'Segoe UI';
	font-size: 16px;
	font-weight: 400;
	display: block;
	text-align: left;
	margin-bottom: 0.5em;
}



.section_fiveteen_absolute {
	position: absolute;
	width: 100%;
	height: 100%;
}


.section_fiveteen_h3 {
	font-family: 'Segoe UI';
	font-size: 36px;
	font-weight: 100;
	margin-bottom: 2em;
	text-align: left;
	margin-left: 11%;
	
}

.section_fiveteen_send {
	display: inline-block;
	width: 17%;
	margin-bottom: 40px;
	margin-right: 50px;
	vertical-align: top;
}

.section_fiveteen_send .team_mem {
	width: 100%;
	margin-bottom: 20px;
}

.section_fiveteen_send img {
	float: left;
	margin-bottom: 30px;
}


.section_fiveteen_send_h {
	font-family: 'Segoe UI';
	font-size: 16px;
	color: #13a985;
	display: block;
	text-align: left;
}

.section_fiveteen_send_discr {
	font-family: 'Segoe UI';
	font-size: 16px;
	font-weight: 400;
	display: block;
	text-align: left;
	margin-bottom: 0.5em;
}


.section_fiveteen_send img:first-child {
	float: left;
	margin-bottom: 30px;
	width: 90%;
	height: 90%;
}

.section_sixteen_absolute {
	position: absolute;
	width: 100%;
	height: 100%;
}

.section_sixteen_h {
	font-family: 'Segoe UI';
	font-size: 36px !important;
	color: #13a985;
	margin-top: 3.0em;
	margin-bottom: 1em;
	width: 90%;
	margin-left: 7%;
	text-align: left;
}

.section_sixteen_h3 {
	font-family: 'Segoe UI';
	font-size: 36px;
	font-weight: 100;
	margin-bottom: 1em;
	text-align: left;
	margin-left: 7%;
	
}

.section_sixteen_send {
	display: inline-block;
	width: 17%;
	margin-bottom: 40px;
	margin-right: 50px;
}

.section_sixteen_send .team_mem {
	width: 100%;
	margin-bottom: 20px;
}

.section_sixteen_send img {
	float: left;
	margin-bottom: 30px;

}

.section_sixteen_send img:first-child {
	float: left;
	margin-bottom: 20px;
	width: 90%;
	height: 90%;
	
}

.section_sixteen_send_h {
	font-family: 'Segoe UI';
	font-size: 16px;
	color: #13a985;
	display: block;
	text-align: left;
}

.section_sixteen_send_discr {
	font-family: 'Segoe UI';
	font-size: 16px;
	font-weight: 400;
	display: block;
	text-align: left;
	margin-bottom: 0.5em;
}


.section_sixteen_absolute {
	position: absolute;
	width: 100%;
	height: 100%;
}


.section_sixteen_h3 {
	font-family: 'Segoe UI';
	font-size: 36px;
	font-weight: 100;
	margin-bottom: 2em;
	text-align: left;
	margin-left: 11%;
	
}

.section_sixteen_send {
	display: inline-block;
	width: 17%;
	margin-bottom: 40px;
	margin-right: 50px;
	vertical-align: top;
}

.section_sixteen_send .team_mem {
	width: 100%;
	margin-bottom: 20px;
}

.section_sixteen_send img {
	float: left;
	margin-bottom: 30px;
}


.section_sixteen_send_h {
	font-family: 'Segoe UI';
	font-size: 16px;
	color: #13a985;
	display: block;
	text-align: left;
}

.section_sixteen_send_discr {
	font-family: 'Segoe UI';
	font-size: 16px;
	font-weight: 400;
	display: block;
	text-align: left;
	margin-bottom: 0.5em;
}


.section_sixteen_send img:first-child {
	float: left;
	margin-bottom: 30px;
	width: 90%;
	height: 90%;
}


.plyty {
	position: absolute;
	width:17%;
	height: 20%;
	top: 15%;
	left: 40%;
}

.plyty2 {
	position: absolute;
	width:5%;
	height: 20%;
	top: 27%;
	left: 35%;
}

.revo {
	position: absolute;
	width:80%;
	bottom: 0px;
}

.revo2 {
	position: absolute;
	width:80%;
	height: 80%;
}

.sigi {
	position: absolute;
	width:100%;
	height: 60%;
	top: 35%;
	border-top: 5px solid #13a985;
}

.sigi2 {
	position: absolute;
	width:90%;
	height: 100%;
	left: 5%;
	border-left: 5px solid #13a985;
	border-right: 5px solid #13a985;
}

.sigi3 {
	position: absolute;
	width:90%;
	height: calc(100% - 210px);
	left: 5%;
	border-left: 5px solid #13a985;
	border-right: 5px solid #13a985;
	border-bottom: 5px solid #13a985;
}





.land_lang_l {
	position: absolute;
	top: 0;
	right: 5.5%;
	text-decoration: none!important;
}

.land_lang_l ul {
	float: left;
}

.land_lang_l span {
	padding-left: 5px;
	color: #000000;
	text-decoration: underline;
	font-family: 'Segoe UI';
}
.link-list li{
	display: inline-block;
}






.section_fiveteen_h {
	width: 80%;
	margin-left: 11%;
}

.section_sixteen_h {
	width: 80%;
	margin-left: 11%;
}

.circles_square_buttons {
	width: 670px;
	margin: 25px auto;
}

#header .circles_square_buttons a {
	font-family: 'Segoe UI';
	font-size: 16px;
	color: #fff;
	display: inline-block;
	background: #13a985;
	padding: 20px 15px;
	margin-left: 15px;
	border-radius: 5px;
	text-decoration: none;
	width: 175px;
	text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

#header .circles_square_buttons a:first-child {
	margin-left: 0px;
	position: static;
}

#header .circles_square_buttons a:hover {
	border: 5px solid #00a784;
	color: #00a784;
	background: #fff;
	padding: 15px 10px;
	cursor: pointer;
}

#header .circles_square_buttons a:active {
	border: 5px solid #00a784;
	color: #00a784;
	background: #fff;
	padding: 14px 9px;
	cursor: pointer;
	margin: 1px 0 16px 16px;
}

#header .circles_square_buttons a:first-child:active {
	margin: 1px 1px 26px 1px;
}

.section_fiveteen_send:last-child {
	margin-right: 0;
}

.section_fiveteen_send:last-child {
	margin-right: 0;
}

.section_sixteen_send:last-child {
	margin-right: 0;
}

.section_sixteen_send:last-child {
	margin-right: 0;
}


@media only screen and (max-device-aspect-ratio: 4/5) {
.anim_container_three, .anim_container_five, .anim_container_six, .anim_container_seven, .anim_container_thirteen {
top: 40%;
}
.section_fourteen_absolute {
top: 30%;
}
.anim_container_one {
top: 22%;
}
} 









.section_text_read_more {
	font-family: 'Segoe UI';
	font-size: 15px;
	color: #fff;
	display: inline-block;
	background: #00a784;
	padding: 15px 20px;
	border-radius: 5px;
}
.section_fiveteen_h {
	line-height: 65px;
}

.section_fiveteen_h {
	margin-top: 3.0em;
}

.section_fiveteen_h3{
	margin-top: 10px;
}
.section_sixteen_h {
	line-height: 65px;
}

.section_sixteen_h {
	margin-top: 3.0em;
}

.section_sixteen_h3{
	margin-top: 10px;
}
.section_fourteen_steem span {
    font-family: 'Segoe UI';
    color: #00a784;
    font-size: 14px;
    font-weight: 100;
    display: block;
    margin-top: 0em;
    margin-bottom: 1em;
    text-align: center;
    width: 252px;
    margin-left: -82px;
    line-height: 1.5em;
    text-transform: uppercase;
}
.section_fourteen_h{
	margin-bottom: 0px;
}
.section_fiveteen_send img:first-child {
    float: left;
    margin-bottom: 30px;
    width: 150px;
    height: auto;
}
.section_fiveteen_h3 {
    font-family: 'Segoe UI';
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 11%;
}
.section_fiveteen_send {
    display: inline-block;
    width: 22%;
    margin-bottom: 40px;
    margin-right: 50px;
    vertical-align: top;
}
.section_sixteen_send img:first-child {
    float: left;
    margin-bottom: 30px;
    width: 150px;
    height: auto;
}
.section_sixteen_h3 {
    font-family: 'Segoe UI';
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 10px;
    text-align: left;
    margin-left: 11%;
}
.section_sixteen_send {
    display: inline-block;
    width: 22%;
    margin-bottom: 40px;
    margin-right: 50px;
    vertical-align: top;
}

.home_button {
position: fixed;
right: 10px;
bottom: 45px;
display: block;
width: 58px;
height: 58px;
background-color: transparent;
z-index: 1;
cursor: pointer;
transition: visibility 0.5s;
}
.home_button .home-circle {
opacity: 0.35;
width: 100%;
height: 100%;
position: absolute;
background-color: transparent;
border-radius: 100%;
border: none;
}
.home_button .home-circle-fill {
opacity: 0.24;
background: #00a784 repeat;
width: 44px;
height: 44px;
top: 7px;
left: 7px;
position: absolute;
border-radius: 100%;
border: 2px solid transparent;
}
.home_button .home-img-circle {
width: 30px;
height: 30px;
background: #00a784 center center no-repeat url("pics/Back/pg1_read_more3.png") ;
position: absolute;
top: 14px;
left: 14px;
border-radius: 100%;
border: 2px solid transparent;
opacity: 0.8;
}
.home_button:hover .home-img-circle {
background-color: #F2BB48;
}
.home_button:hover .home-circle-fill {
background-color: #F2BB48;
animation: home-circle-fill-anim 2.3s infinite ease-in-out;
}
.home_button:hover .home-circle {
border-color: #F2BB48;
animation: home-circle-anim 2.2s infinite ease-in-out;
}
@keyframes home-circle-anim {
0% {
transform: rotate(0deg) scale(0.5) skew(1deg);
opacity: 0.1;
}
30% {
transform: rotate(0deg) scale(.7) skew(1deg);
opacity: 0.5;
}
100% {
transform: rotate(0deg) scale(1) skew(1deg);
opacity: 0.1;
}
}
@keyframes home-circle-fill-anim {
0% {
transform: rotate(0deg) scale(0.7) skew(1deg);
opacity: 0.2;
}
50% {
transform: rotate(0deg) scale(1) skew(1deg);
opacity: 0.2;
}
100% {
transform: rotate(0deg) scale(0.7) skew(1deg);
opacity: 0.2;
}
}
@media screen and (min-width: 1200px) {
#header{
	display: block;
}
.section_fiveteen_h {
	font-family: 'Segoe UI';
	font-size: 50px;
	color: #13a985;
	margin-top: 120px;
	margin-bottom: 24px;
	width: 90%;
	margin-left: 7%;
	text-align: left;
	display: block;
}
.section_fiveteen_h3{
margin-top: 120px;
}
.section_sixteen_h {
	font-family: 'Segoe UI';
	font-size: 50px;
	color: #13a985;
	margin-top: 120px;
	margin-bottom: 24px;
	width: 90%;
	margin-left: 7%;
	text-align: left;
	display: block;
}
.section_sixteen_h3{
margin-top: 120px;
}
.section_fourteen_steem span {
    font-family: 'Segoe UI';
    color: #00a784;
    font-size: 18px;
    font-weight: 100;
    display: block;
    margin-top: 0em;
    margin-bottom: 1em;
    text-align: center;
    width: 252px;
    margin-left: -82px;
    line-height: 1.5em;
    text-transform: uppercase;
}
.section_fourteen_h{
	margin-bottom: 45px;
}
.section_fiveteen_send img:first-child {
    float: left;
    margin-bottom: 24px;
    width: 90%;
    height: 90%;
}
.section_fiveteen_h3 {
    font-family: 'Segoe UI';
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 0.5em;
    text-align: left;
    margin-left: 7% !important;
}
.section_fiveteen_send {
    display: inline-block;
    width: 17%;
    margin-bottom: 40px;
    margin-right: 50px;
    vertical-align: top;
}
.section_sixteen_send img:first-child {
    float: left;
    margin-bottom: 24px;
    width: 90%;
    height: 90%;
}
.section_sixteen_h3 {
    font-family: 'Segoe UI';
    font-size: 36px;
    font-weight: 100;
    margin-bottom: 0.5em;
    text-align: left;
    margin-left: 7% !important;
}
.section_sixteen_send {
    display: inline-block;
    width: 17%;
    margin-bottom: 40px;
    margin-right: 50px;
    vertical-align: top;
}
.section_one_text {
    position: absolute;
    width: 30%;
    top: 20%;
    left: 10%;
    z-index: 8;
    text-align: left;
}
}
@media screen and (max-width: 1199px) {
#header {
	position: relative;
	display: inline-block;
	height: auto;
	width: 100%;
	background: white;
	z-index: 9;
	box-shadow: 0 1px 10px #e2e2e2;
}
.circles_square_buttons {
    max-width: 670px;
    margin: 25px auto;
}
#header .circles_square_buttons {
    max-width: 475px;
    margin: 35px auto;
	text-align: center;
}
#header .circles_square_buttons a {
    font-family: 'Segoe UI';
    font-size: 12px;
    color: #fff;
    display: inline-block;
    background: #13a985;
    padding: 10px 5px;
    margin-left: 10px;
    border-radius: 5px;
    text-decoration: none;
	width: 100%;
    max-width: 135px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}
#header .circles_square_buttons a:hover {
	border: 5px solid #00a784;
	color: #00a784;
	background: #fff;
	padding: 5px 0px;
	cursor: pointer;
}
.footer {
    bottom: 110px;
}
}

@media screen and (max-width: 969px) {
#header .circles_square_buttons {
    margin: 5px auto;
}
#header .circles_square_buttons a,
#header .circles_square_buttons a:first-child {
	display: block;
	margin: 5px auto;
}
}

@media screen and (max-width: 767px) {
.hidden-xs {
display: none;
}
html, body {
height: 100% !important;
min-height: 100% !important;
overflow: visible !important;
}
.section {
padding-bottom: 50px;
}
.fp-section,
.fp-slide,
.fp-tableCell{
width: 100%;
height: auto !important;
/* min-height: 700px; */
display: block;
}
.fp-section {
padding: 50px;
}
#header .logo {
    position: relative;
	width: 50%;
}
#header .logo {
    position: relative;
	width: 75px;
}
#header .circles_square_buttons {
	display: block;
	float: left;
	width: 100%;
	max-width: 100%;
}
#header .circles_square_buttons a,
#header .circles_square_buttons a:first-child {
	display: inline-block;
	margin: 5px;
}
.footer {
position: relative;
bottom: 0px;
}
.section_one_text_button {
font-size: 16px !important;
padding: 19px 12px;
}

.section_one_text_button:hover,
.section_one_text_button:active {
padding: 14px 7px;
}
.section_one_text,
.section_two_text,
.section_three_text,
.section_four_text,
.section_five_text,
.section_six_text,
.section_seven_text,
.section_eight_text,
.section_nine_text,
.section_ten_text,
.section_eleven_text,
.section_twelve_text,
.section_thirteen_text {
	position: relative;
	top: 0;
	left: 0;
    width: 90%;
	margin: 20px auto 120px auto;
}
.section_one_text {
	margin: 20px auto 20px auto;
}
.section .screen.fourteen {
padding-top: 70px;
}
.section_one_text_discr,
.section_two_text_discr,
.section_three_text_discr,
.section_four_text_discr,
.section_five_text_discr,
.section_six_text_discr,
.section_seven_text_discr,
.section_eight_text_discr,
.section_nine_text_discr,
.section_ten_text_discr,
.section_eleven_text_discr,
.section_twelve_text_discr,
.section_thirteen_text_discr {
    width: 100%;
	margin: 0 0 30px 0;
	color: #000000;
	text-shadow: white 2px 2px 1px;
}
.anim_container_one,
.anim_container_two,
.anim_container_three,
.anim_container_four,
.anim_container_five,
.anim_container_six,
.anim_container_seven,
.anim_container_eight,
.anim_container_nine,
.anim_container_ten,
.anim_container_eleven,
.anim_container_twelve,
.anim_container_thirteen {
	position: absolute;
	max-width: 300px;
    opacity: 1;
}
.anim_container_one,
.anim_container_four,
.anim_container_five,
.anim_container_eight,
.anim_container_twelve,
.anim_container_thirteen {
left: auto;
right: 1%;
top: 80%;
}
.anim_container_one {
top: 50%;
}
.anim_container_two,
.anim_container_three,
.anim_container_six,
.anim_container_seven,
.anim_container_nine,
.anim_container_ten,
.anim_container_eleven{
right: auto;
left: 1%;
top: 80%;
}
.section_two_text_read_more,
.section_three_text_read_more,
.section_four_text_read_more,
.section_five_text_read_more,
.section_six_text_read_more,
.section_seven_text_read_more,
.section_eight_text_read_more,
.section_nine_text_read_more,
.section_ten_text_read_more,
.section_eleven_text_read_more,
.section_twelve_text_read_more,
.section_thirteen_text_read_more {
margin: 0;
}
.section_fourteen_absolute,
.section_fiveteen_absolute,
.section_sixteen_absolute {
position: relative;
left: 0;
}
.section_fourteen_h {
position: relative;
margin-left: 0;
}
.section_fourteen_steem {
width: 48%;
min-height: 125px;
margin-right: 0;
position: relative;
left: 0;
}
.section_fourteen_steem span {
text-align: center;
width: 100%;
margin: 0;
}
.sigi {
position: relative;
}
.plyty {
position: relative;
width: 103px;
height: 63px;
top: -72px;
left: 40%;
}
.plyty .revo {
position: relative;
}
.plyty2 {
display: none;
}
.section_fiveteen_h3,
.section_sixteen_h3 {
margin: 0 10px 20px 10px;
text-align: center;
font-size: 28px;
}
.section_fiveteen_send,
.section_fiveteen_send:last-child ,
.section_sixteen_send,
.section_sixteen_send:last-child {
display: inline-block;
width: 45%;
margin: 10px 5%;
}
.section_fiveteen_send img,
.section_sixteen_send img,
.section_fiveteen_send img:first-child,
.section_sixteen_send img:first-child {
float: none;
}
.footer_left span:first-child {
font-size: 13px;
}
}


@media screen and (max-width: 480px) {
#header .circles_square_buttons a,
#header .circles_square_buttons a:hover,
#header .circles_square_buttons a:active,
#header .circles_square_buttons a:first-child,
#header .circles_square_buttons a:first-child:hover,
#header .circles_square_buttons a:first-child:active {
	display: block;
	margin: 5px auto;
}
#header .numb {
display: none;
}
.section_fourteen_steem {
width: 100%;
}
.section_fiveteen_send,
.section_fiveteen_send:last-child,
.section_sixteen_send,
.section_sixteen_send:last-child {
display: inline-block;
width: 70%;
margin: 20px 15%;
}
.footer {
position: relative;
display: table;
bottom: 0px;
height: auto;
width: 100%;
background: white;
box-shadow: 0 -1px 10px #e2e2e2;
}
.footer_left {
display: table-footer-group;
text-align: center;
margin: 10px auto;
}
.footer_right {
display: table-header-group;
position: relative;
right: auto;
top: auto;
text-align: center;
margin: 10px auto;
}
.footer_left .popup.error-report {
display: block;
max-width: 200px;
margin: 10px auto;
padding: 6px 20px;
}
.footer_left img {
margin: 15px 10px 5px 0;
}
.footer_right_large_number {
font-size: 18px;
font-weight: 600;
}
#popup,
#popup_2,
#popup_3 {
padding: 35px 10px 10px 10px;
}
#popup input,
#popup_2 input,
#popup_3 input {
width: 100%;
max-width: 220px;
}
#popup_2 select,
#popup_3 select,
#popup_3 textarea {
width: 100%;
max-width: 260px;
}
#popup_3 textarea {
width: 100%;
max-width: 250px;
}
.section_one_text_hello,
.section_two_text_h,
.section_three_text_h,
.section_four_text_h,
.section_five_text_h,
.section_six_text_h,
.section_seven_text_h,
.section_eight_text_h,
.section_nine_text_h,
.section_ten_text_h,
.section_eleven_text_h,
.section_twelve_text_h,
.section_thirteen_text_h {
font-size: 26px;
margin-bottom: 15px;
}
.section_one_text_discr,
.section_two_text_discr,
.section_three_text_discr,
.section_four_text_discr,
.section_five_text_discr,
.section_six_text_discr,
.section_seven_text_discr,
.section_eight_text_discr,
.section_nine_text_discr,
.section_ten_text_discr,
.section_eleven_text_discr,
.section_twelve_text_discr,
.section_thirteen_text_discr {
font-size: 15px !important;
margin: 0 0 20px 0;
}
#header .circles_square_buttons a:nth-child(2) {
display: none;
}
}
.plane-wrapper {
display: block;
margin-bottom: 12%;
z-index: 99999;
}
@keyframes flyFromRight {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-500%);
	}
}
.plane {
    top: 20px;
    right: 0;
	width: 30%;
	height: 20%;
	cursor: pointer;
	max-width: 330px;
	max-height: 120px;
	position: absolute;
	background-size: cover;
	background-position: center;
	background-image: url('http://alp-agro.com/ru/pics/Back/plane.svg');
	animation: 60s ease-out 2s infinite flyFromRight;
	z-index: 99999;
}
.plane:hover,
.plane:active,
.plane .useless-text:hover,
.plane .useless-text:active {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
     animation-play-state: paused;
	 z-index: 99999;
}
.plane:hover .useless-text {
	display: block;
	z-index: 99999;
}
.useless-text {
	display: none;
	margin-top: 100px;
	padding: 10px;
	background-color: #F2BD48;
	border: 1px solid #F2BD48;
	border-radius: 5px;
	font-size:14px;
	font-weight: 300;
	text-align: left;
	line-height: 20px;
	z-index: 99999;
}

@media screen and (max-width: 767px) {
#fp-nav,
.plane-wrapper {
display: none;
}
}