.page {
	padding: 108px 0 40px;
    font-size: 16px;
}
.page-menu {
	min-height: 50px;
	background: #e2e2e2;
}
.page-menu .title {
	background: #01c55b;
	color: #fff;
	font-size: 18px;
	line-height: 50px;
	text-transform: uppercase;
	padding: 0 1em;
	min-width: 254px;
	float: left;
	text-align: center;
}
.page-menu .links {
	line-height: 50px;
	float: right;
	text-transform: uppercase;
	margin: 0;
	font-size: 16px;
}
.page-menu .links a {
	color: #000;
}
.page-menu .links li {
	float: left;
	padding: 0 14px;
}
.page-menu .links li:not(:last-child):after {
	content: "|";
	float: right;
	margin-right: -15px;
}
.page-menu .links li:last-child {
	margin-right: 0;
}
.account-link {
	display: block;
    height: 108px;
    font-size: 24px;
    line-height: 108px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    background: #01c55b;
    color: #fff !important;
	position: absolute;
	right: 0;
	top: -16px;
	z-index: -1;
}
.account-link:hover {
	background: #11d66b;
	text-decoration: none;
	z-index: 5;
}
.page #content {
	margin: 20px auto;
}
.page .left-menu form {
	margin: 0 20px;
}
.page .left-menu form strong {
	display: block;
}
.page .left-menu ul {
	max-width: 254px;
	list-style: none;
	padding: 0;
	margin: 20px 0;
}
.page .left-menu li a {
	display: block;
	padding: 10px 10px 10px 20px;
	color: #000;
	position: relative;
}
.page .left-menu li a:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #e2e2e2;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	position: absolute;
	left: 6px;
	top: 12px;
}
.page .left-menu .active a {
	background: #e2e2e2;
}
.submit-request {
	display: block;
	width: 250px;
	max-width: 100%;
	height: 56px;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 48px;
	background: #17c868;
	border: 4px solid #ececec;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	text-align: center;
	color: #fff !important;
	margin-top: 40px;
}
.submit-request:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 28px;
	background: url("../img/submit-request.png") no-repeat;
	margin-right: 12px;
}
.submit-request:hover {
	background: #11d66b;
	text-decoration: none;
}
.submit-request:hover {
	color: #fff;
}
.call-center {
	text-transform: uppercase;
	color: #019645;
	margin: 40px 0 0 24px;
}
.call-center .phone {
	font-size: 32px;
	line-height: 1;
	font-weight: bold;
	padding-left: 32px;
	position: relative;
	color: inherit;
	text-decoration: none;
}
.call-center a:before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url("../img/phone2.png") no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -12px;
}
#pagetitle {
	font-size: 24px;
	text-transform: uppercase;
	margin: 30px 0;
}
.page h3 {
	font-size: 22px;
	text-transform: uppercase;
}
.page .filter p {
	margin: 0;
}
.page .filter a, .page .filter a:hover {
	color: #000;
	text-decoration: none;
}
.page .filter a:not(:first-child):before {
	content: "|";
	display: inline-block;
	margin: 0 8px;
	font-weight: normal;
}
.page .filter a.active {
	text-decoration: underline;
}
.page .table-wrapper {
	overflow-x: auto;
}
.page .data-table {
	width: 100%;
	min-width: 460px;
	font-size: 14px;
	margin: 20px 0 40px;
}
.page .data-table thead {
	height: 48px;
	background: #515151;
	color: #fff;
}
.page .data-table .sort {
	display: none;
	vertical-align: middle;
	font-size: 14px;
	width: 1em;
	height: 1em;
	background: url("../img/sort.png") no-repeat;
	-webkit-background-size: 2em 1em;
	background-size: 2em 1em;
	margin-left: 12px;
}
.page .data-table .sort.desc {
	background-position: -1em 0;
}
.page .data-table .sort.active {
	display: inline-block;
}
.page .data-table tbody:before, .page .data-table tbody:after {
	content: "";
	display: block;
	height: 16px;
}
.support-lamp {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 8px 0 0;
	font-size: 14px;
	width: 1em;
	height: 1em;
	background: url("../img/status.png") no-repeat;
	-webkit-background-size: 1em 3em;
	background-size: 1em 3em;
}
.support-lamp-accepted {
	background-position: 0 -1em;
}
.support-lamp-closed {
	background-position: 0 -2em;
}
.page .data-table td, .page .data-table th {
	padding: 8px 16px;
}
.page .data-table tfoot {
	font-weight: bold;
}
.page .data-table td:last-child a {
	float: right;
}
.page .data-table td a {
	color: inherit;
}
.page .data-table td a:hover {
	text-decoration: underline;
}
.page .form-block form {
	max-width: 416px;
	margin: 40px 20px;
}
.page .bx-auth p { 
    text-align:center;
    padding-top:10px;
}

