html {
  background-color: #eee;
  background-origin: border-box;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  width: 1000px;
  margin: 0 auto;

  font-size: 12px;
  line-height: 1.2;
  padding: 0;
  height: 100%;
}

div.container-topbar {
  background: var(--cassiopeia-color-link);
  padding: 0 0.5rem 0.5rem 1rem;
}

button.navbar-toggler {
  margin-top: 0.5rem;
}

.container-header nav {
  margin-top: 0;
  border-radius: 1rem;
}

div.container-nav:has(ul#main-menu) {
  background: transparent;
  padding: 0;
  margin-top: -26px;
}

@media (width < 576px) {
  div#header_content {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  div.header_content__banner {
    display: none;
  }
  div#header_content div {
    height: 80%;
  }
  div#header_content h1 {
    font-size: 1.5rem;
  }
}

@media (width < 600px) {
  div.container-nav #main-menu {
    display: none;
  }
  
  .metismenu.mod-menu .metismenu-item {
    padding: 10px 0 5px 0;
}

  .metismenu.mod-menu .metismenu-item > span, .metismenu.mod-menu .metismenu-item > a, .metismenu.mod-menu .metismenu-item > button {
	text-shadow: #ffffff00 0 -1px, #ffffff00 0 0 5px;
	height: 26px;
	padding: 0;
	background: #ffffff00;
}

  .metismenu.mod-menu .metismenu-item:not(.level-1) > ul, .metismenu.mod-menu .metismenu-item:not(.level-2) > ul {
	background: white;
	padding: 5px 15px 5px 15px;
}

  .metismenu.mod-menu .metismenu-item > button + ul .metismenu-item a {
	color: #224faa;
	font-weight: 500;
}

  .sidebar-left.card.razdely {
    display: none;
}

  body {
    font-family: Arial, Helvetica, sans-serif;
    width: auto;
    margin: 0 auto;
	font-size: 12px;
	line-height: 1.2;
}

  div#header {
    width: 100% !important;
    margin: 0 auto;
    background: #fff;
    overflow-x: hidden;
}

  div#header img {
    max-width: 733px !important;
    height: 200px !important;
}

  .metismenu.mod-menu .metismenu-item.divider:not(.parent) {
        margin-top: 20px;
    }

  .sidebar-left.card.lichnyj-kabinet {
    display: none;
}

  div#mod-custom128 {
    display: none;
}

  .copyright {
	padding-top: 10px !important;
	height: auto !important;
    width: 100% !important;
    line-height: 20px !important;
}

  .phone {
    float: none !important;
    margin-right: 0px !important;
    line-height: 25px !important;
    margin-top: 10px !important;
}

   table {
	 border-collapse:collapse;
	 border-spacing:0;
	 margin-bottom: 0;
	 overflow: hidden;
	 overflow-x: scroll;
	 width: 100% !important;
}

  .com-content-article.item-page {
	margin-right: 17px !important;
	margin-left: 17px !important;
}

  .container-sidebar-left .sidebar-left .card-body {
    width: 100% !important;
}

}

