/* Eric Meyer's CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End of Eric Meyer's CSS Reset */

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	height: 100%;
}

.wrapper {
	width: 100%;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	background:#fff;
	min-width:1018px;
}


.mwidth {width:980px;margin:0 auto;padding:0 19px;text-align:left;}
.ov {overflow:hidden;}
.clear {clear:left;overflow:hidden;}
.relative {position:relative;}

.notemargin-right {margin-right:0;}

a:link {color:#15499e;text-decoration:underline;}
a:visited {color:#1952af;}
a:active {color:#ffae00;}
a:hover {color:#890b54;text-decoration:none;}


/* Header
-----------------------------------------------------------------------------*/
.header {
	width:980px;
	height: 151px;
	position:relative;
}

.header .logo {float:left;width:245px;height:93px;margin:30px 0 0 0;}

.header-block {float:right;}
.header-block .login {float:left;font:normal 13px/33px Arial, Tahoma, Arial, sans-serif;margin:0 15px 0 0;}
.header-block .login .enter_guest {}
.header-block .login .enter_guest a {color:#15499e;}
.header-block .form-search {float:left;margin:0 30px 0 0;}
.header-block .form-search-bg {float:left;width:231px;height:35px;background:url(../img/search-text.png) no-repeat;padding:0;margin:0;}
.header-block .form-search-bg .ftext {float:left;width:180px;height:23px;background:none;border:none;padding:5px 10px;margin:0;}
.header-block .form-search-bg .fbtn {float:left;width:17px;height:17px;background:url(../img/search-but.png) no-repeat;border:none;padding:0;margin:9px 0 0 2px;text-indent:-9999px;}
.header-block .lang {float:left;color:#404040;font:normal 13px/33px Arial, Tahoma, Arial, sans-serif;}
.header-block .lang a.btn {

background:none !important;text-decoration:none !important;color:#15499e !important;
}

/*
.header-block .lang span {float:left;margin:0 10px 0 0;}
.header-block .lang a.active {float:left;color:#15499e;padding:0 15px 0 0;background:url(../img/lang_but.png) no-repeat right;}
.header-block .lang a.active ul {display:none;}
.header-block .lang a.active:hover {color:#000;}
.header-block .lang a.active:hover ul {display:block;}
*/

.header-block2 {float:left;width:645px;margin:32px 0 0 65px;color:#404040;font:normal 13px/15px Arial, Tahoma;}
.header-block2 .adres {float:left;width:220px;height:30px;background:url(../img/adres.png) no-repeat left;padding:5px 0 5px 60px;position:relative;}
.header-block2 .adres .adreslink {float:left;width:40px;height:40px;text-decoration:none;position:absolute;top:0;left:0;}
.header-block2 .phone {float:left;width:285px;height:30px;background:url(../img/phone.png) no-repeat left;padding:5px 0 5px 60px;margin:0 0 0 10px;position:relative;}
.header-block2 .phone .adreslink {float:left;width:40px;height:40px;text-decoration:none;position:absolute;top:0;left:0;}


#menu {width:100%;height:43px;background:#15499e;z-index:1000;position:relative;}
#menu ul {margin:0;padding:0;list-style:none;float:right;position:relative;right:50%;}
#menu ul li {margin:0;padding:0;float:left;position:relative;left:50%;top:0;background:url(../img/menulist.png) no-repeat left;}
#menu ul li.first {background:none;border:none;}
#menu ul li a {display:block;margin:0;padding:0 11px;text-decoration:none;color:#fff;font:normal 13px/43px Arial;}
#menu ul li.active a {color:#fff;background:#fe8522;}
#menu ul li a:hover {background:#fe8522;color:#fff;}
#menu ul li:hover a,
#menu ul li.hover a {background:#fe8522;color:#fff;}
#menu ul ul {display:none;position:absolute;top:43px;left:0;float:left;padding:10px;background:#fe8522;right:auto;min-width:200px;}
#menu ul ul li {left:auto;margin:0;clear:left;float:left;min-width:185px;border-top:1px solid #ccc;background:none;padding:5px 10px;}
#menu ul ul li a,
#menu ul li.active li a,
#menu ul li:hover ul li a,
#menu ul li.hover ul li a {background:none;color:#fff;font-size:13px;line-height:17px;float:left;min-width:185px;padding:8px 0;margin:0;}
#menu ul ul li a:hover,
#menu ul li.active ul li a:hover,
#menu ul li:hover ul li a:hover,
#menu ul li.hover ul li a:hover {background:none;color:#000;float:left;}
#menu ul li:hover ul,
#menu ul li.hover ul {display:block;}
#menu li.none {border-top:none;}



/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: 100%;
	padding: 0 0 158px 0;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.content {
	padding:40px 0 0 0;
	background:url(../img/content_bg.png) no-repeat top center;
}
.content b,
.content strong {
	color:#6f6f6f;font-weight:bold;
	font-family:Arial;
}

.content ol {
	padding:10px 0;
	margin:0 0 0 40px;
	list-style-type: decimal; /* Заглавные буквы */
}


.main_uslugi {
	overflow:hidden;
}
.main_uslugi p {
	text-align:center;
	font-size:15px;
	text-transform:uppercase;
}
.main_uslugi_table {
	display:table;
	width:100%;
	border-spacing: 3px;
	margin:20px 0 0 0;
}
.main_uslugi ul {
	width:100%;
	display:block;
	display:table-row;
}
.main_uslugi ul li {
	width:237px;
	height:61px;
	margin:0 0 0 3px;
	display:table-cell;
	border-top:3px solid #fe8522;
}
.main_uslugi ul li.first {
	width:240px;
	margin:0;
}
.main_uslugi ul li a {
	display:block;
	color:#282424;
	padding:15px 20px;
	background:#efefef;
	font-size:14px;
	line-height:100%;
	text-decoration:none;
	height: 100%;
	vertical-align:middle;
	border-bottom:1px solid #e8e8e8;
}
.main_uslugi ul li a:hover {
	color:#fff;
	background:#fe8522;
	border-bottom:1px solid #c86311;
}

.maintabbable {
	margin:22px 0 0 0;
}
.maintabbable .nav-tabs {
	float:right;
	width:337px;
	margin-left: 0 !important;
	border-left: 0 !important;
}
.maintabbable .tab-content {
	float:left;
	width:618px;
}
.maintabbable .tab-pane {
	width:618px;
	min-height:259px;
	position:relative;
	overflow:hidden;
}
.maintabbable .tab-pane img {
	width:618px;
	min-height:259px;
	position:absolute;
	top:0; left:0;
	z-index:1;
}
.maintabbable .tab-pane a.more {
	float:left;
	width:82px;
	height:28px;
	position:absolute;
	bottom:12px; left:12px;
	z-index:2;
	padding:0 28px 0 0;
	color:#fff;
	text-align:center;
	text-decoration:none;
	font-size:11px;
	line-height:28px;
	background:url(../img/more.png) no-repeat;
}

.maintabbable  .nav-tabs li {
	display:block;
	width: 337px;
	height:86px !important;
	margin: 0 !important;
	padding:0 !important;
}

.maintabbable  .nav-tabs > li.active > a {
	background:#fff;
	margin: 0 !important;
	padding:0 !important;
	border:1px solid #dcdcdc;
	border-left:none;
}
.maintabbable  .nav-tabs > li > a {
	display:block;
	width: 337px;
	height:86px !important;
	margin: 0 !important;
	padding:0 !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	color:#15499e;
	font-size:14px;
	line-height:86px;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Arial;
	background:#efefef url(../img/nav-tabs.png) repeat-y left;
}




.main_about {
	overflow:hidden;
}
.main_about_img {
	float:left;
	width:310px;
}
.main_about_txt {
	margin:0 0 0 320px;
	padding:15px 0 0 0;
	font:normal 13px/15px Arial, Arial;
}

.main_uslugi_block {
	overflow:hidden;
}

.main_uslugi_txt {
	background:url(../img/main_uslugi_txt.png) no-repeat top center;
	padding:40px 0 10px 0;
	text-align:center;
	color:#404040;
	font-size:15px;
	line-height:20px;
	text-transform:uppercase;
}
.page-content .main_uslugi_block h3 {
	color:#fe8522;
	font-size:19px;
	line-height:21px;
	text-align:center;
	text-transform:uppercase;
	background:url(../img/main_uslugi_txt.png) no-repeat bottom center;
	padding:10px 0 30px 0;
}

.page-content .dopik {
	color:#fff;
	font-size:14px;
	line-height:16px;
	text-transform:uppercase;
	width:205px;height:52px;
	position:absolute;top:0;right:0;
	background:url(../img/dopik.png) no-repeat;
}
.page-content .dopik .num {
	float:left;
	color:#fff;
	width:52px;height:52px;
	text-align:center;
	font-size:19px;
	line-height:52px;
	font-weight:bold;
	font-family:Arial;
	margin:0 20px 0 0;
}
.page-content .dopik .company {
	display:block;
	margin:12px 0 0 0;
	
}
.page-content .main_uslugi_txt {
	padding:10px;
	background:none;
	text-transform:none;
}

.divtable {display:table;border-spacing:28px;}
.trow {display:table-row;}

a.main_uslugi_item {
	display:table-cell;
	width:452px;
	min-height:339px;
	position:relative;
	text-decoration:none;
	/*margin:14px;*/
	background:url(../img/main_uslugi_item.png) no-repeat bottom left;
}
a.main_uslugi_item .main_uslugi_item_img {
	width:452px;
	height:234px;
}
a.main_uslugi_item .main_uslugi_item_img img {
	width:452px;
	height:234px;
	vertical-align:top;
}
a.main_uslugi_item .main_uslugi_item_head {
	width:412px;
	min-height:65px;
	padding:20px;
	color:#686b6e;
}
a.main_uslugi_item .main_uslugi_item_head h2 {
	color:#15499e;
	text-transform:uppercase;
	font-size:19px;
	line-height:23px;
	margin:0 0 15px 0;
}
.main_uslugi_item:hover {
	text-decoration:none;
	background:url(../img/main_uslugi_item.png) no-repeat bottom right;
}
.main_uslugi_item:hover .main_uslugi_item_head h2,
.main_uslugi_item:hover .main_uslugi_item_head p {
	color:#fff;
}

.agsa_social_partner {
	margin:50px 14px 0 14px;
}

.agsa_social_head {
	background:#e7f5ff;
	text-align:center;
	padding:20px;
	color:#6f6f6f;
	font-size:17px;
	line-height:19px;
}
.agsa_social_head h3 {
	background:url(../img/h3.png) no-repeat top center;
	text-align:center;
	padding:0;
	margin:-40px auto 20px auto;
	width:468px;
	height:46px;
	font-size:17px;
	font-weight:bold;
	line-height:46px;
	color:#fefefe;
	font-family:Arial;
	text-transform:uppercase;
}


.list_carousel {
	width: 932px;
	height: 102px;
	background: #fff;
	border-bottom:5px solid #e7f5ff;
	padding: 55px 0;
	margin: 12px 0 32px 0;
	position: relative;
}
.sertlink .list_carousel {
	height:202px;
}

.list_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.list_carousel li {
	float: left;
	width: 233px;
	height: 102px;
	margin: 0;
	padding:0;
	display: block;
	text-align: center;
	vertical-align:middle;
}

.sertlink .list_carousel li {
	float: left;
	width: 233px;
	height: 202px;
	margin: 0;
	padding:0;
	display: block;
	text-align: center;
	vertical-align:middle;
}
.sertlink .list_carousel li img {
	max-width: 233px;
	height: 202px;
}

.list_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.clearfix {
	float: none;
	clear: both;
}
.list_carousel .prev {
	float: left;
	width: 20px;
	height: 46px;
	background: url(../img/car-prev.png) no-repeat  top left;
	position: absolute;
	top:50%;
	left:-35px;
	margin:-23px 0 0 0;
}
.list_carousel .next {
	float: left;
	width: 20px;
	height: 46px;
	background: url(../img/car-next.png) no-repeat  top left;
	position: absolute;
	top:50%;
	right: -35px;
	margin:-23px 0 0 0;
}

.list_carousel .prev:hover,
.list_carousel .next:hover {
	background-position: bottom left;
}

.main_info_block {
	width:932px;
	margin:40px auto 0 auto;
	overflow:hidden;
}
.main_info_block h4 {
	color:#1e1e20;
	font-size:22px;
	padding:0 0 15px 0;
	margin:0 0 50px 0;
	font-weight:normal;
	border-bottom:1px solid #bebebe;
}
.otzivi {
	float:left;
	width:450px;
}
.page-content .otziv {
	float:left;width:47%;
	padding:2% 2% 2% 0;
}

.page-content .sert_otz {
	padding:20px;
	background:#f7f7f7;
	text-align:center;
}
.page-content .sert_otz img {
	border:1px solid #d5d8d8;
	vertical-align:top;
	margin:0 5px;
}




.otziv {
	color:#757575;
	overflow:hidden;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	background:url(../img/line.png) repeat-x bottom;
}
.otziv .name {
	color:#2a2b2c;
}
.otziv .otziv_img {
	float:left;
	width:108px;
	height:116px;
}
.otziv .otziv_img p {
	margin:0;
	padding:0;
}
.otziv .otziv_img img {
	float:left;
	width:94px;
	max-height:94px;
	padding:3px;
	border:3px solid #eceff2;
}
.otziv .otziv_txt {
	font-size:12px;
	line-height:15px;
	margin:0 0 0 118px;
	padding:0 10px 0 0;
}
.otziv .otziv_txt a {
	color:#2a2b2c;
}
.otziv .otziv_txt a:hover {
	color:#2a2b2c;
	text-decoration:none;
}


.all_link a {
	display:block;
	width:179px;
	height:37px;
	color:#858585;
	text-align:center;
	text-decoration:none;
	line-height:37px;
	margin:0 auto;
	background:url(../img/all_link.png) no-repeat;
}

.novosti {
	float:right;
	width:450px;
}
.novost {
	color:#757575;
	overflow:hidden;
	padding:0 0 15px 0;
	margin:0 0 15px 0;
}
.novost .novost_img {
	float:left;
	width:108px;
}
.novost .novost_img img {
	float:left;
	width:94px;
	padding:3px;
	border:3px solid #eceff2;
}
.novost .novost_txt {
	margin:0 0 0 118px;
	padding:0 10px 0 0;
	color:#1e1e20;
	font-size:12px;
	line-height:15px;
}
.novost .novost_txt a {
	color:#2a2b2c;
}
.novost .novost_txt a:hover {
	color:#2a2b2c;
	text-decoration:none;
}
.novost .novost_txt .more a {
	color:#1e1e20;
}

.link {
	margin:50px 0 0 0;
}
.sertlink {
	margin:20px 0 0 0;
}
.link .list_carousel {
	background:none;
	padding:0;
	border:none;
}

.page-title {
	margin:0 0 20px 0;
	text-align:center;
	position:relative;
	overflow:hidden;
	border-bottom:2px solid #efefef;
}
.page-title .center {
	float:right;
	position:relative;
	right:50%;
}
.page-title h1,
.page-title b {
	float:left;
	position:relative;
	left:50%;
	color:#15499e;
	font-size:18px;
	line-height:20px;
	text-transform:uppercase;
	padding:0 0 15px 0;
	margin:0 0 0 0;
	z-index:10;
	border-bottom:2px solid #15499e;
}


/* contact */

.contacnt-page-left {
	float:left;
	width:360px;
}
.contacnt-page-left .contact-info {
	margin:0;
	padding:0;
}
.contacnt-page-left .contact-info li {
	padding:15px 5px;
	font-size:14px;
	line-height:15px;
	margin:0;
	background:url(../img/line2.png) repeat-x bottom;
}

.contacnt-soc {
	margin:35px 5px 0 5px;
}
.contacnt-soc p {
	font-weight:bold;
	font-family:Arial;
}
.contacnt-soc ul {
	margin:0;
	padding:0;
}
.contacnt-soc ul li {
	float:left;
	margin:0 12px 0 0;
}

.contacnt-page-right {
	float:right;
	width:560px;
}
.contacnt-feed {

}
.contacnt-form {
	padding:15px 0;
}
.contacnt-form p {
	margin:0;
	padding:0;
	font-size:14px;
	line-height:15px;
	margin:0 0 7px 0;
	font-weight:bold;
	color:#4e5c64;
	font-family:Arial;
	text-transform:uppercase;
}
.contacnt-form input.feedtext {
	width:546px;
	padding:5px;
	margin:0;
	color:#afafaf;
}
.contacnt-form textarea.feedarea {
	width:546px;
	height:104px;
	padding:5px;
	margin:0;
	color:#afafaf;
}
/* contact */

/* news category and fullnews */


.news-short {
	margin:0 0 40px 0;
}

.news-short .news-img {
	float:left;
}
.news-short .news-img img {
	float:left;
	width:267px;
}
.gallery-short .news-img img {
	width:368px;
}
.news-short .news-txt {
	margin:0 0 0 305px;
	padding:5px 0 0 0;
}
.gallery-short  .news-txt {
	margin:0 0 0 415px;
	padding:5px 0 0 0;
}

.full-gallery {}
.full-gallery span.date {
	display:block;
	color:#c6c8cd;
	margin:0 8px 15px 8px;
}
.full-gallery .gallery-txt {
	color:#282424;
	padding:20px 8px;
}
.full-gallery .gallery-img {
	overflow:hidden;
}
.full-gallery .gallery-img img {
	float:left;
	width:222px;
	height:147px;
	margin:8px;
}

.news-short .news-txt span.date {
	display:block;
	color:#c6c8cd;
	margin:0 0 15px 0;
}
.news-short .news-txt h2 {
	color:#282424;
	font-size:18px;
	line-height:19px;
	font-weight:normal;
	padding:0;
	margin:0 0 25px 0;
}
.news-short .news-txt h2 a {
	color:#282424;
	text-decoration:none;
}
.news-short .news-txt h2 a:hover {
	color:#fe8522;
	text-decoration:underline;
}

.news-short .news-txt .more {
	overflow:hidden;
	margin:30px 0 0 0;
}
.news-short .news-txt .more a {
	float:right;
	background:#fe8522;
	padding:5px 20px;
	color:#fff;
	text-decoration:none;
	border-bottom:1px solid #c86311;
}
.news-short .news-txt .more a:hover {
	background:#c86311;
	color:#fff;
}

.news-full {
	
}

.news-full span.date {
	display:block;
	color:#c6c8cd;
	margin:0 0 15px 0;
}
.news-full h1 {
	color:#282424;
	font-size:26px;
	line-height:30px;
	font-weight:normal;
	padding:0;
	margin:0 0 25px 0;
}
.full-otziv_img h1 {
	overflow:hidden;
	line-height:50px;
}
.full-otziv_img h1 .otziv_img img {
	float:left;
	margin:0 20px 0 0;
}
.full-otziv_img h1 .otziv_img img {
	float:left;
	height:50px;
}

.news-full .news-txt {
	padding:20px 0;
}



.news_carousel {
	width: 631px;
	min-height:300px;
	padding: 45px 127px 45px 129px;
	margin:0 auto;
	position: relative;
	overflow:hidden;
}

.news_carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.news_carousel li {
	float:left;
	width: 630px;
	min-height: 300px;
	margin: 0;
	padding:0;
	margin:0 auto;
	display: block;
	text-align: center;
	vertical-align:middle;
}
.news_carousel li img {
	max-width: 630px;
	vertical-align:top;
	margin:0 auto;
}

.news_carousel.responsive {
	width: auto;
	margin-left: 0;
}
.news_carousel .prev {
	float: left;
	width: 39px;
	height: 53px;
	background: url(../img/car-prev2.png) no-repeat  top left;
	position: absolute;
	top:50%;
	left:0;
	margin:-26px 0 0 0;
}
.news_carousel .next {
	float: left;
	width: 39px;
	height: 53px;
	background: url(../img/car-next2.png) no-repeat  top left;
	position: absolute;
	top:50%;
	right:0;
	margin:-26px 0 0 0;
}

.news_carousel .prev:hover,
.news_carousel .next:hover {
	background-position: bottom left;
}

/* news category and fullnews */


/* about */

.about-iso {
	padding:0 20px;
	font:normal 17px/22px Arial, Tahoma;
}

.about-txt {
	font:normal 17px/22px Arial, Tahoma;
	margin:45px 0 0 0;
	padding:20px 50px;
	background:#f7f7f7;
	border-bottom:2px solid #fe8522;
}

.about-services {
	overflow:hidden;
	margin:45px 0 0 0;
}

.about-sleft {
	float:left;
	width:160px;
	padding:10px 0 15px 0;
	font:bold 15px/20px Arial, Tahoma;
	text-transform:uppercase;
	border-top:2px solid #fe8522;
	border-bottom:2px solid #fe8522;
}
.about-sleft .num {
	float:right;
	color:#6f6f6f;
	margin:0 20px 0 0;
	font:bold 30px/35px Arial, Tahoma;
}
.about-sleft .company {
	display:block;
	color:#15499e;
	margin:12px 0 0 0;
}
.about-sleft .name {
	display:block;
	color:#fe8522;
}

.about-sright {
	margin:0 0 0 190px;
	padding:10px 0;
}
.about-sright h2 {
	color:#15499e;
	font-size:19px;
	line-height:24px;
	margin:0 0 10px 0;
	padding:0;
	text-transform:uppercase;
}

.about-sert {
	margin:50px 0 0 0;
	padding:0 0 0 0;
}
.about-sert h3 {
	color:#fe8522;
	margin:0;
	font-size:20px;
	line-height:22px;
	padding:0 0 30px 0;
	text-transform:uppercase;
	text-align:center;
	background:url(../img/main_uslugi_txt.png) no-repeat bottom center;
}
.sert-img {
	padding:10px 0;
	text-align:center;
}
.sert-img img {
	margin:0 18px;
}


/* about */


/* Fullpage uslugi */

.fullpage-uslugi {}
.fullpage-uslugi ul {
	list-style-type: disc;
}
.fullpage-uslugi h1 {
	color:#fe8522;
	font-size:20px;
	line-height:24px;
	padding:0;
	margin:0 0 20px 0;
	text-align:center;
	text-transform:uppercase;
}

.fullpage-uslugi .block_line {
	text-align:center;
	background:url(../img/main_uslugi_txt.png) no-repeat bottom center;
	padding:10px 0 40px 0;
	margin:0 0 20px 0;
}

.fullpage-uslugi .about-services {
	overflow:hidden;
	margin:25px 0 0 0;
}

.fullpage-uslugi .about-sleft {
	float:left;
	width:60px;
	padding:10px 0;
	color:#6f6f6f;
	text-align:center;
	font:bold 24px/32px Arial, Tahoma;
	text-transform:uppercase;
	border-top:2px solid #fe8522;
	border-bottom:2px solid #fe8522;
}

.fullpage-uslugi .about-sright {
	margin:0 0 0 90px;
	padding:10px 0;
}
.fullpage-uslugi .about-sright h2 {
	color:#6f6f6f;
	font-size:19px;
	line-height:24px;
	font-weight:bold;
	margin:2px 0 15px 0;
	padding:0;
	font-family:Arial;
	text-transform:uppercase;
}

.but_form_fix {
	width:29px;
	padding:20px 0;
	overflow:hidden;
	position:fixed;
	top:30%;
	left:0;
	z-index:100;
}
.but_form_fix a {
	display:block;
	width:29px;
	margin:0 0 10px 0;
}

.but_form {
	margin:20px 0 40px 0;
	overflow:hidden;
}


.but_form ul {
	margin:0;
	padding:0;
	float:right;
	position:relative;
	right:50%;
}
.but_form ul li {
	margin:0;
	padding:0;
	float:left;
	position:relative;
	left:50%;
	margin:0 5px;
}
.but_form ul li a {
	float:left;
	min-width:162px;
	min-height:22px;
	background:#fe8522;
	color:#fff;
	text-align:center;
	padding:10px 20px;
	text-decoration:none;
	font-size:16px;
	line-height:22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.but_form ul li a:hover {
	background:#ff933b;
}

.but_form ul li a.blue {
	background:#15499e;
}
.but_form ul li a.blue:hover {
	background:#1952af;
}


.ser-title {
	overflow:hidden;
	margin:0 0 10px -20px;
}
.ser-title span {
	float:left;
	min-width:300px;
	height:36px;
	color:#fff;
	font-size:17px;
	line-height:36px;
	padding:0 30px 0 20px;
	background:#fe8522 url(../img/title_ugl.png) no-repeat bottom right;
}

/* Fullpage uslugi */



/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -139px auto 0 auto;
	width: 100%;
	height: 203px;
	position: relative;
	color:#1e1e20;
	padding:0;
	min-width:1018px;
	font-size:13px;line-height:17px;
	border-top:3px solid #d9d9d9;
}


.fot_head {
	height:153px;
	overflow:hidden;
	background:#f5f9fc url(../img/fot_head.jpg) no-repeat top center;
}
.fot_head .mwidth {
	width:980px;
	padding:55px 19px 0 19px;
}

.fff {margin:0 0 0 300px;}
.fff .ffftable {width:100%;}
.fff .ffftable td {vertical-align:top;}

.fot_head .mwidth  .copy {float:left;padding:0 0 0 130px;background:url(../img/flogo.png) no-repeat left;margin:0 0 0 0;}
.fot_head .mwidth  .adres {float:left;margin:0 75px 0 0;}
.fot_head .mwidth  .telefon {float:left;margin:0 75px 0 0;}
.fot_head .mwidth  .telefon table {}
.fot_head .mwidth  .telefon table td {padding:0 2px;}
.fot_head .mwidth  .email {float:left;}

.fot_bot {
	height:50px;
	background:#252424;
}
.fot_bot .bot_menu {
	float:left;
	margin:0 0 0 0px;
}
.fot_bot .bot_menu ul {
	float:left;
	margin:0;
	padding:0;
}
.fot_bot .bot_menu ul li {
	float:left;
	margin:0 10px 0 0;
}
.fot_bot .bot_menu ul li a {
	float:left;
	color:#fff;
	font-size:12px;
	line-height:50px;
	text-decoration:none;
}
.fot_bot .bot_menu ul li a:hover {
	text-decoration:underline;
}


.fot_bot .bot_menu ul.bot_opt {
	float:left;
	padding:0;
	margin:0 0 0 30px;
}
.fot_bot .bot_menu ul.bot_opt li {
	float:left;
	padding:0;
	margin:-4px 2px 0 0;
}
.fot_bot .bot_menu ul.bot_opt li a {
	float:left;
	height:50px;
	padding:0;
	text-alig:center;
	background:#363131;
	color:#fff;
	padding:0 20px;
	text-decoration:none;
}
.fot_bot .bot_menu ul.bot_opt li a:hover {
	background:#5d5d5d;
	color:#fff;
	text-decoration:none;
}
.developer {
	float:right;
}
.developer a {
	float:right;
	height:50px;
	line-height:58px;
	color:#fff;
	text-decoration:none;
	padding:0 45px 0 0;
	background:url(../img/av.png) no-repeat top right;
}
.developer a:hover {
	color:#f26722;
	background:url(../img/av.png) no-repeat bottom right;
}
.developer span {
	display:none;
}



/* enter */

.enter {width:300px;border:1px solid #e5e5e5;padding:30px 30px 25px 30px;margin:0 auto;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.enter_txt {margin:0 0 5px 0;}
.enter_form {margin:0 0 5px 0;}
.enter_form input {width:284px;}
.enter_submit {margin:8px 0 0 0;text-align:center;}
.enter_submit input {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:none;
background:#15499e;
padding:2px 15px 0 15px;
margin:0;
color:#fff;
font:normal 13px/30px Arial, Tahoma, Arial, sans-serif;
}
.enter_centertext {padding:50px 0;text-align:center;}


/* enter */


/* cabinet */

.sub_title {color:#939393;font-size:19px;text-transform:uppercase;text-align:center;margin:0 0 40px 0;}
.document_table {width:960px;border-collapse:collapse;border:1px solid #e5e5e5;}
.document_table td {vertical-align:middle;height:54px;padding:10px;border:1px solid #e5e5e5;color:#757575;}
.document_table td a {text-decoration:none;}
.document_table td.link {width:776px;}
.document_table td.link a {color:#757575;}
.document_table td.link a:hover {color:#fe8522;text-decoration:underline;}
.document_table td a:hover {text-decoration:underline;}
.document_table td.date {width:146px;text-align:center;}
.document_table td.download {width:162px !important;text-align:center;}
.document_table td.download a.linkold {background:#15499e;display:block;width:110px;height:26px;border:1px solid #12408a;text-align:center;color:#fff;text-decoration:none;font-size:13px;line-height:26px;margin:0 auto 5px auto;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.document_table td.download a.linkold:hover {background:#fe8522;border:1px solid #de741e;}

.document_table td.download .pdf {float:left;width:50%;text-align:center;}
.document_table td.download .word {float:left;width:50%;text-align:center;}
.document_table td.download .pdf a {display:block;width:100%;padding:25px 0 0 0;background:url(../img/pdf_.png) no-repeat top center;font-size:11px;line-height:15px;}
.document_table td.download .word a {display:block;width:100%;padding:25px 0 0 0;background:url(../img/word_.png) no-repeat top center;font-size:11px;line-height:15px;}


.sub_title_two {background:#f7f7f7;text-align:center;padding:35px;margin:0 0 20px 0;}
.sub_title_three {background:#fe8522;text-align:center;padding:15px;margin:0 0 45px 0;color:#fff;font-size:19px;}
.obuchenie_info {padding:40px 30px;border:1px solid #e5e5e5;margin:45px 0 60px 0;}
.obuchenie_desc {text-align:center;margin:0 0 50px 0;}
.obuchenie_opt {overflow:hidden;line-height:42px;}
.obuchenie_opt .obuchenie_status {float:left;width:250px;height:42px;background:url(../img/status.png) no-repeat;margin:0 45px 0 0;text-align:center;}
.obuchenie_opt .obuchenie_status .left {float:left;width:112px;height:42px;color:#fff;}
.obuchenie_opt .obuchenie_status .left b {color:#fff;}
.obuchenie_opt .obuchenie_status .right {float:left;width:138px;}
.obuchenie_status_date {float:left;width:353px;height:42px;background:url(../img/status_date.png) no-repeat;text-align:center;margin:0 44px 0 0;}
.obuchenie_status_date .left {float:left;width:168px;height:42px;}
.obuchenie_status_date .right {float:left;width:184px;height:42px;}
.obuchenie_start {float:left;width:202px;height:42px;}
.obuchenie_start a {float:left;width:202px;height:42px;color:#fff;background:#fe8522;text-align:center;text-decoration:none;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
}
.obuchenie_start a:hover {background:#d76100;text-decoration:none;color:#fff;}


.obuchenie_info_two {
	width:480px;
	margin:0 auto;
	border:1px solid #e5e5e5;
	padding:20px;
	text-align:center;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
}
.obuchenie_two_title {
	background:#15499e;
	color:#fff;
	width:522px;
	height:54px;
	font-size:18px;
	line-height:54px;
	margin:-21px 0 45px -21px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-topright: 2px;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.obuchenie_info_two_text {
	margin:0 0 45px 0;
}

.obuchenie_info_two_link {}
.obuchenie_info_two_link a {display:block;width:252px;height:42px;color:#fff;background:#15499e;text-align:center;text-decoration:none;margin:0 auto;line-height:42px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;}
.obuchenie_info_two_link a:hover {color:#fff;background:#fe8522;text-decoration:none;}



/* cabinet */



/* zayavka */

.zayavka {}
.zayavka-title {background:#fe8522;line-height:42px;overflow:hidden;padding:0 35px;}
.predzayavka-title {background:#15499e;color:#fff;font-size:19px;line-height:42px;margin:0 0 40px 0;}
.zayavka-title p {margin:0;padding:0;}
.zayavka-title .left {float:left;color:#fff;font-size:19px;line-height:42px;}
.zayavka-title .right {float:right;}
.zayavka-title .right a {float:left;color:#d1d1d1;margin:0 10px;text-decoration:none;}
.zayavka-title .right a.active {font-weight:bold;font-family:Arial;color:#fff;}
.zayavka-title .right a:hover {color:#fff;}

.zayavka-text {background:#f7f7f7;padding:30px;text-align:center;margin:0 0 40px 0;}


.zayavka-left {float:left;width:490px;}
.form-item {
	padding:10px 0;
}
.form-item p {
	margin:0 0 4px 0;
	padding:0;
}
.form-item select {
	width:490px;
}
.form-item .zft {
	width:476px;
}
.form-item textarea {
	width:476px;
	min-height:120px;
}
.form-submit {
	margin:20px 0 0 0;
}
.form-submit input {
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
border:none;
background:#fe8522;
padding:2px 30px 0 30px;
margin:0;
color:#fff;
font:normal 18px/42px Arial, Tahoma, Arial, sans-serif;
}



.zayavka-right {float:right;width:410px;}

.zayavka-stoimost {
	background:#f3f3f3;
	margin:0 0 10px 0;
}
.zayavka-stoimost .title {
	background:#78bf24;
	height:42px;
	line-height:42px;
	color:#fff;
	text-align:center;
	font-size:19px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.zayavka-stoimost .text {
	padding:25px;
	font-size:16px;
	background:#f3f3f3;
}

.zayavka-voprosi {
	background:#aaa;
	color:#fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding:25px 25px 0 25px;
	font-size:16px;
	line-height:20px;
}
.zayavka-voprosi b {
	color:#fff;
}
.zayavka-voprosi .feedlink {
	margin:20px 0 0 0;
}
.zayavka-voprosi .feedlink a {
	display:block;
	color:#dbdbdb;
	text-decoration:none;
	width:410px;
	line-height:46px;
	text-align:center;
	background:#949494;
	margin:0 0 0 -25px;
}
.zayavka-voprosi .feedlink a:hover {
	color:#fff;
}

.predzayavka-info {
	padding:35px;
	color:#fe8522;
	border:1px solid #fe8522;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align:center;
	font-size:19px;
	line-height:25px;
}

.zayavka-finish {
	width:460px;
	margin:40px auto;
	border:1px solid #15499e;
	color:#15499e;
	font-size:15px;
	line-height:21px;
	text-align:center;
	padding:30px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.zayavka-oplata {
	padding:50px 30px 30px 30px;
	border:1px solid #d5d5d5;
	text-align:center;
}

.form-oplata {
	width:365px;
	margin:0 auto 35px auto;
	overflow:hidden;
}
.form-oplata .summa {
	float:left;
	width:213px;
	height:30px;
	color:#6f6f6f;
	margin:0 5px 0 0;
	font:normal 18px/35px Arial, Tahoma, Arial, sans-serif;
	text-align:center;
}
.form-oplata .oke {
	float:left;
	width:132px;
	height:39px;
	color:#fff;
	font:normal 18px/32px Arial, Tahoma, Arial, sans-serif;
	text-align:center;
	background:#78bf24;
	border:none;
	padding:0;
	margin:0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.creditimg {
	padding:0 0 40px 0;
	background:url(../img/credit.png) no-repeat bottom center;
}
.credittext {
	background:#f7f7f7;
	padding:30px;
}


/* zayavka */


/* test */
.test-text {background:#f7f7f7;padding:20px;font-size:16px;line-height:19px;margin:0 0 15px 0;}
.test-block {border:1px solid #ccc;padding:40px 0;}
.test-number {background:#fe8522;font-size:19px;line-height:42px;margin:0 0 0 0;text-align:center;color:#fff;}
.test-vopros {text-align:center;color:#6f6f6f;font-size:20px;line-height:24px;margin:0 0 40px 0;}
.test-otvet {margin:0 60px 45px 120px;font-size:16px;}
.test-otvet label {display:block;margin:10px 0;}
.test-otvet label input {margin:0 15px 0 0;}
.test-oke {text-align:center;}
.test-oke input {
	color:#fff;
	min-width:200px;
	margin:0 auto;
	padding:10px;
	font:normal 18px/20px Arial, Tahoma, Arial, sans-serif;
	text-align:center;
	background:#fe8522;
	border:none;
	margin:0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.test-oke input:hover {
	background:#78bf24;
}

.test-result {
	text-align:center;
	padding:50px;
}
.test-result .title {
	color:#fe8522;
	margin:0 0 30px 0;
	font-size:20px;
	line-height:25px;
}
.ups .title {color:#15499e;}
.test-ups {text-align:center;}
.test-ups input {
	color:#fff;
	min-width:200px;
	margin:0 auto;
	padding:10px;
	font:normal 18px/20px Arial, Tahoma, Arial, sans-serif;
	text-align:center;
	background:#15499e;
	border:none;
	margin:0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.test-ups input:hover {
	background:#78bf24;
}

/* test */


.search_item {
	width:85%;
	overflow:hidden;
	padding:20px 0;
}
.search_item .search_img {
	float:left;
	width:100px;
	height:100px;
	margin:0 20px 0 0;
}
.search_item .search_img img {
	float:left;
	width:100px;
	height:100px;
}
.search_item h2 {
	font-size:18px;
	margin:0;
	padding:0;
	font-weight:normal;
}
.search_item h2 a {
	color:#000;
}
.search_item .search_category {
	padding:5px 0;
	color:#333;
}
.search_item .search_category a {
	color:#333;
	text-decoration:none;
}

.page-content  .instruction_training {display:block;background:#15499e;width:240px;padding:10px;margin:0 auto !important;text-align:center;color:#fff !important;text-decoration:none !important;}

.speedbar {margin:0 0 20px 0;padding:0 0 10px 20px;border-bottom:1px solid #ccc;font-size:11px;}
.speedbar a {color:#ccc;}