body {
	font: 13px/20px "Exo 2", Arial, sans-serif;
    height: auto;
    background: url(../images/mainbg.jpg) top no-repeat;
}
.glav #sp-main-body .container {
    background: none;
	padding: 0;
}
#sp-main-body .container {
    background: #fff;
}
#sp-menu {
	padding: 0;
}
#sp-component h2 {
    text-align: center;
    font-size: 19px;
    margin-top: 20px;
    color: #000;
	font-weight: bolder;
}
#sp-component h1 {
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
	font-weight: bolder;
}
.polit {
    line-height: 1;
    font-size: 17px;
    color: #fff;
    margin-top: 11px;
}
.polit a {
    color: #fff;
}
#sp-component ul.build {
    padding-left: 0px;
    width: 100%;
    box-sizing: border-box;
}
.fmenu {
	float: right;
}
#sp-component ul.build li {
    display: table-cell;
    text-align: center;
    margin-left: 10px;
    padding: 7px;
    background: #616e79;
    color: #ffffff;
    border-right: 10px solid #ffffff;
	line-height: 20px;
}
.trigger-box {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.trig {
    width: 47%;
    margin-right: 2%;
    margin-bottom: 10px;
    text-align: left;
    border: 2px solid #76a8e5;
    background: #fff;
    display: flex;
    align-items: center;
}
.trig .img {
    padding: 12px;
}
.trig p {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    padding: 0 0 0 3%;
    width: 255px;
    margin: 0;
}
.trig .img img {
    width: 70px;
}
.item .tab {
    width: 100%;
	display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}
.item .tab  tr {
    height: 40px;
}
.item .tab th {
    background: #5898f2;
    color: #ffffff;
    font-size: 16px;
	font-weight: bold;
    text-align: center;
}
.attachmentsContainer caption {
	display: none;
}
.item .tab td {
    padding-left: 10px;
    border: 1px solid #5898f2;
}
ul.accordion-menu.button-right li > .item-wrapper > .menu-button {
    width: 9% !important;
}
ul.accordion-menu.button-right li ul li .menu-button {
    display: none !important;
}
ul.accordion-menu li > .item-wrapper > .menu-link {
    width: 91% !important;
}
ul.accordion-menu li.current > .item-wrapper a {
    color: #a3a3a3 !important;
}
ul.accordion-menu li.current:hover a {
    color: #fff !important;
}
ul.accordion-menu li.opened > .item-wrapper a {
    color: #fff !important;
}
ul.accordion-menu.button-right li > .item-wrapper > .menu-button {
    padding: 11px 0px !important;
}







/* Хедер */
#sp-top1 img {
	width: 100px;
}
#sp-top3 {
	color: #95979a;
    font-size: 16px;
    line-height: 22px;
	margin-top: -7px;
	text-align: right;
}
#sp-top2 .fa {
    color: #A5cd38;
}
#sp-top2 a {
    color: #222222;;
}
#sp-top2 {
    font-size: 20px;
}
.is-sticky #sp-header .logo {
	margin-top: 0px;
    margin-left: 0px;
    width: 300px;
}
/* Конец хедера */



/* Слайдер */
.btn-default:hover {
    color: #fff;
    background-color: #9abf30;
    border-color: #9ac030;
}
#sp-slider .zagl, #sp-slider .text-block {
	font-family: "Exo 2";
}
/* Конец слайдера */

/* Проектируем производим строим */
#sp-tizer .item {
    margin: 13px 0 10px;
    height: 130px;
    overflow: hidden;
}
#sp-tizer .item .image {
    height: 130px;
    line-height: 128px;
    width: 100px;
    float: left;
    margin: 0px 25px 0px 0px;
}
#sp-tizer .item .image img {
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
    display: inline-block;
    zoom: 1;
	border-radius: 100%;
}
#sp-tizer .item .title a {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 7px;
}
#sp-tizer .item .info {
    color: #555555;
    line-height: 18px;
}
/* Конец проектируем производим строим */


