@keyframes arrow-jump {
	0% {bottom: 5px;}
	70% {bottom: 5px;}
	85% {bottom: 0;}
	100% {bottom: 5px;}
}
@-webkit-keyframes arrow-jump {
	0% {bottom: 5px;}
	70% {bottom: 5px;}
	85% {bottom: 0;}
	100% {bottom: 5px;}
}
@-moz-keyframes arrow-jump {
	0% {bottom: 5px;}
	70% {bottom: 5px;}
	85% {bottom: 0;}
	100% {bottom: 5px;}
}
@-o-keyframes arrow-jump {
	0% {bottom: 5px;}
	70% {bottom: 5px;}
	85% {bottom: 0;}
	100% {bottom: 5px;}
}

@keyframes arrow-jump-up {
	0% {top: 5px;}
	70% {top: 5px;}
	85% {top: 0;}
	100% {top: 5px;}
}
@-webkit-keyframes arrow-jump-up {
	0% {top: 5px;}
	70% {top: 5px;}
	85% {top: 0;}
	100% {top: 5px;}
}
@-moz-keyframes arrow-jump-up {
	0% {top: 5px;}
	70% {top: 5px;}
	85% {top: 0;}
	100% {top: 5px;}
}
@-o-keyframes arrow-jump-up {
	0% {top: 5px;}
	70% {top: 5px;}
	85% {top: 0;}
	100% {top: 5px;}
}
body {
	font-size: 16px;
	-webkit-font-smoothing: subpixel-antialiased !important;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
}
.logotype{
	height: 130px;
}

img{
	max-width: 100%;
}

.btns{
	margin-top: 20px
}

.sn_ghone {
	padding: 10px 15px;
	background: #D9EDF7;
	border-radius: 9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
	-o-border-radius: 9px;
	margin-bottom: 10px;
}

.moreinfo_bottom {
	display: none;
	position: fixed;
	bottom: 0;
	width: 100%;
	background: url('img/moreinfo_back.svg') repeat-x;
	height: 55px;
	z-index: 900;
}
.moreinfo_arrow {
	width: 50px;
	height: 50px;
	background: #fff;
	/*border: 2px solid #1D70B2;*/
	/*border-radius: 25px;*/
	margin: 0 auto 10px auto;
	position: relative;
	bottom: 5px;
	background: transparent url("img/moreinfo_arrow.svg") no-repeat scroll 0% 0% / cover;
	-webkit-animation: arrow-jump 1.2s ease-in-out infinite;
	-moz-animation: arrow-jump 1.2s ease-in-out infinite;
	-o-animation: arrow-jump 1.2s ease-in-out infinite;
	-ms-animation: arrow-jump 1.2s ease-in-out infinite;
	animation: arrow-jump 1.2s ease-in-out infinite;
	cursor: pointer;
}
.moreinfo_arrow:hover {
	background-position: 0px 100%;
}
.wrap_search{
	padding: 15px;
	background: #c5c5c5;
	border-radius: 17px 17px 0 0;
}

.sub_wrap_search{
	padding: 20px;
	background: #1d70b2;
	border-radius: 15px;
}

.noliststyle{
	text-decoration: none;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu{
	margin: 42px 0;
}

.menu > li{
	width: 350px;
	height: auto;
	margin-right: 36px;
	display: inline-block;
	vertical-align: middle;
	/*background: url('img/bigButtonBack.svg') no-repeat center;*/
	border-radius: 15px;
	margin-bottom: 20px !important;
	background-size: cover;
	/*background-color: #0657E4;*/
}

.menu > li a{
	/*padding-top: 30px;*/
	line-height: 1.2;
	/*padding-left: 80px;*/
}

.menu > li a img {
	width: 100%;
	height: auto;
}

.menu > li:nth-child(3n+3){
	margin-right: 0;
}

.advertisement{
	text-align: center;
	width: 45%;
	height: 250px;
	border: 1px solid red;
	display: inline-block;
}

.menu li > a{
	display: block;
	height: auto;
	color: #fff;
	font-size: 30px;
	font-family: 'Cuprumbold';
	cursor: pointer;
	position: relative;
}

.news_title{
	text-align: center;
	font-size: 23px;
	background: url('img/newsBack.svg') center;
	width: 100%;
	border-radius: 8px;
	color: #fff;
	margin-bottom: 20px;
	font-family: 'Cuprumbold';
	background-size: contain;
	background-color: #1A8402;
	background-repeat: no-repeat;
	-moz-background-size: 100%;
	-webkit-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
}

.div_news_date{
	color: green;
	font-family: 'Cuprumbold';
	font-size: 16px;
}

.news .row{
	margin: 10px 20px;
	padding: 10px;
	border: 1px dashed transparent;
	border-bottom: 1px dashed green;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	display: block;
}

a.row{
	color: #000;
	text-decoration: none;
}

a.row:hover{
	text-decoration: none;
}

a.row:hover .more{
	color: #2a6496;
	text-decoration: none;
}

.news .row:hover{
	border: 1px dashed green;
}

.news .row:nth-child(4){
	border: 1px dashed transparent;
}

.news .row:nth-child(4):hover{
	border: 1px dashed green;
}

.more{
	position: absolute;
	right: 10px;
	/*bottom: 10px;*/
	font-size: 12px;
	color: #333;
	text-decoration: underline;
}

.more:hover{
	text-decoration: none;
}

.div_wrap{
	display: inline-block;
	vertical-align: top;
}

.rel{
	position: relative;
	height: 95px;
}

.div_news_img > img{
	border-radius: 10px;
	border: 2px solid green;
}

#panel1 > .row,
#panel2 > .row{
	margin: 0px !important;
}

.left{
	float: left;
}

.right{
	float: right;
}

.left_margin{
	overflow: hidden;
	padding-right: 15px;
}

.other_services{
	text-align: center;
}

.col-md-6 > table td{
	padding: 5px;
	background: #fff;
}

