@import url("https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@font-face {
  font-family: "ubuntu";
  font-weight: light;
  font-style: normal;
  src: url("../fonts/UbuntuLight/UbuntuLight.eot");
  src: url("../fonts/UbuntuLight/UbuntuLight.eot?#iefix") format("embedded-opentype"), url("../fonts/UbuntuLight/UbuntuLight.woff") format("woff"), url("../fonts/UbuntuLight/UbuntuLight.ttf") format("truetype"); }

@font-face {
  font-family: "ubuntu";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/UbuntuRegular/UbuntuRegular.eot");
  src: url("../fonts/UbuntuRegular/UbuntuRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/UbuntuRegular/UbuntuRegular.woff") format("woff"), url("../fonts/UbuntuRegular/UbuntuRegular.ttf") format("truetype"); }

@font-face {
  font-family: "ubuntu";
  font-weight: bold;
  font-style: normal;
  src: url("../fonts/UbuntuBold/UbuntuBold.eot");
  src: url("../fonts/UbuntuBold/UbuntuBold.eot?#iefix") format("embedded-opentype"), url("../fonts/UbuntuBold/UbuntuBold.woff") format("woff"), url("../fonts/UbuntuBold/UbuntuBold.ttf") format("truetype"); }
body {
  background: linear-gradient(45deg,  rgba(0,41,137,1) 0%,rgba(0,62,170,1) 20%,rgba(37,107,198,1) 57%,rgba(37,107,198,1) 81%,rgba(64,142,201,1) 100%);
}
.logo-zhkg {
  width: 70%;
  margin: 0 auto;
}
.login-block {
  height: 100vh !important;
}
.mobile-all {
  background: linear-gradient(135deg, rgba(61, 187, 255, 1) 0%, rgba(115, 177, 231, 1) 24%, rgba(10, 119, 213, 1) 73%);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  min-height: 720px;
  max-height: 720px;
  overflow: hidden;
  display: flex;
  -webkit-box-shadow: 0px 50px 30px -30px #0000004f, 0px 0px 15px 0px rgba(0, 15, 138, 0);
  box-shadow: 0px 50px 30px -30px #0000004f, 0px 0px 15px 0px rgba(0, 15, 138, 0);
}
.mobile-v, .mobile-r, .mobile-z {
  /* position: absolute;
  top: 0;
  left: 0; */
}
.mobile-v form {
  background: linear-gradient(to bottom, rgb(10 119 213) 0%, rgb(74 167 247) 30%, rgb(255 255 255) 73%);
}
.mobile-v form, .mobile-r form, .mobile-z form {
  width: 100%;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  -webkit-box-shadow: 0px 0px 15px 0px #44bafc;
  box-shadow: 0px 0px 15px 0px #44bafc;
  padding: 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
.mobile-v form input, .mobile-r form input, .mobile-z form input {
  background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.main-container {
	 min-height: calc(100vh - 366px);
}
.mobile-v.act, .mobile-r.act, .mobile-z.act {
  opacity: 1;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.mobile-v.del, .mobile-r.del, .mobile-z.del {
  opacity: 0;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.contacts {
  padding: 10px;
  margin: 10px 0 0 ;
  text-align: center;
  color: #fff;
}
.contacts p, .contacts a {
  color: #fff;
  margin: 0;
}
.logo-company {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}
/* animation */
.area{
  background: #76B5F9;  
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);  
  width: 100%;
}
.circles{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.circles li{
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  animation: animate 25s linear infinite;
  bottom: -150px;
  
}
.circles li:nth-child(1){
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.circles li:nth-child(2){
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.circles li:nth-child(3){
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.circles li:nth-child(4){
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.circles li:nth-child(5){
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.circles li:nth-child(6){
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.circles li:nth-child(7){
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.circles li:nth-child(8){
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.circles li:nth-child(9){
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.circles li:nth-child(10){
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}
@keyframes animate {
  0%{
      transform: translateY(0) rotate(0deg);
      opacity: 1;
      border-radius: 0;
  }
  100%{
      transform: translateY(-1000px) rotate(720deg);
      opacity: 0;
      border-radius: 50%;
  }
}
/* кнопки */
.button--red {
  background-color: white;
  border: 2px solid #fe1f04;
  color: #fe1f04;
  cursor: pointer;
  font-family: "ubuntu", sans-serif;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s; }
.button--red:hover {
  background-color: #fe1f04;
  color: white;
  border: 2px solid #fe1f04;
}

.button--blue {
  background-color: #1158c9;
  border: 2px solid #337ab7;
  color: #145d9b;
  font-family: "ubuntu", sans-serif;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.button--blue:hover {
  background-color: #4abdff;
  color: #145d9b;
}

/* меню */
.nav.head {
	background-color:#0052A3;
	color: white;
	padding-right:0;
	height:60px;
}
header .catalog_menu .menu { 
	display: flex;    
	justify-content: flex-start;    
	align-items: stretch;    
	align-content: flex-start;    	
	max-width: 540px;
	min-width: 300px;
}
header .catalog_menu .menu > li {   
	flex-grow: 1;    
	list-style: none;    
	position: relative;
}
header .catalog_menu .menu > li > a {	
	text-decoration: none;	
	font: 700 15px/50px "Ubuntu";	
	color: #fff;	
	display: block;	
	text-transform: uppercase;	
	position: relative;	
	text-align: center;	
	background: #0052a3;
	z-index:1;
}
header .catalog_menu .menu > li:hover > a,header .catalog_menu .menu > li > a.active {	
	background: #cd1000;
}
header .catalog_menu .menu > li > a {	
	padding: 0 15px;	
	height:60px; 
	padding-top:5px;

}
header .catalog_menu .menu > li ul.sub_menu {
	position: absolute;	
	display: none;	
	left: 0;	
	background: #a90d00;	
	padding: 8px 20px 20px;	
	z-index: 1;
	width: 300px;
}
header .catalog_menu .menu > li ul.sub_menu li {
	list-style: none;	
	margin-top: 12px;
}
header .catalog_menu .menu > li ul.sub_menu li a {
	text-decoration: none;	
	font: 15px "Ubuntu";	
	color: #fff;	
	display: block;
}
header .catalog_menu .menu > li ul.sub_menu li a:hover {
	color: #530600;
}

header .mob_menu_link{
	display: none;
	width: 50px;
	height: 50px;
	position: relative;
	margin: 5px 10px;
	padding: 22px 0;
	overflow: hidden;
}
header .mob_menu_link span {   
	display: block;
	height: 6px;
	background: #fff;
	transition: all .2s linear;
}
header .mob_menu_link:before {   
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 50px;
	height: 6px;
	background: #fff;
	transition: all .2s linear;
}
header .mob_menu_link:after {
	content: "";
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 50px;
	height: 6px;
	background: #fff;
	transition: all .2s linear;
}
header .mob_menu_link.active:before {
	top: 22px;
	transform: rotate(-45deg);
}
header .mob_menu_link.active span {
	background: transparent;
}
header .mob_menu_link.active:after {
	bottom: 22px;
	transform: rotate(45deg);
}
@media (min-width: 768px){	
	header .catalog_menu .menu > li:hover ul.sub_menu{	display: block;}
}
@media (max-width: 767px){
	
	header .mob_menu_link {		
		display: block;	
	}
	header .catalog_menu .menu {		
		display: none;	
	}

	header .catalog_menu .menu > li ul.sub_menu {		
		position: relative;		
		width: 100%;		
		text-align: center;
	}
}

.nav-dropdown {
  position: relative;
  width: 100%; }
  .nav-dropdown__button:hover {
    text-decoration: none; }
  .nav-dropdown__content {
    display: none;
    position: absolute;
    width: 100%;
    min-width: 300px;
    left: 0;
    right: 0;
    padding: 5px 15px;
    background-color: #337ab7;
    -webkit-box-shadow: 0px 2px 8px rgba(77, 77, 77, 0.6);
            box-shadow: 0px 2px 8px rgba(77, 77, 77, 0.6);
    z-index: 4; }
    .nav-dropdown__content--form {
      min-width: 300px;
      background: transparent;
      -webkit-box-shadow: none;
              box-shadow: none; }
  .nav-dropdown__item {
    display: block;
    padding: 6px;
    text-align: left; }
  .nav-dropdown__form {
    max-width: 70%; }
  .nav-dropdown__form-button {
    position: relative;
    display: inline-block;
    width: auto;
    right: 30px;
    background-color: transparent;
    border: none;
    color: #337ab7;
    cursor: pointer; }
    .nav-dropdown__form-button:hover {
      color: #285f8f; }
@media (max-width: 767.98px) {

    .nav__mobile {
      display: none;
      position: absolute;
      top: 40px;
      background-color: #337ab7;
      border: 1px solid white;
      z-index: 4; }
  .nav-show {
    display: block; }
  .nav-dropdown__form {
    max-width: 100%; }
  .nav-dropdown__content {
    position: relative;
    min-width: 100%; }
}

/* аккордион */
.user-readings {
  position: relative;
  width: 100%;
  outline: 0; }
  .user-readings__item {
    margin-bottom: 4px; }
.user-readings__button {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 0;
    padding: 9px;
    background-color: #285f8f;
    -webkit-border-bottom-right-radius: 0px;
            border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
            border-bottom-left-radius: 0px;
    -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: ubuntu;
    font-weight: bold;
    color: white;
    cursor: pointer;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
	transition: 0.2s; }
	.user-readings__button.collapsed {
	  background-color: #0052A3;
	   -webkit-border-bottom-right-radius: 4px;
	 	       border-bottom-right-radius: 4px;
       -webkit-border-bottom-left-radius: 4px;
               border-bottom-left-radius: 4px;
	}
    .user-readings__button:hover {
      background-color: #285f8f;
      text-decoration: none; }
  .user-readings__content {
    padding: 14px 12px 16px;
    border: 2px solid #285f8f;
    -webkit-border-bottom-right-radius: 4px;
            border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
            border-bottom-left-radius: 4px; }
  .user-readings__content.noheader {
    -webkit-border-top-right-radius: 4px;
            border-top-right-radius: 4px;
    -webkit-border-top-left-radius: 4px;
            border-top-left-radius: 4px; }
  .user-readings__wrapper {
    width: 96%; }
  .user-readings__row {
    border-bottom: 1px solid #ebebeb; }
  .user-readings__query {
    font-weight: 400; }
  .user-readings__text {
    margin-bottom: 0; }
  .user-readings__input {
    background-color: whitesmoke; }

.user-readings__container .user-readings__item .user-readings__button {
  background-color: #285f8f;
  color: white;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0; 
  font-family: "ubuntu";
  font-weight: bold;
}

/* футер */
.footer-page {
	color: white;
	min-height: 210px;
	background: linear-gradient(to right, #001a35 50%, #000e1c 50%);
}

@media (max-width: 768px) {
  .footer-page .container {
	width: 100%;
	max-width: none;
  }
}

.footer-page .footer-darkblue {
	background: #001a35;
}
.footer-page .footer-dark {
	background: #000e1c;
}
.footer-page__text {
	line-height: 20px; 
	text-transform: uppercase;
}

.footer-page__logo {
	max-width: 60px; 
	padding-bottom: 10px;
}
.footer-page .link_btn {
	font: 700 13px/50px "Ubuntu";
	color: #fff;
	background: #cd1000;
	text-decoration: none;
	padding: 0 30px;
	display: inline-block;
	transition: background .3s linear;
}

.footer-page .contacts .item_info {
	vertical-align: middle;
	display: inline-block; 
	position: relative; 
	font: 15px/20px 'Ubuntu';
}

.footer-page .contacts .icon {
	width: 45px; 
	height: 45px; 
	line-height: 42px; 
	text-align: center; 
	display: inline-block; 
	border-radius: 50%; 
	border: 1px solid #fff; 
	margin-right: 6px;
}

.footer-page .contacts .item_info.tel {
	font: 300 20px "Ubuntu"; 
	color: #fff; 
	text-decoration: none; 
	
	position: relative; 
	padding-right: 18px;
}

.footer-page .item_info .mail {
	color: #00a4f1; 
	font: 16px/20px "Ubuntu"; 
	text-decoration: none; 
	border-bottom: 1px solid #00a4f1; 
}

/* транспонирующаяся таблица */
.paginate_mobile {
  display: none;
}
@media only screen and (max-width: 768px)  {
	.tab-pane .table:not(.norotate) td  {
		border-top: none;
		border-bottom: 1px solid #ddd;
	}
	.tab-pane .table:not(.norotate) td:last-child {
		border-bottom: none;
	}
	.saldo {
		border-top: 2px solid red !important;
		border-left: none !important;
	}
    .paginate_mobile {
      display: block;
      float: right;
    }
    .paginate_mobile div {
      float: left;
      padding: 2px 5px;
      font-size: 20px;
      cursor: pointer;
    }
    .active table.table:not(.norotate) {  
      border-collapse: collapse;
    }
    .active table.table:not(.norotate) thead {
      width: 40%;
      float: left;
    }
    .active table.table:not(.norotate) thead th {
      width: 100%;
      display: inline-block;
      border-bottom: 1px solid #ddd;
      border-left: none;
    }
    .active table.table:not(.norotate) tbody {
      width: 58%;
      float: left;
    }
    .active table.table:not(.norotate) tbody td {
      width: 100%;
      display: inline-block;
      min-height: 34px;
    }
    .active table.table:not(.norotate) tbody tr {
      display: none;
    }
    .active table.table:not(.norotate) tbody tr.active {
      display: inline-block;
    }
    .table:not(.norotate) td, .table:not(.norotate) th {
      border-top: none;
    }
    .table:not(.norotate) .thead-light th:last-child, .table:not(.norotate) td:last-child {
      border-bottom: none;
    }
    .tab-pane.p-3.show {
      padding: 0 !important;
      border: none;
    }
    .tab-pane .table-responsive {
      border: none;
    }
    .nav-item {
      width: 100%;
    }
    .nav-item .nav-link {
      border: 1px solid #dee2e6;
    }
}

/* всякое   */
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border-color: #285f8f #285f8f #fff;
  color: #285f8f;
  font-size: 16px;
  font-weight: bold;
}
.nav-tabs .nav-link {
   color: #285f8f;
}

.cabinet-heading {
  font-size: 20px;
  border-bottom: 2px solid #9a9a9a; 
  text-transform: uppercase;
  font-weight: bold;
  font-family: "ubuntu";
  color: #4d4d4d;
}
  .cabinet-heading span {
    color: #fe1f04; }
	
textarea {
	resize: none;
}

.button-private_office {
	font-size: 13px;
	padding: 3px;
	margin-bottom: 8px;
}
.font_small {
	font-size: 13px;
}
.font_big {
	font-size: 30px;
}

.text-red {
color: red !important;
}
.text-blue,.text-blue a {
color: #285F8F !important;
}
.no-borders {
border:none !important;
}
.logo-img {
max-width: 100%;
}
.text-notbig {
font-size: 14px !important;
}
.saldo {
	border-left: 2px solid red;
	border-left-color: red !important;
}
.subscriber-info {
	font-size: 14px;
	line-height: 20px;
}
.button--settings {
    margin-left: -3px;
}

/* изменения bootstrap */
.form-control {
  background-color: whitesmoke;
}
.modal-header .modal-title{
	font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "ubuntu";
    color: #4d4d4d;
}
.modal-header {
	border-bottom: 2px solid #9a9a9a;
	padding-bottom: 0px;
}
.modal-content {
	padding: 0 15px;
}
.modal-content img {
	max-height: 140px;
}
.modal-footer button {
	width: 140px;
}
button.close {
	color: #337ab7;
	opacity: 1;
}
button.close:hover {
	color: red !important;
}

.login-page {
  height: 100vh; }
  .login-page__logo {
    width: 283px; }
  .login-page__heading {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    color: #fff;
  }
    .login-page__heading--small {
      display: block;
      font-size: 16px;
      font-weight: normal;
      text-transform: none; }
  .login-page__li-wrapper {
    position: relative;
    background-color: #f7f7f7; }
    .login-page__li-wrapper:after {
      position: absolute;
      top: 46px;
      right: -10px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      content: '';
      width: 20px;
      height: 20px;
      background-color: #f7f7f7; }
  .login-page__li-heading {
    font-weight: bold;
    color: #fff;
  }
  .login-page__li {
    position: relative;
    font-weight: normal;
    list-style-position: inside;
    list-style-type: none;
    color: #fff;
  }
    .login-page__li:before {
      position: relative;
      display: inline-block;
      content: '\f00c';
      margin: 8px 8px 0 0;
      color: #44bafc;
      font-family: 'FontAwesome';
      font-size: 14px; }
  .login-page__ico {
    width: 60px;
    height: auto; }
  .login-page__form-wrapper {
    display: block;
    width: 375px;
    height: 356px;
    padding: 30px;
    background-color: #7ea8d0;
    -webkit-box-shadow: 0px 0px 25px 0px #b3b3b3;
            box-shadow: 0px 0px 25px 0px #b3b3b3; }
  .login-page__form-input {
    width: 100%;
    height: 50px;
    border: 0;
    background-color: light-dark(rgb(232, 240, 254), rgba(70, 90, 126, 0.4)) !important;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
  }
  .login-page__form-button {
    color: #fff;
    display: block;
    width: 100%;
    height: 50px;
    border: 0; }
  .login-page__form-link {
    color: #0051a3;
    font-weight: bold; }
  .login-page__form-text {
    font-weight: bold; }
  .login-page__footer-text {
    font-weight: bold;
    text-transform: uppercase; }
    .login-page__footer-text span {
      color: #0051a3; }

/*==========  Desktop First  ==========*/
@media (max-width: 1199.98px) {
  .site-header {
    background-color: #0051a3;
    min-height: 120px;
    height: 120px;
    color: white; }
    .site-header__title {
      font-size: 18px; }
  .houses__img {
    max-width: 30px; }
  .characteristics-cards__title {
    font-size: 14px; } }

/*==========  Mobile First  ==========*/

.input_div {
  width: 100%;
}
.error_m {
	margin-left:30px;
	color:red;
	font-weight:800;
	position:absolute;
	left:0px;
	top:-27px;
	z-index:100;
	padding:15px;
}
.hiden_el {
	display: none;
}
@media screen and (min-width: 320px) and (max-width: 667px) {
  .mobile-all {
    height: 100vh !important;
    min-height: 100vh;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
