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

* {
	margin: 0;
	padding: 0;
	
}
*:before,*:after{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
html{
	height: 100%;
	min-height: 100%;
}
body {
	font: normal 18px/140% 'Arial Narrow', sans-serif;
	margin: 0;
	color: #000;
	background-color: #fff6f1;
    background-image: url(../img/bg1.jpg);
    background-position: left top;
    background-size: auto;
    background-repeat: repeat;
    background-attachment: scroll;
}

body#landing-page {
	background: #fff;
	background-size: none;
	margin: 0;
	padding: 0;
	min-width: 1000px;
}

a img {border: none;height: auto;width: 100%;display: block;}
:focus { outline: none; }
a{
	color: #381e01;
	text-decoration: underline;
}
a:hover,
a:focus,
a:active{
	text-decoration: none;
	color: #fb432c;
}
p{
	margin-bottom: 0.0em;
}
input[type=text], textarea {
    -webkit-appearance: none;
}
input, 
textarea, 
select,
button {
	font: normal 1em/140% 'PT Sans Narrow', sans-serif;
}

h1, 
h2, 
h3,
h4,
h5,
h6 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	text-transform: none;
    color: #006699;
    
	margin-bottom: 0.1em;
}

.clr:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.float-none{float: none;}
.clear { clear:both; }
.left { float:left; }
.right { float:right; }


.input-text{}
.input-checkbox,
.input-radio{
    display: inline-block;
}

.input-text, .textarea{
	padding: 6px 10px;
	border: 1px solid #C3C3C3;
	color: #afafaf;
	outline: none;
	background: #fbfbfb;
}
.input-checkbox,
.input-radio{
    vertical-align: middle;
    cursor: pointer;
}
.select{
    padding: 5px;
    border: 1px solid #C3C3C3;
    background: #FBFBFB;
}
.textarea{}
.input-submit,
.btn{
    display: inline-block;
    border: none;
    outline: none;
    background: #fecc04;
    color: #fff;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 15px;
    cursor: pointer;
    margin: 0;
    line-height: 100%;
}

.input-submit:hover,
.input-submit:focus,
.input-submit:active,
.btn:hover,
.btn:focus,
.btn:active{
	box-shadow: 0 5px 10px 0 rgba(255,255,255,0.4) inset;
	outline: none;
	color: #fff;
}

.search-form-block {
	margin: 0;
	overflow: hidden;
	background: #fff;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	width: 200px;
	border-radius: 10px;
	height: 20px;
}
.search-form-block form {
	display: block;
}
.search-form-block .input_search {
	background:none;
	display:block;
	border:none;
	padding: 2px 10px 0 10px;
	margin:0;
	font-size: 12px;
	line-height:100%;
	height: 18px;
	outline:none;
	width: 160px;
}
.search-form-block .submit_search {
	border:none;
	background: url(../img/search-button.png) no-repeat center center;
	overflow: hidden;
	text-align: left;
	text-indent:-9999px;
	cursor:pointer;
	position:absolute;
	right: 0;
	top: 0px;
	margin: 0;
	padding: 0;
	width: 20px;
	height: 100%;
}
.search-form-block .submit_search:hover,
.search-form-block .submit_search:focus,
.search-form-block .submit_search:active {
opacity: 0.5;}

.hor-menu{
	clear: both;
	position: relative;
	margin: 0;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
}

.hor-menu .inner-hor-menu{background: #76b5e2; /* Old browsers */background: -moz-linear-gradient(top,  #76b5e2 0%, #01a7e3 100%); /* FF3.6+ */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76b5e2), color-stop(100%,#01a7e3)); /* Chrome,Safari4+ */background: -webkit-linear-gradient(top,  #76b5e2 0%,#01a7e3 100%); /* Chrome10+,Safari5.1+ */background: -o-linear-gradient(top,  #76b5e2 0%,#01a7e3 100%); /* Opera 11.10+ */background: -ms-linear-gradient(top,  #76b5e2 0%,#01a7e3 100%); /* IE10+ */background: linear-gradient(to bottom,  #797979 0%,#474747 100%); /* W3C */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76b5e2', endColorstr='#01a7e3',GradientType=0 ); /* IE6-9 */border: none;padding: 0 10px;border-radius: 0px;height: 40px;}
.hor-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.hor-menu .inner-hor-menu > ul {

}
.hor-menu .inner-hor-menu > ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.hor-menu ul li{}
.hor-menu .inner-hor-menu > ul > li{
    float: left;
    position: relative;
    padding: 0px 4px 0px 0;
    height: auto;
}
.hor-menu ul li a{
	text-decoration: none;
}
.hor-menu .inner-hor-menu > ul > li > a{
	color: #ffffff;
	text-decoration: none;
	padding: 11px 30px 11px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 100%;
}
.hor-menu .inner-hor-menu > ul > li > a:hover,
.hor-menu .inner-hor-menu > ul > li > a:focus,
.hor-menu .inner-hor-menu > ul > li > a:active,
.hor-menu .inner-hor-menu > ul > li.active > a{
  color: #ffffff;
  text-decoration: underline;
}
.hor-menu ul li a:hover,
.hor-menu ul li a:focus,
.hor-menu ul li a:active{
text-decoration: underline;}
.hor-menu ul ul{
    display: none;
    border: none;
    display: none;
    list-style: none;
    position: absolute;
    left: 0px;
    padding: 16px 0 0;
    top: 100%;
    width: 230px;
    background: url(../img/bg_drop1.png) no-repeat 0 0;
    border-bottom: 1px solid #e87900;
}
.hor-menu ul ul ul{
    left: 100%;
    top: -1px;
    background: none;
    border-top: 1px solid #f1da08;
    padding: 0;
}
.hor-menu ul li:hover > ul{
    display: block;
    z-index: 100;
}
.hor-menu ul ul li{
    display: block;
    float: none;
    position: relative;
    background: #ffffff;
    border-left: 1px solid #f5d506;
    border-right: 1px solid #f4d707;
    -webkit-box-shadow: 2px 2px 2px rgb(247, 211, 6);
    -moz-box-shadow: 2px 2px 2px rgba(247, 211, 6);
    box-shadow: 2px 2px 2px rgb(247, 211, 6);
}
.hor-menu ul ul li a{
  font-weight: normal;
  color: #381e01;
  text-shadow: none!important;
  display: block;
  padding: 2px 8px;
  margin: 0 5px;
  border-bottom: 1px solid #ffe600;
  font-size: 16px;
  background: none;
}
.hor-menu ul ul li:last-child > a{
	border-bottom: none;
}

.hor-menu .slogan{
    background: #0a539f;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    line-height: 100%;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
    text-align: center;
    position: relative;
    display: none;
    z-index: 5;
}
.hor-menu .slogan .inner-slogan{
    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
    margin: 0 20px;
    padding: 4px 0;
}
.hor-menu .slogan a{
	color: #fff;
}

#landing-page .hor-menu{
    position: fixed;
    top: 30px;
    z-index: 200;
    left: 0;
    right: 0;
}
#landing-page .hor-menu .inner-hor-menu > ul {
    text-align: center;
}
#landing-page .hor-menu .inner-hor-menu > ul > li {
    float: none;
    display: inline-block;
}

#body{
    background: #ffffff;
    width: 1204px;
    margin: 1px auto;
    padding: 0;
    border-top: 4px solid #fecc04;
    webkit-box-shadow: 0px 0px 6px rgba(154,177,214,0.5);
    -moz-box-shadow: 0px 0px 6px rgba(154,177,214,0.5);
    box-shadow: 0px 0px 6px rgba(154,177,214,0.5);
}
#header{
    padding: 0;
    position: relative;
    z-index: 100;
    margin: 0;
}
#header .inner-header{
    padding: 20px 0 0;
}
#header .top-header-block{
	margin: 0 60px 0;
	padding: 0 0 14px;
}
#header .left-header-block{
    float: left;
    width: 370px;
}
#header .center-header-block{
    float: left;
    width: 554px;
    margin: 0 0 0 20px;
}
#header .center-header-block .top-center-header-block{
    margin: 0 0 20px;
    height: 24px;
}
#header .right-header-block{
    float: right;  
    width: 280px;
    padding: 0;
    height: 121px;
}
/* */
#header .right-header-block p {
    margin: 0;
    display: inline-block;
}

.site-info-header-block .slogan{
    margin: 0;
    background: #01a7e3;
    padding: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 140%;
}
.site-info-header-block .slogan .inner-slogan{
    display: table-cell;
    width: 260px;
    height: 101px;
    vertical-align: middle;
    text-align: center;
}
.site-info-header-block .slogan a{
	color: #FFFFFF;
}
#header .logo{
    margin: 0px;
    padding: 0px -10px 10px;
    text-align: center;
}
#header .logo .inner-logo{
    display: block;
}
#header .logo .inner-logo img{
    display: block;
    width: auto;
    height: 148px;
}

.owl-thumbs {
	text-align: center;
}

.owl-thumbs-container {
	float: none;
    clear: both;
    position: relative;
    margin: 0 auto;
}

.thumb_owl {
	display: inline-block;
    margin: 10px 20px 0px 0;
    width: 117px;
    height: 75px;
	overflow: hidden;
    border: 1px solid #C3C3C3;
	cursor: pointer;
}


