/* Основа документа */
html, body, td, div, a, span {
	font-family: 'Conv_9366', arial, sans-serif!important;
}
html {
	overflow-y: scroll;
	overflow-x: auto;
}
body {
	width:100%;
	margin:0px 0 0;
	padding:0;
	background:#f2f2f2;
	background: -webkit-linear-gradient(0deg, #f2f2f2, #ffffff);
	background: -moz-linear-gradient(0deg, #f2f2f2, #ffffff);
	background: -o-linear-gradient(0deg, #f2f2f2, #ffffff);
	background: linear-gradient(0deg, #f2f2f2, #ffffff);				
	color:#333;
	font-family: 'Conv_9366', arial, sans-serif!important;
	font-size:12pt;
	padding:0px;
	padding-right:0px !important;
}
a,img,input,button,select,textarea {
	outline:none!important;
}
.overlay {
	z-index:1;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.0), rgba(0,0,0,0.0), rgba(0,0,0,0.0), rgba(0,0,0,0.2));
	background: -moz-linear-gradient(0deg, rgba(0,0,0,0.0), rgba(0,0,0,0.0), rgba(0,0,0,0.0), rgba(0,0,0,0.2));
	background: -o-linear-gradient(0deg, rgba(0,0,0,0.0), rgba(0,0,0,0.0), rgba(0,0,0,0.0), rgba(0,0,0,0.2));
	background: linear-gradient(0deg, rgba(0,0,0,0.0), rgba(0,0,0,0.0), rgba(0,0,0,0.0), rgba(0,0,0,0.2));	
	color:rgba(255,255,255,0.8);
	text-align:center;
	text-transform:uppercase;
	font-size:12pt;
	line-height:25px;
	padding-top:40px;
	font-weight:lighter;
}
hr {
	margin-bottom:10px;
	margin-top:10px;
	border:0;
	border-bottom:1px solid #fff;
	border-top:1px solid #ddd;
}
img { border: 0; }
iframe.map {
    border: 1px solid #ddd!important;
    border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}

.clear{
    clear: both;
}
.lefted {
	margin:0 auto;
	text-align:left;
}
.centered {
	margin:0 auto;
	text-align:center;
}
.righted {
	margin:0 auto;
	text-align:right;
}
p {
	text-align:justify;
}
/***/
/* Заголовки */
h1 {
	color:#333;
	font-size:22pt;
}
h2 {
	color:#333;
	font-size:20pt;
}
h3 {
	color:#333;
	font-size:16pt;
}
h4 {
	color:#333;
	font-size:12pt;
}
h1.page_title {
	width:100%;
	margin:0px auto 20px auto;
	font-size:24pt;
	text-align:left;
}
/***/
/* Отношения сторон блоков */
.ratio-1-1 {
	position:relative;
    padding-top: 100.0%; /* 100% ширины делим на 1 и умножаем на 1 */
}
.ratio-2-1 {
    padding-top: 40.0%; /* 100% ширины делим на 2 и умножаем на 1 */
}
.ratio-3-1 {
	position:relative;
    padding-top: 33.33%; /* 100% ширины делим на 3 и умножаем на 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: 25.0%; /* 100% ширины делим на 4 и умножаем на 1 */
}
/***/
/* Ссылки */
a,a:link,
a:visited,
a:active {
	color:#337ab7;
	text-decoration:none;
}
a:hover {
	color:#337ab7;
	text-decoration:underline;
}
/***/
/* Верхнее меню */
.top {
	height:50px;
	margin:25px auto;
}
.logo{
	display:block;
	margin:0px 0 0px 0;
	font-size:0px;
}
.logo_txt{
	position:absolute;
	left:15px;
	top:0px;
	width:50%;
	text-transform:uppercase;
	padding:7px 0px;
	font-size:10pt;
}
.phone{
	display:block;
	height:50px;
	line-height:25px;
	margin:0px 0;
	padding-right:15px;
	font-size:18pt;
	text-align:right;
}
.phone small{
	font-size:12pt;
}
.phone .adress{
	display:block;
	font-size:10pt;
	line-height:20px;
	color:#aaa;
}
.top .btn.btn-link{
	display:block;
	font-size:14pt;
	height:50px;
	line-height:35px;
	margin:0px 0;
	color:#337ab7;
	text-decoration:none;
}
.top .btn.btn-link:hover {
	color:#356993;
}
.up {
	cursor:pointer;
	position:fixed;
	bottom:-50px;
	right:15px;
	z-index:1;
	width:26px;
	height:26px;
	opacity:0.0;
	-khtml-opacity:0.0;
	-moz-opacity:0.0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=000);
	transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-webkit-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;	
}
.up:hover {
	
}
/***/
/* Блок с изображением */
.slider {
	position:relative;
	border:1px solid #fff;
	margin:0px auto 30px auto!important;
	border-radius:4px!important;
	-khtml-border-radius:4px!important;
	-moz-border-radius:4px!important;
	-webkit-border-radius:4px!important;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	-webkit-background-size: cover!important;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); 
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); 
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);  
}
.slide {
	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;
	border-radius:4px!important;
	-khtml-border-radius:4px!important;
	-moz-border-radius:4px!important;
	-webkit-border-radius:4px!important;
	background-size: cover!important;
	-moz-background-size: cover!important;
	-o-background-size: cover!important;
	-webkit-background-size: cover!important; 
}
/***/
/* Хлебные крошки */
ol.breadcrumbs {
	margin:-20px 0px 30px 0px;
	padding:0;
	line-height:16px;
	list-style:none;
}
ol.breadcrumbs li {
	display:inline-block;
	line-height:16px;
	margin:0px;
	padding:0;
	color:#333;
	font-size:10pt;
	vertical-align:middle;
}
ol.breadcrumbs li::before {
	height:15px;
	margin:0 10px;
	color:#333;
	content:'/';
}
ol.breadcrumbs li:nth-child(1)::before {
	height:15px;
	margin:0;
	color:#333;
	content:'';
}
ol.breadcrumbs li a {
	color:#333;
	text-decoration:none;
}
ol.breadcrumbs li a:hover {
	color:#337ab7;
}
/***/
/* Боковой блок */
.menu_select {
	display:none;
}
.menu_select li {
	color:#333;
    filter: none;
}
.menu_select li:hover {
	background-color: #eee;
}
.menu_select li a{
	color:#333;
	text-decoration:none;
}
.menu_select li.active,
.menu_select li.active:hover{
	background-image: none;
	background-color: #337ab7;
	border-color:#356993;
	text-shadow:none;
}
.menu_select li.active a{
	color:#fff;
}
#vk_groups {
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); 
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); 
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);  	
}

