/*** PT Sans Caption ***/
@font-face {
	font-family: 'PT Sans Caption';
	font-style: normal;
	font-weight: 400;
	src: local('PT Sans Caption'), local('PTSansCaption-Regular'),
	url(../font/PTSansCaption.eot),
	url(../font/PTSansCaption.eot?#iefix) format('embedded-opentype'),
	url(../font/PTSansCaption.woff) format('woff'),
	url(../font/PTSansCaption.ttf) format('truetype'),
	url(../font/PTSansCaption.svg) format('svg');
}
/*** PT Sans Caption Bold ***/
@font-face {
	font-family: 'PT Sans Caption Bold';
	font-style: normal;
	font-weight: 700;
	src: local('PT Sans Caption Bold'), local('PTSansCaption-Bold'),
	url(../font/PTSansCaptionBold.eot),
	url(../font/PTSansCaptionBold.eot?#iefix) format('embedded-opentype'),
	url(../font/PTSansCaptionBold.woff) format('woff'),
	url(../font/PTSansCaptionBold.ttf) format('truetype'),
	url(../font/PTSansCaptionBold.svg) format('svg');
}
/*** Open Sans Light ***/
@font-face {
	font-family: 'Open Sans Light';
	font-style: normal;
	font-weight: 400;
	src: local('Open Sans Light'), local('OpenSansLight-Regular'),
	url(../font/OpenSansLight.eot),
	url(../font/OpenSansLight.eot?#iefix) format('embedded-opentype'),
	url(../font/OpenSansLight.woff) format('woff'),
	url(../font/OpenSansLight.ttf) format('truetype'),
	url(../font/OpenSansLight.svg) format('svg');
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
p {
	margin: 0 0 15px;
}
td {
	vertical-align: top;
}

a {color: #4e697e;}
a:hover {color: #597105; text-decoration: none;}
body {
	font: 12px/18px 'PT Sans Caption', Arial, sans-serif;
	height: 100%;
	background: url("../images/nav-gb.png") repeat-x 0 164px, #f1f9fc url("../images/header-bg-with-logo.jpg") no-repeat 50% 0;
	letter-spacing: -.2pt;
}
.left {float: left;}
.right {float: right;}
.clear {clear: both;}
.wrapper {
	min-width: 1000px;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	height: 164px;
}
.header > div {
	width: 1000px;
	margin: 0 auto;
}
#logo-link {
	width: 320px;
	height: 164px;
	display: inline-block;
	float: left;
}
.cities {
	min-width: 400px;
	font-size: 0;
	margin: 20px 0  12px 40px;
	display: inline-block;
}
.cities a {
	font: normal 14px/26px 'PT Sans Caption', Arial;
	color: #65879f;
	text-decoration: none;
	border-bottom: 1px dotted #65879f;
	margin: 0 8px;
}
.cities a:hover {
	border: none;
}
.cities a.active {
	color: #fff;
	background: #e7406b;
	padding: 2px 15px 4px;
	margin: 0 6px;
	border-radius: 12px;
	border: none;
}
#informatia {
	width: 640px;
	float: left;
	margin: 0 0 0 20px;
}
.h-contacts {
	border-collapse: collapse;
        height: 68px;
}
.h-contacts th {
	font: normal 13px "PT Sans Caption", Arial;
	text-align: left;
	letter-spacing: -.2pt;
	color: #5888ac;
	padding: 0 10px;
}
.h-contacts th[rowspan]{padding: 0}
.h-contacts th:nth-child(4){padding: 0 0 0 15px;}
.h-contacts td {
	font: normal 18px/32px "PT Sans Caption", Arial;
	color: #14181a;
	padding: 0 10px;
}
.h-contacts td[colspan]{
	font: normal 13px "PT Sans Caption", Arial;
	color: #6b7e8d;
}
.h-contacts td[colspan='1']{
	padding: 0 10px 0;
}
.ico-phone, .ico-clock {
	width: 20px;
	height: 20px;
	background: url("../images/icons.png") no-repeat 0 0;
	display: inline-block;
}
.ico-phone {background-position: 0 -20px;}
.ico-clock {background-position: 0 0;}


.ico-beeline {
	width: 16px;
	height: 16px;
	background: url("../images/beeline.png") no-repeat 0 0;
	display: inline-block;
}

.ico-viber {
	width: 25px;
	height: 18px;
	background: url("../images/vib.png") no-repeat 0 0;
	display: inline-block;
}


	
.h-nav.fixed {
	
	    position: fixed;
	    top: 0;
		left: 0;
	    width: 100%;
		z-index: 999;
	    background: rgba(59, 129, 193, 0.95);
	    
	}
	
.h-nav.mb35.fixed {
	
	    position: fixed;
	    top: 0;
		left: 0;
	    width: 100%;
		z-index: 999;
	    background: rgba(59, 129, 193, 0.95);
	    
	}	
	
	
	
.h-nav {
	height: 48px;
	font-size: 0;
	text-align: center;
	margin: 0 0 15px;
	position: relative;
	overflow: hidden;
}
.h-nav.mb35 {margin: 0 0 35px;}
.h-nav a {
	font: 500 17px/48px 'PT Sans Caption', Arial;
	color: #fff;
	text-decoration: none;
}
.h-nav a:hover, .h-nav a.active {
	color: #efff95;
}
.h-nav em {
	width: 5px;
	height: 5px;
	background: url("../images/marker.png") no-repeat 0 0;
	display: inline-block;
	margin: 0 20px;
	position: relative;
	top: -3px;
}

/* Middle
-----------------------------------------------------------------------------*/
.middle {
	width: calc(100% - 12%);
	min-height: 700px;
	padding: 16px 6% 16px;
	margin: 0 0 120px;
	position: relative;
	background: #fff;
	border-radius: 8px;
	-webkit-box-shadow: 0px 10px 50px 0px rgba(133, 163, 189, 1);
	-moz-box-shadow:    0px 10px 50px 0px rgba(133, 163, 189, 1);
	box-shadow:         0px 10px 50px 0px rgba(133, 163, 189, 1);
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
	overflow: hidden;
}
.content {
	padding: 0 0 0 38%;
}

.slider {
	font-size: 0;
	position: relative;
	margin: -35px 0 0;
}
.slider > img {
	min-width: 100%;
	height: 100%;
	border-radius: 82px;
}
.shadow {
	font-size: 0;
	position: relative;
	margin: -50px 0 0;
	z-index: 0;
}
.shadow img {
	width: 100%;
}
.title {
	font: 20px "PT Sans Caption", Arial;
	color: #4c7fa6;
}
.short h3, .subtitle {
	font: 14px "PT Sans Caption", Arial;
	color: #92a6b6;
	margin: 0 0 5px;
}
.short {
	font: 13px/18px "PT Sans Caption", Arial;
	color: #444e5a;
}
.employees h3, .awards h3, .events h3 {
	 font: 20px/24px "PT Sans Caption", Arial;
	 color: #14181a;
	 margin: 0 0 5px;
 }
.employees h3 em, .awards h3 em, .events h3 em {
	font-size: 14px;
	font-style: normal;
	color: #92a6b6;
}
.tlink {
	height: 20px;
	font: 12px/20px "PT Sans Caption", Arial;
	color: #fff;
	background: #3a80c1;
	display: inline-block;
	text-decoration: none;
	border-radius: 9px;
	padding: 0 13px;
	margin: 0 0 0 15px;
	position: relative;
	top: -3px;
}
.tlink:hover {
	text-decoration: underline;
	color: #fff;
}
.employeers li {
	width: 47%;
	min-height: 80px;
	list-style: none;
	background: url("../images/dotts-middle.png") repeat-x 0 100%;
	font: 13px "PT Sans Caption", Arial;
	color: #84929d;
	padding: 20px 0 20px 0;
	margin: 0 3% 0 0;
	position: relative;
	float: left;
}
.employeers li:nth-child(2n) {
	margin: 0 0 0 3%;
}
.employeers .c-padd {
	padding: 0 0 0 95px;
}
.employeers img {
	width: 80px;
	border-radius: 50%;
	position: absolute;
	left: 0;
}
.employeers a {
	display: block;
	font: 17px/18px "PT Sans Caption", Arial;
	color: #4e697e;
	text-decoration: none;
	margin: 0 0 5px;
}
.employeers a:hover {
	color: #597105;
}
.awards, .events {
	width: 47%;
	margin: 0 3% 0 0;
	float: left;
}
.events {
	margin: 0 0 0 3%;
}
.events li {
	list-style: none;
	font: 12px/18px "PT Sans Caption", Arial;
	color: #84929d;
	background: url("../images/red-marker.png") no-repeat 5px 5px;
	padding: 0 0 15px 30px;
	border-bottom: 1px solid #dee7ed;
	margin: 0 0 15px;
}
.events ul a {
	font: 16px/18px "PT Sans Caption", Arial;
	color: #3c6a8e;
	display: block;
}
.events ul a:hover {text-decoration: none;}
.awards h3, .events h3 {
	font: 20px "PT Sans Caption", Arial;
	color: #14181a;
	margin: 0 0 15px;
}
.awards {
	font-size: 0;
}
.awards h3 {
	color: #4c7fa6;
}
.awards a {
	margin: 0 4% 0 0;
}
.awards img {
	width: 82px;
}
.breadcrumbs {
	font: 12px "PT Sans Caption", Arial;
	color: #84929d;
	background: url("../images/dotts-middle.png") repeat-x 0 100%;
	padding: 0 0 20px;
	margin: 0 0 15px;
}
.title-d {
	font: 24px "PT Sans Caption", Arial;
	color: #14181a;
	margin: 0 0 15px;
}
.title-d em {
	font: 14px "PT Sans Caption", Arial;
	color: #92a6b6;
}
.cat-text {
	font: 13px/18px "PT Sans Caption", Arial;
	color: #444e5a;
	border-bottom: 1px solid #dee7ed;
	padding: 0 0 15px;
	margin: 0 0 10px;
}
.short-news {
	font: 13px/18px "PT Sans Caption", Arial;
	color: #444e5a;
	clear: both;
	padding: 0 0 25px;
	margin: 0 0 25px;
	border-bottom: 1px solid #dee7ed;
	display: table;
}
.short-news ul, .product ul, .product-full ul, .emp-list ul {
	display: table-row;
}
.short-news li, .product li, .product-full li, .emp-list li {
	display: table-cell;
	vertical-align: top;
	list-style: none;
}
.short-news li:nth-child(2), .product li:nth-child(2), .product-full li:nth-child(2), .emp-list li:nth-child(2), .product-card li:nth-child(2), .comm-table li:nth-child(2) {
	width: 100%;
}
.short-news .title, .short-news .title a {
	font: 17px/18px "PT Sans Caption", Arial;
	color: #3c6a8e;
	text-decoration: none;
}
.short-news .title a:hover {color: #b0354f;}
.short-news img {
	width: 125px;
	border-radius: 6px;
	margin: 0 15px 0 0;
}
.pub-date, .qualify {
	font: 12px/20px "PT Sans Caption", Arial;
	color: #84929d;
}
.qualify {margin: 0 0 10px 0;}

/*- Product -*/
.product {
	width: 47%;
	margin: 0 3% 10px 0;
	font: 15px/15px "PT Sans Caption Bold", Arial;
	color: #3472a7;
	text-decoration: none;
	float: left;
	padding: 5px 0 15px;
	border-bottom: 1px solid #dee7ed;
	display: table;
}
.product:nth-child(2n) {
	margin: 0 0 10px 3%;
}
.product li {
	vertical-align: middle;
}
.product img, .product-full img {
	width: 87px;
	height: 87px;
	margin: 0 15px 0 0;
	border-radius: 50%;
	border: 5px solid #e9f1f7;
}
.product:hover img {border-color: #839e13;}
.product:hover {
	color: #839e13;
}
/*- Product full -*/
.product-full, .emp-list {
	width: 100%;
	margin: 0 0 15px;
	padding: 0 0 15px;
	border-bottom: 1px solid #dee7ed;
	display: table;
}
.product-full li, .emp-list li {
	vertical-align: top;
}
.product-full h2, .product-full h3, .emp-list h2, .emp-list h3 {
	margin: 0 0 5px;
}
.product-full h2, .product-full h3, .product-full h2 a, .product-full h3 a, .emp-list h2, .emp-list h3, .emp-list h2 a, .emp-list h3 a {
	font: 17px/15px "PT Sans Caption", Arial;
	color: #3472a7;
	text-decoration: none;
}
.product-full h2 a:hover, .product-full h3 a:hover, .emp-list h2:hover, .emp-list h3 a:hover {
	color: #6f881a;
}
.emp-list img {
	width: 80px;
	margin: 0 15px 0 0;
	border-radius: 50%;
}
.price {
	font: 18px/18px "PT Sans Caption", Arial;
	color: #6f881a;
	margin: 0 0 5px;
}
.product-text {
	font: 14px/18px "PT Sans Caption", Arial;
	color: #444e5a;
}
.product-full .morelink, .emp-list .morelink a {
	font: 12px "Open Sans Light", Arial;
	color: #92a6b6;
	text-decoration: none;
	border-bottom: 1px dotted #92a6b6;
}
.product-full .morelink a:hover, .emp-list .morelink a:hover {
	border: 0;
}

.pages {
	clear: both;
	font: 20px "PT Sans Caption", Arial;
	color: #4c7fa6;
	text-align: center;
}
.pages a, .pages span {
	font: 20px/24px "PT Sans Caption", Arial;
	color: #4c7fa6;
	padding: 0 4px;
	margin: 0 4px;
	text-decoration: none;
}

/*- Full Card -*/
.card {
	margin: 0 0 20px;
}
.card .title {
	font: 24px/24px "PT Sans Caption", Arial;
	color: #14181a;
	margin: 0 0 20px;
}
.product-card {
	display: table;
	margin: 0 0 25px;
}
.product-card ul {
	display: table-row;
}
.product-card li {
	vertical-align: top;
	display: table-cell;
	list-style: none;
}
.product-card .text img {
	display: none;
}
.fullsize {position: relative;}
.fullsize img {
	width: 165px;
	height: 165px;
	margin: 0 30px 0 0;
	border-radius: 50%;
	border: 5px solid #e9f1f7;
}
.fullsize:hover img {border-color: #acc435;}
.fullsize span {
	width: 20px;
	height: 20px;
	background: #acc435;
	display: inline-block;
	border-radius: 50%;
	padding: 10px;
	position: absolute;
	right: 40px; bottom: 10px;
}
.fullsize em {
	width: 20px;
	height: 20px;
	background: url("../images/icons.png") no-repeat 50% -60px;
	display: inline-block;
}
.text {
	font: 13px/18px "PT Sans Caption", Arial;
	color: #444e5a;
}
.card .text img {
	border: none;
	outline: none;
	border-radius: 8px;
}
.card .text img[style]{
	margin: 0 10px 10px 0;
}

.callback2 {
	background: #dd3d66;
	padding: 5px 15px 5px 10px;
	border-radius: 17px;
	text-decoration: none;
	font: 13px/6px "PT Sans Caption", Arial;
	color: #fff;
}
.callback2:hover {
	color: #fff;
	background: #d13b60;
}

.callback {
	background: #dd3d66;
	padding: 5px 15px 5px 10px;
	border-radius: 17px;
	text-decoration: none;
	font: 13px/6px "PT Sans Caption", Arial;
	color: #fff;
}
.callback:hover {
	color: #fff;
	background: #d13b60;
}
.callback em {
	width: 20px;
	height: 20px;
	background: url("../images/icons.png") no-repeat 0 -40px;
	display: inline-block;
	margin: 0 5px -5px 0;
}
.card .s-title {
	font: 20px/24px "PT Sans Caption", Arial;
	color: #1f6694;
	margin: 0 0 10px;
}
.info {
	background: #eff5fa;
	padding: 15px 30px;
}
.info table {
	width: 100%;
	border-collapse: collapse;
}
.info th {
	font: 14px/18px "PT Sans Caption", Arial;
	text-align: left;
	color: #5888ac;
	padding: 0 0 5px 0;
}
.info td {
	font: 13px/10px "PT Sans Caption", Arial;
	color: #4e697e;
	padding: 5px 0;
	vertical-align: middle;
}
.info td em {
	font: 18px/10px "PT Sans Caption", Arial;
	color: #14181a;
}

/*- Pages -*/
.pages span {
	color: #fff;
	background: #9dc107;
	border-radius: 8px;
	margin: 0;
	padding: 0 8px;
}
span.prev, span.prev span, span.next, span.next span {
	padding: 0 4px;
	margin: 0 4px;
	background: none;
	color: #c93a5f;
}
.prev span, .prev a, .next span, .next a {
	font: 13px/24px "PT Sans Caption", Arial!important;
	color: #92a6b6;
}
.prev em, .next em {
	width: 9px;
	height: 14px;
	background: url("../images/pagination-controls.png") no-repeat 0 0;
	display: inline-block;
	position: relative;
	bottom: -3px;
}
.prev em {
	background-position: 0 0;
	margin: 0 10px 0 0;
}
.prev:hover em, .prev span em {
	background-position: 0 -14px;
}
.next em {
	background-position: -9px 0;
	margin: 0 0 0 10px;
}
.next:hover em, .next span em {
	background-position: -9px -14px;
}
.pages a:hover, .prev:hover a, .next:hover a {
	color: #c93a5f;
}

.comment {
	background: url("../images/dotts-middle.png") repeat-x 0 100%;
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.comm-table {
	display: table;
	margin: 0 0 5px;
}
.comm-table ul {
	display: table-row;
}
.comm-table li {
	display: table-cell;
	vertical-align: top;
}
.comm-table li, .comm-table li a {
	font: normal 11px/18px "PT Sans Caption", Arial;
	color: #92a6b6;
}
.comm-table .avatar {
	width: 39px;
	height: 39px;
	border-radius: 50%;
	margin: 0 20px 0 0;
}
.admname, .groupe-1 .uname, .groupe-2 .uname {display: none;}

.uname, .uname a, .admname {
	font: 17px/18px "PT Sans Caption", Arial!important;
	text-decoration: none;
	color: #3472a7!important;
}
.groupe-1 .admname, .groupe-2 .admname {
	display: inline-block;
	font-size: 14px!important;
	color: #6b7e8d!important;
}
.groupe-1, .groupe-2 {
	padding-left: 60px;
}
.groupe-1 .avatar, .groupe-2 .avatar {
	display: none;
}
.groupe-1 .admname strong, .groupe-2 .admname strong {
	font: bold 17px "PFSquareSansProBold", Arial;
	color: #c93a5f;
}
.dpad comedit a {
	margin: 0 10px 0 0;
}
.add-comm .title {
	border-bottom: 1px solid #dee9f1;
	margin: 0 0 10px;
	padding: 0 0 10px;
}
.add-comm label {
	font: 13px "PT Sans Caption", Arial;
	color: #6b7e8d;
	display: block;
	margin: 0 0 5px;
}
.add-comm label em {
	color: #8c9e54;
	font-style: normal;
}
.add-comm .f_input {
	width: 200px;
}
.add-comm .tableform td:nth-child(2){
	width: 100%;
	padding: 5px 0 5px 20px;
}
.tableform {
	width: 100%;
}
.tableform td {
	padding: 5px 0;
}
.f_input, #recaptcha_response_field, select {
	height: 38px;
	border: 1px solid #d1d7db;
	color: #444E5A;
	padding: 0 10px;
	border-radius: 3px;
}
#recaptcha_response_field {
	width: calc(100% - 30px)!important;
	border: 1px solid #d1d7db!important;
}
.mass_comments_action select {
	height: 24px;
}
#allow_subscribe, label[for='allow_subscribe']{display: inline-block}
.mass_comments_action .bbcodes {
	line-height: 24px;
	bottom: -2px;
	position: relative;
}
select {
	padding: 0 6px;
}
.bb-pane {display: none;}
.fbutton {
	font: 13px/18px "PT Sans Caption", Arial;
	color: #fff;
	padding: 10px 30px;
	border: 0;
	border-radius: 20px;
	background: #dd3d66;
	cursor: pointer;
}
.fbutton:hover {background: #d13b60;}
.f_textarea, #comments {
	border: 1px solid #d1d7db;
	color: #444E5A;
	padding: 0 10px;
	border-radius: 3px;
}

/* Left Sidebar
-----------------------------------------------------------------------------*/
.left-sidebar {
	float: left;
	width: 34%;
	margin-left: -100%;
	position: relative;
}
.services {
	min-height: 200px;
	background: url("../images/services.jpg") no-repeat 0 0;
	padding: 0 0 0 180px;
	margin: 0 0 10px;
}
.services li {
	list-style: none;
	background: url("../images/green-marker.png") no-repeat 0 50%;
	padding: 5px 0 5px 15px;
	line-height: 10px;
}
.services li a {
	font: 13px "PT Sans Caption", Arial;
	letter-spacing: -.2pt;
	color: #4e697e;
	text-decoration: none;
}
.services li a:hover, .services li.active a {
	color: #597105;
}



.left-sidebar .title {
	font: 20px "PT Sans Caption", Arial;
	color: #4c7fa6;
	text-align: center;
	margin: 0 auto 19px;
}
.left-sidebar .title span {
	border-bottom: 1px solid #D6E1EA;
}
.reviews {
	background: #fff7e0;
	border-radius: 8px;
	padding: 15px;
	margin: 0 0 30px;
}
.reviews li, .reviews li a {
	font: 13px/17px "PT Sans Caption", Arial;
	color: #7e6d59;
	text-align: center;
	list-style: none;
	text-decoration: none;
}
.reviews li h4 {
	font-weight: normal;
	color: #b0354f;
	text-align: center;
	padding: 5px 0;
}
.left-sidebar h3 {
	font: 20px "PT Sans Caption", Arial;
	color: #14181a;
	margin: 0 0 5px;
}
.left-sidebar h3 em {
	font-size: 14px;
	font-style: normal;
	color: #92a6b6;
}
.last-news li {
	list-style: none;
	font: 12px "PT Sans Caption", Arial;
	color: #84929d;
	padding: 15px 5px 15px 80px;
	position: relative;
	border-bottom: 1px solid #dee7ed;
}
.last-news li:last-child {border: 0;}
.last-news li em {
	font-style: normal;
	display: block;
}
.last-news li img {
	width: 62px;
	border-radius: 6px;
	position: absolute;
	left: 5px;
}
.last-news li a {
	font: 16px/18px "PT Sans Caption", Arial;
	color: #3c6a8e;
	text-decoration: none;
}
.last-news li a:hover {color: #597105;}

.c-menu {
	margin: 0 0 25px;
}
.c-menu h3 {
	font: 20px/24px "PT Sans Caption", Arial;
	color: #14181a;
	border-bottom: 1px solid #dee9f1;
	padding: 0 0 10px;
	margin: 0 0 15px;
}
.c-menu h3 em {
	font: 14px/24px "PT Sans Caption", Arial;
	color: #92a6b6;
}
.c-menu li {
	font: 13px/35px "PT Sans Caption", Arial;
	background: url("../images/list-arr.png") no-repeat 100% 0, url("../images/dotts-light.png") repeat-x 0 100%;
	list-style: none;
}
.c-menu li:hover, .c-menu li.active {
	background: url("../images/list-marker.png") no-repeat 0 50%,url("../images/list-arr.png") no-repeat 100% -35px, url("../images/dotts-light.png") repeat-x 0 100%;
}
.c-menu a {
	display: block;
	text-decoration: none;
}
.c-menu a:hover, .c-menu li.active a {
	padding: 0 0 0 13px;
	color: #c93a5f;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.sublevel {
    display: none;
    margin: 0 0 0 10px;
}
.c-menu li.active + .sublevel, .c-menu li:hover + .sublevel, .sublevel:hover {
    display: inherit;
}


/* Footer
-----------------------------------------------------------------------------*/
.footer {
	min-width: 1000px;
	max-width: 1200px;
	height: 80px;
	padding: 40px 0 0;
	margin: -120px auto 0;
	position: relative;
}
.footer > div {
	max-width: calc(1200px - 9%);
	padding: 0 9%;
	font-size: 0;
}
.copyright {
	width: 34%;
	font: 12px "PT Sans Caption", Arial;
	color: #84929d;
	float: left;
	margin: 0 4% 0 0;
}
.links {
	width: 33%;
	margin: 0 1% 0 0;
	font-size: 0;
	float: left;
}
.links ul:nth-child(1) {
	width: 70%;
	float: left;
}
.links ul:nth-child(2) {
	 width: 30%;
	 float: left;
 }
.links ul li {
	list-style: none;
	font: 13px/20px "PT Sans Caption", Arial;
	letter-spacing: -.2pt;
}
.links a {
	color: #3b6a8e;
	text-decoration: none;
}
.links a:hover {
	text-decoration: underline;
}
.counters {
	width: 25%;
	margin: 0 0 0 3%;
	font-size: 0;
	float: left;
}
.counters a {margin: 0 10px 0 0;}
#go-top {
	width: 45px;
	height: 45px;
	background: url("../images/btn-go-top.png") no-repeat 0 0;
	display: inline-block;
	position: absolute;
	right: -65px; bottom: 390px;
}
.text li {
margin-left:16px;
}

.simple-little-table {
text-shadow: 1px 1px 0px #fff;
background:#eaebec;
margin:10px;
border:#ccc 1px solid;
border-collapse:separate;
 
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
 
-moz-box-shadow: 0 1px 2px #d1d1d1;
-webkit-box-shadow: 0 1px 2px #d1d1d1;
box-shadow: 0 1px 2px #d1d1d1;
}
 
.simple-little-table th {
font-weight:bold;
padding:10px 10px 10px 10px;
border-top:1px solid #fafafa;
border-bottom:1px solid #e0e0e0;
 
background: #ededed;
background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
}
.simple-little-table th:first-child{
text-align: left;
padding-left:10px;
}
.simple-little-table tr:first-child th:first-child{
-moz-border-radius-topleft:3px;
-webkit-border-top-left-radius:3px;
border-top-left-radius:3px;
}
.simple-little-table tr:first-child th:last-child{
-moz-border-radius-topright:3px;
-webkit-border-top-right-radius:3px;
border-top-right-radius:3px;
}
.simple-little-table tr{
text-align: center;
padding-left:10px;
}
.simple-little-table tr td:first-child{
text-align: left;
padding-left:10px;
border-left: 0;
}
.simple-little-table tr td {
padding:5px;
border-top: 1px solid #ffffff;
border-bottom:1px solid #e0e0e0;
border-left: 1px solid #e0e0e0;
background: #fafafa;
background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}
.simple-little-table tr:nth-child(even) td{
background: #f6f6f6;
background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
.simple-little-table tr:last-child td{
border-bottom:0;
}
.simple-little-table tr:last-child td:first-child{
-moz-border-radius-bottomleft:3px;
-webkit-border-bottom-left-radius:3px;
border-bottom-left-radius:3px;
}
.simple-little-table tr:last-child td:last-child{
-moz-border-radius-bottomright:3px;
-webkit-border-bottom-right-radius:3px;
border-bottom-right-radius:3px;
}
.simple-little-table tr:hover td{
background: #f2f2f2;
background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);	
}
 
.simple-little-table a:link {
color: #666;
font-weight: bold;
text-decoration:none;
}
.simple-little-table a:visited {
color: #999999;
font-weight:bold;
text-decoration:none;
}
.simple-little-table a:active,
.simple-little-table a:hover {
color: #bd5a35;
text-decoration:underline;
}

/* Футер
--------------------------------------------------------------------------------------------------------------------- */
.sub-footer {
    border-top: 1px solid #EEEFF0;
    font: 13px "Proxima Nova", Helvetica, Tahoma;
    color: #535355;
    padding: 35px 0;
    margin-top: 10px;
}
.modal-dialog{
	max-width:600px
}
.agreement {
	font-size: 12px;
}
.ft-links {
    border-bottom: 1px solid #EEEFF0;
    padding: 15px 15px;
    display: -webkit-flex;
    display: flex; /*отображает контейнер как блочный элемент*/
    justify-content: space-between;
}
.modal-footer .btn {
	font: 700 11px/21px "Proxima Nova Bold", Helvetica, Tahoma!important;
    padding: 5px 15px!important;
    margin: 0 0 0 20px!important;
    border-radius: 2px!important;
}
.has-error {
    border-color: #e96666;
    -webkit-box-shadow: 0 0 8px rgba(233, 102, 102, .6);
    -moz-box-shadow:    0 0 8px rgba(233, 102, 102, .6);
    box-shadow:         0 0 8px rgba(233, 102, 102, .6);
}
.c_success, .c_error, .sending {
    background-color: #dff0d8;
    padding: 15px;
    margin: 0 0 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.c_error {
    background: #f2dede;
}
.sending {
      background: #d9edf7;
}

/* Модальное окно для Callme
--------------------------------------------------------------------------------------------------------------------- */
#callme {
    display: none; /* спрячем стандартную боковую кнопку*/
}
#callmeModal {
    position: fixed;
    left: calc(50% - 300px);
    display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
    opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
    z-index: 150; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
}
/* Кнoпкa зaкрыть для тех ктo в тaнке) */
#callmeModal .close {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block;
}
.modal-content {
    width: 600px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}
.modal-title {
    font: 1.25rem Arial;
}
.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px;
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-body .form-control {
    display: block;
    width: 100%;
    height: 46px;
    line-height: 22px;
    padding: 10px;
    vertical-align: middle;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #d7d7d7;
    -webkit-transition: border 0.2s linear 0s;
    transition: border 0.2s linear 0s;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
/* Пoдлoжкa */
#overlay {
    z-index:101; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
    position:fixed; /* всегдa перекрывaет весь сaйт */
    background-color:#000; /* чернaя */
    opacity:0.8; /* нo немнoгo прoзрaчнa */
    -moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
    filter:alpha(opacity=80);
    width:100%;
    height:100%; /* рaзмерoм вo весь экрaн */
    top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
    left:0;
    cursor:pointer;
    display:none; /* в oбычнoм сoстoянии её нет) */
}
.has-error {
    border-color: #e96666;
    -webkit-box-shadow: 0 0 8px rgba(233, 102, 102, .6);
    -moz-box-shadow:    0 0 8px rgba(233, 102, 102, .6);
    box-shadow:         0 0 8px rgba(233, 102, 102, .6);
}
.c_success, .c_error, .sending {
    background-color: #dff0d8;
    padding: 15px;
    margin: 0 0 15px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.c_error {
    background: #f2dede;
}
.sending {
    background: #d9edf7;
}
.btn-send-cme {
    height: 32px;
    /* width: 240px; */
    display: block;
    text-transform: lowercase;
    font: 300 14px Verdana, Tahoma;
    text-shadow: 1px 1px 0 #af2649;
    color: #fff;
    background: #e7406b;
    padding: 2px 15px 4px;
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 4px;
    border: none;
    cursor: pointer;
}
.btn-send-cme:hover {
    opacity: .8;
}
.btn-recall {
    height: 23px;
    width: 240px;
    display: block;
    text-transform: lowercase;
    font: 300 14px Verdana, Tahoma;
    text-shadow: 1px 1px 0 #af2649;
    color: #fff;
    background: #e7406b;
    padding: 2px 15px 4px;
    -webkit-border-radius: 12px 12px 0 0;
    border-radius: 4px 4px 0 0;
    border: none;

    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    cursor: pointer;
    position: fixed;
    z-index: 100;
    right: -109px;
    top: 40%;
}