@media (min-width: 601px) and (max-width: 900px) {

  div.container-nav #main-menu {
    display: none;
  }
  
  .metismenu.mod-menu .metismenu-item {
    padding: 10px 0 5px 0;
}

  .metismenu.mod-menu .metismenu-item > span, .metismenu.mod-menu .metismenu-item > a, .metismenu.mod-menu .metismenu-item > button {
	text-shadow: #ffffff00 0 -1px, #ffffff00 0 0 5px;
	height: 26px;
	padding: 0;
	background: #ffffff00;
}

  .metismenu.mod-menu .metismenu-item:not(.level-1) > ul, .metismenu.mod-menu .metismenu-item:not(.level-2) > ul {
	background: white;
	padding: 5px 15px 5px 15px;
}

  .metismenu.mod-menu .metismenu-item > button + ul .metismenu-item a {
	color: #224faa;
	font-weight: 500;
}

  .sidebar-left.card.razdely {
    display: none;
}

  body {
    font-family: Arial, Helvetica, sans-serif;
    width: auto;
    margin: 0 auto;
	font-size: 12px;
	line-height: 1.2;
}

  div#header {
    width: 100% !important;
    margin: 0 auto;
    background: #fff;
    overflow-x: hidden;
}

  div#header img {
    max-width: 100%;
    height: 200px !important;
}

  .metismenu.mod-menu .metismenu-item.divider:not(.parent) {
        margin-top: 20px;
    }

  .sidebar-left.card.lichnyj-kabinet {
    display: none;
}

  div#mod-custom128 {
    display: none;
}

  .copyright {
	padding-top: 10px !important;
	height: auto !important;
    width: 100% !important;
    line-height: 20px !important;
}

  .phone {
    float: none !important;
    margin-right: 0px !important;
    line-height: 25px !important;
    margin-top: 10px !important;
}

   table {
	 border-collapse:collapse;
	 border-spacing:0;
	 margin-bottom: 0;
	 overflow: hidden;
	 overflow-x: scroll;
	 width: 100% !important;
}

  .com-content-article.item-page {
	margin-right: 17px !important;
	margin-left: 17px !important;
}

  .container-sidebar-left .sidebar-left .card-body {
    width: 300px !important;
}

}

@media (width > 901px) {
  div.container-topbar {
    display: none;
}
  div#mod-custom135 {
    display: none;
}

}

h3.card-header {
    background: white;
	padding-bottom: 0;
    margin-top: 10px;
}

body > header.header.container-header.full-width {
  background: white;
}

div#header_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: white;
  color: black;
  gap: 1rem;
  padding: 1rem 1rem 0 1rem;
}

section.moduletable.header_section {
  width: 100%;
}

@media (width < 576px) {
  div#footer_info {
    flex-direction: column;
  }
}

div#footer_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.footer .grid-child {
  display: block;
}

.blog-item .item-image {
  min-width: 25%;
  max-width: 25%;
}

.blog-item a {
  text-decoration: none;
}

.blog-item a:hover {
  text-decoration: underline;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.25rem;
}

h3,
.h3 {
  font-size: 1.2rem;
}

body
  > div.site-grid
  > div.grid-child.container-component
  > main
  > div
  > figure {
  float: none;
  margin-right: 2rem;
}

div.convertforms.cf {
  max-width: none;
}

div#header {
  width: 1000px;
  margin: 0 auto;
  background: #fff;
  overflow-x: hidden;
}

div#header img {
  max-width: 110%;
  min-height: 300px;
}

div#header .logo h1 {
  margin-top: 0;
  margin-left: 10px;
  display: block;
  padding: 0.2em 20px 20px 10px;
  font-weight: bold;
  font-size: 24px;
  line-height: 1em;
  text-align: left;
  font-style: italic;
  color: #f94815;
  position: absolute;
  top: 30px;
}

.page-header h1 {
  display: block;
  font-size: 17px;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
  color: #136cb0;
}

.com-content-article.item-page {
  margin-right: 15px;
}

@charset "UTF-8";
:root {
  --cassiopeia-color-primary: #112855;
  --cassiopeia-color-link: #224faa;
  --link-color: #224faa;
  --link-color-rgb: 34, 79, 170;
  --cassiopeia-color-hover: #424077;
  --link-hover-color: #424077;
  --link-hover-color-rgb: 66, 64, 119;
}

.com-content-article__body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  text-align: justify;
}

.copyright {
  float: left;
  width: 1000px;
  line-height: 50px;
  color: #999;
  font-size: 11px;
  text-align: center;
  float: left;
  height: 100px;
  width: 1000px;
  background: #fff;
  border-top: 1px solid #eee;
}

.phone {
  float: right;
  margin-right: 35px;
  color: #333;
  line-height: 50px;
  font-size: 16px;
  font-weight: bold;
}

.container-sidebar-left .sidebar-left .card-body {
  float: left;
  width: 200px;
  padding: 0;
}

.container-sidebar-left .sidebar-left .mod-list {
  list-style: none;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
  unicode-bidi: isolate;
}