.col-md-6 > table .first_tr > td{
	padding: 5px 25px;
	background: #eee;
}

footer{
	background: #d6d6d6; /* Old browsers */
	background: -moz-linear-gradient(top,  #d6d6d6 0%, #acacac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d6d6d6), color-stop(100%,#acacac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #d6d6d6 0%,#acacac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #d6d6d6 0%,#acacac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #d6d6d6 0%,#acacac 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #d6d6d6 0%,#acacac 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d6d6d6', endColorstr='#acacac',GradientType=0 ); /* IE6-9 */
	padding-top: 160px;
	margin-top: -120px;
	width: 100%;
	/*padding-bottom: 40px;*/
}

.content{
	position: relative;
	z-index: 2;
	-webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.6);
	background: #fff;
	border-radius: 17px;
	/*background: #c5c5c5;*/
}

.content.container{
	padding: 0 !important;
}

.tab-content{
	padding: 20px;
}

.header{
	background: url('img/blueback.jpg') no-repeat center;
	padding-bottom: 120px;
	margin-bottom: -100px;
	padding-top: 10px;
	-webkit-background-size: cover;
	background-size: cover;
}

.header .container{
	padding: 0;
}

.poorVisionBtn, .poorVisionBtn_off {
	background: url('img/eye-icon.png') no-repeat 6% center;
	background-size: 28px;
	background-color: #FFF;
	border-radius: 6px;
	border: 1px solid #000;
	width: 200px;
	float: right;
	margin-bottom: 10px;
	padding: 5px 7px 5px 10px;
	cursor: pointer;
	color: #000;
	text-decoration: none;
}
.poorVisionBtn_off {
	width: 140px;
}

/*.poorVisionBtn:before {*/
/*content: url("img/poorView.png");*/
/*}*/

.call_back_btn{
	font-size: 16px;
	padding: 5px 0;
	background: #1eb2fa;
	background: -moz-linear-gradient(top,  #1eb2fa 0%, #0c91ca 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1eb2fa), color-stop(100%,#0c91ca));
	background: -webkit-linear-gradient(top,  #1eb2fa 0%,#0c91ca 100%);
	background: -o-linear-gradient(top,  #1eb2fa 0%,#0c91ca 100%);
	background: -ms-linear-gradient(top,  #1eb2fa 0%,#0c91ca 100%);
	background: linear-gradient(to bottom,  #1eb2fa 0%,#0c91ca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eb2fa', endColorstr='#0c91ca',GradientType=0 );
	border-radius: 8px;
	border: none;
	color:#fff;
	text-transform: uppercase;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	outline: none;
}

.call_back  .call_back_btn:before{
	content:'';
	background: url('img/convert.svg') no-repeat center;
	position: absolute;
	top: -2px;
	left: 15px;
	height: 25px;
	width: 24px;
}

.call_back .call_back_btn{
	width: 100%;
	position: relative;
	padding-left: 35px;
}

/*.call_back_btn:hover{
	background: #0c91ca;
	background: -moz-linear-gradient(top,  #0c91ca 0%, #1eb2fa 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0c91ca), color-stop(100%,#1eb2fa));
	background: -webkit-linear-gradient(top,  #0c91ca 0%,#1eb2fa 100%);
	background: -o-linear-gradient(top,  #0c91ca 0%,#1eb2fa 100%);
	background: -ms-linear-gradient(top,  #0c91ca 0%,#1eb2fa 100%);
	background: linear-gradient(to bottom,  #0c91ca 0%,#1eb2fa 100%);
}*/

.search-form .call_back_btn{
	padding: 5px 10px;
}

.search-form form{
	margin: 0;
}

.search {
	padding: 0 !important;
}

.call_back {
	text-align: right;
}

.input_search input[type=text]{
	width: 100%;
	height: 30px;
	border: 0;
	border-radius: 10px;
	padding-left: 60px;
	margin-right: 20px;
	outline: none;
}

.input_search:hover::before{
	background-size:45px;
	background-position: top left;
}

.input_search{
	position: relative;
	display: inline-block;
	width: 80%;
}

.input_search:before{
	position: absolute;
	content: '';
	background: #24a3db;
	background-image: url('img/lupe.svg');
	background-position: center;
	background-repeat: no-repeat;
	text-align: center;
	vertical-align: middle;
	padding-top: 5px;
	top: 0;
	color: #fff;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 10px 0 0 10px;
	transition: all 0.5s;
	background-size: 23px;
	-webkit-transition: all 0.5s;
}

.search-form .call_back_btn:hover, .call_back_btn.contacts__btn:hover, .call_back .call_back_btn:hover {
	color: #1eb2fa !important;
	background: #fff;
}
.call_back_btn.contacts__btn a:hover {
	color: #1eb2fa !important;
}

.left_arrow{
	position: absolute !important;
	top: 50% !important;
	left: 0;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	outline: none;
}

.right_arrow{
	position: absolute !important;
	top: 50% !important;
	right: 0;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	outline: none;
}
.left_arrow:hover, .left_arrow:active, .left_arrow:focus,
.right_arrow:hover, .right_arrow:active, .right_arrow:focus {
	text-decoration: none;
	outline: none;
}

.carousel-caption{
	background: rgba(255,255,255,0.5);
	font-family: 'Cuprumbold';
	color: #013C82 !important;
	text-shadow: none !important;
	padding: 10px !important;
	text-align: left !important;
	left: 3% !important;
	right: auto !important;
}

.registration{
	display: inline-block;
	vertical-align: middle;
	width: 173px;
	height: 46px;
}

.reg_stop0,.enter_stop0{
	transition: all 0.5s;
}

.registration:hover .reg_stop0{
	stop-color:#D51303 !important;
}

.enter:hover .enter_stop0{
	stop-color:#8AF440 !important;
}

.enter{
	width: 137px;
	height: 46px;
	color: #000;
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
	text-align: center;
	margin-left: -18px;
}

.enter > span{
	font-size: 12px;
}

.nav-tabs {
	background-color: #C5C5C5;
	border: none !important;
	padding-top: 10px;
}

.nav-tabs > li{
	/*background: #fff;*/
	margin-bottom: 0 !important;
}

.nav-tabs > li > a{
	margin: 0 !important;
}

.wrap_example_animate{
	overflow: hidden;
	text-align: center;
	position: relative;
	height: 40px;
	width: 120px;
	background: #333;
	color: #fff;
	line-height: 40px;
	text-align: center;
	margin-left: 58%;
}

.example_animate{
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.3s;
}

.wrap_example_animate:after{
	position: absolute;
	display: block;
	height: 100%;
	width: 100%;
	background: #fff;
	color: #333;
	top: 0px;
	content: 'Проверка анимации';
	transition: all 0.5s;
	/*transform: rotate(15deg);*/
	left: 60px;
	opacity: 0;
}

.wrap_example_animate:hover::after{
	top: 0;
	/*transform: rotate(0deg);*/
	left: 0;
	opacity: 1;
}

.wrap_example_animate:hover .example_animate{
	/*transform: rotate(15deg);*/
	left: -120px;
	top: -60px;
}

.new_item{
	margin: 15px 0;
}

#captchaBlock{
	position:relative;
	display: inline-block;
}

#captchaBlock #whiteBlock{
	display:none;
	text-align:center;
	position:absolute;
	background-color:#FFF;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 180px;
}

#captchaBlock #whiteBlock #loaderImg{
	margin-top:3px;
	width: 35px;
	height: 35px;
}

#reloadCaptcha, #reloadCaptcha_form{
	/*position: absolute;*/
	/*bottom: -20px;*/
	cursor: pointer;
}

#a_pf-warn-pass{
	display: inline-block;
}