/* Блок меню с домами на главной */
.catalog.sections.front .item {
    border: none;
    margin: 0 0 10px;
    padding-bottom: 74%;
    height: 0px;
}
.catalog.sections.front .items > div {
    overflow: hidden;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 32%;
    padding: 0;
}
.catalog .item-views .item {
    position: relative;
    z-index: 2;
}
.item .dark_block_animate {
    opacity: 0;
    background-color: rgba(0,0,0,.6);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .8s cubic-bezier(.19, 1, .22, 1);
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.front .item .img_block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
}
.scale_block_animate {
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.catalog.sections.front .item .info {
    padding: 0px;
    position: absolute;
    bottom: 0px;
    z-index: 4;
    margin: 0px 23px 17px;
}
.catalog.sections .item .info {
    line-height: 18px;
    padding-left: 115px;
}
.prod {
	background: #f9f9f9;
	margin-bottom: 30px;
}
.prod .sp-module-content {
	padding-top: 7px;
}
.glav #sp-component {
	background: #f9f9f9;
    margin-top: 30px;
    border-radius: 10px;
}
#sp-component {
    margin-top: 20px;
    border-radius: 10px;
}
.item-views.sections .item .info {
    color: #555555;
    line-height: 18px;
}
.item.wline:after {
	background-color: #A5cd38;
    position: absolute;
    content: ' ';
    width: 100%;
    height: 2px;
    bottom: 0px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    background: #ededed;
    z-index: 3;
}
.catalog.sections.front .item .info >div {
    -webkit-transition: -webkit-transform .333s cubic-bezier(.4,0,.2,1);
    transition: transform .333s cubic-bezier(.4,0,.2,1);
}
.catalog.sections .item .title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 9px;
	line-height: 18px;
}
.catalog .title .wrap_outer {
    background-color: #A5cd38;
}
.catalog .title a {
    color: #fff !important;
}
.catalog .title .wrap_outer {
    position: relative;
    left: -3px;
    padding: 3px 0 5px;
    font-size: 20px;
    line-height: 20px;
    color: #FFF;
    display: inline;
    font-weight: 600;
}
.catalog .title .wrap_outer .outer_text {
    position: relative;
    left: 0px;
    padding: 3px 20px 5px;
}
.catalog .item:hover .dark_block_animate {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
}
.catalog .item:not(.touch_class):hover .scale_block_animate, .catalog .touch_class .scale_block_animate {
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}
.doma {
	padding-left: 16px;
}
/* Конец блока меню с домами на главной */



/* Модуль работаем по адекватным ценам */
.banners-small.front .item_block {
    display: inline-block;
    vertical-align: top;
    font-size: 0px;
    width: 20%;
    color: #000000;
    box-sizing: border-box;
    padding: 0px 5px 0px 0px;
    -moz-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    transition: all 0.1s ease;
    margin: 5px 0px 20px;
    white-space: nowrap;
}
.banners-small .item {
    padding: 0px 10px;
    overflow: hidden;
    text-align: center;
}
.banners-small.front .item_block .image {
    margin: 0px 0px 10px 0px;
}
.banners-small.front .item_block .image, .banners-small.front .item_block .title {
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #333333;
}
.banners-small.front .item_block a {
    text-decoration: none;
    color: #333333;
    display: block;
}
.banners-small .item .image img {
    vertical-align: middle;
}
.banners-small.front .item_block .title {
    white-space: normal;
    padding: 0px 12%;
}
.banners-small.front .item_block .image, .banners-small.front .item_block .title {
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    color: #333333;
}
.banners-small .item .title {
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    max-height: 98px;
    overflow: hidden;
    color: #333333;
}
.banners-small.front .item_block a {
    text-decoration: none;
    color: #333333;
    display: block;
}
.banners-small.front {
    font-size: 0px;
    margin: 15px 0px 27px;
    text-align: center;
}
/* Конец модуля работаем по адекватным ценам */



/* Модуль обратного звонка */
.contactus-lightbox-cap .form-header {
	min-height: 80px;
    padding-top: 10px;
}
.contactus-lightbox-cap .form-header i {
    color: #5898f2;
	width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    float: left;
    font-size: 36px;
    border-radius: 2px;
    background: #fff;
}
.contactus-lightbox-cap .form-header .text {
    padding-left: 74px;
    color: #fff;
}
.contactus-lightbox-cap .form-header .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 5px;
    color: #fff;
}
.contactus-lightbox-closer {
	float: right;
    width: 30px;
    font-size: 25px;
    padding: 10px 10px 0px 0px;
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    color: #2c4c79;
}
.required-fileds .star {
	background: none repeat scroll 0 0 #7b8e9a;
    border-radius: 20px;
    color: #ffffff;
    display: inline-block;
    font-size: 24px;
    height: 20px;
    line-height: 28px;
    margin-right: 5px;
    padding-right: 2px;
    text-align: center;
    vertical-align: top;
    width: 20px;
}
.required-fileds {
    padding: 0 0px 10px 0px;
}
/* Конец модуля обратного звонка */