.slider-block{
    width: 100%;
    height: 340px;
    position: relative;
    z-index: 10;
}
.slider-block .in-slider{
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    top: 20px;
}
.slider-block{
  height: 400px;
  }
.slider-block .slide{
    width: inherit;
    height: 400px !important;
    overflow: hidden;
}
.slider-block .slide .in-slide{
    position: relative;
    overflow: hidden;
    height: 400px !important;
}
.slider-block .slide .in-slide > img{
    width: 100%;
    height: auto;
}
.slider-block .bx-wrapper .bx-viewport {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border:  none;
	left: 0;
	background: none;
	height: 400px !important;
}
.slider-block .bx-controls {
	position: absolute;
	bottom: 40px;
	width: 100%;

}
#content{
    margin: -15px 0 20px;
}
#sidebar{
    float: left;
    width: 220px;
    position: relative;
    min-height: 20px;
    z-index: 10;
    padding-bottom: 20px;
}
#sidebar.left{
	float: left;
}
#sidebar.right{
	float: right;
}
#sidebar .inner-sidebar{
    margin: 0;
    position: relative;
    padding: 0 0px 0 20px;
}

#sidebar .widget-block{
    position: relative;
    margin: 0 0 10px;
}
#sidebar .widget-content{}
#sidebar .widget-title{
color: #006699;            font-size: 14px;      line-height: 22px;      margin-bottom: 5px;      text-transform: uppercase;font-weight: bold;}
#sidebar .widget-menu ul{
    list-style: none;
    margin: 0;
    font-size: 15px;
    line-height: 120%;
}
#sidebar .widget-menu ul li{
    margin: 0;
    position: relative;
}
#sidebar .widget-menu ul li:before{
    content: '';
    background: url(../img/plusmin.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -9px;
    opacity: 0.2;
}
#sidebar .widget-menu > ul > li:first-child{
    border-top: 1px solid #e1e1e3;
}
#sidebar .widget-menu ul li.show >a{
      }
#sidebar .widget-menu ul li .display-submenu{
    position: absolute;
    left: -9px;
    width: 20px;
    background: url(../img/plusmin.png) no-repeat 0 0;
    top: 0;
    display: block;
    z-index: 10;
    height: 20px;
    z-index: 10;
}
#sidebar .widget-menu ul li.show > .display-submenu{
    background: url(../img/plusmin.png) no-repeat 0 -18px;
}
#sidebar .widget-menu ul li > .display-submenu:hover{
    opacity: 0.6;
}
#sidebar .widget-menu ul li.show > .display-submenu{
}
#sidebar .widget-menu ul li a{
    text-decoration: none;
    display: block;
    font-weight: normal;
    padding: 3px 0 3px 15px;
    background: none;
}
#sidebar .widget-menu ul li.has-sm > a{
    padding-right: 30px;
}
#sidebar .widget-menu ul li a:hover,
#sidebar .widget-menu ul li a:focus,
#sidebar .widget-menu ul li a:active,
#sidebar .widget-menu ul li.active > a{
color: #3366FF;text-decoration: underline;}
#sidebar .widget-menu ul ul li a:hover,
#sidebar .widget-menu ul ul li a:focus,
#sidebar .widget-menu ul ul li a:active,
#sidebar .widget-menu ul ul li.active > a{color: #ffffff;text-decoration: underline;}
#sidebar .widget-menu ul ul{
    margin: 0 0 0 15px;
    font-size: 13px;
    line-height: inherit;
}
/* */
#sidebar .widget-menu ul ul li a:hover {
    color: #e87900 !important;
}
#sidebar .widget-menu ul ul{
    margin: 0;
    font-size: 14px;
    line-height: inherit;
    display: none;
    padding: 0 0 0 10px;
    position: relative;
    z-index: 5;
}
#sidebar .widget-menu ul ul ul{
	border: none;
	padding: 0 0 0 0;
	list-style: square inside;
	color: #0A56A2;
	display: block;
}
#sidebar .widget-menu ul li.show > ul{
    display: block;
}
#sidebar .widget-menu ul li.height-auto > ul{
    height: auto !important;
}
#sidebar .widget-menu ul ul li{
    border-bottom: none;
    background: none;
    position: relative;
}
#sidebar .widget-menu ul ul li:before{
    content: '';
    background: url(../img/bul.png) no-repeat center center;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
}
#sidebar .widget-menu ul ul li a{
    color: #006699;
    padding-left: 20px;
    font-weight: normal;
}
#main{
    float: right;
    width: 754px;
    position: relative;
    z-index: 30;
}
#main table{
    border: 1px solid #ccc;
    border-collapse: collapse;
    width: 100%;
}
#main table tr{}
#main table td{
    padding: 3px 5px;
    border: 1px solid #ccc;
    vertical-align: top;
}
#main img,
#landing-page img{
	max-width: 100%;
	height: auto;
}
#main .inner-main{
    margin: 0 20px 0 10px;
}
#main ul, #main .landing-body ul, #landing-page .landing-body ul{
    list-style: disc inside;
}
#main ol,
#landing-page ol{
    list-style: decimal inside;
}
#main .title-page{
	margin: 0 0 15px;
	padding: 0 0 5px;
	font-size: 22px;
	line-height: 140%;
	display: none;
}
#main .title-page.search-type-title{
	margin: 0 0 15px;
	padding: 0 0 10px;
	font-size: 18px;
	line-height: 140%;
	border-bottom: 1px dotted #01A7E3;
}
.catalog{}
.catalog .inner-catalog{}
.product{
	float: left;
	width: 226px;
	background: #fff;
	border: 2px solid #fecc04;
	margin: 0 10px 20px 0;
}
.product.status-recomend{
	border-color: #8DBB04;
	background: #FFF;
	box-shadow: 0 0 10px 0 #8DBB04;
}
.product.status-vip{
    border-color: #fa5335;
    background: #FFF;
    box-shadow: 0 0 10px 0 #FA5335;
}
.product.last_item{
    margin-right: 0;
}
.product .inner-product{
	padding: 6px 20px 10px;
	height: 361px;
	position: relative;
}
.product.status-recomend .inner-product{
}
.product.status-vip .inner-product{
}
.product .title-product{
	font-size: 18px;
	line-height: 140%;
	margin: 0 0 10px;
	border-bottom: 1px solid #E1E1E3;
	padding: 0 0 8px;
}
.product.status-recomend .title-product{
    border-color: #8DBB04;
}
.product.status-vip .title-product{
    border-color: #FA5335;
}
.product .title-product .inner-title-product{
	color: #333300;
	text-decoration: none;
	display: block;
	overflow: hidden;
	max-height: 48px;
}
.product.status-recomend .title-product .inner-title-product{
    color: #8DBB04;
}
.product.status-vip .title-product .inner-title-product{
    color: #FA5335;
}
.product .title-product .inner-title-product:hover{}
.product .content-product{}
.product .attachment-product{
	height: 148px;
	overflow: hidden;
	margin: 0 0 10px;
}
.product .attachment-product .inner-attachment-product{
	display: block;
	width: 100%;
	height: 100%;
}
.product .attachment-product .inner-attachment-product img{
	height: auto;
	width: auto;
	display: block;
	min-height: 100%;
	min-width: 100%;
}
.product .desc-product{
	padding: 0;
}
.product .desc-product .inner-desc-product{
	font-size: 14px;
	line-height: 140%;
	height: 60px;
	overflow: hidden;
}
.product.count-btn-0 .desc-product .inner-desc-product{
	height: 135px;
}
.title-similar{
	clear: both;
	border-top: 1px dotted #fecc04;
	margin: 20px 0 5px;
	padding: 15px 0 5px;
	font-size: 20px;
	color: #381e01;
	line-height: 140%;
}
#main .text-content{
    margin: 0 0 20px;
    position: relative;
    padding: 0 0 20px;
}
#main .infoGoodsItem{
}
#main #yandex_map{
	margin: 0;
	display: block;
	height: 350px;
}
#content_tab_nav{
    float: left;
    width: 68px;
    position: relative;
}

