@font-face {
	font-family: 'MyriadProSemiBold';
	src: url('../fonts/MyriadProSemiBold.woff') format('woff');
}

body {
	background-color: #eaeaea; 
}

h4 > strong {
	font-weight: normal;
	color: #125f8e;
}

/* ---------- Верхнее меню ---------- */
.header-top {
	height: 35px;
	font-family: 'Arial';
	font-size: 18px;
	background: #eaeaea;
}

.specmode {
	float: left;
}

.header-toolbar {
	float: right;
}

.spec_h_label {
	padding-left: 30px;
	line-height: 30px;
}

.write-letter-btn,
.sitemap {
	text-decoration: none;
	font-family: 'Arial';
	font-size: 12px;
	vertical-align: middle;
	color: #000;
}

.write-letter-btn:focus,
.sitemap:focus {
	outline: 0;
}

.divider {
	border-left: 1px solid #000;
	margin: 0 10px 0 5px;
}

.search-input {
	display: inline-block;
	position: relative;
	overflow: visible;
	height: 23px;
	margin-left: 2px;
}

.search-text {
	display: block;
	float: left;
	position:relative;
	top: 7px;
	z-index: 3;
	width: 244px;
	height: 22px;
	padding: 1px 5px;
	font-family: 'Arial';
	font-size: 11px;
	outline: none;
	border: 1px solid #1b6491;
	background: #fff;
	color: #8e8e8e;
}

.search-icon {
	position: absolute;
	top: 10px;
	right: 6px;
	z-index: 4;
	background: url('../images/search-icon.png') no-repeat;
	width: 17px;
	height: 17px;
	border: none;
}

.search-text:focus {
	color:#000;
}

/* ---------- Написать письмо ---------- */

.modal-header {
	border: none;
}

.modal-title {
	text-align: center;
}

.modal-body {
	padding: 0 0 15px 0;
}

.write-letter-form {
	text-align: center;
}

.write-letter-form .text-input,
.write-letter-form textarea {
	display: block;
	width: 100% !important;
}

.userform_table {
	margin: 0 auto;
} 

.text-input {
	border: 1px solid #b0c4de;
	margin: 4px 0;
	padding: 2px;
	font-size: 13px;
}

.text-input:focus {
	border: 1px solid #2684b7;
	outline: none;
}

.write-letter-form .simpleCaptcha {
	margin-top: 4px;
}

.write-letter-form input[type='submit'] {
	width: 100%;
	padding: 8px;
	font-size: 13px;
	background: #115782;
	color: #fff;
	border: none;
}

/* ---------- Меню навигации ---------- */
.announcement {
	background: rgb(119, 0, 0);
	text-align: center;
}

.announcement p {
	padding: 6px 0;
	font-size: 20px;
	color: #fff;
}

.sitename > h1,
.sitename > h2,
.sitename > h3 {
	font-family: 'MyriadProSemiBold';
	font-weight: normal;
	letter-spacing: 4px;
	text-align: center;
	text-shadow: 0px 5px 15px rgba(0, 0, 0, 1);
	color: #fff;
}

.sitename > h1 {
	font-size: 44px;
}

.sitename > h2 {
	font-size: 36px;
	margin: 30px 0 0 0;
}

.sitename > h3 {
	font-size: 30px;
	margin-top: 0;
}

.navbar {
	margin-bottom: 0;
	min-height: 48px;
	background: #115f8e;
	border-radius: 0;
}

.navbar-nav > li > a {
    padding-top: 13px; 
    padding-bottom: 0;
    height: 50px;
}

.navbar-nav li a {
	color: #fff;
}

.navbar-nav li a:hover {
	color: #115f8e;
}

.dropdown-menu {
	background: #115f8e;
	border-radius: 0;
	padding: 0;
}

.dropdown-menu > li > a {
	padding: 8px 20px;
}

/* ---------- Центральная колонка ---------- */
.wrapper {
	background: url('../images/general/bg.jpg') no-repeat 60% 30px;
}

.central {
	margin-bottom: 20px;
}

.slider {
	height: 400px !important;
	margin-bottom: 20px !important;
}

.camera_prev, .camera_next, .camera_bar, .camera_pag {
	display: none;
}

.camera_caption .mod_latest_title {
	color: #ccc;
}

.camera_caption .mod_latest_title:hover {
	text-decoration: none;
	color: #fff;
}

.intro {
	height: auto;
	padding-top: 10px;
	margin-bottom: 10px;
}

.intro-pic {
	float: left;
	width: 20%;
}

.intro-text {
	float: right;
	font-size: 13px;
}

.intro-text img {
	float: left;
	padding-right: 10px;
}

.intro-text h3 {
	margin: 0 0 2px 0;
}

.intro-text p {
	line-height: 15px;
}

.phones {
	padding-right: 0;
}