.container-sidebar-left .sidebar-left .mod-list li {
  padding: 10px 0px 10px 0px;
  background: url(/images/upload/images/dots.gif) repeat-x 0 100%;
  display: list-item;
  unicode-bidi: isolate;
}

.container-sidebar-left .sidebar-left .mod-list li a {
  font-weight: bold;
  text-decoration: underline;
  color: #6d9e1f;
}

.container-sidebar-left .sidebar-left .mod-list li a:hover {
  text-decoration: none;
}

.cabinet-info-row {
  margin-bottom: 1rem !important;
}

.cabinet-info-row .ui-smalltitle.mb-5 {
  margin-bottom: 0rem !important;
}

body.itemid-121 div[itemprop="articleBody"] > .section {
  max-width: 1240px;
  margin: auto;
}
form#login-form {
}
.cabinet-auth-top {
  max-width: 420px;
  padding-left: 20px;
}
p#form-login-username label[for="modlgn-username"],
p#form-login-password label[for="modlgn-passwd"] {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #697785;
  cursor: text;
  margin-bottom: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
p#form-login-username input#modlgn-username,
p#form-login-password input#modlgn-passwd {
  border: 3px solid #cdd2d6;
}
.unfologinbox {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}
p#form-login-username {
  margin-bottom: 30px;
}
.cabinet-auth-btn {
  color: #2b3846;
}
.cabinet-auth-btn {
  color: #3451ad;
}
form#login-form button[type="submit"] {
  border-color: #3351ad;
  background: #3351ad;
  color: #fff;
  display: block;
  width: 100%;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 11px 10px;
  border: 2px solid transparent;
  margin-top: 25px;
}
#login-form ul#form-login-links #form-login-register {
  display: none;
}
#login-form ul#form-login-links #form-login-forgot {
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  color: #3351ad;
  font-weight: 700;
  text-align: center;
  padding-top: 25px;
}
ul#form-login-links {
  text-align: center;
}

body.com-comprofiler section#sp-main-body {
  max-width: 1240px;
  margin: auto;
}
body.com-comprofiler header#sp-header {
  background: url("/../images/intro.jpg") center top/cover no-repeat;
}
.cbPoweredBy {
  display: none;
}

.logout-private-messages {
  display: none;
}
body.view-article .ui-grid .ui-col--news-left h1 {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  line-height: 33px;
}
body.view-article .ui-grid .ui-col--news-left h2 {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 20px;
  font-weight: 500;
}
body.view-article .ui-grid .ui-col--news-left p {
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1.5;
}
body.view-article .ui-grid .ui-col--news-left ul,
body.view-article .ui-grid .ui-col--news-left ol {
  font-size: 18px;
  margin-left: 50px;
}
body.view-article .novostiintropage > .title > .title-head {
  margin-left: -5px;
}
body.view-article .ui-grid .ui-col--news-left blockquote p {
  margin-bottom: 0 !important;
}
body.view-article .ui-grid .ui-col--news-left blockquote {
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
}
body.itemid-114 .blog1latestnews3 img {
  width: auto !important;
}
body.itemid-114 .blog1latestnews5 {
  display: block !important;
  font-style: normal;
  color: #2b3846;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 23px !important;
}
body.itemid-114 .blog1latestnews4 a {
  font-size: 30px !important;
  line-height: 34px !important;
  font-weight: 700 !important;
  letter-spacing: 0.01em;
}
body.itemid-114 .blog1latestnews3 {
  float: right !important;
  margin-top: 25px !important;
  margin-left: 20px !important;
}
body.itemid-114 .blog1latestnews3 img {
  margin-right: 0 !important;
  border-radius: 5px !important;
}
body.itemid-114 .blog1latestnews6 {
  margin-left: 0 !important;
  font-size: 12px !important;
  line-height: 20px !important;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #697785;
  margin-top: 20px !important;
}

.article-info {
  display: none;
}
.datepostedbis {
  padding-left: 25px !important;
  font-weight: 500;
  color: #666;
}
.datepostedbis {
  display: none;
}

