

/* Start:/files/js/fancybox/jquery.fancybox-1.3.4.css?14471014518865*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/files/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
    
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 30px;
	background: transparent url('/files/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	/*display: none !important;*/
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/files/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/files/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/files/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/files/js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/files/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/files/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/files/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/files/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/files/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/files/js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/files/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/files/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/files/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/files/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/files/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/* End */


/* Start:/files/css/slick.css?14471014521767*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;

    -moz-box-sizing: border-box;
         box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* End */


/* Start:/files/css/jquery.jscrollpane.css?14471014521661*/
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */

.jspContainer
{
	overflow: hidden;
	position: relative;
}

.jspPane
{
	position: absolute;
}

.jspVerticalBar
{
	padding:1px 0;
	background: #cdcdcd;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: absolute;
	top: 0;
	right: 0;
	width: 9px;
	height: 100%;
}

.jspHorizontalBar
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}

.jspVerticalBar *,
.jspHorizontalBar *
{
	margin: 0;
	padding: 0;
}

.jspCap
{
	display: none;
}

.jspHorizontalBar .jspCap
{
	float: left;
}

.jspTrack
{
	position: relative;
	
}

.jspDrag
{
	background:url(/files/css/../img/bg_scroll_drag.png) no-repeat;
	position: relative;
	top: 0;
	left: 1px;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag
{
	float: left;
	height: 100%;
}

.jspArrow
{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}

.jspArrow.jspDisabled
{
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow
{
	height: 16px;
}

.jspHorizontalBar .jspArrow
{
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus
{
	outline: none;
}

.jspCorner
{
	background: #eeeef4;
	float: left;
	height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner
{
	margin: 0 -3px 0 0;
}
/* End */


/* Start:/files/css/style_new.css?169200545495833*/
@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700,700italic&subset=latin,cyrillic);

@import url(https://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700&subset=latin,cyrillic);


{font-family: 'PT Sans Narrow', sans-serif;}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/* GLOBAL
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ */
html {height:100%;}
body { height:100%;margin:0; font:15px "PT Sans", Arial, Helvetica, sans-serif; color:#646464;}


* {margin: 0; padding: 0;}

a, input, textarea, select {outline: none;}
a{text-decoration: underline; color:#0098a2;}
a:hover{text-decoration: none;}
img {border:none;}
input,
textarea,
select{font:100% "PT Sans", Arial, Helvetica, sans-serif; vertical-align:middle;}
form,fieldset{ margin:0; padding:0; border-style:none;}


article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}



#main { min-height:100%; position:relative; width:100%; overflow:hidden;  min-width:1260px;}

h1 {font-size:24px; text-align:center; text-decoration:underline;}
h2 {font-size:24px;}
p {line-height:20px; padding:18px 0 0;}
ul { padding:20px 0 0; list-style:none; margin:0;}
li {background:url(/files/css/../img/list.png) no-repeat 0 8px; line-height:20px; text-indent:40px;}

.center_colum p { line-height:18px;}


/* HEADER
-----------------------------------------------------------------------------------*/
#header { width:1260px; margin:0 auto; padding-bottom: 40px;}
.header_box {position:fixed; top:0; z-index:100; width:100%;}

.header_box_main {width:1260px; margin:0 auto;}

.header_top {background:#336699; margin:0 -10000px; padding:19px 10000px 15px; overflow:hidden;}
.header_left {
    float: left;
    width: 752px;
}
.logo {display:inline-block; padding:3px 0 0;}
.logo img {display: block; max-width: 100%; max-height: 100%;}
.slogan {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #99ccff;
    text-transform: uppercase;
    padding: 13px 0 0 66px;
}

.head_nav {list-style:none; padding:0; margin:0 0 0 -30px; float:left; width:400px;display: none;}
.head_nav li {float: left; padding:0 0 0 30px; background:none; text-indent:0;}
.head_nav li a {display:inline-block; font-size:12px; color:#fff; text-decoration:none; line-height:26px; height:26px; padding:0 0 0 35px; text-transform:uppercase;}
.head_nav li a.call_me { background:url(/files/css/../img/icon_call.gif) no-repeat;}
.head_nav li a.write { background:url(/files/css/../img/icon_write.gif) no-repeat;}
.head_nav li a:hover {text-decoration:underline;}

.header_right {
    float: right;
    margin: -2px 0 0;
    width: 480px;
}
.header_right .phone {
    display: block;
    font-size: 25px;
    color: #fff;
    text-align: right;
    width: 230px;
    line-height: 25px;
}
.header_right .phone a {
    text-decoration: none;
    color: #fff;
}
.header_right .time {
    display: inline-block;
    font-size: 12px;
    color: #99ccff;
    text-align: right;
    width: 230px;
    line-height: 12px;
}
.form_search { float:right; padding:7px 0 0;}
.form_search .tx {float:left; border: none; background:#fff; height:25px; width:190px; padding:0 10px; -webkit-box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow:    inset 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    box-shadow:         inset 0px 1px 5px 0px rgba(0, 0, 0, 0.5); -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;}
.form_search .btn_search { float:left; height:25px; width:30px; border:none; background:url(/files/css/../img/btn_search.png) no-repeat 50% 50%; cursor:pointer; overflow:hidden; text-indent:-9999px;}
.header_bot ul li a img{
    display: inline-block;
    margin: 6px 0 0 0;
}
.header_bot {
    /*margin: 0 -10000px;
    padding: 0 10000px;*/
    margin: 0;
    padding: 0;
    position: fixed;
    min-width: 1260px;
    width: 100%;
    z-index: 1000;
    background: url(/files/css/../img/bg_header_bot.gif) repeat-x;
    height: 40px;
}
.header_bot ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
}
.header_bot ul li {
    display: inline-block;
    vertical-align: top;
    background: none;
    text-indent: 0;
    padding: 0;
}
.header_bot ul li a {
    display: block;
    vertical-align: top;
    text-align: center;
    color: #656564;
    font-size: 14px;
    text-transform: uppercase;
    text-decoration: none;
    height: 40px;
    line-height: 40px;
    padding: 0 17px;
}
.header_bot ul li a.active, .header_bot ul li a:hover {background: url(/files/css/../img/bg_menu_hover.gif) repeat-x;}


/* CONTENT
----------------------------------------------------------------------------------*/
.content {padding:20px 0 220px;}
.content_only{
    width: 1163px;
    margin: auto;
    font-size: 15px;
    position: relative;
}

.index_cat {width:1260px; margin:0 auto;}
.index_cat:after {display:block; content:''; clear:both;}
.cat_one {float:left; width:300px; margin:0 0 0 20px; background:#379bff;}
.cat_one:first-child {margin-left:0;}
.cat_one:nth-child(2) img {/*height: 380px;*/ width: 100%;}
.cat_one .img_box {display:block; position:relative;}
.cat_one .img_box:hover {-webkit-box-shadow: 0px 1px 7px 0px rgba(51, 102, 153, 1);
    -moz-box-shadow:    0px 1px 7px 0px rgba(51, 102, 153, 1);
    box-shadow:         0px 1px 7px 0px rgba(51, 102, 153, 1);}
.cat_one .img_box img {display:block;}
.cat_one .img_box span.text { display: block; position:absolute; bottom:0; left:0; right:0; background:url(/files/css/../img/bg_cat_one.png); font-size:24px; color:#fff; text-transform:uppercase; padding:0 20px; font-weight:bold; line-height:29px;}
.cat_one .img_box span.text span {display:table-cell; vertical-align:middle; height:70px;}

.cat_one_bot {padding:9px 20px;}
.cat_one_bot ul {list-style:none; padding:0; margin:0;}
.cat_one_bot ul li {line-height:20px; background:none; text-indent:0;}
.cat_one_bot ul li a { font-size:15px; text-decoration:none; color:#fff; border-bottom:1px dashed #fff;}
.cat_one_bot ul li a:hover{border:none;}


.index_news {width:1260px; margin:0 auto; overflow:hidden; padding:58px 0 0;}
.index_news_left {float:left; width:620px;}
.index_news_right {float:right; width:620px;}
.index_news_left h2 { font-size:24px; line-height:26px; color:#646464;}
.index_news_left h3 { font-size:20px; line-height:22px; color:#379bff; font-weight:normal;}
.index_news_left h3 a {color:#379bff; text-decoration:none;}
.index_news_left h3 a:hover {text-decoration:underline;}
.index_news_left p {padding:7px 0 0; text-align:justify;}
.index_news_left ul { padding:20px 0 0;}
.index_news_left ul li {background:url(/files/css/../img/list.gif) no-repeat 0 8px; line-height:20px; text-indent:40px;}

.list_news {list-style:none; padding:0; margin:-24px 0 0;}
.list_news li { padding:27px 0 0; background:none; text-indent:0;}
.list_news_top {overflow:hidden; padding:0 0 13px;}
.list_news .date { float:left; background:#336699; height:30px; width:100px; font-size:15px; color:#fff; line-height:30px; text-align:center;}
.list_news .section { float:left; height:30px; padding:0 20px; background:#cbe1ec; font-size:15px; color:#646464; line-height:30px; text-align:center;}
.list_news .name {display:block; font-size:15px; font-weight:bold;}
.list_news .name a {color:#336699; text-decoration:none;}
.list_news .name a:hover {text-decoration:underline;}
.list_news p {padding:0; text-align: justify;}

.btn_all {float:right; height:30px; padding:0 20px; text-align:center; line-height:28px; font-size:15px; color:#336699; text-decoration:none; border:1px solid #336699; margin:15px 0 0;}
.all_news:hover {text-decoration:underline;}


.service {width:1260px; margin:0 auto; padding:42px 0 0;}
.service h2 {font-size:24px; color:#646464; text-align:center;}

.list_service {list-style:none; padding:0; margin:-5px 0 0 115px; font-size:0;}
.list_service li {display:inline-block; width:560px; font-size:24px; padding:30px 0 0; background:none; text-indent:0;}
.list_service li a { display: inline-block; position:relative; padding:0 0 0 123px; text-decoration:none; color:#40a3dc; height:100px; line-height:96px;}
.list_service li a img {position:absolute; top:0; left:0;}
.list_service li a span {border-bottom:1px dashed #40a3dc;}
.list_service li a:hover span {border:none;}




.slider_one_main {background:url(/files/css/../img/bg_slider_one_main.jpg) no-repeat 50% 50%; background-size:cover; padding:15px 0 30px; margin:40px 0 0; min-width:1260px;}



.slider_one {width:1260px; margin:0 auto; color:#fff;}
.slider_one_main h2 {font-size:24px; font-weight:bold; line-height:30px; text-align:center;}
.slider_one_main .slids { overflow:hidden; padding:35px 0 0;}
.slider_one_main .slids_left {float:left; width:480px; padding:0 50px 0 0;}
.slider_one_main .slids_center {float:left; width:460px;}
.slider_one_main .slids_center img {display:block; border:2px solid #fff;}
.slider_one_main .slids_right {float: right; width:300px;}

.slids_info {list-style:none; padding:0; margin:-10px 0 0;}
.slids_info li {display:table; width:100%; margin:10px 0 0; font-size:15px; line-height:20px; background:none; text-indent:0;}
.slids_info li div {display:table-cell; vertical-align:middle;}
.slids_info li div:first-child {width:80px; padding:0 20px 0 0;}
.slids_info li .name {display:block; font-weight:bold;}

.slids_data {list-style:none; padding:0; margin:19px 0 0;}
.slids_data li { overflow:hidden; padding:19px 0 0 38px; line-height:21px; background:none; text-indent:0;}
.slids_data li img {float: left; margin:0 0 0 -38px;}


.slider_one_nav {width:1260px; margin:0 auto; padding:0 40px; position:relative; cursor: pointer;}
.slider_one_nav .slick-prev  {position:absolute; top:32px; left:0; background:url(/files/css/../img/btn_slider_prev.png) no-repeat; height:40px; width:12px; border:none; overflow:hidden; text-indent:-9999px; cursor:pointer;}
.slider_one_nav .slick-next { position:absolute; top:32px; right:0;  background:url(/files/css/../img/btn_slider_next.png) no-repeat; height:40px; width:12px; border:none; overflow:hidden; text-indent:-9999px; cursor:pointer;}
.slider_one_nav .slick-slide  { padding:0 30px; padding-top:10px; outline: none;}
.slider_one_nav div span {display:table-cell; height:80px; vertical-align:middle;}

.slider_one_nav .slick-current  { background: url(/files/css/../img/bg_slider_one_nav_Active.png) no-repeat 50% 0;}





.slider_one_nav img {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}
.slider_one_nav .slick-current.slick-active img {
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    filter: none;
}



.index_text {width:1260px; margin:0 auto; overflow:hidden; padding:10px 0 0;}
.index_text p {text-align:justify;}
.index_text_box { float:left; width:620px; margin:0 0 0 20px;}
.index_text_box:first-child {margin-left:0;}


.how_work { width:1260px; margin:0 auto; padding:32px 0 0;}
.how_work h2 {text-align:center;}

.work_steps { overflow:hidden; font-size:18px; color:#fefefe; line-height:21px; background:url(/files/css/../img/bg_work_steps.gif) no-repeat; height:180px; margin:32px 0 0;}
.work_steps div { float:left; height:120px; width:234px; padding:0 30px;}
.work_steps div p {
    display: table-cell;
    height: 120px;
    vertical-align: middle;
    padding: 0;}
.work_steps div.work_steps1 {width:225px;}
.work_steps div.work_steps2 { margin:60px 0 0 -25px;}
.work_steps div.work_steps3 { margin:0 0 0 -25px;}
.work_steps div.work_steps4 { margin:60px 0 0 -25px;}
.work_steps div.work_steps5 { margin:0 0 0 -25px; width:225px;}
.work_steps div.work_steps6 { margin:60px 0 0 -26px;}







.popuplar {background:url(/files/css/../img/bg_slider_one_main.jpg) no-repeat 50% 50%; background-size:cover; padding:16px 0 30px; margin:45px 0 0; min-width:1260px; color:#fff; min-width:1260px;}
.popuplar h2 {font-size:24px; font-weight:bold; line-height:30px; text-align:center;}

.slider_popuplar {width:1260px; margin:0 auto; padding:10px 40px;}
.slider_popuplar .slick-list {padding:15px 0;}
.slider_popuplar .img_box {position:relative; display:inline-block; text-decoration:none; color:#fff; font-size:14px; line-height:20px;}
.slider_popuplar .img_box img {display:block;}
.slider_popuplar .img_box .popuplar_text { position:absolute; bottom:0; left:0; right:0; padding:4px 10px 8px; background:url(/files/css/../img/bg_cat_one.png);}
.slider_popuplar .img_box .popuplar_text strong {display:block; text-transform:uppercase;}
.slider_popuplar .img_box:hover {-webkit-box-shadow: 0px 1px 7px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow:    0px 1px 7px 0px rgba(255, 255, 255, 1);
    box-shadow:         0px 1px 7px 0px rgba(255, 255, 255, 1);}

.slider_popuplar .slick-prev  {position:absolute; top:83px; left:0; background: url(/files/css/../img/btn_popuplar_prev.png) no-repeat; height:110px; width:21px; border:none; overflow:hidden; text-indent:-9999px; cursor:pointer;}
.slider_popuplar .slick-next { position:absolute; top:83px; right:0;  background:url(/files/css/../img/btn_popuplar_next.png) no-repeat; height:110px; width:21px; border:none; overflow:hidden; text-indent:-9999px; cursor:pointer;}

.btn_proposition {display:block; height:40px; width:257px; margin:0 auto; border:1px solid #fff; text-align:center; line-height:38px; text-decoration:none; color:#fff; font-size:15px; text-transform:uppercase;}


.tendens { width:1260px; margin:0 auto; padding:35px 0 0;}
.tendens:after {display:block; content:''; clear:both;}
.tendens h2 {text-align:center;}

.list_tendens {list-style:none; padding:24px 0 0; margin:0 0 0 -19px; font-size:0;}
.list_tendens li {display:inline-block; font-size:15px; color:#646464; text-decoration:none; line-height:20px; width:407px; margin:0 0 0 19px; background:none; text-indent:0;}
.list_tendens li a {display:block;  color:#646464; text-decoration:none; padding:0 20px 0 180px; -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:    0px 2px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow:         0px 2px 5px 0px rgba(0, 0, 0, 0.2);}
.list_tendens li a:after {display:block; content:''; clear:both;}
.list_tendens li a img {float:left; margin:0 0 0 -180px;}
.list_tendens li a .date {display:block; font-weight:bold; color:#52be7f; padding:5px 0 0;}

.adds { width:1260px; margin:40px auto 0;}
.adds img {border:1px solid #dcdcdc;}




/* FOOTER
---------------------------------------------------------------------------------*/
#footer { height:200px; background:#336699; min-width:1260px; position:relative; margin:-180px 0 0;}
.footer_box {width:1260px; margin:0 auto; overflow:hidden; padding:11px 0 0;}

.footer_one {float:left; width:270px; padding:0 20px 0 50px; position:relative;}
.footer_one:after {display:block; content:''; position:absolute; top:30px; right:0; height:140px; border:1px dashed #aab6c1;}

.footer_two {float:left; width:325px; padding:0 20px 0 90px; position:relative;}
.footer_two:after {display:block; content:''; position:absolute; top:30px; right:0; height:140px; border:1px dashed #aab6c1;}

.footer_three {float:left; width:350px; padding:0 25px 0 95px; position:relative;}
.footer_three:after {display:block; content:''; position:absolute; top:30px; right:0; height:140px; border:1px dashed #aab6c1;}

.footer_four {float:right; width:240px; padding:0 50px 0 0;}

.footer_box .title { display:block; border-bottom:1px solid #99ccff; font-size:15px; color:#99ccff; padding:0 0 2px;}
.footer_box ul {list-style:none; padding:10px 0 0; margin:0;}
.footer_box ul li {background:none; text-indent:0; font-size:13px; line-height:19px; margin:0 0 3px; position:relative}
.footer_box ul li a {color:#ccc;}
.footer_box ul li a img {position:absolute; top:0; right:0;}

.copy {color:#ccc; font-size:11px; line-height:14px;}





.three_colum { width:1260px; margin:0 auto; overflow:hidden;}
.left_colum {float:left; width:220px; padding:0;}
.center_colum {float: left; width:780px; margin:0 20px;}
.right_colum {float:right; width:220px; padding:0;}


.sitebar {list-style:none; padding:0 0 20px; margin:0;}
.sitebar li {background:none; text-indent:0; border-bottom:1px solid #d0e0eb;}
.sitebar li a {display:block; font-size:18px; color:#646464; text-decoration:none; line-height:20px; padding:12px 40px 17px 10px;}
.sitebar li a:hover, .sitebar li a.active {background:#729f00; color:#fff;}

.inner_adds { margin:0 0 10px;}
.inner_adds a {display:block; position:relative; text-decoration:none;}
.inner_adds img {display:block;}
.inner_adds .adds_text { position:absolute; bottom:13px; left:0; width:100px;}
.inner_adds .adds_text .wthite { display:block; background:#f7f5f5; font-size:12px; color:#000; padding:3px 5px 3px 10px; font-weight:bold;}
.inner_adds .adds_text .red { display:block; background:#940000; font-size:13px; line-height:16px; color:#fff; padding:3px 5px 3px 10px; font-weight:bold; text-transform:uppercase;}
.inner_adds .adds_text .blue { display:block; background:#4b6a9e url(/files/css/../img/bg_adds_blue.gif) repeat-x; font-size:13px; line-height:16px; color:#fff; padding:3px 5px 3px 10px; font-weight:bold; text-transform:uppercase;}



.form_send { padding:5px 0 0;}
.form_send h2 { color:#666666; text-align:center; text-transform:uppercase;}
.form_send_box {background:#e5e8ee; padding:3px 10px 10px; margin:2px 0 0;}
.form_send_box p { font-size:14px; line-height:17px; text-align:center; color:#666666; font-weight:bold; padding:0 0 3px; margin:0 -5px;}
.form_send_tx {overflow:hidden;}
.form_send_box .tx {background:#fff; border:none; height:30px; width:200px; padding:0 10px; line-height:30px; font-size:12px; color:#666666; margin:10px 0 0; -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;}
.btn_send {display:block; height:30px; line-height:26px; padding:0 0 4px; width:200px; font-size:21px; font-family: 'PT Sans Narrow', sans-serif; background:url(/files/css/../img/btn_send.gif) repeat-x; height:30px; border:none; color:#fff; cursor:pointer; margin:10px 0 0; -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.62);
    -moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.62);
    box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.62);}
.btn_send:hover {background-position:0 -30px;}


.breadcrumb { list-style:none; padding:0 0 11px; margin:0; font-size:0;}
.breadcrumb li { background:none; text-indent:0; display:inline-block; font-size:14px; color:#a8a8a8;  font-family: 'PT Sans Narrow', sans-serif; position:relative; padding:0 8px 0 13px;}
.breadcrumb li:after { content:''; display:block; height:4px; width:4px; background:#a2c3ec; position:absolute; top:8px; left:0;}
.breadcrumb li:first-child:after {display:none;}
.breadcrumb li:first-child {padding-left:0;}
.breadcrumb li a {text-decoration:none; color:#a8a8a8;}
.breadcrumb li a:hover {text-decoration:underline;}


.article_btn { position:relative; height:30px; text-align:center; margin:20px 0 0;}
.article_btn .prev_actile { position:absolute; top:0; left:0; font-size:15px; color:#486696; line-height:28px; text-decoration:none; border:1px solid #486696; border-left:none; padding:0 11px 0 15px; height:30px; display:inline-block;}
.article_btn .prev_actile:after {display:block; content:'';  position:absolute; top:-1px; left:0; height:30px; width:6px; background:url(/files/css/../img/btn_prev_actile.gif) no-repeat;}
.article_btn .prev_actile:hover {text-decoration:underline;}

.article_btn .next_article { position:absolute; top:0; right:0; font-size:15px; color:#486696; line-height:28px; text-decoration:none; border:1px solid #486696; border-right:none; padding:0 15px 0 11px; height:30px; display:inline-block;}
.article_btn .next_article:after {display:block; content:'';  position:absolute; top:-1px; right:0; height:30px; width:6px; background:url(/files/css/../img/btn_next_article.gif) no-repeat;}
.article_btn .next_article:hover {text-decoration:underline;}


.in_article {font-size:15px; color:#486696; line-height:28px; border:1px solid #486696; display:inline-block; padding:0 9px; text-decoration:none;}
.in_article:hover {text-decoration:underline;}


.popular_inner { padding:33px 0 18px;}
.popular_inner h2 {text-align: center;}

.list_popular { list-style:none; padding:4px 0 0; margin:0 0 0 -20px; font-size:0;}
.list_popular li {background:none; text-indent:0; display:inline-block; font-size:0; width:380px; margin:20px 0 0 20px; line-height:inherit;}

.list_popular .img_box {position:relative; display:inline-block; text-decoration:none; color:#fff; font-size:14px; line-height:20px;}
.list_popular .img_box img {display:block;}
.list_popular .img_box .popuplar_text { position:absolute; bottom:0; left:0; right:0; padding:4px 10px 8px; background:url(/files/css/../img/bg_popular.png);}
.list_popular .img_box .popuplar_text strong {display:block; text-transform:uppercase;}
.list_popular .img_box:hover {-webkit-box-shadow: 0px 1px 7px 0px rgba(51, 102, 153, 1);
    -moz-box-shadow:    0px 1px 7px 0px rgba(51, 102, 153, 1);
    box-shadow:         0px 1px 7px 0px rgba(51, 102, 153, 1);}


.btn_blue {display:block; height:40px; width:258px; margin:40px auto 0; font-size:15px; color:#fff; text-decoration:none; text-transform:uppercase; background:#629afc; text-align:center; line-height:40px;}
.btn_blue:hover {background:#4d89f4;}


.center_colum .form_send { padding:8px 0 0;}
.center_colum .form_send h2 {padding:0 0 11px;}
.center_colum .form_send p {padding:0 100px;}
.center_colum .form_send_box {padding-left:20px; padding-right:20px; padding-bottom:20px;}
.center_colum .form_send_tx {margin:10px 0 0 -10px;}
.center_colum .form_send .tx {float:left; width:240px; margin:0 0 0 10px;}
.center_colum  .btn_send {width:220px; margin:20px  auto 0;}


.nice_trade { border:1px solid #729f00; padding:0 0 20px; margin:0 0 10px;}
.nice_trade .title {display:block; background:#729f00; color:#ffff; font-size:18px;  font-family: 'PT Sans Narrow', sans-serif; color:#fff; text-align:center; padding:6px 5px 10px;}
.nice_trade .title sup {line-height:none; font-size:10px;}
.trade_client {overflow:hidden; padding:8px 10px 0 79px;}
.trade_client img {float:left; margin:12px 0 0 -70px;}
.trade_client ul {list-style:none; padding:0; margin:0;}
.trade_client ul li {background:none; text-indent:0; font-size:12px; line-height:20px; position:relative;}
.trade_client ul li:after { content:''; display:block; height:1px; width:83px; background:#cbcbcb; position:absolute; top:0; left:0;}
.trade_client ul li:first-child:after { display:none;}
.trade_client ul li a {font-size:14px; text-decoration:none; color:#486696;}
.trade_client ul li a:hover {text-decoration:underline;}
.trade_client ul li sup {line-height:0;}
.trade_client ul li strong {color:#000; font-size:14px;}

.trade_manager { padding:20px 10px 0 79px; overflow:hidden;}
.trade_manager img {float:left; margin:0 0 0 -70px; -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;}
.trade_manager .name {display:block; font-size:12px; color:#476596;}
.trade_manager .name a {color:#476596; text-decoration:none; font-weight:bold;}
.trade_manager .name a:hover {text-decoration: underline;}
.trade_manager p {font-size:11px; color:#666666; line-height:13px; padding:0;}


.list_coments {list-style:none; padding:0; margin:3px 0 18px -20px; font-size:0;}
.list_coments li { font-size:15px; line-height:18px; width:380px; display:inline-block; margin:20px 0 0 20px; background:none; text-indent:0; vertical-align:top;}

.one_coments { padding:0 0 0 100px;}
.one_coments:after {display:block; content:''; clear:both;}
.one_coments .img_box {float:left; margin:0 0 0 -100px; width:100px;}
.one_coments .img_box img {display:block; margin:0 auto;}
.one_coments cite { position:relative; display:block; font: italic 15px/18px Georgia, "Times New Roman", Times, serif; padding:9px 10px 12px; -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    -moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.4);
    box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.4);}
.one_coments cite:after {display:block; content:''; background:url(/files/css/../img/bg_one_coments_sep.gif) no-repeat; height:11px; width:6px; position:absolute; top:26px; left:-6px;}


.list_events {list-style:none; padding:0; margin:38px 0 0 -20px; font-size:0;}
.list_events li {display:inline-block; font-size:15px; line-height:18px; width:380px; padding:0 20px 0 0; margin:15px 0 0 20px; background:none; text-indent:0; overflow:hidden; vertical-align:top;}
.list_events li .list_events_top {overflow:hidden;}
.list_events li .date { float:left; height:30px; width:100px; text-align:center; line-height:30px; font-size:15px; color:#486696; background:#cbe1ec;}
.list_events li .section { float:left; height:30px; padding:0 20px; background:#cbe1ec; font-size:15px; color:#646464; line-height:30px; text-align:center;}
.list_events li .name {display:block; font-size:15px; font-weight:bold; padding:17px 0 0;}
.list_events li .name a {text-decoration:none; color:#486696;}
.list_events li .name a:hover {text-decoration:underline;}
.list_events li p { padding:5px 0 0;}
.list_events li .more {float:right; text-decoration:none; color:#629afc; border-bottom:1px dashed #629afc; margin:17px 0 0;}


.list_events_news {list-style:none; padding:0; margin:38px 0 0 -20px; font-size:0;}
.list_events_news li {display:inline-block; font-size:15px; line-height:18px; width:380px; padding:0 20px 0 0; margin:15px 0 0 20px; background:none; text-indent:0; overflow:hidden; vertical-align:top;}
.list_events_news li .list_events_top {overflow:hidden;}
.list_events_news li .date { float:left; height:30px; width:100px; text-align:center; line-height:30px; font-size:15px; color:#fff; background:#486696;}
.list_events_news li .section { float:left; height:30px; padding:0 20px; background:#cbe1ec; font-size:15px; color:#646464; line-height:30px; text-align:center;}
.list_events_news li .name {display:block; font-size:15px; font-weight:bold; padding:17px 0 0;}
.list_events_news li .name a {text-decoration:none; color:#486696;}
.list_events_news li .name a:hover {text-decoration:underline;}
.list_events_news li p { padding:5px 0 0; text-align:justify;}
.list_events_news li .more {float:right; text-decoration:none; color:#629afc; border-bottom:1px dashed #629afc; margin:17px 0 0;}
.list_events_news li .more:hover {border-bottom:none;margin-bottom: 1px;}



.paging_box {position:relative; overflow: hidden; margin:37px 0 0 ;}
.paging_box div {float:left; position:relative; left:50%;}
.paging_box ul { float:left; position:relative; left:-50%; padding:1px 0 0; margin:0;}
.paging_box ul li {float:left; background:none; text-indent:0; font-size:15px; color:#989898; padding:0 5px; line-height:18px;}
.paging_box ul li a {text-decoration:none; color:#989898;}
.paging_box ul li a:hover {text-decoration:underline;}
.paging_box ul li a.p_str_prev { background:url(/files/css/../img/btn_p_str_prev.gif) no-repeat 0 50%; height:18px; width:5px; display:block;}
.paging_box ul li a.p_str_next { background:url(/files/css/../img/btn_p_str_next.gif) no-repeat 0 50%; height:18px; width:5px; display:block;}
.paging_box ul li span {color:#dc360b;}
.paging_box .p_prev { position:absolute; top:0; left:0; background:url(/files/css/../img/btn_p_prev.gif) no-repeat 0 50%; padding:0 0 0 20px; font-size:15px; color:#989898;}
.paging_box .p_prev a {text-decoration:none; color:#6ca1fc; border-bottom:1px dashed #6ca1fc; margin:0 0 0 5px;}
.paging_box .p_next { position:absolute; top:0; right:0; background:url(/files/css/../img/btn_p_next.gif) no-repeat 100% 50%; padding:0 20px 0 0; font-size:15px; color:#989898;}
.paging_box .p_next a {text-decoration:none; color:#6ca1fc; border-bottom:1px dashed #6ca1fc; margin:0 5px 0 0;}



.team_main {list-style:none; padding:0; margin:0 0 0 -20px; font-size:0;}
.team_main li { background:none; text-indent:0; display:inline-block; font-size:15px; width:380px; margin:25px 0 0 20px; vertical-align:top; padding:0 30px 0 0;}

.team_main_one {overflow:hidden; padding:0 0 0 120px;}
.team_main_one img {float:left; margin:0 0 0 -120px; -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;}
.team_main_one .name {display:block; font-size:18px; font-weight:bold;}
.team_main_one .name a {color:#486696; text-decoration:none;}
.team_main_one .name a:hover {text-decoration:underline;}
.team_main_one .position { display:block; font-size:14px; color:#486696;}
.team_main_one p { padding:11px 0 0;}
.team_main_one .data {display:block; font-weight:bold; padding:13px 0 0;}


.team { /*background: url(/files/css/../img/bg_team.jpg) no-repeat;*/ background-size:cover; margin:30px 0 0; padding:5px 0 20px; /*color:#fff;*/}
.team h2 { text-align:center; color:#fff;}

.list_team {list-style:none; padding:0; margin:-55px 0 0; font-size:0;}
.list_team li { border: 1px solid #6ca1fc; font-size:14px; background:none; text-indent:0; display:inline-block; width:195px; padding:10px; vertical-align:top; text-align:center;}
.list_team li:not(:nth-child(4n+1)){ margin-left:-1px;}
.list_team li:nth-child(1n+5){ margin-top:-1px;}
.list_team li img {display:block; margin:0 auto;  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;}
.list_team li .name {display:block; font-size:18px; font-weight:bold; padding:15px 0 0;min-height: 55px;}
.list_team li .position {display:block; line-height:16px; min-height: 48px;}
.list_team li p {text-align:center; padding:5px 0 0;}
.write_team {display:block; font-size:15px; height:30px; width:90px; text-align:center; line-height:30px; color:#fff; text-decoration:none; margin:15px auto 0; background:url(/files/css/../img/btn_write_team.gif) repeat-x; -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.6);
    box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.6);}
.write_team:hover {background-position:0 -30px;}



.about_top {}
.about_top:after {display:block; content:''; clear:both;}
.about_top h2 {line-height:29px; min-height:58px;}
.about_top .btn_all { margin:8px 0 0;}
.about_top_left {float:left; width:380px;}
.about_top_left p { line-height:20px; padding:10px 0 0;}

.about_top_right {float:right;  width:380px;}
.about_top_right h2 {text-decoration:underline;}
.about_top_right .one_coments { margin:16px 0 0;}


.center_colum .service { width:100%;}
.center_colum .list_service {margin:0 0 0 -20px;}
.center_colum .list_service li {width:380px; margin:0 0 0 20px; font-size:18px;}
.center_colum .list_service li img {height:80px; width:80px;}
.center_colum .list_service li a { line-height:80px; height:80px; padding:0 0 0 100px;}

.service_bot { font-size:0; margin:0 0 0 -20px;}
.service_bot p {display: inline-block; width:380px; margin:5px 0 0 20px; font-size:15px; line-height:20px; vertical-align:top;}



.center_colum .how_work { width:100%; padding:21px 0 0;}
.center_colum .work_steps {background:url(/files/css/../img/bg_work_steps_smol.gif) no-repeat; font-size:14px; line-height:17px;}
.center_colum .work_steps div { padding:0 20px; width:150px; margin-left:-24px;}
.center_colum  .work_steps div.work_steps1 { margin:0;}




.smi { padding:25px 0 0; overflow: hidden;}
.smi h2 {text-align:center; text-decoration:underline;}
.smi_top { font-size:0; margin:0 0 0 -20px;}
.smi_top p {display: inline-block; width:380px; margin:0 0 0 20px; font-size:15px; line-height:20px; vertical-align:top; text-align:justify;}
.smi  .list_events_news { margin-top:30px;}
.smi .btn_all { margin:10px 0 0;}


.center_colum .tendens { width:100%; padding:25px 0 0;}
.center_colum .list_tendens {margin:0 0 0 -20px;}
.center_colum .list_tendens li {width:380px; margin:0 0 0 20px;}


.team_box { padding:24px 0 0;}
.team_box h2 {text-align:center; text-decoration:underline;}


.filter_analitics { background:#e6e6e6; padding:10px 20px; text-align:center; margin:22px 0 0;}
.filter_analitics label {display:inline-block; font-size:18px; color:#646464; margin:0 8px;}
.filter_analitics .sell { display:inline-block; width:160px; margin:0 8px;  text-align:left;}


.tbl_analitics { border-collapse:collapse; border-spacing:0; width:100%; margin:20px 0 0; border-bottom:1px solid #5f98fc;}
.tbl_analitics th { border:1px solid #5f98fc; background:#5f98fc; font-size:18px; color:#ffffff; font-weight:normal; text-transform:uppercase; padding:13px 10px;}
.tbl_analitics td { border-left:1px solid #5f98fc; border-right:1px solid #5f98fc; padding:10px 10px;}
.tbl_analitics td.tbl_center { text-align:center;}
.tbl_analitics tr:nth-child(2n+1) td {background: #ecf9ff;}

.analitics { overflow:hidden; padding:0 0 0 150px; width:440px;}
.analitics img {float:left; margin:0 0 0 -150px;}
.analitics_text {overflow:hidden; position:relative; height:100px; overflow:hidden;}
.analitics_text .name {font-size:18px; line-height:25px; display:block;}
.analitics_text .name a {text-decoration:none; border-bottom:1px dashed #3f6f9f; font-weight:bold; color:#3f6f9f;}
.analitics_text p { line-height:18px; padding:2px 0 0; text-align:justify;}
.analitics .open { position:absolute; bottom:0; right:0; background:url(/files/css/../img/bg_open.gif) no-repeat 100% 50%; padding:0 10px 0 0; font-size:13px; text-decoration:none; color:#486696; text-transform:uppercase; z-index:10;}
.analitics_text_box {background:url(/files/css/../img/bg_analitics_text_box2.png) repeat-x 0 100%; position:absolute; bottom:0; left:0; right:0; height:37px;}
.tbl_analitics tr:nth-child(2n+1) td  .analitics_text_box{background:url(/files/css/../img/bg_analitics_text_box1.png) repeat-x 0 100%;}


.two_colum {width:1260PX; margin:0 auto;}
.two_colum:after {display:block; content:''; clear:both;}
.two_colum_left {float:left; width:1020px;}
.two_colum_right {float:right; width:220px; padding:2px 0 0;}
.two_colum_right h2 {font-size:20px; color:#666; font-family: 'PT Sans Narrow', sans-serif; border-bottom:2px dotted #666; font-weight:normal; padding:0 0 4px; margin:0 0 20px; }


.card_top {border-bottom:2px dotted #666666; padding:8px 0 3px;}
.card_top:after {display:block; content:''; clear:both;}

.card_top a {font-family: 'PT Sans Narrow', sans-serif; color:#666666; text-decoration:none; font-size:16px; float:left; margin:0 40px 0 0; position:relative;}

.btn_back {padding:0 0 0 40px;}
.btn_back:after { display:block; content:''; background:url(/files/css/../img/btn_back.png) no-repeat; position:absolute; top:-15px; left:-12px; height:56px; width:52px;}

.btn_favorited {padding:0 0 0 30px;}
.btn_favorited:after { display:block; content:''; background: url(/files/css/../img/btn_favorited.png) no-repeat; position:absolute; top:0; left:0; height:23px; width:24px;}

.btn_print {padding:0 0 0 38px;}
.btn_print:after { display:block; content:''; background: url(/files/css/../img/btn_print.png) no-repeat; position:absolute; top:-3px; left:0; height:26px; width:27px;}

.btn_save {padding:0 0 0 32px;}
.btn_save:after { display:block; content:''; background: url(/files/css/../img/btn_save.png) no-repeat; position:absolute; top:-4px; left:0; height:27px; width:23px;}



.card {}
.card h1 {font-size:20px; color:#dc360b; font-weight:normal;}
.card:after {display:block; content:''; clear:both;}
.card_left {float:left; width:540px; padding:28px 0 0;}
.card_right {float:right; width:470px; padding:20px 0 0;}

.cardSlider {margin:15px 0 0;}
.cardSliderNav {padding:0 20px; position:relative; margin:10px 0 0;}
.cardSliderNav .slick-slide { margin:0 7px 0 0; cursor:pointer;}
.cardSliderNav .slick-slide.current {opacity:0.5;}

.cardSliderNav .slick-prev { background:url(/files/css/../img/btn_card_slider_prev.png) no-repeat; border:none; display:block; height:40px; width:12px; position:absolute; top:16px; left:0; overflow:hidden; text-indent:-9999px; cursor:pointer;}
.cardSliderNav .slick-next { background:url(/files/css/../img/btn_card_slider_next.png) no-repeat; border:none; display:block; height:40px; width:12px; position:absolute; top:16px; right:0; overflow:hidden; text-indent:-9999px; cursor:pointer;}
.cardSliderNav .slick-disabled { cursor:default; opacity:0.5;}


.card_data { position:relative; display: flex; justify-content: space-between}
.card_data address { background:url(/files/css/../img/icon_address.png) no-repeat 2px 5px; padding:0 0 0 20px; font-style:normal; font-size:16px; color:#666;}
.card_data .metro { display:block; background:url(/files/css/../img/icon_metro.png) no-repeat 0 7px; padding:0 0 0 20px; font-size:16px; color:#666; margin:5px 0 0;}
.card_data .metro span {color:#989898; font-size:13px; margin:0 0 0 13px}
.card_data .btn_route { background:url(/files/css/../img/btn_route.png) no-repeat 0 2px; padding:0 0 0 30px; font-size:16px; color:#5f98fc; /*position:absolute; */bottom:0; right:25px;}
.card h3 {font-family: 'PT Sans Narrow', sans-serif; font-size:22px; color:#666; text-align:center; padding:14px 0 0;}


.tbl_card {border-collapse:collapse; border-spacing:0; width:100%; width:470px; margin:6px 0 10px;}
.tbl_card th {background:#5f98fc; color:#fff; font-size:14px; font-weight:normal; border-left:1px solid #fff; height:30px; line-height:12px;}
.tbl_card th sup { line-height:0;}
.tbl_card .tbl_scroll { height:90px; overflow:auto; display:block; width:470px; margin:10px 0 0;}
.tbl_card table {border-collapse:collapse; border-spacing:0; width:470px;}
.tbl_card table td {
    padding: 0 5px;
    height: 30px;
    line-height: 12px;
    font-size: 13px;
    text-align: centre;
}

.list_catalog_two .tbl_card table td {padding:0 2px;}

.tbl_card table { border-collapse:collapse; border-spacing:0; width:470px; text-align:center;}
.tbl_card table th.col1 {width: 150px;}
.tbl_card table th.col2 {width: 95px;}
.tbl_card table th.col3 {width: 140px;}
.tbl_card table th.col4 {width:106px;}
.tbl_card table th.col5 {width:115px;}

.tbl_card .tbl_scroll .col1 {
    width: 88px;
    text-align: left;
    padding: 5px 0 5px 6px;
}
.tbl_card .tbl_scroll .col2 {
    width: 92px;
    font-size: 12px;
}
.tbl_card .tbl_scroll .col3 {
    width: 89px;
    padding: 5px 0 5px 4px;
}
.tbl_card .tbl_scroll .col4 {
    width: 75px;
    padding: 5px 0 5px 5px;
}
.tbl_card .tbl_scroll .col5 {
    width: 87px;
    padding: 5px 0 5px 13px;
}

.say_me {display:block; text-align:center; padding:15px 0 0;}
.say_me a { font-size:16px; text-decoration:none; border-bottom:1px dashed #5f98fc; color:#5f98fc;}


.two_colum_left .form_send { padding:29px 0 0;}
.two_colum_left .form_send_box { padding:9px 40px 20px; margin:14px 0 0;}
.two_colum_left .form_send_box p {padding:0;}
.two_colum_left .form_send_box p span { display:block; font-weight:normal;}
.two_colum_left .form_send_box .tx {margin:6px 0 0 10px; width:305px; float:left;}
.two_colum_left .form_send_tx {margin:0 0 0 -10px; overflow:hidden;}
.two_colum_left .btn_send {margin:20px auto 0;}


.card_info { overflow:hidden; padding:20px 0 0;}
.card_info_left {float:left; width:540px;}
.card_info_right {float:right; width:460px; padding:42px 0 0;}
.card_info h3 {font-size:21px; color:#5f98fc; font-weight:normal; padding:0 0 13px;}
.card_info p {font-size:14px; line-height:13px; padding: 0 0 20px; text-align:justify;}
.list_pluse {list-style:none; padding:0; margin:-3px 0 0; font-size:0;}
.list_pluse li {background: url(/files/css/../img/icon_pluse.png) no-repeat 0 2px; padding:0 0 6px 30px; text-indent:0; font-size:15px; color:#666; display:inline-block; width:240px;}
.card_info table {border-collapse:collapse; border-spacing:0; width:100%;}
.card_info table td {font-size:15px; color:#666; padding:0px 15px 1px; text-align:right;}
.card_info table td:first-child {text-align:left;}
.card_info tr:nth-child(2n) td {background: #f4f4f4;}


.card_map {margin:30px 0 0;}
.card_text {text-align:center; font-size:14px; color:#666; padding:30px 0 0;}
.card_adds { margin:15px 0 0;}
.card_adds img {display:block; border:1px solid #dbdbdb; margin:0 auto;}

.sub_card_main {margin:0 0 17px;}
.sub_card_main .sub_card:first-child  { padding-top:0;}
.sub_card {overflow:hidden; padding:8px 0 15px 0; border-bottom:2px dotted #e4e4e4;}
.sub_card .name {display:block; font-size:14px; color:#486696; padding:0 0 3px;}
.sub_card .name a {color:#486696; text-decoration:none;}
.sub_card .name a:hover {text-decoration:underline;}
.sub_card img {float:left; margin:0 6px 0 0;}
.sub_card p {padding:0; font-size:12px; line-height:20px; color:#666; position:relative;}
.sub_card p:after {display:block; content:''; height:1px; width:83px; background:#cbcbcb; position:absolute; top:0; left:0;}
.sub_card p sup {line-height:0;}
.sub_card p span {font-size:14px; color:#000; font-weight:bold;}

.sub_card_box { overflow:hidden; padding:7px 0 0;}
.sub_card_box p:first-child { padding:0 0 3px;}
.sub_card_box p:first-child:after {display:none;}


.two_colum_left .left_colum { padding:0;}

.h1_title {text-align:left; border-bottom:2px dotted #666; text-decoration:none; margin:10px 0px 18px 0; padding:0 0 3px 55px; font-size:24px; text-transform:uppercase; font-weight:normal; font-family: 'PT Sans Narrow', sans-serif; position:relative;}
.h1_title span {display:block; content:''; background:url(/files/css/../img/bg_h1_title.png) no-repeat; height:63px; width:70px; position:absolute; top:-20px; left:-20px;}

.filter { background:#e4e9ef; padding:8px 10px 10px; margin:0 0 20px;}
.filter .title {display:block; font-size:21px; color:#464646; font-family: 'PT Sans Narrow', sans-serif; text-align:center; padding:18px 0 0;}
.filter .title:first-child {padding:0;}
.filter .title  sup {font-size:12px;}
.filter .sell {margin:4px 0 0 ;}
.filter_nav { list-style:none; padding:10px 0 0; margin:0;}
.filter_nav:after {display:block; content:''; clear:both;}
.filter_nav li { float:left; text-indent:0;}
.filter_nav li a {display:block; background:#fff; height:30px; width:100px; text-align:center;  line-height:30px; color:#666; font-size:15px; text-decoration:none; -webkit-border-radius: 0  3px 3px 0;
    -moz-border-radius:  0  3px 3px 0;
    border-radius:  0  3px 3px 0;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.3);}

.filter_nav li:first-child a {-webkit-border-radius: 3px 0 0 3px ;
    -moz-border-radius:  3px 0 0 3px;
    border-radius:  3px 0 0 3px;}

.filter_nav li a.active {background:#5f98fc; color:#fff; -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow:none;}

.filter_object {list-style:none; padding:0; margin:5px 0 0 -13px;}
.filter_object:after {display:block; content:''; clear:both;}
.filter_object li { float:left; text-indent:0; width:40px; margin:0 0 0 13px;}
.filter_object li a {display:block; background:#fff; height:30px; text-align:center;  line-height:30px; color:#666; font-size:15px; text-decoration:none; -webkit-border-radius: 0  3px 3px 0;
    -moz-border-radius:  0  3px 3px 0;
    border-radius:  0  3px 3px 0;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.3);}
.filter_object li a.active {background:#5f98fc; color:#fff; -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow:none;}


.filer_serch {list-style:none; padding:0; margin:0;}
.filer_serch li {background:none; text-indent:0; overflow:hidden; padding:7px 0 2px 25px; border-bottom:2px dotted #2a3138; font-size:12px; line-height:14px;}
.filer_serch li img {float:left; margin:1px 0 0 -20px;}
.filer_serch li a {text-decoration:none; color:#666;}
.filer_serch li a:hover {text-decoration:underline;}

.filter_tx { overflow:hidden; width:160px; margin:3px auto 0;}
.filter_tx .tx {float:left; width:70px; height:30px; font-size:13px; color:#999; line-height:30px; padding:0 10px; border:none;}
.filter_tx .sep {float:left; height:1px; width:10px; background:#676767; margin:15px 5px 0;}

.cat_one .img_box, .slider_popuplar .img_box, .list_popular .img_box {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.filter_check { list-style:none; padding:0; margin:0;}
.filter_check li {background:none; text-indent:0; padding:12px 0 0;}
.filter_check li a {display:block; font-size:15px; color:#666; text-decoration:none; line-height:18px; padding:6px 25px; background:#f4f4f4 url(/files/css/../img/bg_filter_check.gif)  repeat-x; -webkit-border-radius: 0  3px 3px 0;
    -moz-border-radius:  0  3px 3px 0;
    border-radius:  0  3px 3px 0;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.3);}
.filter_check li a.active {background:#5f98fc; color:#fff; -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow:none;}

.build {display:block; font-size:15px; color:#666; text-decoration:none; line-height:18px; padding:6px 0; text-align:center; margin:10px 0 0; background:#f4f4f4 url(/files/css/../img/bg_filter_check.gif)  repeat-x; -webkit-border-radius: 0  3px 3px 0;
    -moz-border-radius:  0  3px 3px 0;
    border-radius:  0  3px 3px 0;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.3);}
.build.active {background:#5f98fc; color:#fff; -webkit-box-shadow: none;
    -moz-box-shadow:none;
    box-shadow:none;}


.filter_map {position:relative;}
.filter_map_title { font-size:14px;  font-family: 'PT Sans Narrow', sans-serif;}
.filter_map_title div {cursor:pointer; color:#464646;}
.filter_map_title div.current {color:#fff;}
.filter_map .fm1 {position:absolute; top:30px; left:94px;}
.filter_map .fm2 {position:absolute; top:66px; left:160px;}
.filter_map .fm3 {position:absolute; top:147px; left:159px;}
.filter_map .fm4 {position:absolute; top:191px; left:107px;}
.filter_map .fm5 {position:absolute; top:149px; left:40px;}
.filter_map .fm6 {position:absolute; top:66px; left:30px;}
.filter_map .fm7 {position:absolute; top:74px; left:101px;}
.filter_map .fm8 {position:absolute; top:123px; left:127px;}
.filter_map .fm9 {position:absolute; top:133px; left:87px;}
.filter_map .fm10 {position:absolute; top:88px; left:66px;}
.filter_map .fm11 {position:absolute; top:103px; left:91px;}


.btn_firlet_serach { margin:40px 0 0; background:url(/files/css/../img/btn_firlet_serach.gif) repeat-x; height:30px; width:200px; border:none; color:#fff; font-size:16px; font-family: 'PT Sans Narrow', sans-serif; cursor:pointer; -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.6);
    box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.6);}
.btn_firlet_serach:hover {background-position:0 -30px;}


.catalog {
    float: right;
    width: 780px;
}
.catalog-ABC {
    overflow: hidden;
    min-height: 20px;
    position: relative;
}
.catalog-ABC .all {
    min-height: 20px;
    position: relative;
    display: inline-block;
    margin-right: 30px;
}
.catalog-ABC .all {
    color: #999;
    text-decoration: underline;
}
.catalog-ABC .all:hover {
    color: #999;
    text-decoration: underline;
}
.catalog-ABC ul {
    list-style: none;
    min-height: 20px;
    position: relative;
    padding: 0;
    border-bottom: 1px solid #999;
    float: right;
}
.catalog-ABC ul li {
    position: relative;
    padding: 0 5px;
    display: inline-block;
    text-align: center;
    text-indent: 0;
    background: transparent;
}
.catalog-ABC ul li a {
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
}
.catalog-ABC ul li a:hover {
    color: #999;
    text-decoration: none;
}
.catalog-streets:before,
.catalog-streets:after {
    display: table;
    content: "";
    clear: both;
}
.catalog-streets .streets-left {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    float: left;
}
.catalog-streets .streets-right {
    width: -webkit-calc(50% - 10px);
    width: -moz-calc(50% - 10px);
    width: calc(50% - 10px);
    float: right;
    margin-left: 20px;
}
.catalog-streets .streets-letter {
    margin-top: 30px;
}
.catalog-streets .streets-letter .letter {
    color: #999;
    font-size: 50px;
}
.catalog-streets ul li {
    position: relative;
    text-indent: 0;
    background: transparent;
}
.catalog-streets ul li a {
    color: #999;
    text-decoration: underline;
}
.catalog-streets ul li a:hover {
    color: #999;
    text-decoration: none;
}
.catalog_top {
    overflow:hidden;
    min-height:20px;
    position:relative;
}
.btn_filter_result {float:left; margin:-10px 0 0;}
.catalog_top .btn_filter { float:left; background:#e4e9ef url(/files/css/../img/btn_filter.gif) no-repeat 100% 50%; height:20px; text-decoration:none; line-height:20px; color:#666; font-size:12px; padding:0 26px 0 6px; margin:10px 20px 0 0; white-space:nowrap; -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;}
.btn_print_cat {background:url(/files/css/../img/btn_print_catalog.png) no-repeat; display:block; height:20px; width:28px; position:absolute; top:0; right:0;}

.catalog_box {overflow:hidden; margin:10px 0 0;}
.view_cat { list-style:none; padding:0; margin:0; float:right;}
.view_cat li {background:none; text-indent:0; float:left; position:relative; padding:0 12px 0 15px; line-height:24px;}
.view_cat li:after {display:block; content:''; height:6px; width:6px; background:#99ccff; position:absolute; top:10px; left:0;}
.view_cat li:first-child:after {display:none;}
.view_cat li a {text-decoration:none; color:#999; font-size:15px;}
.view_cat li a.active {color:#0099ff;}


.list_catalog {list-style:none; padding:6px 0 0; margin:0 0 0 -20px; font-size:0;}
.list_catalog li { font-size:14px; background:none; text-indent:0; display:inline-block; vertical-align:top; width:380px; margin:10px 0 0 20px;}

.one_tovar { border:1px solid #5f98fc;}
.one_tovar .img_box { margin:0px 0px 0; display:block;position: relative;}
.one_tovar img {display:block; margin: auto;}

.one_tovar_top { overflow:hidden; padding:7px 10px 0; min-height:40px;}
.one_tovar_top .name {float:left; width:180px; line-height:15px; font-size:13px;}
.one_tovar_top .name a {color:#ff3300;}
.one_tovar_top .name_class {float: right; line-height:15px; font-size:13px;}
.one_tovar_top .name_class a {color:#ff3300;}

.one_tovar_data { overflow:hidden; padding:3px 10px 0;}
.one_tovar_data address { float:right; width:120px; background:url(/files/css/../img/icon_address_cat.png) no-repeat 2px 5px; padding:0 0 0 20px; font-style:normal; font-size:13px; line-height:12px; color:#999;}
.one_tovar_data .metro {
    float: left;
    max-width: 130px;
    position: relative;
    background: url(/files/css/../img/icon_metro_cat.png) no-repeat 0 1px;
    padding: 0 4px 0 21px;
    font-size: 13px;
    line-height: 12px;
    color: #999;
    margin: 5px 0 0;
}
.one_tovar_data .place {
    float: left;
    max-width: 60px;
    position: relative;
    padding: 0 4px 0 10px;
    font-size: 13px;
    line-height: 12px;
    color: #999;
    margin: 5px 0 0;
}
.one_tovar_data .distance {
    float: left;
    position: relative;
    font-size: 13px;
    line-height: 12px;
    color: #999;
    margin: 5px 0 0;
    max-width: 40px;
    padding-left: 10px;
}
.one_tovar_data .metro span { position:absolute; top:0; right:0;}
.list_catalog_two .distance,
.list_catalog_two .place {
    max-width: none;
    padding-left: 20px;
}

.tbl_cat_box {padding:0 5px 15px;}
.one_tovar .tbl_cat {border-collapse:collapse; border-spacing:0; width:100%;}
.one_tovar .tbl_cat th {background:#5f98fc; width:50%; border-top:2px solid #fff; font-size:12px; color:#fff; padding:0 5px; -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;}
.one_tovar .tbl_cat td { width:50%; text-align:right; font-size:12px; color:#999;}
.one_tovar_data_new {padding:10px 10px 17px;}
.one_tovar_data_new  address {float:none; width:auto; display:block; background-position:0 1px;}

.catalog .tbl_card {width:380px;}
.catalog .tbl_card th { height:20px; font-size:10px; padding-bottom:2px;}
.catalog .tbl_card th:first-child {border:none;}
.catalog .tbl_card table {width:380px; margin:0 0 0 -1px;}
.catalog .tbl_card .tbl_scroll_cat {width:380px; height:60px; margin:10px 0 0;}
.catalog .tbl_card table td { font-size:12px; height:20px; color:#999;}
.catalog .tbl_card table .col1 {width:136px;}
.catalog .tbl_card table .col2 {width:75px;}
.catalog .tbl_card table .col3 {width:65px;}
.catalog .tbl_card table .col4 {width:112px; padding-right:20px !important;}
.catalog .tbl_card .jspVerticalBar {right:10px;}
.catalog .tbl_scroll_cat .jspDrag {background:url(/files/css/../img/bg_scroll_drag_smol.gif) no-repeat;}


.list_catalog li.cat_adds { width:780px;}


.cat_info { border:1px solid #729f00; padding:0 0 20px;}
.cat_info h2 {font-size:26px; color:#fff; background:#729f00; font-family: 'PT Sans Narrow', sans-serif; text-transform:uppercase; text-align:center; line-height:38px;}
.cat_info p {font-size:15px; line-height:18px; color:#666; text-align:center; padding:6px 130px 0;}

.load { text-align:center; padding:8px 0 0;}
.load a { display:inline-block; overflow:hidden; padding: 0 0 0 40px; line-height:29px; font-size:15px; color:#5daeff;}
.load a img {float:left; margin:0 0 0 -40px;}
.cat_info a.btn_send { text-decoration:none; text-align:center; font-size:16px; background:url(/files/css/../img/btn_send_new.gif) repeat-x;}
.cat_info a.btn_send:hover {background-position:0 -30px;}



.bottom_text {width:1260px; margin:0 auto; padding:25px 0 0;}
.bottom_text h2 {text-align:center; text-decoration:underline; font-size:24px; font-weight:normal;}
.bottom_text_box { font-size:0; margin:0 -10px;}
.bottom_text_box p {font-size:15px; line-height:18px; display:inline-block; width:50%; padding:14px 10px 0; vertical-align:top; text-align:justify;}


.list_catalog_two li { width:780px;}
.list_catalog_two li .img_box {float:left; width:170px; overflow:hidden;}
.list_catalog_two li .img_box img {width:170px;}
.list_catalog_two li .one_tovar_top {float:left; width:110px; padding:2px 10px 0 10px;}
.list_catalog_two .one_tovar_top .name {float:none; display:block; width:auto; word-wrap:break-word;}
.list_catalog_two .one_tovar_top .name_class {float:none; display: block; width:auto; padding:12px 0 0;}
.list_catalog_two .one_tovar_data {float:left; width:118px; padding:0;}
.list_catalog_two .one_tovar_data .metro {float:none; display:block; width:auto; padding-right:0;}
.list_catalog_two .one_tovar_data .metro span {position:relative; top:0; right:auto; left:0; display:block; padding:5px 0 0;}
.list_catalog_two .one_tovar_data address {float:left; padding-right:0; display:block; width:auto; margin:7px 0 0;}
.list_catalog_two .tbl_card {margin:0; float:right; width:380px;}
.one_tovar:after { display:block; content:''; clear:both;}

.list_catalog_two .tbl_cat_box {float:right; width:365px; padding:4px 10px 0;}
.list_catalog_two .distance{padding-left: 20px;}

.metro_top {overflow:hidden;}
.metro_top .metro_result { float:right; font-size:12px; color:#666;}
.metro_top .metro_result span {  color:#ff920a; font-size:17px; font-weight:bold;}
.metro_top .metro_result .see { font-size:12px; color:#ff920a; border-bottom:1px dashed #ff920a; text-decoration:none;}

.metro_nav {list-style:none; padding:0; margin:0; float:left;}

.metro_nav li {background:none; text-indent:0; float:left;}
.metro_nav li a { float:left; height:20px; background:#e4e9ef; line-height:18px; color:#666; font-size:12px; text-decoration:none; margin:0 6px 0 0; padding:0 6px; -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;}
.metro_nav li a.active { background:url(/files/css/../img/bg_metro_nav_active.gif) repeat-x; color:#fff;}

.metro_check {overflow:hidden;}
.metro_check .name { font-size:12px; color:#666; line-height:20px; float:left; margin:7px 5px 0 0;}
.metro_check .btn_metro_check { float:left; font-size:12px; color:#fff; background:#5f98fc url(/files/css/../img/btn_metro_check.gif) no-repeat 100% 50%; text-decoration:none; padding:0 21px 0 6px; height:20px; line-height:18px; margin:7px 5px 0 0; white-space:nowrap; -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;}

.btn_reset {display:inline-block; font-size:12px; color:#ff0000; text-decoration:none; border-bottom:1px dashed #ff0000; margin:6px 0 0;}

.metro {position: relative;}
.station {position:absolute; top:9px; left:287px; font-size:9px; color:#fff; padding:0 0 0 12px; cursor: pointer;}
.station span.active {color: white; display:block;/* background:url(/files/css/../img/bg_station.gif) repeat-x; height:11px;*/background: orange; line-height:9px; padding: 1px 3px;}
.station span {color: black;font-weight: bold;position: absolute;}
.station:after {display:block; content:''; height:11px; width:11px; border:2px solid #ff9a13; background:#fff; position:absolute; top:0; left:0;  -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;}


.checkbox, .radio {
    width: 15px;
    height: 15px;
    background: url(/files/css/../img/radio.gif) no-repeat;
    display:block;
    overflow:hidden;
}
.checkbox {
    width: 15px;
    height: 15px;
    background: url(/files/css/../img/checkbox.gif) no-repeat;
}

.select {
    position: absolute;
    height: 38px;
    padding: 0 30px 0 7px;
    overflow: hidden;
    font-size:15px;
    line-height:38px;
    color:#4c5356;
    text-transform:none;


}


div.sell {  background: url(/files/css/../img/bg_sel.gif) no-repeat 100% 0; height:30px; width:100%; position:relative; -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.3);}
div.sell select {width:100%;  font-size: 12px;     height: 30px; color:#757575;}
div.sell .select {width:100%; font-size:12px; color:#757575; line-height:30px; height:31px; }

div.sel_cat {  background: url(/files/css/../img/bg_sel_cat.gif) no-repeat 100% 0; height:24px; width:218px; position:relative; border:1px solid #e3e3e3; float:left;}
div.sel_cat select {width:100%;  font-size: 15px;     height: 22px; color:#757575;}
div.sel_cat .select {width:100%; font-size:15px; color:#757575; line-height:22px; height:24px; }

/*.filter .address-square {
    width: 10px;
    height: 10px;
    background-color: #999;
    margin: 1px 8px 0 7px;
    vertical-align: middle;
    display: inline-block;
}
.filter .address-link {
    text-decoration: none;
    font-size: 12px;
    color: #666;
    vertical-align: bottom;
}
.filter .address-link:hover {
    text-decoration: underline;
    color: #464646;
}*/
.filter .city {
    width: 200px;
    font-size: 12px;
    height: 30px;
    color: #757575;
    border-radius: 0px;
    border-color: transparent;
    /*background-color: #fff;*/
    background: url(/files/css/../img/bg_sel.gif) no-repeat 100% 0;
    position: relative;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    outline: none;
    margin-top: 10px;
    -webkit-appearance: none;
    padding-left: 10px;
}
.filter .city:hover,
.filter .city:focus {
    border-color: transparent;
    outline: none;
}
.filter .city::-ms-expand {
    display: none;
}

.page-icon{
    float: left;
    margin: 0 -5px 0 -31px;
    width: 73px;
    height: 68px;
}

.invisible{display: none !important;}

#addr {display: block; position:absolute; margin:0; top:20px; z-index:99}
.edgeLoad-EDGE-1397510331 { visibility:hidden; }
.mapInstr {
    margin:0 !important;
    display: none;
    position: relative;
    top:-18px
}

#metro_map {width:620px; height:665px; position:relative; display: block;}
#metro_map img { position:absolute; left:0px; top:0px; z-index:10;}

#metro_map a {position:absolute;  z-index:11;
    width:9px;
    height:9px;
    background: url('/files/css/../images/css/bg_metro_buttons9.png') no-repeat 0 0;
}

#metro_map a:hover, #metro_map a.selected
{
    background: url('/files/css/../images/css/bg_metro_buttons9.png') no-repeat -25px 0;
}

#map_mo, #map_regions, #map_m {
    width: 100%;
    height: 636px;
}
#map {
    width: 100%;
    height: 636px;
}

.adrr-wrap{
    width: 374px;
    height: 152px;
    background: url("/files/css/../images/css/popup.png");
    margin:auto;
    top: 194px;
    position: relative;
}
.addr-header{
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ffff66;
    font-size: 19px;
    background: #3f70a0;
    position: relative;
}
.addr-angle{
    position: absolute;
    background: url("/files/css/../images/css/left-angle.png") no-repeat;
    width: 10px;
    height: 20px;
    left: -10px;
    top: 10px;
}
.adrr-wrap input{
    margin: 13px auto 22px;
    width: 313px;
    padding-left: 14px;
    height: 23px;
    line-height: 23px;
    display: block;
    color: #666666;
    font-size: 14px;
}
.block-button{
    border: 1px solid #dfdfdf;
    height: 27px;
    display: block;
    text-decoration: none;
    padding: 0 1px;
    margin: 11px 0;
    width: 97px;
    background: transparent;
    margin-bottom: 11px !important;
}
.block-button span,
.block-button div{
    display:block;
    text-align: center;
    height: 23px;
    margin: 1px auto 0;
    line-height: 23px;
    color: #666666;
    font-size: 15px;
    background: url("/files/css/../images/css/div.png") repeat-x;
    cursor: pointer;
}
.block-button:hover span,
.block-button:hover div{
    background: url("/files/css/../images/css/div-h.png") repeat-x;
}
#map-block {
    width: 100%;
    height: 265px;
    margin-bottom: 12px;
}
#fancybox-wrap {
    width:auto !important;
}

#fancybox-img {
    width:auto !important;
}

#fancybox-outer #fancybox-content {
    max-height: auto !important;
}
#fancybox-outer #fancybox-content {
    max-height: auto !important;
}
#fancybox-content{
    width: auto !important;
}
#fancybox-content iframe {
    height:344px;
}
#map_contacts{
    float: left;
    width:690px;
    height:405px
}
.how-to-get{
    background: #5c85ad;
    margin-top: 21px;
    padding-bottom: 10px;
}
.how-to-get-header{
    background: #3f70a0;
    height: 49px;
    line-height: 52px;
    position: relative;
    font-size: 25px;
    padding-left: 73px;
}
.how-to-get-header .angle{
    position: absolute;
    background: url("/files/css/../images/css/left-angle.png") no-repeat;
    width: 10px;
    height: 20px;
    top: 15px;
    left: -9px;
}
.how-to-get table{
    width: 363px;
    margin-left: 43px;
    margin-top: 10px;
    margin-bottom: 15px;
    border-collapse:collapse;
    border-spacing:0;
}
.how-to-get table td{
    vertical-align: middle;
    color: #ffffff;
    line-height:17px;
    padding-bottom: 10px;
}
.how-to-get table td img {
    display:block;
}
.how-to-get table td a {
    color: #ffffff;
    text-decoration:none;
}
.how-to-get table td.icon-td{
    width: 26px;
    vertical-align:top;
}
.how-to-get p{
    font-size: 19px;
    padding-left: 73px;
    margin: 0;
}
.contacts-right-part{
    width: 406px;
    margin-left: 742px;
}
.yell{color: #ffff66 !important;}

.map_content {
    overflow: hidden;
}


.map_content ul li a {
    font-size: 24px;
    text-transform: uppercase;
}

.map_content ul li ul {
    margin-left: 30px !important;
}

.map_content ul li ul li a {
    font-size: 18px;
    text-transform: none;
}


/*popups
-----------------------*/

.fade {position:fixed; top:0; bottom:0; right:0; left:0; background: url(/files/css/../img/bg_fade.png); display: none;}
.popup {/*position:absolute; top:100px; left:50%; */    position: relative;width:390px; background:#e4e9ef; z-index:1001; padding:8px 20px 20px;}
.clouse_popup {background:#336699 url(/files/css/../img/bg_clouse_popup.png) no-repeat 50% 50%; display:block; overflow:hidden; height:20px; width:20px; position:absolute; top:0; right:0;}
.popup h2 { font-size:21px; color:#464646;font-family: 'PT Sans Narrow', sans-serif; text-align:center; padding:0; font-weight:normal; margin:0 0 -14px;}
.popup p {font-size:16px; color:#464646; line-height:15px; text-align:center; font-family: 'PT Sans Narrow', sans-serif; padding:10px 0 0;}

.form_popup_box { overflow:hidden; margin:22px 0 0 -20px;}
.form_popup_box_one {float:left; width:160px; margin:0 0 0 20px;}

.form_popup_box_one .rybl {text-decoration:line-through; text-transform:uppercase;}

.form_popup .filter_object {margin:0; text-align: center; font-size:0; padding:20px 0 0;}
.form_popup .filter_object li { font-size:15px; display:inline-block; float:none; margin:0 6px;}

.form_popup_tx {padding:20px 0 0;}
.form_popup_tx_box { overflow:hidden; margin:0 0 0 -20px;}
.form_popup_tx_one {float:left; width:165px; margin:0 0 0 20px;}
.form_popup_tx .tx {float:left; width:100%; margin:10px 0 0; border:none; font-size:15px; color:#95a5a6; height:30px; line-height:30px; padding:0 10px; -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;}
.form_popup_tx textarea { border:none; resize:none; width:100%; margin:10px 0 0; border:none; color:#95a5a6; height:60px; line-height:15px; padding: 10px;}
.form_popup .btn_firlet_serach {width:100%; text-transform:uppercase; margin:10px 0 0;}

.form_popup  .btn_filter_result {float:none; text-align:center; font-size:0; margin:8px 0 -20px;}
.form_popup .btn_filter { display:inline-block; background:#fff url(/files/css/../img/btn_filter_popup.gif) no-repeat 100% 50%; height:20px; text-decoration:none; line-height:20px; color:#666; font-size:12px; padding:0 26px 0 6px; margin:10px 5px 0; white-space:nowrap; -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;}

.popup_price {width:220px;display: none;  position: absolute;  left: 82px;  top: 135px;}

.popup_price .btn_firlet_serach { text-transform:none;}

.form_popup h3 {font-size:15px; color:#666666; text-align:center; font-weight:normal;}
.form_popup_price { padding:5px 0 0;}
.form_popup_price:after {display:block; content:''; clear:both;}
div.sell_price { float:left; width:60px; }
div.sell_price .select {text-transform:uppercase;}
div.sell_price_one { float: right; width:110px;}

.popup_send { margin:-20px 0 0;}
.popup_send:after {display:block; content:''; clear:both;}
.popup_send .tx {float:left; width:210px;}
.popup_send .btn_firlet_serach {float: right; width:120px;}
#fancybox-close{
    background: #336699 url(/files/img/bg_clouse_popup.png) no-repeat 50% 50% !important;
    width: 20px !important;
    height: 20px !important;
}
.del_fav_item{
    background: #336699 url(/files/img/bg_clouse_popup.png) no-repeat 50% 50% !important;
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    right: 0;
    cursor: pointer;
}
input.error,textarea.error{
    border: 1px solid red !important;
}
.catalog_top .btn_filter:hover {
    text-decoration: line-through;
}

.service li:nth-child(1) a{
    background: url(/files/img/icon_service_1.png) no-repeat;
}
.service li:nth-child(2) a{
    background: url(/files/img/icon_service_2.png) no-repeat;
}
.service li:nth-child(3) a{
    background: url(/files/img/icon_service_3.png) no-repeat;
}
.service li:nth-child(4) a{
    background: url(/files/img/icon_service_4.png) no-repeat;
}
.service li:nth-child(5) a{
    background: url(/files/img/icon_service_5.png) no-repeat;
}


.service li:nth-child(1) a:hover{
    background: url(/files/img/icon_service_1_hover.gif) no-repeat;
    background-size:100px;
}
.service li:nth-child(2) a:hover{
    background: url(/files/img/icon_service_2_hover.gif) no-repeat;
    background-size:100px;
}
.service li:nth-child(3) a:hover{
    background: url(/files/img/icon_service_3_hover.gif) no-repeat;
    background-size:100px;
}
.service li:nth-child(4) a:hover{
    background: url(/files/img/icon_service_4_hover.gif) no-repeat;
    background-size:100px;
}
.service li:nth-child(5) a:hover{
    background: url(/files/img/icon_service_5_hover.png) no-repeat;
    background-size:100px;
}

.center_colum .list_service li a {background-size:80px;}
.center_colum .list_service li a:hover {background-size:80px;}
.favelist{
    float:right !important;
}
.center_player{
    margin: 0 auto;
    width: 1160px;
}
.relative_fav{
    position: relative;
    right: 5px;
    top: -49px;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #666666;
    text-decoration: none;
    font-size: 16px;
    margin: 0 40px 0 0;
}

.header_bot ul li {display:table-cell; vertical-align: top;background:none; text-indent:0; padding: 0;}
.header_bot ul li a {display:block; vertical-align: top;text-align:center; color:#656564; font-size:14px; text-transform:uppercase; text-decoration:none; height:40px; line-height:40px; padding:0 19px;}

/*inner_object_card_no_place*/

.card_data_no_more {
    color: #666666;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    font-family: 'PT Sans Narrow', sans-serif;
    text-align: center;
    font-size: 16px;
    margin: 5px 0 40px;
}

.card_data_request {

    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 50px 0 30px;
    padding: 0 70px;
}

.card_data_request_head {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    line-height: 24px;
    margin: 0 0 20px 0;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #666;
    text-align: center;
    padding: 14px 0 0;
}

.btn_greeno {
    margin:10px 0 0;
    background:url(/files/css/../img/btn_firlet_serach.gif) repeat-x;
    height:30px;
    padding: 0 20px;
    border:none;
    color:#fff;
    line-height: 30px;
    text-decoration: none;
    font-size:16px;
    font-weight: 400;
    cursor:pointer;
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow:    0px 1px 3px 0px rgba(0, 0, 0, 0.6);
    box-shadow:         0px 1px 3px 0px rgba(0, 0, 0, 0.6);
}

.btn_greeno:hover {
    background-position:0 -30px;
}

.pull_right {
    float: right;
}

.pull_left {
    float: left;
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 40px;

}

.sticky.header_bot .menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 1260px;
    right: 0;
    margin: 0 auto;
    z-index: 5;
}
.seoText { 
    text-align: justify; 
}

input[type="checkbox"].error + label{
    border-bottom: 1px solid red;
}
.popup_send .ch_box{
    margin-top: 5px;
    float: left;
}
.form_send .ch_box{
    float:left;
    margin-top: 5px;
    margin-left: 10px;
    padding-bottom: 1px;
}

/*----------------------------*/
/* MAIN DIV */
/*----------------------------*/

#wrapper-container{
	float:left;
	width:100%;
	height:auto;
}

.container,.container-footer {
    position:relative;
    width: 760px;
    margin-left:-390px;
    left:50%;
}



/*----------------------------*/
/* MAIN DIV WITH IMAGE */
/*----------------------------*/

#main-container-image {
    float:left;
    width:100%;
    height:auto;
	background-color:#F4F4F4;
	margin-top:25px;
	opacity:0;
}

.work figure {
    float:left;
	width:calc(100% / 4 - 30px);
    height:auto;
    line-height:auto;
    position: relative;
    padding: 0 !important;
    margin: 15px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 2px 0px rgba(0,0,0,0.2);
	background-color:#FFF;
}

.work figure.white dl{
    background: #FFF;
}


.work figure a img {
    height: 90%;
    width: 90%;
	margin-left:5%;
	margin-top:5%;
}

.work figure dl {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 10px;
    margin: 0;
    line-height: 2.5; 
    color: white;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
}

.work figure:hover dl {
    opacity: 1;
}

.work figure dl dt {
	font-family: Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    margin-bottom:0;
	font-weight:600;
	width:80%;
	margin-left:10%;
	color:#666;
	text-align:left;
	height:20px;
	line-height:100%;
	margin-top:40px;

}

.work figure dl dd {
    margin-left: 0;
	font-family: Helvetica, sans-serif;
    font-size: 12px;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	line-height:150%;
	color:#999;
	width:80%;
	margin-left:10%;
	text-align:left;
	
}

#wrapper-part-info{
	position:relative;
	width:100%;
	height:44px;
	background-color:#FFFFFF;
}

#part-info{
	float:left;
	width:calc(100% - 53px);
	text-align:left;
	line-height:44px;
	font-family: Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 15px;
	font-weight:400;
	color:#666;
	margin-left:10px;
	height:44px;
}

.part-info-image{
	float:left;
	margin-left:15px;
	margin-top:8px;
}

.part-info-image img{width:10%;height:10%;}




/*----- SKLAD ------*/
.clear{
  clear: both;
}
::-webkit-input-placeholder {color: #999999; opacity:1;}
::-moz-placeholder          {color: #999999; opacity:1;}/* Firefox 19+ */
:-moz-placeholder           {color: #999999; opacity:1;}/* Firefox 18- */
:-ms-input-placeholder      {color: #999999; opacity:1;}
/*.head_nav{
  display: block;
}
.header_left{
  width: 590px;
}
.header_left .slogan{
  padding: 13px 0 0 0;
  font-size: 12px;
  display: block;
}
.head_nav{
  width: auto;
}
.header_right{
  padding: 3px 0 0 0;
  width: 225px;
}
.header_right .phone, .header_right .time{
  width: auto;
}
.header_right span.phone{
  padding: 0 5px 0 0;
}
.header_right .time{
  display: block;
  text-align: right;
  padding: 2px 5px 2px 0;
}*/
.header_bot{
  background: #fafafa; /* Old browsers */
  background: -moz-linear-gradient(top, #fafafa 0%, #d3dfe6 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #fafafa 0%,#d3dfe6 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #fafafa 0%,#d3dfe6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#d3dfe6',GradientType=0 ); /* IE6-9 */
}
.header_bot ul li{
  display: table-cell;
  vertical-align: top;
  text-align: center;
}
.header_bot ul li a.active, .header_bot ul li a:hover{
  background: #dee6ec; /* Old browsers */
  background: -moz-linear-gradient(top, #dee6ec 0%, #abcce1 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #dee6ec 0%,#abcce1 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #dee6ec 0%,#abcce1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dee6ec', endColorstr='#abcce1',GradientType=0 ); /* IE6-9 */
}
.h1_title{
  font-family: "PT Sans",sans-serif;
}
.filter-new-box{
  padding: 20px 0 0 0;
}
.filter-new-box .filter_nav{
  padding: 0;
}
.filter-new-box .filter_nav li{
  width: 50%;
  padding: 0 0 15px;
}
.filter-new-box .filter_nav li.large-cell{
  width: 100%;
}
.filter-new-box .filter_nav li.large-cell a{
  border-radius: 3px;
}
.filter-new-box .filter_nav li a{
  width: auto;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}
.filter_nav li a.active{
  background: #5f98fc;
}
.filter-new-box .filter_map{
  width: 200px;
  margin: 0 auto 20px;
}
.filter-new-box .build{
  border-radius: 3px;
  margin:0 0 15px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}
.filter-new-box .build.active{
  background: #5f98fc;
}
/*.filter_map .fm2{
  left: 152px;
  top: 70px;
}
.filter_map .fm1{
  left: 98px;
  top: 39px;
}
.filter_map .fm3{
  left: 147px;
}
.filter_map .fm5{
  top: 164px;
  left: 70px;
}
.filter_map .fm6{
  left: 40px;
  position: absolute;
  top: 130px;
}
.filter_map .fm7{
  left: 30px;
  position: absolute;
  top: 66px;
}
.filter_map .fm8{
  left: 65px;
  position: absolute;
  top: 48px;
}*/
.filter-new-box .filter_check li{
  padding: 0;
  margin: 0 0 15px;
}
.filter-new-box .filter_check li a{
  border-radius: 3px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}
.filter-new-box .filter_check li a.active{
  background: #5f98fc;
}
.filter-new-box .title{
  color: #464646;
  display: block;
  font-family: "PT Sans",sans-serif;
  font-size: 21px;
  padding: 10px 0 0 0;
  margin: 0 0 20px;
  text-align: center;
}
.filter-new-box .filter_object{
  text-align: center;
  margin:5px 0 20px 0;
}
.filter-new-box .filter_object li{
  float: none;
  display: inline-block;
  width: 30px;
  vertical-align: top;
  margin: 0 3px;
}
.filter-new-box .filter_object li a{
  border-radius: 3px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}
.filter-new-box .filter_object li a.active{
  background: #5f98fc;
}
.filter-btn-box{
  padding: 30px 0;
}
.filter-btn-box .btn_firlet_serach{
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  background: #96d200; /* Old browsers */
  background: -moz-linear-gradient(top, #96d200 0%, #7dae00 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #96d200 0%,#7dae00 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #96d200 0%,#7dae00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96d200', endColorstr='#7dae00',GradientType=0 ); /* IE6-9 */
}
.filter-btn-box .btn_firlet_serach:hover{
  background: #7dae00; /* Old browsers */
background: -moz-linear-gradient(top, #7dae00 0%, #96d200 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #7dae00 0%,#96d200 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #7dae00 0%,#96d200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dae00', endColorstr='#96d200',GradientType=0 ); /* IE6-9 */
}
.catalog-list-box .title{
  color: #464646;
    display: block;
    font-family: "PT Sans",sans-serif;
    font-size: 21px;
    padding: 0;
    margin: 0 0 10px;
    text-align: left;
}
.catalog-list{
  margin: 0;
  padding: 0;
}
.catalog-list li{
  list-style-type: none;
  margin: 0 0 10px;
  text-indent: inherit;
}
.catalog-list li a{
  border-radius: 3px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
  color: #666;
  display: block;
  font-size: 15px;
  line-height: 18px;
  padding: 6px 15px;
  text-align: left;
  text-decoration: none;
  display: block;
}
.catalog-list li a:hover, .catalog-list li a.active{
  background: #5f98fc;
  color: #fff;
  box-shadow: none;
}
.form-column-left{
  width: 575px;
  float: left;
}
.form-rows .title{
  color: #464646;
  display: block;
  font-family: "PT Sans",sans-serif;
  font-size: 21px;
  padding: 0;
  margin: 0 0 5px;
  text-align: left;
}
.form-rows{
  overflow: hidden;
  margin: 0 0 15px;
}
.form-rows .form-cell{
  width: 190px;
  float: left;
}
.form-cell .filter_tx{
  margin:0;
}
.form-cell .filter_tx .tx{
  border: 1px solid #e0e0e0;
  background: #f5f5f5; /* Old browsers */
background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f5f5f5 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.form-column-right{
  float: right;
  width: 200px;
  padding: 35px 0 0 0;
}
.form-column-right .reset{
  display: block;
  cursor: pointer;
  float: right;
  width: 100px;
  height: 30px;
  border: none;
  text-align: center;
  font-size: 14px;
  color: #999;
  font-family: "PT Sans",sans-serif;
  border-radius: 3px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%,#f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.form-column-right .reset:hover{
  background: #5f98fc;
  color: #fff;
  box-shadow: none;
}
.detail-box{
  padding: 15px 0;
  font-size: 15px;
  line-height: 17px;
  color: #999;
  text-align: right;
}
.liked-link{
   color: #999;
   text-decoration: none;
}
.liked-link:hover{
  text-decoration: underline;
}
.detail-box .btn_print_cat{
  display: inline-block;
  vertical-align: top;
  position: relative;
  right: inherit;
  top: inherit;
  width: 16px;
  height: 15px;
  background: url(/files/css/../img/print-img-new.png) 0 0 no-repeat;
  margin: 0 0 0 30px;
}
.form-column-right .view_cat li{
  padding: 0 8px 0 11px;
}
.check-list{
  margin: 0;
  padding: 0;
}
.check-list li{
  display: inline-block;
  vertical-align: top;
  color: #464646;
  font-size: 15px;
  line-height: 17px;
  list-style-type: none;
  text-indent: inherit;
  background: no-repeat;
  margin: 0 10px 10px 0;
}
.check-list li label{
  position: relative;
  padding: 0 0 0 25px;
  font-weight: normal;
  margin: 0;
  cursor: pointer;
}
.check-list li label:after{
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  z-index: 3;
  width: 17px;
  height: 17px;
  border: 1px solid #e0e0e0;
  background: #f5f5f5; /* Old browsers */
background: -moz-linear-gradient(top, #f5f5f5 0%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f5f5f5 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f5f5f5 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.check-list li input[type="checkbox"]{
  display: none;
}
.check-list li input[type="checkbox"]:checked + label:before{
  content: "";
  position: absolute;
  top: 6px;
  left: 4px;
  width: 10px;
  height: 8px;
  z-index: 3;
  background-image: url(/files/css/../img/check.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  z-index: 4;
}
.form-catalog .check-list{
  padding: 0 0 15px;
}
.download-box{
  text-align: center;
  display: block;
}
.download{
  display: inline-block;
  position: relative;
  padding: 0 22px 0 0;
  font-size: 10px;
  line-height: 12px;
  color: #464646;
  font-family: "PT Sans",sans-serif;
  text-decoration: none;
}
.download:after{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(/files/css/../img/pdf-logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 14px;
  height: 14px;
  z-index: 1;
}
.download:hover{
  text-decoration: underline;
}
.catalog-new-list .list_catalog_two .one_tovar .tbl_cat th{
  color: #999;
  width: 40%;
  background: #fff;
}
.catalog-new-list .list_catalog_two .one_tovar .tbl_cat td{
  width: 60%;
  color: #fff;
  background: #5f98fc;
  border-top: 2px solid #fff;
  padding: 0 5px;
}
.catalog-new-list .list_catalog_two li .img_box{
  position: relative;
}
.liked-box{
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background-color: rgba(255,255,255,.5);
  z-index: 3;
  display: block;
  background-image: url(/files/css/../img/star-default.png);
  background-repeat: no-repeat;
  background-position: 55% 55%;
}
.liked-box.active{
  background-image: url(/files/css/../img/star-large.png);
}
.catalog-new-list .one_tovar_top{
  position: relative;
  padding: 7px 95px 0 10px;
}
.catalog-new-list .one_tovar_top .download-box{
  position: absolute;
  top: 5px;
  right: 10px;
  z-index: 3;
  padding: 0;
}
.catalog-new-list .list_catalog_two li .one_tovar_top .download-box{
  position: relative;
  top: inherit;
  right: inherit;
  padding: 20px 0 0 0;
}
.catalog-new-list .list_catalog li{
  margin: 0 0 40px 20px;
}
.catalog-new-list .list_catalog_two li{
  margin: 0 0 20px 20px;
}
.map-box{
  height: 420px;
}
.ballon-content{
  background-color: #fff;
  width: 180px;
  position: relative;
  border: 1px solid #999;
  border-radius: 3px;
  box-sizing: border-box;
  padding: 5px 5px 0;
}
.ballon-content:after{
  content: "";
  position: absolute;
  bottom: -18px;
  left: 24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 12px 0 12px;
  border-color: #999999 transparent transparent transparent;
  z-index: 1;
}
.ballon-content:before{
  content: "";
  position: absolute;
  bottom: -16px;
  left: 25px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 11px 0 11px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 2;
}
.ballon-name{
  font-size: 8px;
  line-height: 10px;
  padding: 0 0 5px;
}
.ballon-name a{
  color: #5f98fc;
  text-decoration: underline;
}
.ballon-name a:hover{
  text-decoration: none;
}
.ballon-content .place-img{
  width: 50px;
  height: 50px;
  float: left;
  overflow: hidden;
}
.ballon-content .place-img img{
  width: 50px;
}
.ballon-content .text-box{
  margin: 5px 0 0 55px;
  text-align: left;
  font-size: 9px;
  line-height: 11px;
  color: #5f98fc;
}
.ballon-content .text-box p{
  margin: 0 0 5px;
  line-height: 11px;
  padding: 0;
}
.ballon-content .text-box .liked-box{
  position: relative;
  bottom: inherit;
  right: inherit;
  background-size: 18px;
  width: 26px;
  height: 26px;
  background-color: #f0f3f6;
}

.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
sub, sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.8em;
}
sub {
  bottom: -0.25em;
}
.filter_column{
  background-color: #eceef1;
  margin: 0 0 45px;
  padding: 5px 0 0 0;
}
.filter_items{
  padding: 0 15px;
}
.filter-items-cell{
  padding: 15px;
}
.filter_column .filter_nav{
  padding: 10px 0 15px;
  display: inline-block;
  vertical-align: middle;
}
.filter_column .breadcrumb{
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 5px 15px;
}
.filter_check--list{
  padding: 0;
}
.filter_check--list > li{
  display: inline-block;
  vertical-align: top;
  margin: 0 4px 0 0;
  padding: 0 0 15px;
}
.filter_check--list > li > a{
  border-radius: 3px;
}
.line-gray{
  display: block;
  height: 2px;
  background-color: #999;
}
.filter-search-box{
  float: left;
  overflow: hidden;
}
.search-item{
  width: 200px;
  float: left;
  margin: 0 60px 0 0;
}
.search-item .title {
    color: #464646;
    display: block;
    font-family: "PT Sans",sans-serif;
    font-size: 21px;
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
}
.search-item .sel_cat{
  float: none;
  background: none;
  border: none;
  width: 100%;
  position: relative;
  height: 30px;
  margin: 0 0 10px;
}
.search-item .sel_cat .select{
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #f5f5f5 0%, #ffffff 100%) repeat scroll 0 0;
  border: 1px solid #e0e0e0;
  font-size: 13px;
  color: #999999;
  height: 30px;
  line-height: 28px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.search-item .sel_cat .select:after{
  content: "";
  position: absolute;
  top: 50%;
  margin: -4px 0 0 0;
  right: 5px;
  z-index: 3;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4.5px 0 4.5px;
  border-color: #464646 transparent transparent transparent;
}
.search-item .sel_cat select{
  height: 30px;
  font-size: 13px;
}
.metro-link, .highway-link{
  font-size: 13px;
  line-height: 15px;
  color: #464646;
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 0 0 5px 45px;
  text-decoration: none;
}
.metro-link:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 28px;
  height: 19px;
  background: url(/files/css/../img/metro-ico.png) 0 0 no-repeat;
}
.highway-link:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 28px;
  height: 20px;
  background: url(/files/css/../img/highway-ico.png) 0 0 no-repeat;
}
.metro-link span, .highway-link span{
  border-bottom: 1px dashed #464646;
}
.metro-link:hover span, .highway-link:hover span{
  border-bottom-color: transparent;
}
.filter_column .filter-btn-box{
  padding: 35px 15px 15px;
}
.filter_column .filter-btn-box .btn_firlet_serach{
  width: 200px;
  float: left;
  margin: 0 20px 0 0;
}
.button-reset{
  width: 200px;
  border-radius: 3px;
  overflow: hidden;
  height: 30px;
  line-height: 28px;
  display: block;
  text-align: center;
  position: relative;
  cursor: pointer;
  border:none;
  background-color: #eceef1;
  color: #666;
  text-transform: uppercase;
  padding: 0 25px;
}
.button-reset:after{
  content: "";
  position: absolute;
  top: 50%;
  margin: -5px 0 0 0;
  right: 12px;
  width: 10px;
  height: 10px;
  z-index: 5;
  background: url(/files/css/../img/reset-ico.png) 0 0 no-repeat;
}
.button-reset:hover{
  color: #fff;
  background-color: #666;
}
.button-reset:hover:after{
  background-position: 0 -10px;
}
.catalog-filter{
  margin: 0 auto;
  width: 780px;
}
.btn-box-info{
  text-align: center;
}
.btn-green{
  border-radius: 3px;
  overflow: hidden;
  height: 30px;
  line-height: 28px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  font-size: 15px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.6);
  background: #96d200; /* Old browsers */
  background: -moz-linear-gradient(top, #96d200 0%, #7dae00 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #96d200 0%,#7dae00 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #96d200 0%,#7dae00 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96d200', endColorstr='#7dae00',GradientType=0 ); /* IE6-9 */
}
.btn-green:hover{
  background: #7dae00; /* Old browsers */
  background: -moz-linear-gradient(top, #7dae00 0%, #96d200 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #7dae00 0%,#96d200 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #7dae00 0%,#96d200 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7dae00', endColorstr='#96d200',GradientType=0 ); /* IE6-9 */
}
.catalog-filter .one_tovar_top .name{
  float: none;
  width: auto;
  display: block;
}
.catalog-filter .catalog-new-list .one_tovar_top{
  padding: 7px 10px 0;
}
.catalog-filter .list_catalog li.cat_adds{
  width: auto;
  text-align: center;
}
.catalog-filter .list_catalog li.cat_adds .btn_send{
  margin: 0 auto;
}
.catalog-filter .list_catalog li.cat_adds .cat_info p{
  padding: 6px 130px 25px;
}
.catalog-filter .list_catalog_two li{
  width: auto;
  display: block;
}
.catalog-filter .tbl_card{
  width: 100%;
  float: none;
  margin: 0 0 5px;
}
.catalog-filter .tbl_card th{
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  padding: 5px 10px;
  height: auto;
}
.catalog-filter .tbl_card td{
  color: #999999;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  padding: 5px 10px;
}
.reciples-box{
  float: right;
  width: 380px;
}
.catalog-filter .list_catalog_two .one_tovar_data{
  float: none;
  width: auto;
}
.catalog-filter .list_catalog_two .one_tovar_data .metro{
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin: 0 10px 0 0;
}
.catalog-filter .list_catalog_two .one_tovar_data address{
  display: inline-block;
  vertical-align: top;
  width: 120px;
  margin: 0;
}
.catalog-filter .list_catalog_two li .one_tovar_top{
  width: 230px;
}
.card_top h1{
  font-size: 20px;
}
.card_top .btn_back{
  padding: 0 0 0 35px;
}
.card_top .btn_back::after{
  width: 18px;
  height: 16px;
  background: url(/files/css/../img/back-ico.png) 0 0 no-repeat;
  top: 3px;
  left: 5px;
}
.card_top{
  border-bottom: 1px solid #d1d1d1;
}
.two_colum_right h2{
  font-size: 22px;
  border-bottom: 1px solid #d1d1d1;
}
.two_colum_right{
  padding: 6px 0 0 0;
}
.card_data.kart_new address{
  margin-left: 0;
  width: auto;
  padding: 0 0 0 18px;
  text-align: left;
  margin-right: 10px;
}
.card_data.kart_new .metro{
  text-align: left;
  padding: 0 0 0 18px;
}
.title-center{
  text-align: center;
}
.card_info .card_info_right{
  padding: 0;
}
.card_map img{
  display: block;
  max-width: 100%;
}
.title-box-blue{
  color: #5f98fc;
  font-size: 21px;
  font-weight: normal;
  padding: 0 0 13px;
}
.arenad_pred_item_h{
  font-weight: bold;
  color: #486696;
}
.arenad_prev_carousel{
  margin: 0 0 20px;
}
.banner-box img{
  max-width: 100%;
  display: block;
}
.map-box-small, .banner-small{
  margin: 0 0 20px;
}
.map-box-small img, .banner-small img{
  display: block;
  max-width: 100%;
}
.two_colum{
  position: relative;
}
.btn-setting{
  position: absolute;
  top: 0;
  right: 200px;
  z-index: 5;
  border-bottom: none;
  padding: 0;
}
.cat_one_bot ul li span{
    color: #fff;
}
/* End */


/* Start:/bitrix/templates/praedium/js/jquery.scrollbar/jquery.scrollbar.css?14703089313912*/
/*************** SCROLLBAR BASE CSS ***************/

.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}

.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    overflow: scroll !important;
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}

.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}

.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}




/*************** SIMPLE OUTER SCROLLBAR ***************/

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.scrollbar-outer > .scroll-element {
    background-color: #ffffff;
}

.scrollbar-outer > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-x {
    bottom: 0;
    height: 12px;
    left: 0;
    width: 100%;
}

.scrollbar-outer > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 12px;
}

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer { height: 8px; top: 2px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer { left: 2px; width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer { overflow: hidden; }
.scrollbar-outer > .scroll-element .scroll-element_track { background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-outer > .scroll-element .scroll-bar { background-color: #d9d9d9; }
.scrollbar-outer > .scroll-element .scroll-bar:hover { background-color: #c2c2c2; }
.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


/* scrollbar height/width & offset from container borders */

.scrollbar-outer > .scroll-content.scroll-scrolly_visible { left: -12px; margin-left: 12px; }
.scrollbar-outer > .scroll-content.scroll-scrollx_visible { top:  -12px; margin-top:  12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar { min-width: 10px; }
.scrollbar-outer > .scroll-element.scroll-y .scroll-bar { min-height: 10px; }


/* update scrollbar offset if both scrolls are visible */

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -14px; }
.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -14px; }
/* End */


/* Start:/bitrix/templates/praedium/css/lx.css?15065837942490*/
#object_info_window {
    padding: 15px;
    width: 600px;
    height: 500px;
}
#object_info_window h3 {
    margin-bottom: 20px;
}
.lx-tabs{
    display:inline-block;
    width: 100%;
}
.lx-tabs > div{
    padding-top:10px;
}
.lx-tabs ul{
    margin:0px;
    padding:0px;
    width: 100%;
}
.lx-tabs ul:after{
    content:"";
    display:block;
    clear:both;
    height:2px;
    background:#336699;
}
.lx-tabs ul li{
    margin:0px;
    padding:0px;
    cursor:pointer;
    display:block;
    float:left;
    padding:10px 15px;
    background:#f4f4f4;
    color:#646464;
    text-indent: 0;
}
.lx-tabs ul li.active, .lx-tabs ul li.active:hover{
    background:#336699;
    color:#fff;
}
.lx-tabs ul li:hover{
    background:#336699;
    color:#fff;
}
table.object-info {
    width: 100%;
    border-collapse: collapse;
}
table.object-info td, table.object-info th {
    line-height: 25px;
    border-collapse: collapse;
}
table.object-info th {
    width: 35%;
    padding-right: 10px;
    text-align: left;
    padding-right: 10px;
    font-weight: normal;
}
table.object-info td {
    width: 65%;
    /*font-weight: bold;*/
}
table.object-info tr.lx-group td {
    font-weight: bold;
}
.lx-border-top {
    border-top: 1px solid #336699;
}
.lx-list {
    margin-top: 10px;
}
.lx-list li {
    background: none;
    text-indent: 0;
    margin-left: 20px;
    margin-bottom: 10px;
}
.lx-list li span {
    font-weight: bold;
    display: block;
    margin-bottom: 5px;
}
.lx-scroll {
    overflow-y: auto;
    overflow-x: hidden;
    height: 350px;
    position:relative;
}
.ex-link {
    background: url("/bitrix/templates/praedium/css/../images/ex_link.png") no-repeat right center;
    padding-right: 16px;
}
.lx-banner{
    position: relative;
}
.inner_adds a.lx-banner-link-edge, .card_adds a.lx-banner-link-edge{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.error_page {
    font-size: 18px;
    line-height: 22px;
    color: #6c6f72;
    text-align: center;
    padding: 65px 0 0 0;
    max-width: 1020px;
    margin: 0 auto;
}
.error_page .form_send_box {
    padding: 9px 40px 20px;
    margin: 14px 0 0;
}
.error_page .btn_send {
    margin: 20px auto 0;
}
.error_col {
    font-size: 145px;
    line-height: 147px;
    color: #336699;
    margin: 0 0 40px;
}
.error_page h4 {
    font-size: 30px;
    line-height: 32px;
    color: #336699;
}
.error_text {
    padding: 20px 0 35px;
    font-style: italic;
}
.lx-banner p{
    padding-top: 0;
    line-height: 1.2;
}
/* End */


/* Start:/bitrix/templates/praedium/components/bitrix/menu/header_menu/style.css?14471014384598*/
/**Top menu**/
#horizontal-multilevel-menu,#horizontal-multilevel-menu ul
{
	margin:0; padding:0;
	background:#BC262C url(/bitrix/templates/praedium/components/bitrix/menu/header_menu/images/header_menu_bg.gif) repeat-x;
	min-height:27px;
	width:100%;
	list-style:none;
	font-size:11px;
	float:left;
	/*font-size:90%*/
}

#horizontal-multilevel-menu
{
	
}

/*Links*/
#horizontal-multilevel-menu a
{
	display:block;
	padding:5px 10px;
	/*padding:0.3em 0.8em;*/
	text-decoration:none;
	text-align:center;
}

#horizontal-multilevel-menu li 
{
	float:left;
}

/*Root items*/
#horizontal-multilevel-menu li a.root-item
{
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li a.root-item-selected
{
	background:#fc8d3d;
	color:#fff;
	font-weight:bold;
	padding:7px 12px;
}

/*Root items: hover*/
#horizontal-multilevel-menu li:hover a.root-item, #horizontal-multilevel-menu li.jshover a.root-item
{
	background:#e26336;
	color:#fff;
}

/*Item-parents*/
#horizontal-multilevel-menu a.parent
{
	background: url(/bitrix/templates/praedium/components/bitrix/menu/header_menu/images/arrow.gif) center right no-repeat;
}

/*Denied items*/
#horizontal-multilevel-menu a.denied
{
	background: url(/bitrix/templates/praedium/components/bitrix/menu/header_menu/images/lock.gif) center right no-repeat;
}

/*Child-items: hover*/
#horizontal-multilevel-menu li:hover, #horizontal-multilevel-menu li.jshover
{
	background:#D6D6D6;
	color:#fff;
}

/*Child-items selected*/
#horizontal-multilevel-menu li.item-selected
{
	background:#D6D6D6;
	color:#fff;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;

	height:auto;
	/*width:12em;*/
	width:135px;
	background:#F5F5F5;
	border:1px solid #C1C1C1;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li li 
{
	width:100%;
	border-bottom:1px solid #DEDEDE;
}

/*Item link*/
#horizontal-multilevel-menu li ul a
{
	text-align:left;
}

/*Items text color & size */
#horizontal-multilevel-menu li a,
#horizontal-multilevel-menu li:hover li a,
#horizontal-multilevel-menu li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li a
{
	color:#4F4F4F;
	font-weight:bold;
}

/*Items text color & size: hover*/
#horizontal-multilevel-menu li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover a,
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover a
#horizontal-multilevel-menu li:hover li:hover li:hover li:hover li:hover li:hover a,
#horizontal-multilevel-menu li.jshover li.jshover li.jshover li.jshover li.jshover li.jshover a
{
	color:#4F4F4F;
}

#horizontal-multilevel-menu li ul ul
{
	margin:-27px 0 0 132px;
	/*margin:-1.93em 0 0 11.6em;*/
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li.jshover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul,
#horizontal-multilevel-menu li.jshover ul ul ul ul ul
{
	/*top:-999em;*/
	display:none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li.jshover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li.jshover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li.jshover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li.jshover ul,
#horizontal-multilevel-menu li li li li li:hover ul,
#horizontal-multilevel-menu li li li li li.jshover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}

div.menu-clear-left
{
	clear:left;
}
/* End */


/* Start:/bitrix/templates/praedium/components/bitrix/menu/footer_menu/style.css?14471014382878*/
ul#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0; 
	padding: 0; 
	list-style: none; 
	width: 214px;
	font-size:12px;
}

/*Submenu box*/
#vertical-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	border:1px solid #C1C1C1;
	border-bottom:none;
	width:200px;
}

/* Submenu Items */ 
#vertical-multilevel-menu li a
{ 
	display: block; 
	text-decoration: none; 
	color: #4F4F4F; 
	font-weight:bold;
	padding: 5px; 
	background:#F5F5F5;
	border-bottom:1px solid #C1C1C1;
}

/*Items selected*/
#vertical-multilevel-menu li a.item-selected
{ 
	background-color: #D6D6D6;
}

/*Items Hover */
#vertical-multilevel-menu li a:hover
{
	background-color: #D6D6D6;
} 

/*Rootmenu Items*/
#vertical-multilevel-menu a.root-item
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/bitrix/templates/praedium/components/bitrix/menu/footer_menu/images/item_bg.gif) 0 0 no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Rootmenu Items hover*/
#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover
{
	background:#61656A url(/bitrix/templates/praedium/components/bitrix/menu/footer_menu/images/item_bg.gif) 0 -26px no-repeat;
}

/*Rootmenu Items Selected*/
#vertical-multilevel-menu a.root-item-selected
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/bitrix/templates/praedium/components/bitrix/menu/footer_menu/images/item_bg.gif) 0 -26px no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Parent item*/
#vertical-multilevel-menu a.parent
{
	background: #F5F5F5 url(/bitrix/templates/praedium/components/bitrix/menu/footer_menu/images/arrow.gif) center right no-repeat;
	padding-right:10px;
}

/*Denied items*/
#vertical-multilevel-menu a.denied
{
	background: #F5F5F5 url(/bitrix/templates/praedium/components/bitrix/menu/footer_menu/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/ 
* html ul#vertical-multilevel-menu li { float: left; height: 1%; } 
* html ul#vertical-multilevel-menu li a { height: 1%; } 
/* End */ 


/*Submenu margin*/
#vertical-multilevel-menu li ul.root-item
{
	margin:-27px 0 0 210px;
}

#vertical-multilevel-menu li ul
{
	margin:-27px 0 0 133px;
}

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul 
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}
/* End */


/* Start:/bitrix/templates/praedium/components/bitrix/menu/footer_menu3/style.css?14471014382878*/
ul#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0; 
	padding: 0; 
	list-style: none; 
	width: 214px;
	font-size:12px;
}

/*Submenu box*/
#vertical-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	border:1px solid #C1C1C1;
	border-bottom:none;
	width:200px;
}

/* Submenu Items */ 
#vertical-multilevel-menu li a
{ 
	display: block; 
	text-decoration: none; 
	color: #4F4F4F; 
	font-weight:bold;
	padding: 5px; 
	background:#F5F5F5;
	border-bottom:1px solid #C1C1C1;
}

/*Items selected*/
#vertical-multilevel-menu li a.item-selected
{ 
	background-color: #D6D6D6;
}

/*Items Hover */
#vertical-multilevel-menu li a:hover
{
	background-color: #D6D6D6;
} 

/*Rootmenu Items*/
#vertical-multilevel-menu a.root-item
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/bitrix/templates/praedium/components/bitrix/menu/footer_menu3/images/item_bg.gif) 0 0 no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Rootmenu Items hover*/
#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover
{
	background:#61656A url(/bitrix/templates/praedium/components/bitrix/menu/footer_menu3/images/item_bg.gif) 0 -26px no-repeat;
}

/*Rootmenu Items Selected*/
#vertical-multilevel-menu a.root-item-selected
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/bitrix/templates/praedium/components/bitrix/menu/footer_menu3/images/item_bg.gif) 0 -26px no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Parent item*/
#vertical-multilevel-menu a.parent
{
	background: #F5F5F5 url(/bitrix/templates/praedium/components/bitrix/menu/footer_menu3/images/arrow.gif) center right no-repeat;
	padding-right:10px;
}

/*Denied items*/
#vertical-multilevel-menu a.denied
{
	background: #F5F5F5 url(/bitrix/templates/praedium/components/bitrix/menu/footer_menu3/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/ 
* html ul#vertical-multilevel-menu li { float: left; height: 1%; } 
* html ul#vertical-multilevel-menu li a { height: 1%; } 
/* End */ 


/*Submenu margin*/
#vertical-multilevel-menu li ul.root-item
{
	margin:-27px 0 0 210px;
}

#vertical-multilevel-menu li ul
{
	margin:-27px 0 0 133px;
}

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul 
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}
/* End */


/* Start:/bitrix/templates/praedium/template_styles.css?176699000664373*/
@font-face {
    font-family: 'PF Agora Slab Pro';
    src: url('/files/fonts/PFAgoraSlabPro-Regular.eot');
    src: url('/files/fonts/PFAgoraSlabPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('/files/fonts/PFAgoraSlabPro-Regular.woff2') format('woff2'),
    url('/files/fonts/PFAgoraSlabPro-Regular.woff') format('woff'),
    url('/files/fonts/PFAgoraSlabPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.smi_top + h1 {
    padding-top: 20px;
}

header .share {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-top: -10px;
}

header .share .item-container {
    padding-left: 66px;
}

header .share a {
    display: inline-block;
    /*width: 110px;*/
    height: 35px;
    border: 1px solid #7194b8;
    font-size: 0;
}

header .share a + a {
    margin-left: 19px;
}

header .share a:hover {
    border-color: #abc0d5;
}

header .share a div {
    display: inline-block;
    vertical-align: middle;
}

header .share a .img {
    width: 36px;
    height: 100%;
    max-height: 35px;
    position: relative;
}

header .share a .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

header .share a .text {
    font-size: 8px;
    text-transform: uppercase;
    color: #f7ebf4;
    width: 72px;
}

header .share .item-container + .slogan {
    padding-top: 8px;
}

.header_left {
    width: 790px;
    font-size: 0;
}

.header_right {
    width: 460px;
}

.header_right .phone {
    width: 230px;
}

header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 100;
}

header + * {
    margin-top: 117px;
}

/*--------------style_26.12.2017-------------------------*/
.catalog .btn-box-info {
    margin: 37px 0 0 0;
}

.filter-metro .filter-btn-box {
    padding: 0;
}

.filter-metro .filter-btn-box .btn_firlet_serach {
    margin: 40px 0 0 0;
}

.filter-metro .filter_map .fm7 {
    left: 100px;
    top: 74px;
}

.filter-metro .filter_map .fm8 {
    left: 126px;
    top: 122px;
}

.filter-metro .filter_map .fm6 {
    left: 30px;
    top: 60px;
}

.filter-metro .filter_map .fm5 {
    left: 42px;
    top: 150px;
}

.card-tab-item {
    padding: 30px 0 0 0;
}

.card-tab-item h2 {
    text-align: center;
    font-size: 30px;
    margin: 0 0 15px;
}

.card-tab-item table {
    width: 100%;
    border-collapse: collapse;
}

.table {
    margin: 0 0 30px;
}

.table-row {
    display: flex;
    flex-wrap: wrap;
}

.table-cell {
    display: flex;
    align-items: center;
    width: 16.666%;
}

.body-row .table-cell {
    justify-content: center;
}

.card-tab-item table thead tr th, .head-row .table-cell {
    border-left: 2px solid #fff;
    background-color: #5f98fc;
    padding: 10px;
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    text-align: left;
}

.card-tab-item table thead tr th:first-of-type, .head-row .table-cell:first-of-type {
    border-left: 0;
}

.head-row .table-cell {
    /*font-weight: bold;*/
    text-align: center;
}

.card-tab-item table tbody tr td, .body-row .table-cell {
    padding: 5px;
    text-align: center;
    font-size: 18px;
    line-height: 1.2;
}

.body-row .name {
    max-width: 125px;
    width: 100%;
    margin: 0 auto;
}

.card-tab-item table tbody tr:nth-child(odd) td, .body-table .table-row:nth-child(odd) {
    background-color: #f4f4f4;
}

.orange-row .table-cell {
    position: relative;
    z-index: 3;
}

.orange-row:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(251, 123, 45, .3);
}

.card-tab-item table tbody tr.orange-color, .orange-row {
    position: relative;
}

.card-tab-item table tbody tr.orange-color:after, .orange-row:after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    right: 0;
    height: 16px;
    background: url(/bitrix/templates/praedium/images/shadow-tab-line.png) 50% 0 no-repeat;
}

.card-tab-item table tbody tr.orange-color td {
    background-color: rgba(251, 123, 45, .3);
}

.photo-blox {
    max-width: 100px;
    margin: 0 auto;
    width: 100%;
}

.photo-blox img {
    display: block;
    max-width: 100%;
    width: auto;
    margin: 0 auto;
    max-height: 72px;
}

.card-tab-item .name-cell, .table-cell .name-cell {
    display: flex;
    align-items: center;
}

.card-tab-item .name-cell .img, .table-cell .name-cell .img {
    flex-basis: 32px;
    min-width: 32px;
    margin: 0 5px 0 0;
}

.card-tab-item .name-cell .img img, .table-cell .name-cell .img img {
    display: block;
}

.more-tab-box {
    border-top: 2px solid #e1e1e1;
}

.more-tab-box .btn_send {
    text-align: center;
    width: 310px;
    margin: 0 auto;
}

.tab-section {
    padding: 10px 0 0 0;
}

.tabs {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.tabs > li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33.3%;
    list-style-type: none;
    text-indent: inherit;
    line-height: 1.2;
    font-size: 15px;
    background: #fff;
    border-left: 2px solid #fff;
    color: #646464;
    padding: 8px;
    text-align: center;
    cursor: pointer;
}

.tabs > li.current {
    background-color: #5f98fc;
    color: #fff;
}

.tabs > li:first-child {
    border-left: none;
}

.box-tabs {
    display: none;
}

.box-tabs.visib {
    display: block;
}

.box-tabs .card_info {
    padding: 5px 0 0 0;
}

.exclusive-tab {
    position: relative;
}

.exclusive-tab:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    right: 2px;
    bottom: -10px;
    background-color: #ffd8bd;
}

.exclusive-tab .tbl_scroll_cat {
    position: relative;
    z-index: 2;
}

.body-table .hidden {
    display: none;
}

.one_tovar_data_new {
    min-height: 51px;
}

.catalog-filter .catalog-new-list .one_tovar_top {
    min-height: 40px;
}

/*--------------/style_26.12.2017-------------------------*/

.orange-row.canvas:before {
    background: #fdd2bb;
    background: -moz-linear-gradient(left, #fdd2bb 0%, #7db9e8 99%);
    background: -webkit-linear-gradient(left, #fdd2bb 0%, #7db9e8 99%);
    background: linear-gradient(to right, #fdd2bb 0%, #7db9e8 99%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd2bb', endColorstr='#7db9e8', GradientType=1);
}

.orange-row.canvas:after {
    display: none;
}

.body-table .table-row.canvas {
    background: none;
}

.orange-row.canvas {
    border-bottom: 2px solid #fff;
}

.more-tab-box .btn_send {
    text-decoration: none;
}

.header_bot ul li.gradient a {
    background: #fdd2bb;
    background: -moz-linear-gradient(left, #fdd2bb 0%, #7db9e8 99%);
    background: -webkit-linear-gradient(left, #fdd2bb 0%, #7db9e8 99%);
    background: linear-gradient(to right, #fdd2bb 0%, #7db9e8 99%);
}

.catalog .tbl_card table .col1 {
    width: 62px;
}

section.career {
    font-family: 'PF Agora Slab Pro';
}

section.career h1 {
    text-decoration: none;
    color: #646464;
    padding-bottom: 20px;
    font-weight: normal;
}

section.career img {
    max-width: 100%;
}

form.new.ajax-form {
    width: 460px;
    border: 1px solid #819bb8;
    margin: 40px auto 0;
    padding: 10px;
    font-family: 'PT Sans';
    text-align: center;
}

form.new.ajax-form h2 {
    text-align: center;
    color: #336699;
    font-weight: normal;
}

form.new.ajax-form .form-cell {
    padding: 10px 0;
    position: relative;
    text-align: left;
}

form.new.ajax-form .form-cell input[type="text"], form.new .form-cell input[type="email"] {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #bfccd8;
    padding: 4px 0 4px 10px;
    font-size: 16px;
}

form.new.ajax-form .form-cell label {
    cursor: pointer;
}

form.new.ajax-form .form-cell label.text {
    position: absolute;
    left: 20px;
    font-size: 16px;
    line-height: 30px;
}

form.new.ajax-form .form-cell label.text span {
    color: #ff3b3b;
}

form.new.ajax-form .form-cell label.file {
    margin-left: 5px;
    display: inline;
    vertical-align: top;
    font-size: 20px;
    color: #336699;
    border-bottom: 1px solid #336699;
}

form.new.ajax-form .form-cell label.file + input[type="file"] {
    display: none;
}

form.new .form-cell label.file span {
    font-size: 16px;
    vertical-align: top;
    line-height: 28px;
}

form.new.ajax-form .form-cell input[type="checkbox"] {
    display: none;
}

form.new.ajax-form .form-cell label.checkbox {
    width: auto;
    height: auto;
    font-size: 16px;
    padding-left: 25px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid transparent;
}

form.new.ajax-form .form-cell label.checkbox:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url("/files/images/checkbox.png") no-repeat;
    background-position: left top;
    background-size: cover;
}

form.new .form-cell input[type="checkbox"]:checked + label.checkbox:before {
    background-position: left bottom;
}

form.new.ajax-form input[type="submit"] {
    background: #58a000;
    border-radius: 1px;
    padding: 8px 30px;
    font-size: 16px;
    color: #fff;
    border: 0;
    font-family: 'PF Agora Slab Pro';
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.6);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.6);
    cursor: pointer;
    -webkit-transition: all 250ms;
    -moz-transition: all 250ms;
    -ms-transition: all 250ms;
    -o-transition: all 250ms;
    transition: all 250ms;
}

form.new.ajax-form input[type="submit"]:active, form.new input[type="submit"]:hover {
    box-shadow: none;
}

input[type="checkbox"].error + label {
    border-bottom: 1px solid red !important;
}




/*--------------style_09.02.2018-------------------------*/
.card-adress-cell {
    text-align: center;
}

.card-adress-cell.card_data.kart_new address {
    float: none;
    display: inline-block;
    vertical-align: top;
}

.community-info {
    padding: 15px 0 0 0;
}

.community-info__title {
    font-size: 21px;
    line-height: 1;
    color: #fff;
    background-color: #5f98fc;
    padding: 5px 15px 8px;
}

.community-info .card_info {
    padding: 0;
    margin: 0 0 30px;
}

.column-top-m {
    padding: 40px 0 0 0;
}

.best-deals {
    padding: 0 0 10px;
    border-bottom: 1px solid #d1d1d1;
    margin: 0 0 20px;
}

.best-deals h2 {
    border-bottom: none;
    margin: 0 0 15px;
    padding: 0;
}

.card-tab-toggle .head-row .table-cell {
    font-weight: normal;
    line-height: 1;
    font-size: 24px;
    justify-content: center;
    width: 20%;
}

.card-tab-toggle .body-row .table-cell {
    width: 20%;
    padding: 15px 5px;
}

.table-more-info {
    width: 100%;
    border: 2px solid #e2e2e2;
    border-bottom: none;
    border-top: none;
    padding: 15px 0 20px;
    background-color: #fff;
    display: none;
}

.table-more-info h3 {
    color: #5f98fc;
    font-size: 21px;
    font-weight: normal;
    padding: 0 0 13px;
}

.table-more-info .card_info table td {
    font-size: 15px;
    padding: 1px 10px 4px;
    text-align: right;
    background-color: #fff;
}

.table-more-info .card_info table td:first-child {
    text-align: left;
}

.table-more-info .card_info table tr:nth-child(odd) td {
    background-color: #fff;
}

.table-more-info .card_info table tr:nth-child(even) td {
    background-color: #f0f0f0;
}

.card_clear {
    overflow: hidden;
}

.card-l {
    float: left;
    width: 472px;
    padding: 0;
}

.card-r {
    float: right;
    width: 472px;
    padding: 0;
}

.table-more-info .card-info {
    padding: 0;
}

.card-tab-toggle .body-row {
    position: relative;
}

.card-tab-toggle .head-row .table-cell {
    border-left: none;
    position: relative;
}

.card-tab-toggle .head-row .table-cell:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
    background-color: #fff;
    z-index: 3;
}

.card-tab-toggle .head-row .table-cell:first-child:after {
    display: none;
}

.card-tab-toggle .body-row:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #e2e2e2;
    z-index: 3;
    height: 2px;
}

.card-tab-toggle .body-row.is-active .table-cell:first-child:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    bottom: 0;
    z-index: 3;
    background-color: #e2e2e2;
}

.card-tab-toggle .body-row.is-active:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    bottom: 0;
    z-index: 3;
    background-color: #e2e2e2;
}

.card-tab-toggle .body-row:first-child:after {
    display: none;
}

.card-tab-toggle .body-row:last-child .table-more-info {
    border-bottom: 2px solid #e2e2e2;
}

.down-btn {
    display: block;
    width: 21px;
    height: 9px;
    position: absolute;
    bottom: 5px;
    left: 20px;
    z-index: 5;
    cursor: pointer;
    background: url(/files/img/arrows-bot-blue.png) 0 0 no-repeat;
    transition: all ease .3s;
    opacity: 1;
    visibility: visible;
}

.down-btn.active {
    opacity: 0;
    visibility: hidden;
}

.up-btn {
    display: block;
    width: 21px;
    height: 9px;
    position: absolute;
    bottom: 8px;
    left: 20px;
    z-index: 5;
    cursor: pointer;
    background: url(/files/img/arrows-bot-blue.png) 0 0 no-repeat;
    transition: all ease .3s;
    opacity: 1;
    visibility: visible;
    transform: rotateX(180deg);
    opacity: 0;
    visibility: hidden;
}

.up-btn.active {
    opacity: 1;
    visibility: visible;
}

.card-tab-toggle .table {
    margin: 0;
}

.card-tab-toggle h2 {
    font-size: 35px;
}

.order_viewing {
    background-color: #d1e1fe;
    padding: 12px 15px 12px;
    width: 270px;
    box-sizing: border-box;
}

.order_viewing .input-items {
    position: relative;
    padding: 0 40px 0 0;
    margin: 0 0 10px;
    box-sizing: border-box;
}

.order_viewing .input-items input[type="text"], .order_viewing .input-items input[type="tel"] {
    height: 40px;
    font-size: 16px;
    background-color: #fff;
    padding: 0 10px 0 40px;
    border: none;
    color: #414140;
    width: 100%;
    box-sizing: border-box;
}

.order_viewing .input-items label {
    width: 40px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    padding: 0 0 0 5px;
    height: 40px;
    font-size: 16px;
    color: #414140;
}

.order_viewing .submit-btn {
    border: none;
    font-size: 16px;
    line-height: 1;
    text-decoration: underline;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-family: "PT Sans", Arial, Helvetica, sans-serif;
    padding: 8px 15px;
    background: rgb(240, 193, 76); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(240, 193, 76, 1) 0%, rgba(232, 153, 44, 1) 50%, rgba(238, 184, 70, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(240, 193, 76, 1) 0%, rgba(232, 153, 44, 1) 50%, rgba(238, 184, 70, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(240, 193, 76, 1) 0%, rgba(232, 153, 44, 1) 50%, rgba(238, 184, 70, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0c14c', endColorstr='#eeb846', GradientType=0); /* IE6-9 */
}

.order_viewing .submit-btn:hover {
    text-decoration: none;
}

.phone-ico:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 3;
    width: 24px;
    height: 35px;
    background: url(/files/img/phone-ico.png) 0 0 no-repeat;
}

.user-ico:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 3;
    width: 27px;
    height: 34px;
    background: url(/files/img/user-ico.png) 0 0 no-repeat;
}

.input-holder::-webkit-input-placeholder {
    color: #414140;
    opacity: 1;
}

.input-holder::-moz-placeholder {
    color: #414140;
    opacity: 1;
}

/* Firefox 19+ */
.input-holder:-moz-placeholder {
    color: #414140;
    opacity: 1;
}

/* Firefox 18- */
.input-holder:-ms-input-placeholder {
    color: #414140;
    opacity: 1;
}

.search-column-l {
    width: 240px;
    float: left;
}

.search-column-l .title-cell {
    text-align: center;
    font-size: 21px;
    line-height: 1;
    color: #464646;
    margin: 0 0 35px;
}

.direction-catalog .one_tovar {
    border: 1px solid #389bff;
    border-top: none;
}

.direction-catalog .tbl_cat_box {
    padding: 0 5px 5px;
}

.direction-catalog .list_catalog li {
    margin: 0 0 25px 20px;
}

.direction-catalog .list_catalog {
    padding: 0 0 90px;
}

.direction-catalog .catalog-filter {
    float: left;
    margin: 0;
}

.search-column-l .filter_map_title div {
    color: #666;
    font-size: 16px;
    line-height: 1;
}

.search-column-l .filter_map .fm1 {
    top: 40px;
    left: 135px;
}

.search-column-l .filter_map .fm2 {
    top: 96px;
    left: 160px;
}

.search-column-l .filter_map .fm3 {
    top: 120px;
    left: 180px;
}

.search-column-l .filter_map .fm4 {
    top: 165px;
    left: 175px;
}

.search-column-l .filter_map .fm5 {
    top: 220px;
    left: 135px;
}

.search-column-l .filter_map .fm6 {
    top: 165px;
    left: 83px;
}

.search-column-l .filter_map .fm7 {
    top: 121px;
    left: 55px;
}

.search-column-l .filter_map .fm8 {
    top: 70px;
    left: 83px;
}

/*--------------/style_09.02.2018-------------------------*/
/*--------------style_28.02.2018-------------------------*/
.header_bot ul li.exclusive-cell {
    position: relative;
    background: #fcd4be; /* Old browsers */
    background: -moz-linear-gradient(left, #fcd4be 0%, #bfd3fa 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fcd4be 0%, #bfd3fa 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fcd4be 0%, #bfd3fa 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcd4be', endColorstr='#bfd3fa', GradientType=1); /* IE6-9 */
}

.header_bot ul li.exclusive-cell:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/files/img/exclusive-bg.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.header_bot ul li.exclusive-cell a {
    position: relative;
    z-index: 2;
}

.header_bot ul li.exclusive-cell a:hover,
.header_bot ul li.exclusive-cell a, .header_bot ul li.exclusive-cell a.active {
    background: transparent;
}

.card_top--lg {
    padding: 10px 220px 5px 0;
    border-bottom: 2px dotted #666;
}

.card_top--lg .to_izbr {
    margin: 0;
}

.card_top--lg .to_izbr:before {
    width: 19px;
    height: 16px;
    left: -24px;
    top: 4px;
    background: url(/files/img/card-like-sm.png) 0 0 no-repeat;
}

.card_top .btn_back:after {
    display: block;
    content: '';
    background: url(/files/img/btn_back.png) no-repeat;
    position: absolute;
    top: -15px;
    left: -12px;
    height: 56px;
    width: 52px;
}

.card--new_b h1 {
    color: #ff3300;
    text-align: left;
    text-decoration: none;
    padding: 0 35px 0 0;
}

.card--new_b .card_left {
    position: relative;
    padding: 5px 0 0 0;
}

.b-card-like {
    position: absolute;
    top: 8px;
    right: 0;
    width: 30px;
    height: 27px;
    background: url(/files/img/card-like.png) 0 0 no-repeat;
}

.card--new_b .card_right {
    padding: 5px 0 0 0;
}

.card--new_b .btn_route {
    bottom: inherit;
    right: 0;
    top: 0;
}

.card--new_b .card_data {
    padding: 0 65px 0 0;
}

.card--new_b .card_data address {
    margin: 0 0 8px;
}

.card--new_b .card_data .metro {
    line-height: 1.2;
    margin: 0;
}

.card--new_b .tabs > li {
    padding: 5px;
    font-size: 16px;
    line-height: 1;
    background-color: #fff;
    color: #666;
    border-left-color: #329aff
}

.card--new_b .tabs > li.current {
    background-color: #329aff;
    color: #fff;
}

.no-b-vacant {
    text-align: center;
    font-size: 24px;
    line-height: 1;
    padding: 10px 15px;
}

.b-presentation {
    text-align: right;
}

.doc-link {
    display: inline-block;
    max-width: 136px;
    width: 100%;
    cursor: pointer;
    text-align: center;
    position: relative;
    padding: 5px 0 5px 36px;
    color: #fff;
    font-size: 16px;
    background-color: #58a000;
    text-decoration: none;
}

.doc-link:after {
    content: "";
    position: absolute;
    top: 50%;
    margin: -13px 0 0 0;
    left: 8px;
    z-index: 3;
    width: 21px;
    height: 27px;
    background: url(/files/img/pdf-ico.png) 0 0 no-repeat;
}

.two_colum_right--new .inner_adds {
    padding: 0 0 35px 0;
    border-bottom: 2px dotted #666;
}

.nav-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 10px;
}

.nav-sm__link {
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(top, #fafafa 0%, #d3dfe6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fafafa 0%, #d3dfe6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fafafa 0%, #d3dfe6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#d3dfe6', GradientType=0); /* IE6-9 */
    padding: 10px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #656564;
    font-size: 13px;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-sm__link:hover, .nav-sm__link.active {
    background: #dee6ec; /* Old browsers */
    background: -moz-linear-gradient(top, #dee6ec 0%, #abcce1 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #dee6ec 0%, #abcce1 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #dee6ec 0%, #abcce1 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dee6ec', endColorstr='#abcce1', GradientType=0); /* IE6-9 */
}

.b-see-more {
    padding: 15px 0 0 0;
}

.b-see-more h2 {
    text-align: center;
    color: #ff3300;
    font-size: 35px;
    line-height: 1;
    margin: 0 0 20px;
    font-weight: normal;
}

.card-bulding {
    overflow: hidden;
    position: relative;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    transition: all ease .3s;
}
.more-slider-bulding .card-bulding{
    height: 250px;
    border-color: #fff;
}
.card-bulding:hover {
    border-color: #013c68;
}

.slider-holder .card-bulding:hover .card-bulding__title {
    text-decoration: underline;
}

.card-bulding__content {
    position: absolute;
    top: 0;
    right: 0;
    width: 210px;
    bottom: 0;
    background-color: rgba(0, 69, 135, .7);
    padding: 10px;
    color: #fff;
    font-size: 14px;
    line-height: 1.2
}

.card-bulding__content .b-name {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 10px;
}

.card-bulding__content .b-name a {
    color: #fff;
    text-decoration: underline;
}

.card-bulding__content .b-name a:hover {
    color: #fff;
    text-decoration: none;
}

.card-bulding__content .b-items-info {
    margin: 0 0 10px;
}

.card-bulding__content .b-transf {
    text-transform: uppercase;
    display: block;
}

.more-slider-bulding .slide {
    padding: 0 30px;
}

.more-slider-bulding .slick-arrow {
    padding: 0;
    background-color: transparent;
    border: none;
    position: absolute;
    top: 50%;
    margin: -20px 0 0 0;
    z-index: 10;
    cursor: pointer;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 12px;
    height: 40px;
}

.more-slider-bulding .slick-prev {
    background-image: url(/files/img/btn_card_slider_prev.png);
    left: 10px;
}

.more-slider-bulding .slick-next {
    background-image: url(/files/img/btn_card_slider_next.png);
    right: 10px;
}

.b-line {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #9b9b9b;
    margin: 25px 0 50px;
    box-shadow: 0 1px 3px rgba(148, 148, 148, .5);
}

.b-recive {
    text-align: center;
}

.b-recive__link {
    display: inline-block;
    max-width: 100%;
    font-size: 18px;
    line-height: 1;
    color: #00669c;
    padding: 5px 40px 7px;
    border: 1px solid #00669c;
    transition: all ease .3s;
    text-decoration: none;
}

.b-recive__link:hover {
    color: #fff;
    background-color: #00669c;
    text-decoration: none;
}

.form_send--new {
    max-width: 780px;
    margin: 0 auto;
}

.form_send--new h2 {
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: #656564;
    padding: 10px;
    margin: 0;
    background: #fafafa; /* Old browsers */
    background: -moz-linear-gradient(top, #fafafa 0%, #d3dfe6 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #fafafa 0%, #d3dfe6 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #fafafa 0%, #d3dfe6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#d3dfe6', GradientType=0); /* IE6-9 */
}

.form_send--new .form_send_box {
    margin: 0;
}

.form_send--new .form_send_box {
    background-color: transparent;
    padding: 10px 50px;
    border: 1px solid #a9afb2;
    border-top: none;
}

.form_send--new .form_send_box p {
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 10px;
}

.two_colum_left .form_send--new .form_send_box .tx {
    width: 205px;
    margin: 0 15px;
    font-size: 16px;
    border: 1px solid #4c9bce;
    box-shadow: 0 1px 5px rgba(51, 102, 153, .3);
    border-radius: 0;
    padding: 0 30px;
    box-sizing: border-box;
}

.two_colum_left .form_send--new .form_send_tx {
    margin: 0 -15px;
    padding: 0 0 10px;
}

.form_send--new .btn_send {
    width: 140px;
    height: 30px;
    background: #58a000;
    color: #fff;
    text-align: center;
    font-size: 16px;
    border-radius: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, .6);
    margin: 0 auto;
    transition: all ease .3s;
}

.form_send--new .btn_send:hover {
    background-color: #457c01;
}

.b-check-info {
    margin: 0 0 10px;
    position: relative;
    color: #656564;
    font-size: 14px;
    line-height: 1;
    padding: 0 0 2px 25px;
}

.b-check-info:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 16px;
    height: 16px;
    background: url(/files/img/check-icon.png) 0 0 no-repeat;
}

.card--new_b .b-recive {
    padding: 10px 0 20px;
}

.card--new_b .b-recive__link {
    display: block;
    padding: 5px 5px 7px;
    text-align: center;
    font-size: 16px;
}

.card-tab-toggle--six .head-row .table-cell,
.card-tab-toggle--six .body-row .table-cell {
    width: 16.66%;
}

.photo-sm {
    width: 135px;
    box-sizing: border-box;
    padding: 0 15px;
}

.photo-slider {
    display: block;
    height: 70px;
    overflow: hidden;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.photo-sm .slick-arrow {
    position: absolute;
    top: 50%;
    margin: -11px 0 0 0;
    width: 7px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: 0 0;
    cursor: pointer;
    padding: 0;
    border: none;
    background-color: transparent;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
}

.photo-sm .slick-next {
    right: 0;
    background-image: url(/files/img/arrows-right-sm.png);
}

.photo-sm .slick-prev {
    left: 0;
    background-image: url(/files/img/arrows-left-sm.png);
}

.icon-check {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    overflow: hidden;
    background: url(/files/img/check-icon.png) 0 0 no-repeat;
}

.b-load-more {
    padding: 15px 0 0 0;
    text-align: center;
}

.b-load-more__link {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-decoration: underline;
    padding: 7px 25px 9px;
    background-color: #58a000;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    transition: all ease .3s;
    box-sizing: border-box;
}

.b-load-more__link:hover {
    background-color: #427701;
    color: #fff;
}

.two_colum_right--new h2 {
    border-bottom: none;
}

.card--new_b .cardSlider .slick-slide {
    position: relative;
}

.in-favorites-icon {
    width: 37px;
    height: 36px;
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 10;
    cursor: pointer;
    background: url(/files/img/star-blue.png) 0 0 no-repeat;
}

.card_top--lg .h1_title {
    color: #464646;
    font-size: 24px;
    margin: 0;
    line-height: 1;
    padding: 10px 0 10px 55px;
    float: left;
    border-bottom: none;
}

.card_top--lg .h1_title:after {
    top: -10px;
    width: 69px;
}

.card-pos-bot {
    position: relative;
}

.card-pos-bot .to_izbr {
    position: absolute;
    right: 220px;
    bottom: 8px;
    z-index: 10;
}

.b-info-selected {
    position: absolute;
    top: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 10;
    text-align: center;
}

.b-info-selected__link {
    padding: 5px 15px 7px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 1;
    color: #5e5d5d;
    /*box-shadow: 0 1px 3px rgba(95,152,252,.4);*/
    text-decoration: none;
    background-color: #fff;
    border-radius: 15px;
    border: 1px solid #699CFD;
}

.b-filter__heading {
    padding: 20px 120px 20px 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-filter__heading .b-search-filter {
    margin: 0 10px 0 0;
}

.b-search-filter {
    position: relative;
    max-width: 340px;
}

.b-search-filter input[type="text"] {
    height: 30px;
    width: 100%;
    display: block;
    font-size: 16px;
    color: #5e5d5d;
    box-sizing: border-box;
    padding: 0 15px 0 50px;
    background-color: #fff;
    border: 1px solid #4c9bce;
    box-shadow: 0 3px 7px rgba(95, 152, 252, .3);
}

.b-search-filter input[type="submit"] {
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 10;
    width: 21px;
    height: 20px;
    background: url(/files/img/search-btn-lg.png) 0 0 no-repeat;
    padding: 0;
    border: none;
}

.b-filter__heading .filter_object {
    margin: 0 20px 0 -5px;
}

.b-filter__heading .filter_object li {
    margin: 0 0 0 5px;
    width: auto;
    min-width: 28px;
}

.b-filter__heading .filter_object li a {
    border-radius: 2px;
    padding: 0 6px;
}

.b-filter__heading .filter_object li a.active {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.open-filter-btn {
    position: absolute;
    cursor: pointer;
    font-size: 14px;
    color: #5e5d5d;
    line-height: 1;
    top: 25px;
    padding: 0 0 10px;
    right: 0;
    z-index: 10;
    transition: all ease .5s;
    opacity: 1;
    visibility: visible;
}

.open-filter-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4.5px 5px 4.5px;
    border-color: transparent transparent #5f98fc transparent;
}

.open-filter-btn.active {
    opacity: 0;
    visibility: hidden;
}

.b-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.b-filter__content .metro-link, .b-filter__content .highway-link {
    font-size: 16px;
}

.b-search-okrug {
    font-size: 16px;
    line-height: 1;
    color: #464646;
    padding: 0 0 5px 45px;
    position: relative;
    text-decoration: none;
}

.b-search-okrug:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
    background: url(/files/img/okrug-ico.png) 0 0 no-repeat;
    z-index: 3;
}

.b-search-okrug span {
    border-bottom: 1px dashed #464646;
}

.b-filter {
    margin: 0 0 10px;
    border-bottom: 1px solid #dcdcdc;
}

.b-filter__content {
    display: none;
}

.b-filter__content .metro-link {
    display: block;
    margin: 0 0 15px;
}

.b-search-okrug:hover span {
    border-bottom-color: transparent;
}

.b-filter__content .b-items-sm {
    flex-basis: 230px;
    min-width: 230px;
}

.b-filter__content .form-rows {
    margin: 0;
    overflow: visible;
}

.b-filter__content .form-rows .title {
    font-size: 18px;
}

.b-filter__content .form-cell .filter_tx .tx {
    font-size: 14px;
}

.b-filter__content .form-cell .filter_tx .tx:focus {
    border-color: #4c9bce;
}

.b-filter__content .form-rows .form-cell {
    width: 200px;
}

.select-trigle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #5f98fc transparent transparent transparent;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 3px;
    cursor: pointer;
}

.form-cell-minutes .title, .form-cell-select .title {
    text-align: center;
}

.form-cell-minutes .filter_tx {
    width: auto;
    text-align: center;
}

.form-cell-minutes .filter_tx .tx {
    float: none;
    display: inline-block;
    text-align: center;
}

.b-filter__content .form-rows .form-cell-minutes {
    width: auto;
    min-width: 155px;
    max-width: 195px;
    margin: 0 20px 0 0;
}

.b-filter__content .form-rows .form-cell-select {
    width: 110px;
}

.b-filter__content .form-rows .form-cell-select div.sel_cat {
    width: 100%;
    height: 30px;
}

.b-filter__content .form-rows .form-cell-select div.sel_cat select {
    color: #454545;
    font-size: 14px;
    height: 30px;
}

.b-filter__content .search-item {
    float: none;
    width: auto;
    margin: 0;
}

.form-cell-select .search-item .sel_cat .select {
    padding: 0 20px 0 8px;
    font-size: 14px;
}

.form-cell-select .search-item .sel_cat .select:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #5f98fc transparent transparent transparent;
    margin: -2px 0 0 0;
    right: 8px;
}

.b-filter-bottom {
    text-align: right;
    padding: 20px 0 15px;
    font-size: 0;
}

.close-filter-btn {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 8px;
    top: 5px;
    font-size: 14px;
    line-height: 1;
    color: #5e5d5d;
    cursor: pointer;
    margin: 0 0 0 10px;
}

.close-filter-btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 5;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #5f98fc transparent transparent transparent;
}

.b-view-info {
    color: #fff;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    vertical-align: top;
    background-color: #58a000;
    padding: 6px 10px 8px;
    text-decoration: none;
    border-radius: 2px;
    text-transform: uppercase;
    transition: all ease .5s;
}

.b-view-info:hover {
    background-color: #69b110;
    color: #fff;
}

.b-top-bulding {
    padding: 5px 0 20px;
    margin: 0 0 20px;
    background: -moz-linear-gradient(left, rgba(51, 102, 153, 0.3) 0%, rgba(247, 247, 247, 0.3) 48%, rgba(51, 102, 153, 0.3) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(51, 102, 153, 0.3) 0%, rgba(247, 247, 247, 0.3) 48%, rgba(51, 102, 153, 0.3) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(51, 102, 153, 0.3) 0%, rgba(247, 247, 247, 0.3) 48%, rgba(51, 102, 153, 0.3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d336699', endColorstr='#4d336699', GradientType=1); /* IE6-9 */
}

.slider-holder {
    padding: 0 30px;
    position: relative;
}

.slider-holder .top-bulding-slider {
    position: static;
}

.slider-holder .slick-prev {
    background: url("/files/img/btn_card_slider_prev.png") no-repeat 0 0;
    width: 12px;
    height: 40px;
    margin: -20px 0 0 0;
    left: 8px;
    border: none;
    position: absolute;
    top: 50%;
    padding: 0;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
}

.slider-holder .slick-next {
    background: url("/files/img/btn_card_slider_next.png") no-repeat 0 0;
    width: 12px;
    height: 40px;
    margin: -20px 0 0 0;
    right: 8px;
    position: absolute;
    top: 50%;
    padding: 0;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 100%;
}

.b-top-bulding__title {
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 5px;
    font-size: 18px;
    line-height: 1.2;
    color: #ff3300;
}

.card-bulding__title {
    font-size: 13px;
    line-height: 1.2;
    color: #fff;
    background-color: #336699;
    padding: 0 5px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-holder__over {
    overflow: hidden;
}

.top-bulding-slider {
    margin: 0 -15px;
}

.top-bulding-slider .card-bulding {
    margin: 0 15px;
}

.top-bulding-slider {
}

.gallery-slide {
    display: block;
    height: 154px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    overflow: hidden;
}

.gallery-slide img {
    display: none;
    width: 100%;
}

.card-bulding-gallery .slick-dots {
    position: absolute;
    z-index: 10;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0 -1px;
    overflow: hidden;
}

.card-bulding-gallery .slick-dots li {
    list-style-type: none;
    float: left;
    width: 25%;
    background: none;
    padding: 0 1px;
}

.card-bulding-gallery .slick-dots li button {
    display: block;
    padding: 0;
    background: #e1e1e1;
    border: none;
    height: 4px;
    width: 100%;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.card-bulding-gallery .slick-dots li.slick-active button {
    background: #5f98fc;
}

.card-bulding-gallery {
    border-bottom: 1px solid #fff;
}

.card-info-holder {
    background-color: #fff;
    border: 1px solid #a9afb2;
    padding: 5px 0 2px;
    font-size: 13px;
    line-height: 1.2;
    color: #5e5d5d;
    box-sizing: border-box;
    min-height: 90px;
}

.card-adress {
    position: relative;
    padding: 0 10px 0 20px;
    min-height: 28px;
    margin: 0 0 2px;
}

.card-adress:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 3px;
    z-index: 3;
    width: 10px;
    height: 13px;
    background: url("/files/img/icon_address_cat.png") no-repeat 0 0;
}

.b-travel {
    margin: 0 0 5px;
    padding: 0 10px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-travel__items:first-child {
    flex-grow: 1;
    padding: 0 5px 0 0;
}

.b-travel__adress {
    position: relative;
    display: inline-block;
    padding: 0 0 0 20px;
}

.b-travel__adress:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 3px;
    margin: -4px 0 0 0;
    z-index: 3;
    width: 13px;
    height: 9px;
    background: url("/files/img/icon_metro_cat.png") no-repeat 0 0;
}

.b-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.b-area__title {
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: #5f98fc;
    padding: 5px 10px;
    display: inline-block;
    margin: 0 0 0 -1px;
}

.b-area__item {
    padding: 0 15px 0 0;
}

.b-area__item:first-child {
    padding: 0;
}

.classes-info {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 10;
    background-color: #5f98fc;
    color: #fff;
    padding: 8px 10px 10px;
    font-size: 13px;
    line-height: 1;
}

.b-top-pagination {
    margin: 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.b-top-pagination div.sel_cat {
    float: none;
    background: none;
}

.b-top-pagination div.sel_cat:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background: #e5e5e5;
    top: 1px;
    right: 1px;
    z-index: 5;
}

.b-top-pagination div.sel_cat:before {
    content: "";
    position: absolute;
    top: 8px;
    right: 8px;
    width: 6px;
    height: 6px;
    background-color: #99ccff;
    z-index: 6;
}

.b-view-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px;
    line-height: 1;
    color: #5e5d5d;
}

.b-view-page__link {
    margin: 0 0 0 10px;
    color: #5e5d5d;
    text-decoration: none;
}

.b-view-page__link:hover, .b-view-page__link.active {
    color: #0099ff;
    text-decoration: none;
}

.b-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.b-catalog__item {
    width: 50%;
    padding: 0 10px 40px;
}

.b-catalog .gallery-slide {
    height: 245px;
}

.b-catalog .card-adress {
    border-bottom: 1px solid #c1c5c7;
    margin: 0 0 5px;
}

.b-catalog .card-bulding-gallery {
    border-bottom: none;
}

.b-travel__items--area {
    width: 44%;
    padding: 0 10px 0 0;
}

.b-area-info {
    position: relative;
    padding: 0 0 0 20px;
    display: inline-block;
}

.b-area-info:after {
    content: "";
    position: absolute;
    top: 50%;
    margin: -8px 0 0 0;
    left: 0;
    z-index: 3;
    width: 16px;
    height: 16px;
    background: url(/files/img/okrug-ico.png) 0 0 no-repeat;
    background-size: 16px;
}

.b-catalog .tbl_card .tbl_scroll_cat {
    height: 120px;
}

.b-catalog .tbl_card {
    width: 100%;
    margin: 6px 0 0 0;
}

.b-catalog .tbl_card table {
    /*width: 100%;*/
    width: 497px;
}

.b-catalog .tbl_card th {
    font-size: 13px;
    line-height: 1;
    text-align: center;
    width: 20%;
    padding: 2px 5px;
}

.b-catalog .tbl_card table td {
    font-size: 13px;
    line-height: 1;
    height: auto;
    padding: 5px 5px;
    text-align: center;
    width: 20%;
    border-bottom: 1px solid #e8e8e8;
}

.b-catalog .tbl_card table tr.bg-gradient {
    background: rgb(254, 236, 226); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(254, 236, 226, 1) 0%, rgba(228, 236, 252, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(254, 236, 226, 1) 0%, rgba(228, 236, 252, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(254, 236, 226, 1) 0%, rgba(228, 236, 252, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feece2', endColorstr='#e4ecfc', GradientType=1); /* IE6-9 */
}

.b-catalog .classes-info {
    font-size: 15px;
    top: 0;
}

.b-catalog .card-bulding__title {
    position: relative;
    font-size: 16px;
    background-color: #fff;
    color: #ff3300;
    transition: all ease .3s;
    padding: 8px 40px 8px 15px;
    height: auto;
    display: block;
}

.b-catalog .card-info-holder {
    border: none;
}

.b-catalog .card-bulding {
    border-color: #4d79a5;
    overflow: visible;
}

.b-catalog .card-bulding:after {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    right: -3px;
    bottom: -3px;
    border: 2px solid #4d79a5;
    transition: all ease .3s;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.b-catalog .card-bulding:hover:after {
    opacity: 1;
    visibility: visible;
}

.b-catalog .card-bulding:hover .card-bulding__title {
    color: #fff;
    background-color: #336699;
}

.b-catalog .jspDrag {
    background: url("/files/img/bg_scroll_drag-sm.png") no-repeat 0 0;
    left: 0;
}

.bottom_text--lg {
    width: auto;
}

.b-price-tab {
    position: relative;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
}

.b-price-tab__new {
    position: relative;
    padding: 0 0 0 20px;
    color: #58a000;
}

.b-price-tab__new:after {
    content: "i";
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    overflow: hidden;
    color: #fff;
    text-align: center;
    background-color: #58a000;
}

.b-price-tab:hover .b-price-popup {
    opacity: 1;
    visibility: visible;
}

.b-price-popup {
    background-color: #58a000;
    width: 80px;
    padding: 3px 5px 5px;
    box-sizing: border-box;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 8px 0 0 -40px;
    opacity: 0;
    visibility: hidden;
    transition: all ease .3s;
    z-index: 1;
}

.b-price-popup:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    margin: 0 0 0 -6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #58a000 transparent;
}

.b-price-popup p {
    margin: 0;
    padding: 0;
}

.b-price-old {
    text-decoration: line-through;
}

.triggle-b {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 36px 48px 0;
    border-color: transparent #ffffff transparent transparent;
    transition: all ease .3s;
}

.like-link {
    display: block;
    position: absolute;
    top: 4px;
    right: -34px;
    z-index: 3;
    width: 19px;
    height: 16px;
    background: url(/files/img/card-like-sm.png) 0 0 no-repeat;
}

.b-catalog .card-bulding__title .triggle-b {
    opacity: 0;
    visibility: hidden;
}

.b-catalog .card-bulding:hover .triggle-b {
    opacity: 1;
    visibility: visible;
}

.holder-choice {
    width: 100%;
    padding: 0 0 40px;
}

.b-choice {
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 0 3px 7px rgba(0, 0, 0, .2);
    background: rgb(255, 255, 254); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 254, 1) 0%, rgba(229, 232, 237, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 254, 1) 0%, rgba(229, 232, 237, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 254, 1) 0%, rgba(229, 232, 237, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffffe', endColorstr='#e5e8ed', GradientType=0); /* IE6-9 */
}

.b-choice__title {
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    color: #656564;
    text-align: center;
    padding: 8px 10px;
    background: rgb(250, 250, 250); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(211, 223, 230, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(211, 223, 230, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(250, 250, 250, 1) 0%, rgba(211, 223, 230, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#d3dfe6', GradientType=0); /* IE6-9 */
}

.b-choice__content {
    padding: 10px;
    font-size: 15px;
    line-height: 1.2;
    color: #666666;
    text-align: center;
}

.b-choice__content p {
    margin: 0;
    padding: 0 0 15px;
}

.b-choice__btn {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    background-color: #58a000;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    transition: all ease .3s;
    padding: 5px 8px 7px;
    box-shadow: 0 0 3px rgba(0, 0, 0, .6);
}

.b-choice__btn:hover {
    background-color: #69b110;
    text-decoration: none;
    color: #fff;
}

.paging_box__bottom {
    position: relative;
    margin: 0;
    text-align: center;
    overflow: visible;
}

.paging_box__bottom ul {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    display: inline-block;
    vertical-align: top;
    left: inherit;
    float: none;
}

.paging_box__bottom .b-choice__btn {
    font-size: 15px;
}

.clear {
    clear: both;
}

.b-about-us {
    text-align: center;
}

.b-about-us h2 {
    text-align: center;
}

.b-about-us__item {
    background-color: #fff;
    margin: 0 0 25px;
    border: 1px solid #9c9fa1;
    padding: 15px 5px 10px;
    box-shadow: 0 0 7px rgba(0, 0, 0, .3);
    text-align: justify;
    font-size: 14px;
    line-height: 1.2;
    color: #666666;
}

.b-about-us__item p {
    padding: 0;
    margin: 0;
}

.b-about-us__img {
    display: block;
    max-width: 100%;
    margin: 0 auto 15px;
}

.b-about-us .b-choice__btn {
    font-size: 18px;
    line-height: 1;
    padding: 8px 25px 10px;
    box-shadow: none;
    border-radius: 0;
}

.b-catalog .jspVerticalBar {
    right: 2px;
}

/*---------modal------------*/
.box-modal {
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    box-shadow: 0 0 7px rgba(0, 0, 0, .2);
    background: rgb(254, 253, 254); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(254, 253, 254, 1) 0%, rgba(229, 233, 237, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(254, 253, 254, 1) 0%, rgba(229, 233, 237, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(254, 253, 254, 1) 0%, rgba(229, 233, 237, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefdfe', endColorstr='#e5e9ed', GradientType=0); /* IE6-9 */
}

.arcticmodal-container_i {
    width: 100%;
}

.arcticmodal-overlay {
    background-color: rgba(37, 37, 37, .8) !important;
    opacity: 1 !important;
}

.box-modal__title {
    text-align: center;
    font-size: 24px;
    line-height: 1;
    color: #656564;
    padding: 10px 10px 12px;
    text-transform: uppercase;
    background: rgb(249, 250, 250); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(249, 250, 250, 1) 0%, rgba(212, 223, 231, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(249, 250, 250, 1) 0%, rgba(212, 223, 231, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(249, 250, 250, 1) 0%, rgba(212, 223, 231, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9fafa', endColorstr='#d4dfe7', GradientType=0); /* IE6-9 */
}

.box-modal__close {
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;
    background-color: #5f98fc;
    background-image: url(/files/img/close-modal.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.box-modal__text {
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    padding: 0 0 10px;
}

.box-modal__content {
    padding: 10px 20px;
}

.box-modal__content .form-rows {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.box-modal__content .form-rows .title {
    font-size: 14px;
}

.box-modal__content .form-rows .form-cell {
    width: 50%;
    float: none;
    padding: 0 0 15px;
}

.box-modal__content .form-cell .filter_tx .tx:focus {
    border-color: #4c9bce;
}

.box-modal__content .filter_object {
    margin: 0;
    display: inline-block;
    vertical-align: top;
}

.form-cell-filter {
    text-align: center;
}

.box-modal__content .filter_object li {
    min-width: 32px;
    padding: 0 3px;
    margin: 0 2px;
    background: none;
    box-sizing: border-box;
    width: auto;
}

.box-modal__content .filter_object li a {
    border-radius: 0;
}

.box-modal__content .filter_object li a.active {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.box-modal__content .form-rows .form-cell-lg {
    width: 100%;
}

.b-textarea {
    width: 100%;
    font-size: 14px;
    color: #5e5d5d;
    border: 1px solid #e0e0e0;
    padding: 10px 20px;
    height: 80px;
    resize: none;
    background: rgb(245, 245, 245); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(245, 245, 245, 1) 0%, rgba(255, 255, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#ffffff', GradientType=0); /* IE6-9 */
}

.box-modal__form {
    padding: 0 10px;
}

.b-form_send {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -18px;
}

.b-form_send .form_send__items {
    width: 50%;
    box-sizing: border-box;
    padding: 0 18px 10px;
}

.b-form_send .tx {
    font-size: 14px;
    border: 1px solid #4c9bce;
    border-radius: 0;
    box-shadow: 0 1px 5px rgba(51, 102, 153, 0.3);
    box-sizing: border-box;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: 30px;
}

.btn_send__holder {
    text-align: center;
}

.btn_send__holder .btn_send {
    display: inline-block;
    vertical-align: top;
    background: #58a000;
    border-radius: 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 8px 15px;
    height: auto;
    width: auto;
    margin: 0 auto;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.btn_send__holder .btn_send:hover {
    background-color: #457c01;
}

.to_izbr-hover {
    border-bottom: 1px dashed transparent
}

.to_izbr-hover:hover {
    border-bottom-color: #666;
}

.card_top--lg .to_izbr.to_izbr-hover:hover:before {
    background: url(/files/img/card-like-sm__h.png);
}

.b-dropdown {
    display: inline-block;
    position: relative;
}

.b-dropdown__btn {
    cursor: pointer;
    margin: 0 14px 0 0;
    border-bottom: 1px dashed #666;
}

.b-dropdown__btn:hover {
    border-bottom-color: transparent;
}

.b-dropdown__btn:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: #5f98fc transparent transparent transparent;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 12px;
}

.b-dropdown__list {
    display: none;
    position: absolute;
    top: 100%;
    left: 30px;
    background-color: #fff;
    z-index: 50;
    margin: 3px 0 0 0;
    padding: 0;
    min-width: 80px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .1);
}

.b-dropdown.active .b-dropdown__list {
    display: block;
}

.b-dropdown__list li {
    list-style-type: none;
    background: no-repeat;
    line-height: 1.2;
    text-indent: inherit;
    font-size: 15px;
    padding: 3px 10px 5px;
    cursor: pointer;
    color: #666;
    border-top: 1px solid #fff;
    text-align: left;
}

.b-dropdown__list li:first-child {
    border-top: none;
}

.b-dropdown__list li:hover {
    background-color: #4775a3;
    color: #fff;
}

.clear {
    clear: both;
}

.gallery-wrap {
    position: relative;
}

.gallery-hover {
    position: relative;
    overflow: hidden;
}

.gallery-hover__inner {
    height: 245px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.gallery-hover__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    width: 25%;
    padding: 0 1px;
}

.gallery-hover__item.active .gallery-slide {
    display: block;
}

.gallery-hover__item .gallery-slide {
    display: none;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.b-line-g {
    display: block;
    height: 4px;
    background-color: #e1e1e1;
    width: 100%;
    margin: 0 0 10px;
}

.gallery-hover__item.active .b-line-g {
    background-color: #5f98fc
}

.b-add-favorites {
    opacity: 0;
    visibility: hidden;
    transition: all ease .3s;
    position: absolute;
    top: -34px;
    left: -3px;
    right: -3px;
    font-size: 14px;
    height: 30px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    z-index: 10;
    background-color: #336699;
}

.b-add-favorites.active {
    opacity: 1;
    visibility: visible;
}

.b-catalog .in-favorites .card-bulding__title .triggle-b {
    opacity: 1;
    visibility: visible;
}

.like-link.active {
    background-image: url(/files/img/card-like-sm__h.png);
}

.slider-holder .gallery-hover__inner {
    height: 154px;
}

.slider-holder .classes-info {
    top: 0;
}

.call-btn-fix {
    position: fixed;
    bottom: 200px;
    right: 30px;
    z-index: 80;
    height: 68px;
    overflow: hidden;
    width: 68px;
    transition: all ease .5s;
}

.call-btn-fix__icon {
    position: relative;
    z-index: 3;
    width: 68px;
    height: 68px;
    float: right;
    border-radius: 50%;
    overflow: hidden;
    background: url(/files/img/call-img.png) 0 0 no-repeat;
    transition: all ease .5s;
    transform: rotateZ(0deg);
}

.call-btn-fix:hover .call-btn-fix__icon {
    transform: rotateZ(360deg);
}

.call-btn-fix:hover {
    width: 200px;
}

.call-btn-fix:hover .call-btn-fix__over-txt {
    left: 0;
}

.call-btn-fix__holder {
    position: relative;
    overflow: hidden;
    border-radius: 0 38px 38px 0;
}

.call-btn-fix__txt {
    background-color: #336699;
    display: block;
    height: 40px;
    line-height: 38px;
    width: 140px;
    white-space: nowrap;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.call-btn-fix__over-txt {
    display: block;
    position: absolute;
    top: 50%;
    margin: -20px 0 0 0;
    left: 10px;
    overflow: hidden;
    width: 140px;
    right: 10px;

}

/*--------------/style_28.02.2018-------------------------*/


.team-nav{
    margin: 0;
    padding: 0;
}
.team-nav li{
    list-style-type: none;
    background: none;
    line-height: 1;
    text-indent: 0;
    border-bottom: 1px solid #cbe1ec;
}
.team-nav li.line-non{
    border-bottom: none;
}
.team-nav li a{
    color: #646464;
    font-size: 18px;
    display: block;
    padding: 15px 10px;
    text-decoration: none;
}
.team-nav li a:hover, .team-nav li a.active{
    text-decoration: none;
    background-color: #729f00;
    color: #fff;
}
.b-team__title{
    text-align: center;
    font-size: 24px;
    color: #646464;
    margin: 0 0 20px;
}
.b-team__row{
    margin: 0 -20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.b-team__item{
    box-sizing: border-box;
    padding: 0 20px 40px;
    width: 25%;
}
.team-cart{
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 208px;
    overflow: hidden;
    position: relative;
    transition: all ease .3s;
}
.team-cart__content{
    font-size: 14px;
    line-height: 1.2;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5px 8px 7px;
    background-color: rgba(51,102,153,.7);
    z-index: 10;
    color: #fff;
    transition: all ease .3s;
    min-height: 60px;
    max-height: 208px;
    overflow: hidden;
}
.team-cart:hover .team-cart__content{
    transition: all ease .3s;
    min-height: 208px;
}
.team-cart__name{
    font-size: 17px;
    line-height: 1;
    margin: 0 0 4px;
}
.team-cart__txt{
    font-size: 13px;
    line-height: 1.2;
    margin: 7px 0 0 0;
    height: 0;
    overflow: hidden;
    transition: all ease .3s;
}
.team-cart:hover .team-cart__txt{
    height: 130px;
}
.team-write-btn{
    display: block;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    background-color: #729f00;
    padding: 15px 10px;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 11;
    bottom: -100%;
    transition: all ease .3s;
}
.team-write-btn:hover{
    transition: all ease .3s;
    background-color: #69b110
}
.team-cart:hover .team-write-btn{
    bottom: 0;
    transition: all .3s ease .1s;
}
.gallery-hover__item.w100{
    width: 100%;
}
.gallery-hover__item.w50{
    width: 50%;
}
.gallery-hover__item.w33{
    width: 33%;
}
.gallery-hover__item.w100 .b-line-g{
    display: none;
}
.b-catalog .classes-info span{
    border-bottom: 2px solid #a5c5fd;
}
.b-travel{
    padding: 0 10px;
}
.b-travel__items--area{
    width: auto;
    padding: 0;
}
.b-travel__items:first-child{
    flex-grow: 0;
    padding: 0;
}
.card-pos-bot .to_izbr .icon{
    position: relative;
}
.card-pos-bot .to_izbr .icon:before{
    display: block;
    position: absolute;
    top: 4px;
    right: 6px;
    z-index: 3;
    width: 19px;
    height: 16px;
    background: url(/files/img/card-like-sm.png) 0 0 no-repeat;
    content: '';
}
.filter_form.new .form-cell.price .filter_tx .tx:first-of-type{
    width: 80px;
}
.filter_form.new .form-cell.price .filter_tx .tx:last-of-type{
    width: 100px;
}
.form-cell .filter_tx{
    width: 100%;
}

.tbl_card table td.col1 {
    width: 150px;
}

.tbl_card table td.col2 {
    width: 95px;
}

.tbl_card table td.col3 {
    width: 140px;
}

.tbl_card table td.col4 {
    width: 106px;
}

.tbl_card table td.col5 {
    width: 115px;
}
.card.card--new_b .like-link{
    right: 0;
    top: 10px;
}
.card_top .right a{
    float: right;
    margin-right: 20px;
}
.more-slider-bulding.no-arrows .slick-arrow{
    display: none!important;
}
.more-slider-bulding .slide:focus{
    outline: none;
}
.b-catalog .card-bulding__title a{
    font-size: 16px;
    color: #ff3300;
    text-decoration: none;
}
.b-catalog .card-bulding:hover .card-bulding__title a{
    color: #fff;
}
.btn_favorited.to_izbr{
    padding-left: 0;
}
.btn_favorited.to_izbr:after{
    display: block;
    position: absolute;
    top: 4px;
    left: -24px;
    z-index: 3;
    width: 19px;
    height: 16px;
    background: url(/files/img/card-like-sm.png) 0 0 no-repeat;
    content: '';
}
.new:not(.invisible) + .paging_box__bottom{
    display: none;
}
.team_main_one .bg_img{
    width: 165px;
    height: 165px;
    border-radius: 50%;
    float: left;
    display: inline-block;
    margin-left: -120px;
    margin-right: 8px;
}

#footer{
    height: 245px;
    /*margin-top: -245px;*/
}

.leads_sections{
    text-align: center;
    margin-bottom: 20px;
}

.leads_sections a{
    text-transform: uppercase;
    font-size: 20px;
    color: #646464;
    text-decoration: none;
}

.leads_sections a:hover,
.leads_sections a.active{
    text-decoration: underline;
}

.leads{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: start;
    margin: 0 -5px;
}

.leads .item{
    width: 33.33%;
    padding: 0 5px;
    margin-bottom: 10px;
}

.leads .item .date{
    display: inline-block;
    height: 30px;
    padding: 0 5px;
    text-align: center;
    line-height: 30px;
    font-size: 15px;
    color: #fff;
    background: #486696;
}

.leads .item .name{
    color: #486696;
    font-weight: bold;
    font-size: 16px;
}
/* End */
/* /files/js/fancybox/jquery.fancybox-1.3.4.css?14471014518865 */
/* /files/css/slick.css?14471014521767 */
/* /files/css/jquery.jscrollpane.css?14471014521661 */
/* /files/css/style_new.css?169200545495833 */
/* /bitrix/templates/praedium/js/jquery.scrollbar/jquery.scrollbar.css?14703089313912 */
/* /bitrix/templates/praedium/css/lx.css?15065837942490 */
/* /bitrix/templates/praedium/components/bitrix/menu/header_menu/style.css?14471014384598 */
/* /bitrix/templates/praedium/components/bitrix/menu/footer_menu/style.css?14471014382878 */
/* /bitrix/templates/praedium/components/bitrix/menu/footer_menu3/style.css?14471014382878 */
/* /bitrix/templates/praedium/template_styles.css?176699000664373 */
