

/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */

body {
	background: #f5f5f5;
}

.test {
	border: 1px solid red;
}
.test1 {
	border: 1px solid blue;
}

.color {
	color: #1976d2;
}
.colorblock {
	background: #1976d2;
}

.sidebar {
	padding-top: 10px;
}

.nospam {width: 0px; height: 0px; overflow: hidden;}

.w {
	background: #fff;
	padding: 2%;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
}

article.w, section.w {
	padding-bottom: 25px;
	margin: 20px 0px;
}

.link {
	font-size: 1.3rem;
}

.phone {
		font-size: 1.1rem;
		white-space: nowrap;
}
.phone span {
	font-weight:bold; 
	font-size: 1.8rem;
}
.phone a {color: #000;}
.phone a:hover {color: #1f2881;}
.phone i {color: #1f2881; margin-top: 5px; font-size: 1.3rem;}

header.top {
	
}

header.top .logo {
	padding: 0px !important;
}

header.top .logo img {
	width: 100%;
	max-width: 317px;
}

header.top .col {
	padding-top: 10px;
}

header.top .text {
	color: rgba(0,0,0,0.7);
	font-style: italic;
	line-height: 1.2;
}

header.top a.ask {
	background: #1f2881;
	width: 100%;
}

.brand_list {
	min-height:200px;
	border: 1px solid #eceff1;
	box-shadow: none;
}
.brand_list div { padding: 10px;}

.brand_list .card-stacked {
	background: #eceff1;
}

.brand_list:hover .card-stacked {
	background: #e3f2fd !important;
}


.brandstab {
	margin: 0px;
	height: auto;
	
	box-shadow: 0px 7px 10px -9px #000000;
}

.brandstab .tab {
	margin: 0px;
	background: #fff;
	color: #000;
	box-shadow: none;
	text-align: left;
	text-transform: none;
	font-size: 1.5rem;
	padding-left: 20px;
}
.brandstab .tab.last {
	text-align: right;
	padding-left: 0px;
	padding-right: 20px;
}


.brandstab .indicator {
 background-color: #0d47a1;
 height: 5px;
}

.brandstab .tab a {
	color: #000;
}
.brandstab .tab a:hover {
	color: #0d47a1;
	background: none;
}

.h4 a {color: #1f2881;}


.maintabs {
}
.nm {
	margin-top: 0px !important;
}

.maintabs .indicator {
	background: none;
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-bottom: 30px solid white;
	top: 49px;
	margin-left: 80px;
}


.news {background: #e1dfd3;}
.news_list {
	min-height:150px;
	border: 1px solid #eceff1;
	font-size: 0.88rem;
	line-height: 1.1;
}
.news_list > div { padding: 15px;}

.news_list div.date { padding: 0px 0px 10px 0px; color: #666;}

.news_list .card-image { width: 150px !important; text-align: center;}
.news_list .card-image img { max-width: 120px !important; max-height: 120px; margin: 0 auto 0 auto;}


.event_list .date {
	width: 120px;
	float: left;
	background: #1f2881;
	color: #fff;
	padding: 10px 25px;
	text-align: center;
	line-height: 1.3;
	font-size: 0.9rem;
}
.event_list .card-stacked {
	clear: both;
	padding: 15px;
	flex-direction: row;
}
.event_list a.link {
	padding: 10px 15px 4px 150px;
	font-size: 1.15rem;
	display: block;
	line-height: 1.2; 
}

.event_list a.link i {
	font-size: 1.7rem;
}
.event_list .btn-floating  {margin: 8px;}

.event_list .card-stacked {
	border-top: 1px solid #ccc;
}

nav ul a, nav .brand-logo { color: #000;}



.video-container {
	margin: 30px 0px;
}

.ts {text-shadow: 1px 1px 0px #000;}

.button-collapse {
  color: #0d47a1;
}

.level {
	margin-top: 20px;
	margin-bottom: 0px;
    color: #1976d2;
    box-shadow: none;
    line-height: 1.3;
    min-height: 20px;
    
 }
a.breadcrumb {color: #1976d2;}


.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

footer.page-footer {
  	margin: 0;
	background: url(/images/exagon-pattern.png) #1f2881;
  	border-top: 10px solid #0d47a1;
  	color: #eee;
}
footer.page-footer a {
	color: #e3f2fd !important;
}

footer.page-footer i {
	color: #1976d2 !important;
}

article.section {
	min-height: 350px;
}

.card-content {
	min-height: 110px;
}

.brand_list .card-image img {
    align-self: center;
}

.brand_list .card-image {
	width: 130px;
}

.card .card-image .card-title {
	text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}

.p20 {
	padding: 20px;
}



ol.olstyle {
	list-style: none; /* убираем дефорлтные цифры */
    counter-reset: point; /* задаем переменную для счетчика */
}
ol.olstyle li {
    margin-bottom: 20px;
    padding-left: 50px;
    position: relative;
}
ol.olstyle li::before {
    content: counter(point); /* выводим значение переменной */
    counter-increment: point 1; /* увеличваем счетчик на 1 */
    font-size: 16px; /* декор цифр  */
    position: absolute;
    left: 0;
	top: 0px;
    background: #1976d2;
    width: 35px;
    height: 30px;
    padding: 3px 0;
    color: #000;
    font-weight: bold;
    text-align: center;
    transition: color .25s ease;
}

ol.olstyle li:hover::before {
    color: #fff;
    transition: color .1s ease, box-shadow .1s;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
}

.text ul {
  margin-left: 10px;
}

ul.cat {
	margin: 0px;
}
ul.cat li {
    padding-left: 15px !important;
    position: relative;
    margin-left: 0px  !important;
    margin-bottom: 3px  !important;
    font-size: 0.9rem;

}

.text ul li {
    padding-left: 25px;
    position: relative;
    margin-left: 20px;
}


.text ul li::before {
    content: ""; 
    position: absolute;
    left: 0px; 
    top: 6px;
    border: 5px solid transparent; 
    border-left: 5px solid #0d47a1; 
}

.text ul li:hover::before {
    left: 3px; 
    transition: .3s ease;
    
}

.w30 {width: 30%;}
.w70 {width: 70%;}
.w100 {width: 100%;}
.tabs {
	margin-top: 25px; 
}

.border {
	border-radius: 20%;
}



a.btn:hover {
	color: #fff;
}

.home {
	color: #0d47a1;
	font-size: 1.2rem !important;
	height: 64px;
}

.tabs .tab.last {
 	margin: 0;
}

.tabcontent {
	background: #fff;
	padding: 20px;
	margin: 20px 20px;
}


#search {
	background: #fff;
	font-size: 1rem;
	margin-bottom: 5px;
	margin-top: 0.9rem;
	height: 35px;
    padding-left: 2.5rem;
    width: calc(100% - 2.5rem);
    border-radius: 3px;
}

#search:focus {
	border: 1px solid #999;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
	
}

#search + label {
    left: 0.3rem;
    top: -0.8rem;
}



#topsubmit {
	border: 0;
	background: none;
}

.search i {
	line-height: 1;
	font-size: 1.5rem !important;
}


.search label {
  color: #9e9e9e;
  position: absolute;
  top: 0.8rem;
  font-size: 0.7rem;
  cursor: text;
  transition: .2s ease-out;
}

.search label.active {
  font-size: 0.8rem;
  -webkit-transform: translateY(-140%);
          transform: translateY(-140%);
}

a.sliderbtn {
	position: relative;
	z-index: 50;
	top: -220px;
	left: -14px;
	background: #0d47a1;
}

a.sliderbtn:hover{
background: #1976d2;
}
#NextSlide{
	left: calc(100% - 65px);
}


.youtube {
	background: url(/images/youtube.png) no-repeat right center;
	padding-right: 35px;
	color: rgba(0,0,0,0.8);
	line-height: 1;
	white-space: nowrap; 
}



.side_menu {
	background: #e3f2fd;
	margin-top: 8px;
	border-radius: 2px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
}


.side_menu div.header {
	color: #ffffff;
	font-size: 110%; 
	font-weight: normal;
	margin: 0px;
	padding: 30px;
	text-align: center;
	text-transform: uppercase;
}

.side_menu div.header a {
	color: #ffffff;
	text-decoration:none;	
}
.side_menu_top {
	background: #0d47a1; min-height: 6px;
	border-radius: 2px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
}

a.menu:link  {
	display: block;
    line-height: 1.2;
    position: relative;
    margin-top: 1px;
    text-decoration: none;
    padding: 5px;
    clear: both;
}

a.menu.active  {
	color: #000;
}


.infoblock img {
	width: 100%;
	
}


.slider .slides li .caption {
	text-shadow: 2px 2px 2px #000, -2px -2px 4px #666;
}
.slider .slides li .caption h5 {
	text-shadow: 1px 1px 1px #000, -2px -2px 4px #666;
}


a.menu.l1 {
	color: #000000;
	border-top: 1px solid #fff;
	font-size: 1.1rem;
	padding: 13px 10px 15px 20px;
}
a.menu.l2 {
	padding-left: 40px;
	font-size: 1rem;
}
a.menu.l2:before {
  content: '\E148';
  color: #1f2881;
  display: block;
  position: absolute;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 15px;
  margin-left: -20px;
}

a.menu.l2.active:before {
  content: '\E15D';
  color: #1f2881;
}

a.menu.l3 {
	padding-left: 30px;
	font-size: 0.9rem;
}
a.menu.l4 {
	padding-left: 40px;
	font-size: 0.82rem;
	
}


a.menu.l3:before, a.menu.l4:before {
  content: '\E5CC';
  color: #1f2881;
  vertical-align: top;
  display: block;
  float: left;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  margin-bottom: 9px;
  line-height: 0.8;
  -webkit-font-smoothing: antialiased;
}

a.menu.l3.active:before {
  content: '\E313';
}
a.menu.l4.active:before {
  content: '\E5CA';
}

a.side_menu:link, a.side_menu:visited  {
	font-size: 1.1rem;
	display: block;
    color: #000000;
    line-height: 1.2;
    padding: 13px 10px 15px 35px;
    position: relative;
    margin-top: 1px;
    text-decoration: none;
    border-top: 1px solid #fff;
}
a.side_menu:hover  {
    color: #000;
}
a.side_menu_act {
    color: #000 !important;
 }

a.side_sub_menu:link, a.side_sub_menu:visited  {
	display: block;
    padding: 5px 5px 5px 5px;
    text-decoration: none;
    
}
a.side_sub_menu:hover  {
    background: ;
    color: #ffffff;
}

a.side_menu_act:hover {
	text-decoration: underline !important;
}
a.side_sub_menu_act {
	border-left: 3px solid  !important;
    color:  !important;
}
a.side_sub_menu_act:hover {
	text-decoration: underline !important;
	color: #ffffff !important;
}



.info {
	background: url(/images/exagon-pattern.png) #1f2881;
	margin-bottom: 0px; 
}

.info .btn-large {
	height: 84px;
    padding-top: 18px;
    line-height: 25px;
    text-align: left;
}

.info .btn-large:hover {
	background: #1976d2;

}

.info .btn-large i {
	font-size: 4.5rem;
	margin-right: 15px;
	line-height: 55px;
}

.events {
	padding-top: 20px;
	background: #e3f2fd;
}


.item {
	background: #fff;
	clear: both;
	margin: 10px 0px 25px 0px;
	padding: 28px;
	border-radius: 2px;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
}

.item:hover {
	box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16), 0 5px 10px 0 rgba(0, 0, 0, 0.12);
}

.item a.link {
	display: block;
	margin-bottom: 30px;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.2;
}

.item .card-image {
	float: left;
	width: 50%;
	max-width: 330px;
	border-radius: 2px;
	margin-right: 30px;
	text-align: center;
}

.item.small {
	min-height: 320px;
	font-size: 0.9rem;
}
.item.small  a.link {
	font-size: 1.3rem;
}
.item.small .card-image {
	float: left;
	width: 40%;
	max-width: 280px;
	border-radius: 2px;
	margin-right: 30px;
}


@media only screen and (max-width: 600px) {
	.item .card-image {
		float: none;
	}
}

.item .card-image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 400px;
	margin: 0 auto;
}

.brandblock {
	margin-top: 20px;
	margin-bottom: 30px;
	background: #e3f2fd;
	box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.12);
}

.brandblock .logo {
	background: #fff;
	text-align: center;
	padding: 20px 0px;
	border: 1px solid #e3f2fd;
}

.brandblock div {
	padding: 20px 20px 5px 20px;
} 

div.header {
	color: #666;
	text-align: center;
	font-size: 1.2rem;
	border-bottom: 1px solid #ccc;
	margin: 15px 0px;
	text-transform: uppercase;
	padding: 5px 0px;

}


img.textpic {
	float: left;
	width: 100%;
	max-width: 330px;
	margin-right: 30px;
	margin-bottom: 15px;
}

img.w50 {
	width: 50%;
	min-width: 250px;
	margin-right: 30px;
	margin-bottom: 15px;
	height: auto;
}
img.w30 {
	width: 30%;
	min-width: 250px;
	margin-right: 30px;
	margin-bottom: 15px;
	height: auto;
}

@media only screen and (max-width: 600px) {
	img.w50 {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	img.w30 {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
		}
}

img.newspic {
	float: left;
	width: 100%;
	max-width: 350px;
	margin-right: 30px;
	margin-bottom: 15px;
}

img.picleft {
	float: left;
	margin-right: 30px;
	margin-bottom: 15px;
}

img.picright {
	float: right;
	margin-left: 30px;
	margin-bottom: 15px;
}

a.docs {
	display: block;
	padding: 0px 0px 10px 28px;
	line-height: 1.1;
	margin: 10px 0px;
}
a.docs:hover {
	text-decoration: underline;
}

a.docs::before { 
  content: '\E415';
  color: #bc0207;
  display: block;
  position: absolute;
  margin-left: -35px;
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 28px;

}

a.docs[href*="youtube"]::before { 
  content: '';
  background: url(/images/youtube.png) no-repeat 0px 7px;
  width: 30px;
  height: 25px;
}

a.docs.demo::before { 
  content: '\E2C4';
}
a.docs.page::before { 
  content: '\E894';
}






table.table, 	.text table 												{border-collapse: collapse; border-spacing: 0;}
table.table td, .text table td 												{padding: 7px !important; border-radius: 0px; border: 1px solid #ccc;}
table.table tr:nth-child(even) td, .text table tr:nth-child(even) td  		{background: #e3f2fd;} 
.table td.top, .table th, .text table td.top, .text table th 				{padding: 7px; background: #93d3f9;}
table.table td p, .text table td p											{margin: 0px; padding: 0px;}

	
	
	
.footer-contact	 {
	height: 400px;
    left: 55%;
    padding: 2%;
    position: absolute;
    width: 30%;
    max-width: 400px;
    min-width: 280px;
    z-index: 100;
	background: url(/images/exagon-pattern.png) #1f2881;
	color: #eee;
}

.footer-contact a	{
	color: #e3f2fd;
}

.contact-small	 {
	height: auto;
    left: 0;
    position: static;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
}


.contact_block {
	clear: both;
	margin-bottom: 15px;
	padding-left: 40px;
}

.contact_block i {
	font-size: 2rem;
	display: block;
	position: absolute;
	margin-left: -40px;
}

.contact_block a {
	
}