#content_tab_nav ul{
    list-style: none;
}
#content_tab_nav ul li{
    display: block;
    margin: 0 0 20px;
}
#content_tab_nav ul li a{
    display: block;
    width: 48px;
    height: 48px;
    opacity: 0.4;
}
#content_tab_nav ul li.photo{}
#content_tab_nav ul li.map{}
#content_tab_nav ul li.comment{}
#content_tab_nav ul li.photo a{
    background: url(../img/ico_img.png) no-repeat center center;
}
#content_tab_nav ul li.video a{
    background: url(../img/ico_video.png) no-repeat center center;
}
#content_tab_nav ul li.panoram a{
    background: url(../img/ico_panoram.png) no-repeat center center;
}
#content_tab_nav ul li.map a{
    background: url(../img/ico_map.png) no-repeat center center;
}
#content_tab_nav ul li.comment a{
    background: url(../img/ico_comment.png) no-repeat center center;
}
#content_tab_nav ul li.active a,
#content_tab_nav ul li a:hover{
	opacity: 1;
}
#content_tab_block{
    float: left;
    width: 398px;
    margin: 0 20px 0 0;
    min-height: 10px;
}
#content_tab_block .tab-block{
	display: none;
}
#content_tab_block .tab-block.active{
	display: block;
}
#content_tab_block .tab-block-header{
    font-size: 24px;
    line-height: 100%;
    border-bottom: 2px dashed #eee;
    padding: 0 0 10px;
    margin: 0 0 15px;
}
#content_tab_block .video-block,
#content_tab_block .panoram-block,
#content_tab_block .comment-block{
    height: auto;
}
#main .photoGalleryItem{}
#main .photoGalleryItem .gallery{
}
#main .photoGalleryItem .gallery .big{
    height: auto;
    margin: 0 0 10px;
}
#main .photoGalleryItem .gallery .big > a{
    display: block;
    border: 1px solid #C3C3C3;
}
#main .photoGalleryItem .gallery .big > a > img{
    display: block;
    width: 100%;
    height: auto;
}
#main .photoGalleryItem .gallery .mini{
    float: none;
    clear: both;
    position: relative;
    width: 418px;
    margin-left: 158px;
}
#main .photoGalleryItem .gallery .mini .img-block{
    float: left;
    margin: 10px 20px 20px 0;
    width: 117px;
    height: auto;
    border: 1px solid #C3C3C3;
}
#main .photoGalleryItem .gallery .mini .img-block:nth-child(3n){
    margin-right: 0;
}
#main .photoGalleryItem .gallery .mini .img-block > a{
    display: block;
    padding: 0;
    margin: 0;
}
#main .photoGalleryItem .gallery .mini .img-block > a > img{
    height: auto;
    display: block;
    width: 100%;
}
#main .adress-content,
#main .phone-content,
#main .short-content,
#main .full-content,
#main .infoItem{
    margin: 0 0 10px;
}

#main .infoItem .buttons-product{
    border: 1px solid #FECC04;
    box-shadow: 0 0 10px 0 rgba(254, 204, 4, 0.4);
    background: rgba(254, 204, 4, 0.1);
    width: 196px;
}
#main .infoItem .buttons-product.count-btn-3{
    width: 395px;
}
#main .infoItem .buttons-product .inner-buttons-product{
    text-align: center;
    margin: 0;
    padding: 1px;
}
#main .infoItem .buttons-product a{
    text-decoration: none;
    display: block;
    background: #FECC04;
    color: #303030;
    text-align: center;
    white-space: nowrap;
    float: left;
    padding: 20px 0;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2) inset;
    margin: 1px;
    font-size: 16px;
    line-height: 100%;
}
#main .infoItem .buttons-product.count-btn-1 a{
    width: 192px;
    float: none;
    font-size: 24px;
    line-height: 100%;
    padding: 10px 0;
}
#main .infoItem .buttons-product.count-btn-2 a{
    width: 195px;
    font-size: 18px;
    line-height: 100%;
    padding: 18px 0;
}
#main .infoItem .buttons-product.count-btn-3 a{
    width: 129px;
}
#main .infoItem .buttons-product .inner-buttons-product a:hover{
	box-shadow: 0 5px 10px 0 rgba(255,255,255,0.4) inset;
}
#main .infoItem .buttons-product .inner-buttons-product a .inner-button-product{}
#main .text.descItem{
    float: left;
    width: 724px;
    white-space: normal;
    position: relative;
}
#main .text.descItem .content-text-block-header{
	font-size: 24px;
	line-height: 100%;
	border-bottom: 2px dashed #eee;
	padding: 0 0 10px;
	margin: 0 0 10px;
	display:none;
}
.all-news-block{}
.all-news-block .inner-catalog{}
.news-anons{
	float: left;
    width: 226px;
    background: #fff;
    border: 1px solid #01A7E3;
    margin: 0 10px 20px 0;
}
.news-anons.last_item{
	margin-right: 0;
}
.news-anons .inner-news-anons{
    padding: 6px 20px 10px;
    height: 381px;
    position: relative;
}
.news-anons .footer-news-anons{
    display: block;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    line-height: 100%;
    font-size: 14px;
    border-top: 1px dotted #01A7E3;
    padding: 5px 0 0;
}
.news-anons .title-news-anons{
    font-size: 18px;  
    line-height: 140%;  
    margin: 0 0 10px;
    border-bottom: 1px solid  #eee;
    padding: 0 0 8px;
}
.news-anons .title-news-anons .inner-title-news-anons:hover{
    text-decoration: underline;
}
.news-anons .title-news-anons .inner-title-news-anons{
    color: #0a56a2;
    text-decoration: none;
    display: block;
    overflow: hidden;
    max-height: 48px;
}
.news-anons .attachment-news-anons{
    height: 147px;
    overflow: hidden;
    margin: 0 0 10px;
}
.news-anons .attachment-news-anons .inner-attachment-news-anons{
    display: block;
    width: 100%;
}
.news-anons .attachment-news-anons .inner-attachment-news-anons img{
    height: auto;
    width: 100%;
    display: block;
}
.news-anons .desc-news-anons{
    padding: 0;
}
.news-anons .inner-desc-news-anons{
    font-size: 14px;
    line-height: 135%;
    height: 90px;
    overflow: hidden;
}
.news-anons .more-news-anons{
    float: right;
    padding: 5px;
}
.title-news-anons{
	margin: 0 0 20px;
	font-size: 22px;
	line-height: 100%;
	clear: both;
}
.news-anons .date-news-anons{
    color: #01A7E3;
    float: left;
}

#full_map {
	min-width: 100%;
	height: 600px;
}

.map_mb {
	width: 300px;
	overflow-y: hidden;
}

.map_mb h2 {
	margin-bottom: 10px;
}
.map_mb .map_img {
	width: 300px;
	max-height: 180px;
	overflow-y: hidden;
	margin-bottom: 5px;
}

.map_mb br {
	margin-top: 4px;
	display: block;
}
.map_mb .mb_desc {
	font-size: 11px;
	line-height: 11px;
}

.all-article-block{}
.all-article-block .inner-catalog{}
.article-anons{
	float: left;
	width: 226px;
	background: #fff;
	border: 1px solid #01A7E3;
	margin: 0 10px 20px 0;
}
/*.article-anons.last_item{
	margin-right: 10;
}*/
.article-anons .inner-article-anons{
    padding: 6px 20px 10px;  
    height: 361px;
    position: relative;
}
.article-anons .footer-article-anons{
    display: block;
    position: absolute;
    bottom: 1px;
    left:  20px;
    right: 20px;
    line-height: 100%;
    font-size: 14px;
    border-top: 1px dotted #01A7E3;
    padding: 10px 0 0;
}
.article-anons .title-article-anons{
    font-size: 16px;
    line-height: 140%;
    margin: 0 0 10px;
    border-bottom: 1px dotted  #01A7E3;
    padding: 0 0 8px;
}
.article-anons .title-article-anons .inner-title-article-anons:hover{
    text-decoration: underline;
}
.article-anons .title-article-anons .inner-title-article-anons{
    color: #381e01;
    text-decoration: none;
    display: block;
    overflow: hidden;
    max-height: 48px;
}
.article-anons .attachment-article-anons{
    height: 147px;
    overflow: hidden;
    margin: 0 0 10px;
}
.article-anons .attachment-article-anons .inner-attachment-article-anons{
    display: block;
    width: 100%;
}
.article-anons .attachment-article-anons .inner-attachment-article-anons img{
    height: auto;
    width: 100%;
    display: block;
}
.article-anons .desc-article-anons{
    padding: 0;
}
.article-anons .inner-desc-article-anons{
    font-size: 14px;
    line-height: 135%;
    height: 90px;
    overflow: hidden;
}
.article-anons .more-article-anons{
    float: right;
    color: #ff0000;
}
.article-anons .more-article-anons:after{
    content: '>';
    display:inline-block;
    margin-left: 5px;
}
.title-article-anons{
	margin: 0 0 20px;
	font-size: 22px;
	line-height: 100%;
	clear: both;
}
#footer{
    font-size: 13px;
    line-height: 140%;
    position: relative;
    margin: 0;
    clear: both;
    border-top: 5px solid #006699;
    padding: 20px 20px 40px;
    color: #fff;
    background: #01A7E3;
}
#footer a{
    color: #fff;
}
#footer .inner-footer{
    margin: 0;
    padding: 20px 0 0;
}
#footer .footer-block{
    float: left;
    width: 25%;
}
#footer .footer-block .inner-footer-block{
    margin: 0 20px 0 0;
}
#footer .footer-block.footer-block-1{}
#footer .footer-block.footer-block-2{}
#footer .footer-block.footer-block-3{}
#footer .footer-block.footer-block-4{
}
#footer .footer-block.footer-block-1 .inner-footer-block{}
#footer .footer-block.footer-block-2 .inner-footer-block{}
#footer .footer-block.footer-block-3 .inner-footer-block{}
#footer .footer-block.footer-block-4 .inner-footer-block{
    margin-right: 0;
    margin: -20px 55px 10px 132px;
}

#display_yandex_map{
    color: #f00;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 10px;
}

.widget-banner-block{
	margin: 0 auto;
	width: 1204px;
}
.widget-banner-block a,
.widget-banner-block img{
	display: block;
}