.forgot_pswd{
	visibility:hidden;
	opacity:0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.forgot_pswd_er{
	visibility:visible;
	opacity:1;
}

.news_left,
.news_right{
	padding: 0 10px 0 0 !important;
}

.news{
	font-size: 18px;
	border: 1px solid #299812;
	border-radius: 10px;
}

.news_right{
	padding: 0 0 0 10px !important;
}

.nav-tabs .nav-tab_1 > a{
	border: none !important;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	padding: 10px 136px 10px 76px !important;
	/*background: #3198d3;*/
	/*background: -moz-linear-gradient(top,  #3198d3 0%, #014a7f 100%);*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3198d3), color-stop(100%,#014a7f));*/
	/*background: -webkit-linear-gradient(top,  #3198d3 0%,#014a7f 100%);*/
	/*background: -o-linear-gradient(top,  #3198d3 0%,#014a7f 100%);*/
	/*background: -ms-linear-gradient(top,  #3198d3 0%,#014a7f 100%);*/
	/*background: linear-gradient(to bottom,  #3198d3 0%,#014a7f 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3198d3', endColorstr='#014a7f',GradientType=0 );*/
	/*border-radius: 10px 0 0 0;*/
	background: url('img/leftInset-inactive.png') no-repeat center;
	background-color: #c5c5c5;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: -1px 0px;
}

.nav-tabs .nav-tab_2 > a{
	border: none !important;
	color: #fff;
	font-size: 24px;
	text-transform: uppercase;
	padding: 10px 76px 10px 136px !important;
	/*background: #3198d3;*/
	/*background: -moz-linear-gradient(top,  #3198d3 0%, #014a7f 100%);*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3198d3), color-stop(100%,#014a7f));*/
	/*background: -webkit-linear-gradient(top,  #3198d3 0%,#014a7f 100%);*/
	/*background: -o-linear-gradient(top,  #3198d3 0%,#014a7f 100%);*/
	/*background: -ms-linear-gradient(top,  #3198d3 0%,#014a7f 100%);*/
	/*background: linear-gradient(to bottom,  #3198d3 0%,#014a7f 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3198d3', endColorstr='#014a7f',GradientType=0 );*/
	/*border-radius: 0 10px 0 0;*/
	background: url('img/rightInset-inactive.png') no-repeat center;
	background-color: #c5c5c5;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: 1px 0px;
}

.nav-tabs li > a:hover{
	cursor: pointer;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: inherit !important;
}

.nav-tab_1{
	border-radius: 10px 0 0 0;
}

.nav-tab_2{
	border-radius: 0 10px 0 0;
}

.nav-tabs .nav-tab_1.active a{
	/*background: #d8efc1;*/
	/*background: -moz-linear-gradient(top,  #d8efc1 0%, #ffffff 100%);*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8efc1), color-stop(100%,#ffffff));*/
	/*background: -webkit-linear-gradient(top,  #d8efc1 0%,#ffffff 100%);*/
	/*background: -o-linear-gradient(top,  #d8efc1 0%,#ffffff 100%);*/
	/*background: -ms-linear-gradient(top,  #d8efc1 0%,#ffffff 100%);*/
	/*background: linear-gradient(to bottom,  #d8efc1 0%,#ffffff 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8efc1', endColorstr='#ffffff',GradientType=0 );*/
	color: #026632 !important;
	/*border-radius: 10px 0 0 0;*/
	background: url('img/leftInset-active.png') no-repeat center;
	background-color: #c5c5c5;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: -1px 0px;
}

.nav-tabs .nav-tab_2.active a{
	/*background: #d8efc1;*/
	/*background: -moz-linear-gradient(top,  #d8efc1 0%, #ffffff 100%);*/
	/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8efc1), color-stop(100%,#ffffff));*/
	/*background: -webkit-linear-gradient(top,  #d8efc1 0%,#ffffff 100%);*/
	/*background: -o-linear-gradient(top,  #d8efc1 0%,#ffffff 100%);*/
	/*background: -ms-linear-gradient(top,  #d8efc1 0%,#ffffff 100%);*/
	/*background: linear-gradient(to bottom,  #d8efc1 0%,#ffffff 100%);*/
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8efc1', endColorstr='#ffffff',GradientType=0 );*/
	color: #026632 !important;
	/*border-radius: 0 10px 0 0;*/
	background: url('img/rightInset-active.png') no-repeat center;
	background-color: #c5c5c5;
	-webkit-background-size: 100% 100%;
	background-size: 100% 100%;
	background-position: 1px 0px;
}

.wrap_other_services .menu > li{
	display: block;
	width: 100%;
	height: auto;
	margin: 5px 0;
	line-height: normal;
}

.wrap_other_services .menu > li a{
	/*padding-top: 15px;*/
}

.wrap_other_services{
	padding: 10px;
	background: #E4E2E2;
}

.wrap_other_services .menu{
	margin: 0;
	padding: 0;
}

.wrap_text_servicess{
	padding-right: 15px;
}

.accept,
.include_desc{
	margin: 15px 0;
}

.wrap_text_menu span{
	font-size: 20px;
	font-weight: 300;
}
.header__contacts {
	text-align: right;
}
.header__contacts .call_back_btn {
	padding: 0px;
}
.header__contacts .call_back_btn a {
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 5px 10px;
}
#YMapsID {
	height: 500px;
}
.sn-search-form {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.sn-search-form form {
	text-align: left;
}
.sn-search-form input.geoInput {
	float: none;
	height: 30px;
	border: 1px solid #1d70b2;
	border-radius: 10px;
	padding-left: 20px;
	/*margin-right: 20px;*/
	outline: none;
	margin-left: 15px;
}
.sn-search-form input.geoSubmit {
	float: none;
	height: 30px;
	/*border: 1px solid #1d70b2;*/
	border-radius: 10px;
	/*padding-left: 40px;*/
	/*margin-right: 20px;*/
	outline: none;
	min-width: 50px;
}
.snGeoItem {
	cursor: pointer;
}
.contacts__btn {
	text-align: center;
	width: 98%;
}
.main-breadcrumb {
	margin-left: 15px;
	margin-top: 10px;
	float: left;
}
.fitted-text-normal, .fitted-text-small {
	display: block;
}
.fitted-text-normal {
	max-height: 80px;
}
#sendmail {
	margin-right: 5px;
}
.form__cool_water {
	border: 1px solid #083FE5 !important;
}
.form__hot_water {
	border: 1px solid red !important;
}
.form__electry {
	border: 1px solid #c3c300 !important;
}
.sn_zoom {
	float: right;
}
.sn_zoom_plus {
	padding-right: 10px;
}
.sn_zoom button {
	font-size: 22px;
	padding: 0 12px;
}
.poorVisionBtn {
	margin-right: 10px;
}
.poorVisionBtn_off {
	margin-right: 10px;
}
.menu__sized > li > a {
	text-decoration: none;
}
.carousel-inner .left {
	float: none;
}
.carousel-inner .right {
	float: none;
}
.tab-content {
	margin-top: -20px;
	position: relative;
	z-index: 100;
	background-color: #fff;
}
.sn_helper_background {
	width: 100%;
	height: 20px;
	background-color: #0A36E6;
}
.registration {
	background: url('img/register.svg') no-repeat center;
}
.enter {
	background: url('img/enter.svg') no-repeat center;
}
.all_reg .form-control, #form-profile .form-control,
#form_add_account .form-control, #form_check_building_attachment .form-control, #form_change .form-control {
	margin-top: 10px;
}
.register_btn {
	margin-top: 10px;
	margin-bottom: 10px !important;
}
.login_btn {
	margin-top: 5px;
	margin-bottom: 10px !important;
}
.logotype {
	background: url('img/logo.svg') no-repeat left center;
	-webkit-background-size: contain;
	background-size: contain;
}
#form_auth input[type="checkbox"] {
	margin: 2px 3px 0;
}
textarea {
	resize: vertical;
}
.water_in_river {
	text-align: center;
}
.water_in_river img {
	width: 90%;
	height: auto;
}
a.locked:before {
	content: '';
	background: url('img/lock.png') no-repeat center;
	width: 30px;
	height: 30px;
	display: block;
	right: 5%;
	bottom: 12%;
	position: absolute;
	background-size: cover;
}
.input_search {
	padding-right: 5px;
}
.search-form .call_back_btn_div {
	padding-right: 10px;
}
/*.left_inner_menu_selected:after {*/
/*position: absolute;*/
/*content: "";*/
/*height: 0px;*/
/*width: 0px;*/
/*border-left: 10px solid transparent;*/
/*border-right: 10px solid transparent;*/
/*border-top: 10px solid #0945E6;*/
/*bottom: -10px;*/
/*left: 50%;*/
/*margin-left: -10px;*/
/*}*/

