body
{
  font-family: Arial, Helvetica, Sans-Serif;
  font-size: 14px;
  color: #444444;
	
	/*min-width: 500px;*/
}
article {
	margin-bottom: 25px;
}
.navbar .nav > .active > a, .navbar .nav > .active > a:hover, .navbar .nav > .active > a:focus {
		background: rgba(0, 0, 0, 0.02);
		box-shadow: 1px 0 0 rgba(255, 255, 255, 0.12);
}
.navbar .nav li > a {
		border-right: 1px solid rgba(0, 0, 0, 0.1);
		box-shadow: 1px 0 0 rgba(255, 255, 255, 0.12);
}
.navbar-inner, .wrap_copyright, .nav-collapse.collapse.in, .nav-collapse.collapsing {
		background-image: url('../images/noise.png');
		background-repeat: repeat;
		background-color: #2d73bceb;
    border: none;
    border-radius: none;
    /*box-shadow: 0 1px 3px rgba(30, 50, 70, 0.3), 0 0 1px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.12) inset;*/
    padding-left: 20px;
    padding-right: 20px;
		color: #FFFFFF;
}
.navbar-inner {
		height: 50px;
		background-color: #2d73bcc7;
}
.wrap_copyright {
		background-color: #555;
}
.navbar .nav > li {
		line-height: 40px;
}
.nav-collapse.collapse.in .nav > li {
		line-height: 30px;
}

.nav > li a:hover,
.nav > li a:focus,
.nav > li.active > a,
.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a,.dropdown-submenu:focus>a,
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
		background: #2d73bcc7; /* Old browsers */
		background: -moz-linear-gradient(top,  #2d73bcc7 0%, #2d73bc 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#2d73bcc7), color-stop(100%,#2d73bc)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #2d73bcc7 0%,#2d73bc 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #2d73bcc7 0%,#2d73bc 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #2d73bcc7 0%,#2d73bc 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #2d73bcc7 0%,#2d73bc 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d73bcc7', endColorstr='#2d73bc',GradientType=0 ); /* IE6-9 */

    color:#fff !important;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
    border-radius: none;
    color: #777;
    /*font-weight: bold;*/
    padding: 5px 15px;
}

.nav-collapse.collapse {
	display: block !important;
}
.nav-collapse.collapse.in, .nav-collapse.collapsing {
    height: auto !important;
    overflow: visible !important;
    width: 100%;
    clear: left;
    z-index: 1;
    position: relative;
    margin-top: 51px;
}
.nav-collapse.collapse.in .dropdown-menu>li>a {
		background: #eeeeee;
}
.nav-collapse.collapse.in .dropdown-menu>li>a:hover {
		background: #d1dbe9;
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus,.dropdown-submenu:hover>a,.dropdown-submenu:focus>a,.dropdown-submenu:focus>a {
	color: #fff !important;
	text-shadow: none !important;
}
.dropdown-submenu > a:after {
	border-color: transparent transparent transparent #FFFFFF;
	margin-right: -13px;	
}

.moduletable_menu .dropdown-menu>li, .moduletable_menu .dropdown-menu>li, .moduletable .dropdown-menu>li {
	background-image: none;
	padding: 0;
}

.dropdown-menu > li > a {
	white-space: normal;
	width: 250px;
}

a
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #125891;
}

a:link
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #004aad;
}

a:visited, a.visited
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #004aad;
}

a:hover, a.hover
{
  font-family: Arial, Helvetica, Sans-Serif;
  text-decoration: none;
  color: #2d73bcc7;
}

h1, h1 a, h1 a:link, h1 a:visited, h1 a:hover
{
  font-size: 20px;
  color: #DA8668;
}

h2, h2 a, h2 a:link, h2 a:visited, h2 a:hover
{
  font-size: 18px;
  color: #004aad;
}

h3, h3 a, h3 a:link, h3 a:visited, h3 a:hover
{
  font-size: 17px;
  color: #DA8668;
}

h4, h4 a, h4 a:link, h4 a:visited, h4 a:hover
{
  font-size: 16px;
  color: #DA8668;
}

h5, h5 a, h5 a:link, h5 a:visited, h5 a:hover
{
  font-size: 15px;
  font-weight: bold;
  color: #4D3800;
}

h6, h6 a, h6 a:link, h6 a:visited, h6 a:hover
{
  font-size: 14px;
  font-weight: bold;
  color: #4D3800;
}
/* end PostContent */

.main {
	margin-top: 10px;
	margin-bottom: 10px;
}

#header {
	background-color: #FAFAFA;
	background-image: url('../images/noise.png');
	background-repeat: repeat;
	/*min-height: 112px;*/
	padding: 0 10px;
}

.wrap_topmenu {
	float: right;
	/*min-width: 320px;*/
}
.topmenu {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

.wrap_header {
	height: 110px;
	//height: 45px;
	float: left;
}
.wrap_header h1 {
	font-family: Arial;
	font-size: 25px;
	line-height: 28px;
	color: #004aad;
}
.wrap_header p {
		color: #444444;
		font-family: Arial;
		font-size: 14px;
		font-weight: normal;
}

.container-header{
	display: flex;
	justify-content: space-between;
}
#logo_h {
	float: left;
	margin-top: 7px;
	display: block;
}
#text_h {
	text-align: center;
	display: none;
}
#phone_h{
	display: flex;
	height: 83px;
	flex-direction: column;
	justify-content: center;
	padding: 5px;
}