#history_back_link {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 60px;
    display: none;
    background: rgba(0,0,0,0.4) url(../img/ico_history_back.png) no-repeat center center;
    opacity: 0.4;
    z-index: 100;
}
#history_back_link:hover {
    opacity: 1;
}

#sroll_to_top_link,
#sroll_to_bottom_link{
    width: 80px;
    height: 28px;
    opacity: 0.4;
    position: fixed;
    right: 90px;
    z-index: 100;
}
#sroll_to_top_link{
    background: rgba(0,0,0,0.4) url(../img/ico_scroll_to_top.png) no-repeat center center;
    bottom: 33px;
    border-radius: 5px 5px 0 0;
}
#sroll_to_bottom_link{
    background: rgba(0,0,0,0.7) url(../img/ico_scroll_to_bottom.png) no-repeat center center;
    bottom: 5px;
    border-radius: 0 0 5px 5px;
}
#sroll_to_top_link:hover,
#sroll_to_bottom_link:hover{
	opacity: 1;
}

/* FAQ */

.faq_default h2 {
	font-size: 24px;
	margin-top: 10px;
}
.faq_default .faq_acc {

	margin: 20px 0;
	border: #fecc04 1px solid;
	border-bottom: #fecc04 1px solid;
	border-collapse:collapse
}

.faq_default .faq_acc h3 {
	cursor: pointer;
	padding: 5px 11px;
	margin-bottom: 0px;
	border-bottom: #fecc04 1px solid;
	border-collapse:collapse
	font-size: 20px;
}
.faq_default .faq_acc h3:last-child {
	border-bottom: none;
}
.faq_default .faq_acc div {
	background: #fff;
	padding: 15px 10px;
}

.faq_default .faq_acc h3:hover {
	background: #fff;
}
.faq_default .faq_acc h3.ui-state-active {
	background: #fff;

}
.faq_default .faq_acc .ui-accordion-content-active {
	border-bottom: #fecc04 1px solid;
}

.faq_default .faq_acc div .faq_acc {
	padding: 0;
}

/* FAQ end */
/* contact form */
.contact-form-body{
    width: 420px;
    max-width: 100%;
}
.contact-form-body .contact-form-block{
  border: 1px solid #C3C3C3;
  padding: 5px 15px;
  margin: 20px 0;
  position: relative;
  max-width: 100%;
}
.contact-form-body .overlay{
    position: absolute;
    z-index: 10;
    background: rgba(255,255,255,0.8) url(../../img/loader-contact-form.gif) no-repeat center center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.contact-form-body .contact-form-block.success-form{
    background: #DCEAB3;
    border-radius: 3px;
}
.contact-form-body .contact-form-block .form-result-message-block{
    color: #fff;
	
    background: #8dbb04;
    padding: 10px 5px;
    text-align: center;
}
.contact-form-body .form-row-block{
    margin: 0 0 5px;
    padding: 5px;
}
.contact-form-body .form-row-block.error{
    background: #FDDBD5;
}
.contact-form-body .form-row-block:last-child{
    margin-bottom: 0;
}
.contact-form-body .form-row-block .desc{
}
.contact-form-body .form-row-block .small{
    font-size: 14px;
    line-height: 120%;
    margin: 5px 0 0;
    color: #777;
}
.contact-form-body .form-row-block .error-message{
    font-size: 14px;
    line-height: 120%;
    margin: 5px 0 0;
    color: #FA5335;
}
.contact-form-body .form-row-block .input-text{
    width: 240px;
    max-width: 100%;
}
.contact-form-body .form-row-block .input-checkbox{}
.contact-form-body .form-row-block .input-radio{}
.contact-form-body .form-row-block .input-submit{}
.contact-form-body .form-row-block .textarea{
    width: 378px;
    height: 100px;
    max-width: 100%;
}
.contact-form-body .form-row-block .select{
    width: 262px;
    max-width: 100%;
}
.contact-form-body .form-row-block .form-row-desc{
    margin: 0 0 8px;
}
.contact-form-body .form-row-block.required .form-row-desc .desc:after{
    content: '*';
    color: #FA5335;
    position: relative;
    bottom: 3px;
    margin: 0 0 0 4px;
}
.contact-form-body .form-row-block .form-row-data{
    padding: 0 22px 0 0;
}
.contact-form-body .form-row-block .captcha-field,
.contact-form-body .form-row-block .captcha-img{
    display: inline-block;
    vertical-align: top;
}
.contact-form-body .form-row-block .captcha-img img{
    display: block;
    width: auto;
    height: 39px;
}
.contact-form-body .form-row-block .form-row-desc .desc{
    display: block;
}
.contact-form-body .form-row-block .form-row-data .desc{
    font-size: 14px;
    line-height: 120%;
    vertical-align: middle;
}
.contact-form-body .form-row-block.header .desc{
  font-size: 24px;
  line-height: 100%;
  border-bottom: 1px solid #e1e1e3;
  padding: 0 0 10px;
  margin: 0 0 10px;
}
.contact-form-body .form-row-block.header .small{
    font-size: 16px;
    line-height: 140%;
    font-style: normal;
    margin: 10px 0 0;
}

.iframe .contact-form-body .contact-form-block,
.ajax .contact-form-body .contact-form-block{
  border: none;
  padding: 0;
  margin: 0;
}


.open-modal-contact-form-link{}
.open-modal-contact-form-link:hover,
.open-modal-contact-form-link:focus,
.open-modal-contact-form-link:active{}
.contact_form_select_block{
    display: block;
    background: #FA5335;    
    position: relative;
    height: 30px;
}
.contact_form_select_block.open{}
.contact_form_select_block a{
    text-decoration: none;
    background: none;
    border: none;
    font-style: normal;
    cursor: pointer;
}
.contact_form_select_block .open-options-block{
    position: absolute;
    right: 0;
    width: 20px;
    background: rgba(0, 0, 0, 0.3) url(../img/has-optionsmenu-w.png) no-repeat center center;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 10;
}
.contact_form_select_block.h_o_l .open-options-block{
    display: block;
}
.contact_form_select_block.open .open-options-block{
    background-image: url(../img/has-optionsmenu-hover-w.png);
}
.contact_form_select_block .contact-form-select-link{
    display: block;
    width: 100%;
    height: 100%;
}
.contact_form_select_block .cotact-form-options-block{
    position: absolute;
    top: 100%;
    background: #fff;
    padding: 0;
    border: 1px solid #FA5335;
    left: 0;
    right: 0;
    display: none;
    font-size: 14px;
    border-top: none;
    line-height: 140%;
}
.contact_form_select_block.open .cotact-form-options-block{
    display: block;
}
.contact_form_select_block .contact-form-select-link a{
    color: #FFFFFF;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 100%;
    overflow: hidden;
    white-space: nowrap;    
    padding-top: 7px;
    text-overflow: clip;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 5px;
    right: 5px;
}
.contact_form_select_block.h_o_l .contact-form-select-link{
} 
.contact_form_select_block.h_o_l .contact-form-select-link a{
}
.contact_form_select_block .cotact-form-options-block a{
    display: block;
    padding: 4px 9px;
    color: #FA5335;
}
.contact_form_select_block .cotact-form-options-block a:hover{
    background: rgba(250, 83, 53, 0.17);
}

/* comment */
#comment{}
.inner-comment-body{}
.title-comment-block{
	font-size: 24px;
	line-height: 100%;
	border-bottom: 1px solid #e1e1e3;
	padding: 0 0 10px;
	margin: 0 0 10px;
}
.all-coments-block{
    width: 420px;
    max-width: 100%;
}
.comment-block{
    margin: 0 0 20px;
    border: 1px solid #c3c3c3;
    background: #fff;
}
.comment-block .info-message{
    padding: 10px;
}
.comment-header{
    border-bottom: 1px solid #C3C3C3;
    background: #FBFBFB;
    padding: 10px 20px;
    position: relative;
}
.comment-body{
    padding: 10px 20px;
}
.comment-author{
    padding: 0;
}
.comment-date-added{
    color: #fff;
    font-size: 12px;
    line-height: 100%;
    position: absolute;
    top: -5px;
    right: -5px;
    background: #01A7E3;
    padding: 1px 10px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.7);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.7);
}

