.all-cats {font-size:0px;color:rgba(0,0,0,0.0);margin:0px;padding:0px;}

/* Основа документа */
html, body, td, div, a, span {
	font-family: arial, sans-serif!important;
}
body {
	width:100%;
	background:#fff;
	color:#333;
	font-family: arial, sans-serif!important;
	padding-right:0px !important;
	margin-top:100px;
}
a,img,input,button,select,textarea {
	outline:none!important;
}
hr {
	margin-bottom:10px;
	margin-top:10px;
	border:0;
	border-bottom:1px solid #fff;
	border-top:1px solid #ddd;
}
img { border: 0; }
.clear{
    clear: both;
}
.centered {
	display:block;
	margin:0 auto;
	text-align:center;
}
.disabled {
	color:#ddd;
	cursor:default;
}
p {
	text-indent:35px;
	text-align:justify;
}
label,
.label {
	display: inline;
    padding: 10px 0px 0px 0px;
    font-size: 100%;
    font-weight: bold;
    line-height: 20px;
    color: #333;
    text-align: left;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: none;
}
/***/
/* Отношения сторон блоков */
.ratio-1-1 {
	position:relative;
    padding-top: 100.0%; /* 100% ширины делим на 1 и умножаем на 1 */
}
.ratio-2-1 {
    padding-top: 40.0%; /* 100% ширины делим на 2 и умножаем на 1 */
}
.ratio-3-2 {
	position:relative;
    padding-top: 66.66%; /* 100% ширины делим на 3 и умножаем на 2 */
}
.ratio-3-4 {
	position:relative;
    padding-top: 144.0%; /* 100% ширины делим на 3 и умножаем на 4 */
}
.ratio-4-3 {
    padding-top: 75.0%; /* 100% ширины делим на 4 и умножаем на 3 */
}
.ratio-4-1 {
    padding-top: 30.0%; /* 100% ширины делим на 4 и умножаем на 3 */
}
/***/
/* Секции */
.tp_block {
	position:relative;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:70px 0px;
	background:transarent;
	text-align:justify;
}
.gr_block {
	position:relative;
	width:100%;
	height:auto;
	margin:70px auto 0 auto;
	padding:70px 0px;
	background-image: -webkit-linear-gradient(top, #fff 0%, #f8f8f8 100%);
	background-image:      -o-linear-gradient(top, #fff 0%, #f8f8f8 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f8f8f8));
	background-image:         linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-top:1px solid #eee;
	color:#333;
	text-align:justify;
}
.bl_block {
	padding:15px 0!important;
	background:#184b7f;
	border:none;
	color:#fff;
}
/***/
/* Заголовки */
h1 {
	color:#333;
	font-size:22pt;
	margin-bottom:30px!important;
}
h2 {
	color:#333;
	font-size:20pt;
}
h3 {
	color:#333;
	font-size:16pt;
}
h4 {
	color:#333;
	font-size:12pt;
}
/***/
/* Ссылки */
a,a:link,
a:visited,
a:active {
	color:#184b7f;
	text-decoration:none;
}
a:hover {

	text-decoration:underline;
}
a.btn.btn-success,
a.btn.btn-primary,
a.btn.btn-danger {
	color:#fff;
	text-decoration:none;
}
a.btn.btn-default {
	color:#333;
	text-decoration:none;
}
/***/
/* Верхнее меню */
.navbar-header {
	width:112px;
	margin-right:0px;
}
.navbar-nav {
	margin-left:15px;
}
a.navbar-brand {
	display:block;
	width:112px;
	height:45px;
	background:url(../img/logo.png) center left no-repeat;
	margin:15px 0px 7px 0px;
	margin-left: 0px!important;
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,1.0) 30%, rgba(0,0,0,.3) 50%, rgba(0,0,0,1.0) 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite;
}
.shine {
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,1.0) 30%, rgba(0,0,0,.3) 50%, rgba(0,0,0,1.0) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}
@-webkit-keyframes shine {
	from {
		-webkit-mask-position: 150%;
	}
	to {
		-webkit-mask-position: -50%;
	}
}
.phone_txt{
	position:absolute;
	top:36px;
	right:15px;
	width:350px;
	height:50px;
	line-height:20px;
	margin:-19px 0 0;
	color:#184b7f;
	text-align:right;
	font-weight:bold;
}
.phone_txt .phone{
	font-size:108%;
}
.phone_txt .phone span{
	margin:0 2px 0 0;
	font-weight:lighter;
	color:#aaa;
}
.phone_txt a:link,.phone_txt a:visited,.phone_txt a:active{
	text-decoration:none;
}
.up {
	position:absolute;
	top:78px;
	right:0px;
	z-index:1;
	cursor:pointer;
	height:18px;
	line-height:18px;
	margin-right:15px;
	padding:0 9px;
	background:#184b7f;
	color:#fff;
	font-size:7pt;
	text-align:center;
	opacity:0.0;
	-khtml-opacity:0.0;
	-moz-opacity:0.0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=000);
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;	
}
.up:hover {
background:#337ab7;
}
.navbar-inverse .navbar-toggle {
    border-color: #ddd;
}
.navbar-inverse .navbar-toggle:hover {
    border-color: #184b7f;
	background:#fff;
}
.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #184b7f;
}
.navbar-inverse .navbar-toggle:focus {
    border-color: #184b7f;
	background:#fff;
}
.navbar-inverse .navbar-toggle:focus .icon-bar {
    background-color: #184b7f;
}
.navbar-toggle {
    position: absolute;
	top:9px;
	right:0px;
    float: right;
    width:33px;
	height:33px;
	line-height:33px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 20px;
}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ddd;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 12px;
    height: 2px;
	margin:0px auto;
    border-radius: 2px;
}
/***/
/* Слайдер мероприятий */
.main-slider-body{
	overflow:hidden;
	max-height:255px;
	position:relative;
	border-radius: 4px;
}
.main-slider{
	overflow:hidden;
	max-height:255px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
			box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.main-slider .slide {
	
	display:block;
	margin:0px;
	background-color:#eee;
	background-position:center center!important;
	background-repeat:no-repeat!important;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	-webkit-background-size: cover!important;
	border-radius: 4px;
}
.main-slider .slick-prev:before, .main-slider .slick-next:before {
	color:rgba(255,255,255,0.7);
}
.main-slider .slide:hover span {
	background:#ffffff;
	color:#111;
}
.main-slider .slide span {
	position:absolute;
	left:0px;
	bottom:0px;
	display:inline-block;
	padding:15px;
	background:#000;
	color:#eee;
	margin:0px;
	font-size:14pt;
}
.main-slider-body .text {
	position:absolute;
	left:0px;
	z-index:1040;
	width:calc(100% - 100px);
	margin:0px 50px;
	color:#fff;
	text-align:center;
	text-shadow:0px 2px 3px #000;
}
.main-slider-body .text.text1 {
	top:calc(50% - 70px);
	height:70px;
	line-height:70px;
	font-size:32px;
	color:#fff;

}
.main-slider-body .text.text2 {
	top:calc(50% - 35px);
	height:70px;
	line-height:70px;
	font-size:16px;
	color:#fff;
}
.main-slider-body .text.text3 {
	top:calc(50% - 0px);
	height:70px;
	line-height:70px;
	font-size:26px;
	color:#fff;
}
.main-slider-body .overlay {
	position:absolute;
	left:0px;
	top:0px;
	z-index:9;
	height:100%;
	width:100%;
	background:rgba(0,0,0,0.4);
	border-radius: 4px;
}
/***/
/* Переключатель страниц */
.plist {
	text-align:center;
}
.plist a.pgSwch,
.plist span.pgSwchA,
.plist span {
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	margin:0 2px 0 2px!important;
	color:#333!important;
	text-decoration:none!important;
}
.plist span.pgSwchA {
	position:relative;
	display:inline-block;
	width:30px;
	height:30px;
	line-height:29px;
	background:#fff;
	border-bottom:1px solid #aaa;
}
.plist span.pgSwchA::before {
	content:" ";
	position:absolute;
	left:0px;
	bottom:0px;
	display:block;
	width:0px;
	height:0px;
	border-bottom:2px solid #aaa;
	border-bottom:2px solid #aaa;
}
.plist a {
	color:#333!important;
	text-decoration:none;
}
/***/
/* Хлебные крошки */
.breadcrumbs {
	display:block;
	margin:10px 0 20px;
	color:#777;
	font-size:8pt;
	
}
/***/
/* Контент */
.content {
	margin-bottom:50px;
	clear:both;
}

.block-body {
	padding:20px 15px;
	border:1px solid #ddd;
	border-radius: 4px;
	margin:45px 0px;
	line-height:25px;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.block-body-blue {
	background:#f2f9ff;
	padding:15px 15px;
	border:1px solid #a1c5e2;
	border-radius: 4px;
	margin:25px 0px;
	line-height:25px;
	text-align:center;
	-webkit-box-shadow: none;
			box-shadow: none;
}
.block-body-blue small {
	line-height:10px;
}
.block-body-blue hr {
	margin-bottom:10px;
	margin-top:10px;
	border:0;
	border-bottom:1px solid #fff;
	border-top:1px solid #a1c5e2;
}
.block-body-blue b {
	color:#184b7f;
}


.mat-block {
	padding:15px 15px;
	border:1px solid #ddd;
	border-radius: 4px;
	margin:15px 0px;
	line-height:25px;
	-webkit-box-shadow: none;
			box-shadow: none;
}

.mat-img .ratio {
	display:block;
	background-color:#eee;
	background-position:center center!important;
	background-repeat:no-repeat!important;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	-webkit-background-size: cover!important;
}
.mat-title {
	font-size:13pt;
}
.mat-category,
.mat-category a {
	margin-top:10px;
	color:#777;
	font-size:10pt;
}
.mat-greater {
	color:#777;
	font-size:10pt;
}
.mat-price {
	font-size:14pt;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:20px;
}
.shop-mat-descr table {
	background:none!important;
}
.shop-mat-descr .line-info {
	line-height:25px;
	padding:3px 10px;
}
.shop-mat-descr .line-info span {
	display:inline-block;
	width:49%;
	text-align:left;
}
.shop-mat-descr .line-info{
	border-bottom:1px solid #eeeeee;
}
.shop-mat-descr .all-char {
	display:none;
}

.shop-mat-descr table td {
	text-align:left;
	width:auto;
}
.shop-mat-descr .prop  { 
	width:100%!important;
}
.shop-mat-descr .name  { 
	display:inline-block;
	width:300px!important;
}
.methods-list input[type=radio]{
	margin:14px 10px 0 0;
}
.mat-social {
	float:right!important;
	margin-top:5px;
	text-align:center;
}
.ya-share2 .ya-share2__badge {
	background-color:#aaa!important;
	-moz-border-radius: 2px!important;
	-webkit-border-radius: 2px!important;
	-khtml-border-radius: 2px!important;
	border-radius: 2px!important;	
}
.ya-share2 .ya-share2__badge:hover {
	background-color:#184b7f!important;
}
.ya-share2 .ya-share2__icon_more {
	background-color:#fff!important;
	border-color:#aaa;
	width:25px!important;
}
.ya-share2 .ya-share2__icon_more:hover {
	background-color:#184b7f!important;
	border-color:#184b7f!important;
}
.ya-share2__popup {
	text-align:left;
}
.ya-share2__popup ul li a:hover span,
.ya-share2__popup .ya-share2__title:hover {
	color:#184b7f!important;
}
.ya-share2__popup ul li:hover a span.ya-share2__icon {
	background-color:#184b7f!important;
}
.nav-tabs {
	margin-top:25px;
}
.nav-tabs > li > a {
    color: #333;
    margin-right: 5px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color:#184b7f;
}
/***/
/* Подвал */
.footer_coppy {
	float:left;
	line-height:15px;
	padding:5px 0 5px 15px;
	font-size:9pt;
	text-align:right;
}
.footer_adress {
	float:right;
	line-height:15px;
	padding:5px 0 5px 15px;
	font-size:9pt;
}
.footer_coppy a,
.footer_coppy a:link,
.footer_coppy a:visited,
.footer_coppy a:active,

.footer_adress a,
.footer_adress a:link,
.footer_adress a:visited,
.footer_adress a:active {
	color:#a3b8ce;
	text-decoration:none;
}
.footer_coppy a:hover,
.footer_adress a:hover {
	color:#fff;
	text-decoration:underline;
}
/***/
#schet {width:0px;height:100%;overflow:hidden;border-right:0px solid #000;background:#000a0c;z-index: 12;padding:0px; position:fixed;top:0px; left:0px;text-align:left;transition-duration: 0.5s;-moz-transition-duration: 0.5s;-webkit-transition-duration: 0.5s;-o-transition-duration: 0.5s;}
#schet:hover {width:90px;text-align:left;transition-duration: 0.5s;-moz-transition-duration: 0.5s;-webkit-transition-duration: 0.5s;-o-transition-duration: 0.5s;}
#schet img {width:88px;filter:alpha(opacity=10); -moz-opacity: 0.1; -khtml-opacity: 0.1;opacity: 0.1;transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;-o-transition-duration: 1s;}
.popup_schet img:hover {filter:alpha(opacity=30); -moz-opacity: 0.3; -khtml-opacity: 0.3;opacity: 0.3;transition-duration: 1s;-moz-transition-duration: 1s;-webkit-transition-duration: 1s;-o-transition-duration: 1s;}
/* Модальные окна и почтовые формы */
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;

    outline: 0;
}
.modal-backdrop.in {
	filter: alpha(opacity=80);
    opacity: .8;
}
.modal-header {
	padding:15px 20px 10px 20px;
	border-bottom:3px solid;
}
.modal-header .modal-title {
	font-size:18pt;
	color:#333;
}
.modal-header .close {
	margin:5px 0 10px 0!important;
	color:#333;
	opacity: .4;
}
.modal-header .close:hover {
	opacity: .8;
}
.modal-body {
	position:relative;
	padding:20px;
}
.modal .block-edit{
	display:none;
}
/***/
.btn-lg {
	border-radius: 4px;
}
/* Landscape - телефоны */
@media (max-width: 480px) {
	a.navbar-brand {
		margin:15px 10px 7px 10px;
	}
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
		margin-right: -15px;
		margin-left: 0px;
	}
	.phone_txt{
		right:65px;
	}
	.catalog-item {
		display:block;
		width:100%;
		clear:both;
	}
}
/* От ландшафтного экрана телефона до потретного планшета */
@media (max-width: 767px) {
	a.navbar-brand {
		margin:15px 10px 7px 10px;
	}
	.phone_txt{
		right:65px;
	}
	.catalog-item {
		display:block;
		width:100%;
		clear:both;
	}
}
/* От портретного планшета до ландшафтного экрана и настольных дисплеев */
@media (min-width: 768px) and (max-width: 979px) {
	a.navbar-brand {
		margin:15px 10px 7px 10px;
	}
	.phone_txt{
		right:65px;
	}
}
/* Большой дисплей */
@media (min-width: 1200px) {
	
}
/* Портретная ориентация */
@media all and (orientation:portrait) {
	
}
/* Альбомная ориентация */
@media all and (orientation:landscape) {
	
}