*{
	margin: 0;
	padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
	}

 body { background-color: black;
}
.Lines{
	max-width: 1024px;
	height: auto;
}
.Container{
	margin: 0 auto;
	max-width: 1024px;
	height: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
	background-color: #000000;
}

.Wrapper{
	margin: 0 auto;
	max-width: 1024px;
	height: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-align-items: flex-start;
	-o-align-items: flex-start;
	align-items: flex-start;
	justify-content: center;
	}

	.Left {
	background-color: #000000;
	height: auto;
	width: 50%;
	min-width:320px; 
	}
.Left video{
	width: 100%;
	height: 100%;
}
		
	.Right {
	height: auto;
	width: 50%;
	min-width: 320px;
	border-style: solid;
	}

.Right img {
	width: 100%;
	height: 100%;
}

.Textbox_1 {
	margin: 0 auto;
	max-width: 1024px;
	height: auto;
	padding-left: 15px;
	padding-top: 21px;
	padding-bottom: 37px;
}
.planes{
	margin: 0 auto;
	max-width: 1024px;
	height: auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-flow: row wrap;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.slider{
	max-width: 710px;
	height: auto;
	position: relative;
	overflow: hidden;
	border-style: none;
	border-color: #152CE5;
}
.slider-items{
	width: 1000%;
	height: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.slider-items .item{
	width: 10%;
}
.slider-items .item img{
	max-width: 100%;
	height: auto;
}
.slider-items input{
	position: absolute;
	visibility: hidden;
}
.slider-nav{
	position: relative;
	width: 310px;
	height: 276px;
	top: 6px;
	font-family: Arial, "Arial Black";
	font-size: 16px;
	color: #000000;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-direction: column;
	text-indent: 7px;
	margin-top: 0px;
	margin-bottom: 84px;
}
.slider-nav .slider-nav-item{
	width: 322px;
	height: 25px;
	cursor: pointer;
	-webkit-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	top: 0px;
	min-width: 0px;
	margin-top: 2px;
	padding-top: 3px;
}

.slider-nav .slider-nav-item:hover{
	background-color: #1A2BED;
	color: #D4282B;
}
#s1:checked ~ .s1{margin-left: 0}
#s2:checked ~ .s1{margin-left: -10%;}
#s3:checked ~ .s1{margin-left: -20%;}
#s4:checked ~ .s1{margin-left: -30%;}
#s5:checked ~ .s1{margin-left: -40%;}
#s6:checked ~ .s1{margin-left: -50%;}
#s7:checked ~ .s1{margin-left: -60%;}
#s8:checked ~ .s1{margin-left: -70%;}
#s9:checked ~ .s1{margin-left: -80%;}
#s10:checked ~ .s1{margin-left: -90%;}

.Textbox_2{
	margin: 0 auto;
	max-width: 1024px;
	height: auto;
	padding-left: 15px;
	padding-bottom: 41px;
	padding-top: 20px;
}


.Wrap{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-flow: row wrap;
	max-width: 714px;
	height: auto;
	margin-bottom: 12px;	
}

.Mail{
	width: 311px;
	height: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: Arial, "Arial Black";
	color: white;
	font-size: 20px;
	text-align: justify;
	font-style: normal;
}
/*
.Phone{
	width: 231px;
	height: 50px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-family: Arial, "Arial Black";
	color: white;
	font-size: 20px;
}
*/

.Wrap img{
	margin-right: 12px;
}
.Lines{
	max-width: 1024px;
	height: auto;
}
.Lines img{
	width: 100%;
	height: 100%;
}