/* buttons object */
.product .buttons-product-block{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(254, 204, 4, 0.1);
    border-top: 1px solid #FECC04;
    display: block;
    height: 72px;
    font-size: 14px;
    line-height: 100%;
    z-index: 50;
}
.product.status-recomend .buttons-product-block{
    background: rgba(141, 187, 4, 0.1);
    border-color: #8DBB04;
}
.product.status-vip .buttons-product-block{
    background: rgba(250, 83, 53, 0.1);
    border-color: #FA5335;
}
.product .buttons-product-block .btn-prod-block{
    position: absolute;
    width: 224px;
    height: 23px;
    top: 1px;
    left: 1px;
}
.product .buttons-product-block .btn-prod-link{
    text-decoration: none;
    display: block;
    background: #FECC04;
    color: #303030;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 3px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2) inset;
}
.product .buttons-product-block .btn-prod-link:hover{
	box-shadow: 0 5px 10px 0 rgba(255,255,255,0.4) inset;
}
.product .buttons-product-block .btn-prod-link.shema-proezda{
    background: #8DBB04;
    color: #fff;
}
.product .buttons-product-block .btn-prod-link.button-product{}
.product .buttons-product-block .contact_form_select_block{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2) inset;
    height: 34px;
}
.product .buttons-product-block .contact_form_select_block:hover{
    box-shadow: 0 5px 10px 0 rgba(255,255,255,0.4) inset;
}
.product .buttons-product-block .btn-prod-block.btn-num-1{}
.product .buttons-product-block .btn-prod-block.btn-num-2{}
.product .buttons-product-block .btn-prod-block.btn-num-3{}
.product .buttons-product-block .btn-prod-block.btn-num-4{}
.product .buttons-product-block .btn-prod-block.btn-num-5{}
.product.count-btn-1 .buttons-product-block .btn-prod-block{
}
.product.count-btn-1 .buttons-product-block .btn-prod-block.btn-num-1{
    height: 70px;
}
.product.count-btn-2 .buttons-product-block .btn-prod-block{
    height: 35px;
}
.product.count-btn-2 .buttons-product-block .btn-prod-block.btn-num-1{}
.product.count-btn-2 .buttons-product-block .btn-prod-block.btn-num-2{
    top: 37px;
    height: 34px;
}
.product.count-btn-3 .buttons-product-block .btn-prod-block{}
.product.count-btn-3 .buttons-product-block .btn-prod-block.btn-num-1{}
.product.count-btn-3 .buttons-product-block .btn-prod-block.btn-num-2{
    top: 25px;
}
.product.count-btn-3 .buttons-product-block .btn-prod-block.btn-num-3{
    top: 49px;
    height: 22px;
}
.product.count-btn-4 .buttons-product-block .btn-prod-block{
    width: 133px;
    height: 35px;
}
.product.count-btn-4 .buttons-product-block .btn-prod-block.btn-num-1{
}
.product.count-btn-4 .buttons-product-block .btn-prod-block.btn-num-2{
    top: 37px;
    height: 34px;
}
.product.count-btn-4 .buttons-product-block .btn-prod-block.btn-num-3{
    left: 135px;
}
.product.count-btn-4 .buttons-product-block .btn-prod-block.btn-num-4{
    left: 135px;
    top: 37px;
    height: 34px;
}
.product.count-btn-5 .buttons-product-block .btn-prod-block.btn-num-1{}
.product.count-btn-5 .buttons-product-block .btn-prod-block.btn-num-2{
    top: 24px;
}
.product.count-btn-5 .buttons-product-block .btn-prod-block.btn-num-3{
    left: 50%;
}
.product.count-btn-5 .buttons-product-block .btn-prod-block.btn-num-4{
    left: 50%;
    top: 24px;
}
.product.count-btn-5 .buttons-product-block .btn-prod-block.btn-num-5{
    top: 48px;
    width: 100%;
    height: 24px;
}
.product.count-btn-1 .buttons-product-block .btn-prod-link{
    font-size: 20px;
    line-height: 100%;
    padding-top: 24px;
}
.product.count-btn-2 .buttons-product-block .btn-prod-link{
    font-size: 16px;
    line-height: 100%;
    padding-top: 8px;
}
.product.count-btn-3 .buttons-product-block .btn-prod-link{}
.product.count-btn-4 .buttons-product-block .btn-prod-link{
    font-size: 16px;
    line-height: 100%;
    padding-top: 8px;
}
.product.count-btn-5 .buttons-product-block .btn-prod-link{}

.product .contact_form_select_block{
	height: 23px;
}
.product.count-btn-1 .contact_form_select_block{
	height: 70px;
}
.product.count-btn-2 .contact_form_select_block{
	height: 34px;
}
.product.count-btn-3 .contact_form_select_block{
    height: 22px;
}
.product.count-btn-4 .contact_form_select_block{}
.product.count-btn-5 .contact_form_select_block{}
.product .contact_form_select_block .contact-form-select-link a{
	padding-top: 3px;
	font-size: 14px;
	line-height: 100%;
}
.product.count-btn-1 .contact_form_select_block .contact-form-select-link a{
	font-size: 20px;
	line-height: 100%;
	padding-top: 24px;
}
.product.count-btn-2 .contact_form_select_block .contact-form-select-link a{
	font-size: 16px;
	line-height: 100%;
	padding-top: 8px;
}
.product.count-btn-3 .contact_form_select_block .contact-form-select-link a{}
.product.count-btn-4 .contact_form_select_block .contact-form-select-link a{
    font-size: 16px;
    line-height: 100%;
    padding-top: 8px;
}
.product.count-btn-5 .contact_form_select_block .contact-form-select-link a{}


#content_tab_block_comment .title-comment-block{
	display: none;
}
#shema_proezda_modal{}
#shema_proezda_modal .title-block{
	margin: 0 0 15px;
	padding: 0 0 5px;
	font-size: 28px;
	line-height: 140%;
	border-bottom: 2px dashed #eee;
}
#shema_proezda_modal .adress-content{
	margin: 0 0 20px;
}
#shema_proezda_modal .phone-content{
	margin: 0 0 20px;
}
#shema_proezda_modal #yandex_map_modal{
	height: 400px;
}

#landing-page  .lending-block{
    position: relative;
}
#landing-page  .lending-inner{
	width: 800px;
	padding: 1px 0;
	position: relative;
	margin: 0 auto;
}
#landing-page  .lending-block:after,
#landing-page  .lending-inner:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.lending-block h1,
.lending-block h2,
.lending-block h3,
.lending-block h4,
.lending-block h5,
.lending-block h6{
	margin-bottom: 20px;
	line-height: 140%;
}

.sticky {
  position: fixed;
}
.stop {
  position: relative;
}

#sidebar .sticky,
#sidebar .stop {
  z-index: 100;
}
.hor-menu .sticky,
.hor-menu .stop {
  z-index: 360;
}

.edit_quick_link_imperator {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: #fff;
    box-shadow: 0 0 10px 0 #000;
    padding: 8px 10px;
    font: normal 12px/100% arial;
    border-radius: 0 10px 0 0;
}
.edit_quick_link_imperator a{
    color: #f00;
}


.tabs.vertical {
  border-left: 190px solid transparent;
  margin: 0 0 1em;
}
.tabs.vertical:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.vertical .tabs__caption {
  width: 190px;
  float: left;
  display: inline;
  margin: 0px 0 0 -190px;
  list-style: none !important;
  padding: 0;
}
.vertical .tabs__caption li {
  margin-bottom: 1px;
  padding: 12px 10px 8px 10px;
  line-height: 20px;
  border: 1px solid transparent;
  cursor: pointer;
}
.vertical .tabs__caption li:hover {
  border-color: #ddd;
}
.vertical .tabs__caption .active {
  background: #fff;
  border-color: #ddd;
  cursor: default;
}
.tabs__content {
  display: none;
  padding: 0 0 0 20px;
}
.tabs__content.active {
  display: block;
}

.bx-wrapper{
	margin-bottom: 0;
}

.top-menu.lend-menu{
    clear: both;
    margin: 0;
	-moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
    position: fixed;
    top: 30px;
    z-index: 200;
    left: 0;
    right: 0;
}
.top-menu.lend-menu.sticky-menu-lend{
	top: 0;
}

.top-menu.lend-menu .inner-menu{
	border: none;
	padding: 0 10px;
	border-radius: 0px;
	background: #01a7e3;
}
.top-menu.lend-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: block;
}
.top-menu.lend-menu .inner-menu > ul {
	text-align: center;
	width: 800px;
	margin: 0 auto;
}
.top-menu.lend-menu .inner-menu > ul:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.top-menu.lend-menu ul li{}
.top-menu.lend-menu .inner-menu > ul > li{
    display: inline-block;
    position: relative;
    padding: 0px 4px 0px 0;
    height: auto;
}
.top-menu.lend-menu ul li a{
	text-decoration: none;
}
.top-menu.lend-menu .inner-menu > ul > li > a{
	color: #fbfbfb;
	text-decoration: none;
	padding: 11px 10px 11px;
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 100%;
}
.top-menu.lend-menu .inner-menu > ul > li > a:hover,
.top-menu.lend-menu .inner-menu > ul > li > a:focus,
.top-menu.lend-menu .inner-menu > ul > li > a:active,
.top-menu.lend-menu .inner-menu > ul > li.active > a{
  color: #fff;
  background: #0a539f;
}
.top-menu.lend-menu ul li a:hover,
.top-menu.lend-menu ul li a:focus,
.top-menu.lend-menu ul li a:active{
    color: #E1E1E3;
}
.top-menu.lend-menu ul ul{
    display: none;
    background: #0a539f;
    border: none;
    display: none;
    list-style: none;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 196px;
    border-top: 1px solid #E1E1E3;
	text-align: left;
}
.top-menu.lend-menu ul ul ul{
    left: 100%;
    top: -1px;
    border-left: 1px solid #E1E1E3;
}
.top-menu.lend-menu ul li:hover > ul{
    display: block;
    
}
.top-menu.lend-menu ul ul li{
    display: block;
    border-bottom: 1px solid #E1E1E3;
    position: relative;
}
.top-menu.lend-menu ul ul li a{
  font-weight: normal;
  color: #fff;
  text-shadow: none!important;
  display: block;
  padding: 5px 18px 6px;
  background: none;
}
.top-menu.lend-menu ul ul li:last-child > a{
	border-bottom: none;
}

