/* MAIN css by Dino */
/* rgb(20, 129, 201); */
@font-face {
    font-family: MyriadPro; /* имя шрифта для CSS правил */
    src: local("MyriadPro"),
         url(../fonts/MyriadPro/MyriadPro-Regular.otf); /* если шрифт не установлен, тогда загружаем его по указанному пути */
  }
.blind{
	display: none;
}
body {
	margin: 0px;
	padding: 0px;
}
ul * {
	list-style-type: none;
}
/* Шапка */
.header {
	width: 100%;
	height: 200px;
	overflow: hidden;
}
.bg-to-header {
	width: 100%;
	height: 200px;
	background: url('../img/bg-to-header.png') top center;
}
.body-to-content {
	max-width: 1200px;
	min-width: 800px;
	margin: 0 auto;
}
.content-menu {
	padding: 0px 15px 0px 15px;
	max-width: 1170px;
}
.left-header {
	width: 50%;
	height: 200px;
	overflow: hidden;
	float: left;
}
.header-right-line {
	width: 50%;
	height: 200px;
	float: right;
}
.headline-of-header {
	position: relative;
	margin-left: 150px;
	margin-top: -140px;
}
.headline-of-header a {
	color: #fff600;
	font-size: 20px !important;
}
.headline-of-header a:hover {
	color: #fff600;
	text-decoration: underline;
}
.text-to-headline {
	color: rgb(233, 233, 233);
	font-size: 16px;
	line-height: 20px;
}
.logo {
	width: 120px;
	height: 120px;
	display: block;
	margin-top: 45px;
	margin-left: 10px;
}
.logo img {
	width: 120px;
	height: 120px;
}
.tipk-headline {
	font-size: 28px;
	line-height: 30px;
	text-shadow: 0px 0px 0px black, 0 0 30px rgb(0, 0, 0);
	font-family: MyriadPro, arial;
}

/* Главное меню */
.navi {
	width: 100%;
	height: 40px;
	overflow: hidden;
}
.wrap-navi {
	width: 100%;
	overflow: hidden;
	background: url(../img/bg-navi.png) repeat-x #032a44;
}
.navi ul {
	overflow: hidden;
}
.main-menu {
	margin-left: 20px;
	padding: 0px;
}
.main-menu-li {
	float: left;
}
.main-menu-li-a {
	height: 34px;
	display: block;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	padding: 3px 10px 3px 10px;
}
.main-menu-li-a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../img/bg-navi-hover.png) repeat-x;
}
.drop-down-mm {
	margin-left: 10px;
	background: rgb(1, 1, 71);
	border-radius: 3px;
	position: absolute;
	z-index: 999;
	display: none;
}
.drop-down-mm-li {
	width: 100%;
	display: block;
	clear: both;
}
.drop-down-mm-li-a {
	width: 100%;
	font-size: 14px;
	color: #fff;
	padding: 5px;
	display: block;
	text-decoration: none;
}
.drop-down-mm-li-a:hover {
	background: rgb(70, 70, 122);
	text-decoration: none;
	color: #fff;
}
.drop-down-mm-vl {
	background: rgb(1, 1, 71);
	border-radius: 3px;
	margin-left: 20px;
	float: left;
}
.drop-down-mm-vl-li {
	width: 100%;
	color: #fff;
	padding: 5px;
	display: block;
	text-decoration: none;
}
.drop-down-mm-vl-li-a {
	color: #fff;
	font-size: 14px;
	padding: 5px 10px 3px 5px;
}
.drop-down-mm-vl-li-a:hover {
	color: #fff;
}

/* Слайдер */
.slider-wrap {
	width: 100%;
	background: #fff;
	margin-top: 20px;
}
#slider {
	height: 285px !important;
}

/* Контент сайта */
.wrap-content {
	width: 100%;
	margin-top: 30px;
	overflow: hidden;
}
/* Левая колонка */
.column-left {
	width: 275px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
.page-left {
	width: 320px;
}
.page-right {
	width: 320px;
	margin-left: 50px;
	margin-top: 20px;
}
.link-left-column {
	margin-bottom: 30px;
	float: left;
}
.form-search {
	float: left;
}

/* Правая колонка */
.column-right {
	width: 275px;
	float: right;
}
.right-item {
	width: 275px;
	margin-bottom: 30px;
	float: right;
}
.wrap-searche {
	margin: 20px 10px 20px 0px !important;
	float: right;
}
.documents {
	width: 100%;
}
.documents a {
	text-decoration: none;
}
.documents img {
	width: 150px;
	margin-right: 15px;
	margin-bottom: 20px;
	float: right;
}
.head-column {
	width: 215px;
	background: #003884;
	color: white;
	font-size: 15px;
	text-indent: 30px;
	margin-bottom: 20px;
}
.head-r {
	float: right;
	border-radius: 0px 45px 0px 45px;
}
.head-l {
	float: left;
	border-radius: 45px 0px 45px 0px;
}
.page-head-l {
	width: 230px;
}
.news {
	width: 178px;
	padding-left: 20px;
	float: left;
}
.news ul {
	list-style-type: circle;
}
.news li {
	margin-bottom: 5px;
}
.link-all-news {
	margin-left: 50px;
	margin-top: 15px;
	display: block;
}

/* Центральная колонка */
.column-center {
	overflow: hidden;
	padding-right: 20px;
	min-height: 394px;
}

/* Футер */
.footer {
	width: 100%;
	height: 200px;
	background: url('../img/bg-to-footer.png') top center;;
	border-top: 1px solid rgb(20, 129, 201);
	margin-top: 50px;
}
.footer-left-line {
	width: 50%;
	height: 200px;
}
.current {
	background: url(../img/bg-navi-hover.png) repeat-x;
	color: #fff;
	padding: 3px 10px 3px 10px;
}
.current:hover {
	color: #fff;
}
.secondary {
	font-size: 16px;
	float: left;
}
.drop-secondary {
	margin-left: 20px;
}
.secondary-ul {
	float: left;
	clear: both;
}
/* Стили формы входа на сайт */
#ForgotPassword {
	margin-top: 10px;
}
.action {
	margin-top: 10px;
}
.news-details {
	color: #0088cc;
	font-size: 12px;
}
/* Результаты поиска */
.search-result {
	width: 90%;
	padding-left: 20px;
	padding-right: 20px;
}
.action {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  margin: 5px 0px 15px 3px;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #bbbbbb;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #a2a2a2;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.action:hover,
.action:active,
.action.active,
.action.disabled,
.action[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.action:active,
.action.active {
  background-color: #cccccc \9;
}

.action:first-child {
  *margin-left: 0;
}

.action:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.action:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.action.active,
.action:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.action.disabled,
.action[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.action {
	margin: 3px 0px 0px 3px;
}
.pagination {
	font-size: 18px;
}
.required {
	color:red;
}
#SearchForm_SearchForm_Search {
	margin-top: 3px;
}
@media screen and (min-width: 1200px){
	.tipk-headline {
		font-size: 28px;
	}
}
@media screen and (max-width: 1200px) and (min-width: 1000px){
	.tipk-headline {
		font-size: 24px;
	}
}
@media screen and (max-width: 1000px) and (min-width: 800px){
	.tipk-headline {
		font-size: 20px;
	}
}
@media screen and (max-width: 800px){
	.tipk-headline {
		font-size: 18px;
	}
}
textarea {
	min-width: 300px;
}