<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

/* ========== скелет ========== */

#wrap {
	max-width: 1920px;
	margin-top: -45px;
}

#container {
	width: 1007px;
	margin: 0 auto;
}

#container .container_wrap {
	border-left: 14px solid #fff;
}

#container .container_body {
	border-left: 274px solid #65bd5a;
}

.main_body {
	padding-top: 16px;
	background: #fff;
}

.main_body p {
	line-height: 1.3em;
}

.main_info {
	margin-left: 35px;
}

.margin_left {
	border-left: 289px solid #65bd5a;
}

.margin_right {}

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

#header {
	background: url(../images/tpl/header_blue.png) repeat-x left top;
}

#header .header_body {
	margin: 0 auto;
	height: 546px;
	width: 1007px;
}

/* ===== Left ===== */

div#left {
	width: 289px;
	background: #65bd5a;
}

div.left_body {}

/* ===== Right ===== */

div#right {}

div.right_body {}

/* ===== Подвал ===== */

#footer,
#push {
	height: 149px;
}

#footer {
	max-width: 1920px;
	z-index: 6;
	background: url(../images/tpl/footer_blue.png) repeat-x left top;
}

.footer_body {
	width: 1007px;
	height: 149px;
}

/* ========== ========== */

/* ========== A ========== */

/* ========== img ========== */

/* ========== UL ========== */

/* ========== table ========== */

/* ==== table.tbl ==== */

table.tbl {
    border-collapse: separate !important;
    border-spacing: 0;
	width: 100%;
	margin-bottom: 15px;
}

table.tbl th,
table.tbl td {
	text-align: center;
	padding: 3px 0px;
}

table.tbl th {
	font-size: 1.16em;
	font-weight: normal;
	background: #3399ff;
	color: #fff;
	border-bottom: 1px solid #f1f1f1;
}

table.tbl td {
	font-size: 1.083em;
	color: #005ED9;
	border-left: 0;
	border-top: 0;
	padding: 0px 30px;
	border-left: 1px solid #cfcfcf;
	background: #f1f1f1;
}

table.tbl td a {
	color: #005ED9;
}

table.tbl tr td.bdr_top {
	border-top: 1px solid #cfcfcf;
	text-align: center;
}

table.tbl tr td.bdr_top:first-of-type {
	border-bottom: 1px solid #cfcfcf;
	padding: 6px 0;
}

table.tbl tr td:last-of-type {
	border-right: 1px solid #cfcfcf;
}

table.tbl tr:last-of-type td {
	border-bottom: 1px solid #cfcfcf;
}

/* ====== input ====== */

/* === itext === */

input.itext {
	font-family: Tahoma;
	padding: 5px 8px 4px 8px;
	margin: 0;
	background: #fff;
	font-size: .75em;
	border: 0;
	color: #000;
	text-transform: uppercase;
}

textarea.itext {
	font-family: Tahoma;
	padding: 5px 8px 4px 8px;
	margin: 0;
	background: #fff;
	font-size: .75em;
	border: 0;
	color: #000;
	text-transform: uppercase;
}

/* ========= button ========= */