/* Нужна консультация? */
#sp-bottom {
   color: #fff;
   padding: 30px 0;
   font-size: 14px;
    background-color: #3680e3;
}
#sp-bottom1 h2 {
    font-size: 22px;
    margin: 0px;
    position: relative;
    padding: 0px 50px 0px 0px;
}
#sp-bottom1 h2:after {
    position: absolute;
    content: ' ';
    width: 24px;
    height: 45px;
    top: 50%;
    opacity: 1;
    background: url(../images/r_block.png) 0px 0px no-repeat;
    z-index: 3;
    right: 0px;
    margin-top: -23px;
}
#sp-bottom1 .btn-lg {
	border-radius: 0;
    padding: 4px 26px;
    margin-top: 6px;
    background: #2b5fa8;
    color: white;
    text-transform: uppercase;
    border-color: white;
}
#sp-bottom1 .btn-lg:hover {
	border-radius: 0;
    padding: 4px 26px;
    margin-top: 6px;
    background: white;
    color: #2e6dc4;
    text-transform: uppercase;
    border-color: white;
}
/* Конец блока нужна консультация? */



/* Футер */
#sp-footer {
    background: none repeat scroll 0 0 #2c364a;
    box-shadow: 0 70px 50px -20px #213040 inset;
    clear: both;
    color: #969ba5;
    font-size: 12px;
    line-height: 18px;
    min-height: 171px;
    padding: 0;
    position: relative;
}
#sp-footer .copy, footer .info {
    padding: 21px 0 0px;
    font-size: 13px;
}
#sp-footer .social {
    padding: 16px 0;
}
#sp-footer .social-icons {
    font-size: 0;
}
#sp-footer .social-icons ul {
    margin: 0;
    padding: 0;
    width: auto;
    font-size: 0;
}
#sp-footer .social-icons li {
    display: inline-block;
    vertical-align: top;
    zoom: 1;
}
#sp-footer .bottom-menu {
    color: #ffffff;
    font-size: 11px;
    font-weight: bold;
    margin-top: 22px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
#sp-footer .bottom-menu .item .submenu li {
    list-style: none;
    line-height: 23px;
}
#sp-footer .bottom-menu .item {
    margin-bottom: 8px;
    display: block;
    vertical-align: top;
    margin-bottom: 11px;
}
#sp-footer .bottom-menu a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.03em;
}
.jllikeproSharesContayner {
	margin-top: 20px;
    clear: both;
    padding-top: 20px;
}
#sp-footer .bottom-menu .item .submenu {
    padding-left: 0px;
    margin: 4px 0px 0px;
}
#sp-footer .bottom-menu .item .submenu li a {
    color: #babcbe;
    text-transform: none;
    letter-spacing: 0;
    font-weight: 400;
}
#sp-footer .info {
    color: #ffffff;
}
#sp-footer .copy, #sp-footer .info {
    padding: 21px 0 0px;
    font-size: 14px;
}
#sp-footer .info .phone {
    font-size: 16px;
    margin-left: -1px;
}
#sp-footer .info .phone, #sp-footer .info .email {
    margin-bottom: 12px;
}
#sp-footer .info i.fa-phone {
    margin-top: 3px;
}
#sp-footer .info i {
    font-size: 14px;
    margin: 2px 5px 0 0;
    color: #969ba5;
    vertical-align: middle;
    float: left;
    width: 15px;
    text-align: center;
}
#sp-footer .info a {
    color: #fff;
}
#sp-footer .info .email {
    margin-top: 10px;
}
#sp-footer .info i:before {
    color: #5898f2;
}
#sp-footer .info .phone .info_ext {
    padding: 0px 0px 0px 22px;
}
#sp-footer .info .phone a:first-child {
    padding-bottom: 2px;
}
#sp-footer .info .phone a {
    color: #ffffff;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
    display: block;
    font-weight: 600;
}
#sp-footer .social-icons li a {
    border: 2px solid transparent;
    border-radius: 4px;
    display: block;
    height: 31px;
    margin: 5px 8px 5px 0;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 31px;
    background-color: #4f5a6b;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    font-size: 0;
}
#sp-footer .social-icons li:hover a {
    border-color: #3680e3;
    background-color: transparent;
}
#sp-footer .social-icons li a i {
    position: absolute;
    top: 5px;
    left: 6px;
    color: #ffffff;
    font-size: 17px;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
#sp-footer .title {
	text-align: left;
}
/* Конец футера */



/* offcanvas-menu */
.offcanvas-menu 

/* конец offcanvas-menu */