/*.left_inner_menu_selected:after {
	position: absolute;
	content: "";
	height: 0px;
	width: 0px;
	border-top: 9px solid transparent;
	border-bottom: 9px solid transparent;
	border-left: 9px solid #fefefe;
	top: 50%;
	margin-top: -9px;
	left: 5%;
}*/

.left_inner_menu_selected {
	/*background: #0945E6 !important;*/
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1479d9+0,2684dc+49,0275d6+55,093bdc+100 */
	background: rgb(20,121,217) !important; /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(20,121,217,1) 0%, rgba(38,132,220,1) 49%, rgba(2,117,214,1) 55%, rgba(9,59,220,1) 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(20,121,217,1) 0%,rgba(38,132,220,1) 49%,rgba(2,117,214,1) 55%,rgba(9,59,220,1) 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(20,121,217,1) 0%,rgba(38,132,220,1) 49%,rgba(2,117,214,1) 55%,rgba(9,59,220,1) 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1479d9', endColorstr='#093bdc',GradientType=0 ) !important; /* IE6-9 */

	-webkit-box-shadow: 5px 4px 3px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    5px 4px 3px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         5px 4px 3px 0px rgba(50, 50, 50, 0.25);
}

.sn_printable {
	display: block;
}
#accounts {
	width: 100px;
	float: none;
	display: inline-block;
}
#cast_apartment {
	display: none;
}
.snGetPicker > .btn-default:hover, .btn-default:focus, .btn-default.active, .btn-default:active {
	background-color: #fff !important;
}
.selectpicker li:first-child a {
	color: rgb(204, 204, 204);
}
.error {
	color: red;
}
.sngreen {
	color: green;
}
.sn_a {
	cursor: pointer;
}
/*.nav-tabs .nav-tab_1 > a {*/
/*padding-bottom: 25px !important;*/
/*}*/
/*.nav-tabs .nav-tab_2 > a {*/
/*padding-bottom: 25px !important;*/
/*}*/

