body { background: url(../tpl/img/bg.gif) #f9f9f9; font-family: Verdana,Arial; font-size: 13px; color: #444; margin: 0px auto; padding:0px;}

a:link,
a:visited,
a:active {
	color: #2075b7;
	text-decoration: none;
	
}
a:hover {
	color: #474747;
	text-decoration: underline;
}

.clear { clear: both; margin: 0px; padding: 0px;}


.bear {
	background:  #fff;
	background-image: url(../tpl/img/bear.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}

.fox {
	background:  #fff;
	background-image: url(../tpl/img/fox.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}
.container {
	position:relative;
	margin:0px auto;
	padding:0px;
	width: 1024px;
	height: 100%;
}

.body {
	margin: 0px 36px;
	padding-top: 36px;
	#border: 1px solid red;
}

.logo {
	width: 420px;
	height:122px;
	background-image: url(../tpl/img/logo.png);
	background-repeat: no-repeat;
	font-family: Arial;
}

.logo_title {
	padding-top: 57px;
	padding-left: 125px;
	font-size: 8pt;
	#font-weight: bold;
	color: #b43000;
}

.logo_phone {
	margin-top: 7px;
	margin-left: 120px;
	padding: 3px 10px;
	font-size: 8pt;
	color: #fff;
	text-align: center;
	background-image: url(../tpl/img/logo_bg.jpg);
	background-size: cover;
}

.logo_phone span {
	font-size: 14pt;
	font-weight: bold;
}

.menu {
	margin: 100px 0px;
	color: #1A5BA5;
	font-weight: bold;
	font-size: 12pt;
}

.menu a.active {
	color: #B43000;
	text-decotation: none;
}

.content {
	line-height: 1.5;
}

.content li{
	height: 50px;
}

.content h1 {
	margin-top: 50px;
	color: #B43000;
	font-size: 18pt;
}


.video {
	width: 300px;
	height: 200px;
	margin: 5px;
	float: left;
}


.photo {
	width: 300px;
	height: 200px;
	margin: 5px;
	background-size: cover;
	float: left;
}



.footer_block {
	margin-top: 50px;
}

.footer {
	height: 169px;
	background-image: url(../tpl/img/bottom.jpg);
	background-size: cover;
}

.footer_menu {
	margin: 36px;
	padding-top: 36px;
	border-bottom: 1px solid #fff;
}

.footer_menu_item {
	width: 20%;
	float: left;
	text-align: center;
	margin-bottom: 10px;
	font-size: 12pt;
}

.footer_menu_item a {
	color: #fff;
}

.footer_bottom { margin: 0px 36px;}
.footer_address {
	font-size: 8pt;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #fff;
	background-image: url(../tpl/img/minilogo.png);
	background-repeat: no-repeat;
	height: 19px;
	padding-left: 35px;
	
}
.footer_copy {
	color: #94A1B1;
	font-size: 8pt;
}
.footer_phone { margin-top: -10px; float: right; color: #94A1B1; text-align: right;}

.footer_phone span {
	font-size: 18pt;
	font-weight: bold;
	color: #fff;
	
}
/*** ОБРАТНАЯ СВЯЗЬ***/
.btn-send {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #003f80), color-stop(1, #003f80) );
	background:-moz-linear-gradient( center top, #003f80 5%, #003f80 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#003f80', endColorstr='#003f80');
	background-color:#003f80;
	border:1px solid #003f80;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	font-style:normal;
	height:40px;
	line-height:30px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #000;
}
.btn-send:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0073b6), color-stop(1, #003f80) );
	background:-moz-linear-gradient( center top, #0073b6 5%, #3d94f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0073b6', endColorstr='#003f80');
	background-color:#0073b6;
}
.btn-send:active {
	position:relative;
	top:1px;
	}
textarea {
	width: 100%;
    height: 170px; 
    resize: none;
}
.answer {
display:none;
}