* {-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: 'Open Sans', sans-serif;
  min-width: 1366px; 
  min-height: 1200px;
  /*zoom: 1.2;*/
}

body 
{
	margin: 0;
	padding: 0;
}

.button
{
	height: 50px;
	width: 380px;
	background-color: white;
	color: #006ead;
	font-size: 20px; 
	text-align: center;
	position: absolute;
	top: 200;
	border: 1px solid #006ead;
	font-weight: bold;
	padding-top: 9px;
	text-transform: uppercase;
}

.button:hover
{
	color: white;
	background-color: #006ead;
	cursor: pointer;
}

.block-content
{
	width: 1366px;
	height: 100%;
	margin: auto;
	position: relative;
}

.logo:hover
{
	background-color: #88A;
	opacity: 0.1;
	cursor: pointer;
}

.logo-ta
{
    width: 170px;
    height: 70px;
    position: absolute;
    left: 70px;
    top: 25px;
    display: inline-block;
}

.logo-panasonic
{
    width: 260px;
    height: 70px;
    position: absolute;
    right: 85px;
    top: 25px;
    display: inline-block;
}

.block-head
{
	background: url(../img/bg_head.jpg) no-repeat scroll center 0px #eaedf4;
	width: 100%;
	height: 964px;
	overflow: hidden;
}

.block-head-text
{
	position: absolute;
	top: 100px;
	left: 90px;
	color: black;
	width: 815px;
	font-size: 20px;
}

.block-head-text p
{
   text-shadow: #EEE 0 0 4px;
}

.block-head-text h1
{
    font-size: 68px;
    font-weight: bold;
    margin-top: 62px;
    margin-bottom: 30px;
}

.block-head-text2
{
	position: absolute;
	top: 624px;
	left: 90px;
	color: black;
	width: 1000px;
	font-size: 20px;
}

.block-head-text2 h2
{
    font-size: 30px;
    font-weight: bold;
}




.block-tizer
{
	background: url(../img/bg_tizer.jpg) no-repeat scroll center 0px #005f97;
	width: 100%;
	height: 470px;
	overflow: hidden;
}

.block-tizer .block-content
{
	padding-left: 70px;
}

.block-tizer .tizer
{
	display: block;
	width: 380px;
	height: 360px;
	background: linear-gradient(0, #056aa6, #99c5de);
	margin-top: 80px;
	color: white;
	padding: 24px;
	float: left;
	margin-left: 24px;
	text-decoration: none;
}

.block-tizer .tizer:hover
{
	background: #006ead;
	box-shadow: 10px 10px 47px -20px #000000;
}

.block-tizer .tizer span
{
    display: block;
    padding-top: 14px;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
}


.block-phone
{
	background: url(../img/bg_phone.jpg) no-repeat scroll center 0px white;
	width: 100%;
	height: 300px;
	overflow: hidden;
}

.block-phone-text
{
    position: absolute;
    top: 70px;
    left: 140px;
    width: 550px;
	font-size: 18px;
	font-weight: 100;
	line-height: 1.3;
}

.block-phone-text strong
{
	font-size: 24px;
	font-weight: bold;

}

.block-form
{
	background: url(../img/bg_form.jpg) no-repeat scroll center 0px #5f82a1;
	width: 100%;
	height: auto;
	padding-bottom: 120px;
	overflow: hidden;
	color: white;
}


.block-form h2
{
	display: block;
	margin-top: 100px;
	text-align: center;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.3;
	font-weight: 600;

}

.block-form h2 strong
{
	font-size: 38px;
	font-weight: 800;
	text-transform: uppercase;
}

.block-form h2 span
{
	color: #b32014;
}

.block-form form
{
	width: 590px;
	margin: auto;
}

.block-form form strong
{
	text-transform: uppercase;
	padding-left: 22px;
	margin: 20px 0;
	display: block;
}

.block-form form label
{
	cursor: pointer;
}


.block-form form input[type='text'], .block-form form input[type='email']
{
	width: 100%;
	padding: 15px 20px;
	font-size: 15px;
	margin-bottom: 5px;
}

.block-form form input[type='email']
{
	margin-top: 30px;
}

.block-form form input[type='submit']
{
	margin-top: 30px;
	width: 300px;
	height: 50px;
	cursor: pointer;
	color: #b32014;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	background-color: white;
	border: 1px solid #999;
    box-shadow: 0px 0px 20px 1px #fff;
}

.block-form form input[type='submit']:hover
{
	background-color: #006ead;
	color: white;
    box-shadow: 0px 0px 20px 1px #006ead;
}




footer
{
	background-color: #ececec;
	height: 180px; 
	color: #353839;
	padding-top: 50px;
}

footer a
{
	color: #353839;
	text-decoration: none;
	display: inline-block;
	padding: 0 20px;
}

footer a:hover
{
	text-decoration: underline;
}

footer .footer-links
{
	left: 272px;
	top: 0px;
	position: absolute;
}

footer .footer-links a:not(:last-child)
{
	border-right: 1px solid #353839;

}


.footer-logo 
{
	left: 90px;
	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;
}


.footer-rights
{
	float: right;
	margin-right: 230px;
}

.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;
}

/*
@media screen and (min-width: 1510px) {
	section {
		zoom: 1.1;
	}
}

@media screen and (min-width: 1960px) {
	section {
		zoom: 1.3;
	}
}
*/

@media screen and (max-width: 1040px) {
	.block-head-text 
	{
		width: 1200px;
		font-size: 27px;
	}

	.block-head-text2
	{
		width: 1200px;
		font-size: 27px;
	}

	.block-tizer .tizer span
	{
		/*font-size: 24px;*/
	}

	.button
	{
		font-size: 26px;
		height: 90px;
		vertical-align: center;
	}

	.button2
	{
		padding-top: 26px;
	}

	.block-head-text2
	{
		top: 594px;
	}

	.button3
	{
	    top: 876px !important;
	}

	.block-phone-text
	{
		top: 24px;
	    font-size: 23px;
	}

	.block-form h2
	{
		font-size: 40px;
	}

	.block-form form
	{
		width: 800px;
	    font-size: 30px;
	}

	.block-form form input[type='text'], .block-form form input[type='email']
	{
		font-size: 30px;
		padding: 30px;
	}

	.block-form form input[type='submit']
	{
		font-size: 30px;
		padding: 30px;
		width: 500px;
		height: 90px;		
	}
}