/***/
/* Список материалов */
.news_sm_mat{
	display:block;
	padding:0px;
	margin-bottom:30px;
	text-align:left;
	color:#333;
	border:none;
}
.news_sm_mat a{
	display:inline-block;
	line-height:20px;
	margin:0px 0px 10px 0px;
	color:#333;
	font-size:14pt;
	color:#337ab7;
}
.news_sm_mat a:hover{
	color:#333;
	text-decoration:none;
}
.news_sm_mat .centered{
	text-align:center;
}
.news_sm_mat .righted{
	text-align:right;
}
.news_sm_mat .row > * {
	padding:0px 7px;
	font-size:14px;
}
.news_sm_mat span{
	display:block;
	font-size:1.0em;
}
.news_sm_mat .fa{
	margin-right:5px;
}
.news_sm_mat .descr{
	display:block;
	line-height: 20px;
    font-size: 12pt;
	text-align:justify;
}
.catalog_sm_mat{
	display:block;
	padding:0px;
	margin-bottom:30px;
	text-align:left;
	color:#333;
	border:none;
}
.catalog_sm_mat a{
	display:inline-block;
	line-height:20px;
	margin:0px 0px 5px 0px;
	color:#333;
	font-size:10pt;
	color:#337ab7;
}
.catalog_sm_mat a:hover{
	color:#333;
	text-decoration:none;
}
.catalog_sm_mat .centered{
	text-align:center;
}
.catalog_sm_mat .righted{
	text-align:right;
}
.catalog_sm_mat .row > * {
	padding:0px 7px;
	font-size:14px;
}
.catalog_sm_mat span{
	display:block;
	font-size:1.0em;
}
.catalog_sm_mat .fa{
	margin-right:5px;
}
.catalog_sm_mat .descr{
	display:block;
	line-height: 20px;
    font-size: 12pt;
	text-align:justify;
}
.catalog_sm_mat .price{
	margin-top:10px;
	line-height: 20px;
    font-size: 12pt;
}


