* {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

@font-face {
	font-family: "GTE";
	font-weight: normal;
	src: url("../fonts/gte_normal.otf") format("opentype");
}

@font-face {
	font-family: "GTE";
	font-weight: bold;
	src: url("../fonts/gte_bold.otf") format("opentype");
}

html
{
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-size: 17px; 
  background: white;  
  color:#000; 
  font-family: 'GTE', sans-serif;
  min-width: 1060px; 
  min-height: 1060px;
  /*zoom: 1.2;*/
}

body 
{
	margin: 0;
	padding: 0;
}

.block-content
{
	width: 1060px;
	height: 100%;
	margin: auto;
	position: relative;
}

.ta-logo
{
	float: right;
	margin-top: 20px;
	margin-right: 35px;
}

.ta-logo:hover
{
	filter: grayscale(.2);
}

.k-logo
{
	margin-top: 20px;
	margin-left: 45px;
}

.k-logo:hover
{
	filter: grayscale(.2);
}

header
{
	height: 125px;
	width: 100%;
	position: relative;
}



.nav
{
	position: absolute;
	left: 330px;
	top: 49px;
}

.nav a
{
	display: inline-block;
	margin-right: 12px;
	font-size: 16px;
	color: black;
	padding-bottom: 3px;
	border-bottom: 6px solid #f2f2f2;
	text-decoration: none;
}

.nav a:hover
{
	border-bottom: 6px solid black;
}

.article .block-content
{
	width: 950px;
	text-align: justify;
	padding: 20px 0;

    line-height: 1.3;
    font-size: 17px;
    font-weight: normal;

}


.block1
{
	background: url(../img/block1.jpg?1) no-repeat scroll center 0px #ffffff;
	width: 100%;
	height: 756px;
	overflow: hidden;
}

.block1 h1
{
	font-weight: bold;
    position: absolute;
    left: 562px;
    top: 24px;
    font-size: 42px;
    margin: 16px 0;
}

.block1 a
{
	text-decoration: none;
}


.block1 .article
{
    width:480px;
    height: 590px;
    position: absolute;
    left: 580px;
    top: 164px;
    padding: 10px 20px;
    color: white;
    font-weight: normal;
}

.block1 .article a:hover
{
	color: #eee !important;
}

.block1 h2
{
    font-size: 32px;
    margin: 16px 0;
	font-weight: normal;
	color: white;
	text-decoration: none;
}

.block1 .article div
{
    font-size: 15px;
    margin: 16px 0;
	font-weight: normal;
	line-height: 1.5;
}

.block1 .article .link
{
	display: block;
	text-align: right;
	font-size: 22px;
	color: white;
	text-decoration: underline;
}


.block2
{
	background: url(../img/block2.jpg?1) no-repeat scroll center 0px #ffffff;
	width: 100%;
	height: 1090px;
	overflow: hidden;
	margin-top: -1px;
	color: black;
}

.block2 .block-content
{
	width: 870px;
}

.block2 .block-content h2
{
	text-align: center;
	margin-top: 36px;
	font-size: 39px;
	font-weight: normal;
	margin-bottom: 16px;
}

.block2 .block-content h4
{
    border-bottom: 2px solid black;
    position: absolute;
    top: 170px;
    left: 460px;
    font-size: 28px;
    font-weight: normal;
}


.block2 .block-content h3
{
	position: absolute;
	top: 490px;
	font-size: 39px;
	display: block;
	text-align: center;
	width: 100%;
	font-weight: normal;
}

.block2 .desc
{
    width: 730px;
    margin-left: 70px;
    font-size: 16px;
}

.block2 .video
{
	width: 850px;
	height: 465px;
	position: absolute;
	top: 590px;
	left: 20px;
}

.block2 .b1
{
	position: absolute;
    top: 270px;
    left: 490px;
    font-size: 24px;
}

.block2 .b1:before
{
    content: " ";
    position: absolute;
    z-index: 1;
    top: -10px;
    left: -60px;
    width: 50px;
    height: 46px;
    background: url(../img/ico1.png);
}

.block2 .b2
{
	position: absolute;
    top: 330px;
    left: 490px;
    font-size: 24px;
}

.block2 .b2:before
{
    content: " ";
    position: absolute;
    z-index: 1;
    top: -12px;
    left: -60px;
    width: 50px;
    height: 42px;
    background: url(../img/ico2.png);
}

.block2 .b3
{
	position: absolute;
    top: 390px;
    left: 490px;
    font-size: 24px;
}

.block2 .b3:before
{
    content: " ";
    position: absolute;
    z-index: 1;
    top: -12px;
    left: -60px;
    width: 50px;
    height: 50px;
    background: url(../img/ico3.png);
}

.block2 .b4
{
	position: absolute;
    top: 450px;
    left: 490px;
    font-size: 24px;
}


.block2 .b4:before
{
    content: " ";
    position: absolute;
    z-index: 1;
    top: -16px;
    left: -60px;
    width: 50px;
    height: 50px;
    background: url(../img/ico4.png);
}

.block3
{
	background: url(../img/block3.jpg?1) no-repeat scroll center 0px #ffffff;
	width: 100%;
	height: 510px;
	overflow: hidden;
	margin-top: -1px;
	color: white;
}

.block3 .block-content
{
	width: 1000px;
	
}

.block3 h2
{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 30px !important;
	font-size: 39px;
	font-weight: normal;
	margin-bottom: 16px;
}

.block3 .desc
{
	font-size: 15px;
	font-weight: normal;
}

.block3 .b
{
	width: 160px;
    position: absolute;
    top: 160px;
    left: 140px;
    text-align: center;
	color: #f5b400;
}

.block3 .b2
{
    left: 360px;
}

.block3 .b3
{
    left: 560px;
}

.block3 .b4
{
    left: 760px;
}

.block4
{
	background: url(../img/block4.jpg?1) no-repeat scroll center 0px #ffffff;
	width: 100%;
	height: 371px;
	overflow: hidden;
}

.block4 .block-content
{
	width: 1000px;
}

.block4 h2
{
	font-size: 36px; 
	font-weight: normal;
	margin-top: 40px;
	margin-bottom: 15px;
}

.block4 .left
{
	float: left;
	width: 540px;
}

.block4 label
{
	font-size: 22px; 
	display: block;
	font-weight: normal;
	margin: 25px 0;
	cursor: pointer;
	position: relative;
	padding-left: 36px;
}

.block4 textarea
{
	border: 4px solid black;
	float: right;
	width: 420px;
	height: 170px;
	font-size: 23px;
	padding: 15px;
}

.block4 input[type='submit']
{
	font-size: 24px; 
	background-color: transparent;
	border: 0;
	cursor: pointer;
	float: right;
	border-bottom: 2px solid #000;
	margin-top: 20px;
	padding: 0 0 5px 0;
	font-weight: bold;
}

.block4 input[type='submit']:hover
{
	color: #df0523;
	border-bottom: 2px solid #df0523;
}

.block4 input[type=radio] {
	display: none;
}

.block4 label:before {
	content: " ";
	display: inline-block;

	width: 22px;
	height: 22px;

	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0px;
	background-color: #000;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);

	border-radius: 12px;
}

input[type=radio]:checked + label:before {
    content: "\2022";
    color: #f2f2f2;
    font-size: 44px;
    text-align: center;
    line-height: 33px;
}

.block4 textarea:-moz-placeholder { text-align: left; padding-top: 0px; color: black; font-weight: bold;}
.block4 textarea::-webkit-input-placeholder { text-align: left; padding-top: 0px; color: black; font-weight: bold;}

.block4 .et
{
	font-size: 17px;
}

footer
{
	height: 155px;
}

@media screen and (max-width: 1040px) {

	.nav a {
		margin-right: 12px;
		font-size: 24px;
		padding-bottom: 3px;
		border-bottom: 6px solid #df0523;
	}

	.block1 h1
	{
		font-size: 46px;
		line-height: 1;
	}

	.block1 h2
	{
		font-size: 40px;
		line-height: 1;
	}

	.block1 .article
	{
		left: 600px;
		width: 460px;
	}

	.block1 .article div
	{
		font-size: 25px;
		line-height: 1.3;
	}

	.block1 .article .link
	{
		font-size: 28px;
	}

	.block2 .block-content h2
	{
		font-size: 46px;
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.block2 .desc
	{
		font-size: 18px;
	}

	.block2 .block-content h4
	{
		top: 200px;
		font-size: 34px;
	}

	.block2 .b1
	{
		top: 310px;
		font-size: 30px;
	}

	.block2 .b2
	{
		top: 360px;
		font-size: 30px;
	}

	.block2 .b3
	{
		top: 410px;
		font-size: 30px;
	}

	.block2 .b4
	{
		top: 460px;
		font-size: 30px;
	}
		
	.block3 .b
	{
		width: 200px;
		left: 40px;
		line-height: 1;
		font-size: 36px;
	}

	.block3 .b1
	{
	}

	.block3 .b2
	{
		left: 280px;
	}

	.block3 .b3
	{
		left: 520px;
	}

	.block3 .b4
	{
		left: 760px;
	}

	.block3 .block-content h3
	{
		font-size: 45px;
	}

	.block3 h2
	{
		font-size: 46px;
		margin-bottom: 10px !important;
	}

	.block3 .desc
	{
		font-size: 20px;
	}

	.b span
	{
		font-size: 28px;
		line-height: 1;
		display: inherit;
	}

	.block4 .et
	{
		font-size: 30px;
	}

	.block4 h2
	{
		margin-top: 20px;
		font-size: 46px;
	}

	.block4 label
	{
		font-size: 32px;
		 margin: 10px 0;
	}

	.g-recaptcha
	{
		top: 270px !important;
	}

	.block4 .left
	{
		margin-top: 20px;
	}

	.block4 textarea
	{
		font-size: 30px;
	}

	.block4 input[type='submit']
	{
		font-size: 34px;
	}

	.article .block-content
	{
		font-size: 32px;
	}
}