.buttonmeters4 {
  margin-bottom: 30px;
}
.ui-col--cmr1 {
  width: calc(100% - 290px);
}
.ui-col--cmr2 {
  width: 120px;
}
.ui-col--cmr3 {
  width: 170px;
}
.ui-input-placeholder {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #697785;
  cursor: text;
  margin-bottom: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.cabinet-meter-ttl {
  /*font-size: 18px;*/
  /*line-height: 26px;*/
  font-weight: 700;
}
.cabinet-meter-sub {
  /*font-size: 14px;*/
  /*line-height: 16px;*/
  margin-top: 5px;
}

.nobordap {
  border: none !important;
}
.nofullwidthbut {
  width: auto !important;
  margin: auto;
  margin-top: 30px;
}

.ui-input--error input,
.ui-input--error textarea {
  color: #df5055 !important;
}
.ui-input--error .ui-input-row {
  border-color: #df5055 !important;
}
.ui-input-note--red {
  color: #df5055;
}
.ui-input-note {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}
.ui-input--error input {
  font-size: 25px !important;
  font-weight: 400;
}
.alert-success {
  max-width: 1235px;
  margin: auto;
  margin-bottom: 30px;
}
.logout-button > button[type="submit"] {
  color: #3351ad !important;
  font-weight: 700 !important;
  font-size: 22px !important;
  text-align: left !important;
  padding-left: 30px !important;
  background: url("/images/logout.png") !important;
  background-repeat: no-repeat !important;
}
.logout-button > button[type="submit"]:hover {
  color: #000 !important;
}
.cabinet-menu-item .cbLogoutForm .login-greeting,
.cabinet-menu-item .cbLogoutForm .login-avatar {
  display: none !important;
}

.kabinet .year {
  background-color: #aec7e2;
  padding: 5px;
  margin-top: 3px;
  cursor: pointer;
}

.kabinet .month {
  border: 5px solid #14529f;
}

.kabinet .h_month {
  background-color: #fcbb83;
  color: #000;
  height: 44px;
  cursor: pointer;
}

.kabinet .h_month p {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 6px;
  margin-top: 6px;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 12px;
}

.kabinet .summa {
  float: right;
  font-size: 16px;
  font-weight: bold;
}

.confirmation {
  background-color: #ffffff;
  border: 5px solid #14529f;
  border-radius: 10px;
  height: 210px;
  left: 100px;
  padding: 15px;
  position: absolute;
  text-align: center;
  top: 100px;
  width: 220px;
  display: none;
}

#send {
  display: none;
}

div.art-article.v1 {
  margin-top: 0px;
  width: 100%;
}

div.art-article.v1 .dop_info {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}

div.art-article.v1 .dop_info .pp {
  margin-top: 20px;
}

.art-article .pole {
  display: none;
}

.art-article input.pole {
  display: none;
}

.switch #pokaz {
  display: none;
}

.switch #send {
  display: block;
}

.art-article .switch input.pole {
  display: block;
}

.switch .pole {
  display: block;
}

.art-article p.pole,
p.pole,
p.answer {
  display: block;
  margin: 0;
}

.switch p.pole {
  color: #999;
}

.red-p {
  color: #ff0000;
}

.blue-p {
  color: blue;
  text-decoration: line-through;
}

.comment-p {
  border: 1px solid #000000;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px;
}

table.art-article1,
table.art-article1 td {
  border: none;
}

div.art-article td {
  font-size: 13px;
  color: #000;
}

.art-article sup {
  font-size: 10px;
}

.art-article th,
.art-article td {
  padding: 10px 5px;
  text-align: left;
  vertical-align: top;
}

.top_position {
  float: left;
  width: 50%;
}

.kabinet {
  min-height: 478px;
}

.lkmenu {
  padding: 0px 10px;
}

#lkmenu {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  padding: 0;
}

#lkmenu li {
  margin-bottom: 0px;
  min-height: 70px;
  display: table;
}

#lkmenu li a {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}

@media only screen and (max-width: 1200px) {
  #lkmenu {
    flex-wrap: wrap;
  }

  #lkmenu li a {
    height: 35px;
    display: table-cell;
    vertical-align: middle;
  }

  ul li.uk-parent > a {
    font-weight: bold;
  }
}