.hotline, .helpline {
	position: relative;
	height: 86px;
	text-align: center;
}

.helpline > div,
.hotline > div {
    position: absolute;
    top: 50%; 
    left: 50%;
    transform: translate(-50%,-50%);
	width: 100%;
}

.helpline p,
.hotline p {
	margin: 0;
}

.helpline p:nth-child(1) {
	font-size: 18px;
	color: #125e8d;
	margin-bottom: 0;
}

.helpline p:nth-child(2) {
	font-size: 14px;
	color: #000;
	margin-bottom: 0;
}

.helpline p:nth-child(3) {
	font-size: 20px;
	color: #f00;
}

.hotline {
	margin-top: 20px;
}

.hotline p:nth-child(1) {
	font-size: 18px;
	color: #125e8d;
}

.hotline p:nth-child(2) {
	font-size: 20px;
	color: #f00;
}

/* ---------- Последние новости ---------- */
.last-news_module {
	margin-top: 10px;
}

.last-news_module .last-news_moduletitle {
	font-size: 24px;
	color: #125e8d;
}

.title {
	display: table;
	white-space: nowrap;
}

.title:after {
	display: table-cell;
	position: relative;
	top: 11px;
	left: 15px;
	width: 100%;
	content: '';
	border-top: 13px solid #adbfcf;
}

.mod_latest_title {
	color: #001e9e;
}

.mod_latest_image{
    float: left;
    margin-right: 10px;
    margin-bottom: 15px;
    background: #fff;
    padding: 1px;
}

.pagebar {
	text-align: center;
}

.pagebar_current {
	margin: 2px;
	padding: 4px 8px;
	border-radius: 15px;
	background-color: #375E93;
	color: #fff;
}

hr {
	border-color: #c0c0c0;
}

/* ---------- Компонент Content ---------- */
.con_heading {
	display: table;
	/*white-space: nowrap;*/
	margin: 0 0 17px;
	font-size: 24px;
	color: #125e8d;
}

.con_heading:after {
	/*display: table-cell;*/
	/*position: relative;*/
	/*top: 7px;*/
	/*left: 15px;*/
	/*width: 100%;*/
	/*content: '';*/
	/*border-top: 13px solid #adbfcf;*/
}

.con_text > p {
	margin: 0;
	color: #464646;
}

.con_text > p:not(:first-child) {
	margin-top: 10px;
}

.filelink {
	padding: 5px 0 12px;
	border-bottom: 1px solid #c2c2c2;
}

.filelink a {
	display: inline-block;
    background: url('../images/icons/word.png') no-repeat;
    height: 30px;
    padding: 9px 0 0 36px;
    text-decoration: underline;
}

.filelink span {
	display: inline-block;
	padding: 0 10px;
	font-size: 12px;
	color: #7d7d7d;
}

/* ---------- Выпадающий список ---------- */
.panel-group .panel {
	border: 0;
	border-radius: 0;
}

.panel-group .panel + .panel {
	margin-top: 0;
}

.panel-heading {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.panel-title > a:hover,
.panel-title > a:focus {
	text-decoration: none;
}

.panel:nth-child(even) .panel-heading {
	background-color: #fff;
}

.panel-default.active .panel-heading {
	background: #125e8d;
	color: #fff;
}

/* ---------- Левая колонка ---------- */
.left-menu {
	margin-top: 18px;
}

.menu {
	padding-left: 0;
	background: #125e8d;
}

.menu li {
	list-style-type: none;
	padding: 10px 20px;
	border-bottom: 1px solid #528aac;
    position: relative;
}

.menu li a {
	color: #fff;
}

.menu li a span {
	font-size: 13px;
}

.menu li a:hover {
	text-decoration: none;
}
.dspnonee{
opacity:0;
transition:.2s linear;
}

.menu li ul, .menu li ul img{
display:none;
}
.menu li ul{
padding-left:0;
}
.menu li ul li{
padding-left:10px;
}
.menu a:hover{
cursor:pointer;
}
.menu li img{
    width: 15px;
    position: absolute;
    top: 13px;
    right: 20px;
}

.central .container .row {
	background: #fff;
}

.clock {
	background: url('../images/general/clock.png');
	width: 250px;
	height: 89px;
	margin-bottom: 12px;
	font-size: 4em;
	color: #fff;
}

.clock span {
	margin: 0 11px;
}

.gsInformer {
	width: 100% !important;
	margin-bottom: 20px;
}

/* ---------- Футер ---------- */
.footer {
	background: #125e8d;
}

.copyright {
	float: left;
	padding: 40px 0 24px;
}

.copyright p {
	font-family: 'Arial';
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: underline;
	color: #fff;
}

.tecama-logo, .sitemap-footer {
	float: right;
	padding: 34px 0 30px;
}

.yandex-meter{
    padding: 34px 0 30px;
}

.sitemap-footer p {
	margin: 0 5px 10px 0;
}

/* ---------- Форма обратной связи ---------- */
.form-group {
	margin-bottom: 5px;
}

.form-group > .text-input {
	width: 260px !important;
	padding: 3px;
	border: 1px solid #a3a3a3;
}

.form-group > textarea {
	margin: 0;
}

.write-letter-us .btn-default {
	margin-top: 5px;
	padding: 3px 17px;
	color: #125e8d;
	border: 2px solid #125e8d;
	border-radius: 3px;
	background-color: transparent;
}

/* ---------- Компонент все новости ---------- */
.item {
	margin-bottom: 10px;
}

.item_photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
	background: #fff;
	padding: 1px;
}