.page input[type=checkbox] {
	display:inline-block;
	height:14px;
	width:30px;
}

.page label {
    font-weight:400;
    display:inline-block;
}

.page input, .page  textarea {
	display: block;
	height: 30px;
	width: 100%;
	padding: 6px 10px;
	margin-top: 6px;
	font-family: inherit;
	font-size: 14px;
	background: #f0f0f0;
	border: 1px solid #f0f0f0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.page  textarea {
	height: 128px;
	overflow: auto;
}
.page input:focus, .page textarea:focus {
	border-color: #01c55b;
}
.page button, .page [type=submit] {
	width: auto;
	height: 26px;
	padding: 0 36px;
	font-family: inherit;
	font-size: 14px;
	font-weight: bold;
	float: right;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	background: #01c55b;
	color: #fff;
	text-transform: uppercase;
	border: none;
	margin-top: 20px;
}
.page button:hover, .page [type=submit]:hover {
	background: #11d66b;
}
.page button, .page [type=button] {
        display: inline-block;
        width: auto;
        height: 26px;
        padding: 0 36px;
        font-family: inherit;
        font-size: 14px;
        font-weight: bold;
        float: right;
        -webkit-border-radius: 13px;
        border-radius: 13px;
        background: #01c55b;
        color: #fff;
        text-transform: uppercase;
        border: none;
        margin-top: 20px;
}

.page button.disabled {
	background:#e2e2e2!important;
}