/* Левое меню */
.leomod {
	border: 1px solid #ebeef1;
}
.accordion-menu .menu-link a {
	width: 100%;
	    font-size: 14px;
}
.accordion-menu li.opened {
	border-top: 1px solid #A5cd38;
    background-color: #616e79;
}
.accordion-menu li.opened:hover {
    background-color: #616e79 !important;
}
.accordion-menu li.opened a {
	color: #fff !important;
}

.side-menu > li > a {
    border-top: 1px solid #ebeef1;
}
ul.accordion-menu li:first-child {
   border-top: none !important;
}
ul.accordion-menu li {
   border-top: 1px solid #ebeef1 !important;
}
/* Конец левого меню */



/* Каталог */
.category {
    padding: 4px 0 4px 8px;
}
.category .cat {
    display: block;
    float: left;
    width: 24.9%;
    height: 280px;
    text-align: center;
    -moz-box-shadow: 1px 0 0 0 #e4e3e3, 0 1px 0 0 #e4e3e3, 1px 1px 0 0 #e4e3e3, 1px 0 0 0 #e4e3e3 inset, 0 1px 0 0 #e4e3e3 inset;
    -webkit-box-shadow: 1px 0 0 0 #e4e3e3, 0 1px 0 0 #e4e3e3, 1px 1px 0 0 #e4e3e3, 1px 0 0 0 #e4e3e3 inset, 0 1px 0 0 #e4e3e3 inset;
    box-shadow: 1px 0 0 0 #e4e3e3, 0 1px 0 0 #e4e3e3, 1px 1px 0 0 #e4e3e3, 1px 0 0 0 #e4e3e3 inset, 0 1px 0 0 #e4e3e3 inset;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.category .cat h5 {
    font-size: 16px;
    text-align: center;
    margin: 0 0 10px 0;
}
.category .cat img {
    height: 200px;
    margin: 0px auto;
}
.category .cat:hover {
    -moz-box-shadow: 0 0 11px #c1c1c1;
    -webkit-box-shadow: 0 0 11px #c1c1c1;
    box-shadow: 0 0 11px #c1c1c1;
    z-index: 5;
}

/* Конец каталога */



/* Контакты в шапке */
.right-cont {
    width: 250px;
    height: auto;
    text-align: right;
    font-size: 14px;
    font-weight: bold;
    padding: 13px 0px;
}
.right-cont .adress {
    background: rgba(255, 255, 255, 0.8) url(../images/loc.png) 20px no-repeat;
    margin-bottom: 5px;
}
.right-cont .adress, .right-cont .phone, .right-cont .email, .right-cont .zakaz {
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px;
    -moz-background-clip: padding;
    border-radius: 10px;
    background-clip: padding-box;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
    padding: 6px 0;
    padding-right: 10px;
}
.right-cont .phone {
    background: rgba(255, 255, 255, 0.8) url(../images/phone.png) 20px no-repeat;
    margin-bottom: 5px;
}
.right-cont .email {
    background: rgba(255, 255, 255, 0.8) url(../images/email.png) 20px no-repeat;
    margin-bottom: 5px;
}
.right-cont .zakaz {
    background: rgba(255, 255, 255, 0.8) url(../images/send.png) 20px no-repeat;
    margin-bottom: 5px;
}
.right-cont a, .right-cont {
    color: #000;
	font-weight: bold;
	line-height: 18px;
}
.right-cont p {
    margin: 0;
}
.right-cont .adress:hover {
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
    background: #ffffff url(../images/loc-a.png) 20px no-repeat;
}
.right-cont .phone:hover {
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
    background: #ffffff url(../images/phone-a.png) 20px no-repeat;
}
.right-cont .email:hover {
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
    background: #ffffff url(../images/email-a.png) 20px no-repeat;
}
.right-cont .zakaz:hover {
    cursor: pointer;
    -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
    -moz-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0);
    background: #ffffff url(../images/send-a.png) 20px no-repeat;
}


/* Конец контактов в шапке */


/* Контакты */
.contacts table td {
    padding-bottom: 10px;
    line-height: 21px;
}
.contacts table .fa {
    height: 54px;
    width: 54px;
    border-radius: 3px;
}
.contacts .fa.colored {
    background: #3b89f2;
}
.contacts .fa.colored {
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    color: white;
    font-size: 29px;
    margin: 0 20px 20px 0;
}
.row.contacts table td > span {
    padding: 0px 30px 0px 0px;
    display: inline-block;
}
.contacts .dark_table {
    color: #222;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
}
/* Конец контактов */