.btn-primary {
	background-color:#337ab7;
	border-color:#204d74;
}
.btn-primary:hover {
	background-color:#4198e0;
	border-color:#204d74;
}
.btn-primary:active,
.btn-primary:focus {
	background-color:#337ab7;
	border-color:#204d74;
}


#social_butt_portfolio {
	text-align:center;
}
#social_butt_portfolio .ya-share2__popup {
	text-align:left;
}
.mat-img {
	cursor:pointer;
	display:block;
	margin:5px 0px!important;
	width:100%;
	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:1px solid #eee;
	border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px; 
	
}
.mat-img2 {
	cursor:pointer;
	display:block;
	width:100%;
	position:relative;
	background:url('../images/no_img.png');
	background-position:center center!important;
	background-repeat:no-repeat!important;
	border:1px solid #ddd;
	border-radius:4px;
	-khtml-border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); 
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075); 
	box-shadow: 0 1px 2px rgba(0, 0, 0, .075);  
}
/* * */
/* Страница с материалом */
.image_min{
	width:100%;
	max-width:400px;
	margin-bottom:15px;
	border-radius: 5px;
}
.description {
	display:block;
	line-height:20px;
	color:#333;
	margin-top:0px;
	font-size:12pt;
}
.description ul {
	list-style:circle outside;
	margin-left:20px;
}
.description ol {
	list-style:decimal outside;
	margin-left:20px;
}
.description li {
	margin-bottom:10px;
}
.description p {
	margin-bottom:10px;
	text-indent:40px;
}
.description hr {
	clear:both;
	margin:15px 0px 20px 0px;
	border-top:dashed 1px #ddd;
}
small.info_block {
	display:block;
	line-height:16px;
	font-size:8pt;
	text-align:justify;
	margin-bottom:15px;
	padding:10px;
	border:1px solid #ddd;
	border-radius:5px;
}
.page_body {
	margin-bottom:0px;
}
/* * */
/* Переключатели страниц */
.search-results-paging,
.pager {
	text-align:center;
}
.fpage,
.search-results-paging span.current,
.search-results-paging span {
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	margin:0 2px 0 2px!important;
	color:#333!important;
	text-decoration:none!important;
}
.search-results-paging span.first {
	margin:0 6px 0 2px!important;
}
.fpage.current,
.search-results-paging span.current {
	position:relative;
	display:inline-block;
	width:30px;
	height:30px;
	line-height:29px;
	background:transparent;
	border-bottom:1px solid #aaa;
}
.search-results-paging span.current::before {
	content:" ";
	position:absolute;
	left:0px;
	bottom:0px;
	display:block;
	width:0px;
	height:0px;
	border-bottom:2px solid #aaa;
}
.search-results-paging span a {
	color:#333!important;
	text-decoration:none;
}
/***/
/* Подвал */
.footer {
	border-top:1px solid #ccc;
	text-shadow: 0px 1px 0px #fff;
	padding:30px 0px;
	margin:0px auto 50px auto;
	color:#888;
}
.footer h4 {
	height:25px;
	line-height:25px;
	color:#333;
	font-size:14pt;
}
.footer ul {
	margin-left:0px;
	margin-bottom:0px;
	padding:0px;
	list-style:none;
	
}
.footer ul li {
	font-size:11pt;
	font-size:10pt;
	margin-bottom:0px;
}
.footer ul li:before {
	content:"→ ";
	margin-right:5px;
}
.footer ul li.current,
.footer ul li.current a {
	color:#337ab7;
}
.footer p {
	font-size:10pt;
	margin-bottom:0px;
	text-align:right;
}
.footer a {
	color:#888;
}
.footer a:hover {
	color:#555;
}
/***/
/* Партнеры */
.partners-slider .slide {
	margin:30px 0px ;
}
.partners-slider .slide a {
	display:block;
	height:150px;
	margin:0px 0px;
	background-position:center center!important;
	background-repeat:no-repeat!important;
	background-size: contain!important;
	-moz-background-size: contain!important;
	-o-background-size: contain!important;
	-webkit-background-size: contain!important;
}
.partners-slider .slick-prev {
	left:0px;
}
.partners-slider .slick-next {
	right:0px;
}
.partners-slider .slick-prev:before, .partners-slider .slick-next:before {
	color:rgba(0,0,0,0.3);
}
/* Счетчики */
.popup_schet {
	width:0px;
	overflow:hidden;
	z-index: 30;
	padding:0; 
	position:fixed;
	top:0px; 
	left:0px;
	text-align:left;
}
.popup_schet img {
	width:0px!important;
	height:0px!important;
}
/***/
/* Модальные окна и почтовые формы */
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;

    outline: 0;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;

}
.modal-header {
	padding:15px 20px 10px 20px;
	border-bottom:5px solid #337ab7;
}
.modal-header .modal-title {
	font-size:18pt;
}
.modal-header .close {
	margin:5px 0 10px 0!important;
}
.modal-body {
	position:relative;
	padding:20px;
}
.contact-form.row {
	margin:0!important;
}
.contact-form .row label {
	margin:10px 0 0!important;
	font-weight:lighter!important;
}
.badge,
.label,
label {
	width:auto;
	margin:5px 0 5px 0!important;
	padding:0!important;
	color:#333!important;
	font-size:14pt!important;
	font-weight:lighter!important;
	text-align:left!important;
}
.redstar {
	color:#e00000;
}
form.contact-form .form-group.text:first-child {
	display:none;
}
/***/
/* Социальные кнопки */
.ya-share2 .ya-share2__badge {
	background-color:#ccc!important;
	-moz-border-radius: 3px!important;
	-webkit-border-radius: 3px!important;
	-khtml-border-radius: 3px!important;
	border-radius: 3px!important;	
}
.ya-share2 .ya-share2__badge:hover {
	background-color:#337ab7!important;
}
/***/
.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%;
	}
}