.side-menu.lend-menu {
    position: fixed;
    top: 100px;
    left: 50px;
    width: 250px;
    z-index: 200;
}
.side-menu.lend-menu ul{
    list-style: none !important;
    margin: 0;
}
.side-menu.lend-menu ul li{
    margin: 0;
}
.side-menu.lend-menu ul a{
    color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.7);
    font-size: 18px;
    line-height: 100%;
    display: inline-block;
    padding: 5px 10px;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.side-menu.lend-menu ul ul{
    margin-left: 10px;
}
.side-menu.lend-menu ul ul a{
    font-size: 18px;
    line-height: 100%;
}
.side-menu.lend-menu ul .open-modal-contact-form-link{
    text-decoration: none;
}
.side-menu.lend-menu ul .open-modal-contact-form-link:hover{
    opacity: 0.9;
}
.side-menu.lend-menu.sticky-menu-lend ul a{
    color: #FFCC4E;
}

.imagegallery-grid-block {
    display: block;
    text-align: center;
}
.imagegallery-grid-block a {
    display: inline-block;
    margin: 2px 5px;
    overflow: hidden;
    width: 250px;
    height: 130px;
}
.imagegallery-grid-block a img {
    display: block;
    width: 100%;
    min-height: 100%;
}

.edit_quick_lp_block {
	position: absolute;
	right: 2px;
	top: 2px;
	display: block;
	width: 25px;
	height: 25px;
	z-index: 1000;
}
.edit_quick_lp_block a{
	width: 25px;
	height: 25px;
	display: block;
	background: #00f url(/public/adminpanel/img/edit.png) no-repeat center center;
	box-shadow: 0 0 8px 0 rgba(255,255,255, 0.9);
	border-radius: 3px;
	overflow: hidden;
	text-indent: -9999px;
	cursor: pointer !important;
	z-index: 100;
}
.edit_quick_lp_block a:hover{
	background-color: #55f;
	box-shadow: 0 0 4px 0 rgba(255,255,255, 0.7);
}

.landing-body .title-similar{
	display: none;
}
.landing-body .all-article-block{
	text-align: center;
	vertical-align: top;
}
.landing-body .article-anons,
.landing-body .article-anons.last_item{
	float: none;
	display: inline-block;
	text-align: left;
	width: 240px;
	margin: 10px 10px;
	vertical-align: top;
}

.landing-body .catalog{
	text-align: center;
	vertical-align: top;
}
.landing-body .product ,
.landing-body .product .last_item{
	float: none;
	display: inline-block;
	text-align: left;
	width: 240px;
	margin: 10px 10px;
	vertical-align: top;
}

.icon {
	height: 16px;
	display: inline-block;
	width: 16px;
	background: url(../img/sprite.png) no-repeat; 
}
.icon-star {
	background-position: -4px -5px;
}
.icon-diag {
	background-position: -24px -5px;
}
.icon-gal {
	background-position: -44px -5px;
}
.icon-met {
	background-position: -64px -5px;
}
.h-but {
    vertical-align: middle;
    text-align: center;
    border-top: 2px solid #58C3B1;
    padding: 20px 0;
    border-bottom: 2px solid #ABE0D6;
}
.h-but a{
    margin: 0 20px;
    width: 200px;
    font-size: 18px;
    line-height: 100%;
}
.h-but a span{
    vertical-align: middle;
}
.h-but a .icon{
    margin: 0 10px 0 0;
}
.sticky-sidebar-block{

}
.sticky-sidebar-block .inner-sidebar{
	overflow: hidden;
	position: relative;
}
.sticky-sidebar-block .inner-sidebar.no-overflow{
	overflow: initial;
}
.sticky-sidebar-block .inner-sidebar.height-auto{
	height: initial !important;
}

.normalBlock{
	position: relative !important;
	left: initial !important;
}
.stickyBlock{
	position: fixed !important;
}

.sticky-hor-menu-block.stickyBlock{
	top: 0;
}


/*.icon {
	height: 16px;
	display: inline-block;
	width: 16px;
	background: url(../img/sprite.png) no-repeat; 
}
.icon-star {
	background-position: -4px -5px;
}
.icon-diag {
	background-position: -24px -5px;
}
.icon-gal {
	background-position: -44px -5px;
}
.icon-met {
	background-position: -64px -5px;
}
*/
.h-but {
    vertical-align: middle;
    text-align: center;
    border-top: 2px solid #1148e3;
    padding: 20px 0;
    border-bottom: 2px solid #1048e3;
}
.h-but a{
    margin: 0 20px;
    width: 200px;
    font-size: 18px;
    line-height: 100%;
}
.h-but a span{
    vertical-align: middle;
}
/*.h-but a .icon{
    margin: 0 10px 0 0;
}*/


#footer .menu {
    list-style: none;
    margin: 0;
}

.tabs.horizontal {
  margin: 0;
}
.tabs.horizontal:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.horizontal .tabs__caption {
  display: block;
  margin: 0;
  list-style: none !important;
  padding: 0;
}
.horizontal .tabs__caption li {
  margin-bottom: 4px;
  padding: 10px!important;
  line-height: 20px;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
}
.horizontal .tabs__caption li:hover {
  border-color: #ddd;
}
.horizontal .tabs__caption .active {
  background: #01A7E3;
  border-color: #ddd;
  cursor: default;
  color: #fff;
  font-size: 20px;
}
.horizontal .tabs__content {
  display: none;
  padding: 0
}
.tabs__content.active {
  display: block;
}


.link-lending-block {
    border-top: 2px dashed #eee;
    padding: 20px 0 0;
    
}
.link-lending-block a{
    display: inline-block;
    font-size: 24px;
    margin: 0 5px 0;
    line-height: 100%;
}
.link-lending-block .form_contact_form.contact-form-body  {
    margin: 0 auto;
}

.top-nav-tabs_content {
        border-bottom: 2px dashed #eee;
    margin: 0 0 10px;
    text-align: center;
    font-size: 18px;
    line-height: 100%;
}
.top-nav-tabs_content ul{
    list-style: none !important;
    display: block;
}
.top-nav-tabs_content ul li{
    display: block;
    float: left;
    margin-right: 10px;
}
.top-nav-tabs_content ul li a,
.top-nav-tabs_content ul li span{
    color: #444;
    text-decoration: none;
    display: block;
    padding: 10px 0;
    cursor: pointer;
    font-weight:bold;
}
.top-nav-tabs_content ul li a:hover,
.top-nav-tabs_content ul li.active a,
.top-nav-tabs_content ul li.active span{
	color: #fb432c;
}
.tab-content-block{
	display: none;
}
.tab-content-block.active{
	display: block;
}
.tab-testimonials .title-comment-block {
    display: none;
}

.widget-countdown {
    margin-bottom: 1em;
}
.widget-countdown .countdown-timer{
	display: inline-block;
}
.widget-countdown .title-timer {
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 8px;
    padding: 0 4px;
    text-align: center;
}


@font-face {
font-family: 'Arial Narrow';
src: url('/public/site/css/arial-narrow.ttf');
}
 .img-gallery-block {
  display: block;
  margin: 0 0 20px;
text-align: center;
 }
 .img-gallery-block:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
 }
 .item-gallery-img {
  display: inline-block !important;
  width: 175px;
  display: block;
  margin: 0 5px 10px;
 }
 .item-gallery-img a{
  display: block;
  border: none;
  overflow: hidden;
  max-height: 80px;
 }

 .item-gallery-img a img{
  display: block;
  border: none;
  width: 100%;
  height: auto;
 }

 
 

.hor-menu .inner-hor-menu > ul > li > a {
    color: #ffffff;
    text-decoration: none;
    padding: 9px 10px 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 19px;
    line-height: 100%;
}


header .inner-header {
    padding: 18px 0 0;
    background: #fff6f1;
}

/* */
#header .right-header-block {
    float: right;
    width: 450px;
    padding: 30px 0px 0px 0px;
    height: 121px;
}
/* */

#sidebar .widget-menu ul li a {
    text-decoration: none;
    display: block;
    font-weight: normal;
    padding: 3px 0 3px 15px;
    background: none;
    color:#381e01;
   font-size: 17px;
}

#sidebar .widget-menu ul li a:hover, #sidebar .widget-menu ul li a:focus, #sidebar .widget-menu ul li a:active, #sidebar .widget-menu ul li.active > a {
    color: #e87900;
    text-decoration: underline;
}
#sidebar .widget-title {
        color: #381e01;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 5px;
    text-transform: uppercase;
    font-weight: bold;
}

/*Tabs*/
.horizontal .tabs__caption li {
    margin-bottom: 4px;
    padding: 12px 10px 8px 10px;
    line-height: 20px;
    border: 1px solid transparent;
    cursor: pointer;
    display: inline-block;
    background: rgb(1, 167, 227);
    color: #ffffff;
}

.horizontal .tabs__caption .active {
    background: #e87900;
    border-color: #ddd;
    cursor: default;
    color: #fff;
    font-size: 20px;
}