/* Таблица документов */
.tdocs {
	width: 100%;
}
.tdocs th {
    font-weight: bold;
    text-align: center;
    background: #9abf30;
    padding: 10px;
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    color: #eaeaea;
}
.tdocs td {
	padding: 10px 10px;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
}
.tdocs .nomer {
	white-space: nowrap;
}
div.catItemAttachmentsBlock {
	padding: 0px;
	border-bottom: none;
}
div.itemListCategory {
    display: none;
}
.tdocs p {
	margin: 0px;
}
/* Конец Таблица документов */

/* Хлебные крошки */
#sp-breadcrumb {
margin-top: 25px;
    padding: 0px;
}
#sp-breadcrumb .breadcrumb {
    margin-bottom: 0px;
    background-color: #fff;
    padding: 10px 0px 10px 30px;
    border-bottom: 1px solid #eee;
}
/* Конец хлебных крошек*/

/* Вложения */
#main div.attachmentsList table, div.attachmentsList table {
    border: none;
    color: #428dc9;
}
#main div.attachmentsList table tbody tr.even td, div.attachmentsList table tbody tr.even td {
    background-color: white;
}
#main div.attachmentsList table, div.attachmentsList table {
    font-size: inherit;
}
.catItemAttachments img {
	width: 30px;
    float: left;
	display: inline;
}
div.attachmentsList table tbody tr.odd td {
    line-height: 0px;
}
div.attachmentsList table tbody tr.odd td a {
    line-height: 34px;
}
div.attachmentsList table {
    line-height: 0px !important;
}
div.attachmentsList table img {
    vertical-align: middle;
}
/* Конец Вложений */


/* ГАЛЕРЕЯ */
#phocagallery .page-header {
	margin-top: -20px;
}
#phocagallery .pagination-centered {
	display: none;
}
/* КОНЕЦ ГАЛЕРЕИ */



/* Отзывы клиентов */
.review .it {
    background: none repeat scroll 0 0 #f7f7f8;
    border: 0px solid #eaf0f2;
    padding: 0 0 0 86px;
    position: relative;
    min-height: 90px;
}
.review .it:before {
    color: #A5cd38;
}
.review .it:before {
    position: absolute;
    top: 22px;
    left: 20px;
    font-family: Arial;
    content: "\201C";
    font-size: 150px;
    line-height: 120px;
}
.review .text {
    padding: 18px 20px 22px 0;
    line-height: 19px;
    color: #555555;
}
.reviews.item-views .item .docs {
    padding-bottom: 10px;
}
.reviews.item-views .item {
    border: none;
    margin-bottom: 30px;
}
.docs .item {
    margin-bottom: 10px;
    line-height: 17px;
    min-height: 43px;
    padding-left: 58px;
    color: #777777;
    font-size: 13px;
    position: relative;
}
.docs .icons {
    left: 0px;
    position: absolute;
    top: 0px;
}
.docs .icons, .docs .icons a {
    width: 40px;
    height: 40px;
}
.docs .pdf {
    background: url(../images/pdf.png) no-repeat;
}
.docs .xls, .docs .doc, .docs .pdf, .docs .jpg, .docs .png, .docs .ppt, .docs .tif, .docs .txt {
    padding-left: 0px;
}
.item-views .item:not(.review) .text {
    padding: 0;
    color: #222222;
}
.review .border {
    width: 37px;
    height: 36px;
    background: url(../images/bord.png) 0px 0px no-repeat;
    position: absolute;
    bottom: -35px;
    left: 45px;
}
.review .info {
    margin-top: 12px;
    padding-left: 86px;
}
.reviews.item-views .item .title {
    font-size: 14px;
    font-weight: 600;
    line-height: 19px;
    margin: 0;
	color: #2f383d;
}
.review .info .post {
    color: #9aa7af;
    font-size: 12px;
}
/* Конец отзывов клиентов*/










.is-sticky .logo1 {
	display: block;
}
.informer {
	position: absolute;
    bottom: 0;
    padding: 0px 0px 8px 0;
    display: flex;
}
.informer span {
	padding-left: 10px;
}
.kak {
    margin-top: 11px !important;
}
.vc_col-sm-3 {
    width: 25%;
	float: left;
}
.wpb_content_element {
    margin-top: 20px !important;
    margin-right: 20px !important;
    margin-bottom: 20px !important;
    margin-left: 20px !important;
}
.hat {
    position: absolute;
    margin: -84px -40px 0px 238px;
}
.wpb_wrapper {
	text-align: center;
}
.vc_custom_1487740118100 {
    background-color: #f2f2f2 !important;
}
.vc_custom_1500475740839 {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    background-color: #eaeaea !important;
    border-top-color: #eaeaea !important;
    border-top-style: dashed !important;
    border-bottom-color: #eaeaea !important;
    border-bottom-style: dashed !important;
}
.vc_custom_1487740613991 {
    border-left-width: 1px !important;
    background-color: #eaeaea !important;
    border-left-color: #e0e0e0 !important;
    border-left-style: solid !important;
}
.vc_custom_1487740042449 {
    background-color: #eaeaea !important;
}
.vc_custom_1487740560713 {
    background-color: #f2f2f2 !important;
}
#sp-header .container {
    -webkit-box-shadow: 0px 2px 1px #404c89;
    -moz-box-shadow: 0px 2px 1px #404c89;
    box-shadow: 0px 2px 1px #404c89;
    background: url(../images/menu-bg.png) top repeat-x;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
