

/* Start:/bitrix/templates/vegserver-inner/media/lk_css/style.css?153897542443392*/
/* font converted using font-converter.net. thank you! */
@font-face {
  font-family: "BebasNeueBold";
  src: url("/bitrix/templates/vegserver-inner/media/lk_css/../fonts/BebasNeueBold/BebasNeueBold.eot"); /* IE9 Compat Modes */
  src: url("/bitrix/templates/vegserver-inner/media/lk_css/../fonts/BebasNeueBold/BebasNeueBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("/bitrix/templates/vegserver-inner/media/lk_css/../fonts/BebasNeueBold/BebasNeueBold.otf") format("opentype"), /* Open Type Font */
    url("/bitrix/templates/vegserver-inner/media/lk_css/../fonts/BebasNeueBold/BebasNeueBold.svg") format("svg"), /* Legacy iOS */
    url("/bitrix/templates/vegserver-inner/media/lk_css/../fonts/BebasNeueBold/BebasNeueBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("/bitrix/templates/vegserver-inner/media/lk_css/../fonts/BebasNeueBold/BebasNeueBold.woff") format("woff"), /* Modern Browsers */
    url("/bitrix/templates/vegserver-inner/media/lk_css/../fonts/BebasNeueBold/BebasNeueBold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'FrankRegular';
	src: url('/bitrix/templates/vegserver-inner/media/lk_css/../fonts/FrankRegularLight/Frank-Regular.eot');
	src: local('../fonts/FrankRegularLight/Frank-Regular'), local('Frank-Regular'),
		url('/bitrix/templates/vegserver-inner/media/lk_css/../fonts/FrankRegularLight/Frank-Regular.eot?#iefix') format('embedded-opentype'),
		url('/bitrix/templates/vegserver-inner/media/lk_css/../fonts/FrankRegularLight/Frank-Regular.woff') format('woff'),
		url('/bitrix/templates/vegserver-inner/media/lk_css/../fonts/FrankRegularLight/Frank-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'FrankLight';
	src: url('/bitrix/templates/vegserver-inner/media/lk_css/../fonts/FrankRegularLight/Frank-Light.eot');
	src: local('../fonts/FrankRegularLight/Frank-Light'), local('Frank-Light'),
		url('/bitrix/templates/vegserver-inner/media/lk_css/../fonts/FrankRegularLight/Frank-Light.eot?#iefix') format('embedded-opentype'),
		url('/bitrix/templates/vegserver-inner/media/lk_css/../fonts/FrankRegularLight/Frank-Light.woff') format('woff'),
		url('/bitrix/templates/vegserver-inner/media/lk_css/../fonts/FrankRegularLight/Frank-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}
* {
	margin: 0;
	padding: 0;
	outline: none!important;
}
html {
	height: 100%;
}
html.blocked, body.blocked {
	overflow: hidden;
	touch-action: none;
	position: fixed;
	top: 0;
	left: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font: 12px/18px Arial, sans-serif;
	height: 100%;
	background: #f0f0f0;
}
ul{
	list-style: none;
}
.wrapper {
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.bg-green{
	background: #51b758;
	color:#ffffff; 
	min-width: 320px;
}
.bg-purpur{
	background: #6a4990;
	color:#ffffff; 
	min-width: 320px;
}
.bg-blue{
	background: #00b9ee;
	min-width: 320px;
}
.user-exit{
	background: #ffffff;
	padding: 9px 35px 9px 14px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-top: 10px;
    margin-right: 15px;
}
.user-exit a{
	font:12px 'Roboto', sans-serif;
	text-transform: uppercase;
	position: relative;
	color:#8e8d8d;
}
.user-exit a::after {
	content: '';
	position: absolute;
    display: table;
	background: url(/bitrix/templates/vegserver-inner/media/lk_css/../lk_img/icons.png) no-repeat;
	width: 16px;
    height: 16px;
    right: -25px;
    top: -2px;
}

/* Header
-----------------------------------------------------------------------------*/
.header {
	margin-bottom: 15px;
}
.head{
	min-height: 49px;
}
.logo{
	font-family: "FrankRegular";
	font-size: 28px;
	line-height: 49px;
	color:#ffffff;
	text-decoration: none;
}
.logo:hover{
	color:#ffffff;
	text-decoration: none;
}
.notice{
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	padding-left: 19px;
	position: relative;
    margin: 15px 0 0 17px;
}
.notice::before{
	content: '';
	position: absolute;
	width: 15px;
	height: 17px;
	background: url(/bitrix/templates/vegserver-inner/media/lk_css/../lk_img/icons.png) no-repeat;
	background-position: 0px -16px;
    left: 0px;
    top: 0px;
}
.search{
	position: relative;
    margin-top: 10px;
}
.search input[type="search"]::-webkit-input-placeholder {
	color: #fff;
} 
.search input[type="search"]::-moz-placeholder {
	color: #fff;
}
.search input[type="search"]{
	width: 100%;
	color:#fff;
	background: #69b881;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	line-height: 30px;
	border: none;
	padding-left: 42px;
}
.search input[type="submit"]{
	position: absolute;
	top:5px;
	left:13px;
	background: url(/bitrix/templates/vegserver-inner/media/lk_css/../lk_img/icons.png) no-repeat;
	width: 17px;
	height: 18px;
	border: none;
	text-indent: -150em;
    background-position-y: -33px;
}
.here {
	line-height: 49px;
	margin-right: 15px;
}
.here .city{
	position: relative;
	padding-left: 33px;
	margin-left: 22px;
}
.here .city::before{
	content: '';
	position: absolute;
	top:-2px;
	left:0px;
	background: url(/bitrix/templates/vegserver-inner/media/lk_css/../lk_img/icons.png) no-repeat;
	width: 16px;
	height: 16px;
    background-position-y: -50px;
}
.menu{
	padding-top: 10px;
}
.menu ul{
	list-style: none;
}
.menu li{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	float: left;
    padding: 8px 2%;
	color:#3b342b;
	text-transform: uppercase;
}
.menu li.selected{
	background: #84b879;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#ffffff;
}
.menu li.this{
	background: #337ab7;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.menu li.this a{
	color:#ffffff;
}
.menu li a{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color:#3b342b;
	text-transform: uppercase;
}
.menu ul:after {
	display: table;
    clear: both;
    content: " ";
}
.lk-menu{
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.lk-menu ul{
	list-style: none;
}
.lk-menu ul li{
	position: relative;
	padding-left:40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.lk-menu ul li a{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color:#1b0d00;
}
.lk-menu ul li.selected span{
	padding: 7px 10px;;
	margin: -7px -10px;;
	background: #ffe5ff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#000;
}
.menu-company{
	margin-bottom: 8px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
}
.menu-company-left{
	width: 60px;
	margin-right: -60px;
	position: relative;
	z-index: 1;
}
.menu-company-right{
	padding-left: 70px;
	line-height: 24px;
}
.menu-company img{
	margin-right: 10px;
	-webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.lk-menu ul li span{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin-left: 10px;
	color:#77a065;
}
.icons::before{
	content: '';
	position: absolute;
	background: url(/bitrix/templates/vegserver-inner/media/lk_css/../lk_img/icons.png) no-repeat;
	left: 0px;
}
.icon-massange::before{
	background-position: -53px -29px!important;
	width: 24px;
	height: 20px;
}
.icon-settings::before{
	background-position: -53px 0px!important;
	width: 30px;
	height: 29px;
	top:3px;
}
.icon-partners::before{
    background-position: -24px -144px!important;
    width: 28px;
    height: 28px;
    top: 3px;
}
.icon-star::before{
    background-position: -24px 0px!important;
    width: 29px;
    height: 28px;
    top: 3px;
}
.icon-history::before{
    background-position: -24px -29px!important;
    width: 29px;
    height: 28px;
    top: 3px;
}
.icon-fire-1::before{
    background-position: -24px -57px!important;
    width: 23px;
    height: 27px;
    top: 3px;
}
.icon-fire-2::before{
    background-position: -54px -57px!important;
    width: 23px;
    height: 27px;
    top: 3px;
}
.icon-fire-1::before{
    background-position: -24px -57px!important;
    width: 23px;
    height: 27px;
    top: 3px;
}
.icon-fire-2::before{
    background-position: -54px -57px!important;
    width: 23px;
    height: 27px;
    top: 3px;
}
.icon-request-1::before{
    background-position: -24px -115px!important;
    width: 23px;
    height: 27px;
    top: 3px;
}
.icon-request-2::before{
    background-position: -54px -115px!important;
    width: 23px;
    height: 27px;
    top: 3px;
}
.icon-service-1::before{
    background-position: -24px -86px!important;
    width: 25px;
    height: 27px;
    top: 3px;
}
.icon-service-2::before{
    background-position: -54px -86px!important;
    width: 25px;
    height: 27px;
    top: 3px;
}
.lk-menu-title{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color:#979797;
	padding-bottom: 10px;
	margin-left: 8px;
}
.dflex{
	display: flex;
	flex-wrap: wrap;
}
.clear{
	clear: both;
	display: table;
}
.login-auth{
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.login-auth a{
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
	color:#fff;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
	padding: 0 0 90px;
	overflow: hidden;
}
.container-fluid{
	margin: 0 auto;
	max-width: 1200px;
}
.row{
    position: relative;
}
.boxing::after,.boxing::before{
	clear: both;
	display: table;
	content: '';
}
.lk-content{
	margin-bottom: 10px;
}
.lk-content-inner{
	background: #fff;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	padding: 0 15px;
}
.lk-box-title{
	margin-bottom: 8px;
	font:20px 'Roboto', sans-serif;
	color:#3b342b;
}
.lk-box-title h1{
    margin-top: 0px;
    margin-bottom: 0px;
	font:20px 'Roboto', sans-serif;
	color:#3b342b;
}
.lk-box-title .pull-right{
	font-size: 12px;
	color:#000;
	opacity: .5;
	margin-right: 45px;
}
.lk-box-count{
	margin-top: 7px;
}
.lk-content .lk-table .lk-offers-num::before {
	position: absolute;
    font: 18px 'Roboto';
    content: counter(mega-step);
    color: #aac2c6;
	left:20px;
}
.lk-content .lk-table .lk-offers-num.call::after {
	content: '';
	position: absolute;
	left:10px;
	width: 6px;
	top: 7px;
	height: 6px;
	background: #63ae7a;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.lk-content .lk-table .cell {
    counter-increment: mega-step;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d2d2d2;
    margin-right: 0px;
    margin-left: 0px;
}
.lk-content .lk-table .cell:last-child{
	border-bottom: none;
}
.lk-content .lk-table .cell .col{
	border-right: 1px solid #bccbcf;
}
.lk-content .lk-table .cell .col:last-child{
	border-right: none;
}
.lk-offers-name{
	padding: 30px 12px 2px;
}
.lk-offers-name a{
	font:14px 'Roboto', sans-serif;
	color:#537c53;
}
.lk-offers-edit{
}
.lk-offers-edit a{
	font:11px 'Roboto', sans-serif;
	display: block;
	color:#000;
	margin-bottom: 10px;
}
.lk-offers-edit a.del{
	color:#ff0000;
}
.lk-offers-date{
	color:#666666;
}
.lk-offers-price{
	color:#330000;
}
.lk-offers-amout{
	color:#669966;
}
.lk-offers-date::before{
	width: 16px;
	height: 16px;
    background-position: 0px -70px!important;
    top: -1px;
}
.lk-offers-price::before{
	width: 17px;
	height: 14px;
    background-position: 0px -85px!important;
    top: -1px;
}
.lk-offers-shop::before{
	width: 19px;
    height: 18px;
    background-position: 0px -114px!important;
    top: -1px;
}
.lk-offers-phone::before{
    width: 10px;
    height: 18px;
    background-position: 0px -132px!important;
    top: -1px;
}
.lk-offers-amout::before{
	
}
.lk-offers .icons{
	position: relative;
	font:11px 'Roboto', sans-serif;
	padding-left: 28px;
	margin-bottom: 10px;
}
.lk-offers-demand{
	font:11px 'Roboto', sans-serif;
	color:#330000;
	margin-bottom: 10px;
}
.lk-offers-see{
	font:11px 'Roboto', sans-serif;
	color:#666666;
}
.lk-offers-more{
	font:12px 'Roboto', sans-serif;
	color:#1b48ae;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0;
	cursor: pointer;
}
.lk-offers-more div{
	display: table;
	margin: 0 auto;
}
.lk-offers-more div{
	display: table;
	margin: 0 auto;
	position: relative;
    padding-left: 0px!important;
}
.lk-offers-more div::before{
	width: 18px;
	height: 6px;
    background-position: -84px 0px!important;
    bottom: -10px;
    left: 37px;
}
.lk-content .form {
	padding: 10px 15px;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
}
.lk-content .form.lk-form-offer .form-group{
	padding: 0px 24px 15px 0px;
	border-bottom: 1px solid #66d4d1;
}
.lk-content .form .form-group label{
	font-family: "FrankRegular";
	font-size: 14px;
	padding-left: 0px;
}
.lk-content .form.lk-form-offer .form-group input[type="text"],.lk-content .form.lk-form-offer .form-group textarea,.lk-content .form.lk-form-offer .form-group select{
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
	color:#3b342b;
	outline: none;
	border: 1px solid #DFDFDF;
    margin-top: 2px;
    padding: 4px;
	width: 100%;
}
.lk-content .form.lk-form-settings .form-group input[type="text"],.lk-content .form.lk-form-settings .form-group input[type="password"],.lk-content .form.lk-form-settings .form-group textarea,.lk-content .form.lk-form-settings .form-group select{
	border: none;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
	color:#3b342b;
	outline: none;
	box-shadow: none;
	border: 1px solid #f0f0f0;
}
.lk-content .form.lk-form-settings .form-group input[type="text"],.lk-content .form.lk-form-settings .form-group input[type="password"],.lk-content .form.lk-form-settings .form-group select{
	max-width: 285px;
}
.lk-content .form-files{
	list-style: none;
}
.lk-content .form-files{
	list-style: none;
}
.form-price > span{
	margin-right: 10px;
}
.form-za{
	position: relative;
    padding-left: 25px;
}
.form-za::before{
	position: absolute;
	left:0px;
	top:8px;
}
.lk-price{
	position: relative;
}
.lk-price input{
	padding-right: 30px;
	max-width: 100px;
}
.lk-price::after{
	position: absolute;
	right: 15px;
	top:8px;
}
.form-bottom{
	display: table;
	margin: 20px auto 20px;
}
.form-bottom input{
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	min-width: 170px;
}
.form-bottom input:first-child{
	margin-right: 10px;
}
.form-price input,.form-price select{
	border-bottom: 1px solid #00b8b2!important;
	-webkit-border-radius: 0px!important;
	-moz-border-radius: 0px!important;
	border-radius: 0px!important;
}
.form-group .select{
	display:inline-table;
	position: relative;
	width: 16px;
	height: 16px;
    vertical-align: middle;
	border: 1px solid #263033;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	margin-right: 6px;
}
.form-group .select input{
	display: none;
}
.form-group .select.checked::after{
	content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    left: 3px;
    top: 3px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #aaaaaa;
}
.control-title{
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
	margin-bottom: 10px;
	font-weight: bold;
    padding:10px 10px 0 15px;
}
.form-group .password{
	position: relative;
    display: inline-block;
	cursor: pointer;
    display: inline-block;
    width: 100%;
    max-width: 315px;
}
.form-group .password span {
    content: '';
    width: 26px;
    height: 12px;
    right: 25px;
    top: 11px;
    position: absolute;
    background: url(/bitrix/templates/vegserver-inner/media/lk_css/../lk_img/icons.png) no-repeat;
}
.form-group .password.see.see_close span{
    background-position: -104px 5px;
}
.form-group .password.see span{
    background-position: -104px -14px;
    width: 24px;
    height: 13px;
}
.tabs{
	margin-bottom: 20px;
}
.tabs::after{
	clear: both;
	display: table;
	content: '';
}
.tabs .tab{
	float: left;
	background: #fff;
	margin-right: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.tabs .tab:last-child(){
	margin-right: 0px;
}
.tabs .tab a{
	display: table;
	padding: 9px 35px;
	font-family: "FrankRegular";
	font-size: 14px;
	color:#1b0d00;
	text-decoration: none;
}
.tabs .tab:hover{
	background: #ffe5ff;
}
.tabs .tab.selected{
	background: #90c984;
	color:#fff;
}
.tabs .tab.selected a{
	color:#fff;
}
.lk-favorites-list{
	
}
.lk-favorites-one{
	background: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	display: block;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
	padding: 20px 10px;
	color:#000;
	margin-bottom: 12px;
}
.lk-favorites-one::after{
	clear: both;
	display: table;
	content: '';
}
.lk-favorites-one > div{
	float: left;
}
.lk-favorites-one .lk-num{
	padding-right: 20px;
}
.lk-favorites-one .lk-date{
	position: relative;
    padding-left: 28px;
	padding-right: 28px;
}
.lk-favorites-one .lk-date::before{
	width: 16px;
    height: 14px;
    background-position: 0px -100px!important;
    top: 1px;
}
.lk-favorites-one:hover{
	color:#333;
}
.lk-favorites-left{
	margin-right: -160px;
}
.lk-favorites-right{
	padding-left: 160px;
}

.lk-hystory{
	max-height: 625px;
}
.lk-hystory .item{
	padding: 10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	-moz-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	-ms-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	-o-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
    margin: 0 0px 15px 0;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
	color:#336633;
    justify-content: center; /*Центрирование по горизонтали*/
    align-items: center;     /*Центрирование по вертикали */
}
.lk-hystory .item a{
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
	color:#336633;
	line-height: 22px;
}
.lk-hystory .item .col-md-5{
	display: inline-block; /* центрировать..*/
    vertical-align: middle;  /* ..по вертикали */
    line-height: 1.25; /* переопределить высоту строки на обычную */
}
.lk-hystory .item img{
	height: 115px;
	display: table;
	margin: 0 auto 10px auto;
}
.lk-hystory .item .col-md-4{
	display: inline-block;
	vertical-align: middle;
	line-height: 1.25;
}
.lk-hystory .item .col-md-4 > div{
	position: relative;
	padding-left: 35px;
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
	color:#999933;
    margin-bottom: 10px;
}
.lk-hystory .item .col-md-4 > div:last-child{
    margin-bottom: 0px;
}
.lk-hystory .item .col-md-4 a{
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
	color:#999933;
}

.about_page{
	font: 14px 'Roboto', sans-serif;
	color:#313131;
}
.lk-messages{
	max-height: 625px;
}
.lk-messages .lk-messages-inner{
	padding: 10px 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	-webkit-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	-moz-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	-ms-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	-o-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
    margin: 0 0px 15px 0;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
	color:#336633;
    justify-content: center;
    align-items: center;
}
.lk-messages .messange{
	position: relative;
}
.lk-messages .messange a{
	padding: 20px 0;
}
.lk-messages .messange.new::before{
	content: '';
	position: absolute;
	display: table;
	width: 10px;
	height: 10px;
	background: #ff7b00;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    top: 80px;
	left:5px;
}
.lk-messages .messange:not(:first-child){
	border-top:1px solid #c4c8c9;
}
.lk-messages .messange .time{
	margin-right: 4%;
	font:12px 'Roboto', sans-serif;
	color:#999999;
}
.lk-messages .messange .img{
	overflow: hidden;
	height: 50px;
	margin-right: -92px;
	position: relative;
	z-index: 1;
    padding: 0 15px;
}
.lk-messages .messange .img img{
	height: 50px;
	width: 50px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.lk-messages .messange .messange_inner{
	padding-left: 92px;
}
.lk-messages .messange .messange_inner .name{
	margin-bottom: 7px;
}
.lk-messages .messange a{
	display: block;
	font:12px 'Roboto', sans-serif;
	color:#000;
}
.lk-messages .messange .messange_inner .text{
	font:14px 'Roboto', sans-serif;
	color:#666666;
	line-height: 22px;
	height: 40px;
    overflow:hidden;
	position: relative;
}
.lk-messages .messange:hover{
	background: #e5fcff;
}
.lk-messages .messange .messange_inner .text::after{
    content: "";
    display: block;
    height: 20px;
	width: 100%;
    position: absolute;
    bottom: -5px;
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%);
}
.lk-messages .messange:hover .text::after{
    background-image: linear-gradient(to bottom, rgba(229, 252, 255, 0), #e5fcff 75%);
}
.lk-messages .messange.new:hover{
	background: #e7f7f6;
}
.lk-messages .messange.new:hover .text::after{
    background-image: linear-gradient(to bottom, rgba(231, 247, 246, 0), #e7f7f6 75%);
}
.new_messange{
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
	background: #86b67b;
    margin-bottom: 5px;
	color:#fff!important;
	padding: 2px 30px;
}

.lk-chat{
	height: 545px;
    overflow: hidden;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.lk-chat .lk-chat-inner{
	padding: 10px 20px;
	background: #fff;
	-webkit-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	-moz-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	-ms-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	-o-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
    margin: 0 0px 15px 0;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
	color:#336633;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
	min-height: 545px;
}
.lk-chat .lk-chat-inner::after{
	clear: both;
	content: '';
	display: table;
}
.lk-chat .dialog{
	padding: 0 15px 20px 15px;
	width: 85%;
}
.lk-chat .dialog::after{
	clear: both;
	content: '';
	display: table;
}
.lk-chat .dialog.pull-right .d-img{
	float: right;
	margin-left: -55px;
}
.lk-chat .dialog.pull-left .d-img{
	float: left;
	margin-right: -55px;
}
.lk-chat .dialog.pull-left .d-text{
	text-align: left;
}
.lk-chat .dialog.pull-right .d-text{
	text-align: right;
}
.lk-chat .dialog.pull-left .d-name{
	float: left;
}
.lk-chat .dialog.pull-right .d-name{
	float: right;
}
     
.lk-chat .dialog.pull-left .d-content{
	padding-left: 55px;
}
.lk-chat .dialog.pull-right .d-content{
	padding-right: 55px;
}
.lk-chat .dialog .d-img{
	width: 40px;
	height: 40px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	overflow: hidden;
}
.lk-chat .dialog .d-img img{
	height: 40px;
}
.lk-chat .dialog .d-content{
	font:12px 'Roboto', sans-serif;
}
.lk-chat .dialog .d-content span{
	font:10px 'Roboto', sans-serif;
	color:#999999;
}
.lk-chat .dialog .d-content .d-name{
	border-bottom: 1px solid #eefafb;
	padding-bottom: 8px;
	margin-bottom: 3px;
    display: table;
}
.lk-chat .dialog .d-text{
	font:14px 'Roboto', sans-serif;
	line-height: 22px;
	color:#000000;
}
.lk-chat-form{
	margin-top: 10px;
}
.lk-chat-form textarea{
	font:12px 'Roboto', sans-serif;
	color:#999999;
	border: none;
	-webkit-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	-moz-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	-ms-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	-o-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	max-width: 100%;
	width: 100%;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 10px 20px;
    height: 31px;
	max-height: 300px;
	min-width: 100%;
	margin-bottom: 20px;
}
.lk-chat-form .submit{
	display: table;
	position: relative;
}
.lk-chat-form input[type="submit"]{
	border:1px solid #d7ebf2;
	background: #fff;
	font:12px 'Roboto', sans-serif;
	color:#5a5a5a;
	-webkit-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	-moz-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	-ms-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	-o-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
    padding: 8px 20px 8px 12px;
}
.lk-chat-form .submit::after{
	background: url(/bitrix/templates/vegserver-inner/media/lk_css/../lk_img/icons.png) -83px -6px no-repeat;
	content: '';
	position: absolute;
	right: 7px;
	top:10px;
	width: 8px;
	height: 12px;
}
.lk-chat-form .lk-chat-form-file{
	margin-right: -65px;
	display: table;
}
.lk-chat-form .lk-chat-form-text{
	padding: 0 150px 0 65px;
    width: 100%;
}
.lk-chat-form .submit{
	margin-left: -130px;
}
.lk-chat-form-file-inner {
	width: 37px;
    margin-left: 13px;
	position: relative;
	height: 33px;
	background: #fff;
	border:1px solid #d7ebf2;
	-webkit-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	-moz-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	-ms-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	-o-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.03);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.lk-chat-form-file-inner input[type="file"]{
	display: none;
}
.lk-chat-form-file-inner::after{
	content: '';
	background: url(/bitrix/templates/vegserver-inner/media/lk_css/../lk_img/icons.png) -132px 0px no-repeat;
	position: absolute;
	width: 20px;
    height: 22px;
    top: 6px;
    left: 7px;
	cursor: pointer;	
}
.lk-chat-control{
	margin-bottom: 10px;
}
.lk-prev{
	display: table;
	border: 1px solid #d0e9f2;
	padding: 6px 10px;
	font:12px 'Roboto', sans-serif;
	color:#999999;
	background: #fff;
	margin-left: 15px;
}
.lk-chat-control-company{
	font:12px 'Roboto', sans-serif;
	line-height: 28px;
	color:#999999;
}
.lk-chat-control-company a{
	color:#999966;
	border-bottom: 1px solid #dcdcd3;
	text-decoration: none!important;
}
.lk-chat-control-company a span{
	border-bottom: 1px solid #dcdcd3;
}
.lk-chat-control-company a:hover span{
	border-bottom: 1px solid #999966;
}
.user{
	line-height: 49px;
}
.user .user-img img{
	height: 30px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-right: 10px;
}
.user .user-name a{
	font:14px 'Roboto', sans-serif;
	color:#fff;
	line-height: 49px;
}
.control{
	margin-bottom: 10px;
}
.control.white{
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #ffffff;
}
.dropdown{
	display: table;
	font:14px 'Roboto', sans-serif;
	background:#fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 7px 0px 7px 30px;
	color:#3b342b;
}
.dropdown.city{
	background:#fff url(/bitrix/templates/vegserver-inner/media/lk_css/../img/ico-city.png) no-repeat;
	background-position: 8px 3px;
    background-size: 16px;
	height: 31px;
}
.dropdown.city input{
	border: none;
}
.dropdown_list{
	padding: 10px 25px;
	background: #fff;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}
.dropdown.city .dropdown_list {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 40px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
	z-index: 1;
}
.dropdown.city .dropdown_list::after {
	content: '';
    position: absolute;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}
.dropdown.city .dropdown_list div{
	font:14px 'Roboto', sans-serif;
    line-height: 22px;
	cursor: pointer;
}
.dropdown.city .dropdown_list div:hover{
	color: #669966;
}
.sort{
	font:14px 'Roboto', sans-serif;
	color:#3b342b;
	line-height: 31px;
}
.sort span{
	margin-right: 25px;
}
.sort a{
	font:14px 'Roboto', sans-serif;
	color:#3b342b;
	position: relative;
}
.sort a::before{
	position: absolute;
	content: '';
	width: 10px;
	height: 8px;
	background: url(/bitrix/templates/vegserver-inner/media/lk_css/../lk_img/icons.png) no-repeat;
    right: -19px;
	top:5px;
	background-position: -165px 0px ;
}
.sort .up a::before{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.pagination{
	display: table;
	margin: 0 auto;
}
.pagination a{
	font:12px 'Roboto', sans-serif;
	color:#3f945e!important;
}
.pagination span{
	font:12px 'Roboto', sans-serif;
	color:#000!important;
}
.display_view{
	margin-right: 5px;
	margin-top: 8px;
}
.display_view span{
    display: inline-block;
    width: 13px;
    height: 13px;
    position: relative;
    margin-right: 10px;
	cursor: pointer;
}
.display_view span::before{
	position: absolute;
	content: '';
	width: 13px;
	height: 11px;
	background: url(/bitrix/templates/vegserver-inner/media/lk_css/../lk_img/icons.png) no-repeat;
    left: 0px;
	top:0px;
	background-position: -152px -23px;
}
.view-box::before{
	background-position: -152px -34px!important;
}
.view-box.active::before{
	background-position: -152px -11px!important;
}
.view-line.active::before{
	background-position: -152px -0px!important;
}
.company-box {
	margin-bottom: 10px;
}
.company-box .row{
	display: flex;
	flex-wrap: wrap;
}
.company{
	padding: 10px 0;
	position: relative;
}
.company-form{
	background: #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-bottom: 15px;
}
.company::after{
	content: '';
	clear: both;
	display: table;
}
.company .img{
	position: relative;
	width: 133px;
    height: 133px;
	margin-right: -160px;
}
.company .img a{
	width: 133px;
    height: 133px;
	padding: 10px;
}
.company .img a{
    display: table;
    background-repeat: no-repeat!important;
    background-position: center!important;
    background-size: 100%!important;
}
.company .company-inner{
	padding-left: 160px;
}
.company .company-inner .title{
	margin-bottom: 10px;
}
.company .company-inner .title a{
	font:14px 'Roboto', sans-serif;
	color:#000000;
}
.company .company-inner .company-text{
	font:12px 'Roboto', sans-serif;
	color:#000000;
	margin-bottom: 30px;
}
.company .company-inner .company-btn{
	position: absolute;
	bottom:10px;
	right:20px;
	cursor: pointer;
	font:12px 'Roboto', sans-serif;
	color:#1515fe;
	text-transform: uppercase;
}
.display-box .company .img{
	width: 100%;
}
.display-box .company .img a{
    display: table;
    margin: 0 auto;
    height: 150px;
}
.display-box .company .company-inner{
	padding-left: 0px;
	float: inherit!important;
	margin-top: 10px;
}
.display-box .company-form {
    background:none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.display-box .company .img{
	margin-right: 0px;
	float: inherit!important;
    padding: 10px;
	background: #ffffff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
    display: table;
    margin: 0 auto;
}
.display-box .company-text{
	display: none;
}
.display-box .company-btn{
	display: none;
}
.display-box .container-fluid.dflex{
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}
.no_item{
	font:16px 'Roboto', sans-serif;
	line-height: 20px;
	margin-top: 10px;
}
/* Footer
-----------------------------------------------------------------------------*/
.footer {
	margin: -90px auto 0;
	position: relative; 
}
.f-line-up{
	border-top:9px solid #63ae7a;
}
.f-line-down{
	line-height: 40px;
}
.ul-line{
	margin-bottom: 0px;
}
.ul-line li{
	display: inline-block;
}
.ul-line.left li{
    float: left;
}
.ul-line.right li{
    float: right;
}
.ul-line.left li{
	width: 25%;
}
.ul-line::after{
	content: '';
	clear: both;
	display: table;
}
.footer ul li{
	font-weight: bold;
	text-transform: uppercase;
}
.f-line-down .ul-line.right li:not(:first-of-type) {
    margin-right: 25px;
}
.f-line-down {
	font-size: 16px;
}
.f-line-down ul li a{
	font-family: "FrankRegular";
	font-size: 13px;
	text-transform: uppercase;
	color:#ffffff;
}
.ul-li-small a{
	text-transform:lowercase!important;
	font-size: 12px;
	text-decoration:underline;
}
.f-projects ul{
	position: relative;
    margin: 0;
    list-style: none;
    text-align: justify;
    text-justify: newspaper;
    text-align-last: justify;
}
.f-projects li{
	display: inline-block;
	font-family: 'Roboto', sans-serif;
    font-size: 12px;
	line-height: 41px;
	color:#565656;
}
.f-projects a{
	font:12px 'Roboto', sans-serif;
	color:#63ae7a;
}
.btn-mobile{
	display: none;
	background: url(/bitrix/templates/vegserver-inner/media/lk_css/../img/mobile-btn.png) no-repeat;
	width: 40px;
	height: 58px;
	background-position: center;
	cursor: pointer;
    z-index: 10;
    position: relative;
}
.menu-mobile-btn{
	font:14px 'FrankRegular', sans-serif;
	display: none;
	position:relative;
    padding-left: 40px;
	line-height: 20px;
	margin: 20px 15px;
}
.menu-mobile-btn::before{
 	width: 30px;
    height: 20px;
    background-position: 0px -172px;
    top: 0px;
}

.popup_call_offer {
    position: fixed;
    display: block;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    z-index: 1020;
    margin: 0;
    padding: 0;
    left: -300px;
	background: #fff;
    color: #686868;
    top: 0px;
    overflow: hidden;
    height: 100%;
    width: 300px;
    -webkit-box-shadow: 0px 0px 15px #242328;
    -moz-box-shadow: 0px 0px 15px #242328;
    box-shadow: 0px 0px 15px #242328;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.fa-times:before {
    content: "\f00d";
}
.popup_call_offer.active {
    left: 0px;
}
.menu-main-inner {
    position: absolute;
    width: 320px;
    overflow-y: auto;
    top: 0px;
    left: 0px;
    height: 100%;
    padding-bottom: 60px;
}
.popup-main-inner{
	position: relative;
}
.popup-box{
	margin-top: 20px;
	padding: 5px 15px 15px 15px;
}
.popup-success{
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
	color:#51b758;
	margin-top: 20px;
	margin-bottom: 20px;
	display: none;
}
.popup-success.active{
	display: block;
}
.popup-main-inner .close_box{
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	cursor: pointer;
}
.popup_item_name{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
	margin-bottom: 10px;
}
.popup-box .title{
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
	margin-bottom: 12px;
}
.popup_call_offer .form-group{
	display: block;
	margin-bottom: 7px;
}
.popup_call_offer .form-group label{
	display: block;
}
.lk-content-inner.project img{
	width: 100%;
	height: auto!important;
}

.popup_call_chat {
    position: fixed;
    display: block;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    z-index: 1020;
    margin: 0;
    padding: 0;
    right: -300px;
	background: #fff;
    color: #686868;
    top: 0px;
    overflow: hidden;
    height: 100%;
    width: 300px;
    -webkit-box-shadow: 0px 0px 15px #242328;
    -moz-box-shadow: 0px 0px 15px #242328;
    box-shadow: 0px 0px 15px #242328;
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.popup_call_chat.active {
    right: 0px;
}
.menu-chat-inner {
    position: absolute;
    width: 320px;
    overflow-y: auto;
    top: 0px;
    left: 0px;
    height: 100%;
    padding-bottom: 60px;
}
.popup-chat-inner{
	position: relative;
}
.chat-box{
	margin-top: 20px;
	padding: 5px 15px 15px 15px;
}
.chat-box .title_box{
	margin-bottom: 20px;
}
.chat-box .title{
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
	color:#51b758;
	margin-bottom: 4px;
}
.company_name_chat{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
	
}
.popup-chat-inner .close_box {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    cursor: pointer;
}
.popup_call_offer .form-group{
	display: block;
	margin-bottom: 7px;
}
.popup_call_offer .form-group label{
	display: block;
}
.popup_chat-footer{
	position: absolute;
	bottom: 30px;
	width: 100%;
	padding: 0 15px;
}
.popup_chat-footer textarea{
	max-width: 100%;
	width: 100%;
}
.popup_chat-footer input[type="submit"] {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    background: #008c42;
    color: #ffffff;
	margin-top: 7px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-transform: uppercase;
}
@media (max-width: 880px){
	.item .item-img {
		float:inherit!important;
		width: 100%;
	}
	.item .item-info {
		float:inherit!important;
		padding-left: 0px;
		text-align: center;
		padding-top: 20px;
	}
	.item-other .row{
		 margin: 0;
	}
	.item-other .row >div{
		width: 100%;
	}
}
@media (min-width: 768px){
	.company-box .col-md-6, .company-box .col-sm-6{
		width: 49%!important
	}
	.company-box .col-md-6:nth-child(2n+2), .company-box .col-sm-6:nth-child(2n+2){
		margin-left: 1%;
	}
	.company-box .col-md-6:nth-child(2n+1), .company-box .col-sm-6:nth-child(2n+1){
		margin-right: 1%;
	}
	.lk-hystory .item{
		display: flex;
	}
	.display-box .company-form {
		 width: 20%!important;
	}
	.display-box .company-box .col-md-6:nth-child(2n+2), .display-box .company-box .col-sm-6:nth-child(2n+2){
		margin-left: 0%;
	}
	.display-box .company-box .col-md-6:nth-child(2n+1), .display-box .company-box .col-sm-6:nth-child(2n+1){
		margin-right: 0%;
	}
	.display-box .company .company-inner .title {
		display: block;
		text-align: center;
	}
}
@media (max-width: 420px){
	.btn-mobile{
		display: block;
	}
	.f-slide-text-2{
		font-size: 14px;
	}
	.promo-company .p-company-item{
		width: 100%;
	}
	.header .menu-link{
		width: 100%;
		text-align: center;
    	padding: 15px 0;
	}
	.form-inline .form-group {
		display: inline-block;
		margin-bottom: 0;
		vertical-align: middle;
	}
	.mobile-menu{
		position: relative;
	}
	.menu li.selected {
   		background: #00b9ee;
		color:#fff;
	}
	.head-mobile{
		top:0px;
		background: #f3f3f3;
		position: absolute;
		z-index: 3;
		display: none;
	}
	.head-mobile.active{
		display: block;
	}
	.navigation .menu li{
		width: 100%;
		text-align: center;
	}
	.ul-line.left li{
		width: 100%;
    	text-align: center;
	}
	.f-line-down{
		line-height: 41px;
	}
	.f-line-down li{
		width: 100%;
    	text-align: center;
    	margin-right: 0px!important;
	}
	.p-spros-div .slick-arrow{
		opacity: 0!important;
	}
	.p-spros-div:hover .slick-arrow{
		opacity: 1!important;
	}
	.p-spros-div .slick-prev{
		left:0px;
	}
	.p-spros-div .slick-next{
		right:0px;
	}
	.p-service-title{
		margin-bottom: 20px;
	}
	.item .item-info{
		padding-left: 0px
	}
	.item .item-img {
		width: 100%;
		margin-right:0px;
		margin-bottom: 15px;
	}
	.item .item-call{
		display: table;
		margin: 0 auto;
	}
	.p-site-title{
    	font-size: 40px;
	}
	.item .item-title{
		text-align: center;
		width: 100%;
	}
	.head-box{
		display: none;
	}
	.user-auth{
		width: 100%;
		text-align: center;
	}
	.f-slide-text,.f-slide-title{
		width: 85%;
	}
	.f-slide-box{
		left:10%;
	}
	.promo-sites .p-site{
		margin-bottom: 20px;
	}
	.form-group {
		margin-bottom: 0px;
		padding-bottom: 15px;
	}
	.slider-index .slick-prev{
		left:5px;
	}
	.slider-index .slick-next{
		right:5px;
	}
}

@media (max-width: 640px){
	.logo-box{
		display: table;
		margin: 0 auto;
		float: inherit!important;
	}
}
@media (max-width: 520px){
	.f-line-down > div{
		width: 100%;
	}
	.ul-line.left li {
		text-align: center;
	}
	.ul-line.right li {
		display: table;
		float: inherit!important;
		margin: 0 auto;
	}
}
@media (max-width: 768px){
	.display_view {
		display: none;
	}
	.mobile-menu .row > div{
		display: block;
		float: inherit!important;
		padding-right: 15px;
		padding-left: 15px;
	}
	.dropdown.city span{
		display: none;
	}
	.dropdown.city{
		padding: 7px 21px;
	}
	.mobile-menu{
		display: none;
	}
	.menu-mobile-btn{
		display: table;
		cursor: pointer;
	}
	.mobile-menu.active{
		display: block;
		position: absolute;
     	margin-top: -10px;
		background: #fff;
		z-index: 10;
		right: 5px;
		left: 5px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		-webkit-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.1);
		-moz-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.1);
		-ms-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.1);
		-o-box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.1);
		box-shadow: 9px 2px 18px 3px rgba(0,0,0,0.1);
	}
	.mobile-menu.active .menu{
		margin-left: -10px;
	}
	.mobile-menu.active .menu li{
		display: block;
		float: inherit;
	}
	.mobile-menu.active{
		display: block;
	}
	.f-projects ul {
		text-align:none;
		text-justify: none;
		text-align-last: none;
	}
	.lk-hystory .item .title{
		text-align: center;
		margin-bottom: 10px;
	}
	.promo-news img {
		margin-bottom: 30px;
	}
	.slider-items-1 .item .item-img {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 15px;
	}
	.slider-items-1 .item .item-info {
		padding-left: 0px;
	}
	.us-title{
		display: table;
    	margin: 0 auto 10px;
	}
	.sort span{
		display: block;
	}
	.company-form{
		width: 49%;
	}
	.company-box .col-md-6:nth-child(2n+2), .company-box .col-sm-6:nth-child(2n+2){
		margin-left: 1%;
	}
	.company-box .col-md-6:nth-child(2n+1), .company-box .col-sm-6:nth-child(2n+1){
		margin-right: 1%;
	}
	
	.company .img{
		width: 100%;
	}
	.company .img a{
		width: 100%;
		height: 150px;
		background-size: auto 150px!important;
	}
	.company .company-inner{
		padding-left: 0px;
		float: inherit!important;
		margin-top: 10px;
	}
	.company-form {
		background:none;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
	}
	.company .img{
		margin-right: 0px;
		float: inherit!important;
		padding: 10px;
		background: #ffffff;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
		display: table;
		margin: 0 auto;
	}
	.company-text{
		display: none;
	}
	.company-btn{
		display: none;
	}
	.container-fluid.dflex{
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
	}
}
@media (max-width: 480px){
	.company-form{
		width: 100%;
	}
	.company-box .col-md-6:nth-child(2n+2), .company-box .col-sm-6:nth-child(2n+2){
		margin-left: 0%;
	}
	.company-box .col-md-6:nth-child(2n+1), .company-box .col-sm-6:nth-child(2n+1){
		margin-right: 0%;
	}
}
@media (min-width: 320px) and (max-width: 1323px) {
	
}
/* End */


/* Start:/bitrix/templates/vegserver-inner/media/lk_css/jquery.scrollbar.css?15341661873715*/
/*************** SCROLLBAR BASE CSS ***************/

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

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

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

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

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

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









/*************** SIMPLE INNER SCROLLBAR ***************/

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

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

.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.scrollbar-inner > .scroll-element.scroll-y {
	height: 70%;
    right: 2px;
    top: 0;
    width: 6px;
    padding: 1px;
    border: 1px solid #b2b2b2;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

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

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.scrollbar-inner > .scroll-element .scroll-element_track { }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #fe9983;margin: 2px;width:4px; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }


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

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


.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }











/* End */


/* Start:/bitrix/templates/vegserver-inner/components/bitrix/search.title/search/style.min.css?15341777871384*/
div.title-search-result{border:1px solid #c6c6c6;display:none;overflow:hidden;z-index:999;min-width:370px;margin-top:-3px;background-color:#FFF}.bx_searche .bx_img_element{display:none}.bx_searche .bx_item_block{min-height:65px;position:relative}.bx_searche .bx_image{width:45px;height:45px;background-size:contain;background-position:center;background-repeat:no-repeat;border:1px solid #e8e8e8}.bx_searche .bx_item_element{margin-left:0}.bx_searche .bx_item_element hr{margin:0;border:none;border-bottom:1px solid #e5e5e5}.bx_searche .bx_item_element a{margin-top:10px;display:inline-block;color:#4788cb;font-size:13px;text-decoration:none}.bx_searche .bx_item_element a b{color:#000;font-weight:400}.bx_searche .bx_item_element a:hover,.bx_searche .bx_item_element a:hover b{text-decoration:underline}.bx_searche .bx_price{font-weight:700;font-size:13px}.bx_searche .bx_price .old{font-weight:400;text-decoration:line-through;color:#636363}.bx_item_block.all_result{min-height:0;padding-left:40px}.bx_item_block.others_result{min-height:0;padding:0 0 12px;line-height:12px;padding-left:40px}.bx_item_block.all_result .all_result_title{display:block;font-size:12px;color:#a7a7a7;padding-top:15px;padding-bottom:10px}.bx_item_block.all_result .all_result_title a{color:#a7a7a7}.bx_item_block.all_result .all_result_title a:hover{color:#4788cb}.bx_item_block.all_result a{margin-top:0}
/* End */
/* /bitrix/templates/vegserver-inner/media/lk_css/style.css?153897542443392 */
/* /bitrix/templates/vegserver-inner/media/lk_css/jquery.scrollbar.css?15341661873715 */
/* /bitrix/templates/vegserver-inner/components/bitrix/search.title/search/style.min.css?15341777871384 */