#phone_h a{
    color: red;
}
.visual {
	text-align: right;
	margin-bottom: 10px;
}

.container_16, .container_12 {
	background-color: #FDFDF7;	
	border-left: 6px solid #FFFFFF;
	border-right: 6px solid #FFFFFF;
}

.component h1 {
		text-transform: uppercase;
}
.component h2, .component h2 a {
		color: #004aad;
    font-size: 21px;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    text-decoration: none;
    margin-top: 10px;
}

.component ul, .moduletable ul {
	margin-left: 20px;
}

.moduletable_menu li a, .moduletable ul.nav li a {
    padding: 3px 15px 3px 5px;
}

.right .moduletable, .left .moduletable, .moduletable .custom {
		margin: 10px 0;	
}

/*.moduletable, .moduletable_menu .moduletable_login {*/
.slider .moduletable {
	background-color: #FFFFFF;
	border: 3px solid #EEEEEE;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px;
	padding: 5px;
	margin: 1px 0 6px 0;
}

.wrap-breadcrumbs .moduletable {
	border: none;
	background: none;
	padding: 0 0 5px 0;
}
ul.breadcrumb {
	margin: 0;
	background: none;
	padding: 8px 0;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px;
}

.wrap_bottombanner .moduletable h3, .wrap_bottombanner .moduletable_partners h3 {
		color: #2d73bcc7;
		border-bottom: 1px solid #E5E5E5;
}

ul.actions {
    padding: 1px;
    margin: 2px 0px 2px 0px;
		float: right;
}
.entry-meta.muted {
    background: #F6F6F6;
		font-size: 12px;
    margin-bottom: 20px;
    padding: 5px;
}
.slider-title h1, .slider-title p {
		margin-bottom: 7px; 
}

/* menu */

.topmenu .nav a {
	position: relative;
	display: inline-block;
	outline: none;
}
.topmenu .nav a:hover,
.topmenu .nav a:focus {
	outline: none;
}

.topmenu ul.nav > li > a::after, .dropdown-submenu > a::after {
	position: absolute;
	top: 90%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	content: '';
	opacity: 0;
	-webkit-transition: height 0.3s, opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: height 0.3s, opacity 0.3s, -moz-transform 0.3s;
	transition: height 0.3s, opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	transform: translateY(-10px);
}

.dropdown-submenu:hover > a:after {
	border: none;
}
.topmenu ul.nav > li > a:hover::after,
.topmenu ul.nav > li > a:focus::after{
	height: 6px;
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}
/* отменяем границы */
.nav-collapse.collapse.in .nav li > a, .nav-collapse.collapsing .nav li > a {
	border: none !important;
	box-shadow: none;
}

.wrap_projects {
	text-align: center;
}
.wrap_projects h3 {
	border-bottom: 1px solid #eee;
	text-transform: uppercase;
}

.wrap_bottombanner {
		padding: 20px 0;
}
.wrap_prefooter {
		background-color: #FFFFFF;
		background-image: url('../images/noise.png');
		background-repeat: repeat;
    border: none;
    border-radius: none;
    
		color: #444;
}
.wrap_prefooter .moduletable h3, .moduletable_partners h3 {
		text-transform: uppercase;
		line-height: 20px;
		margin-bottom: 15px;
}
.moduletable_partners a img {
		border: 1px solid #e5e5e5;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		height: 80px;
		width: 140px;
		margin: 0 10px 10px 0;
		-webkit-transition: border-color 1s ease;
		-moz-transition: border-color 1s ease;
		-o-transition:border-color 1s ease;
		transition: border-color 1s ease;
}
.moduletable_partners a:hover img {
		border: 1px solid #FF6600;
		
}

.copyright {
		color: #FFFFFF;
    font-family: Arial,Helvetica,Sans-Serif;
    font-size: 12px;
		padding: 15px 0;
}

#login-button{
    background: none repeat scroll 0 0 #049898;
    border-radius: 4px 0px 0px 4px;
		-moz-border-radius: 4px 0px 0px 4px;
		-webkit-border-radius: 4px 0px 0px 4px; 
		-khtml-border-radius: 4px 0px 0px 4px;
    color: #FFFFFF;
    display: block;
    font-size: 14pt;
    height: 37px;
		right: 0%;
    line-height: 20pt;
    position: absolute;
    text-align: center;
    top: 100px;
    width: 40px;
}

.publish-date {
		padding: 0 3px;
}

/* изменение ширины инпутов */
.contact-form input, .contact-form textarea, .contact-form .uneditable-input {
    width: 300px;
}