#sp-logo .logo {
	margin-top: 10px;
}
.sp-menu-item a {
	color: #ededed !important;
}
.sp-menu-item ul .sp-menu-item a {
	color: #333 !important;
}
.view-category article.item .entry-image img {
    max-width: 250px;
}
.blog .published {
	max-width: 200px;
    float: left;
}
.sp-megamenu-parent .active, .sp-megamenu-parent li:hover {
    border-right: 1px solid #3c68a0;
    border-left: 1px solid #404c89;
    background: url(../images/menu-bg-light.png) center top no-repeat;
}
.sp-megamenu-parent .active, .sp-megamenu-parent li:first-child {
    border-left: none;
}

ul.accordion-menu li > .item-wrapper > .menu-link {
    overflow-y: inherit !important;
}

.glav #sp-main-body {
    padding: 0px 0px 0px 0px;
}
.breadcrumb {
    border-radius: 0px;
}
#sp-slider {
	 padding: 0;
}
.glav #sp-slider {
    padding: 44px 0 0 0;
}
#rev_slider_1_1_wrapper,  #rev_slider_1_1_wrapper li {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.prod h3 {
    font-size: 16px;
    background: url(../images/h3-bg.jpg);
    height: 40px;
    border-radius: 10px;
    line-height: 40px;
    padding-left: 20px;
    color: #222222;
    -webkit-box-shadow: 2px 2px 4px #dedede;
    -moz-box-shadow: 2px 2px 4px #dedede;
    box-shadow: 2px 2px 4px #dedede;
}
#sp-slider .container {
    background: #fff;
    box-shadow: 0px 0px 20px #d5dbdf;
}
.q1 h3:before {
	content: "\f12a";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding: 0px 10px 0px 0px;
}
.q2 h3:before {
	content: "\f1ea";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding: 0px 10px 0px 0px;
}
.q3 h3:before {
	content: "\f0c6";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding: 0px 10px 0px 0px;
}
.q4 h3:before {
	content: "\f0a2";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding: 0px 10px 0px 0px;
}
.q5 h3:before {
	content: "\f073";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding: 0px 10px 0px 0px;
}
.q6 h3:before {
	content: "\f2c9";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding: 0px 10px 0px 0px;
}	
.customleomod {
	background: #fff;
}
.inform img {
	margin: 0 auto;
    border: 2px solid #02dfb6;
    border-radius: 10px;
}
.inform p {
	text-align: center;
}

.nc-items a {
    line-height: 1.2em !important;
}
.newscalendar ul.nc-items {
    width: 220px !important;	
}
.adv_rt {
    float: left;
}
.pogoda .gsInformer, .pogoda table, .pogoda img  {
	margin: 0 auto;
    text-align: center;
}
.pogoda .leftCol, .pogoda .rightCol {
	display: none;
}
.pogoda {
    background: azure;
}
p.provodnik {
	margin: 0;
}
.provodnik, .sp-copyright {
	color: #fff;
}