@media only screen and (max-width: 992px) {
  .lkmenu {
    display: none;
  }
}

.clear {
  clear: both;
}

.dop_msg {
  margin-top: 40px;
  border: 2px solid #1a0058;
  padding: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 30px;
  width: 100%;
  line-height: normal;
}

.kv_inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 800px;
  padding: 10px;
  flex-wrap: wrap;
}

.kv_inner select,
.kv_inner #kv_b {
  width: 100%;
  max-width: 200px;
  /*margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;*/
}

.kv_inner #kv_b {
  max-width: 300px;
}

#storno {
  width: 20px;
  height: 20px;
  border: 1px solid;
  appearance: auto;
  margin-top: 20px;
  margin-left: 20px;
}

.show_storno {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
}

.show_storno label {
  margin-top: 20px;
}

.meter-history {
  width: 100%;
  max-width: 900px;
}

.st {
  display: none;
}

.meter-history-values {
  display: none;
}

.meter-history-name {
  background-color: #fcbb83;
  color: #000;
  cursor: pointer;
  font-weight: bold;
  height: 32px;
  margin-top: 5px;
  padding-left: 5px;
  padding-top: 7px;
}

.meter-history td,
.meter-history th {
  border: 1px solid #c87228;
}

.meter-history table {
  border-collapse: collapse;
}

.meter-history th {
  padding: 7px;
  text-align: center;
  vertical-align: middle;
}

.meter-history td {
  padding: 5px;
}

.trans_page.art-article {
  width: 100%;
}

.kabinet .trans_page .month th {
  font-size: 12px;
  font-weight: 700;
  padding-left: 10px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #697785;
}

.kabinet.paym_page {
  width: 100%;
  margin-top: 20px;
}

.kabinet.paym_page th {
  font-weight: 700;
}

.kabinet.paym_page td {
  padding: 5px;
}

.lkusr {
  width: 100%;
  max-width: 800px;
}

.lkusr input {
  width: 100%;
  max-width: 150px;
  display: unset;
  margin-right: 10px;
}

.lkusr td {
  padding: 5px;
}

.lkusr a {
  text-decoration: underline;
  color: #007aff;
}

.lkusr .btn {
  max-width: 200px;
  margin-top: 10px;
}

h3.hi {
  font-size: 22px;
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
}

.kabinet_news {
  width: 100%;
}

.b-auth__form {
  width: 100%;
  max-width: 400px;
  margin-top: 20px;
}

.b-auth__submit {
  margin-top: 20px;
  margin-bottom: 0px;
}

.b-auth__form .inputbox {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.lk_links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.lk_links a {
  font-size: 20px;
  line-height: 20px;
  color: #3351ad;
  font-weight: 700;
  padding-top: 25px;
}

.reg_msg1 {
  color: red;
  font-size: 14px;
  margin-top: 20px;
}

.reg_msg1 a {
  font-weight: bold;
  text-decoration: underline;
}

.reg_data {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.reg_data .block {
  width: 100%;
  max-width: 300px;
  margin-top: 20px;
}

.reg_data .block table {
  margin-left: 0;
}

.reg_data .block table tr {
}
.reg_data .block table tr td {
  vertical-align: middle;
  padding: 5px;
}

.reg_data .block table .sub {
  font-size: 13px;
  padding-top: 5px;
  white-space: break-spaces;
}

.reg_data .block table input {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
}

.msg2 {
  border-top: 1px solid #000;
  padding-top: 20px;
  width: 100%;
}

.msg2 #rules,
.msg2 #agreement {
  appearance: checkbox;
  width: 20px;
  height: 20px;
}

.msg2 .sog {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 20px;
  font-weight: bold;
}

.msg2 .sog label {
  margin-left: 10px;
}

.msg2 #sms-code-1 {
  padding: 10px;
  border: 3px solid #3351ad;
  margin-top: 20px;
  width: 100%;
  max-width: 300px;
  display: none;
}

.msg2 #sms-code-1 input {
  margin-top: 10px;
}