#footer {
   font-size: 16px;
   line-height: 140%;
   position: relative;
   margin: 0;
   clear: both;
   border-top: 5px solid #fecc04;
   padding: 20px 20px 40px;
   color: #8f1e01;
   background: #fecc0400;
}



#footer a {
        color: #8f1e01;
    font-size: 18px;
}



#main table.nobrd {
    border: 0px solid #ccc;
    border-collapse: collapse;
    width: 100%;
}

#main table td.nobrd {
    padding: 3px 5px;
    border: 0px solid #ccc;
    vertical-align: top;
}




.price_table {
  text-align: left;
  border-collapse: collapse;
  width: 100%;
}
.price_table tr:nth-child(odd) {
  background: #deedf6;
}
.price_table td {
  padding: 5px;
    text-align: left;
}
.price_table tr>td:last-of-type {
text-align: center;
}
.price_table th {
  padding-bottom: 5px;
  color: #01a7e3;
  border-bottom: 2px solid #01a7e3;
  font-size: 15pt;
  font-weight: bold;
}
td.price_table_title {
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
  background: #01a7e3;
  color: #fff;
}



h1, h2, h3, h4, h5, h6 {
font-family: 'Arial Narrow';
}
a {text-decoration: none;}
a:hover {text-decoration: none;}
a.button19 {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 -1px rgba(0,0,0,.5);
  user-select: none;
  padding: .3em 0.4em;
  margin: 4px;
  border: 1px solid rgb(80,32,0);
  border-radius: 5px;
  outline: none;
  background: rgb(147,80,36) linear-gradient(rgb(106,58,26), rgb(147,80,36) 80%);
  box-shadow:
   0 6px rgb(86,38,6),
   0 3px 15px rgba(0,0,0,.4),
   inset 0 1px rgba(255,255,255,.3),
   inset 0 0 3px rgba(255,255,255,.5);
  transition: .2s;
} 
.button19:hover {
  background: rgb(167,91,41) linear-gradient(rgb(126,69,31), rgb(167,91,41) 80%);
}
.button19:active {
  background: rgb(120,63,25) linear-gradient(rgb(120,63,25) 20%, rgb(167,91,41));
  box-shadow:
   0 2px rgb(86,38,6),
   0 1px 6px rgba(0,0,0,.4),
   inset 0 1px rgba(255,255,255,.3),
   inset 0 0 3px rgba(255,255,255,.5);
  -webkit-transform: translate(0, 4px);
  transform: translate(0, 4px);
}

#button-123129 {
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    padding: 5px 20px 5px 20px;
    color: #ffffff;
    font-family: Arial,Helvetica,FreeSans,Liberation Sans;
    font-weight: bold;
    font-style: normal;
    font-size: 17px;
    background: -o-linear-gradient(top, #fffa00, #ccb121);
    background: -ms-linear-gradient(top, #fffa00, #ccb121);
    background: -moz-linear-gradient(top, #fffa00, #ccb121);
    background: -webkit-linear-gradient(top, #fffa00, #ccb121);
    background: linear-gradient(top, #fffa00, #ccb121);
    -webkit-box-shadow: 0px 2px 5px 0px #666666;
    -moz-box-shadow: 0px 2px 5px 0px #666666;
    box-shadow: 0px 2px 5px 0px #666666;
    border: 1px solid #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.wrapbg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.85);
    z-index: 190;
}
.hamburger, .hamburger2 {
	padding: 12px 15px;
	display: none;
	cursor: pointer;
	transition-property: opacity, filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
	position: fixed;
	left: 4px;
	top: 0;
	z-index: 200;
}
.hamburger2 {
	right: 4px;
	left:initial;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after,
.hamburger2.is-active .hamburger-inner,
.hamburger2.is-active .hamburger-inner::before,
.hamburger2.is-active .hamburger-inner::after {
    background-color: #fff;
}

.hamburger-box {
  width: 26px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 26px;
    height: 4px;
    background-color: #000;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

#sidebar.right .widget-title{display:none;}
.mobtop{display:none;}
#sidebar .widget-menu ul ul ul {
    list-style: none;
}
#sidebar .widget-menu ul ul li a {
    color: #381e01;
}

.logo_text_top {
    color: white;
	font: bold 24px/28px Helvetica, Sans-Serif;
    letter-spacing: -1px;    
    padding-left: 400px;
    padding-top: .5em;
    padding-bottom: .5em;
    padding-right: 1em;
	/*position:absolute;
    right:40px;
    top  :80px;
    background-image: url('/uploads/1485763886_shapka-sayta-yurista-1274621_dee17_998da.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 145px;*/
	}

@media (max-width: 1225px){
	#body {width: 830px;}
	#header .top-header-block {margin: 0 15px 0;}
	.left-header-block img{max-width:100%;width:auto!important;height:auto!important;}
	#header .right-header-block {width: 370px;padding: 24px 0px 0px 0px;}
	.sticky-hor-menu-block{width: 830px!important;}
	#header .right-header-block div {font-size: 22px!important;}
	#header .center-header-block {float: none;}
	.hor-menu .inner-hor-menu > ul > li > a {padding: 14px 4px 13px;font-size: 13px;}
	#main {width: 386px;}
	.hor-menu .slogan { font-size: 13px;}
	.hor-menu .slogan .inner-slogan {margin: 0 6px;}
	.product {width: 168px; margin: 0px 5px 20px 0;}
	.product .inner-product {padding: 6px 8px 10px;}
	.product .buttons-product-block .btn-prod-block {width: 166px;}
	.fancybox-desktop{width:800px!important;}
	#main .infoItem .buttons-product {width: 380px;}
	#main .infoItem .buttons-product.count-btn-1 a {width: 376px;}
	.contact-form-body {width: 380px;float: left;}
	#main .photoGalleryItem .gallery .mini {margin-left: 0;}
    #main .text.descItem {width: 596px;}
    /* */
    .logo_text_top { 
        padding-left: 1em;
    }
}
@media (max-width: 860px){

	#full_map {

		height: 450px;
	}

	.article-anons .inner-article-anons {
		height: auto;
	}
	.article-anons {
		width: 160px;
	}
	.inner-catalog.clr>div {
		vertical-align: top;
	}
	#sidebar .widget-menu .menu > li {
		padding-left: 10px;
	}
	#sidebar .widget-menu ul li:before {
		left: 0px;
	}
	#sidebar .widget-menu ul li .display-submenu {
		left: 0px;
	}
	#sidebar .widget-menu ul ul{
		display:none;
	}
	.hor-menu .inner-hor-menu > ul > li > a {padding: 8px 4px 8px;}
	.hor-menu .inner-hor-menu > ul > li > a {
		display: block;
	}
	.mobtop{
		display:block;
		position:fixed;
		top:0;
		right:0;
		left:0;
		height:46px;
		background:#fff;
		box-shadow:0 1px 2px rgba(0,0,0,.2);
		z-index:100;
	}
	.mobslog{
		padding:10px 60px;
		text-align:center;
		font-size: 13px;
		line-height: 16px;
	}
	.hamburger,.hamburger2{display:block;}
	#header .inner-header {
		padding: 42px 0 0;
	}
	#main .text.descItem {
		width: 100%;
		float: none;
	}
	#main .infoItem .buttons-product {
		width: 300px;
	}
	#main .infoItem .buttons-product.count-btn-1 a {
		width: 294px;
	}
	#main .photoGalleryItem .gallery .mini {
		width: 100%;
	}
	#main .photoGalleryItem .gallery .mini .img-block {
		float: none;
		display: inline-block;
		margin: 10px 10px 10px 0;
	}




	#header {position: initial;}
	.fancybox-skin, .fancybox-inner, .fancybox-desktop{width: 96%!important;height:auto!important;}
	.fancybox-type-html{top:22px!important;}
	.fancybox-type-html{top:22px!important;}
	#shema_proezda_modal #yandex_map_modal {
		/*height: auto;*/
	}
	.search-form-block {
		margin: 0;
		overflow: hidden;
		background: #fff;
		position: absolute;
		top: 14px;
		right: 20px;
		z-index: 10;
		width: 180px;
		border-radius: 10px;
		height: 28px;
	}
	#horizontal_menu>div{position:initial!important;}
	#horizontal_menu{
		padding-top: 45px;
		height:initial!important;
		display:none;
		position: fixed;
		top: 0;
		bottom: 0;
		left: -220px;
		background: linear-gradient(to bottom, #797979 0%,#474747 100%);
		width: 220px;
		z-index: 200;
		overflow-y: auto;
		overflow-x: hidden;
	}
	#slogan{display:none!important;}
	.hor-menu {
		-moz-transition: initial;
		-o-transition: initial;
		-webkit-transition: initial;
		transition: initial;}
	.search-form-block .input_search {
		background: none;
		display: block;
		border: none;
		padding: 5px 10px 5px 10px;
		margin: 0;
		font-size: 12px;
		line-height: 100%;
		height: 28px;
		outline: none;
		width: 160px;
	}
	.sticky-hor-menu-block {
		width: 100%!important;
	}
	.hor-menu .inner-hor-menu {
		height: initial;
		background: none;
		position: fixed;
		bottom: 0;
		top: 0;
		right: 0;
		left: 0;
		overflow-y:auto;
		overflow-x:hidden;
		padding-top:50px;
		width:220px;
	}
	.hor-menu .inner-hor-menu > ul > li {
		float: none;
		position: relative;
		padding: 0px 4px 0px 8px;
		height: auto;
	}
	.hor-menu ul ul ul {
		border-top: 0;
	}
	.hor-menu ul ul {
		margin-left: 15px;
		    border-top: 0;
		border: none;
		display: none;
		list-style: none;
		position: initial;
		left: 0px;
		padding: 4px 0px 0 0;
		top: 100%;
		width: 100%;
		background: none;
		border-bottom: 0;
	}
	.hor-menu ul ul li {
		display: block;
		float: none;
		position: relative;
		background: initial;
		border-left: 0;
		border-right: 0;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	.hor-menu ul ul li:before {
		content:"-";
		position:absolute;
		color:#ddd;
		top:-1px;
		left:-10px;
	}
	.hor-menu ul ul li a {
		color: #ffffff;
		display: block;
		padding: 0px 8px 8px 4px;
		margin: 0;
		border-bottom: 0;
		font-size: 16px;
		background: none;
	}
	/*.hor-menu ul li a[href="#"]{
		display:none;
	}*/
	.hor-menu ul li:hover > ul {
		display: none;
	}
	#body {width: 100%;}
	#header .left-header-block {
		float: none;
		width:100%;
		/* 
        max-width: 380px;*/
		margin: 0 auto;
		padding-left: 55px;
		}
    /*  */
    #header .right-header-block p {        
        display: inline;
    }

	#header .center-header-block {
		width: 100%;
		margin: 0;
	}
	#header .right-header-block {
		width: 100%;
		padding: 24px 0px 10px 0px;
		height: initial;
	}
	#header .right-header-block div {
		font-size: 20px!important;
	}
	#sidebar.left {
		float: none;
	}
	#sidebar {float: none;width: 100%;}
	#sidebar.right>div{padding:0;}
	/*#sidebar.right .widget-title{display:block;text-align:center;cursor:pointer;}*/
	#sidebar.right .widget-title{display:none;}
	#sidebar.right .widget-title:before{content:"";position:relative;left:-5px;}
	#sidebar.right .widget-content{
		padding-top: 10px;
		padding-bottom: 15px;
		height:initial!important;
		display:none;
		position: fixed;
		top: 0;
		bottom: 0;
		right: -220px;
		background: linear-gradient(to bottom, #797979 0%,#474747 100%);
		width: 220px;
		z-index: 200;
		overflow-y: auto;
		overflow-x: hidden;
	}
	#sidebar.right .widget-content a{color:#fff;padding: 4px 0 5px 15px;
    font-size: 16px;}
	#header .top-header-block {
		padding:0;
	}
	#sidebar {z-index: initial;}
	.widget-content a img {
		height: auto;
		width: auto;
		max-width:100%;
	}
	.widget-content>center{text-align:left;}
	.widget-content>center>a{display:inline-block;}
	.widget-content>center>br{display:none;}
	#main {
		width: 100%;
		float: none;
	}
	.inner-catalog.clr{text-align:center;}
	.inner-catalog.clr>div{text-align:left;display:inline-block;float: none;}
	.product {
		margin: 0px 3px 10px 3px;
	}
	#sidebar.right {
		float: none;
	}
	#footer .footer-block {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	#footer .footer-block.footer-block-4 .inner-footer-block {
		margin-right: 0;
		margin: 0;
	}
	/*body #slider_1.slider-block .slide .in-slide {
		height: auto !important;
	}
	#slider_1.slider-block .slide .in-slide > img {
		width: 100% !important;
		height: auto !important;
	}*/
	#slider_1.slider-block {
		overflow: hidden;
	}
	#content{display: flex; flex-direction: column;}
	#main { order: 2; }
	#sidebar.left { order: 3; }
	#sidebar.right { order: 1; }
	*,
	*::before,
	*::after {
	  box-sizing: border-box;
	  }
    
    /*  */
    .logo_text_top { 
        padding-left: 400px;
    }
	
}

