* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html
{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 17px; 
  background: #fafafa;  
  color:#000; 
  font-family: 'helvetica', 'Roboto Light', sans-serif;
  min-width: 1240px; 
  min-height: 1200px;
  /*zoom: 1.2;*/
}

body 
{
	margin: 0;
	padding: 0;
}

h2
{
	color: #dc0b23;
	font-size: 42px;
	margin: 0;
	font-weight: 200;
}


.block-content
{
	width: 1240px;
	height: 100%;
	margin: auto;
	position: relative;
}

.logo-ta
{
    width: 300px;
    height: 110px;
    position: absolute;
    right: 20px;
    top: 20px;
    display: inline-block;
}

.logo-kyocera
{
    width: 300px;
    height: 110px;
    position: absolute;
    left: 20px;
    top: 20px;
    display: inline-block;
}


.bt-kyocera
{
    width: 122px;
    height: 123px;
    position: absolute;
    left: 120px;
    bottom: 108px;
    display: block;
    border-radius: 5px;
}

.bt-kyocera:hover
{
    background-color: #fff;
	opacity: 0.10;
}

li
{
	margin-bottom: 22px;
	list-style-type: none; 
	font-size: 19px;

}

li::before {
    content: " ";
    width: 30px;
    height: 40px;
    background: url(../img/dot.png) no-repeat scroll center 0px transparent;
    position: absolute;
    z-index: 999;
    left: 1px;
    margin-top: 6px;
}

.button-red
{
    background-color: #dc0b23;
    position: absolute;
    width: 285px;
    height: 66px;
    color: white;
    padding: 24px 50px;
	font-size: 17px;
	cursor: pointer;
}

.button-red::after
{
    content: " ";
    width: 30px;
    height: 40px;
    background: url(../img/button_arrow.jpg) no-repeat scroll center 0px #dc0b23;
    position: absolute;
    z-index: 999;
    right: 40px;
    top: 18px;
}

.button-red:hover
{
	cursor: pointer;
	filter: saturate(90%);
}

.button-red2
{
    padding: 24px 26px;
}

.button-red::after
{
    right: 20px;
}

.header-nav
{
    position: absolute;
    top: 154px;
    left: 50px;
}

.header-nav a
{
	display: inline-block;
	margin-right: 35px;
	color: white;
	text-decoration: none;
}

.header-nav a:hover
{
	color: #EEE;
	border-bottom: 0;
	text-decoration: underline;
}


.block-head
{
	background: url(../img/bg_head.jpg) no-repeat scroll center 0px #232850;
	width: 100%;
	height: 860px;
	overflow: hidden;
}

.block-head-text
{
	position: absolute;
	top: 180px;
	left: 50px;
	color: white;
	width: 660px;
	/*font-family: 'HelveticaNeue';*/
}

.block-head-text h1
{
    font-size: 42px;
    font-weight: 100;
}

.block-head-text h1 span
{
	margin-top: 10px;
	display: block;
}

.block-rotator
{
	background: url(../img/bg_rotator.jpg) no-repeat scroll center 0px white;
	width: 100%;
	height: 758px;
	overflow: hidden;
}

.block-rotator-text
{
    position: absolute;
    top: 40px;
    left: 50px;
    width: 750px;
	line-height: 1.2;
}

.block-video
{
	background: url(../img/bg_video.jpg) no-repeat scroll center 0px #131b37;
	width: 100%;
	height: 550px;
	overflow: hidden;
}

.block-best
{
	background: url(../img/bg_best.jpg) no-repeat scroll center 0px #f2f3f5;
	width: 100%;
	height: 907px;
	overflow: hidden;
}


.block-best-text
{
    position: absolute;
    top: 40px;
    left: 50px;
    width: 720px;
	line-height: 1.2;
}


.block-form
{
	background: url(../img/bg_form.jpg) no-repeat scroll center 0px #250a46;
	width: 100%;
	height: 620px;
	overflow: hidden;
}

.block-form-text
{
    position: absolute;
    top: 20px;
    left: 50px;
    width: 720px;
	line-height: 1.2;
}

.block-form h3
{
	color: white;
	font-size: 26px;
	font-weight: 200;
	margin: 18px 0;
}

.block-form input[type=text], .block-form input[type=email]
{
	width: 100%;
	height: 60px;
	border: 1px solid black;
	padding: 10px 20px;
	font-size: 18px;
	box-shadow: 0px 8px 20px 0px #c6c8bf inset;
	margin-bottom: 13px;
}

.block-form input[type=submit]
{
    width: 280px;
    height: 60px;
    border: 0;
    padding: 10px 20px;
    font-size: 18px;
    color: white;
    position: absolute;
    bottom: 20px;
    left: 780px;
    background-color: #dc0b23;
}

.form-message
{
    color: #dc0b23;
    font-size: 26px;
    position: absolute;
    top: 40px;
    left: 800px;
    width: 400px;
    background: #E1E1E1;
    padding: 20px;
}

.block-form input[type=submit]:hover
{
	cursor: pointer;
	filter: saturate(90%);
}


footer
{
	background-color: #dc0b23;
	height: 80px; 
	color: white;
	padding-top: 30px;
}

.footer-logo 
{
	left: 60px;
	top: 0px;
	position: absolute;
}

.footer-line
{
	/*margin: 10px 40px 0 40px;*/
	background-color: white;
	height: 60px;
	width: 1px;
	position: absolute;
	left: 260px;
	top: -22px;
}

.footer-nav {
    position: absolute;
    top: 0px;
    left: 310px;
}

.slider_main
{
    width: 600px;
    height: 350px;
    position: absolute;
    top: 380px;
    left: 100px;
	position: relative;
	text-align: center;
}


.slider_main img
{
	max-width: 600px;
	max-height: 350px;
}

.bx-pager
{
	display:none;
}

.bx-prev
{
    content: " ";
    background: url(../img/slider_left.png) no-repeat scroll center 0px white;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    left: -66px;
    top: 126px;
}

.bx-next
{
    content: " ";
    background: url(../img/slider_right.png) no-repeat scroll center 0px white;
    width: 50px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    left: 610px;
    top: 126px;
}

.rc-anchor-pt
{
	display: none;
}

@media screen and (min-width: 1920px) {
	section {
		zoom: 1.1;
	}
}

@media screen and (min-width: 2100px) {
	section {
		zoom: 1.3;
	}
}