.vers {
    position: absolute;
    top: -36px;
    right: 20px;
}
.is-sticky .vers {
	display: none;
}
.is-sticky #sp-header .container {
	background: none;
    height: 40px;
}
.is-sticky .logo .logo1 {
    font-size: 20px;
    margin: 2px 0px 0px 60px;
    line-height: 1.5em;
}
.org a:before {
	display: none;
}
.org {
	margin-bottom: 20px;
}
#sp-org .container {
	box-shadow: 0px 0px 20px #d5dbdf;
}
.slide-desc-text-default {
    padding: 6px 6px 1px !important;
}
.slide-desc-text-default a {
    font-size: 14px;
    line-height: 14px;
}	
.header-contact * {
    color: #636363;
}
div.k2Pagination ul li.active a {
    background-color: #2196f3;
}	
ul.accordion-menu {
    border: none !important;
}	
.blog .item {
	clear: both;
	min-height: 250px;
}
#sp-org .container {
	background-image: url(../images/sites.jpg);
	background-size: cover;
}
#sp-org h2 {
	font-weight: bold;
    text-shadow: 1px 1px #2196f3, 1px -1px #2196f3, -1px 1px #2196f3, -1px -1px #2196f3, 3px 3px 6px rgb(83, 83, 83);
    color: #fafafa;
}
#sp-org button {
	background: #2196f3;
    color: #fff;
    border: 1px solid #04608d;
    width: 32%;
	min-width: 190px;
    border-radius: 6px;
    padding: 0px;
	font-weight: bold;
}
.ssilka input {
	margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 800px;
	margin-bottom: 10px;
}
.corob {
	margin: 0 auto;
    text-align: center;
    width: 100%;
    max-width: 800px;
}
.pole input {
	max-width: 32%;
    text-align: center;
    margin: 0 auto;
    float: left;
    width: 100%;
}
.sred input {
	margin: 0 2%;
}
.sogl {
	padding-top: 8px;
    clear: both;
}
#formx, #formx2 {
    margin-bottom: 12px;
}
#results {
    top: 0;
    display: none;
}
#okno {
    width: 300px;
    height: 95px;
    text-align: center;
    padding: 15px;
    border: 3px solid #2196f3;
    border-radius: 10px;
    color: #04608d;
    position: absolute;
    font-weight: 700;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
}
#results:target {display: block;}
.clouse {
    display: inline-block;
    border: 1px solid #2196f3;
    padding: 0 12px;
    margin: 10px;
}
.well-bg {
    background-color: #f9f8f4;
}
.service-block .well-bg {
    padding: 40px;
	min-height: 365px;
}
.service-block .icon {
    color: #016fc6;
}
.icon-size {
    font-size: 62px;
}
.icon {
    margin-bottom: 30px;
}
.heading-title {
    color: #2e3233;
}
.service-block {
    margin-bottom: 30px;
}
.service-block .well-bg:hover .icon {
    color: #fb2323;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    min-width: 70px;
}
.leomenu {
	margin-bottom: 30px;
}
button.contactus-button.sliding {
    padding: 0px 10px !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-size: 12px !important;
    line-height: 36px !important;
}
.cont i {
	min-width: 30px;
    font-size: 14px;
    text-align: center;
}
.cont button {
	width: 100% !important;
    padding: 0 !important;
}
.erng a {
    color: #fff;
}


/* Снежинки в меню
.is-sticky #sp-header {
    background-image: url(../images/snow_bg.png) !important;
	animation: nav_newyear_back 180s linear infinite,nav_newyear_show 100s linear infinite;
    box-shadow: none !important;
}
@keyframes nav_newyear_back{0%{background-color:#2196f3}25%{background-color:#0d47a1}50%{background-color:#880e4f}75%{background-color:#004d40}100%{background-color:#2196f3}}
@keyframes nav_newyear_show{0%{background-position:center 0,0 0}100%{background-position:center 1770px,0 0}}
@keyframes anim_msg_edit{0%{background:#e6eaed}100%{background:#fff}}
@keyframes anim_msg_black_edit{0%{background:#888}100%{background:#36393e}}.anim_msg_edit,.anim_msg_edit .feed-item-content{animation:anim_msg_edit 2s linear}.black_offtop .anim_msg_edit,.black_offtop .anim_msg_edit{animation:anim_msg_black_edit 2s linear}
 Конец снежинок в меню*/













/* меньше 1200 */
@media (max-width: 1200px) {
	.logo .logo1 {
		font-size: 18px;
		margin: 205px 0px 0px 68px;
		line-height: 1.3em;
		padding-top: 12px;
		position: absolute;
		width: 320px;
	}
	
	.sp-megamenu-parent >li >a {
		font-size: 13px !important;
	}
	#sp-menu .sp-megamenu-wrapper {
		margin-right: 0px !important;
	}
	.hat {
		position: absolute;
		margin: -85px -30px 0px 237px;
	}
	.wpb_content_element {
		min-height: 233px;
	}
	#sp-footer .info .phone {
		font-size: 15px;
	}
	#sp-footer .social-icons li a {
		margin: 5px 4px 5px 0;
	}
	.info .email {
		width: 110%;
	}
}