/*--------------------------------------------- Start Landing Page Responsive ---------------------------------------------*/

#landing-page  .top-menu.lend-menu{
    top: 0px;
}

@media (max-width: 860px){
    body#landing-page {
        min-width: 100%;
    }
    #landing-page  .mobtop {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        height: 58px;
        background: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,.2);
        z-index: 100;
        display: none;
    }
    #landing-page .top-menu.lend-menu{          
        top: 58px;        
    }
    #landing-page .top-menu.lend-menu.sticky-menu-lend{
        top: 58;
    }
    #landing-page  .top-menu.lend-menu .inner-menu > ul, #landing-page  .lending-inner{
        width: 100%;
    }
    #landing-page .top-menu.lend-menu {
        display: none;
    }
    #landing-page .top-menu.lend-menu.menu-active {
        display: block;
    }
    #landing-page .top-menu.lend-menu .inner-menu > ul > li {
        display: block;
        padding: 0;
    }
    #landing-page .top-menu.lend-menu .inner-menu {
        padding: 0px;
    }
    #landing-page .top-menu.lend-menu .inner-menu > ul > li > a {
        text-align: left;
    }
    #landing-page .hamburger.is-active .hamburger-inner,
    #landing-page .hamburger.is-active .hamburger-inner::before,
    #landing-page .hamburger.is-active .hamburger-inner::after,
    #landing-page .hamburger2.is-active .hamburger-inner,
    #landing-page .hamburger2.is-active .hamburger-inner::before,
    #landing-page .hamburger2.is-active .hamburger-inner::after {
    background-color: #000;
}
    #landing-page #lpb-131 .adress {
    display: block!important;
    padding: 0;
    margin: 0 auto;
    max-width: 450px;
}
#landing-page #lpb-131 td {
    display: block;
}
#landing-page .imagegallery-grid-block a {
    width: 45%;
    height: 100%;
}
div#lpb-130 .lending-inner, div#lpb-32 .lending-inner, div#lpb-96 .lending-inner {
    max-width: 100% !important;
    min-width: 100% !important;
}

#landing-page .lending-inner .adress td {
    display: block;
    margin: 0 auto;
} 
#landing-page .lending-inner table {
    margin: 0 auto;
    display: block;
    max-width: 100%;
}
#landing-page .lending-inner table td {
    display: block;
    margin: 15px auto;
}
#landing-page .lending-inner table td iframe, #landing-page #lpb-130 .lending-inner table td .adress {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    display: block!important;
}

#landing-page #lpb-140 .lending-inner table td:nth-of-type(2) {
    width: 100%!important;
}

#landing-page #lpb-140 .lending-inner table td:nth-of-type(1) .adress {
    padding: 10px;
}
#landing-page .lending-inner tbody, #landing-page .lending-inner tbody tr {
    margin: 0 auto;
    width: 100%;
    max-width: 100%;
    display: block;
}

#landing-page .landing-body .article-anons, #landing-page .landing-body .article-anons.last_item
{
    width: 90%;
    max-width: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#landing-page .adress {
    margin-left: auto!important;
    margin-right: auto!important;
}

#landing-page .contact-form-body {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    float: none;
}
#landing-page .contact-form-body .contact-form-block {
    padding-left: 0;
    padding-right: 0;
}
#landing-page .contact-form-body .form-row-block .form-row-data {
    padding: 0;
}
#landing-page .contact-form-body .form-row-block .textarea {
    max-width: 378px;
    width: 100%;
}
#landing-page img{
	max-width: 100%;
    height: auto;
    min-height: auto;
}

#landing-page #sroll_to_top_link, #landing-page #sroll_to_bottom_link {
    right: 10px;
}


/*--------------------------------------------- End Landing Page Responsive ---------------------------------------------*/

@media (max-width: 775px){
        /*  */
        .logo_text_top { 
            padding-left: 300px;
        }
    }

    @media (max-width: 680px){
        /*  */
        .logo_text_top { 
            padding-left: 250px;
        }
    }

    @media (max-width: 600px){
        /*  */
        .logo_text_top { 
            padding-left: 1em;
        }
    }


@media (max-width: 545px){
	.mobslog {
		padding: 7px 55px;
		text-align: center;
		font-size: 12px;
		line-height: 16px;
		overflow: hidden;
		height: 40px;
    }
       /*  */
       .logo_text_top { 
        padding-left: 1em;
    }
}
@media (max-width: 460px){
	#header .left-header-block {
		padding-left: 0px;
	}
	#main .inner-main {
		margin: 0 8px 0 8px;
	}
	body #slider_1.slider-block {
		height: 170px;
	}
	body #slider_1.slider-block .bx-wrapper .bx-viewport {
		height: 160px !important;
	}
	body #slider_1.slider-block .slide {
		height: 160px !important;
	}
	body #main .inner-main {
		margin: 0 8px 0 8px;
	}
	body #slider_1.slider-block .slide .in-slide {
		height: 160px !important;
	}
}
@media (max-width: 360px){
	.product {
		width: 142px;
	}
	.product .buttons-product-block .btn-prod-block {
		width: 137px;
	}
	.product .attachment-product {
		height: 120px;
	}
	.product .inner-product {
		height: 340px;
	}
}