/********************************************************************/

html, body {
	height: 100%;
	width: 100%;
	background: #fff;
	margin: 0px;
	padding: 0px;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	color: #222;
}

input, textarea, select{
	vertical-align:middle;
	font-family:Arial;
	font-size:14px;
	outline: none;
}


.button{
	display: inline-block;
	text-decoration: none;
	height: 23px;
	line-height: 23px;
	padding: 0 14px;
	font-size: 12px;
	color: #000;
	border: 1px solid #cbcbcb;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f3f3f3 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 100%);
	filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#f3f3f3', GradientType=0);
	-moz-box-shadow: 0 0 2px 1px #cbcbcb;
	-webkit-box-shadow: 0 0 2px 1px #cbcbcb;
	box-shadow: 0 0 2px 1px #cbcbcb;
	cursor: pointer;
}



input:focus, input:hover, input:active, input:checked{
	outline: none!important;
}

a {
	color: #222;
	text-decoration: none;
}

.page{
	min-height: 100%;
	width:100%;
}

.layer {
	padding-bottom: 70px; /*Ровняется футеру*/
}

.wrap{
	position:relative;
	width: 1100px;
	margin: 0 auto;
}

.left{
	float: left;
	width: 250px;
	padding: 0;
}

.center{
	float: left;
	width: 560px;
	padding: 10px 20px;
}

.right{
	float: left;
	width: 250px;
	padding: 10px 0;
}

.decorate_line{
	width: 90%;
	margin: 30px 5%;
	border-bottom: 1px solid #888;
}

.component_title{
	width: 100%;
	font-size: 18px;
	margin-bottom: 10px;
	font-family: 'PT Sans Narrow', sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}


/*Футер*******************************************************************/


.footer {
	height: 70px;
	margin-top: -70px;
	background-color: #d7d7d7;
	width: 100%;
	overflow: hidden;
	color: #000;
}

.footer_left {
	float: left;
}

.footer_right {
	float: right;
}

.site_name{
	margin-top: 5px;
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
}

.copyright{
	padding: 5px;
}

.copyright a{
	color: #222;
	text-decoration: none;
}

.copyright a:hover{
	color: #000;
}

.counters{
	padding: 25px;
}


/*Шапка*******************************************************************/


.header{
	position:relative;
	background: url('images/flag2.png') no-repeat center #E8E8E8;
	width: 100%;
	height: 340px;
	color: #000;
}

.logo1{
	width: 100%;
	height: 60px;
	text-align: center;
	padding: 0;
	padding-top:10px;
}

.logo_text1{
	text-align: center;
	font-size: 20px;
}

.logo2{
	width: 100%;
	height: 80px;
	text-align: center;
	padding: 0;
	padding-top:20px;
}

.img1{
	width: 250px;
	float: left;
	margin-top: -35px;
}

.img2{
	width: 250px;
	float: left;
	margin-top: -35px;
}

.logo_text_wrap{
	width: 600px;
	margin-top:15px;
	float: left;
	background:#E7EBEE;
}

.logo_text2{
	padding-top:10px;
	text-align: center;
	font-size: 16px;
}

.logo_text3{
	padding-bottom:10px;
	margin-top: 5px;
	text-align: center;
	font-size: 27px;
	line-height:28px;
	color:#007C37;
	font-weight: bold;
}

.logo1 img, .logo2 img, .img1 img, .img2 img{
	max-width: 100%;
	max-height: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/*Меню топ*******************************************************************/

.menu_top{
	position:relative;
	width: 100%;
	background: #E8E8E8;
	margin: 20px 0px;
}

.aaa_head a{
position:absolute;
top:15px;
right:10px;
z-index:1;
border:1px #1B2B65 solid;
border-radius:6px;
padding:5px 7px;
color:#1B2B65;
display:block;
font-size:16px;
}

.aaa_head a:hover{
	border:1px #69717C solid;
	color:#69717C;
}

.cookie.sect {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    background-color: #292d33;
    padding: 5px 0;
    z-index: 999;
}
.cookie.sect.active {
    display: block;
}
.cookie.sect .content .desc {
    float: left;
    font-size: 14px;
    line-height: 30px;
}
.cookie.sect .content > .buttons {
    float: right;
    font-size: 0;
}
.cookie.sect .content > .buttons a.link {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    line-height: 15px;
    border-bottom: 1px solid #fff;
    margin-left: 15px;
}
.cookie.sect .content > .buttons a.link:hover {
    color: #cb9e13;
    border-bottom-color: #cb9e13;
}
.cookie.sect .content .button {
    cursor: pointer;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    border: none;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    color: #292d33;
    background-color: #e9e9e9;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 8px 30px;
}
.cookie.sect .container {
    max-width: 800px;
    margin: 0 auto;
}