.wrap_text_servicess > div > .snAccordeon{
	border-radius: 11px;
	cursor: pointer;
	display: block;
	border: 1px solid #1989D9;
	color: #fff;
}

.snAccordeonItemContent .snAccordeonItemContent{
	/*background: #19A9ED;*/
	border:1px solid #19A9ED;
	border-top: transparent;
	padding: 10px 30px;
	border-radius: 0 0 10px 10px;
	margin: 0px 10px 5px 10px;
}

.snAccordeon > span.snAccordeonItemContent{
	display: block;
	color: #000;
}

.snAccordeonItemContent .ui-state-active{
	background: #19A9ED;
	/*border: #19A9ED;*/
	/*border-bottom: transparent;*/
	border-radius: 10px 10px 0 0;
	color: #fff;
}

/*.accordion-content-active .snAccordeonItemContent{
	color: #fff !important;
}*/

.accordion-content-active a{
	text-decoration: underline;
	color: #fff;
}

.accordion-content-active a:hover{
	text-decoration: none;
	color: #fff;
}

.snAccordeonItemContent .snAccordeonItem{
	padding: 10px 20px;
	margin: 5px 10px 0 10px;
}

.snAccordeonItem{
	outline: none;
	display: block;
}

.ui-state-hover{
	background: #19A9ED;
	border-radius: 10px;
	color: #fff;
}

#ui-id-1{
	padding: 10px;
	border-radius: 10px;
	background: #1989D9;
}

.form__checkboxing{
	margin: 10px 0 20px 0;
}

.loader{
	position: absolute;
	left: 0px;
	right: 0px;
	background: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #6DA1D0;
	display: none;
	top: 10px;
	bottom: 10px;
}

.loader > img{
	height: 30px;
	width: 30px;
	margin: 2px auto;
	display: block;
}

.btn_loader{
	position: relative;
	display: inline-block;
}
.accountPicker {
	width: 300px !important;
}

.device_definition{
	margin: 5px 0;
}

.dpicker{
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.dpickerl:focus {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.label_account, #form_main_account {
	display: inline-block;
}
.sn_high {
	color: green;
	font-weight: bold;
}
.sn_low {
	color: red;
	font-weight: bold;
}
.sn_in_total {
	font-size: 20px;
}

.floating_phone{
	background: url('img/phone.svg') no-repeat center;
	width: 70px;
	height: 70px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	cursor: pointer;
	border: none;
	outline: none;
	z-index: 100;
	border-radius: 50%;
	transform: rotate(0deg);
	transition: all 0.5s;
}

@-webkit-keyframes shakeme {
	0% { transform: rotate(0deg); }
	10% { -webkit-transform: rotate(-10deg); }
	20% { -webkit-transform: rotate(7deg); }
	30% { -webkit-transform: rotate(0deg); }
	40% { -webkit-transform: rotate(7deg); }
	50% { -webkit-transform: rotate(-10deg); }
	60% { -webkit-transform: rotate(0deg); }
	70% { -webkit-transform: rotate(-10deg); }
	80% { -webkit-transform: rotate(7deg); }
	90% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(-10deg); }
}

.shakeme {
	-webkit-animation-name: shakeme;
	-webkit-animation-duration: 1.5s;
	-webkit-transform-origin:50% 50%;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
}

.floating_phone:hover{
	transform:scale(1.1);
}

.input_open{
	width: 150px;
	text-align: center;
	background: #3FB4F9;
	color: #fff;
	border-radius: 10px;
	height: 25px;
	line-height: 25px;
}

.input_open:hover{
	background: #7BCBFC;
	cursor: pointer;
}

.del_img{
	background: url('img/del.png') no-repeat center;
	height: 32px;
	width: 32px;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
}