/* BOOTSTRAP */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
a.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover,
a.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}
.list-group-item.disabled,
.list-group-item.disabled:hover,
.list-group-item.disabled:focus {
  color: #777;
  background-color: #eee;
}
.list-group-item.disabled .list-group-item-heading,
.list-group-item.disabled:hover .list-group-item-heading,
.list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text,
.list-group-item.disabled:hover .list-group-item-text,
.list-group-item.disabled:focus .list-group-item-text {
  color: #777;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small,
.list-group-item.active:hover .list-group-item-heading > .small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}
.list-group-item.active .list-group-item-text,
.list-group-item.active:hover .list-group-item-text,
.list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}
a.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover,
a.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active,
a.list-group-item-success.active:hover,
a.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}
a.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover,
a.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active,
a.list-group-item-info.active:hover,
a.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}
a.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover,
a.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active,
a.list-group-item-warning.active:hover,
a.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}
a.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover,
a.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active,
a.list-group-item-danger.active:hover,
a.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* при уменьшении экрана */
@media (max-width: 765px) {
	.slider {display: none;}
}
@media (max-width: 980px) {
	.wrap_topmenu {min-width: 100%;}
}

/* слайдер проектов */
.slider-project {
	margin: 20px auto;
	background: #fff; 
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 12px;
	width: 85%;
	display: table;
}
.slider-project div, .slider-project a {
	display: inline-block;
}
.slider-project a {
	vertical-align: middle;
	display: table-cell;
}

.slider-carousel {
	text-align: center;
	position: relative;
	overflow: hidden;
	visibility: visible;
	margin: 0 auto;
}

.slider-carousel ul li{ list-style:none; display:block; padding-bottom:1px; margin: 0 5px;}
.slider-carousel .thumbnail { float:left; width:250px; position: relative; height:100px;  }
.slider-carousel .thumbnail img { display: block; position: relative; }
.clear { clear: both; }

/* + всплывающая строчка для слайдера */
.slider-carousel .thumbnail:hover img, .custom_partners .thumbnail:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.slider-carousel .thumbnail > div, .custom_partners .thumbnail > div {
	position: absolute;
	left: 0;
	top: 25%;
	width: 100%;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	padding: 5px 0;
	text-align: center;
}
.slider-carousel .thumbnail > div > a, .custom_partners .thumbnail > div > a {
	text-shadow: none;
	color: #FFFFFF !important;
	font-size: 14px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	text-transform: uppercase;
}
.slider-carousel .thumbnail:hover, .custom_partners .thumbnail:hover {
	background-image: url('../images/noise.png');
	background-repeat: repeat;
	background-color: #2d73bcc7;
	opacity: 0.9;
	border-color: #2d73bcc7;
}
.slider-carousel .thumbnail:hover div, .custom_partners .thumbnail:hover div {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/* кнопки перемотки слайдера */
.slider-project a.prevdiv, .slider-project a.nextdiv {
	background-image: url('../images/noise.png');
	background-repeat: repeat;
	background-color: #2d73bcc7;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px; 
	-khtml-border-radius: 4px;
	height: 30px;
	font-size: 35px;
	line-height: 25px;
	width: 25px;
	color: #ffffff;
	padding: 0 3px;
}

/* стили при наведении на input */
textarea:focus,
input[type="text"]:focus,
input[type="login"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus {
	border-color: rgba(255, 102, 0, 0.8);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 102, 0, 0.4);
}

/* стиль для последних новостей */
ul.latestnews, ul.categories-module {
	margin: 0;
	list-style: none;
}
.latestnews li {
	padding: 10px 0;
	border-top: 3px solid #eee;
}
.categories-module li {
	padding: 10px 0;
	border-bottom: 3px solid #eee;
}

.page-header {
    margin: 30px 0 20px;
    padding-bottom: 0;
}

.categories-list h3 a, .categories-list h3 a:link, .categories-list h3 a:visited, .categories-list h3 a:hover {
    color: #004aad;
}

/* волжения / attachments */
.attachmentsList table {
	width: 100%;
}

/* visforms - инпуты в виде чекбоксов */
div.visf-custom-field input{
    float: left;
    margin-right: 4px;
}

div.visf-custom-field {
    display: inline-block;
    width: 60%;
    margin-top: 6px;
}

.visCSSrllst.visf-custom-label {
    width:auto;
}
.visual button {
  width: 270px;
}

.menu-row{
  display: flex;
  background-color: #3577ba;
  height:50px;
  justify-content: center;
  box-shadow: 0 0 10px rgb(0 0 0 / 50%);
}

@media (max-width:873px){
  #phone_h {
	display:none;
  }
  .content-welcome{
	display: flex;
    flex-wrap: wrap;
}
}

@media (max-width:670px){

  .categories-list {
    margin: 5px;}
}

.content-welcome{
	display: flex;
  	
}

@media (max-width:540px){
  .wrap_header{
	height:75px !important;
	}
}


.btn_module_ps{
 width: auto;
    height: 88px;
    color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-family: 'Lato', sans-serif;
    background: transparent;
  display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
    outline: none;
    text-align: left;
    line-height: 28px;
}


.btn_module_ps img{
  margin: 5px;
}

.item-banner-ps{
  width:350px;
  margin: 10px;
  background-color: white;
}

.banner-ps{
  display:flex;
  flex-wrap:wrap;
}