/* Landscape - телефоны */
@media (max-width: 400px) {
	.top {
		height:auto;
	}
	.top .logo {
		margin:auto;
		margin-bottom:10px;
	}
	.top .phone {
		margin:auto;
		margin-bottom:15px;
		text-align:center;
	}
	.top .btn {
		margin-top:20px!important;
		margin-bottom:-20px!important;
	}
	.slider .ratio-4-1 {
		padding-top:50%;
	}
	.page_body {
		margin-top:30px;
	}
	.footer * {
		text-align:center!important;
	}
	.footer div[class *= col] {
		margin:10px auto;
	}
}
	
/* От ландшафтного экрана телефона до потретного планшета */
@media (min-width: 401px) and (max-width: 767px) {
	.top {
		height:auto;
	}
	.top .logo {
		margin:auto;
		margin-bottom:10px;
	}
	.top .phone {
		margin:auto;
		margin-bottom:15px;
		text-align:center;
	}
	.top .btn {
		margin-top:20px!important;
		margin-bottom:-20px!important;
	}
	.page_body {
		margin-top:30px;
	}
	.footer * {
		text-align:center!important;
	}
	.footer div[class *= col] {
		margin:10px auto;
	}
}

/* От портретного планшета до ландшафтного экрана и настольных дисплеев */
@media (min-width: 768px) and (max-width: 979px) {
	.top {
		height:auto;
	}
	.top .logo {
		margin:auto;
		margin-bottom:10px;
	}
	.top .phone {
		margin:auto;
		margin-bottom:15px;
		text-align:center;
	}
	.top .btn {
		font-size:12pt!important;
	}
	.page_body {
		margin-top:30px;
	}
	.footer * {
		text-align:center!important;
	}
	.footer div[class *= col] {
		margin:10px auto;
	}
	.slick-arrow {
		display:none!important;
	}
	.footer div[class *= col]:last-child {
		text-align:center!important;
	}
}
	
/* Большой дисплей */
@media (min-width: 1200px) {
	
}
	
/* Портретная ориентация */
@media all and (orientation:portrait) 
{}

/* Альбомная ориентация */
@media all and (orientation:landscape) 
{}