.wrap_fancybox{
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
.snAccordeon {
	display: none;
}

nobr {
	display: inline-block;
}

.fancybox:hover{
	text-decoration: none;
}

.form-filter-none{
	display: none;
}

input[type="file"].hidden_input{
	display: none;
}

.inputselect {
	margin-bottom: 10px;
}

.sn_proposal_prop{
	margin-bottom: 10px;
	border-bottom: 1px solid #3FB4F9;
	transition: all 0.5s;
	padding: 10px;
}

.input_open{
	margin-top: 10px;
	margin-bottom: 10px;
}
.obr_img_loader {
	text-align: center;;
}


.wrap_aservices_span{
	min-width: 230px;
	max-width: 250px;
	height: auto;
	display: inline-block;
	padding: 10px;
	/*background: #3A6AEB;*/
	/*background: #3196e2;*/
	background: #428bca;
	border-radius: 5px;
	color: #fff;
	text-align: center;
}

a.wrap_aservices_span:hover{
	color: #fff;
	background: #3071A9;
}

.none{
	display: none;
}

.wrapper{
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}

.wrap_aservices_span a, .wrap_aservices_span:hover a, .wrap_aservices_span a:active {
	color: #fff;
}

.aservices_wrap_title_btn{
	position: absolute;
	top: 60px;
	z-index: 2;
	background: #E8E8E8;
	color: #000;
	padding: 10px;
	left:0;
	right: 0;
}

.wrapper{
	position: relative;
}

.aservices_title_btn{
	text-decoration: underline;
	padding: 5px 0;
}

.aservices_title_btn:hover{
	text-decoration: none;
	cursor: pointer;
}

/*модальные окна start*/

.feedback-body {
	/*display: table;*/
}
.feedback-right-side > textarea {
	width: 100%;
}
.feedback-left-side > input {
	width: 100%;
}

/*модальные окна end*/

.wrap_aservices {
	margin-bottom: 20px;
}
.wrap_aservices.second {
	border-top: 1px solid #ddd;
	padding-top: 15px;
	margin-top: -15px;
}
.wrap_text_servicess {
	font-size: 16px;
}

/*глобальная настройка форм start*/
.form-group > * {
	/*margin-top: 10px;*/
}
.form-group > span {
	/*display: block;*/
	/*width: 30%;*/
	/*margin-bottom: -10px;*/
}
/*глобальная настройка форм end*/

.wrap_text_servicess .btn-group{
	display: block;
}

.error_div{
	background: #FF9999;
	position: relative;
}

.error_div:after{
	content: 'Загрузите все необходимые документы';
	position: absolute;
	top: 50%;
	margin-top: -16px;
	right: 40px;
	font-size: 24px;
}

.sn_obr_row:hover{
	cursor: pointer;
}

tr.tr_obr_inner_table{
	border: 1px solid #000;
}

.disabled_btn {
	opacity: 0.4;
}

.btn-primary.disabled_btn:hover {
	opacity: 0.4;
	background-color: #428bca;
}

.right_title_news{
	float: right;
	font-size: 14px;
	margin-top: 6px;
	margin-right: 30px;
	color: #fff;
}

.right_title_news:hover{
	text-decoration: underline;
	color: #fff;
}

.feedback-body .bx-input-file-desc{
	display: none;
}

.metering_device_instruction{

}
.page_note{
	padding: 10px;
	/*background: #BCE4FD;*/
	border-radius: 10px;
	margin: 10px 0;
}

/*чтобы у силектпикера не сползал выпадающий список*/
#personal_account{
	margin-bottom: 10px;
}
/*закончился костыль*/

.obr_files_not_found {
	width: 100%;
	text-align: center;
}

#sn_ls_cod, #sn_ls_adress, #sn_admin_file, #sn_ls_email {
	display: none;
}
.table_cold_water {
	background: #d9edf7;
}

.table_hot_water {
	background: #f2dede;
}

.table_sanitation {
	background: #dff0d8;
}

.table_heating {
	background: #fcf8e3;
}

.sn_prew_img {
	display: block;
}

.statement_table {
	font-size:14px;
}


.fixed_headers {
	width: 750px;
	table-layout: fixed;
	border-collapse: collapse;
	overflow: hidden;
}
.fixed_headers th,
.fixed_headers td {
	padding: 5px;
	text-align: left;
}
.fixed_headers thead {
	background-color: #fff;
	color: #000;
}
.fixed_headers thead tr{
	display: block;
	position: relative;
}
.fixed_headers tbody {
	display: block;
	overflow: auto;
	width: 100%;
	height: 600px;
}

.fixed_headers tbody td{
	/*display: block;*/
}

.fixed_headers .td_0{
	width: 75px;
}

.fixed_headers .td_1{
	width: 100px;
}

.fixed_headers .td_2{
	width: 110px;
}

.fixed_headers .td_3{
	width: 43px;
}

.fixed_headers .td_4{
	width: 130px;
}

.fixed_headers .td_5{
	width: 75px;
}

.fixed_headers .td_6{
	width: 65px;
}

.fixed_headers .td_7{
	width: 85px;
}

.fixed_headers .td_8{
	width: 80px;
}

.fixed_headers .td_9{
	width: 70px;
}

.fixed_headers .td_10{
	width: 61px;
}

.fixed_headers thead tr > th{
	display: inline-block;
	margin-left: -.25em;
}

.reports_wrapper {
	display: flex;
}

.contragent_col {
	width: 50%;
}

.snAccordeonItemContent a{
	color: #000;
}

.snAccordeonItemContent a:hover{
	color: #000;
	text-decoration: none;
}

.highlight {
	background-color: #ADADAD;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3-4 */
	border-radius: 5px; /* Opera 10.5, IE 9, Saf5, Chrome */
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* FF3.5+ */
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Saf3.0+, Chrome */
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.7); /* Opera 10.5+, IE 9.0 */
	padding:1px 4px;
	margin:0 -4px;
}

@media (max-width: 1200px){
	.menu > li{
		width: 283px;
		height: auto;
		padding-top: 15px;
	}
	.right__menu > li {
		padding-top: 0;
	}
	.menu > li a{
		/*padding-top: 20px;*/
		line-height: 1.2;
		/*padding-left: 80px;*/
	}

	.new_item:nth-child(3n+4){
		clear: none;
	}

	.new_item:nth-child(2n+3){
		clear: both;
	}

	.input_ppu_btn {
		top: -5px;
		width: 295px;
		left: 0;
	}
}

@media (max-width: 991px){
	.menu > li{
		height: auto;
	}
	.call_back .call_back_btn{
		width: 100%
	}
	.nav-tabs li > a{
		padding: 10px !important;
		font-size: 18px;
	}
	.menu > li:nth-child(3n+3){
		margin-right: 36px;
	}
	.menu > li:nth-child(2n+2){
		margin-right: 0px;
	}
	.menu > li{
		width: 334px;
	}
	.menu > li a{
		/*padding-top: 30px;*/
		line-height: 1.2;
		/*padding-left: 60px;*/
	}
	.news_left,.news_right{
		padding: 0!important;
	}
	.news_left{
		margin-bottom: 20px;
	}
	.menu{
		margin: 20px 0;
	}
	.nav-tabs .nav-tab_1 > a {
		padding: 10px 71px 10px 31px !important;
		font-size: 22px;
	}
	.nav-tabs .nav-tab_2 > a {
		padding: 10px 31px 10px 71px !important;
		font-size: 22px;
	}
	.search-form .call_back_btn_div {
		padding-right: 5px;
	}
	.search-form .input_search {
		padding-right: 5px;
	}
	.search-form .call_back_btn {
		padding: 5px 0;
	}
	/*.nav-tabs .nav-tab_1 > a {*/
	/*padding: 10px 57px !important;*/
	/*}*/

	body .sn-search-form .call_back_btn {
		padding: 5px 0;
	}
}