.msg2 .msg3 {
  border: 1px dashed #14529f;
  padding: 15px;
  margin-top: 20px;
  width: 100%;
  box-shadow: 0 0 4px 2px #14529f;
  font-weight: bold;
}

.restore_page {
  margin-top: 20px;
/*  width: 100%;
  max-width: 400px;*/
}
.restore_page #login {
  margin-top: 5px;
}

.restore_page #step1 {
  margin-top: 20px;
}

.restore_page #part2 table td {
  vertical-align: middle;
  padding: 5px;
}

.restore_page #part2 .pp2 {
  margin-top: 20px;
}

.lk_password {
  position: relative;
}

.lk_password span#eye {
  position: absolute;
  top: calc(50% - 8px);
  right: 15px;
  width: 16px;
  height: 16px;
  display: inline-block;
  cursor: pointer;
  opacity: 0.6;
  background: url(../images/view.svg) 0 0 no-repeat;
}

.lk_password span:hover {
    opacity: 1;
}

.lk_password span#eye.view {
  background: url(../images/no-view.svg) 0 0 no-repeat;
}

.register_checkbox {
  margin-bottom: 10px;
  display: flex;
}

.register_checkbox input {
  margin-top: 0;
}

.register_checkbox label {
  padding-left: 10px;
}

.register_checkbox a {
  text-decoration: underline;
}

#reg_check:disabled {
  filter: grayscale(1);
}

@media only screen and (max-width: 640px) {
  table.art-article1,
  table.art-article1 td {
    border: none;
    padding: 0px 5px 0px 5px !important;
  }

  .reg_data {
    flex-direction: column;
  }

  .reg_data .block {
    max-width: initial;
    margin: 0;
  }

  .reg_data .block table {
    border: none;
    margin: 0;
  }

  .reg_data .block table tr {
    display: flex;
    flex-direction: column;
    margin: 20px auto;
    min-width: calc(100vw - 30px);
  }

  .reg_data .block table tr td {
    border: none;
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }

  .reg_data .block table tr td label {
    margin-bottom: 5px;
  }
}

.content2001 img {
  max-width: 80%;
}

#content + p {
  margin-top: 5px;
}

.ui-autocomplete {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 250px;
  margin: 5px !important;
  padding-bottom: 10px !important;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.2);
}
.ui-autocomplete .ui-state-active {
  font-weight: bold;
}

.form-auth, .restore_page {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 15px;
}

.b-auth__form {
  display: flex;
  flex-direction: column;
}

.b-auth__form .userdata, .restore_page #form-login-username {
  display: flex;
  flex-direction: column;
}

.b-auth__form .inputbox,
.restore_page .inputbox,
.reg_data input[type=text],
.reg_data input[type=password],
.lkusr input[type=text],
.lkusr input[type=password],
#payments input[type=text],
.cabinet-info input[type=text] {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  box-shadow: none!important;
}

.b-auth__form .b-auth__submit,
.buttonmeters4,
.lkusr .btn,
.pf .pf_btn,
.cabinet-info input[type=submit] {
  background: linear-gradient(to bottom, #ffda8c, #d38300);
  width: 100%;
  border-radius: 5px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding: 11px 10px;
  outline: none;
  border: 0;
  color: #fff;
  text-shadow: #ad4600 0 -1px, #ad4600 0 0 5px;
  max-width: 250px;
}

.sidebar-left.lichnyj-kabinet {
  /*margin-bottom: 40px;*/
}

.cabinet-info > form {
  display: flex;
  max-width: 50%;
  align-items: center;
}
.cabinet-info input[type=submit] {
  padding: 7px;
}
.cabinet-info input[type=text] {
  margin-right: 10px;
}
@media (width < 576px) {
  .cabinet-info input[type=text] {
    margin-right: 0;
  }
  .cabinet-info > form {
    display: flex;
    max-width: 70%;
    align-items: center;
    flex-direction: column;
  }
}

#payments {
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 40px;
  text-align: center;
  width: 100%;
  max-width: 337px;
  /*margin-bottom: 0;*/
  box-sizing: border-box;
  display: block;
}

#payments p {
  font-size: 10px;
}

#payments .pf_btn {
  padding: 7px;
}