.btn {
	font-weight: bold;
	font-size: 1.13em;
	display: inline-block;
	height: 33px;
	line-height: 1.9em;
	border: none;
	background: #49EAEA;
	color: #fff;
	padding: 0;
	margin: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.btn:hover {}

/* ========== all ========== */

/* === пагинация === */

.list_pages {
	text-align: right;
	margin-top: 34px;
	font-size: 1.083em;
}

.list_pages ul li,
.list_pages a {
	display: inline-block;
	color: #464646;
}

.list_pages a {
	text-decoration: none;
}

.list_pages .num a {
	padding: 0px 4px;
}

.list_pages li.active a {
	background: #ffeb40;
	border: 1px solid #cecece;
	font-weight: bold;
}

.list_pages .ava a {
	padding: 0;
}

.list_pages .ava img {
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin: 0 9px;
}

/* ========== sep ========== */

.sep {}

.sep_sinus {}

/* ========== компоненты ========== */

/* ========== Мoдули ========== */

/* === */

/* === слайдер === */

.mod_top_slider {
	height: 406px;
	width: 100%;
	position: absolute;
	top: 139px;
	left: 0;
}

.mod_top_slider .wrap {
	height: 406px;
	position: relative;
}

.mod_top_slider ul {}

.mod_top_slider ul li {
	height: 406px;
	width: 100%;
	float: left;
	position: relative;
}

.mod_top_slider .pagination {}

.mod_top_slider .pagination a {}

.mod_top_slider .pagination a.selected {}

.mod_top_slider .nav {}

.mod_top_slider .prev {}

.mod_top_slider .next {}

/* === логотип === */

.mod_logo {
	position: absolute;
	top: 39px;
	left: 13px;
}

/* === главное меню === */

.mod_main_menu {
	width: auto;
	position: absolute;
	top: 63px;
	left: 340px;
	font-weight: bold;
	font-size: 1.13em;
	text-transform: uppercase;
}

.mod_main_menu ul {}

.mod_main_menu ul li {
	margin-right: 15px;
	float: left;
}

.mod_main_menu a,
.mod_main_menu a span {
	color: #fff;
}

.mod_main_menu a {}

.mod_main_menu a span {}

.mod_main_menu .active a,
.mod_main_menu a:hover {}

/* === адрес в шапке === */

.mod_top_address {
	width: auto;
	position: absolute;
	top: 20px;
	right: -26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.44em;
	font-weight: bold;
	color: #fff;
	text-align:center;
}
.mod_top_address .email {
	font-size: 12px;
	text-align:center;
	color: #FFF;
}
.mod_top_address .email a {
	text-decoration:none;
	color: #FFF;
	font-weight:bold;
	text-decoration:underline;
}

.mod_top_address span {
	font-weight: normal;
}

.mod_top_address .phone {}

.mod_top_address .email {}

.mod_top_address .email a {}

.mod_top_address .address {}

.mod_top_address .site {}

/* === задать вопрос === */

.mod_feedback {
	width: auto;
	position: absolute;
	top: 73px;
	right: -26px;
}

.mod_feedback a.btn {
	width: 197px;
}

/* === верхнее меню === */

.mod_slider_text {
	height: 133px;
	width: 356px;
	position: absolute;
	top: 272px;
	left: 14px;
	z-index: 6;
	background-color:#0067b7;
}

.mod_slider_text .title {
	height: 54px;
	background: #4eb9f6;
	color: #fff;
	font-size: 1.88em;
	font-weight: bold;
	padding-left: 20px;
	line-height: 1.8em;
	text-transform: uppercase;
}

.mod_slider_text ul {}

.mod_slider_text ul li {
	height: 59px;
	width: 330px;
	float: left;
	font-size: 1.19em;
	line-height: 1em;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 18px;
	color:#FFF;
	

}

/* === Наше портфолио === */

.mod_portfolio {
	width: 1007px;
	margin: 0 auto;
	text-align: center;
	margin-top: 15px;
}
.mod_content {
	width: 1007px;
	margin: 0 auto;
	text-align: left;
	margin-top: 15px;
}
.mod_content .title {
	text-align: center;
	font-weight: bold;
	font-size: 2.25em;
	text-transform: uppercase;
	padding-bottom: 30px;
	color: #1c83cb;
}

.mod_portfolio .wrap {
	margin: 0 5px;
}

.mod_portfolio .title {
	text-align: center;
	font-weight: bold;
	font-size: 2.25em;
	text-transform: uppercase;
	padding-bottom: 30px;
color: 	#005ED9;
}
.mod_portfolio a {

color: 	#4EB9F6;
}

.mod_portfolio ul {}

.mod_portfolio ul li {
	width: 233px;
	height: 365px;
	text-align: center;
	margin: 0 8px;
	float: left;
	line-height: 1em;
	cursor: pointer;
}

.mod_portfolio ul li a {
	color: #000;
	text-transform: uppercase;
	font-size: 1.43em;
	font-weight: bold;
}

.mod_portfolio ul li img {
	margin: 15px 0;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.mod_portfolio li .text {
	line-height: 1.1em;
	font-size: 1.06em;
}

.mod_portfolio .pagination {
	height: 34px;
	display: inline-block;
	padding: 0 17px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background: #66bd5a;
	margin-top: 20px;
}

.mod_portfolio .pagination a {
	height: 12px;
	width: 12px;
	display: inline-block;
	background: url(../images/tpl/mod_portfolio_pagination.png) no-repeat right top;
	cursor: pointer;
	font-size: 0;
	top: 11px;
	margin: 0 2px;
	position: relative;
}

.mod_portfolio .pagination a.selected {
	background-position: left top;
}

/* === наши достижения === */

.mod_our_achievements {
	height: 306px;
	background: url(../images/tpl/mod_our_achievements.png) repeat-x left top;
	margin-top: 30px;
	color: #010101;
}

.mod_our_achievements .body {
	height: 306px;
	background: url(../images/tpl/mod_our_achievements_wrap.jpg) no-repeat center top;
}

.mod_our_achievements .wrap {
	height: 306px;
	width: 604px;
	margin: 0 auto;
	padding: 30px 330px 30px 73px;
}

.mod_our_achievements .title {
	font-size: 2.5em;
	line-height: 1.2em;
}

.mod_our_achievements .title span {
	font-size: 1.25em;
	text-transform: uppercase;
	font-weight: bold;
}

.mod_our_achievements p {
	font-size: 1.13em;
	line-height: 1.1em;
	margin: 0.8em 0;
}

.mod_our_achievements .btn {
	height: 45px;
	width: 198px;
	line-height: 2.5em;
}

/* === услуги === */

.mod_services {
	height: 453px;
	background: url(../images/tpl/mod_services.jpg) no-repeat left top;
	text-align: center;
}

.mod_services .wrap {
	width: 1007px;
	margin: 0 auto;
	padding-top: 20px;
}

.mod_services .title {
	font-weight: bold;
	font-size: 2.25em;
	text-transform: uppercase;
}

.mod_services ul {
	margin: 0 6px;
	padding-top: 20px;
}

.mod_services ul li {
	height: 319px;
	width: 232px;
	float: left;
	margin: 0 7px;
	background: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	position: relative;
}

.mod_services .head {
	height: 49px;
	background: #acef7c;
	font-weight: bold;
	font-size: 1.25em;
	line-height: 2em;
	text-transform: uppercase;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.mod_services .text {
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-khtml-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
	position: relative;
	margin-top: -10px;
	font-size: .75em;
	padding: 10px;
	line-height: 1.5em;
}

.mod_services .text strong {
	display: block;
	font-family: 'PT-Sans-Narrow';
	padding: 5px 0;
	font-size: 1.13em;
}

.mod_services .footer {
	height: 42px;
	width: 100%;
	background: #008d07;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 2.6em;
}

.mod_services .footer a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.13em;
	text-transform: uppercase;
}

/* === Наши клиенты === */

.mod_our_clients {
	width: 1007px;
	margin: 15px auto 15px;
	text-align: center;
}

.mod_our_clients .wrap {
	margin: 0 6px;
}

.mod_our_clients .title {
	text-align: center;
	font-weight: bold;
	font-size: 2.25em;
	text-transform: uppercase;
	padding-bottom: 30px;
}

.mod_our_clients ul {}

.mod_our_clients ul li {
	width: 232px;
	height: 142px;
	text-align: center;
	margin: 0 8px;
	float: left;
	cursor: pointer;
}

.mod_our_clients ul li a {}

.mod_our_clients ul li img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

.mod_our_clients .pagination {
	height: 34px;
	display: inline-block;
	padding: 0 17px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	background: #66bd5a;
	margin-top: 20px;
}

.mod_our_clients .pagination a {
	height: 12px;
	width: 12px;
	display: inline-block;
	background: url(../images/tpl/mod_portfolio_pagination.png) no-repeat right top;
	cursor: pointer;
	font-size: 0;
	top: 11px;
	margin: 0 2px;
	position: relative;
}

.mod_our_clients .pagination a.selected {
	background-position: left top;
}

/* === лого в подвале === */

.mod_foot_logo {
	width: auto;
	position: absolute;
	left: 14px;
	top: 37px;
}

/* === меню в подвале === */

.mod_foot_menu {
	width: auto;
	position: absolute;
	left: 340px;
	top: 63px;
	font-weight: bold;
	font-size: 1.13em;
	text-transform: uppercase;
}
#counterz {
	width: auto;
	position:absolute;
	left: 440px;
	top: 100px;
}

.mod_foot_menu ul {}

.mod_foot_menu ul li {
	margin-right: 35px;
	float: left;
}

.mod_foot_menu a,
.mod_foot_menu a span {
	color: #fff;
}

.mod_foot_menu a {}

.mod_foot_menu a span {}

.mod_foot_menu .active a,
.mod_foot_menu a:hover {}

/* === инфа в подвале === */

.mod_foot_info {
	width: auto;
	position: absolute;
	right: 13px;
	top: 38px;
}

.mod_foot_info .phone {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.44em;
	font-weight: bold;
	color: #fff;
}

.mod_foot_info .phone span {
	font-weight: normal;
}

.mod_foot_info .address {}

.mod_foot_info a {}

.mod_foot_info a:hover {}

.mod_foot_info .copy {}

.mod_foot_info .email {}

.mod_foot_info .email a {}

.mod_foot_info .logo {}

.mod_foot_info .couns {}

/* === задать вопрос в подвале === */

.mod_foot_feedback {
	width: auto;
	position: absolute;
	top: 71px;
	right: 13px;
}

.mod_foot_feedback a.btn {
	width: 197px;
}

/* === левое меню === */

.mod_left_menu {
	width: 275px;
	font-size: 1.38em;
	text-transform: uppercase;
	position: relative;
	margin-left: -14px;
	font-weight: bold;
	padding: 45px 0;
}

.mod_left_menu ul li {
	display: block;
	position: relative;
	margin-top: -6px;
}

.mod_left_menu a,
.mod_left_menu a span {
	display: block;
}

.mod_left_menu a {
	cursor: pointer;
	color: #000;
	text-decoration: none;
	padding-bottom: 14px;
}

.mod_left_menu a span {
	padding: 8px 3px 8px 48px;
}

.mod_left_menu li.active a,
.mod_left_menu a:hover {
	background: url(../images/tpl/mod_left_menu_a_active.png) no-repeat left bottom;
	color: #fff;
}

.mod_left_menu li.active a span,
.mod_left_menu a:hover span {
	background: #008d07;
}

/* === счетчики в подвале === */

.mod_counts {}

.mod_counts a {}

/* === copy в подвале === */

.mod_copy {}
.port td {
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	border-bottom: 1px solid #096;
}
	</pre></body></html>