@media (max-width: 768px){
	.menu > li:nth-child(3n+3){
		margin: 0 auto;
	}
	.menu > li:nth-child(2n+2){
		margin: 0 auto;
	}
	.menu > li{
		margin: 0 auto;
	}
	.menu > li {
		margin-bottom: 0 !important;
	}
	.menu{
		text-align: center;
	}
	.menu > li.unselected{
		margin: 5px 0;
	}
	.header__contacts, .call_back {
		margin-top: 20px;
	}
	.nav-tabs > li > a {
		text-align: center;
	}
	.nav-tabs .nav-tab_1 > a, .nav-tabs .nav-tab_2 > a {
		padding: 10px 0 !important;
		font-size: 20px;
	}
	.nav-tabs .nav-tab_1 > a {
		padding: 10px 0 !important;
	}
	.tab-content {
		/*border-top-right-radius: 0;*/
		/*border-top-left-radius: 0;*/
		margin-top: 0px;
		position: relative;
		z-index: 100;
		background-color: #fff;
	}
	.sn_helper_background {
		width: 0;
		height: 0;
		background-color: #0A36E6;
	}
	.nav-tabs .nav-tab_1 > a{
		background: #3198d3;
		background: -moz-linear-gradient(top,  #3198d3 0%, #014a7f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3198d3), color-stop(100%,#014a7f));
		background: -webkit-linear-gradient(top,  #3198d3 0%,#014a7f 100%);
		background: -o-linear-gradient(top,  #3198d3 0%,#014a7f 100%);
		background: -ms-linear-gradient(top,  #3198d3 0%,#014a7f 100%);
		background: linear-gradient(to bottom,  #3198d3 0%,#014a7f 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3198d3', endColorstr='#014a7f',GradientType=0 );
		border-radius: 10px 0 0 0;
		background-position-x: -1px;
		border-radius: 0 !important;
	}
	.nav-tabs .nav-tab_2 > a{
		background: #3198d3;
		background: -moz-linear-gradient(top,  #3198d3 0%, #014a7f 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3198d3), color-stop(100%,#014a7f));
		background: -webkit-linear-gradient(top,  #3198d3 0%,#014a7f 100%);
		background: -o-linear-gradient(top,  #3198d3 0%,#014a7f 100%);
		background: -ms-linear-gradient(top,  #3198d3 0%,#014a7f 100%);
		background: linear-gradient(to bottom,  #3198d3 0%,#014a7f 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3198d3', endColorstr='#014a7f',GradientType=0 );
		border-radius: 0 10px 0 0;
		background-position-x: 1px;
		border-radius: 0 !important;
	}
	.nav-tab_1{
		border-radius: 0 !important;
	}
	.nav-tab_2{
		border-radius: 0 !important;
	}
	.nav-tabs .nav-tab_1.active a{
		background: #d8efc1;
		background: -moz-linear-gradient(top,  #d8efc1 0%, #ffffff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8efc1), color-stop(100%,#ffffff));
		background: -webkit-linear-gradient(top,  #d8efc1 0%,#ffffff 100%);
		background: -o-linear-gradient(top,  #d8efc1 0%,#ffffff 100%);
		background: -ms-linear-gradient(top,  #d8efc1 0%,#ffffff 100%);
		background: linear-gradient(to bottom,  #d8efc1 0%,#ffffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8efc1', endColorstr='#ffffff',GradientType=0 );
		background-position-x: -1px;
		border-radius: 0 !important;
	}

	.nav-tabs .nav-tab_2.active a{
		background: #d8efc1;
		background: -moz-linear-gradient(top,  #d8efc1 0%, #ffffff 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8efc1), color-stop(100%,#ffffff));
		background: -webkit-linear-gradient(top,  #d8efc1 0%,#ffffff 100%);
		background: -o-linear-gradient(top,  #d8efc1 0%,#ffffff 100%);
		background: -ms-linear-gradient(top,  #d8efc1 0%,#ffffff 100%);
		background: linear-gradient(to bottom,  #d8efc1 0%,#ffffff 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8efc1', endColorstr='#ffffff',GradientType=0 );
		background-position-x: 1px;
		border-radius: 0 !important;
	}
	.contacts__btn{
		width: 100%;
	}
	.call_back {
		padding-left: 0
	}

	.call_back_btn{
		padding: 5px 35px;
	}

	.datepicker {

	}
}
@media (max-width: 592px){
	.input_search{
		width: 70%;
	}
	.carousel-caption {
		display: none;
	}
	.wrap_search {
		padding: 7px;
	}
}

@media (max-width: 728px){
	.floating_phone{
		display: none;
	}
}
@media (max-width: 570px){
	.logotype {
		background: url('img/logo_mini.svg') no-repeat center;
		-webkit-background-size: 100% 100%;
		background-size: 100% 100%;
		width: 28% !important;
		/*background-position: 8% 0;*/
	}
	.btns {
		width: 70% !important;
	}

	.wrap_footer > div{
		width: 100% !important;
		text-align: center !important;
		margin: 10px 0;
	}

	.wrap_footer > div:first-child{
		margin-top: 0;
	}

	.wrap_footer > div:last-child{
		margin-bottom: 0;
	}

	footer{
		padding-top: -120px;
	}
}
@media (max-width: 480px){
	div.new_item{
		float: none;
		display: block;
		width: 100%;
	}
}
@media (max-width: 450px){
	.logotype {
		background: url('img/logo.svg') no-repeat center;
		-webkit-background-size: 100% 100%;
		background-size: 100% auto;
		width: 100% !important;
		position: static !important;
	}
	.btns {
		width: 90% !important;
	}
	.search-form .call_back_btn_div {
		width: 100%;
		margin-top: 20px;
		padding: 0;
	}
	.search-form .input_search {
		width: 100% !important;
		padding: 0;
	}

	.news_title > div{
		display: block !important;
		margin-right: 0 !important;
		margin-left: 30px;
		text-align: left;
	}
}
@media (max-width: 370px){
	.poorVisionBtn {
		margin-right: 2px;
	}
	.registration {
		width: 165px;
	}
	.enter {
		width: 130px;
	}
	.header__contacts, .call_back {
		width: 100% !important;
	}
	.call_back {
		padding-left: 0;
	}
	.sn_zoom_plus {
		padding-right: 5px;
	}
	.nav-tabs .nav-tab_1 > a, .nav-tabs .nav-tab_2 > a {
		padding: 10px !important;
		font-size: 20px;
	}
	.nav-tabs .nav-tab_1 > a {
		padding: 10px !important;
	}
	.menu__sized > li {
		width: 100% !important;
	}
	.enter svg {
		width: 100%;
	}
	.registration svg {
		width: 100%
	}
	.contacts__btn {
		width: 100%;
	}
	.btns{
		width: 100% !important;
	}
	.input_ppu_btn {
		width: 280px;
	}
}

@media (max-width: 330px){
	.news_title > div{
		float: left;
		margin-left: 10px;
	}

	.right_title_news{
		margin-right: 10px;
	}

	.news .row {
		margin: 10px 10px;
		padding: 10px 10px 25px 10px;
	}

	.news .rel{
		height: auto;
	}

	.poorVisionBtn{
		float: left;
		margin-left: 20px;
		text-align: right;
	}

	div.btns {
		text-align: center!important;
	}

	div.sn_zoom{
		padding-right: 23px;
	}

	.input_ppu_btn {
		width: 100%;
	}

	.poorVisionBtn {
		float: left;
		margin-left: 20px;
		text-align: right;
		width: 135px;
		margin-top: -7px;
	}
}

.submit_sale {
	font-size: 16px;
	height: 32px;
	line-height: 32px;
	background: #1eb2fa;
	background: -moz-linear-gradient(top, #1eb2fa 0%, #0c91ca 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1eb2fa), color-stop(100%,#0c91ca));
	background: -webkit-linear-gradient(top, #1eb2fa 0%,#0c91ca 100%);
	background: -o-linear-gradient(top, #1eb2fa 0%,#0c91ca 100%);
	background: -ms-linear-gradient(top, #1eb2fa 0%,#0c91ca 100%);
	background: linear-gradient(to bottom, #1eb2fa 0%,#0c91ca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1eb2fa', endColorstr='#0c91ca',GradientType=0 );
	border-radius: 8px;
	border: none;
	color: #fff;
	text-transform: uppercase;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	outline: none;
	padding: 0 10px;
	display: inline-block;
	text-decoration: none;
}

.submit_sale:hover {
	color: #fff;
	text-decoration: none;
}

.fixed_headers_contragent .td_0 {
	width: 71px;
}
.fixed_headers_contragent td.td_0 {
	width: 75px;
}

.fixed_headers_contragent .td_1 {
	width: 90px;
}

.fixed_headers_contragent td.td_1 {
	width: 90px;
}

.fixed_headers_contragent .td_2 {
	width: 95px;
}

.fixed_headers_contragent td.td_2 {
	width: 99px;
}

.fixed_headers_contragent .td_3 {
	width: 100px;
}
.fixed_headers_contragent .td_4 {
	width: 60px;
}

.fixed_headers_contragent td.td_4 {
	width: 63px;
}

.fixed_headers_contragent td.td_5 {
	width: 80px;
}

.fixed_headers_contragent .td_6 {
	width: 63px;
}

.fixed_headers_contragent .td_7 {
	width: 78px;
}

.fixed_headers_contragent td.td_7 {
	width: 80px;
}

.fixed_headers_contragent .td_8 {
	width: 90px;
}
.fixed_headers_contragent td.td_8 {
	width: 95px;
}
.wrraper_housing .box_select_dom .select_dom {
	float: left;
	padding: 5px 8px;
}

.wrraper_housing .box_select_dom .select_dom:not(:first-child){
	border-left: 2px solid #cdcdcd;
}

.wrraper_housing .box_select_dom .select_dom label {
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}

.wrraper_housing .box_select_dom .select_dom input {
	margin-right: 5px;
}

.turnover_housing_stock {

}

.turnover_housing_stock .td_0 {
	width: 210px;
}

.turnover_housing_stock .td_1 {
	width: 160px;
}

.turnover_housing_stock .td_2 {
	width: 160px;
}

.turnover_housing_stock .td_3 {
	width: 160px;
}

.turnover_housing_stock .td_4 {
	width: 160px;
}

.input_filter {
	display: inline-block;
	vertical-align: middle;
	width: 250px;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

/*.table_registers_payments {*/
	/*overflow: auto;*/
	/*width: 100%;*/
	/*height: 650px;*/
	/*position: relative;*/
/*}*/

/*.table_registers_payments table.copy_thead{*/
	/*position: absolute;*/
	/*top: 0;*/
	/*left: 0;*/
	/*background: #fff;*/
/*}*/

.loader_box {
	position: fixed;
	padding: 0px;
	z-index: 10000;
	background-color: rgba(255,255,255,0.7);

	background-image: url('img/loader.gif');
	background-position: center 30%;
	background-repeat: no-repeat;

	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}