/* меньше 992 */
@media (max-width: 992px) {
	.logo .logo1 {
		font-size: 18px;
		margin: 205px 0px 0px 68px;
	}
    .erng {
        margin-bottom: 50px;
        margin-top: 20px;
    }
	.vers {
		display: none;
	}
	.container {
		width: 100%;
	}
	.hat {
		display: none;
	}
	#offcanvas-toggler >i {
		padding: 10px 20px 0px 30px !important;
	}
	#sp-top3 {
		font-size: 15px;
	}
	#sp-header .logo {
		top: -98px;
		left: 20px !important;
	}
	#offcanvas-toggler >i {
		padding: 18px 20px 0px 30px !important;
	}
	#sp-bottom1 h2:after {
		display: none;
	}
	.doma {
		padding-left: 9px;
	}
}


/* меньше 768 */
@media (max-width: 768px) {
	.logo .logo1 {
		font-size: 18px;
		margin: 175px 0px 0px 68px;
	}
	.is-sticky .logo1 {
		font-size: 20px;
		margin: -28px 0px 0px 60px !important;
		line-height: 1.5em;
	}
	.informer {
		position: inherit;
		bottom: inherit;
		padding: 4px 0 0px 0px;
		display: inline-block;
	}	
	.informer span {
		float: right;
	}	
	.informer a {
		float: left;
	}
	.blog .intro-image img {
		max-width: 100% !important;
	}
	.vc_col-sm-3 {
		width: 100%;
	}
	#sp-top1, #sp-top2, #sp-top3 {
	    width: 100%;
		text-align: center !important;
	}
	#sp-slider {
		padding: 36px 0 0 0;
	}
	.glav #sp-slider {
		padding: 126px 0 0 0;
	}
	.kak {
		padding: 0px 10px;
	}
	.wpb_content_element {
		min-height: 100%;
	}
	.pole input {
		text-align: center;
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
		margin-top: 10px;
	}
	.ssilka input {
		margin-bottom: 0px;
	}
	#sp-top-bar .sp-module {
		margin: 10px 0 0 0px !important;
	}
	button.contactus-button.sliding {
		padding: 0px 4px !important;
		-moz-box-shadow: none !important;
		-webkit-box-shadow: none !important;
		box-shadow: none !important;
		font-size: 10px !important;
		line-height: 20px !important;
	}
	.contacts table td:nth-child(even) {
		float: left;
	}
	.row.contacts table td:nth-child(odd) {
		float: left;
		clear: both;
	}
	.catalog.sections.front .items > div {
		width: 47%;
	}
	#sp-footer .title {
		text-align: center;
	}
	.phone i, .compass i, .email i {
		display: none;
	}
	.info .compass {
		width: 100%;
	}
	.info .email {
		width: 100%;
	}
	#sp-footer .info .phone .info_ext {
		padding: 0;
	}
	#sp-footer .bottom-menu {
		margin-bottom: 0;
	}
	.is-sticky #sp-header .logo {
		top: -47px;
	}
	#sp-header-sticky-wrapper {
		top: 0 !important;
	}
	#sp-top4 {
		text-align: center;
	}
	#sp-top3 {
		display: none;
	}
	#sp-top2 {
		margin: -2px auto auto auto;
		z-index: 621;
		width: 100%;
		position: fixed;
		max-width: 300px;
		left: 0;
		right: 0;
	}
	#sp-top-bar {
		z-index: inherit !important;
		padding: 0 !important;
	}
	#sp-top2 i, #sp-top2 a {
		color: #fff !important;
	}
	#sp-top4 {
		display: none;
	}
	#sp-header .logo {
		top: -43px !important;
		left: 10px !important;
	}
	.glav #sp-slider {
		padding: 30px 0 0 0;
	}
	#sp-breadcrumb {
		margin-top: 34px;
	}
	.banners-small.front .item_block {
		width: 33%;
		text-align: center;
		margin: 5px 0px 20px;
	}
	.fmenu {
	float: none;
}
}

/* меньше 480 */
@media (max-width: 481px) {
	.blogfollio h2 {
		line-height: 20px;
		margin: 0;
		font-size: 12px;
		color: #fff;
	}
	#offcanvas-toggler >i {
		padding: 5px 20px 0px 30px !important;
		font-size: 30px !important;
	}
	#sp-top2 {
		margin: -10px auto auto auto;
		font-size: 14px;
	}
	#sp-header .logo {
		top: -46px !important;
		left: 5px !important;
		width: 80px !important;
	}
	.glav #sp-slider {
		padding: 20px 0 0 0;
	}
	.banners-small.front .item_block {
		width: 50%;
	}
	.catalog.sections.front .items > div {
		width: 96%;
	}
	#sp-top2 {
		max-width: 180px;
	}
}

@media (max-width: 420px) {
	.row.contacts table td:nth-child(odd) {
		display: none;
	}
}