.page .form-block .required {
	font-size: 14px;
	margin: 6px 0;
}
.pay-system-description img {
	display: block;
	width: 56px;
	height: 40px;
	float: left;
	margin: 4px 16px 0 0;
}
.pay-system-description p:first-of-type {
	float: left;
	margin-right: 20px;
}
.pay-system-description p a, .page-navigation + div a {
	color: inherit;
	text-decoration: underline;
}
.pay-system-description p a:hover, .page-navigation + div a:hover {
	text-decoration: none;
}
.pay-system form {
	max-width: 448px;
	margin: 40px 0 0 164px;;
}
.pay-system input {
	display: inline-block;
	width: 96px;
	margin: 0 4px 10px 8px;
	text-align: right;
}
.pay-system [type=submit] {
	margin: 0 0 0 8px;
}
.b-news-list-item {
	margin-bottom: 36px;
}
.b-news-date {
	display: block;
	color: #9a9a9a;
	line-height: 1;
}
.b-news-list-item-name {
	font-size: 15px;
	color: #019645;
}
.b-news-list-item-name:hover {
	color: #019645;
	text-decoration: underline;
}
.b-news-text {
	margin-top: 20px;
}
.list-more {
	text-align: left;
}
.list-more a {
	color: inherit;
	text-decoration: underline;
}
.list-more a:hover {
	text-decoration: none;
}
.sheet-type-select > div {
	display: inline-block;
	padding-right: 16px;
	margin-right: 12px;
	border-right: 1px solid #000;
}
.sheet-type-select > div:last-child {
	border: 0;
}
.sheet-type-select a {
	color: inherit;
	text-decoration: none;
}
.sheet-type-select .active {
	text-decoration: underline;
}
.page .data-table.alt {
	margin-bottom: 0;
}
.page .data-table.alt td, .page .data-table.alt th {
	vertical-align: top;
	line-height: 1.2;
	padding: 8px 12px;
}
.page .data-table th span {
	display: block;
	font-size: 13px;
}
.page .data-table.alt td {
	font-size: 14px;
}
.page .data-table.alt small {
	font-size: 13px;
}
.page .data-table.alt small a {
	color: #000;
	text-decoration: underline;
}
.page .data-table.alt small a:hover {
	text-decoration: none;
}
.page-navigation {
	margin: 10px 0;
}
.page-navigation a {
	color: inherit;
	text-decoration: none;
}
.page-navigation a, .page-navigation .selected {
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
}
.page-navigation .selected {
	background: #e2e2e2;
}
.page-navigation, .page-navigation + div {
	font-size: 14px;
}
.meters-table th, .meters-table td {
	text-align: center;
}
.meters-table th:first-child, .meters-table td:first-child {
	text-align: left;
}
.meters-table th:last-child, .meters-table td:last-child {
	text-align: right;
}
.meters-table thead tr:first-child th {
	padding-bottom: 0 !important;
}
.meters-table thead tr:last-child th {
	padding-top: 0 !important;
}
.meters-table tbody tr {
	height: 50px;
}
.meters-table input {
	width: 58px;
	height: 20px;
	padding: 0 4px;
	text-align: center;
	margin: -3px 0 0;
}
.meter-name {
	font-size: 14px;
	font-weight: bold;
}
.meters-table [type="submit"] {
	margin-top: 0 !important;
}
@media (max-width: 1199px) {
.account-link {
	height: 32px;
	line-height: 32px;
	font-size: 20px;
	z-index: 5;
	top: 60px;
}
}
@media (max-width: 991px) {
.account-link {
	font-size: 18px;
	top: 66px;
}
}
@media (max-width: 767px) {
header .col-xs-12 {
	min-height: 0 !important;
}
.page-menu {
	text-align: center;
}
.page-menu .title {
	float: none;
	width: auto;
	margin: 0 -15px;
}
.page-menu .links {
	display: inline-block;
	float: none;
	line-height: 30px;
}
.page .left-menu form {
	width: 254px;
	margin: 0 auto;
	text-align: center;
}
.page .left-menu ul {
	margin: 0 auto;
	text-align: center;
}
.page .left-menu li a:before {
	top: 50%;
	margin-top: -3px;
}
.submit-request {
	margin: 20px auto;
}
.call-center {
	margin: 20px 0 40px;
	text-align: center;
}
.pay-system-description p:first-of-type {
	margin-right: 0;
}
.pay-system form {
	margin-left: 0;
}
}
@media (max-width: 479px) {

}
@media (min-resolution: 1.5dppx), (min-resolution: 144dpi), (-webkit-min-device-pixel-ratio: 1.5) {
.page .data-table .sort {
	background-image: url("../img/sort@2x.png");
}
.support-lamp {
	background-image: url("../img/status@2x.png");
}
}
.service-categories-lk {
        max-width: 716px;
}
.service-categories-lk ul {
        width: 100%;
        height: 0;
        padding: 100% 0 0;
        background: #019645;
        color: #fff;
        position: relative;
}
.service-categories-lk li {
        width: 33%;
        height: 33%;
        position: absolute;
        border: 1px solid #fff;
}
.service-categories-lk li > div {
        display: table;
        width: 100%;
        height: 100%;
}
.service-categories-lk a {
        display: table-cell;
        vertical-align: middle;
        padding: 0 5%;
        color: #fff;
        font-size: 16px;
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
}
.service-categories-lk a:hover, .service-categories-lk a:active {
        background: #01c55b;
}
.user-links ul {
	width: 100%;
	height: 0;
	padding: 66.2% 0 0;
	position: relative;
}
.user-links li {
	width: 32.533332%;
	height: 49.146%;
	position: absolute;
}
.user-links li:nth-child(-n+3) {
	top: 0;
}
.user-links li:nth-last-child(-n+3) {
	bottom: 0;
}
.user-links li:nth-child(3n+1) {
	left: 0;
}
.user-links li:nth-child(3n+2) {
	left: 50%;
	margin-left: -16.266666%;
}
.user-links li:nth-child(3n+3) {
	right: 0;
}
.user-links li > div {
	display: table;
	width: 100%;
	height: 100%;
}
.user-links li a {
	display: table-cell;
	vertical-align: bottom;
	padding: 0 5%;
	background: #019645;
	color: #fff;
	font-size: 18px;
	line-height: 1.33;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	-webkit-transition: .2s;
	transition: .2s;
}
.user-links li a span {
	display: block;
	min-height: 5.8em;
}
.user-links a:hover, .user-links a:active {
	background: #01c55b;
}
.user-links a:before {
	content: "";
	display: block;
	font-size: 50px;
	width: 1em;
	height: 1em;
	background: url("../img/user-links.png") no-repeat;
	-webkit-background-size: 6em 1em;
	background-size: 6em 1em;
	margin: 0 auto .3em;
}
.user-links li:nth-child(2) a:before {
	background-position: -1em 0;
}
.user-links li:nth-child(3) a:before {
	background-position: -2em 0;
}
.user-links li:nth-child(4) a:before {
	background-position: -3em 0;
}
.user-links li:nth-child(5) a:before {
	background-position: -4em 0;
}
.user-links li:nth-child(6) a:before {
	background-position: -5em 0;
}
@media (max-width: 1199px) {
.user-links li a {
	font-size: 17px;
}
.user-links li a span {
	display: block;
	min-height: 5.4em;
}
}
@media (max-width: 991px) {
.user-links {
	max-width: 470px;
}
.user-links ul {
	width: 100%;
	padding-top: 150.78%;
}
.user-links li {
	width: 49%;
	height: 32.5%;
	position: absolute;
}
.user-links li:nth-child(odd) {
	left: 0;
	right: auto;
	margin-left: 0;
}
.user-links li:nth-child(even) {
	left: auto;
	right: 0;
}
.user-links li:nth-child(3), .user-links li:nth-child(4) {
	top: 50%;
	bottom: auto;
	margin-top: -24.5%;
}
}
@media (max-width: 479px) {
.user-links li a {
	font-size: 14px;
	font-size: 3.5vw;
}
.user-links li a span {
	min-height: 5em;
}
}
.bx-interface-grid, .bx-filter-rows {
	font-size:13px;
	
}