.item_photo img {
	width: 168px;
	height: 110px;
	display:none;
}

.item_title {
	color: #001e9e;
}

.item_pub_date{
	margin-bottom: 10px;
    padding: 2px 0px;
	font-size: 11px;
	color: gray;
	display:none;
}

.item_desc p {
	color: #333;
}

/* ---------- MEDIA QUERY ---------- */
@media screen and (max-width: 1199px) {
	.sitename > h1 {
		font-size: 34px;
	}

	.sitename > h2 {
		font-size: 26px;
	}

	.sitename > h3 {
		font-size: 24px;
	}

	.left-banners {
		display: none;
	}
	
	.gsInformer {
		display: none;
	}

	.clock {
		display: none;
	}
}

@media screen and (max-width: 991px) {
	.sitename {
		position: static;
		height: auto;
		margin-top: 20px;
		text-align: center;
	}

	.dagestan-coat {
		display: none;
	}

	.charoda-coat {
		width: 190px;
	}

	.sitename > h1 {
		margin: 10px 0;
	}

	.sitename > h2 {
		margin: 22px 0 0 0;
	}

	.navbar-nav > li:first-child a > svg {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.row .row {
		margin: 0;
	}

	.divider, .sitemap {
		display: none;
	}

	.sitename > h1 {
		font-size: 27px;
	}

	.sitename > h2 {
		font-size: 23px;
	}

	.sitename > h3 {
		font-size: 21px;
	}
}

@media screen and (max-width: 479px) {
	.charoda-coat {
		width: 160px;
	}

	.sitename > h1,
	.sitename > h2,
	.sitename > h3 {
		letter-spacing: 1px;
		font-size: 18px;
	}

	.sitename > h1 {
		font-size: 21px;
	}

	.search-input {
		position: absolute;
		top: 250px;
		left: 20px;
	}
}

@media screen and (max-width: 367px) {
	.search-input {
		top: 268px;
	}

	.search-text {
		width: 200px;
	}
}

@media screen and (max-width: 319px) {
	.search-input {
		top: 293px;
	}

	.search-text {
		width: 190px;
	}
}

@media screen and (min-width: 299px) {
	.navbar-toggle .icon-bar {
		background: #fff;
	}

	.title {
		width: 100%;
	}

	.title:after {
		width: 85%;
		left: 0;
	}

	.hotline, .helpline {
		margin-top: 12px;
	}

	.phones {
		padding: 0;
	}
}

@media screen and (min-width: 480px) {
	.phones {
		padding: 0;
	}

	.hotline, .helpline {
		width: 49%;
	}

	.hotline {
		float: left;
	}

	.helpline {
		float: right;
	}
}

@media screen and (min-width: 768px) {
	.navbar-nav > li:first-child a span {
		display: none;
	}

	ul.nav li.dropdown:hover > ul.dropdown-menu {
	    display: block;    
	}

	.central .container {
		width: 720px;
	}

	.main-content {
		width: 100%;
	}

	.left-menu {
		padding: 0;
	}
}

@media screen and (min-width: 992px) {
	.navbar {
		margin-top: 100px;
	}

	.nav > li:first-child > a:hover, .nav > li:first-child > a:focus {
		background: none;
	}

	.central .container {
		width: 940px;
	}

	.main-content {
		margin-top: 18px;
		width: 73%;
	}

	.left-menu {
		padding-left: 15px;
		padding-right: 15px;
	}

	.phones {
		padding-left: 15px;
	}

	.hotline, .helpline {
		float: none;
		width: 100%;
	}

	.helpline {
		margin-top: 0;
	}

	.helpline p:nth-child(3),
	.hotline p:nth-child(2) {
		font-size: 18px;
	}

	.charoda-coat, .dagestan-coat {
		position: absolute;
		top: 50%;
		width: auto;
	}

	.dagestan-coat {
		right: 0;
	}

	.sitename {
		position: relative;
		height: 80px;
		text-align: left;
	}
}

@media screen and (min-width: 1200px) {
	.central .container {
	    width: 1130px;
	}

	.navbar {
		margin-top: 140px;
	}
}